﻿@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: 20px;
	font-weight: bold;
	color: #24252a;
}
.ind_abt .title p{
	font-size: 16px;
	color: #24252a;
	padding-top: 15px;
}
.ind_abt .ms{
	font-size: 14px;
	color: #24252a;
	line-height: 1.8;
}
.ind_abt ul{
	font-size: 0;	
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ind_abt ul li{
	display: inline-block;
	padding: 9px;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 100px;
	overflow: hidden;
	width: 31%;
}
.ind_abt ul li img{
	border-radius: 100px;
	width: 100%;
	height: auto;
}

.ind_ggt{
	font-size: 0;
}
.ind_ggt img{
	width: 100%;
}


/*经典口味*/
 .ind_jdkw{
	padding-left: 0.2rem;
	padding-right: 0.2rem;
 }
.ind_jdkw .slider2{
	width: 100%;
	display: flex;
}
.ind_jdkw .slider2 .slide{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border-radius: 5px;
	border: 5px solid #cb020c;
	padding: 0.3rem;
}
.ind_jdkw .slider2 .slide .ctn{
	font-size: 0;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ind_jdkw .slider2 .slide .img{
	display: inline-block;
}
.ind_jdkw .slider2 .slide .img img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.ind_jdkw .slider2 .slide .bt{
	font-weight: bold;
	color: #cb020c;
	font-size: 16px;
	display: inline-block;
	padding: 3% 0 2%;
}
.ind_jdkw .slider2 .slide .ms{
	display: inline-block;
	font-size: 14px; 
	color: #cb020c;
	text-align: center;

}
.ind_jdkw .bx-controls-direction{
	display: none;
}

.ind_jdkw .bx-wrapper .bx-pager{
	padding-top: 0.3rem;
}
.ind_jdkw .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ind_jdkw .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #cb020c;
}
.ind_jdkw .bx-wrapper .bx-pager.bx-default-pager a{
	background: #7f7f7f;
}


.ind_cp_bg{
	background: url(../img/ind_cp_bg.jpg) no-repeat center;
	background-size: cover;
}

.ind_cp .title{
	background: url(../img/ind_abt_tit-ico.png) no-repeat bottom center;
	padding-bottom: 25px;
}
.ind_cp .title h3{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.ind_cp .title p{
	font-size: 16px;
	color: #fff;
}
.ind_cp ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}
 
.ind_cp ul li{
	width: 48%;
	margin-bottom: 4%;
}


.ind_cp ul li .img{
	width: 100%;
	background: #fff;
	position: relative;
	overflow: hidden;
	padding-bottom: 40%;
}
.ind_cp ul li .img img{
	position: absolute;
	left: 0;
	top: 0;
}
.ind_cp ul li .bt{
	width: 100%;
	background: #d5353d;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
}

.ind_cp .ind_cp_gd{
	font-size: 14px;
	color: #fff;
	border: 1px  solid #fff;
	padding: 5px 20px;
	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: 15px;
}
.ind_news .news_top .title h3{
	font-size: 18px;
	color: #333942;
	font-weight: bold;
}
.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: 5px 20px;
}
.ind_news .news_top .more:hover{
	border-color: #cb020c;
	background: #cb020c;
	color: #fff;
}

.ind_news .news_nav{
	width: 100%;
}

.ind_news .news_nav .flag_c{
	border-bottom: none;
}
.ind_news .news_nav .flag_c a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ind_news .news_nav .flag_c .img{
	width: 40%;
	padding-bottom: 30%;
	overflow: hidden;
	position: relative;
}
.ind_news .news_nav .flag_c .img img{
	position: absolute;
	left: 0;
	top: 0;
}
.ind_news .news_nav .flag_c .rit{
	width: 60%;
	padding-left: 0.3rem;
}
.ind_news .news_nav .flag_c .rit h3{
	font-size: 16px;
	color: #000000;
}
.ind_news .news_nav .flag_c .rit .time{
	padding-top: 5px;
	font-size: 14px;
	color: #999;
}



.ind_news .news_nav li{
	width: 100%;
	border-bottom: 1px dashed #ccc;
}
.ind_news .news_nav li .text{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.3rem 0;

}

.ind_news .news_nav li .text .left{
	border-right: 1px solid #ccc;
	width: 15%;
	text-align: left;

}
.ind_news .news_nav li .text .left .m-d{
	font-size: 14px;
	color: #000;
}
.ind_news .news_nav li .text .left .y{
	font-size: 12px;
	color: #666;
}
.ind_news .news_nav li .text .rit{
	padding-left: 0.3rem;
	width: 85%;
}
.ind_news .news_nav li .text .rit h3{
	font-size: 14px;
	color: #000;
}
 