@charset "utf-8";

/* CSS Document */

.swiper-banner {
	overflow: hidden;
}

.banner {
	display: block;
	width: 100%;
}

.banner img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.head {
	padding: 15px 0; position: relative; z-index: 1000;
}

.head .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}

.head .logo {
	display: block;
	float: left;
	width: 45%;
}

.head .logo img {
	max-width: 100%;
	display: block;
}

.head .menu {
	float: right;
	width: 60%;
	margin-left: 5%;
	display: flex;
	flex-direction: row;
}

.head .menu li {
	width: 100%;
	text-align: center;
	line-height: 1.7;
	position: relative;
}
.head .menu li dl{ position: absolute; top: 100%; left: 0; width: 100%; padding: 20px 0 0; display: none; text-align: center; background: #fff;}
.head .menu li dl dd a{ padding: 8px 0; display: block;}
.head .menu li dl dd:hover a{ background: #D71B22; color: #fff;}
.head .menu li:hover dl{ display: block;}
.head .menu li a {
	font-size: 16px;
	color: #333;
}

.head .menu li.active>a,
.head .menu li:hover>a {
	color: #d71b22;
}

.head .menu li.active a {
	border-bottom: 3px solid #D71B22;
	padding: 10px 0;
}

.nav-toggle {
	width: 30px;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
	float: right;
	color: #fff;
	display: none;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
}

.nav-toggle span {
	width: 100%;
	height: 3px;
	background: #777;
	border-radius: 20px;
	display: block;
	margin: 5px 0
}

.foot {
	background: #323434;
	padding-top: 30px;
	color: #bbb;
	line-height: 1.8;
}

.foot a {
	color: #bbb;
}

.foot .nav-all {
	width: 50%;
	float: left;
	display: flex;
	flex-direction: row;
}

.foot .nav-all dl {
	width: 100%;
}

.foot .nav-all dl dt a {
	color: #fff;
	margin-bottom: 5px;
	display: block;
}

.foot .right {
	float: right;
	width: 30%;
	overflow: hidden;
	line-height: 2;
}

.foot .right h2 {
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}

.foot .right dl {
	float: left;
	width: 50%;
	font-size: 13px;
}

.foot .right dl dt {
	font-size: 14px;
	color: #fff;
}

.foot .copy {
	padding: 20px 0;
	line-height: 1.8;
	clear: both;
	margin-top: 30px;
	background: #252626;
	color: #bbb;
	text-align: center;
}

.foot-logo {
	float: left;
	width: 35%;
	color: #888888;
	line-height: 1.8;
}

.foot-code {
	float: right;
	width: 15%;
	text-align: center;
}

.foot-code img {
	display: block;
	max-width: 100%;
	margin: 0 auto 10px;
}

.home-about {
	position: relative;
}

.home-about .img {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	left: 0;
	background: center no-repeat;
	background-size: cover;
}

.home-about .right {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding: 60px 30px;
	line-height: 1.8;
}

.home-about .title {
	font-family: "SS Regular";
	font-weight: bold;
	font-size: 30px;
}

.home-about .title:after {
	content: "";
	background: #fe1a13;
	width: 50px;
	display: block;
	height: 3px;
	margin: 5px 0;
}

.home-about .word {
	color: #555;
	padding: 20px 0;
}

.home-about .word p {
	padding: 5px 0;
}

.home-about .more {
	color: #fe1a13;
	border-radius: 30px;
	border: 1px solid #fe1a13;
	display: block;
	width: 120px;
	line-height: 35px;
	text-align: center;
}

.home-about-bottom {
	position: relative;
}

.home-about-bottom .bg-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	background: url(/template/images/h-img1.png) center no-repeat;
	background-size: cover;
}

.home-about-bottom .container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.home-about-bottom .left {
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
}

.home-about-bottom .left span {
	color: #fe1a13;
	font-size: 18px;
}

.home-about-bottom .left li {
	padding: 3px 0;
}

.home-about-bottom .right {
	width: 100%;
	color: #fff;
}

.home-about-bottom .right li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
}

.home-about-bottom .right li:after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #fe1a13;
	margin: 30px auto 0;
}

.home-product {
	position: relative;
	min-height: 130px;
	margin-bottom: 30px;
}

