﻿body {
	background: #fff;
}

.w1200 {
	width: 100%;
	margin: 0 auto;
}

.head-top {
	display: flex;
	justify-content: flex-end;
	padding: 0 15px;
	z-index: 10;
	position: relative;
	width: 100%;
	height: 30px;
	left: 0;
	top: 0;
	background-color: #3ba6a1;

	
	
}

.head-top .language {
	position: relative;
}

.head-top .language::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 11;
	right: 0;
	background: url(../image/language-icon.png) center no-repeat;
}

.head-top a.head-toplink {
	display: inline-block;
	width: 95px;
	height: 100%;
	line-height: 30px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
	padding-right: 30px;
	font-weight: bold;
}

.head-top ul {
	position: absolute;
	width: 100%;
	height: auto;
	background-color: #3ba6a1;
	left: 0;
	top: 100%;
	z-index: 11;
	display: none;
}

.head-top ul a {
	display: block;
	padding: 3px 0 3px 23px;
	color: white;
	font-weight: bold;
}

.head-container {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	top: 30px;
	z-index: 5;
}

.head .head-container {
	justify-content: flex-start;
	padding-left: 15px;
}

.logo-company {
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.menus {
	color: #000;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.head .search {
	position: absolute;
	right: 58px;
	top: 10px;
	z-index: 10;
}

.head .search-box {
	display: none;
	position: absolute;
	top: 27px;
	right: 0;
	padding: 6px;
	background-color: #fff;
	border-radius: 8px;
}

.head .search-box form {
	display: flex;
}

.head .search span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../image/search.png) center no-repeat;
	transition: .3s;
}

.head .search span.searchicon {
	background: url(../image/search.png) center no-repeat;
}

.head .search span.colse {
	background: url(../image/close.png) center no-repeat;
}

.head .search-box input {
	border: 2px solid #61c2cd;
	border-radius: 7px 0 0 7px;
}

.head .search-box button span {
	background: url(../image/search-icon.png) center no-repeat;
}

.head .search-box button {
	border-radius: 0 7px 7px 0;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: linear-gradient(to bottom right, #61c2cd, #81c588);
}

.menus-yi {
	line-height: 0.35;
	font-size: 24px;
	font-weight: bold;
	transition: all 0.5s;
}

.logoA img {
	height: 25px;
}

.head-start {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
	z-index: 10;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 5px 5px 0 rgba(225, 225, 225, 0.5);
	display: none;
}

.head-nav {
	width: 100%;
}

.nav-li {
	width: 100%;
}

.navA {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 10px;
	color: #2b2b2b;
	font-size: 16px;
}

.navA:hover {
	background: #3ba6a1;
	color: white;
}

.lightblue {
	background: #3ba6a1;
	color: white;
}

.home-banner {
	background: rgb(32, 32, 34) url(/template/en/wap/images/banner-bg.png) center no-repeat;
}

.title {
	text-align: center;
	padding-bottom: 20px;
}

.title .titlename {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	position: relative;
}

.title .titlename::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 20px;
	background: url(../image/title-bg.png) no-repeat;
	left: -25px;
	top: 50%;
	transform: translate(0, -50%);
}

.product {
	padding: 20px 15px;
	background: url(../image/goods-bg.jpg) no-repeat;
	background-size: cover;
}

.product .product-box img {
	max-width: 100%;
	max-height: 185px;
	position: relative;
}

.product .product-box p {
	text-align: center;
	padding-top: 15px;
}

.product .goods-title {
	text-align: center;
}

