@charset "utf-8";

body {
	margin: 0 !important;
}

.w1900 {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.w1600 {
	padding: 0 50px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

div,
a,
p,
span {
	font-size: 14px;
}

ul {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

div {
	box-sizing: border-box;
}

img {
	display: block;
}

.swiper {
	position: relative;
	overflow: hidden;
}

.header {
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head a {
	color: white;
}

.head .center ul {
	display: flex;
	align-items: center;
}

.head .center ul li {
	padding: 45px 0;
	margin: 0 5px;
	position: relative;
}

.head .center ul li a {
	padding: 8px 14px;
	font-size: 14px;
}

.head .center ul ul {
	position: absolute;
	flex-direction: column;
	width: 150px;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	background-color: #fff;
	display: none;
}

.head .center ul ul li {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.head .center ul li:hover ul {
	display: block;
}

.head .center ul ul li a {
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #000;
}

.head .center ul ul li a:hover {
	color: #fff;
	background-color: #1c458e;
}

.head .right {
	position: relative;
	display: flex;
	align-items: center;
}
.head .right .language{
	/* position: absolute;
	right: -80px;
	top: 50%;
	transform: translate(0,-50%); */
	display: flex;
	padding-left: 10px;
}
.head .right .language img{
	width: 30px;
	padding: 2px;
	margin-right: 2px;
	background-color: #fff;
}
.head .right form {
	display: flex;
	align-items: center;
}

.head .right form input {
	border: none;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px 0 10px 10px;
}

.head .right form input::placeholder {
	color: white;
}

.head .right form button {
	height: 100%;
	cursor: pointer;
	border-radius: 25px;
	padding: 18px 25px;
	border: none;
	background: #1c458e url(../images/search-icon.png) center no-repeat;
}

.head .a {
	background: url(../images/head-icon.png) right center no-repeat;
	background-size: 10px;
}

.swiper {
	position: relative;
}

.swiper img {
	width: 100%;
	height: 100%;
}

.swiper1 .next1,
.swiper1 .prev1 {
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 80px;
	z-index: 1;
	opacity: 0.7;
}

.swiper1 .prev1 {
	top: 50%;
	left: 50px;
	transform: translate(0, -50%);
	background: url(../images/prev.png) center no-repeat;
	background-size: cover;
}

.swiper1 .next1 {
	top: 50%;
	right: 50px;
	transform: translate(0, -50%);
	background: url(../images/next.png) center no-repeat;
	background-size: cover;
}
.swiper1 a{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%,0);
	width: 290px;
	height: 90px;
	background: url(../images/banner-btn.png) center no-repeat;
	background-size: auto 100%;
	z-index: 10;
}
.title {
	text-align: center;
	padding-top: 70px;
	margin-bottom: 50px;
	position: relative;
}

.title h2 {
	color: #1c458e;
	font-size: 40px;
	display: inline-block;
	position: relative;
}

.title h2:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #000;
	left: 0;
	top: 50%;
	transform: translate(-130%, -50%);
}

.title h2:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #000;
	right: 0;
	top: 50%;
	transform: translate(130%, -50%);
}

.title h3 {
	font-size: 100px;
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.1);
	line-height: 100px;
}

.home-product {
	padding: 40px 0;
	background: url(../images/product-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-product .product-box {
	display: flex;
	flex-wrap: wrap;
}

.home-product .box {
	flex: 0 0 33.23%;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.home-product .box .img {
	position: relative;
	margin: 0 40px;
	padding-top: 20px;
}

.home-product .box .img img {
	border-radius: 10px 10px 25px 10px;
}

.home-product .box .img:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	border-right: 1px dashed rgba(0, 0, 0, 0.2);
	top: 0;
	right: -40px;
	transform: translate(20%, 0);
}

.home-product .box:nth-child(3n) .img:before {
	display: none;
}

.home-product .box .img img {
	width: 100%;
}

.home-product .box p {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: white;
	background: url(../images/p-text-bg.png) center;
	padding: 50px 0 20px;
	border-radius: 0 0 25px 10px;
}

.home-product .box:hover img {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.home-about {
	padding: 80px 0;
	background: url(../images/about-bg.jpg) center bottom no-repeat;
	background-size: cover;
}

.home-about .about-box {
	display: flex;
}

.home-about .about-box .left {
	flex: 0 0 45%;
	padding: 30px 0;
}

.home-about .about-box .right {
	flex: 1;
}

.home-about .about-box .left .img {
	height: 100px;
	background: url(../images/about-logo.png) no-repeat;
	background-size: auto 100%;
	margin-bottom: 80px;
}

.home-about .about-box .left ul {
	display: flex;
	flex-wrap: wrap;
}

.home-about .about-box .left ul li {
	flex: 0 0 50%;
	color: white;
	margin-bottom: 80px;
}

.home-about .about-box .left ul li:nth-child(1) {
	background: url(../images/about-icon1.png) left center no-repeat;
	background-size: 50px;
}

.home-about .about-box .left ul li:nth-child(2) {
	background: url(../images/about-icon2.png) left center no-repeat;
	background-size: 50px;
}

.home-about .about-box .left ul li:nth-child(3) {
	margin-bottom: 0;
	background: url(../images/about-icon3.png) left center no-repeat;
	background-size: 55px;
}

.home-about .about-box .left ul li:nth-child(4) {
	margin-bottom: 0;
	background: url(../images/about-icon4.png) left center no-repeat;
	background-size: 50px;
}

.home-about .about-box .left ul li h2 {
	font-size: 14px;
	padding-left: 70px;
}

.home-about .about-box .left ul li h2 span {
	font-size: 30px;
}

.home-about .about-box .left ul li p {
	font-size: 16px;
	padding-left: 70px;
}

.home-about .about-box .right {
	background-color: rgba(28, 69, 142, 0.5);
	padding: 55px 35px;
}

.home-about .about-box .right h2 {
	color: white;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.home-about .about-box .right p {
	color: white;
	line-height: 40px;
	margin-bottom: 40px;
	text-indent: 30px;
}

.home-about .about-box .right a {
	display: inline-block;
	color: white;
	padding: 10px 55px;
	border-radius: 25px;
	color: #1c458e;
	background-color: white;
}

.home-quality {
	padding: 40px 0;
	background: url(../images/quality-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-quality .quality-box {
	display: flex;
	justify-content: space-between;
}

.home-quality .quality-box .box {
	flex: 0 0 30%;
	background-color: #f5f7fe;
}

.home-quality .quality-box .box .img {
	overflow: hidden;
}

.home-quality .quality-box .box .img img {
	width: 100%;
	transition: .3s;
}

.home-quality .quality-box .box .text {
	padding: 130px 30px 30px;
	position: relative;
}

.home-quality .quality-box .box .text:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 43px;
	top: 0;
	left: 0;
	transform: translate(0, -100%);
	background: url(../images/quality-box-bg.png) center no-repeat;
}

.home-quality .quality-box .box .text:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	left: 30px;
	top: 30px;
}

.home-quality .quality-box .box:nth-child(1) .text:after {
	background: url(../images/quality-icon1.png) center no-repeat;
}

.home-quality .quality-box .box:nth-child(2) .text:after {
	background: url(../images/quality-icon2.png) center no-repeat;
}

.home-quality .quality-box .box:nth-child(3) .text:after {
	background: url(../images/quality-icon3.png) center no-repeat;
}

.home-quality .quality-box .box .text h2 {
	padding-bottom: 25px;
}

.home-quality .quality-box .box .text p {
	line-height: 25px;
}

.home-quality .quality-box .box .text a {
	display: inline-block;
	padding: 10px 15px;
	border-left: 2px solid #1c458e;
	color: #1c458e;
	margin-top: 35px;
}

.home-quality .quality-box .box .text a:hover {
	background: #1c458e;
	color: white;
}

.home-quality .quality-box .box:hover img {
	transform: scale(1.05);
}

.home-news {
	padding: 80px 0;
	background: url(../images/news-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-news .news-title {
	padding-bottom: 60px;
}

.home-news .news-title h2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #1c458e;
	font-size: 34px;
	background: url(../images/news-icon.png) left bottom no-repeat;
}

.home-news .news-title p {
	line-height: 25px;
}

.home-news .box {
	padding: 120px 35px 35px;
	background: rgba(255, 255, 255, .7) url(../images/news-logo.png) 35px 55px no-repeat;
}

.home-news .box h2 {
	font-size: 18px;
	color: #1c458e;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home-news .box p {
	line-height: 25px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home-news .box .news-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.home-news .box .news-btn .btn {
	display: inline-block;
	padding: 15px 25px;
	background: #1c458e url(../images/news-btn.png) center no-repeat;
}

.home-news .box:hover {
	background: #1c458e url(../images/news-logo-a.png) 35px 55px no-repeat;
}

.home-news .box:hover h2,
.home-news .box:hover p {
	color: white;
}

.home-news .box:hover .btn {
	background: #fff url(../images/news-btn-a.png) center no-repeat;
}

.home-news .box:hover span {
	color: white;
}

.home-partner {
	padding: 80px 0;
	background: url(../images/partner-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-partner h2 {
	color: white;
}

.home-partner h2:before,
.home-partner h2:after {
	background-color: #fff;
}

.home-partner h3 {
	color: rgba(255, 255, 255, 0.2);
}

.home-partner .partner-box {
	min-height: 550px;
}

.home-partner .partner-box span {
	display: inline-block;
	position: absolute;
	width: 206px;
	height: 178px;
	transition: .3s;
}

.home-partner .partner-box span:nth-child(1) {
	top: 40%;
	left: 26%;
	transform: translate(-50%, 0);
	background: url(../images/partner-1.png) center no-repeat;
	background-size: 90%;
}

.home-partner .partner-box span:nth-child(2) {
	top: 65%;
	left: 26%;
	transform: translate(-50%, 0);
	background: url(../images/partner-2.png) center no-repeat;
	background-size: 90%;
}

.home-partner .partner-box span:nth-child(3) {
	top: 29%;
	left: 38%;
	transform: translate(-50%, 0);
	background: url(../images/partner-3.png) center no-repeat;
	background-size: 90%;
}

.home-partner .partner-box span:nth-child(4) {
	top: 53%;
	left: 38%;
	transform: translate(-50%, 0);
	background: url(../images/partner-4.png) center no-repeat;
	background-size: 90%;
}

.home-partner .partner-box span:nth-child(5) {
	top: 77%;
	left: 38%;
	transform: translate(-50%, 0);
	background: url(../images/partner-5.png) center no-repeat;
	background-size: 90%;
}

.home-partner .partner-box span:nth-child(6) {
	top: 40%;
	left: 50%;
	transform: translate(-50%, 0);
	background: url(../images/partner-6.png) center no-repeat;
	background-size: 90%;
}

.home-partner .partner-box span:nth-child(7) {
	top: 65%;
	left: 50%;
	transform: translate(-50%, 0);
	background: url(../images/partner-7.png) center no-repeat;
	background-size: 90%;
}

.home-partner .partner-box span:nth-child(8) {
	top: 29%;
	left: 62%;
	transform: translate(-50%, 0);
	background: url(../images/partner-8.png) center no-repeat;
	background-size: 90%;
}

.home-partner .partner-box span:nth-child(9) {
	top: 53%;
	left: 62%;
	transform: translate(-50%, 0);
	background: url(../images/partner-9.png) center no-repeat;
	background-size: 90%;
}

.home-partner .partner-box span:nth-child(10) {
	top: 77%;
	left: 62%;
	transform: translate(-50%, 0);
	background: url(../images/partner-10.png) center no-repeat;
	background-size: 90%;
}

.home-partner .partner-box span:nth-child(11) {
	top: 40%;
	left: 74%;
	transform: translate(-50%, 0);
	background: url(../images/partner-11.png) center no-repeat;
	background-size: 90%;
}

.home-partner .partner-box span:nth-child(12) {
	top: 65%;
	left: 74%;
	transform: translate(-50%, 0);
	background: url(../images/partner-12.png) center no-repeat;
	background-size: 90%;
}

.home-partner .partner-box span:nth-child(13) {
	left: 20%;
	top: 62%;
	width: 42px;
	height: 37px;
	transform: translate(-50%, 0);
	background: url(../images/partner-icon.png) center no-repeat;
}

.home-partner .partner-box span:nth-child(14) {
	left: 30%;
	top: 91%;
	width: 42px;
	height: 37px;
	transform: translate(-50%, 0);
	background: url(../images/partner-icon.png) center no-repeat;
}

.home-partner .partner-box span:nth-child(15) {
	left: 47%;
	top: 34%;
	width: 42px;
	height: 37px;
	transform: translate(-50%, 0);
	background: url(../images/partner-icon.png) center no-repeat;
}

.home-partner .partner-box span:nth-child(16) {
	left: 71%;
	top: 91%;
	width: 42px;
	height: 37px;
	transform: translate(-50%, 0);
	background: url(../images/partner-icon.png) center no-repeat;
}

.home-partner .partner-box span:nth-child(17) {
	left: 81%;
	top: 63%;
	width: 42px;
	height: 37px;
	transform: translate(-50%, 0);
	background: url(../images/partner-icon.png) center no-repeat;
}

.home-partner .partner-box span:hover {
	transform: scale(1.03) translate(-50%, 0);
}

.footer {
	padding: 40px 0;
	background: url(../images/footer-bg.jpg) center no-repeat;
	background-size: cover;
}

.footer .top .img {
	height: 65px;
	background: url(../images/f-logo.png) center no-repeat;
	margin-bottom: 20px;
}

.footer .center {
	display: flex;
	justify-content: space-between;
}

.footer .center .box {
	border: 1px solid white;
}

.footer .center .box .text {
	padding: 100px 25px 25px;
	text-align: center;
	color: white;
}

.footer .center .box .text p {
	margin: 5px 0;
}

.footer .center .box:nth-child(1) {
	flex: 0 0 34%;
	background: url(../images/f-icon1.png) center 30px no-repeat;
}

.footer .center .box:nth-child(2) {
	flex: 0 0 24%;
	background: url(../images/f-icon2.png) center 30px no-repeat;
}

.footer .center .box:nth-child(3) {
	flex: 0 0 19%;
	background: url(../images/f-icon3.png) center 30px no-repeat;
}

.footer .center .box:nth-child(4) {
	flex: 0 0 19%;
	background: url(../images/f-icon4.png) center 30px no-repeat;
}

.footer .bottom {
	text-align: center;
	padding: 40px 0;
	color: white;
}

.footer .bottom img {
	width: 120px;
	margin: 0 auto;
}

.footer .bottom p {
	padding: 10px 0;
}

.footer .copyright {
	color: white;
	text-align: center;
}

.footer .copyright p {
	padding-bottom: 10px;
}

.footer .copyright a {
	padding: 10px 30px;
	color: white;
	display: inline-block;
}

.footer .copyright a:last-child {
	background: url(../images/f-icon5.png) left center no-repeat;
}

.pagebanner img {
	display: block;
	width: 100%;
}
.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;
	background: #f8f8f8;
	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-size: 34px;
	margin: 0;
	padding-bottom: 40px;
	color: #1c458e;
}

.about-text p {
	line-height: 40px;
	text-indent: 30px;
	color: #333;
}

.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;
}

.list-box {
	display: flex;
	flex-wrap: wrap;
}

.list-box .box {
	text-align: center;
	flex: 0 0 24%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.list-box .box p {
	padding: 10px 0;
	color: #666;
}

.list-box .box:nth-child(4n) {
	margin-right: 0;
}

.list-box .box img {
	max-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 {
	padding: 15px 25px;
	color: #fff;
	margin-bottom: 10px;
	background-color: #1c458e;
}

.product-box .left ul li {
	padding: 15px 25px;
	background-color: #eee;
	margin-bottom: 10px;
	border-bottom: 2px solid transparent;
}

.product-box .left ul li:hover {
	border-color: #1c458e
}

.product-box .right .goods-box {
	display: flex;
	flex-wrap: wrap;
}

.product-box .right .goods-box .box {
	flex: 0 0 32%;
	margin: 0 2% 1% 0;
}

.product-box .right .goods-box .box:nth-child(3n) {
	margin-right: 0;
}

.product-box .right .goods-box .box img {
	width: 100%;
}

.product-box .right .goods-box .box p {
	text-align: center;
	margin: 0;
	padding: 15px 0;
	background-color: #1c458e;
	color: white;
}

.product-box .right .goods-box .box:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.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;
}

.product-box .goods-details {
	display: flex;
	flex-wrap: wrap;
}

.product-box .goods-details .img {
	flex: 0 0 40%;
}

.product-box .goods-details .img img {
	width: 100%;
}

.product-box .goods-details .p-title {
	flex: 0 0 57%;
	margin-left: 3%;
}

.product-box .goods-details .p-title h2 {
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 35px;
	font-size: 26px;
	color: #333;
	font-weight: 500;
	border-bottom: 1px solid #eee;
}

.product-box .goods-details .p-title p {
	margin-bottom: 10px;
	line-height: 25px;
	padding-left: 30px;
}

.product-box .goods-details .p-title p:nth-child(2),
.product-box .goods-details .p-title p:nth-child(3) {
	background: url(../images/p-icon.png) left 6px no-repeat;
	background-size: 20px;
}

.product-box .goods-details .p-title p:nth-child(4) {
	background: url(../images/p-icon2.png) left 6px no-repeat;
	background-size: 20px;
}

.product-box .goods-details .content {
	flex: 0 0 100%;
	margin-top: 60px;
}
.product-box .goods-details .content-title h2{
	font-size: 18px;
}
.product-box .goods-details .content-title {
	align-items: center;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	padding: 15px;
	background-color: #f2f2f2;
	border-bottom: 2px solid #1c458e;
	margin-bottom: 15px;
}

.news-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-box .box {
	flex: 0 0 49.5%;
	box-sizing: border-box;
	padding: 30px;
	background: #f9f9f9;
	margin-bottom: 1%;
}

.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;
}

.news-box .box p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-box .box span {
	display: block;
	padding-bottom: 10px;
}

.news-box .box .news-btn {
	display: inline-block;
	padding: 12px 30px;
	background-color: #1c458e;
	color: white;
	margin-top: 15px;
	border: 1px solid #1c458e;
}

.news-box .box .news-btn:hover {
	color: #1c458e;
	background-color: #fff;
}

.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;
}

.contact-box {
	display: flex;
}

.contact-box .left {
	flex: 0 0 35%;
	padding-right: 20px;
}

.contact-box .right {
	flex: 1;
}

.contact-box .left ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	line-height: 30px;
	padding-left: 30px;
}

.contact-box .left ul li:nth-child(1) {
	background: url(../images/contact-icon1.png) left 5px no-repeat;
	background-size: 20px;
}

.contact-box .left ul li:nth-child(2) {
	background: url(../images/p-icon.png) left 5px no-repeat;
	background-size: 20px;
}

.contact-box .left ul li:nth-child(3) {
	background: url(../images/p-icon2.png) left 5px no-repeat;
	background-size: 20px;
}

.contact-box .left ul li:nth-child(4) {
	background: url(../images/contact-icon2.png) left 5px no-repeat;
	background-size: 20px;
}

#map {
	height: 495px;
}

.head-m {
	display: none;
}

.home-news .news-boxs {
	display: none;
}

.pages{
	min-height: auto !important;
}

@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 30%;
	}

	.head-m .left img {
		width: 100%;
	}

	.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(../images/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 {
		padding-bottom: 0;
	}

	.home-product .box .img {
		margin: 0;
		padding: 0;
	}

	.home-product .box {
		flex: 0 0 100%;
	}

	.home-about .about-box {
		flex-wrap: wrap;
	}

	.home-about .about-box .left {
		flex: 0 0 100%;
	}

	.home-about .about-box .right {
		flex: 0 0 100%;
	}

	.home-about {
		padding: 20px 0;
	}

	.home-about .about-box .left .img {
		margin-bottom: 0;
		background: url(../images/about-logo.png) center no-repeat;
		background-size: 80%;
	}

	.home-about .about-box .left ul li {
		padding-top: 50px;
		margin-bottom: 30px;
		text-align: center;
	}

	.home-about .about-box .left ul li h2 {
		padding-left: 0;
	}

	.home-about .about-box .left ul li p {
		padding-left: 0;
	}

	.home-about .about-box .left ul li:nth-child(1) {
		background: url(../images/about-icon1.png) top center no-repeat;
		background-size: 50px;
	}

	.home-about .about-box .left ul li:nth-child(2) {
		background: url(../images/about-icon2.png) top center no-repeat;
		background-size: 50px;
	}

	.home-about .about-box .left ul li:nth-child(3) {
		background: url(../images/about-icon3.png) top center no-repeat;
		background-size: 50px;
	}

	.home-about .about-box .left ul li:nth-child(4) {
		background: url(../images/about-icon4.png) top center no-repeat;
		background-size: 50px;
	}

	.main-position .left {
		display: none;
	}

	.main-position .right {
		flex: 0 0 100%;
		padding: 0;
	}

	.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(../images/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(../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;
		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 {
		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 .right .goods-box .box {
		flex: 0 0 49%;
	}

	.product-box .right .goods-box .box:nth-child(4n) {
		margin-right: 1%;
	}

	.product-box .right .goods-box .box:nth-child(2n) {
		margin-right: 0;
	}

	.product-box .left h2 {
		padding: 10px 25px;
	}

	.product-box .left ul li {
		padding: 10px 25px;
	}

	.goods-details a {
		color: white;
	}

	.product-box .goods-details .img {
		flex: 0 0 100%;
	}

	.product-box .goods-details .title {
		flex: 0 0 100%;
		margin: 0;
	}

	.product-box .goods-details .title .tel-box {
		justify-content: space-between;
	}

	.product-box .goods-details .title .tel-box p {
		margin: 0 0 10px;
		padding: 0;
		flex: 0 0 49%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
	}

	.product-box .goods-details .title .tel-box a {
		font-size: 12px;
		display: inline-block;
		padding-left: 20px;
	}

	.product-box .goods-details .title h2 {
		padding-bottom: 10px;
		font-size: 18px;
		margin: 10px 0;
	}

	.product-box .goods-details .content {
		margin-top: 20px;
	}

	.product-box .goods-details .p-title {
		flex: 0 0 100%;
		padding-top: 20px;
	}

	.product-box .goods-details .p-title p {
		display: none;
	}

	.news-box .box {
		flex: 0 0 100%;
	}

	.main-box {
		padding: 20px 0;
	}

	.contact-box {
		flex-wrap: wrap;
	}

	.contact-box .left {
		flex: 0 0 100%;
	}

	.contact-box .right {
		flex: 0 0 100%;
	}
}