﻿@charset "utf-8";

/* CSS Document */

* {
	box-sizing: border-box;
}

 

/*通用*/


/*关于*/

.ind_abt{
	
}
.ind_abt .title{
	background: url(../img/ind_abt_tit-ico.png) no-repeat bottom center;
	padding-bottom: 30px;
}
.ind_abt .title h3{
	font-size: 32px;
	font-weight: bold;
	color: #24252a;
}
.ind_abt .title p{
	font-size: 22px;
	color: #24252a;
	padding-top: 15px;
}
.ind_abt .ms{
	font-size: 16px;
	color: #24252a;
	line-height: 35px;
}
.ind_abt ul{
	font-size: 0;	
	text-align: center;
}
.ind_abt ul li{
	display: inline-block;
	padding: 9px;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 100px;
	overflow: hidden;
	margin: 0 25px;
}
.ind_abt ul li img{
	border-radius: 100px;
}

.ind_ggt{
	font-size: 0;
}
.ind_ggt img{
	width: 100%;
}


/*经典口味*/
.ind_jdkw{
	position: relative;
}
.ind_jdkw ul{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.ind_jdkw ul li{
	width: 216px;
	height: 277px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
	flex-direction: column;
	padding: 0 30px;
}
.ind_jdkw ul li .img{
	display: inline-block;
}
.ind_jdkw ul li .img img{
	width: 84px;
	height: 84px;
	border-radius: 50%;
}
.ind_jdkw ul li .bt{
	font-weight: bold;
	color: #cb020c;
	font-size: 20px;
	display: inline-block;
	padding: 25px 0 15px;
}
.ind_jdkw ul li .ms{
	display: inline-block;
	font-size: 16px; 
	color: #cb020c;
	text-align: center;

}

.ind_cp_bg{
	background: url(../img/ind_cp_bg.jpg) no-repeat center;
}

.ind_cp .title{
	background: url(../img/ind_abt_tit-ico.png) no-repeat bottom center;
	padding-bottom: 30px;
}
.ind_cp .title h3{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
.ind_cp .title p{
	font-size: 22px;
	color: #fff;
	padding-top: 15px;
}
.ind_cp ul{
	width: 110%;
}

.ind_cp ul li.flag_c{
	width: 594px;
	height: 528px;
}

.ind_cp ul li.flag_c .img{
	height: 488px;
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.ind_cp ul li{
	width: 291px;
	height: 258px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.ind_cp ul li .img{
	width: 100%;
	height: 218px;
	background: #fff;
}
.ind_cp ul li .bt{
	width: 100%;
	height: 40px;
	background: #d5353d;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}

.ind_cp .ind_cp_gd{
	font-size: 16px;
	color: #fff;
	border: 2px  solid #fff;
	padding: 12px 38px;
	display: inline-block;
	border-radius: 40px;
}
.ind_cp .ind_cp_gd:hover{
	border-color: #cb020c;
	background: #cb020c;
}


.ind_news .news_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ind_news .news_top .title{
	display: inline-block;
	border-left: 4px solid #cb020c;
	padding-left: 25px;
}
.ind_news .news_top .title h3{
	font-size: 24px;
	color: #333942;
}
.ind_news .news_top .title p{
	font-size: 14px;
	color: #a5aab1;
}
.ind_news .news_top .more{
	display: inline-block;
	font-size: 12px;
	color: #666666;
	border: 1px solid #ccc;
	border-radius: 40px;
	padding: 15px 40px;
}
.ind_news .news_top .more:hover{
	border-color: #cb020c;
	background: #cb020c;
	color: #fff;
}

.ind_news .news_nav{
	width: 110%;
}
.ind_news .news_nav .flag_c{
	border-bottom: none;
	padding-top: 30px;

}
.ind_news .news_nav .flag_c .img{
	width: 570px;
	height: 320px;
}


.ind_news .news_nav li{
	width: 570px;
	float: left;
	border-bottom: 1px dashed #ccc;
	margin-right: 60px;

}
.ind_news .news_nav li .text{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 0;

}

.ind_news .news_nav li .text .left{
	border-right: 1px solid #ccc;
	width: 93px;
	text-align: left;

}
.ind_news .news_nav li .text .left .m-d{
	font-size: 24px;
	color: #000;
	padding-bottom: 12px;
}
.ind_news .news_nav li .text .left .y{
	font-size: 16px;
	color: #666;
}
.ind_news .news_nav li .text .rit{
	width: 477px;
	padding-left: 23px;
}
.ind_news .news_nav li .text .rit h3{
	font-size: 18px;
	color: #000;
	padding-bottom: 15px;
}

.ind_news .news_nav li .text .rit p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
