@charset "UTF-8";

.page-section{
	padding: 70px 0
}
.page-section.line-section{
	background: url(../images/line.png) center bottom no-repeat;
}
.section-header{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 30px;
}
.section-header::after{
	width: 48px;
	height: 3px;
	background-color: #dbaa67;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
}




.bannerSwiper{
	height: 540px;
}
.bannerSwiper .index-banner{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
}
.sw-grid{
	padding: 0 20px;
	text-align: center;
}
.sw-grid h2{
	line-height: 1.58;
	font-size: 30px;
	margin-bottom: 20px;
}
.sw-grid p{
	line-height: 1.8;
	font-size: 13px;
	margin-bottom: 20px;
}



/* 关于 */
.about-cell{
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	line-height: 1.78;
	text-align: center;
}
.about-bar{
	text-align: center;
}
.about-bar .about-h1{
	font-size: 36px;
	color: #ba262f;
}
.about-bar .about-p{
	font-size: 16px;
}
.about-bar .line{
	max-width: 390px;
	height: 1px;
	margin: 16px auto;
	background-color: #ba262f;
}
.dev-section{
	background: url(../images/deve-bg.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 500px;
	color: #ffffff;
}
.dev-cell .dev-label{
	font-size: 40px;
	margin-bottom: 20px;
}
.dev-cell .dev-intro{
	line-height: 2;
	margin-bottom: 40px;
}
.dev-cell .dev-intro p{
	font-size: 18px;
}


.dev-cell .btn-default{
	width: 180px;
}
.product-tabs{
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.product-tabs li a{
	position: relative;
	color: #222222;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: transparent;
}
.product-tabs li a:hover{
	background-color: transparent;
}
.product-tabs li.active a{
	color: #b50000;
	background-color: transparent;
}
.product-tabs li.active a::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background-color: #b50000;
}
.product-box{
	display: block;
	padding: 40px 0;
	background-color: #f9f1e6;
	text-align: center;
}
.in-wrapper .product-box{
	margin-bottom: 30px;
}
.product-box .title{
	border: 1px solid #e9decf;
	height: 44px;
	width: 290px;
	margin: 0 auto;
	line-height: 42px;
	font-size: 16px;
	color: #222222;
	margin-top: 40px;
}
.page-section{
	overflow: hidden;
}
.page-end{
	background-color: #f8f6f2;
	padding: 50px 0;
}
.flex-col{
	flex: 1;
}
.end-cell{
	text-align: center;
	margin-bottom: 110px;
}
.end-cell .end-label{
	font-size: 22px;
}
.end-logo{
	margin-bottom: 30px;
}

.end-search{
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 684px;
}
.end-search .form-control{
	border: 1px solid #e1e1e1;
	border-radius: 0;
	height: 52px;
	width: 100%;
}
.btn-so,
.btn-so:hover,
.btn-so:focus{
	background-color: #b50000;
	border: 1px solid #b50000;
	border-radius: 0;
	height: 52px;
	width: 150px;
	color: #fff;
	font-size: 18px;
}

.wx-cell{
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.foot-text{
	line-height: 1.89;
}
.wx-cell li{
	width: 50%;
	float: left;
	padding: 0 15px;
}
.wx-cell li p{
	margin-top: 10px;
}

.product-section{
	background: url(../images/pro-bg.jpg) center bottom no-repeat;
}
.jiu-end{
	margin-top: 40px;
	text-align: center;
}
.flex-col{
	flex: 1;
}
.jiu-middle{
	overflow: hidden;
	text-align: center;
	padding: 0 32px;
}
.jiu-dot {
	overflow: hidden;
}
.jiu-dot .dot-item{
	background: url(../images/dot.png) no-repeat left center;
	background-size: contain;
	font-size: 20px;
	padding-left: 36px;
	width: 50%;
	float: left;
	margin: 10px 0;
}

.adv-cell .adv-photo{
	margin-bottom: 20px;
}
.adv-cell .adv-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}


.attr-cells{
	padding: 0 10px 20px 10px;
}
.attr-row{
	display: flex;
	margin-bottom: 30px;
}
.attr-row .attr-label{
	width: 140px;
	color: #8e8d8d;
}
.search-bar{
	padding:10px 30px;
	text-align: center;
	line-height: 1;
}
.search-bar .so{
	display: inline-block;
	background: url(../images/so.png) no-repeat center;
	width: 36px;
	height: 30px;
	cursor: pointer;
}
.modal-search-box{
	padding: 50px 20px;
}
.sw-grid .btn{
	width: 180px;
}
@media (max-width:750px) {
	.dev-cell{
		padding: 0 20px;
	}

	.dev-cell .dev-intro p{
		font-size: 14px;
	}
}
@media (min-width:1024px) and (max-width:1200px) {
	.h-wrapper .container{
		min-width: 100%;
	}
}

@media (min-width:1024px) {
	

	.product-tabs li{
		margin: 0 30px;
	}
	.attr-cells{
		padding: 0 10% 30px 15%;
	}
	.adv-cell .adv-title{
		font-size: 18px;
	}

	.jiu-dot .dot-item{
		background: url(../images/dot.png) no-repeat left center;
		background-size: contain;
		font-size: 32px;
		padding-left: 44px;
		line-height: 1;
		width: 100%;
		float: left;
		margin-bottom: 30px;
	}
	.jiu-middle{
		text-align: center;
		padding: 0 80px;
	}
	.jiu-end{
		margin-top: 60px;
		font-size: 20px;
	}
	.jiu-main{
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	.foot-nav li{
		margin-right: 80px;
		opacity: .8;
	}
	.wx-cell{
		margin-top: 0;
		margin-left: 100px;
	}
	.foot-main{
		display: flex;
		padding: 70px 0;
	}
	.end-cell .end-label{
		font-size: 32px;
	}
	.product-box{
		padding: 50px 0;
	}
	.product-tabs{
		margin-bottom: 70px;
	}
	.product-tabs li a{
		font-size: 18px;
	}
	.dev-cell .dev-label{
		font-size: 60px;
	}
	.dev-section{
		height: 680px;
	}
	.about-bar .about-h1{
		font-size: 42px;
	}
	.about-bar .about-p{
		font-size: 22px;
	}
	.about-cell{
		font-size: 18px;
		line-height: 1.78;
	}
	.bannerSwiper{
		height: 860px;
	}
	.page-section{
		padding: 100px 0
	}
	.section-header{
		font-size: 36px;
	}

	.sw-grid{
		width: 960px;
	}
	.sw-grid h2{
		font-size: 60px;
		margin-bottom: 30px;
	}
	.sw-grid p{
		font-size: 17px;
		margin-bottom: 80px;
	}
	
}
@media (min-width:1400px) {
	.product-row{
		max-width: 1200px;
		margin: 0 auto;
	}

}


.contact-row{
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}
.map-box{
	margin-right: 30px;
}
.contact-row .contact-panel{
	padding-top: 25px;
}
.c-item_row{
	font-size: 20px;
	margin-bottom: 12px;
}
.c-item_row img{
	width: 100px;
	height: 100px;
}
.c-item_row .iconfont{
	color: #ba262f;
	font-size: 20px;
	margin-right: 10px;
}

.search-section{
	background-color: #f8f6f2;
	padding-bottom: 160px;
}

@media (min-width:1200px) {
	.attr-cells{
		font-size: 18px;
		padding: 0;
		width: 520px;
		padding-left: 60px;
		margin: 0 auto;
	}
}
.media-cell{
	display: block;
	margin-bottom: 40px;
}
.media-cell .media-photo{
	font-size: 0;
	height: 192px;
	margin-bottom: 15px;
	font-size: 0;
}
.media-cell .media-photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.media-cell .media-title{
	color: #333;
	margin-bottom: 15px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	white-space: nowrap;
}
.media-cell .media-desc{
	color: #555555;
	margin-bottom: 20px;
	font-size: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	height: 72px;
	line-height: 26px;
}
.media-cell .media-time{
	color: #999;
	font-size: 16px;
}
.in-banner{
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 620px;
}
.in-wrapper .section-header{
	margin-bottom: 70px;
}
.page-navigation{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.page-navigation a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	border: 1px solid #1e1e1e;
	color: #666666;
	margin: 0 2px;
}
.page-navigation a.active,
.page-navigation a:hover{
	background-color: #ba262f;
	color: #ffffff;
	border: 1px solid #eeeeee;
}
.page-navigation .btn-prev,
.page-navigation .btn-next{
	width: 76px;
}
.page-navigation .btn-prev{
	margin-right: 10px;
}
.page-navigation .btn-next{
	margin-left: 10px;
}

.banner-title{
	font-size: 60px;
	color: #ffffff;
}
.breadcrumb{
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #555555;
	height: 130px;
	border-bottom: 1px solid #e5e5e5;
}

.breadcrumb a{
	color: #555555;
}
.detail-main{
	padding:50px 0;
}
.article-title{
	margin-bottom: 80px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.67;
}
.article-content{
	font-size: 18px;
	line-height: 1.8;
}
.article-content *{
	font-size: 18px;
}
.article-content p{
	margin-bottom: 30px;
}
.product-middle{
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	font-size: 20px;
}
.product-preview{
	display: flex;
	padding: 40px 0;
}
.productSwiper{
	background-color: #f9f1e6;
	width: 514px;
	height: 530px;
	margin-right: 50px;
}
.productSwiper .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}
.productSwiper .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.product-preview .flex-col{
	padding: 30px 0;
}

.product-preview .product-title{
	font-size: 26px;
	margin-bottom: 30px;
}
.product-preview .product-intro{
	color: #555555;
	line-height: 2.2;
	font-size: 18px;
}
.product-preview .product-intro p,
.product-preview .product-intro div{
	font-size: 18px;
}
.buy-bar{
	position: relative;
}
.buy-wchart{
	position: absolute;
	top: 100%;
	left: 0%;
	width: 100%;
	display: none;
}
.buy-bar:hover .buy-wchart{
	display: block;
}

.spec-table {
	font-size: 18px;
}

.spec-table .title{
	font-weight: bold;
	padding: 20px 0;
}

.spec-table table {
	width: 100%;
	border-collapse: collapse; 
}

.spec-table table th,
.spec-table table td {
	padding: 10px;
	border: 1px solid #d1d1d1;
}

.detail-main .spec-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}

