.w1200 {
	width: 1400px;
	margin: 0 auto;
}
.w1900 {
	width: 1900px;
	margin: 0 auto;
	position: relative;
}

.head-container {}

.head {
	position: absolute;
	width: 100%;
	z-index: 10;
	transition: .3s;
}

.head .head-top {
	height: 90px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.head .head-top .left {
	flex: 0 0 19%;
	line-height: 90px;
}
.head .head-top .left a{
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) center no-repeat;
	background-size: 190px;
}

.head .head-top .center {
	display: flex;
	align-items: flex-end;
	flex: 1%;
	position: relative;
}
.head .language{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 50px;
}

.head .search{
	margin-left: 20px;
	display: inline-block;
	display: flex;
	align-items: flex-end;
}
.head .language a{
	font-weight: bold;
	color: #767676;
	font-size: 16px;
}

.head .search .search-box{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 220px;
	left: 0;
	bottom: -35px;
	padding: 8px;
	background-color: #fff;
	border-radius: 5px;
	transition: all .3s;
	z-index: 10;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}
.head .search:hover .search-box{
	opacity: 1;
	visibility: visible;
}
.head .search:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #fff;
	transform: rotate(45deg);
	bottom: 16px;
	right: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
	z-index: 100;
}
.head .search:hover:before{
	opacity: 1;
	visibility: visible;
}
.head .search form{
	display: flex;
}
.head .search input {
	height: 40px;
	border: 2px solid #61c2cd;
	border-radius: 5px 0 0 5px;
}
.head .search .search-button{
	width: 50px;
	height: 40px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to bottom right, #61c2cd, #81c588);
	border-radius: 0 5px 5px 0;
}
.head .search-button span{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/search-icon.png) center no-repeat;
}
.head .search .search-icon{
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/search.png) center no-repeat;
}

.logoimg {
	height: 30px;
}

.head-nav {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

.nav-li {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.navA {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 50px;
	transition: 0.5s;
	color: #767676;
}
.navA:hover{
	color: #3ba6a1;
}
.navA.active{
	color: #3ba6a1;
}
.head.fixed {
	z-index: 999;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,0.3);
}
.head.fixed .navA{
	color: #000;
}
.head.fixed .navA.active{
	color: #3ba6a1;
}
.head.fixed .left a{
	background: url(../images/logo-f.png) center no-repeat;
	background-size: 190px;
}
.head.fixed .language a{
	color: #000;
}
.head.fixed .search-icon{
	background: url(../images/search-b.png) center no-repeat;
}
.banner .swiper-pagination{
	bottom: 30px !important;
}
.banner .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	opacity: 1;
	margin: 0 8px !important;
	background-color: #a9aaac;
}
.banner .swiper-pagination-bullet-active{
	background-color: #3ba6a1;
}

.title{
	text-align: center;
	padding-bottom: 20px;
}
.title h2{
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	padding: 0 30px;
	background: url(../images/title-icon.jpg) left center no-repeat;
}
.product{
	padding: 40px 0;
	background: url(../images/goods-bg.jpg) no-repeat;
	background-size: cover;
}
.product .goods-title{
	text-align: center;
	margin-bottom: 20px;
}
.product .goods-title h2{
	display: inline-block;
	font-size: 14px;
	width: 304px;
	line-height: 38px;
	border-radius: 8px;
	background: linear-gradient(to bottom right, #61c2cd, #81c588);
}
.product .goods-title h2 a{
	color: #000;
}
.product .goods-s{
	margin-bottom: 35px;
}
.product .goods-s .swiper-slide{
	padding-right: 15px;
}
.product .goods-s:last-child{
	margin: 0;
}
.product .goods-s .box p{
	text-align: center;
	padding: 15px 0;
}
.product .goods-s .img{
	text-align: center;
	position: relative;
	z-index: 10;
}
.product .goods-s .box .img::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #61c2cd;
	right: -8px;
	bottom: -8px;
	z-index: -2;
}
.product .goods-s .box .img::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(to right, #9fd2ad, #62c2cd);
}
.product .goods-s img{
	max-width: 100%;
}

