﻿.w1200 {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.w1600{
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
.w1900 {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.head {
	position: fixed;
	width: 100%;
	z-index: 12;
	padding: 5px 0;
	background-color: rgb(255, 235, 60);
}

.head .head-top {
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.head .head-top .left {
	flex: 0 0 19%;
	line-height: 90px;
}


.head .head-top .center {
	padding-top: 30px;
	display: flex;
	align-items: center;
	flex: 1;
	position: relative;
}

.head .head-top .center h2 {
	margin: 0;
	font-size: 24px;
	color: #215ab1;
}


.logoimg {
	height: 60px;
}

.head-nav {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

.nav-li {
	width: 90px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.nav-li:last-child:before{
	display: none;
}
.nav-li:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	background-color: rgb(169, 169, 169);
}
.nav-li:after{
	content: "";
	position: absolute;
	width: 80%;
	height: 2px;
	top: -20px;
	left: 50%;
	background-color: #000;
	display: none;
	transform: translate(-50%,0);
}
.nav-li.active:after,
.nav-li:hover:after{
	display: block;
}
.nav-li:hover a{
	color: rgba(169, 169, 169, 1);
}
.navA {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.nav-li.active a{
	color: rgba(169, 169, 169, 1);
}
.navA:hover {
	color: #000;
}

.navA.active {
	
}

.head.fixed .navA {
	color: #000;
}

.banner {
	width: 100%;
	position: relative;
	padding-top: 100px;
}
.banner img{
	width: 100%;
}
.banner .swiper-button-prev{
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,.4) url(../image/left.png) center no-repeat;
	background-size: cover;
}
.banner .swiper-button-next{
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,.4) url(../image/right.png) center no-repeat;
	background-size: cover;
}

.title{
	text-align: center;
}
.title p{
	color: rgb(169, 169, 169);
}
.product{
	padding: 70px 0;
	background-color: #f9fafb;
}
.product .product-text{
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}
.product .product-text .box{
	flex: 0 0 20%;
}
.product .product-text .box h2{
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
}
.product .product-text .box p{
	font-size: 14px;
	padding: 0 10px;
	color: rgb(169, 169, 169);
	line-height: 30px;
}
.product .swiper2{
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
.product .swiper-button-prev{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,.4) url(../image/left.png) center no-repeat;
	background-size: cover;
}
.product .swiper-button-next{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,.4) url(../image/right.png) center no-repeat;
	background-size: cover;
}
.product .swiper .box{
	background-color: #fff;
}
.product .swiper .box img{
	max-width: 100%;
}
.product .swiper .box h2{
	padding: 15px 0;
	text-align: center;
	font-size: 17px;
	margin: 0;
	font-weight: 400;
	color: #000;
}
.product .product-btn{
	text-align: center;
	padding: 40px 0;
}
.product .product-btn a{
	padding: 13px 28px;
	background-color: rgb(255, 235, 60);
	color: #000;
	display: inline-block;
}
.product .swiper3{
	display: none;
}
.about{
	padding: 120px 0;
	background: url(../image/about-bg.jpg) center no-repeat;
	background-size: cover;
}
.about .about-box{
	display: flex;
	justify-content: space-between;
}
.about .about-box .left{
	flex: 0 0 53%;
}
.about .about-box .right{
	flex: 1;
}

.about .about-box .right .about-title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .about-box .right .about-title .img{
	width: 52px;
	height: 52px;
	background: url(../image/about-icon.png) center no-repeat;
}
.about .about-box .right .about-title .text{
	padding-left: 20px;
}
.about .about-box .right .about-title{
	padding: 40px 0;
}
.about .about-box .right .about-title h3{
	font-size: 16px;
	color: #A9A9A9;
}
.about .about-box .right p{
	font-size: 18px;
	text-indent: 40px;
	line-height: 40px;
}
.about .about-box .right a{
	display: inline-block;
	margin-top: 15px;
	width: 130px;
	height: 35px;
	background: url(../image/about-icon2.png) center no-repeat;
	background-size: cover;
}

.app{
	padding: 70px 0;
}
.app  .title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.app  .title .text{
	padding-left: 20px;
}
.app  .title{
	text-align: left;
}
.app  .title h3{
	font-size: 16px;
	color: #A9A9A9;
}
.app  .title  .img{
	width: 60px;
	height: 60px;
	background: url(../image/app-icon.png) center no-repeat;
}
.app p{
	padding: 40px 0;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.app .app-box{
	display: flex;
	justify-content: space-between;
}
.app .app-box .box{
	flex: 0 0 24%;
	position: relative;
}
.app .app-box .box img{
	width: 100%;
}
.app .app-box .box span{
	position: absolute;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	z-index: 1;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.4);
	bottom: 0;
	left: 50%;
	font-size: 16px;
	transform: translate(-50%,0);
}
.news{
	padding: 40px 0;
}
.news .title{
	display: flex;
	align-items: center;
	justify-content: center;
}

.news .title .text{
	padding-left: 20px;
}
.news .title{
	text-align: left;
}
.news .title h3{
	font-size: 16px;
	color: #A9A9A9;
}
.news .title  .img{
	width: 60px;
	height: 60px;
	background: url(../image/news-icon.png) center no-repeat;
}
.news .news-title{
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}
.news .news-title h2{
	font-size: 16px;
	color: #000;
}
.news .news-title span{
	font-size: 14px;
	color: #999;
}
.news .text{
	color: #666;
}
.news .news-box{
	padding-top: 40px;
}
.news .news-box .box{
	padding: 25px 15px;
	border-bottom: 1px solid #ececec;
}
.news .news-box .box:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.partner{
	padding: 70px 0;
	background: url(../image/partner-bg.jpg) center bottom no-repeat;
}
.partner .title{
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner .title .text{
	padding-left: 20px;
}
.partner .title{
	text-align: left;
}
.partner .title h3{
	font-size: 16px;
	color: #A9A9A9;
}
.partner .title .img{
	width: 60px;
	height: 60px;
	background: url(../image/partner-icon.png) center no-repeat;
}
.partner .partner-box{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	
}
.partner .partner-box .box{
	flex: 0 0 18%;
}
.partner .partner-box .box img{
	width: 100%;
}

.footer{
	padding: 70px 0 20px;
	background: url(../image/footer-bg.jpg) center no-repeat;
	background-size: cover;
}
.footer .footer-top{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.footer .footer-top .f-img{
	display: flex;
	justify-content: center;
}
.footer .footer-top .box:nth-child(1){
    flex: 0 0 25%;
}
.footer .footer-top .f-img .img{
	margin: 0 5px;
}
.footer .footer-top img{
	max-width: 150px;
}
.footer .footer-top p{
	height: 30px;
	color: #666;
}
.footer .footer-top img{
	margin: 20px 0;
}
.footer .copyright{
	text-align: center;
	color: #666;
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #000;
}
.footer .copyright a{
	color: #666;
}

.banner-img{
	padding-top: 100px;
}
.main-about{
	background: url(../image/main-about-bg.png) center no-repeat;
	background-size: cover;
}
.main-about .about-box{
	display: flex;
	padding: 40px 200px;
}
.main-about .about-box .left{
	flex: 0 0 55%;
	padding: 40px 50px 0 0;
}
.main-about .about-box .left .text{
	line-height: 40px;
	text-indent: 40px;
	font-size: 18px;
}
.main-about .about-title{
	padding-bottom: 20px;
	text-align: center;
}
.main-about .about-title h2{
	font-size: 28px;
	font-weight: bold;
}
.main-about .about-title h3{
	font-size: 14px;
	color: rgb(169, 169, 169);
	font-weight: 400;
}
.main-about img{
	margin-bottom: 15px;
	max-width: 100%;
}
.main-title{
	text-align: center;
}
.main-title h2{
	font-size: 24px;
	padding-bottom: 10px;
}
.main-title h3{
	color: rgb(153, 153, 153);
	font-size: 14px;
}
.main-app .app-box{
	padding-top: 40px;
}
.main-news{
	background: url(../image/main-news-bg.jpg) center no-repeat;
	background-size: cover;
}
.main-news .news-box{
	padding: 0;
	margin-top: 40px;
	background-color: #fff;
}
.news-content{
	padding: 70px 0;
}
.ce-box{
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
}
.ce-box .box{
	flex: 0 0 19%;
	position: relative;
	margin-right: 1%;
	margin-bottom: 1%;
}
.ce-box .box:nth-child(5n){
	margin-right: 0;
}
.ce-box .box img{
	width: 100%;
}
.ce-box .box p{
	position: absolute;
	width: 100%;
	padding: 15px 0;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	bottom: 0;
	left: 0;
	color: white;
}
.main-contact{
	padding: 100px 0;
	background: url(../image/partner-bg.jpg) center 200px no-repeat;
	background-size: cover;
}
.main-contact .top{
	padding: 80px 0;
	display: flex;
	justify-content: space-around;
}
.main-contact .top .box{
	text-align: center;
	padding-top: 50px;
}
.main-contact .top .box:nth-child(1){
	background: url(../image/contact-icon1.png) center top no-repeat;
	background-size: 34px;
}
.main-contact .top .box:nth-child(2){
	background: url(../image/contact-icon2.png) center top no-repeat;
	background-size: 34px;
}
.main-contact .top .box:nth-child(3){
	background: url(../image/contact-icon3.png) center top no-repeat;
	background-size: 34px;
}
.main-contact .top .box h2{
	font-size: 16px;
	font-weight: bold;
}
.main-contact .top .box p{
	color: rgb(102, 102, 102);
}
.main-contact .bottom{
	display: flex;
}
.main-contact .bottom .left{
	flex: 0 0 68%;
}
.main-contact .bottom .right{
	flex: 1;
	padding-left: 20px;
}
.main-contact .bottom .right h2{
	font-size: 20px;
	color: #333;
	font-weight: 500;
	line-height: 35px;
}
.main-contact .bottom .right .img {
	display: inline-block;
	margin-top: 20px;
}
.main-contact .bottom .right .img img{
	max-width: 180px;
}
.main-contact .bottom .right .img p{
	text-align: center;
}
.main-product{
	padding: 40px 0;
}
.main-product .goods-img{
	padding-top: 40px;
}
.main-product .goods-box{
	display: flex;
	padding-top: 40px;
}
.main-product .goods-box .gypages-left{
	flex: 0 0 20%;
}
.main-product .goods-box .gypages-left h2{
	color: rgb(102, 102, 102);
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 10px;
}
.main-product .goods-box .gypages-left .f-link{
	font-size: 16px;
	position: relative;
	font-weight: bold;
	color: #000;
}
.main-product .goods-box .gypages-left .f-link:before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background-color: #4f4f4f;
	border-radius: 50%;
}
.main-product .goods-box .gypages-left a{
	padding-left: 15px;
	display: inline-block;
}
.main-product .goods-box .gypages-left ul li{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.main-product .goods-box .gypages-left ul ul li{
	border: none;
}
.main-product .goods-box .gypages-left ul ul li a:hover{
	color: #eada2b;
}
.main-product .goods-box .gypages-right{
	flex: 1;
	padding-left: 155px;
}
.main-product .goods-box .gypages-right h2{
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.main-product .goods-box .gypages-right .cppages-ul{
	display: flex;
	flex-wrap: wrap;
}
.main-product .goods-box .gypages-right .cppages-ul li{
	flex: 0 0 31%;
	margin-right: 2%;
	transition: .5s;
	margin-bottom: 1%;
}
.main-product .goods-box .gypages-right .cppages-ul li:hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.main-product .goods-box .gypages-right .cppages-ul li:nth-child(3n){
	margin-right: 0;
}
.main-product .goods-details{
	padding: 0 70px;
}
.main-product .goods-details .details-content .text{
	display: flex;
	flex-wrap: wrap;
}
.main-product .goods-details .details-content .text img{
	max-width: 750px;
}
.main-product .goods-details .details-content .text .img1 img,
.main-product .goods-details .details-content .text .img2 img{
	max-width: 180px;
}
.main-product .goods-details .p-tel{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.main-product .goods-details .p-tel a{
	padding: 10px 28px 10px 40px;
	margin-bottom: 15px;
	border: 1px solid #eee;
	color: white;
	background-color: #ff5000;
	border-radius: 25px;
}
.main-product .goods-details .p-tel a.tel:nth-child(1){
	background: rgb(255, 216, 73) url(../image/p-tel-icon1.png) 17px center no-repeat;
	color: #000;
}
.main-product .goods-details .p-tel a.email:nth-child(2){
	background: rgb(255, 216, 73) url(../image/p-tel-icon2.png) 17px center no-repeat;
	background-size: 15px;
	color: #000;
}
.main-product .goods-details .p-tel .taobao a{
	padding: 10px 28px
}

.main-product .goods-details .douyin img,
.main-product .goods-details .taobao img{
    width: 200px;
    border: 1px solid #eee;
    display: none;
    z-index: 10;
    right: 45%;
    bottom: 0;
    position: absolute;
}
.main-product .goods-details .douyin:hover img,
.main-product .goods-details .taobao:hover img{
    display: block;
}
.main-product .goods-details .p-tel a{
	display: inline-block;
}
.main-product .goods-details .p-tel a.pc{
	padding: 10px 28px;
	margin-bottom: 15px;
	border: 1px solid #eee;
	color: white;
	background-color: #156082;
	cursor: pointer;
	border-radius: 25px;
}
.main-product .cpdetail-top{
	padding-bottom: 80px;
}
.main-product .details-content h2{
	display: inline-block;
	font-size: 16px;
	padding: 15px 45px;
	border: 1px solid #f0f0f0;
	border-top: 3px solid #000;
	border-bottom: none;
	margin-bottom: 0;
}
.main-product .details-content .bottom-title{
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 25px;
}

.gypages-detail h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	position: relative;
}

.gypages-detail span {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}

.gypages-detail p {
	font-size: 14px;
	color: #717171;
	line-height: 30px;
}

.gypages-title {
	text-align: center;
}

.gypages-title {
	position: relative;
	margin-bottom: 30px;
}

.gypages-title h2 {
	margin: 0;
	font-size: 32px;
	padding-bottom: 10px;
}

.gypages-title p {
	color: #959595;
}

.main-goods {
	padding-bottom: 40px;
	display: flex;
}

.news-list {
	padding-bottom: 20px;
}

.newspages-li {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	transition: .5s;
}
.newspages-li h2{
	font-size: 20px;
	margin-bottom: 10px;
}
.newspages-li p{
	font-size: 16px;
	margin-bottom: 10px;
	color: #666;
}
.newspages-li a{
	color: #000;
}
.newspages-li .news-content{
	line-height: 30px;
	color: #666;
}
.quality-ul{
	display: flex;
	flex-wrap: wrap;
}
.quality-ul li{
	flex: 0 0 24%;
	margin-right: 1.3%;
	margin-bottom: 1.3%;
}
.quality-ul li:nth-child(4n){
	margin-right: 0;
}
.q-title{
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
	margin: 30px 0 15px;
	border-bottom: 1px solid #ccc;
}

#map{
    height: 450px;
}
.head-m{
	display: none;
}
.cpdetail-right .jianjie{
	padding-bottom: 15px;
}
.main-product .details-content .text .img1,
.main-product .details-content .text .img2{
	display: none;
}
.back{
    padding: 0 105px;
    margin-bottom: 20px;
}
.back a{
    display: inline-block;
    padding: 10px 25px;
    background: #eee;
}