/* header */
.outer{
	width: 100%;
	height: 80px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer .header{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.outer .header .header-left{
	width: 40.32px;
	height: 62.72px;
}
.outer .header .header-left img{
	width: 100%;
	height: 100%;
}
.outer .header .header-right{
	display: flex;
	align-items: center;
}
.outer .header .header-right .right-nav{
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.outer .header .header-right .right-nav .nav-fir{
	font-size: 16px;
	font-family: qs-medium;
	height: 80px;
	line-height: 80px;
	position: relative;
	overflow: hidden;
	margin-left: 40px;
}
.outer .header .header-right .right-nav .nav-fir:hover::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #FF5400;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.outer .header .header-right .right-nav .fir-active::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #FF5400;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.outer .header .header-right .right-nav .nav-sec{
	display: flex;
	flex-direction: column;
}
.outer .header .header-right .right-nav .nav-sec .sec-title{
	font-size: 16px;
	font-family: qs-medium;
	height: 80px;
	line-height: 80px;
	position: relative;
	overflow: hidden;
	margin-left: 40px;
}
.outer .header .header-right .right-nav .nav-sec .sec-title:hover::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #FF5400;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.outer .header .header-right .right-nav .nav-sec .sec-active::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #FF5400;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.outer .header .header-right .right-nav .nav-sec .sec-value{
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 1;
	top: 60px;
	background-color: #fff;
	padding: 4px 20px 20px 20px;
	box-sizing: border-box;
}
.outer .header .header-right .right-nav .nav-sec .sec-value a{
	font-size: 16px;
	font-family: qs-medium;
	color: rgba(0,0,0,0.6);
	margin-bottom: 15px;
}
.outer .header .header-right .right-nav .nav-sec .sec-value a:last-child{
	margin-bottom: 0;
}
.outer .header .header-right .right-nav .nav-sec .sec-value a:hover{
	color: rgba(0,0,0,1);
}
.outer .header .header-right .right-nav .nav-sec .sec-value > .active{
	color: rgba(0,0,0,1);
}
.outer .header .header-right .right-search{
	position: relative;
}
.outer .header .header-right .right-search .search-input{
	width: 200px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 20px;
	padding: 0 15px 0 40px;
	box-sizing: border-box;
	margin-right: 15px;
}
.outer .header .header-right .right-search .search-icon{
	width: 21px;
	height: 21px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.outer .header .header-right .right-lag{
	display: flex;
	align-items: center;
}
.outer .header .header-right .right-lag .lag-flag{
	width: 30px;
	height: 20px;
}
.outer .header .header-right .right-lag .lag-flag img{
	width: 100%;
	height: 100%;
}
.outer .header .header-right .right-lag .lag-text{
	font-size: 16px;
	font-family: qs-medium;
	margin: 0 10px;
}
.outer .header .header-right .right-lag .lag-icon{
	width: 20px;
	height: 11px;
}


.header-sm{
	width: 100%;
	height: 60px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.header-sm .header-sm-left{
	width: 63px;
	height: 80px;
	display: flex;
	align-items: center;
}
.header-sm .header-sm-left img{
	width: 50%;
	height: 50%;
}
.header-sm .header-sm-right{
	display: flex;
	align-items: center;
}
.header-sm .header-sm-right .right-search{
	position: relative;
}
.header-sm .header-sm-right .right-search .search-input{
	width: 140px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #000;
	padding: 0 10px 0 30px;
	box-sizing: border-box;
	margin-right: 12px;
}
.header-sm .header-sm-right .right-search .search-icon{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
}
.header-sm .header-sm-right .right-lag{
	display: flex;
	align-items: center;
}
.header-sm .header-sm-right .right-lag .lag-flag{
	width: 24px;
	height: 16px;
}
.header-sm .header-sm-right .right-lag .lag-flag img{
	width: 100%;
	height: 100%;
}
.header-sm .header-sm-right .right-lag .lag-text{
	font-size: 16px;
	font-family: qs-medium;
	margin: 0 6px;
}
.header-sm .header-sm-right .right-lag .lag-icon{
	width: 11px;
	height: 6px;
}
.header-sm .header-sm-right .right-menu{
	display: block;
	width: 30px;
	height: 20px;
	margin-left: 12px;
}
.nav-sm{
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
}
.nav-sm .nav-mask{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	background-color: rgba(0,0,0,0.6);
}
.nav-sm .nav-sm-header{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 76%;
	height: 60px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.nav-sm .nav-sm-header .header-icon{
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 24px;
}
.nav-sm .nav-sm-item{
	position: absolute;
	top: 0;
	right: 0;
	width: 76%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #ffffff;
	padding: 55px 15px 24px 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.nav-sm .nav-sm-item > a{
	font-size: 18px;
	padding: 15px 0;
	box-sizing: border-box;
	font-size: 18px;
	font-family: qs-semibold;
}
.nav-sm .nav-sm-item .sec{
	position: relative;
}
.nav-sm .nav-sm-item .sec::after{
	content: '>';
	font-size: 14px;
	position: absolute;
	top: 50%;
	height: 30px;
	color: rgba(0,0,0,0.8);
	margin-left: 4px;
	transform: translateY(-50%) rotate(90deg);
	
}
.nav-sm .nav-sm-item .item-sec{
	display: flex;
	flex-direction: column;
}
.nav-sm .nav-sm-item .item-sec a{
	font-size: 18px;
	padding: 10px 0;
	font-size: 18px;
	font-family: qs-medium;
	text-indent: 24px;
}

/* banner */
.home-banner-lg{
	width: 1200px;
	height: 450px;
	margin: 0 auto;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
}
.home-banner-lg img{
	width: 100%;
	height: auto;
}
.home-banner-sm{
	width: auto;
	height: 225px;
	margin: 0 12px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
.home-banner-sm img{
	width: 100%;
	height: 100%;
}
.banner-lg{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 36px;
}
.banner-lg .banner-lg-img{
	width: 1200px;
	height: 180px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
}
.banner-lg .banner-lg-img img{
	width: 100%;
	height: auto;
}
.banner-lg .banner-lg-text{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 46px;
	color: #fff;
	font-family: qs-semibold;
	height: 60px;
	top: 50%;
	transform: translateY(-50%);
}
.banner-sm{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.banner-sm .banner-sm-img{
	width: auto;
	margin: 0 12px;
	height: 80px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
.banner-sm .banner-sm-img img{
	width: 100%;
	height: 100%;
}
.banner-sm .banner-sm-text{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-family: qs-semibold;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
}

/* title */
.title{
	font-size: 36px;
	font-family: qs-regular;
	text-align: center;
	display: block;
	height: 140px;
	line-height: 140px;
}
.margin{
	margin-top: -20px;
}
@media (max-width:1200px) {
	.title{
		font-size: 24px;
		font-family: qs-medium;
		height: 70px;
		line-height: 70px;
	}
	.margin{
		margin-top: -18px;
	}
}

/* 商品列表 */
.list-product{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.list-product .product-item{
	width: 286.5px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 18px;
	margin-bottom: 18px;
}
.list-product .product-item:nth-child(4n){
	margin-right: 0;
}
.list-product .product-item .item-img{
	width: 286.5px;
	height: 286.5px;
	overflow: hidden;
}
.list-product .product-item .item-img img{
	width: 100%;
	height: 100%;
}
.list-product .product-item .item-title{
	width: auto;
	font-size: 15px;
	font-family: qs-medium;
	margin: 0 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-product .product-item .item-dsc{
	width: auto;
	font-size: 15px;
	font-family: qs-medium;
	margin: 7px 24px 24px 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
}
@media (max-width:1200px) {
	.list-product{
		width: auto;
		margin: 0 12px;
		justify-content: space-between;
	}
	.list-product .product-item{
		width: 48.29%;
		border-radius: 10px;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.list-product .product-item .item-img{
		width: 100%;
		height: 100%;
	}
	.list-product .product-item .item-title{
		font-size: 14px;
		font-family: qs-medium;
		margin: 8px 12px 0 12px;
	}
	.list-product .product-item .item-dsc{
		font-size: 13px;
		font-family: qs-regular;
		margin: 8px 12px 12px 12px;
	}
}

/* footer */
.outer-footer{
	background-color: #fff;
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}
.outer-footer .footer{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.outer-footer .footer .footer-item{
	display: flex;
	flex-direction: column;
}
.outer-footer .footer .footer-item a,.outer-footer .footer .footer-item p{
	font-size: 16px;
	font-family: qs-medium;
	margin: 8px 0;
}
.outer-footer .footer .footer-item .margin{
	margin-top: 42px;
}
.outer-footer .footer .footer-item .weight{
	font-family: qs-semibold;
}
.footer-sm{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.footer-sm p{
	font-size: 12px;
	font-family: qs-regular;
}

/* to top */
.go-top{
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.go-top img{
	width: 50px;
	height: 50px;
}
.go-top p{
	font-size: 12px;
	margin-top: 4px;
}
@media (max-width:1200px) {
	.go-top{
		right: 0;
		bottom: 20%;
	}
	.go-top img{
		width: 25px;
		height: 25px;
	}
}

/* 页码 */
.page{
	width: 450px;
	margin: 10px auto 42px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-margin{
	margin-top: 28px;
}
.page a{
	font-size: 20px;
	font-family: qs-semibold;
	color: #016C7F;
	padding: 0 12px;
}
.page .active{
	text-decoration: #016C7F underline;
}
@media (max-width:1200px) {
	.page{
		width: auto;
		margin: 12px 12px 30px 12px;
	}
	.page-margin{
		margin-top: 12px;
	}
	.page a{
		font-size: 18px;
		padding: 0 6px;
	}
}

/* 层级 */
.detail{
	width: 100%;
	background-color: #fff;
	padding-bottom: 50px;
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.detail .level{
	width: 1200px;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail .level .level-left{
	display: flex;
	align-items: center;
}
.detail .level .level-left p{
	margin-right: 5px;
	font-size: 18px;
	font-family: qs-medium;
}
.detail .level .level-left .left-fir{
	color: #016C7F;
}
.detail .level .level-right{
	color: #016C7F;
	font-size: 18px;
	font-family: qs-medium;
}
@media (max-width:1200px) {
	.detail{
		padding-bottom: 30px;
	}
	.detail .level{
		width: auto;
		margin: 25px 12px;
	}
	.detail .level .level-left p,.detail .level .level-right{
		margin-right: 5px;
		font-size: 14px;
	}
}
.detail .dsc{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
@media (max-width:1200px) {
	.detail .dsc{
		width: auto;
		margin: 0 12px;
		flex-direction: column;
	}
}
.detail .dsc .dsc-img{
	width: 635px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail .dsc .dsc-img .img-sm{
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.detail .dsc .dsc-img .img-sm .left-btn-01,.detail .dsc .dsc-img .img-sm .left-btn-02{
	font-size: 26px;
	font-family: qs-light;
	color: #016C7F;
}
.detail .dsc .dsc-img .img-sm .left-btn-01{
	transform: rotate(-90deg);
}
.detail .dsc .dsc-img .img-sm .left-btn-02{
	transform: rotate(90deg);
}
.detail .dsc .dsc-img .img-sm .left-img{
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.5);
	margin: 6px 0;
}
.detail .dsc .dsc-img .img-sm .left-img img{
	width: 100%;
	height: 100%;
}
.detail .dsc .dsc-img .img-lg{
	width: 530px;
	height: 530px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail .dsc .dsc-img .sm .img-lg{
	width: 530px;
	height: 530px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail .dsc .dsc-img .img-lg img{
	width: 100%;
	height: 100%;
}
@media (max-width:1200px) {
	.detail .dsc .dsc-img{
		width: 100%;
	}
	.detail .dsc .dsc-img .img-lg{
		width: 100%;
		height: auto;
	}
}
.detail .dsc .dsc-ctn{
	flex: 1;
	margin-left: 25px;
	display: flex;
	flex-direction: column;
}
.detail .dsc .dsc-ctn .ctn-title-01{
	font-size: 20px;
	font-family: qs-bold;
	margin-bottom: 30px;
	line-height: 1.5;
}
.detail .dsc .dsc-ctn .ctn-base{
	font-size: 15px;
	font-family: qs-medium;
	line-height: 1.5;
}
.detail .dsc .dsc-ctn .ctn-title-02{
	margin: 30px 0;
	font-size: 18px;
	font-family: qs-bold;
}
.detail .dsc .dsc-ctn .ctn-dsc{
	font-size: 15px;
	font-family: qs-medium;
	line-height: 1.5;
}
.detail .dsc .dsc-ctn .ctn-btn{
	display: flex;
	align-items: center;
}
.detail .dsc .dsc-ctn .ctn-btn{
	font-size: 18px;
	font-family: qs-medium;
	margin-top: 30px;
}
.detail .dsc .dsc-ctn .ctn-btn a,.detail .dsc .dsc-ctn .ctn-btn p{
	color: #016C7F;
}
.detail .dsc .dsc-ctn .ctn-btn p{
	margin: 0 15px;
}
@media (max-width:1200px) {
	.detail .dsc .dsc-ctn{
		width: 100%;
		margin-left: 0;
	}
	.detail .dsc .dsc-ctn .ctn-title-01{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.detail .dsc .dsc-ctn .ctn-base{
		font-size: 14px;
	}
	.detail .dsc .dsc-ctn .ctn-title-02{
		margin: 20px 0;
		font-size: 16px;
	}
	.detail .dsc .dsc-ctn .ctn-dsc{
		font-size: 14px;
	}
	.detail .dsc .dsc-ctn .ctn-btn{
		font-size: 14px;
		margin-top: 20px;
	}
	.detail .dsc .dsc-ctn .ctn-btn p{
		margin: 0 10px;
	}
}

/* 公司介绍 */
.introduction{
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 60px 50px;
	box-sizing: border-box;
	border-radius: 15px;
}
.introduction .introduction-p{
	font-size: 15px;
	font-family: qs-medium;
	line-height: 1.5;
}
.introduction .introduction-p span{
	font-family: qs-bold;
}
@media (max-width:1200px) {
	.introduction{
		width: auto;
		margin: 0 12px;
		padding: 20px 12px;
		border-radius: 10px;
	}
	.introduction .introduction-p{
		font-size: 14px;
	}
}
.introduction-margin{
	margin-top: 36px;
	margin-bottom: 36px;
}
.introduction .certificates-title{
	font-size: 30px;
	font-family: qs-semibold;
	margin-bottom: 50px;
}
.introduction .certificates-ctn{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.introduction .certificates-ctn .ctn-item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.introduction .certificates-ctn .ctn-item img{
	width: 80%;
	height: auto;
}
.introduction .certificates-ctn .ctn-item p{
	font-family: qs-medium;
	font-size: 15px;
	margin-top: 30px;
}
@media (max-width:1200px) {
	.introduction-margin{
		margin-top: 18px;
		margin-bottom: 18px;
	}
	.introduction .certificates-title{
		font-size: 24px;
		margin-bottom: 25px;
	}
	.introduction .certificates-ctn{
		flex-direction: column;
	}
	.introduction .certificates-ctn .ctn-item{
		margin-bottom: 30px;
	}
	.introduction .certificates-ctn .ctn-item:last-child{
		margin-bottom: 0;
	}
	.introduction .certificates-ctn .ctn-item p{
		font-size: 14px;
		margin-top: 15px;
		font-family: qs-medium;
	}
	.introduction .certificates-ctn .ctn-item img{
		width: 80%;
		height: auto;
	}
}

/* 公司简况 */
.profile{
	width: 1200px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
}
.profile .profile-item{
	display: flex;
	align-items: center;
	padding: 15px 70px;
	box-sizing: border-box;
}
.profile .profile-item:nth-child(odd){
	background-color: #F2F2F2;
}
.profile .profile-item:nth-child(even){
	background-color: #F9F9F9;
}
.profile .profile-item p{
	font-size: 15px;
	line-height: 1.5;
}
.profile .profile-item p:first-child{
	font-family: qs-semibold;
	width: 40%;
}
.profile .profile-item p:last-child{
	font-family: qs-medium;
	flex: 1;
}
@media (max-width:1200px) {
	.profile{
		width: auto;
		margin: 0 12px;
		padding: 24px 12px;
		border-radius: 10px;
	}
	.profile .profile-item{
		padding: 12px 12px;
		flex-direction: column;
		align-items: unset;
	}
	.profile .profile-item p{
		font-size: 14px;
	}
	.profile .profile-item p:first-child{
		width: 100%;
	}
	.profile .profile-item p:last-child{
		font-family: qs-medium;
		flex: 1;
	}
}
.profile-equipment{
	width: 1200px;
	margin: 36px auto;
	background-color: #fff;
	border-radius: 15px;
	padding: 50px;
	box-sizing: border-box;
}
.profile-equipment .equipment-title-01{
	font-size: 30px;
	font-family: qs-semibold;
}
.profile-equipment .equipment-title-02{
	font-size: 20px;
	font-family: qs-medium;
	margin: 30px 0;
}
.profile-equipment .equipment-table{
	width: 100%;
}
.profile-equipment .equipment-table .table{
	width: 100%;
}
.profile-equipment .equipment-table .table .thead th{
	background-color: #F2F2F2;
	height: 60px;
	font-size: 15px;
	font-family: qs-medium;
}
.profile-equipment .equipment-table .table tbody tr{
	height: 48px;
}
.profile-equipment .equipment-table .table tbody tr:nth-child(odd){
	background-color: #F9F9F9;
}
.profile-equipment .equipment-table .table tbody tr:nth-child(even){
	background-color: #F2F2F2;
}
.profile-equipment .equipment-table .table tbody tr td{
	text-align: center;
	font-size: 15px;
	font-family: qs-medium;
}
@media (max-width:1200px) {
	.profile-equipment{
		width: auto;
		margin: 18px 12px;
		border-radius: 10px;
		padding: 25px 12px;
		box-sizing: border-box;
		overflow: scroll;
	}
	.profile-equipment .equipment-title-01{
		font-size: 24px;
	}
	.profile-equipment .equipment-title-02{
		font-size: 14px;
		margin: 15px 0;
	}
	.profile-equipment .equipment-table{
		overflow: scroll;
	}
	.profile-equipment .equipment-table .table{
		width: 150%;
	}
	.profile-equipment .equipment-table .table .thead{
		height: 30px;
	}
	.profile-equipment .equipment-table .table .thead th{
		font-size: 14px;
	}
	.profile-equipment .equipment-table .table tbody tr{
		height: 30px;
	}
	.profile-equipment .equipment-table .table tbody tr td{
		font-size: 14px;
	}
}

/* 列表 */
.list{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list .list-item{
	width: 582px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 36px;
}
.list .list-item .item-img{
	width: 582px;
	height: 397px;
	overflow: hidden;
}
.list .list-item .item-img img{
	width: 100%;
	height: 100%;
}
.list .list-item .item-title{
	width: auto;
	font-size: 18px;
	font-family: qs-medium;
	margin: 15px 24px 0 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list .list-item .item-dsc{
	width: auto;
	font-size: 15px;
	font-family: qs-medium;
	margin: 6px 24px 24px 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
}
@media (max-width:1200px) {
	.list{
		width: auto;
		margin: 0 12px;
	}
	.list .list-item{
		width: 100%;
		border-radius: 10px;
		margin-bottom: 12px;
	}
	.list .list-item .item-img{
		width: 100%;
		height: 100%;
	}
	.list .list-item .item-title{
		font-size: 14px;
		font-family: qs-medium;
		margin: 8px 12px 0 12px;
	}
	.list .list-item .item-dsc{
		font-size: 13px;
		font-family: qs-regular;
		margin: 8px 12px 12px 12px;
	}
}

/* 工厂视频 */
.video{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.video .video-item{
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 36px;
	border-radius: 15px;
}
.video .video-item .item-cover{
	flex-shrink: 0;
	width: 690px;
	height: 380px;
	position: relative;
}
.video .video-item .item-cover img{
	width: 100%;
	height: 100%;
}
.video .video-item .item-cover .cover-icon{
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.video .video-item .item-text{
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-left: 30px;
}
.video .video-item .item-text .text-title{
	width: 100%;
	font-size: 18px;
	font-family: qs-medium;
	margin: 24px 0 24px 0;
}
.video .video-item .item-text .text-dsc{
	width: 100%;
	font-size: 15px;
	font-family: qs-medium;
	line-height: 1.5;
}
@media (max-width:1200px) {
	.video{
		width: auto;
		margin: 0 12px;
	}
	.video .video-item{
		padding: 12px;
		flex-direction: column;
		margin-bottom: 18px;
		border-radius: 10px;
	}
	.video .video-item .item-cover{
		width: 100%;
		height: auto;
	}
	.video .video-item .item-cover .cover-icon{
		width: 28px;
		height: 28px;
	}
	.video .video-item .item-text{
		margin-left: 0;
	}
	.video .video-item .item-text .text-title{
		font-size: 14px;
		margin: 12px 0 12px 0;
	}
	.video .video-item .item-text .text-dsc{
		font-size: 13px;
	}
}

/* 新闻详情 */
.news{
	width: 1200px;
	margin: 0 auto;
}
.news .level{
	width: 100%;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news .level .level-left{
	display: flex;
	align-items: center;
}
.news .level .level-left p{
	margin-right: 5px;
	font-size: 18px;
	font-family: qs-medium;
}
.news .level .level-left .left-fir{
	color: #016C7F;
}
.news .level .level-right{
	color: #016C7F;
	font-size: 18px;
	font-family: qs-medium;
}
@media (max-width:1200px) {
	.news{
		width: auto;
		margin: 0 12px;
	}
	.news .level{
		width: auto;
		margin: 25px 0;
	}
	.news .level .level-left p,.news .level .level-right{
		margin-right: 5px;
		font-size: 14px;
	}
}
.news .ctn{
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.news .ctn .ctn-title{
	font-size: 20px;
	font-family: qs-semibold;
	margin-bottom: 30px;
}
.news .ctn .ctn-date{
	font-size: 16px;
	font-family: qs-regular;
}
.news .ctn .ctn-img{
	width: 80%;
	height: auto;
	margin: 30px 0;
}
.news .ctn .ctn-dsc{
	width: 80%;
	font-size: 16px;
	font-family: qs-regular;
	line-height: 1.5;
	text-align: center;
}
.news .btn{
	width: 100%;
	margin: 40px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news .btn a,.news .btn p{
	color: #016C7F;
	font-size: 18px;
	font-family: qs-medium;
}
.news .btn p{
	margin: 0 15px;
}
@media (max-width:1200px) {
	.news .ctn{
		padding: 24px 12px;
		border-radius: 10px;
	}
	.news .ctn .ctn-title{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.news .ctn .ctn-date{
		font-size: 14px;
	}
	.news .ctn .ctn-img{
		width: 100%;
		margin: 15px 0;
	}
	.news .ctn .ctn-dsc{
		width: 100%;
		font-size: 14px;
	}
	.news .btn{
		margin: 30px auto;
	}
	.news .btn a,.news .btn p{
		font-size: 14px;
	}
	.news .btn p{
		margin: 0 10px;
	}
}

/* 联系我们 */
.contact{
	width: 1200px;
	margin: 36px auto;
	background-color: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	padding: 50px 100px;
	box-sizing: border-box;
}
.contact .contact-top{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.contact .contact-top .top-slogan{
	font-size: 15px;
	font-family: qs-medium;
	line-height: 2;
	margin-top: -5px;
}
.contact .contact-top .top-info{
	display: flex;
	flex-direction: column;
}
.contact .contact-top .top-info .info-item{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.contact .contact-top .top-info .info-item img{
	width: 21px;
	height: 21px;
	margin-right: 10px;
}
.contact .contact-top .top-info .info-item p{
	font-size: 15px;
	font-family: qs-medium;
}
.contact .contact-bottom{
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin-top: 40px;
}
.contact .contact-bottom .bottom-title{
	font-size: 15px;
	font-family: qs-medium;
}
.contact .contact-bottom .margin{
	margin-top: 50px;
}
.contact .contact-bottom .bottom-address{
	font-size: 15px;
	font-family: qs-medium;
	margin: 15px 0 20px 0;
}
.contact .contact-bottom .bottom-map{
	width: 100%;
	height: 350px;
}
.contact .contact-bottom .bottom-map img{
	width: 100%;
	height: 100%;
}
@media (max-width:1200px) {
	.contact{
		width: auto;
		margin: 18px 12px;
		border-radius: 10px;
		padding: 24px 12px;
	}
	.contact .contact-top{
		width: 100%;
		flex-direction: column;
	}
	.contact .contact-top .top-slogan{
		font-size: 14px;
		margin-bottom: 25px;
		line-height: 1.5;
		margin-top: 0;
	}
	.contact .contact-top .top-info .info-item{
		margin-bottom:5px;
	}
	.contact .contact-top .top-info .info-item img{
		width: 14px;
		height: 14px;
		margin-right: 10px;
	}
	.contact .contact-top .top-info .info-item p{
		font-size: 14px;
	}
	.contact .contact-bottom{
		padding: 0;
		box-shadow: none;
		margin-top: 20px;
	}
	.contact .contact-bottom .bottom-title{
		font-size: 14px;
	}
	.contact .contact-bottom .margin{
		margin-top: 30px;
	}
	.contact .contact-bottom .bottom-address{
		font-size: 14px;
		margin: 10px 0 15px 0;
	}
	.contact .contact-bottom .bottom-map{
		height: 175px;
	}
}
@media (max-width:1200px) {
	.contact{
		width: auto;
		margin: 18px 12px;
		border-radius: 10px;
		padding: 24px 12px;
	}
	.contact .contact-top{
		width: 100%;
		flex-direction: column;
	}
	.contact .contact-top .top-slogan{
		font-size: 14px;
		margin-bottom: 25px;
		line-height: 1.5;
		margin-top: 0;
	}
	.contact .contact-top .top-info .info-item{
		margin-bottom:5px;
	}
	.contact .contact-top .top-info .info-item img{
		width: 14px;
		height: 14px;
		margin-right: 10px;
	}
	.contact .contact-top .top-info .info-item p{
		font-size: 14px;
	}
	.contact .contact-bottom{
		padding: 0;
		box-shadow: none;
		margin-top: 20px;
	}
	.contact .contact-bottom .bottom-title{
		font-size: 14px;
	}
	.contact .contact-bottom .margin{
		margin-top: 30px;
	}
	.contact .contact-bottom .bottom-address{
		font-size: 14px;
		margin: 10px 0 15px 0;
	}
	.contact .contact-bottom .bottom-map{
		height: 175px;
	}
}