.detail-main .spec-list li {
	width: 25%;
	padding: 10px;
	border: 1px solid #d3d3d3;
	border-right: 0;
	border-bottom: 0;
}

.detail-main .spec-list li .type {
	color: #999;
}






@media (max-width:1200px) {
	.article-title{
		margin-bottom: 50px;
	}
	.in-banner{
		height: 400px;
	}
	.banner-title{
		font-size: 32px;
	}
}
@media (max-width:1000px) {
	.product-preview .product-title{
		font-size: 24px;
	}
	.product-preview .product-intro p,
	.product-preview .product-intro div{
		font-size: 15px;
	}
	.product-preview .product-intro{
		line-height: 2;
	}
	.productSwiper{
		margin: 0;
		width: 100%;
		height: 400px;
	}
	.product-preview{
		display: block;
	}
	.breadcrumb .container{
		margin: 0;
	}
	.article-content *{
		font-size: 16px;
	}
	.in-banner{
		height: 300px;
	}
	.in-wrapper .section-header{
		margin-bottom: 40px;
	}
	.breadcrumb{
		height: 80px;
		font-size: 16px;
	}
	.product-middle{
		border-bottom: 1px solid #e5e5e5;
		padding: 20px 0;
		font-size: 16px;
	}
	
}

@media (min-width:1200px) {
	.detail-wrapper .container{
		width: 1200px;
	}
}

@media (max-width: 767px) {
	.spec-table,
	.detail-main .spec-list {
		font-size: 16px;
	}
	.detail-main .spec-list li {
		width: 50%;
	}
}