﻿
.w1600 {
	position: relative;
	max-width: 1650px;
	margin: 0 auto;
}

.w1900 {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.head {
	position: fixed;
	z-index: 11;
	width: 100%;
	background-color: rgba(255, 255, 255, .6);
}

.head-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headA {
	height: 100%;
	display: flex;
	align-items: center;
}

.logoimg {
	max-height: 75px;
}

.head-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 60%;
}

.navA {
	font-size: 16px;
	display: inline-block;
	padding: 40px 0;
}

.nav-li:last-child {
	margin-right: 0;
}

.lightlan {
	color: #005da2;
}

.prev1 {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.next1 {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.swiper1 .prev1 {
	left: 50px;
}

.swiper1 .prev1 img {
	width: 40px;
	opacity: 0.7;
}

.swiper1 .next1 {
	right: 50px;
}

.swiper1 .next1 img {
	width: 40px;
	opacity: 0.7;
}

.home-product {
	padding: 40px 0;
	overflow: hidden;
	background: url(../image/product-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-product .top .box {
	display: flex;
	justify-content: space-between;
}

.home-product .top span {
	display: inline-block;
	width: 200px;
	height: 55px;
	background: url(../image/product-title.png) no-repeat;
	background-size: 200px;
	margin-bottom: 40px;
}

.home-product .top h3 {
	color: #fff;
	margin-bottom: 20px;
}

.home-product .top p {
	line-height: 30px;
	color: white;
}

.home-product .top a {
	margin-top: 20px;
	display: inline-block;
	padding: 12px 30px;
	border: 1px solid #fff;
	background-color: #065a9c;
	border-radius: 3px;
	color: white;
}

.home-product .top .img {
	margin-right: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 500px;
	height: 500px;
	background: url(../image/product-img-bg.png) center no-repeat;
	background-size: 100%;
}

.home-product .top .img img {
	max-height: 400px;
	max-width: 350px;
}

.home-product .top .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex: 0 0 50%;
}

.home-product .top .box {
	display: none;
}

.home-product .top .box.show {
	display: flex;
}

.home-product .bottom {
	position: relative;
	margin-top: 60px;
	padding-bottom: 20px;
}

.home-product .bottom:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	width: 200%;
	height: 1px;
	border-bottom: 1px dashed #fff;
}

.home-product .bottom ul {
	display: flex;
	justify-content: space-between;
}

.home-product .bottom ul li {
	text-align: center;
	cursor: pointer;
	position: relative;
}

.home-product .bottom ul li:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #065a9c;
	border: 2px solid #fff;
	bottom: -35px;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.home-product .bottom ul li .img {
	width: 100px;
	height: 100px;
	background-color: #065a9c;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0;
	transition: .3s;
}

.home-product .bottom ul li img {
	max-width: 80%;
	max-height: 90%;
}

.home-product .bottom ul li p {
	color: #fff;
	padding-top: 20px;
}

.home-product .bottom ul li.active .img {
	margin: 0 0 10px;
}

.home-adv {
	padding: 20px 0;
	background: url(../image/adv-bg.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.home-adv .adv-box {
	display: flex;
}

.home-adv .left {
	flex: 0 0 27%;
	position: relative;
	color: white;
	padding: 70px 0 35px;
	display: flex;
	justify-content: flex-end;
}

.home-adv .left .text {
	text-align: center;
	z-index: 1;
	padding-right: 60px;
}

.home-adv .left .text h3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.home-adv .left:before {
	content: "";
	position: absolute;
	width: 200%;
	height: 100%;
	background-color: #065a9c;
	right: 0;
	top: 0;
}

.home-adv .left h3,
.home-adv .left p {
	position: relative;
}

.home-adv .left h2 {
	background: -webkit-linear-gradient(top, #517eaf, #1b61a0);
	-webkit-background-clip: text;
	color: transparent;
	text-transform: uppercase;
	font-size: 60px;
	position: absolute;
	top: 15%;
	right: 10px;
}

.home-adv .right {
	flex: 1;
	display: flex;
	justify-content: space-between;
	padding-left: 50px;
}

.home-adv .right .box {
	flex: 0 0 23%;
	color: white;
	text-align: center;
}

.home-adv .right .box h2 {
	font-size: 18px;
	padding-bottom: 15px;
	margin: 15px 0;
	position: relative;
}

.home-adv .right .box p {
	font-size: 12px;
}

.home-adv .right .box h2:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #065a9c;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.home-about .about-box {
	display: flex;
}

.home-about .left {
	position: relative;
	background: url(../image/about-img.jpg) left center no-repeat;
	background-size: cover;
	color: white;
	flex: 0 0 50%;
	min-height: 800px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 80px;
}

.home-about .left:before {
	content: "";
	position: absolute;
	width: 93%;
	height: 93%;
	border: 2px solid #065a9c;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.03);
	opacity: 0;
	transition: .3s;
}

.home-about .left:hover:before {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.home-about .left .text {
	position: relative;
	width: 600px;
}

.home-about .left h2 {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 20px;
}

.home-about .left p {
	line-height: 30px;
	text-indent: 30px;
}

.home-about .right {
	flex: 1;
}

.home-about .left a {
	margin-top: 30px;
	display: inline-block;
	padding: 10px 30px;
	background: #065a9c;
	color: white;
}

.home-about .right .top {
	height: 50%;
	display: flex;
}

.home-about .right .top .text {
	flex: 0 0 50%;
	background-color: #065a9c;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
	padding: 0 60px;
}

.home-about .right .top .text h2 {
	padding-bottom: 15px;
}

.home-about .right .top .text p {
	line-height: 30px;
}

.home-about .right .top .img {
	flex: 1;
	background: url(../image/about-img2.jpg) center no-repeat;
	background-size: 101% 101%;
	transition: .3s;
}

.home-about .right .top .img:hover {
	background: url(../image/about-img2.jpg) center no-repeat;
	background-size: 105% 105%;
}

.home-about .right .bottom {
	background: url(../image/about-img3.jpg) center no-repeat;
	background-size: 101% 101%;
	height: 50%;
	transition: .3s;
}

.home-about .right .bottom:hover {
	background: url(../image/about-img3.jpg) center no-repeat;
	background-size: 105% 105%;
}

.home-about-bottom {
	padding: 40px 0;
	background: url(../image/about-bottom-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-about-bottom ul {
	display: flex;
	justify-content: space-between;
}

.home-about-bottom ul li {
	padding-left: 70px;
}

.home-about-bottom ul li:nth-child(1) {
	background: url(../image/a-icon1.png) left center no-repeat;
	background-size: 50px;
}

.home-about-bottom ul li:nth-child(2) {
	background: url(../image/a-icon2.png) left center no-repeat;
	background-size: 60px;
}

.home-about-bottom ul li:nth-child(3) {
	background: url(../image/a-icon3.png) left center no-repeat;
	background-size: 60px;
}

.home-about-bottom ul li:nth-child(4) {
	background: url(../image/a-icon4.png) left center no-repeat;
	background-size: 60px;
}

.home-about-bottom ul h2 {
	font-size: 18px;
}

.home-about-bottom ul h2 span {
	font-size: 50px;
	color: #333;
	font-weight: 500;
}

.home-news {
	padding: 40px 0;
	background: url(../image/news-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-news .title {
	height: 62px;
	background: url(../image/news-title.png) center no-repeat;
	background-size: 220px;
	margin-bottom: 40px;
}

.home-news .top {
	display: flex;
	padding: 20px;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
}

.home-news .top .img {
	flex: 0 0 40%;
}

.home-news .top .img img {
	width: 100%;
	border-radius: 25px;
}

.home-news .top .text {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 1;
	padding-left: 80px;
}

.home-news .top .text .time {
	text-align: right;
}

.home-news .top .text h2 {
	font-size: 20px;
	color: #065a9c;
	padding-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home-news .top .text p {
	color: #333333;
	margin-bottom: 10px;
	margin-right: 150px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home-news .top .text span.news-btn {
	display: inline-block;
	padding: 8px 30px;
	border: 1px solid #333;
	color: #333;
	border-radius: 7px;
}

.home-news .top .text .time span {
	font-size: 18px;
	font-weight: bold;
	color: #065a9c;
}

.home-news .top .text .time h3 {
	font-size: 40px;
	color: #a1a1a1;
	font-weight: bold;
}


.home-news .swiper-container .swiper-slide {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 35px 35px 45px;
	position: relative;
	border-radius: 15px;
}

.home-news .swiper-container .swiper-slide:before {
	content: "";
	position: absolute;
	width: 80%;
	height: 2px;
	background: #fff;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
}

.home-news .swiper-container .time {
	display: flex;
	align-items: flex-end;
}

.home-news .swiper-container a {
	color: white;
}

.home-news .swiper-container h3 {
	margin: 0;
	font-weight: bold;
	font-size: 34px;
	padding-right: 10px;
}

.home-news .swiper-container span {
	font-size: 16px;
}

.home-news .swiper-container h2 {
	font-size: 16px;
	margin: 0;
	padding: 15px 0;
}

.home-news .swiper-container p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home-news .swiper-slide:hover:before {
	background-color: #065a9c;
}

.footer {
	padding: 40px 0;
	background: url(../image/footer-bg.jpg) center no-repeat;
	background-size: cover;
}

.footer .box {
	color: white;
}

.footer .box a {
	color: white;
}

.footer .footer-box {
	display: flex;
	justify-content: space-between;
}

.footer .box:nth-child(1) {
	padding: 120px 70px 0 0;
	flex: 0 0 29%;
	background: url(../image/footer-logo.png) left 30px no-repeat;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .box:nth-child(1) p {
	line-height: 30px;
}

.footer .box:nth-child(2) {
	padding: 30px 70px 0 70px;
	flex: 0 0 19%;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .box:nth-child(2) ul li {
	padding-left: 15px;
	margin-bottom: 10px;
	position: relative;
}

.footer .box:nth-child(2) ul li:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	background: #fff;
}

.footer .box:nth-child(3) {
	padding: 30px 70px 0 70px;
	flex: 0 0 29%;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .box:nth-child(4) {
	padding: 30px 0 0 70px;
	flex: 0 0 23%;
}

.footer .box:nth-child(2) h2,
.footer .box:nth-child(3) h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer .box:nth-child(3) ul li {
	margin-bottom: 10px;
	display: flex;
}
.footer .box:nth-child(3) ul li span{
	min-width: 50px;
}
.footer .box:nth-child(4) {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .box:nth-child(4) p {
	text-align: center;
	padding-top: 10px;
}

.footer .box:nth-child(4) img {
	width: 130px;
}
.footer .copys {
	text-align: center;
	padding-top: 40px;
	color: white;
}

.main-position .right.active ul {
	display: flex !important;
}

.main-position .right.active a {
	display: none !important;
}

.main-position .right.active ul a {
	display: inline-block !important;
}

.main-position {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	color: #666;
}

.main-position a {
	color: #666;
}

.main-position .w1600 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-position .right ul {
	display: flex;
}

.main-position .right ul li {
	margin-left: 25px;
}

.main-box {
	padding: 50px 0;
}

.main-title {
	text-align: center;
}

.main-title h2 {
	font-weight: bold;
	font-size: 34px;
	margin: 0;
	margin-bottom: 50px;
	color: #065a9c;
	position: relative;
}

.main-title h2:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 4px;
	left: 50%;
	bottom: -10px;
	transform: translate(-50%, 0);
	background-color: #065a9c;
}

.about-text p {
	line-height: 40px;
	text-indent: 30px;
	color: #333;
	font-size: 16px;
}

.about-text img {
	width: 600px;
	float: right;
	margin: 0 0 20px 20px;
}

.partner-box .box {
	flex: 0 0 19% !important;
}

.partner-box .box:nth-child(4n) {
	margin-right: 1% !important;
}

.partner-box .box:nth-child(5n) {
	marker-start: 0 !important;
}

.partner-box h3 {
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-top: 30px;
}

.network-title {
	padding-top: 40px;
}

.network-title h2 {
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #065a9c;
}
.list-box.app .box{
	flex: 0 0 32%;
}
.list-box.app .box:nth-child(3n){
	margin-right: 0;
}
.list-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-box .box {
	text-align: center;
	flex: 0 0 24.5%;
	margin-bottom: 10px;
}

.list-box .box p {
	padding: 10px 0;
	color: #666;
	font-size: 16px;
}

.list-box .box:nth-child(4n) {
	margin-right: 0;
}

.list-box .box img {
	max-width: 100%;
	width: 100%;
	border: 1px solid #eee;
}

.product-box {
	display: flex;
}

.product-box .left {
	padding-right: 2%;
	flex: 0 0 22%;
}

.product-box .right {
	flex: 1;
}

.product-box .left h2 {
	margin-top: 12px;
	padding: 15px 25px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
	background-color: #065a9c;
}

.product-box .left ul {
	border: 1px solid #ccc;
}

.product-box .left ul li a {
	display: block;
	padding: 15px 25px;
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
}

.product-box .left ul li a:hover {
	background-color: #065a9c;
	color: white;
	border-color: #065a9c;
}

.product-box .left ul li:last-child {
	margin: 0;
}

.product-box .left ul li:last-child a {
	border: none;
}

.product-box .right .box {
	padding: 15px;
	background-color: #f8f8f8;
	margin-bottom: 10px;
}

.product-box .right .box a {
	display: flex;
}

.product-box .right .box .img {
	flex: 0 0 35%;
}

.product-box .right .box .img img {
	width: 100%;
}

.product-box .right .box .text {
	padding-left: 50px;
	flex: 1;
}

.product-box .right .box .text h2 {
	font-size: 22px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}

.product-box .right .box .text strong {
	font-size: 14px;
	display: inline-block;
	padding: 3px 20px;
	border-radius: 5px;
	background-color: #065a9c;
	color: white;
}

.product-box .right .box .text p {
	color: #333;
	margin-bottom: 5px;
}

.partner .box {
	flex: 0 0 19%;
	margin-right: 1%;
}

.partner .box:nth-child(4n) {
	margin-right: 1%;
}

.partner .box:nth-child(5n) {
	margin-right: 1%;
}

.pages {
	display: flex;
	justify-content: center;
}

.pages li {
	padding: 0 10px;
}

.goods-details {
	margin-top: 12px;
}

.news-box {
	display: flex;
	flex-wrap: wrap;
}

.news-box .box {
	flex: 0 0 32.5%;
	box-sizing: border-box;
	padding: 30px;
	background: #f9f9f9;
	margin-bottom: 20px;
	transition: .3s;
	margin-right: 0.8%;
}
.news-box .box:nth-child(3n){
	margin-right: 0;
}
.news-box .box:hover {
	transform: translateY(-10px);
}

.news-box .box h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px;
	font-weight: 500;
}

.news-box .box h2 a {
	font-size: 18px;
	color: #000;
}

.news-box .box .news-c {
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-box .box p a {
	color: #333;
	font-size: 14px;
}

.news-box .box span {
	display: block;
	padding-bottom: 10px;
}

.news-box .box .news-btn {
	display: inline-block;
	padding: 5px 30px;
	background-color: #065a9c;
	color: white;
	margin-top: 15px;
	border: 1px solid #065a9c;
}

.news-details .news-title {
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.news-details .news-title h2 {
	padding-bottom: 25px;
	font-size: 24px;
	font-weight: 500;
}

.news-details .news-title p {
	color: #666;
}

.news-details .news-content p {
	margin: 0;
	line-height: 30px;
}

.parameter-box td {
	padding: 10px;
	border: 1px solid #666 !important;
}

.parameter-box td div {
	font-size: 16px;
}

.parameter-box strong {
	font-size: 18px;
}

.parameter-box p {
	font-size: 16px;
}

.network-text strong {
	font-size: 18px;
}

.network-text p {
	font-size: 16px;
}

.contact-box {
	display: flex;
}

.contact-box .left {
	flex: 0 0 40%;
	padding-right: 100px;
}

.contact-box .right {
	flex: 1;
}

.contact-box .left ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e6e6e6;
}

.contact-box .left h2 {
	font-size: 22px;
	margin-bottom: 30px;
	color: #065a9c;
}

#map {
	height: 495px;
}

.head-m {
	display: none;
}

.news-m {
	display: none;
}
@media (max-width: 1600px) {
	.w1600 {
		position: relative;
		max-width: 1750px;
		padding:  0 60px;
		margin: 0 auto;
	}
}
@media (max-width: 440px) {
	.head-pc {
		display: none;
	}

	.head-m {
		display: flex;
	}

	.head-m {
		position: relative;
		width: 100%;
		z-index: 2;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0;
	}

	.head-m .left {
		padding-left: 25px;
		flex: 0 0 50%;
	}

	.head-m .left img {
		width: 170px;
	}

	.head-m .right {
		padding-right: 25px;
		flex: 0 0 30%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.head-m .right span {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../image/headm-icon.png) center no-repeat;
	}

	.head-m .head-menu {
		position: absolute;
		top: 100%;
		background-color: white;
		width: 100%;
		left: 0;
	}

	.head-m .head-menu a {
		display: block;
		padding: 10px 0 10px 25px;
	}

	.w1600 {
		padding: 0 15px;
	}

	.swiper1 .next1,
	.swiper1 .prev1 {
		width: 30px;
		height: 40px;
	}

	.swiper1 .prev1 {
		left: 10px;
	}

	.swiper1 .next1 {
		right: 10px;
	}

	.swiper1 a {
		height: 40px;
		bottom: 10px;
	}

	.title h2:before,
	.title h2:after {
		display: none;
	}

	.title h3 {
		font-size: 26px;
	}

	.title {
		padding-top: 0;
		margin-bottom: 20px;
	}

	.home-product .top .box {
		flex-wrap: wrap;
	}

	.home-product .top .text {
		flex: 0 0 100%;
	}

	.home-product .top .img {
		flex: 0 0 100%;
		margin: 0;
		height: 440px;
	}

	.home-product .bottom ul {
		flex-wrap: wrap;
	}

	.home-product .bottom ul li:before,
	.home-product .bottom ul li:after {
		display: none;
	}

	.home-product .bottom {
		margin-top: 0;
	}

	.home-product .bottom:before {
		display: none;
	}

	.home-adv {
		display: none;
	}

	.home-about .right {
		display: none;
	}

	.home-about .left {
		padding: 40px 15px;
		min-height: auto;
		flex: 0 0 100%;
	}

	.home-about .left .text {
		width: 100%;
	}

	.home-about .left h2 {
		font-size: 24px;
	}

	.home-about-bottom {
		display: none;
	}

	.news-pc {
		display: none;
	}

	.news-m {
		display: block;
	}

	.home-news .title {
		background: url(../image/news-title.png) center no-repeat;
		background-size: 150px;
		margin-bottom: 20px;
	}

	.footer .box {
		padding: 0 !important;
	}

	.footer .footer-box {
		flex-wrap: wrap !important;
	}

	.footer .box {
		border: none !important;
		margin-bottom: 25px;
		flex: 0 0 100% !important;
	}

	.footer .box:nth-child(1) {
		background: url(../image/footer-logo.png) left top no-repeat;
		padding-top: 90px !important;
	}

	.footer .box:nth-child(2) {
		display: none !important;
	}

	.footer .box:nth-child(4) {
		justify-content: center;
	}

	.footer .box:nth-child(4) .img {
		margin: 0 10px;
	}

	.footer .copys {
		padding: 20px 15px;
	}

	.main-position {
		display: none;
	}

	.home-about .about-box .right p {
		margin-bottom: 15px;
		line-height: 30px;
	}

	.home-quality .quality-box {
		flex-wrap: wrap;
	}

	.home-quality .quality-box .box {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}

	.home-news {
		padding: 20px 0;
		background: url(../image/news-bg.jpg) left center no-repeat;
		background-size: cover;
	}

	.home-news .news-title {
		padding-bottom: 20px;
	}

	.home-partner {
		display: none;
	}

	.footer {
		padding: 20px 0;
	}

	.footer .center {
		flex-wrap: wrap;
	}

	.footer .center .box .text {
		padding: 0;
	}

	.footer .center .box {
		flex: 0 0 100% !important;
		background: transparent !important;
		border: none;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eeeeee29;
	}

	.footer .top .img {
		background: url(/template/default/images/f-logo.png) center no-repeat;
		background-size: 100%;
		margin-bottom: 20px;
	}

	.footer .bottom {
		padding: 20px 0;
	}

	.footer .copyright a {
		padding: 0 0 10px 0;
	}

	.footer .copyright a:last-child {
		padding: 10px 30px;
	}

	.main-title h2 {
		padding-bottom: 15px;
		margin-bottom: 20px;
		font-size: 24px;
	}

	.about-box .about-text img {
		width: 100%;
		margin: 0;
	}

	.about-box p {
		line-height: 30px;
	}

	.partner-box h3 {
		font-size: 18px;
	}

	.list-box .box {
		flex: 0 0 49% !important;
	}

	.list-box .box:nth-child(5n) {
		margin-right: 1% !important;
	}

	.list-box .box:nth-child(3n) {
		marker-start: 1% !important;
	}

	.product-box .right .box a {
		flex-wrap: wrap;
	}

	.product-box .right .box .img {
		flex: 0 0 100%;
	}

	.product-box .right .box .text {
		flex: 0 0 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.product-box {
		flex-wrap: wrap;
	}

	.product-box {
		flex-wrap: wrap;
	}

	.product-box .left {
		flex: 0 0 100%;
	}

	.product-box .right {
		flex: 0 0 100%;
	}

	.product-box .goods-box {
		padding: 15px 0;
	}

	.product-box .left h2 {
		padding: 10px 25px;
	}
	.parameter-box img{
		width: 100%;
	}
	.parameter-box td div{
		padding: 10px;
	}
	.news-box .box {
		flex: 0 0 100% !important;
		margin-right: 0 !important;
	}

	.main-box {
		padding: 20px 0;
	}

	.contact-box {
		flex-wrap: wrap;
	}

	.contact-box .left {
		flex: 0 0 100%;
		padding: 0;
	}

	.contact-box .right {
		flex: 0 0 100%;
	}
}