@charset "UTF-8";

/**内页banner**/
.banner-in{
  width: 100%;
  min-width: 1200px;
  /*height: 450px;*/
  background-position: center;
}
.banner-in img{
	width: 100%;
}

/***内页导航**/
.about-nav{
	height: 106px;
	margin-bottom: 60px;
	line-height: 102px;
	border-bottom: 1px solid #f1f1f1;
	
}
.about-nav.mb0{
	margin-bottom: 0;
}
.about-nav a{
	display: inline-block;
	margin-right: 80px;
	padding: 0 8px;
	font-size: 16px;
	color: #999;
	border-bottom: 4px solid transparent;
	font-weight: normal;
}
.about-nav a:hover,.about-nav a.cur{
	color: #333;
}
.about-nav a.cur{
	border-color: #333;
}

.about-content{
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 2.2;
}
.about-content img{
	max-width: 100%;
}

/**新闻**/
.news-list li{
	position: relative;
	padding: 35px 0;
	border-bottom: 1px solid #fafafa;

}
.news-list .img{
	display: block;
	float: left;
	width: 340px;
	height: 220px;
	margin-right: 35px;
	background-position: center;
	background-size: cover;
	transition:all 0.5s ease;
}
.news-list a{
	display: block;
	height: 100%;
}
.news-list .img.no{
	background-size: auto;
	background-color: #f5f5f5;
}
.news-list .tit{
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #333;
}
.news-list .txt{
	font-size: 14px;
	color: #999;
}
.news-list .date{
	position: absolute;
	bottom: 35px;
	left: 375px;
}
.news-list li:hover .img{
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
/**今日推荐**/
.reco-list li{
	position: relative;
	margin-top: 40px;
	padding-right: 60px;
	height: 282px;
	box-shadow: 0 0 4px rgba(0,0,0,.06);
	transition:all 0.5s ease;
}
.reco-list .img{
	position: relative;
	display: block;
	float: left;
	width: 448px;
	height: 282px;
	margin-right: 65px;
	background-position: center;
	background-size: cover;
}
.reco-list a{
	display: block;
	height: 100%;
}
.reco-list .img.no{
	background-size: auto;
	background-color: #f5f5f5;
}
.reco-list .tit{
	padding-top: 40px;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #333;
}
.reco-list .txt{
	font-size: 13px;
	color: #999;
	line-height: 2;
}
.reco-list .zan{
	position: absolute;
	bottom: 30px;
	left: 512px;
	padding-left: 26px;
	font-size: 22px;
	color: #333;
	line-height: 1.1;
	background: url(../img/ico-zan.png) no-repeat 0 0;
}
.reco-list .img:after{
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    opacity: 0;
    transition: all .5s;
}
.reco-list li:hover .img:after{
	opacity: .2;
}
.reco-list li:hover{
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
/**案列列表**/
.cases-list ul{
	margin: 0 -15px;
}
.cases-list li{
	float: left;
	width: 380px;
	height: 450px;
	margin: 50px 15px 0;
	box-shadow: 0 0 5px rgba(0,0,0,.08);
	/*transition:all 2s cubic-bezier(0.23, 1, 0.38, 1);*/
	transition: all .5s;
}
.cases-list .img{
	position: relative;
	display: block;
	width: 380px;
	height: 300px;
	margin-bottom: 25px;
	background-position: center;
	background-size: cover;
}
.cases-list .img.no{
	background-size: auto;
	background-color: #f5f5f5;
}
.cases-list .img:after{
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    opacity: 0;
    transition: all .5s;
}
.cases-list li:hover .img:after{
	opacity: .2;
}
.cases-list li:hover{
	box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
}
.cases-list p{
	margin: 0 20px;
}
.cases-list .tit{
	margin-bottom: 10px;
	font-size: 17px;
	color: #333;
}
.cases-list li:hover .tit{
	color: #000;
}
/**文章详情**/

.info-content{
	padding-top: 120px;
}
.info-hd{
	padding-bottom: 25px;
}
.info-hd h2{
	margin-bottom: 15px;
	font-size: 30px;
	color: #333;
	line-height: 1.1;
}
.info-bd{
	position: relative;
	overflow: hidden;
	padding: 50px 0;
	font-size: 16px;
	line-height: 2.2;
}
.info-bd img{
	max-width: 100%;

}
.info-page{
	line-height: 36px;
	font-size: 14px;
}

/***分享 收藏**/
.bdsharebuttonbox{
	float: right;
}
.bds_more{
	background: none!important;
	padding: 0!important;
	margin: 0 0 0 10px!important;
	height: 26px!important;
	line-height: 26px!important;
}
.bds_more,.pro-coll,.art-like{
	float: right;
	width: 64px;
	height: 26px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	transition:all 0.3s;
}
.bds_more .ico,.pro-coll .ico,.art-like .ico{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	vertical-align: -2px;
	opacity: .3;
	transition:opacity 0.3s;
}
.bds_more .ico{
	background-image: url(../img/ico-share.png);
}
.pro-coll,.art-like{
	width: auto;
	padding: 0 10px;
	min-width: 44px;
	margin-left: 10px;
}
.pro-coll .ico{
	background-image: url(../img/ico-star-o.png);
}
.art-like .ico{
	width: 14px;
	height: 14px;
	background-image: url(../img/ico-hand.png);
}
/*.pro-coll.cur{
	border-color: #333;
	color: #333;
}*/
.pro-coll.cur .ico{
	background-image: url(../img/ico-star.png);
	opacity: 1;
}
.art-like.cur .ico{
	background-position: 100% 0;
	opacity:1;
}
.bds_more:hover,.pro-coll:hover,.art-like:hover{
	color: #000!important;
	border-color: #333!important;
	opacity: 1!important;
}
.bds_more:hover .ico,.pro-coll:hover .ico,.art-like:hover .ico{
	opacity: 1;
}


/*多图切换*/
.info-products{
	padding: 70px 0;

}
.info-products h3{
	margin-bottom: 50px;
	font-size: 28px;
	color: #333;
	font-weight: normal;
}
.imgs-slide {
	width: 692px;
	margin: 0 auto;
}
.imgs-slide .view{
	float: left;
}
.imgs-slide .view .swiper-container {
	width: 600px;
	height: 790px;
}
.imgs-slide .view .img{
	width: 600px;
	height: 600px;
	
}
.imgs-slide .view img{
	width: 598px;
	height: 598px;
	border: 1px solid #f1f1f1;
}
.preview {
	float: left;
	height: 600px;
	margin-right: 12px;
	position: relative;
}

.preview .swiper-container {
	width: 80px;
	height: 540px;
	margin-top: 30px;
}

.preview .swiper-slide {
	width: 80px;
	height: 90px;
	cursor: pointer;
}

.preview .slide6 {
	width: 804px;
}
.preview .arrow-left,.preview .arrow-right {
	position: absolute;
	left: 0;
	width: 78px;
	height: 20px;
	line-height: 20px;
	z-index: 10;
	color: #888;
	border: 1px solid #ddd;
	text-align: center;
	opacity: .4;
	transition:all 0.4s;
}
.preview .arrow-left{
	top: 0;
}
.preview .arrow-right {
	bottom: 0;
}
.preview .arrow-left:hover,.preview .arrow-right:hover{
	opacity: 1;
}

.preview img {
	width: 78px;
	height: 78px;
	border: 1px solid #f1f1f1;
	transition:all 0.4s;
}
.preview .active-nav img {
	border: 1px solid #333;
}


.imgs-slide .ico-cart{
	display: inline-block;
	width: 21px;
	height: 19px;
	background: url(../img/ico-cart2.png) no-repeat;
	vertical-align: -3px;
	margin-right: 20px;
}

/***评论**/
.info-comment{
	padding-bottom: 30px;
}
.comment-tit{
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-size: 20px;
	color:#333;
	font-weight: normal;
}
.comment-form{
	padding: 0 70px 60px 50px ;
}
.info-comment .avatar{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.comment-form dt{
	float: left;
	width: 40px;
}
.comment-form dd{
	float: right;
	width: 1020px;
}
.comment-form textarea{
	width: 978px;
	height: 150px;
	border: 1px solid #f1f1f1;
	background-color: #fdfdfd;
	color: #666;
	font-size: 14px;
	line-height: 2;
	padding: 12px 20px;
}
.comment-list{
	border-top: 1px solid #fafafa;
}
.comment-list-tit{
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 25px;
	padding: 20px 0;
}
.comment-list-ul li{
	display: block;
	position: relative;
	margin-top: 36px;
	border-bottom: 1px solid #fafafa;
	padding: 0 180px 30px 102px;
}

.comment-list-ul .avatar{
	position: absolute;
	left: 42px;
	top: 0;
}
.comment-list-ul .user-name{
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 26px;
}
.comment-list-ul .text{
	font-size: 13px;
	line-height: 22px;
}
.comment-list-ul .date{
	position: absolute;
	width: 110px;
	right: 0;
	top: 34px;
	font-size: 14px;
	color: #999;
	line-height: 22px;
}


/***常见问题***/
.faq-list dl{
	padding: 30px 0;
	border-bottom: 1px solid #fafafa;
}
.faq-list .en{
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #999;
	border-radius: 3px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	
}
.faq-list dt .en{
	top: 0;
	left: 5px;
}
.faq-list dd .en{
	top: 24px;
	left: 20px;
	border-color: #333;
	color: #333;
}
.faq-list dt{
	position: relative;
	padding-left: 47px;
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
}
.faq-list dd{
	display: none;
	position: relative;
	margin-top: 38px;
	padding: 24px 20px 34px 64px;
	background-color: #fafafa;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.faq-list dd:before{
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 9px;
	background: url(../img/ico-arrow-up.png) no-repeat;
	left: 26px;
	top: -9px;
}
.faq-list dl.open dt,.faq-list dl.open dt .en{
	color: #333;
}
.faq-list dl.open dt .en{
	border-color: #333;
}
.faq-list dl.open dd{
	display: block;
}


/**晒单**/
.drying-list{
	padding: 60px 0;
	margin-right: -30px;
}
.drying-item{
	width: 380px;
    margin: 0 30px 42px 0;
    float: left;
    box-shadow: -1px 0 6px rgba(0,0,0,.08);
    transition: all .5s;
}
.drying-item .img,.drying-item img{
	display: block;
	width: 380px;
}
.drying-item .cont{
	padding: 22px;
}
.drying-item .txt{
	padding-top: 2px;
	height: 80px;
	font-size: 13px;
	line-height: 22px;
	color: #333;
}
.drying-item .act{
	position: relative;
	padding: 0 80px 0 42px;
}
.drying-item .avatar,.info-drying .avatar{
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.drying-item .zan{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 34px;
	color: #999;
}
.drying-item .ico-hand{
	display: inline-block;
	width: 13px;
	height: 14px;
	opacity: .4;
	background: url(../img/ico-hand.png) no-repeat;
	vertical-align: -2px;
}
.drying-item .name,.info-drying .name{
	margin-bottom: 6px;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	font-weight: normal;
}
.drying-item .date{
	font-size: 11px;
	line-height: 12px;
}
.drying-item .img{
	position: relative;
}
.drying-item .img:after{
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    opacity: 0;
    transition: all .5s;
}
.drying-item:hover .img:after{
	opacity: .2;
}
.drying-item:hover{
	box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
}

.info-drying{
	position: relative;
	padding: 0 176px 60px 56px;
}
.info-drying .avatar{
	width: 40px;
	height: 40px;
}
.info-drying .name{
	height: 31px;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
.info-drying .date{
	position: absolute;
	right: 10px;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	top: 30px;
}
.info-drying .text{
	line-height: 22px;
	font-size: 13px;
}
.dry-pro {
	height: 600px;
	border: 1px solid #f1f1f1;
}
.dry-pro .pro-list ul{
	margin: 0;
}
.dry-pro .pro-list li{
	width: 404px;
	margin: 30px 30px 0;
}
.dry-pro .pro-list li .img,.dry-pro .pro-list li img{
	width: 404px;
	height: 404px;
	margin: 0;
}

.dry-imgs{
	position: relative;
	width: 716px;
	height: 602px;
}
.dry-imgs .swiper-slide{
	background-size: cover;
	background-position: center;
}
.dry-imgs .swiper-button-prev,.dry-imgs .swiper-button-next{
	width: 44px;
	height: 88px;
	background-color: rgba(0,0,0,.8);
	background-size: 10px 18px;
	opacity: .4;
	transition:opacity 0.3s;
}
.dry-imgs .swiper-button-prev:hover,.dry-imgs .swiper-button-next:hover{
	opacity: 1;
}
.dry-imgs .swiper-button-prev{
	left: 0;
	border-radius: 0 5px 5px 0;
}
.dry-imgs .swiper-button-next{
	right: 0;
	border-radius: 5px 0 0 5px;
}


/**门店列表**/
.store-wrap{
	width: 100%;
	min-width: 1200px;
	height: 860px;
	background-position: center;
	background-size: cover;
}
.store-panel{
	float: left;
	width: 426px;
	height: 550px;
	background-color: #fff;
	margin-top: 102px;
}
.select-box{
	min-width: 168px;
	margin-right: 20px;	
}
.store-hd{
	padding: 30px 0 16px 30px;
}
.store-bd{
	height: 380px;
	border-top: 1px solid #f1f1f1; 
}
.store-list{
	width: 360px;
	margin: 0 auto;
}
.store-item{
	position: relative;
	padding: 30px 15px 24px 30px;
	border-bottom: 1px solid #f1f1f1;
	color: #333;
}
.store-num{
	position: absolute;
	left: 0;
	display: block;
	width: 22px;
	height: 22px;
	background-color: #333;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	line-height: 25px;
}
.store-item h3{
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 16px;
	font-weight: normal;
}

.store-li{
	position: relative;
	line-height: 26px;
	min-height: 26px;
	font-size: 13px;
}
.store-li .ico{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	background-position: 0 center;
	vertical-align: -2px;
}
.store-li .ico-tel{
	background-image: url(../img/ico-tel.png);
}
.store-li .ico-addr{
	background-image: url(../img/ico-addr.png);
}
.store-li .ico-time{
	background-image: url(../img/ico-time.png);
}
.store-li.li-addr {
	padding-left: 60px;
}
.store-li.li-addr .ico{
	position: absolute;
	left: 0;
	top: 6px;
	animation: bounce-up 1s linear infinite;
}
.store-li.li-addr  .label{
	position: absolute;
	left: 22px;
}

@keyframes bounce-up {
	25% {transform: translateY(4px);}
	50%, 100% {transform: translateY(0);}
	75% {transform: translateY(-4px);}
}