.home-product:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	content: "";
	height: 130px;
	background: #fe1a13;
}

.home-product .left-img {
	display: block;
	float: left;
	width: 50%;
	height: 730px;
	background: center no-repeat;
	background-size: cover;
	position: relative;
}

.home-product .left-img .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	line-height: 1.8;
}

.home-product .left-img .bottom .name {
	font-size: 15px;
}

.home-product .right {
	float: right;
	width: 50%;
}

.home-product .title {
	display: flex;
	flex-direction: row;
	height: 130px;
	text-align: center;
	align-items: center;
}

.home-product .title li {
	width: 100%;
}

.home-product .title li a {
	transition: all .3s;
	display: block;
	color: #fff;
	font-size: 15px;
	width: 80%;
	margin: 0 auto;
	height: 38px;
	line-height: 38px;
}

.home-product .title li.active a {
	border: 1px solid #fff;
	border-radius: 30px;
}

.home-product .list {
	overflow: hidden;
}

.home-product .list li {
	float: left;
	margin-top: 20px;
	width: 50%;
}

.home-product .list li a {
	display: block;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
}

.home-product .list li a .img {
	height: 280px;
	width: 100%;
	transition: all .3s;
	background: center no-repeat;
	background-size: cover;
}

.home-product .list li a:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
}

.home-product .list li a .hover {
	text-align: center;
	display: none;
	color: #fff;
	z-index: 100;
	width: 90%;
	line-height: 1.8;
}

.home-product .list li a .hover .cn {
	font-size: 16px;
}

.home-product .list li a .hover .en {
	font-size: 12px;
}

.home-product .list li a .hover .more {
	border-radius: 30px;
	border: 1px solid #fff;
	margin-top: 15px;
	width: 100px;
	margin: 10px auto 0;
	line-height: 28px;
	display: block;
	font-size: 13px;
}

.home-product .list li a:hover .img {
	transform: scale(1.1);
}

.home-product .list li a:hover:after,
.home-product .list li a:hover .hover {
	display: block;
}

.home-new .left-img {
	float: right;
}

.home-new:after {
	background: #7e7e7e;
}

.list-news {
	padding-right: 20px;
	padding-top: 15px;
}

.list-news li {
	padding: 10px 0;
	line-height: 1.8;
}

.list-news li a {
	color: #777;
	display: block;
	overflow: hidden;
}

.list-news li .img {
	height: 130px;
	width: 130px;
	background: center no-repeat;
	background-size: cover;
	float: left;
	margin-right: 10px;
}

.list-news li .name {
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
}

.list-news li .zi {
	margin-bottom: 10px;
}

.home-new .left-img {
	height: 570px;
}

.list-news li:hover a .name {
	color: #fe1a13;
}

.info-banner {
	height: 430px;
	background: center no-repeat;
	background-size: cover;
}

.info-title {
	padding: 40px 0;
	text-align: center;
	font-size: 20px;
	color: #000;
}

.info-title:after {
	content: "";
	display: block;
	width: 35px;
	height: 3px;
	background: #fe1a13;
	margin: 10px auto 0;
}

.info-menu {
	border-bottom: 1px solid #EDEDED;
	padding: 20px 0;
	overflow: auto;
}

.info-menu .list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	font-size: 16px;
	line-height: 40px;
}

.info-menu .list li {
	margin: 0 20px;
}

.info-menu .list li a {
	padding: 0 20px;
	display: block;
	display: block;
}

.info-menu .list li.active a {
	background: #f0f0f0;
	border-radius: 30px;
}

.new-list li {
	border-radius: 6px;
	border: 1px solid #EDEDED;
	padding: 25px;
	margin-bottom: 25px;
}

.new-list li .img {
	display: block;
	height: 250px;
	width: 35%;
	float: left;
	background: center no-repeat;
	background-size: cover;
}

.new-list li a {
	display: block;
	overflow: hidden;
}

.new-list li .cont {
	padding: 20px 0 0;
	float: right;
	width: 63%;
}

.new-list li .cont .title {
	font-size: 22px;
	color: #333;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-list li .cont .time {
	padding-bottom: 25px;
}

.new-list li .cont .word {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 25px;
	height: 75px;
	color: #888;
}