.product .goods-title h2 {
	display: inline-block;
	font-size: 14px;
	width: 240px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 15px;
	background: linear-gradient(to bottom right, #61c2cd, #81c588);
	border-radius: 5px;
}

.product .product-s {
	padding-right: 10px;
	margin-bottom: 30px;
}

.product .box .img {
	background: linear-gradient(to right, #81c588, #61c2cd);
	position: relative;
}

.product .box .img::before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	border: 2px solid #61c2cd;
	right: -7px;
	bottom: -7px;
	z-index: -1;
}

.about {
	background: url(../image/about-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding: 20px 15px;
}

.about .about-content {
	font-size: 14px;
	line-height: 25px;
}

.about .about-icon {
	margin-top: 20px;
}

.about .about-icon .about-s {
	padding-bottom: 30px;
}

.about .about-icon .box {
	text-align: center;
}

.about .swiper-pagination {
	bottom: 0px !important;
}

.about .swiper-pagination-bullet-active {
	background-color: #3ba6a1;
}

.about .about-btn {
	text-align: center;
}

.about .about-btn a {
	margin-top: 15px;
	display: inline-block;
	padding: 5px 25px;
	color: white;
	border-radius: 25px;
	background-color: #3ba6a1;
}

.news {
	position: relative;
	padding: 20px 15px;
	background: url(../image/news-bg.jpg) no-repeat;
	background-size: cover;
}

.news .news-box {
	position: relative;
}

.news .news-box .box {
	padding: 15px 20px;
	background: linear-gradient(to bottom left, #61c2cd, #81c588);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.news .news-box .about-s {
	padding: 10px 8px 25px;
}

.news .news-box .box a {
	color: white;
}

.news .news-box .box h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0;
}

.news .news-box .box .time {
	font-weight: bold;
	font-size: 20px;
}

.news .news-box .box .time span:nth-child(1) {
	font-size: 34px;
}

.news .news-box .box .time span:nth-child(3) {
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	padding-left: 5px;
}

.news .swiper-pagination {
	bottom: -3px !important;
}

.news .swiper-pagination-bullet {
	width: 20px;
	height: 5px;
	border-radius: 0;
	transition: .3s;
}

.news .swiper-pagination-bullet-active {
	background: #3ba6a1;
	width: 40px;
}

.footer {
	background-color: #3ba6a1;
	color: white;
	text-align: center;
}

.footer ul .img {
	display: inline-block;
}

.footer .footer-box {
	padding: 40px 15px 20px;
}

.footer .footer-box h2 {
	font-size: 18px;
	padding-top: 15px;
	margin-bottom: 0;
}
.footer .footer-logo img{
	width: 100%;
	padding: 0 70px;
}
.footer .footer-box .footer-logo p {
	transform: scale(0.78);
	font-size: 12px;
	text-transform: uppercase;
}

.footer .footer-box .footer-logo {
	padding-bottom: 15px;
}

.footer .footer-box ul {
	padding-bottom: 15px;
}

.footer .footer-box ul li {
	padding-bottom: 10px;
}

.footer .footer-box ul li .img {
	min-width: 25px;
}

.footer .wechat {
	text-align: center;
}

.footer .wechat img {
	max-width: 95px;
}

.footer .wechat p {
	font-size: 12px;
	padding-top: 5px;
}

.footer .copy {
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .copy a {
	color: white;
}

.footer .copy p {
	padding: 2px 0;
}

.zwf {
	height: 58px;
}

.footfix {
	width: 100%;
	background: #3ba6a1;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px 0;
	z-index: 10;
}

.footfix img {
	width: 25px;
}

.ftfix {
	width: 100%;
	display: flex;
}

.ftfix-li {
	flex: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.ftfixA {
	display: block;
}

.ftfix-title {
	color: white;
}

.main-nav {
	padding: 15px 40px;
	background: url(../image/nav-icon.png) 20px no-repeat;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-nav .position {
	color: #000;
}

.main-nav .position a {
	color: #000;
}

.detilas-content img {
	max-width: 100%;
}

.pages-title {
	padding: 10px 0;
	text-align: center;
}

.pages-title h2 {
	padding-bottom: 15px;
	font-size: 26px;
	color: #3ba6a1;
	font-weight: bold;
	position: relative;
}

.pages-title h2::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #3ba6a1;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}

.pages-title h3 {
	font-size: 14px;
	color: #9a9a9a;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0;
}

.gypages-detail p {
	text-indent: 30px;
	line-height: 30px;
}

.goods-cetagory {
	position: relative;
	border-top: 40px solid #3ba6a1;
	margin-bottom: 15px;
}

.goods-cetagory .cate-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: -34px;
	background: url(../image/category-icon.png) center no-repeat;
}

.goods-cetagory .cate-ul {
	display: none;
	padding: 15px;
	background-color: #f7f7f7;
	border-left: 6px solid #cecece;
}

.goods-cetagory .cate-ul .cate-li {
	
	position: relative;
	border-bottom: 1px solid #dfdfdf;
}

.goods-cetagory .cate-ul .cate-li .cate-link {
	display: block;
	font-weight: bold;
	padding: 8px 0;
	font-size: 16px;
}

.goods-cetagory .cate-ul .cate-li:last-child {
	border: none;
}

.goods-cetagory .cate-ul .cate-li::before {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	right: 0;
	top: 0;
	background: url(../image/list-icon.png) right center no-repeat;
}

.goods-cetagory .cate-ul .cate-li.active::before {
	background: url(../image/list-icon-active.png) right center no-repeat;
}

.goods-cetagory .cate-ul .cate-li.active::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 38px;
	background-color: #3ba6a1;
	left: -21px;
	top: 0;
}

.goods-cetagory .cate-ul .cate-li.active .cate-link {
	color: #3ba6a1;
}
.goods-cetagory .cate-ul .cate-li.active ul{
	display: block;
}
.goods-cetagory .cate-ul ul{
	display: none;
}
.goods-cetagory .cate-ul ul li {
	border-bottom: 1px solid #dfdfdf;
}

.goods-cetagory .cate-ul ul li:last-child {
	border: none;
}

.goods-cetagory .cate-ul ul a {
	display: block;
	padding: 8px 0;
}

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

.form form{
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form form .form-group{
	flex: 0 0 48%;
}
.form form .form-group span{
	font-weight: bold;
	color: red;
	display: inline-block;
	margin-left: 3px;
}
.form form .form-group:nth-child(5),
.form form .form-group:nth-child(6),
.form form .form-group:nth-child(7){
	flex: 0 0 100%;
}
.form form .form-group:nth-child(6) label{
	display: block;
}
.form form .form-group:nth-child(6) input,
.form form .form-group:nth-child(6) .codeimg{
	display: inline-block;
}
.form form .form-group:nth-child(6) input{
	width: 40%;
}
.form form .form-group:nth-child(7){
	text-align: center;
}
.form form .form-group:nth-child(7) button{
	width: 250px;
	height: 40px;
}
.form form .form-group input{
	background-color: #f9f9f9;
}
.form form .form-group textarea{
	background-color: #f9f9f9;
}
.contact{
	padding-top: 20px;
}
.contact .lxpages-content{
	text-align: center;
}
.contact ul li{
	color: #666666;
	font-size: 14px;
}
.contact ul img{
	margin-right: 8px;
}
.contact .contact-box h2{
	text-align: center;
	font-weight: bold;
	color: #3ba6a1;
	position: relative;
	padding-bottom: 25px;
}
.contact .contact-box h2::before{
	content: "";
	position: absolute;
	width: 80px;
	height: 4px;
	background-color: #3ba6a1;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%,0);
}