.about{
	padding: 40px 0 50px;
	background: url(../images/about-bg.jpg) no-repeat;
	background-size: cover;
}
.about .about-box{
	padding: 0 90px;
	font-size: 16px;
	text-indent: 35px;
}
.about .about-icon{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 0 140px;
}
.about .about-icon .box{
	flex: 0 0 26%;
	display: flex;
}
.about .about-icon .box .left{
	flex: 0 0 30%;
}
.about .about-icon .box .left .img{
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #008fd1;
}
.about .about-icon .box .left .img img{
	max-width: 40px;
	max-height: 40px;
}
.about .about-icon .box .right h2{
	font-size: 18px;
	font-weight: bold;
}
.about .about-icon .box .right p{
	font-size: 12px;
}
.about .about-btn{
	text-align: center;
}
.about .about-btn a{
	display: inline-block;
	width: 140px;
	line-height: 36px;
	color: white;
	background-color: #3ba6a1;
	border-radius: 25px;
	margin-top: 55px;
}
.news{
	padding: 60px 0;
	position: relative;
	background: url(../images/news-bg.jpg) no-repeat;
	background-size: cover;
}
.news .swiper-pagination{
	bottom: 0 !important;
	opacity: 1 !important;
}
.news .swiper-pagination .swiper-pagination-bullet{
	width: 20px;
	height: 5px;
	background-color: #818483;
	border-radius: 0;
	transition: .3s;
	opacity: 1 !important;
}
.news .swiper-pagination .swiper-pagination-bullet-active{
	width: 40px;
	background-color: #3ba6a1;
}
.news .news-s{
	padding: 10px 10px 40px;
}
.news .box{
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.news .box:hover{
	background: linear-gradient(to right, #9fd2ad, #65c3cd);
}
.news .box:hover .time,
.news .box:hover .news-title h2,
.news .box:hover .news-content{
	color: white;
}
.news .time{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.news .time span{
	display: inline-block;
	padding: 0 3px;
}
.news .time span:first-child{
	font-size: 36px;
}
.news .time span:last-child{
	font-size: 14px;
	padding-left: 10px;
}
.news .news-title h2{
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 10px;
}
.news .news-content{
	
}
.footer{
	background-color: #3ba6a1;
}
.footer .footer-top{
	padding: 60px 0 40px;
	color: white;
}
.footer .footer-top .footer-box{
	display: flex;
}
.footer .footer-top .left{
	flex: 0 0 25%;
}
.footer .footer-top .left img{
    max-width: 220px;
}
.footer .footer-top .left h2{
	font-size: 18px;
	margin: 20px 0 0;
}
.footer .footer-top .left p{
	font-size: 12px;
	text-transform: uppercase;
	transform: scale(0.8);
	margin-left: -40px;
}
.footer .footer-top .left h3{
	font-size: 16px;
	margin-top: 10px;
}
.footer .footer-top .center{
	flex: 0 0 60%;
}
.footer .footer-top .center h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.footer .footer-top .center ul{
	display: flex;
	flex-wrap: wrap;
}
.footer .footer-top .center ul li{
	margin-bottom: 20px;
}
.footer .footer-top .center ul li img{
	margin-right: 10px;
}
.footer .footer-top .center ul li:nth-child(1),
.footer .footer-top .center ul li:nth-child(4){
	flex: 0 0 28%;
}
.footer .footer-top .center ul li:nth-child(2),
.footer .footer-top .center ul li:nth-child(5){
	flex: 0 0 40%;
}
.footer .footer-top .right{
	text-align: right;
	flex: 1;
}
.footer .footer-top .right p{
	padding: 5px 25px;
}
.footer .footer-top .right img{
	width: 150px;
}
.footer .footer-bottom{
	border-top: 1px solid rgba(255,255,255,0.4);
	padding: 15px 0;
}
.footer .footer-bottom .footer-box{
	display: flex;
	justify-content: space-between;
	color: white;
}
.footer .footer-bottom .footer-box a{
	color: white;
}
.pagebanner{
	max-height: 550px;
	overflow: hidden;
	position: relative;
}

.main-nav{
	border-bottom: 1px solid #e5e5e5;
}


.list-li.active .category-ul{
	display: block;
}
.list-li.active span{
	transform: rotate(-180deg);
}

.category-ul{
	display: none;
}
.category-ul li{
	padding: 10px 20px 0 20px;
}
.category-ul li:last-child{
	border: none;
}
.list-li.ul span{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 15px;
	cursor: pointer;
	background: url(../images/goods-icon.png) center no-repeat;
}
.details-content{
	padding-top: 15px;
}
.details-content img{
	max-width: 100%;
}
.gypages-detail{
    
}
.aboutimg{
    float: left;
    padding-right: 35px;
}

.gypages-detail h2{
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 20px;
	color: #3ba6a1;
}
.gypages-detail .about-text{
    
}
.gypages-detail p{
	font-size: 16px;
	color: #000;
	line-height: 35px;
	text-indent: 30px;
}
.gypages-title{
	text-align: center;
}
.gypages-title{
	position: relative;
	margin-bottom: 20px;
}
.gypages-title h2{
	margin: 0;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 30px;
	color: #3ba6a1;
	position: relative;
}
.gypages-title h2::before{
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	left: 50%;
	bottom: 12px;
	transform: translate(-50%,0);
	background-color: #3ba6a1;
}
.gypages-title p{
	color: #959595;
	text-transform: uppercase;
	letter-spacing: 15px;
}

.main-goods{
	padding-bottom: 40px;
	display: flex;
}
.news-list{
	padding-bottom: 20px;
}

.contact .top{
	padding-bottom: 20px;
}
.contact-box{
	display: flex;
}
.contact-box .left{
	flex: 0 0 40%;
}
.contact-box .left h2{
	font-size: 34px;
	font-weight: bold;
	color: #3ba6a1;
	padding-bottom: 30px;
	position: relative;
}
.contact-box .left h2::before{
	content: "";
	position: absolute;
	width: 65px;
	height: 4px;
	background-color: #3ba6a1;
	bottom: 6px;
	left: 0;
}
.contact-box .left ul{
	padding-bottom: 10px;
}
.contact-box .left ul li{
	padding-bottom: 15px;
}
.contact-box .left ul li .img{
	min-width: 25px;
	display: inline-block;
}
.contact-box .wechatimg{
	text-align: center;
	display: inline-block;
}
.contact-box .wechatimg p{
	padding: 5px 0;
}
.contact-box .wechatimg img{
	max-width: 150px;
}

.contact-box .right{
	flex: 1;
}
.contact-box .right #map{
	height: 480px;
}







.page-num, .page-link{
	color: #3ba6a1;
}
.page-num-current{
	background-color: #3ba6a1;
	color: white;
}
.fy select{
	border: 1px solid #dee2e6 !important;
	color: #3ba6a1 !important;
}
.page-link:hover{
	background-color: #3ba6a1;
}