.new-list li .cont .more {
	margin-top: 15px;
	display: block;
	width: 120px;
	line-height: 35px;
	border-radius: 30px;
	border: 1px solid #fe1a13;
	color: #fe1a13;
	text-align: center;
}

.new-list li:hover {
	border-color: #fe1a13
}

.new-list li:hover .cont .title {
	color: #fe1a13;
}

.new-list li:hover .cont .more {
	background: #fe1a13;
	color: #fff;
}

.page-all {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin-bottom: 40px;
}

.page-all dl dt,
.page-all dl dd {
	float: left;
	margin: 0 5px;
}

.page-all dl dt a,
.page-all dl dd a {
	background-color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #EDEDED;
	font-size: 13px;
}

.page-all dl dd.active a {
	background: #fe1a13;
	color: #fff;
}

.page-all dl dt a {
	background: #fff url(/template/images/page-left.png) center no-repeat;
}

.page-all dl dt.next a {
	background-image: url(/template/images/page-right.png);
}

.page-all dl .jump .text {
	width: 50px;
	height: 30px;
	margin: 0 5px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #EDEDED;
}

.page-all dl .jump .btn {
	height: 30px;
	background: #aaa;
	color: #fff;
	border-radius: 5px;
	border: none;
	margin-left: 8px;
	padding: 0 15px;
	cursor: pointer;
}

.page-all-right {
	display: block;
	overflow: hidden;
}

.page-all-right dl {
	float: right;
}

.service-head {
	padding: 50px 0;
	text-align: center;
	line-height: 1.8;
}

.service-head .title {
	font-size: 26px;
	color: #000000;
	font-weight: normal;
	padding: 0 0 10px;
}

.service-head .word {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.service-head .word span {
	color: #999;
	padding: 0 10px;
	display: flex;
	flex-direction: row;
}

.abstract {
	background: #f9f9f9;
	padding: 25px 30px;
	line-height: 2;
	margin-bottom: 30px;
}

.abstract span {
	display: block;
	color: #000;
}

.service-info {
	line-height: 1.8;
	color: #666;
}

.service-info p {
	padding: 8px 0;
}

.service-info img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.service-page {
	margin-top: 20px;
	padding: 25px 0;
	line-height: 1.8;
	border-top: 1px solid #EDEDED;
}

.service-page a {
	color: #333333;
}

.map {
	height: 700px;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.contact-list {
	float: left;
	padding-bottom: 20px;
}

.contact-list li {
	position: relative;
	padding-left: 35px;
	line-height: 1.8;
	margin: 15px 0;
}

.contact-list img {
	position: absolute;
	top: 0;
	left: 0;
}

.contact-list span {
	color: #000;
	font-weight: bold;
	font-size: 15px;
}

.contact-code {
	text-align: center;
}

.contact-code img {
	display: block;
	max-width: 200px;
	margin: 0 auto;
}

.join {
	line-height: 2;
	margin-bottom: 30px;
}

.join li {
	padding: 25px 0;
	border-bottom: 1px solid #EDEDED;
}

.join li .word {
	margin-top: 15px;
}

.join li .word span {
	color: #000;
}

.join li .title {
	color: #C1291F;
	font-size: 18px;
}

.qualifications {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.qualifications li {
	border: 1px solid #EDEDED;
	width: 23%;
	height: 270px;
	display: flex;
	align-items: center;
}

.qualifications li img {
	display: block;
	margin: 0 auto;
	max-width: 90%;
	max-height: 90%;
}

.qualifications li:hover {
	border-color: #fe1a13;
}

.keyl {
	line-height: 2;
	text-indent: 2em;
	padding: 0 0 20px;
}

.coop-list {
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.coop-list li {
	display: block;
	width: 15%;
}

.coop-list li a {
	border: 1px solid #EDEDED;
	height: 100px;
	display: flex;
	align-items: center;
}

.coop-list li a img {
	display: block;
	margin: 0 auto;
	max-width: 90%;
	max-height: 90%;
}

.coop-list li .name {
	display: block;
	padding: 15px 0;
	/* font-size: 16px; */
	text-align: center;
}

.coop-list li:hover {
	border-color: #000;
}

.keyl-case img {
	display: block;
	max-width: 90%;
	margin: 0 auto;
}

.keyl-case .name {
	display: block;
	padding: 16px 0;
	text-align: center;
	line-height: 1.8;
}

.product-list{ display: flex;  flex-wrap: wrap; justify-content: space-between; margin-top: 30px; }
.product-list li{ width: 32%; margin-bottom: 20px;}
.product-list li a{ display: block; border: 1px solid #EDEDED;}
.product-list li img{ display: block; margin: 0 auto; max-width: 100%; max-height: 100%;}
.product-list li a .img{ height: 280px; overflow: hidden;}
.product-list li .cont{ padding: 20px ;}
.product-list li .title{ font-size: 18px; color: #000;}
.product-list li .title:after,.product-head .right .price:after{ content: ""; display: block; margin: 15px 0; width: 50px; height: 3px; background: #fe1a13;}
.product-list li .word{ line-height: 20px; height: 40px;}



.product-head { padding: 50px 0 ;}
.product-head .left{width: 50%; float: left;}
.product-head .right{ float: right; width: 48%; line-height: 1.8;}
.product-head .gallery-top {  height:350px;  width: 100%; }
.product-head .swiper-slide{ background: center no-repeat; background-size: cover;}
.product-head .gallery-thumbs{ height: 100px; margin-top: 15px;}
 .product-head  .gallery-thumbs .swiper-slide { 
      opacity: 0.4; background-color: #000;
    }
 .product-head    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }

.product-share{ padding: 15px 0; display: flex;flex-direction: row; align-items: center;}
.product-share a{ margin-left: 10px;}

.product-head .right .title{font-size: 24px; color: #000000;}
.product-head .right .price{  font-size: 13px; color: #777; padding: 0 0 10px;}
.product-head .right .list{ margin-top: 10px;}
.product-head .right .list li{padding: 5px 0; padding-left: 75px; overflow: hidden; min-height: 25px; line-height: 25px; position: relative; color: #777;}
.product-head .right .list li span:after{ content: ":"; position: absolute; top: 0; right: -8px;}
.product-head .right .list li span{ color: #000; position: absolute; top: 5px; left: 0; text-align-last:justify;
text-align:justify;
text-justify:distribute-all-lines;   width: 60px;}

.product-head .word { padding: 0 0 0; color: #777; line-height: 2;}

#team img{ margin-bottom: 50px;}
.team-title{ display: block; border-left: 2px solid #fe1a13; font-size: 16px; margin: 30px auto; padding-left: 10px;}

#culture{ padding: 30px 0; background: url(/template/images/about2.png)fixed center no-repeat; background-size: cover;}
#culture li{ padding: 10px 0; line-height: 1.8; color: #fff; /* max-width: 520px; */}
#culture li span{ font-size: 20px;}


.dsz-cont{ overflow: hidden; line-height: 2.2; font-size: 16px; padding: 0 0 30px;}
.dsz-cont .img{ margin-left: 20px; max-width: 40%;}
.dsz-cont  p{ text-indent: 2em;font-size: 14px; }


.home-about2{ position: relative; margin-bottom: 80px;}
.home-about2 img{ width: 60%;}
.home-about2 .cont{ position: absolute; bottom: -30px; background: #fff; right: 0;box-shadow: 0 0 10px rgba(0,0,0,.3);  width: 70%; box-sizing: border-box; padding:50px 40px 30px;}
.home-about2 .cont .word{ line-height: 2;}
.home-about2 .cont .home-more{ margin: 30px 0; background: none; color: #C1291F; border: 1px solid #C1291F; transition: all .3s;}
.home-about2 .cont .home-more:hover{ background: #C1291F; color: #fff;}
.home-about2 .cont .name{ color: #222; font-size: 24px;  margin-bottom: 40px;}
.home-about2 .cont .name:after{ content: ""; width: 60px; height: 4px; background: #C1291F; display: block; margin: 10px 0 ;}
.home-about2 .left{ padding-top: 10px; line-height: 2;}
.home-about2 .left span{ font-size: 16px;}

.build-div{ font-size: 24px; text-align: center; padding: 200px 0;}

.qualifications-popup{ z-index: 1000; display: none;}
.qualifications-popup .img{ max-width: 90%; max-height: 90%;}
.banner-video{ width: 100%; background: #000; position: absolute; top: 0; left: 0; height: 100%;}

.about-word{ line-height: 2; padding-bottom: 20px;}
.about-word p{ text-indent: 2em; padding: 5px 0;}
.about-word .fl{ max-width: 50%; margin-right: 2em;}
.about-word .name{ color: #C1291F; font-size: 24px;}

#culture .info-title{ color: #fff;}
/* #culture .info-title::after{ background: #fff;} */

.actGotop{ position: fixed; bottom: 20px; right: 20px; z-index: 10; cursor: pointer;}
.actGotop img{ width: 60px;}


.popup-video{ position: fixed; bottom: 0; right: 0; z-index: 100;  width: 350px;}
.popup-video .video{ width: 100%; display: block; background: #000;}
  
			
			.coop-list li{ width: 19%;}
			.coop-list li a{ height: 150px;}
			.coop-list li .name{ line-height: 1.8;}
			.popup-video .cloes{ float: right; width: 30px; position: relative; cursor: pointer; margin: 10px;}
			.popup-video .btn{ display: none; background: #AA1C1B; color: #fff; text-align: center; padding: 10px;}
@media screen and (max-width:1500px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1200px) {
	.head .menu li span {
		font-size: 14px;
	}
	.info-banner {
		height: 330px;
	}
	.new-list li .cont .title {
		font-size: 18px;
	}
	.new-list li .cont .more {
		width: 100px;
	}
}

@media screen and (max-width:1024px) {
	.nav-toggle {
		display: block;
	}
	.head .menu {
		display: none;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0;
		z-index: 100;
		background: #fff;
		padding: 20px 0 10px;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	}
	.head .menu li:first-child {
		border-top: 1px solid #EDEDED;
		padding-top: 10px;
	}
	.head .menu li {
		width: 100%;
		text-align: left;
		line-height: 40px;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.head .menu li p {
		display: inline-block;
		padding-left: 10px;
	}
	.foot .right dl {
		width: 100%;
	}
	.qualifications li {
		200px
	}
	.product-list li a .img{ height: 200px;}
}

@media screen and (max-width: 800px) {
	.foot .right,
	.foot .nav-all {
		width: 100%;
		display: none;
	}
	.foot .nav-all dl {
		text-align: left;
	}
	.foot .right h2 {
		font-size: 16px;
	}
	.foot .right dl {
		width: 50%;
	}
	.foot-logo {
		width: calc(100% - 120px)
	}
	.foot-code {
		width: 120px;
	}
	.info-banner {
		height: 280px;
	}
	.info-menu {
		padding: 10px 0;
	}
	.info-menu .list li {
		margin: 0 0;
	}
	.info-menu .list li a {
		font-size: 15px;
	}
	.qualifications li {
		height: 180px;
	}
	
.product-head .left,.product-head .right{ width: 100%;}
.product-head{ padding: 30px 0 0 ;}

.home-about2 img{ width: 100%;}
	.home-about2 .cont{ padding: 20px;}
	.home-about2 .cont .name{ font-size: 20px;}
	.home-about2 .cont .home-more{ line-height: 40px; margin: 10px 0;}
	
	.home-about .title{ font-size: 24px;}
	.home-about .right{ padding: 40px 20px;}
	.home-product .list li a .img{ height: 180px;}
	.home-product .list li{ margin-top: 10px;}
	.home-product .list li a{ margin-left: 10px;}
	.home-product .left-img{ height: 510px;}

}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 640px) {
	body {
		font-size: 13px !important;
	}
	* {
		background-attachment: inherit;
	}
	.head {
		padding: 10px 0 15px;
	}
	.head .logo {
		width: 80%;
	}
	.head .logo img {
		height: 38px;
	}
	.head .menu {
		padding-top: 15px;
	}
	.head .menu li a {
		font-size: 14px;
	}
	.foot .nav-all {
		display: block;
		display: none;
	}
	.foot {
		padding-top: 15px;
	}
	.foot .copy {
		margin-top: 15px;
		font-size: 13px;
	}
	.foot-logo img {
		height: 35px;
	}
	.foot-code {
		width: 80px;
		font-size: 12px;
	}
	.foot-logo {
		width: calc(100% - 80px);
	}
	.info-title {
		padding: 25px 0;
		font-size: 16px;
	}
	.info-menu {
		padding: 15px 0;
	}
	.info-banner {
		height: 180px;
	}
	.info-menu .list {
		width: 700px;
		display: block;
		line-height: 35px;
	}
	.info-menu .list li {
		float: left;
	}
	.new-list li {
		padding: 0;
	}
	.new-list li .img {
		width: 100%;
		height: 150px;
	}
	.new-list li .cont {
		width: 100%;
		padding: 13px;
		box-sizing: border-box;
	}
	.new-list li .cont .title {
		font-size: 14px;
	}
	.new-list li .cont .time {
		padding-bottom: 5px;
	}
	.new-list li .cont .word {
		font-size: 12px;
	}
	.new-list li .cont .more {
		line-height: 30px;
		margin: 10px auto 0;
	}
	.service-head .word {
		display: block;
		font-size: 12px;
		text-align: center;
	}
	.service-head .word span {
		display: inline;
	}
	.service-head {
		padding: 0 0 25px;
	}
	.service-head .title {
		font-size: 18px;
	}
	.abstract {
		padding: 15px;
	}
	.info-menu span.theme-color {
		display: none;
	}
	.map {
		height: 250px;
		margin-bottom: 20px;
	}
	.contact-list {}
	.contact-code {
		display: none;
	}
	.join li .title {
		font-size: 16px;
	}
	.join li {
		padding: 15px 0;
	}
	.join li .word {
		margin-top: 10px;
	}
	.qualifications li {
		width: 48%;
		margin-bottom: 10px;
		height: 130px;
	}
	.coop-list li {
		width: 32%;
	}
	.coop-list li .name {
		font-size: 13px;
	}
	.coop-list li a {
		height: 60px;
	}
	.coop-list li a img {
		max-height: 70%;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
	
	.product-list li{ width: 100%;}
	.product-list li .word{ height: auto;}
	.product-list li .title{ font-size: 15px;}
	
.product-head{ padding: 20px 0;}
.product-head .gallery-top{ height: 250px;}
.product-head .gallery-thumbs{ height: 50px; margin-top: 10px; display: none;}
.product-head .swiper-button-next,.product-head  .swiper-button-prev{ display: block;    transform: scale(.6);}
.product-share{ display: none;}
.product-head .right{ margin-top: 10px;}

.product-head .right .title {font-size: 18px;}
.product-head .number{ float: left;width: 45%; border-radius: 5px; overflow: hidden;}
.product-head .jiaru-btn{ float: right; width: 50%; font-size: 15px; line-height: 45px; margin-top: 20px;}
.dsz-cont p{ font-size: 13px;}
.dsz-cont{ font-size: 14px; line-height: 1.8;}
.dsz-cont .qm{ width: 130px;}

	
	
.home-about2 img{ margin-bottom: 0; display: block;}
.home-about2 .cont{ position: relative; width: 100%; bottom: 0;}
.home-about2{ margin-bottom: 30px;}

.home-about2 .cont .name{ font-size: 18px; margin-bottom: 15px;}
.home-about2 .cont .word{ font-size: 12px;}
.home-about 2.cont .home-more{ line-height: 33px; margin: 15px auto 0;}

.home-about .img{ width: 100%; position: relative; height: 150px;}
.home-about .right{ padding: 15px 0; width: 100%;}
.home-about .title{font-size: 20px;}
.home-about .word{ padding: 10px 0;}
.home-about-bottom .left{ padding: 10px 10px;}
.home-product .left-img{ display: none;}
.home-product .right{ width: 100%;}
.home-product:after{ height: 60px;}
.home-product .title{ height: 60px;}
.home-product .title li a{ font-size: 14px;}
.list-news li .img{ width: 90px; height: 90px;}
.list-news li .name{ margin-bottom: 0;}
.home-about-bottom{ border-top: 1px solid #EDEDED;}
.home-about{ margin-top: 13px;}

.home-project .container{ padding-left: 0 !important;}

.about-word .fl{ max-width: 100%; margin-right: 0; margin-bottom: 10px;}
.about-word .name{ color: #C1291F; font-size: 16px;}
	.product-list li a .img{ height: auto;}
	.head .menu li dl{ display: none !important;}
	.popup-video{ position: relative; width: 100%;}
	.swiper-banner{ display: none;}
	.popup-video .cloes{ display: none;}
}


@media screen and (max-width: 320px) {}

@media screen and (min-width:1200px) {}


/*
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * */