@charset "utf-8";

.swiper-banner{
	background: url(load.gif) center no-repeat;
}
.swiper-banner{
	display: block;
	width: 100%;
	height: 912px;
}
.swiper-banner .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-banner .swiper-pagination{
	position: absolute;
	top: 50%;
	left: 93%;
	width: fit-content;
	height: fit-content;
	transform: translateY(-50%);
}
.swiper-banner .swiper-pagination div{
	position: relative;
	display: block;
	width: 25px;
	height: 35px;
	margin: 8px 0;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	background: none;
	font-family: 'gothambold';
}
.swiper-banner .swiper-pagination div::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet{
	opacity: 1;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet b{
	opacity: 0;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet::after{
	opacity: 1;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet-active b{
	opacity: 1;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet-active::after{
	opacity: 0;
}

@media screen and (max-width:1680px) {
	.swiper-banner{
		height: 812px;
	}
}
@media screen and (max-width:1440px) {
	.swiper-banner{
		height: 712px;
	}
}






.header_box{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	min-width: 1300px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.1);
	transition: none;
}
.header_box::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.15));
}
.header_box .container{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: end;
	align-items: center;
}


.logo{
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 10;
	display: block;
	width: 77px;
	height: 56px;
	background: url(logo.png) center center/cover no-repeat;
	transition: all 0.5s;
}

.nav{
	float: right;
}
.nav ul li{
	position: relative;
	float: left;
	margin: 0 25px;
}
.nav > ul > li > a{
	position: relative;
	display: block;
	font-size: 19px;
	color: #fff;
	font-weight: 550;
	line-height: 110px;
	transition: all 0.4s;
}

.nav > ul > li > a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background-color: #fff;
	border-radius: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.nav > ul > li > a:hover::after,
.nav > ul > li > a.active::after{
	width: 100%;
	opacity: 1;
}

.header_box.active .nav > ul > li > a::after{
	background-color: #000;
}

.header_box.header_color{
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.07);
}
.header_box.active {
    position: fixed;
    top: 0;
    transform: translateY(-101%);
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.header_box.header_color::after,
.header_box.active::after{
	background: none;
}
.header_box.active.slideDown, .header_box.active.slideUp {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.header_box.active.slidedowm {
    transform: translateY(0);
}
.header_box.header_color .logo,
.header_box.active .logo{
	background-image: url(logo02.png);
}
.header_box.header_color .nav > ul > li > a,
.header_box.active .nav > ul > li > a{
	color: #000;
}


.head_search{
	float: right;
	position: relative;
	width: 45px;
	height: 110px;
	transition: all 0.3s;
}
.head_search i{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	transform: translate(-50%,-50%);
	cursor: pointer;
	background: url(search_icon.png) center center/24px auto no-repeat;
}
.head_search form {
	display: block;
	position: absolute;
	right: 0;
	top: 111px;
	padding: 0 15px;
	width: 240px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f003065, endColorstr=#7f003065);
	background: rgba(0,0,0,.5);
}
.head_search input[type="text"] {
	display: block;
	float: left;
	width: 160px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #eee;
	color: #999;
	font-size: 12px;
	padding: 0 10px;
	text-align: left;
}
.head_search input[type="submit"] {
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	background-image: url(search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #0085a0;
}

.head_search:hover form {
	height: 60px;
	padding: 15px 15px;
}



.header_bg .head_search i,.header_box.header_color i{
	background-image: url(search.png);
}

.header_color .nav > ul > li > a::after{
	background-color: #000;
}

.search_color.head_search i{
	background: url(search.png) center no-repeat;
}

.header_box.active .head_search i{
	background-image: url(search.png);
}



@media screen and (max-width:1680px) {
	.logo{
		top: 22px;
	}
	.nav ul li{
		margin: 0 23px;
	}
	.nav ul li a{
		font-size: 18px;
		line-height: 100px;
	}
	.head_search{
		height: 100px;
	}
	.head_search form {
		top: 101px;
	}
}
@media screen and (max-width:1440px) {
	.logo{
		top: 18px;
		width: 70px;
		height: 52px;
	}
	.nav ul li{
		margin: 0 20px;
	}
	.nav ul li a{
		font-size: 16px;
		line-height: 90px;
	}
	.head_search{
		height: 90px;
	}
	.head_search form {
		top: 91px;
	}
}





.index-about-box{
	position: relative;
	padding: 115px 0;
	background-color: #eee;
	overflow: hidden;
}
.index-about-img{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}
.index-about-num{
	display: flex;
	justify-content: space-evenly;
	border-radius: 10px;
	background-color: #fff;
}
.index-about-num li{
	padding: 3% 0;
	text-align: center;
}
.index-about-num li h4{
	font-size: 54px;
	font-family: 'gothambold';
	color: #000;
}
.index-about-num li h4 em{
	font-style: normal;
	font-size: 30px;
	vertical-align: text-top;
}
.index-about-num li p{
	font-size: 18px;
	line-height: 2.5;
}
.index-oem-box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.index-oem-img,
.index-oem-text{
	width: 50%;
}
.index-oem-text{
	background-color: #0085a0;
}
.index-oem-info{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 100%;
}

.index-title{
	padding-bottom: 40px;
}
.index-title h4{
	font-size: 26px;
	line-height: 1.5;
	color: #0085a0;
	margin-bottom: 10px;
}
.index-title h2{
	font-size: 46px;
	text-transform: uppercase;
	line-height: 1.1;
	color: #000;
}
.index-title h4.white,
.index-title h2.white{
	color: #fff;
}
.index-oem-info p{
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-bottom: 20%;
}
.index-oem-info img{
	width: 339px;
}
.index-product-box{
	padding: 105px 0;
}
.index-product-img{
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 0.6%;
}
.index-product-img a:hover img,
.index-product-type li a:hover img{
	transform: scale(1.03,1.03);
}
.index-product-type li{
	float: left;
	margin: 0 1% 0.5% 0;
	width: calc(99%/2);
	border-radius: 8px;
	overflow: hidden;
}
.index-product-type li:nth-child(2n){
	margin-right: 0;
}
.index-new-box{
	padding-bottom: 105px;
}
.index-new-box .news-img{
	position: relative;
	z-index: 1;
}
.index-new-box .news-img span{
	display: block;
	padding-bottom: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index-new-box .news-text{
	margin-top: -20px;
	padding: 50px 30px 30px;
	background-color: #fff;
}
.index-new-box .news-text h4{
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
	color: #000;
	margin-bottom: 10px;
}
.index-new-box .news-text p{
	font-size: 16px;
	line-height: 1.6;
}
.index-new-box a:hover .news-text{
	background-color: #0085a0;
}
.index-new-box a:hover .news-text h4{
	color: #fff;
}
.index-new-box a:hover .news-text p{
	color: #fff;
	opacity: .56;
}
.index-new-box a:hover .news-img span{
	transform: scale(1.04,1.04);
}

.news-prev,.news-next{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	background-image: url(ad_ctr.png);
	ackground-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #ccc;
	cursor: pointer;
}
.news-prev{
	left: -80px;
	background-position: 0 0;
}
.news-next{
	right: -80px;
	background-position: 0 -60px;
}
.news-prev:hover,
.news-next:hover{
	background-color: #0085a0;
}

.footer-box{
	padding: 90px 0 60px;
	background-color: #1b1b1b;
	border-bottom: 1px solid #393939;
}
.footer-box .container{
	display: flex;
	justify-content: space-around;
}

.foot-logo{
	width: 11%;
}
.footer-box dl dt{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer-box dl dd{
	font-size: 16px;
	line-height: 2;
}
.footer-box dl dd a:hover{
	color: #fff;
	text-decoration: revert;
}

.links{
	padding-bottom: 15px;
}
.links a{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
}
.links a:hover{
	background-color: #484848;
}



.share{
	height: 70px;
}
.share a{
	display: inline-block;
	margin-left: 8px;
	width: 34px;
	height: 34px;
	opacity: 0.6;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.share a:hover{
	opacity: 1;
}
.icon-facebook{
	background-image: url(../images/icon_facebook.png);
}
.icon-instagram{
	background-image: url(../images/icon_instagram.png);
}
.icon-linkedin{
	background-image: url(../images/icon_linkedin.png);
}
.icon-tiktok{
	background-image: url(../images/icon_tiktok.png);
}
.icon-whatsapp{
	background-image: url(../images/icon_whatsapp.png);
}

.icon-mail{
	background-image: url(../images/icon_email.png);
}




.copy-box{
	padding: 70px 0;
	background-color: #1b1b1b;
}
.copy02-box{
	padding: 70px 0;
	background-color: #1b1b1b;
}
.copy02-box .links a{
	color: #000000;
}
.copy02-box .links a:hover{
	color: #fff;
}
.copy-text{
	color: #9e9e9e;
	line-height: 1.8;
}
.copy-text a{
	color: #9e9e9e;
}
.copy-text a:hover{
	color: #fff;
	text-decoration: revert;
}
.copy02-box .copy-text a:hover{
	color: #9e9e9e;
}

@media screen and (max-width:1680px) {
	.index-about-box{
		padding: 95px 0;
	}
	.index-about-img{
		margin-bottom: 12px;
	}
	.index-about-num li h4{
		font-size: 48px;
	}
	.index-about-num li h4 em{
		font-size: 26px;
	}
	.index-about-num li p{
		font-size: 16px;
	}
	.index-oem-info{
		width: 85%;
	}
	
	.index-title{
		padding-bottom: 35px;
	}
	.index-title h4{
		font-size: 22px;
	}
	.index-title h2{
		font-size: 40px;
	}
	.index-oem-info p{
		font-size: 15px;
		margin-bottom: 17%;
	}
	.index-oem-info img{
		width: 320px;
	}
	.index-product-box{
		padding: 85px 0;
	}
	.index-new-box{
		padding-bottom: 85px;
	}
	.index-new-box .news-text h4{
		font-size: 18px;
	}
	.index-new-box .news-text p{
		font-size: 14px;
	}
	.news-prev,.news-next{
		width: 55px;
		height: 55px;
	}
	.news-prev{
		left: -75px;
	}
	.news-next{
		right: -70px;
		background-position: 0 55px;
	}

	.footer-box dl dt{
		font-size: 18px;
		margin-bottom: 13px;
	}
	.footer-box dl dd{
		font-size: 14px;
	}
	.links a{
		width: 35px;
		height: 35px;
		font-size: 18px;
		line-height: 35px;
	}
	.copy-text{
		font-size: 13px;
	}
}
@media screen and (max-width:1440px) {
	.index-about-box{
		padding: 75px 0;
	}
	.index-about-img{
		margin-bottom: 9px;
	}
	.index-about-num li h4{
		font-size: 42px;
	}
	.index-about-num li h4 em{
		font-size: 22px;
	}
	.index-about-num li p{
		font-size: 14px;
	}
	.index-oem-info{
		width: 90%;
	}
	.index-title{
		padding-bottom: 30px;
	}
	.index-title h4{
		font-size: 18px;
	}
	.index-title h2{
		font-size: 34px;
	}
	.index-oem-info p{
		font-size: 14px;
		margin-bottom: 14%;
	}
	.index-oem-info img{
		width: 290px;
	}
	.index-product-box{
		padding: 65px 0;
	}
	.index-new-box{
		padding-bottom: 65px;
	}
	.index-new-box .news-text h4{
		font-size: 16px;
	}
	.index-new-box .news-text p{
		font-size: 12px;
	}
	.news-prev,.news-next{
		width: 50px;
		height: 50px;
	}
	.news-prev{
		left: -70px;
	}
	.news-next{
		right: -70px;
		background-position: 0 50px;
	}
	.footer-box dl dt{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.footer-box dl dd{
		font-size: 12px;
	}
	.links a{
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
	}
	.copy-text{
		font-size: 12px;
	}
}


.service-1{
	padding: 95px 0;
}
.service-1 .container{
	display: flex;
	justify-content: space-between;
}
.service-1-text{
	width: 40%;
	padding-top: 2%;
}
.service-1-img{
	width: 50.5625%;
	border-radius: 15px;
	overflow: hidden;
}
.service-1-text p{
	font-size: 18px;
	line-height: 1.8;
	color: #989898;
}
.service-2{
	height: 946px;
	padding-top: 130px;
	background: url(../images/service_2.jpg) center no-repeat;
}
.service-2 p{
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	opacity: .78;
	margin-bottom: 50px;
}
.service-2  ul{
	width: 52.5625%;
	padding-top: 30px;
	overflow: hidden;
}
.service-2  ul li{
	float: left;
	width: 25%;
	padding: 20px 0;
	text-align: center;
}
.service-2  ul li img{
	width: 25%;
}
.service-2  ul li h3{
	margin-top: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.service-3{
	padding: 95px;
}
.service-3-left{
	width: 52%;
}
.service-3-right{
	width: 50%;
	padding: 5%;
	margin-left: -2%;
	background-color: #0085a0;
	border-radius: 15px;
}
.service-3-top{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 1.3%;
}
.service-3-right p{
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
	opacity: .78;
}
.service-3 ul{
	display: flex;
	justify-content: space-between;
}
.service-3 ul li{
	width: 19.5%;
	border-radius: 15px;
	overflow: hidden;
}

@media screen and (max-width:1680px) {
	.service-1,
	.service-3{
		padding: 85px 0;
	}
	.service-1-text p{
		font-size: 16px;
	}
	.service-2{
		height: 850px;
		padding-top: 110px;
		background-size: cover;
	}
	.service-2 p,
	.service-3-right p{
		font-size: 16px;
	}
	.service-2 ul{
		padding-top: 25px;
	}
	.service-2 ul li h3{
		font-size: 14px;
	}
}
@media screen and (max-width:1440px) {
	.service-1,
	.service-3{
		padding: 75px 0;
	}
	.service-1-text p,
	.service-3-right p{
		font-size: 14px;
	}
	.service-2{
		height: 700px;
		padding-top: 90px;
		background-size: cover;
	}
	.service-2 p{
		font-size: 14px;
	}
	.service-2 ul{
		padding-top: 10px;
	}
	.service-2 ul li{
		padding: 15px 0;
	}
	.service-2 ul li h3{
		font-size: 12px;
	}
}

.bannerBox{
	width: 100%;
	height: 734px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerBox .container{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.bannerBox h2{
	font-size: 110px;
	color: #fff;
	text-transform: uppercase;
}

.about-box{
	padding: 95px 0;
	overflow: hidden;
	background-color: #eee;
}
.about-desc{
	width: 100%;
	margin-bottom: 45px;
}
.about-desc h2{
	font-size: 48px;
	line-height: 1.7;
	color: #000;
	margin-bottom: 15px;
}
.about-desc p{
	font-size: 18px;
	line-height: 1.6;
	color: #737373;
}

.about-2,
.about-4{
	padding: 95px 0;
}
.about-3{
	display: flex;
	justify-content: space-between;
	justify-content: stretch;
}
.about-3-text,.about-3-img{
	width: 50%;
}
.about-3-text{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #4a68a6;
}
.about-3-text .about-3-con{
	width: 58.75%;
	padding-left: 5.625%;
}
.about-3-text p{
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-bottom: 16%;
}
.about-3-text img{
	width: 80.3%;
}
.about-container{
	width: 72.91%;
	margin: 0 auto;
}
.about-4 p{
	width: 57.857%;
	font-size: 16px;
	line-height: 1.8;
	color: #7c7c7c;
	margin-bottom: 6%;
}
.about-4 ul li{
	position: relative;
	float: left;
	width: 20%;
}
.about-4 ul li::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: block;
	width: 80%;
	height: 1px;
	margin: 0 auto;
	background-color: #ececec;
}
.about-4 ul li:nth-child(1)::after,
.about-4 ul li:nth-child(2)::after,
.about-4 ul li:nth-child(3)::after,
.about-4 ul li:nth-child(4)::after,
.about-4 ul li:nth-child(5)::after{
	height: 0;
}
.about-4 ul li::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	display: block;
	height: 80%;
	width: 1px;
	margin: auto 0;
	background-color: #ececec;
}
.about-4 ul li:nth-child(5n)::before{
	width: 0;
}
.about-5{
	padding: 95px 0;
	background-color: #0085a0;
}
.about-process .swiper-slide{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
}
.about-5-img{
	width: 50%;
	border-radius: 12px;
	overflow: hidden;
}
.about-5-text{
	position: relative;
	display: flex;
	width: 50%;
	justify-content: center;
	align-items: center;
}
.about-5-text i{
	position: absolute;
	right: 0;
	bottom: -75px;
	font-family: "arial";
	font-weight: bold;
	font-size: 400px;
	line-height: 1;
	color: #eef4f6;
	z-index: -1;
}
.about-5-text div{
	width: 80%;
	height: 40%;
}
.about-5-text h3{
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.about-5-text p{
	font-size: 16px;
	line-height: 1.6;
}
.about-5-bottom{
	position: relative;
	margin-top: 80px;
}
.about-5-bottom::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #66b6c6;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 0;
}
.about-5-bottom .about-thumbs{
	position: relative;
	z-index: 1;
	width: 78%;
	margin: 0 auto;
	text-align: center;
}
.about-5-bottom i{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 38px;
	height: 38px;
	border: 4px solid #0085a0;
	background-color: #0085a0;
	border-radius: 50%;
	cursor: pointer;
}
.about-5-bottom i::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #66b6c6;
	box-sizing: border-box;
}
.about-5-bottom i::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #66b6c6;
}
.about-5-bottom b{
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
	color: #66b6c6;
}
.about-5-bottom .swiper-slide{
	
}
.about-5-bottom .swiper-slide.swiper-slide-thumb-active i::before{
	border-color: #fff;
}
.about-5-bottom .swiper-slide.swiper-slide-thumb-active i::after{
	background-color: #fff;
}
.about-5-bottom .swiper-slide.swiper-slide-thumb-active b{
	color: #fff;
}
@media screen and (max-width:1680px) {
	.bannerBox{
		width: 100%;
		height: 600px;
	}
	.bannerBox h2{
		font-size: 90px;
	}
	.about-box,
	.about-2,
	.about-4,
	.about-5{
		padding: 85px 0;
	}
	.about-desc h2{
		font-size: 44px;
	}
	.about-desc p{
		font-size: 16px;
	}
	.about-3-text p,
	.about-4 p,
	.about-5-bottom b,
	.about-5-text p{
		font-size: 14px;
	}
	.about-5-bottom{
		margin-top: 75px;
	}
	.about-5-bottom i{
		width: 35px;
		height: 35px;
	}
	.about-5-bottom i::before{
		width: 27px;
		height: 27px;
	}
	.about-5-bottom i::after{
		width: 7px;
		height: 7px;
	}
	.about-5-bottom::after{
		top: 17px;
	}
	.about-5-bottom b{
		margin-top: 8px;
	}
	.about-5-text h3{
		font-size: 35px;
		margin-bottom: 22px;
	}
	.about-5-text i{
		bottom: -60px;
		font-size: 320px;
	}
}
@media screen and (max-width:1440px) {
	.bannerBox{
		width: 100%;
		height: 500px;
	}
	.bannerBox h2{
		font-size: 70px;
	}
	.about-box,
	.about-2,
	.about-4,
	.about-5{
		padding: 75px 0;
	}
	.about-desc h2{
		font-size: 40px;
	}
	.about-desc p{
		font-size: 14px;
	}
	.about-3-text p,
	.about-4 p,
	.about-5-bottom b,
	.about-5-text p{
		font-size: 12px;
	}
	.about-5-bottom{
		margin-top: 70px;
	}
	.about-5-bottom i{
		width: 32px;
		height: 32px;
	}
	.about-5-bottom i::before{
		width: 24px;
		height: 24px;
	}
	.about-5-bottom i::after{
		width: 6px;
		height: 6px;
	}
	.about-5-bottom::after{
		top: 16px;
	}
	.about-5-bottom b{
		margin-top: 5px;
	}
	.about-5-text h3{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.about-5-text i{
		bottom: -45px;
		font-size: 240px;
	}
}


.projects-1{
	padding: 95px 0;
}
.projects-1 ul{
	display: flex;
	justify-content: space-around;
	padding: 3% 0;
	background-color: #4a68a6;
	border-radius: 15px;
}
.projects-1 ul li{
	width: 17%;
	text-align: center;
}
.projects-1 ul li img{
	width: 58.82%;
	margin-bottom: 10px;
}
.projects-1 ul li h3{
	font-size: 30px;
	color: #fff;
	line-height: 2;
}
.projects-1 ul li p{
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
}
.projects-2{
	padding-top: 95px;
	padding-bottom: 95px;
	background-color: #eee;
}
.projects-2-left{
	width: 50.5625%;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 1%;
}
.projects-2-right{
	width: 48.8125%;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 1%;
}
.projects-2-left .projects-2-text{
	background-color: #e69e6c;
}
.projects-2-right .projects-2-text{
	background-color: #0085a0;
}
.projects-2-text{
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	margin-top: -20px;
	padding: 75px 60px;
}
.projects-2-text h3,
.projects-2-bottom h3{
	font-size: 28px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.projects-2-text p,
.projects-2-bottom p{
	font-size: 18px;
	line-height: 1.6;
	opacity: .7;
}
.projects-2-bottom{
	position: relative;
	padding: 95px 60px;
	background-color: #fff;
	border-radius: 10px;
}

.projects-2-bottom img{
	position: absolute;
	top: -55px;
	right: 142px;
	z-index: 1;
	width: 714px;
}

@media screen and (max-width:1680px) {
	.projects-1{
		padding: 85px 0;
	}
	.projects-2{
		padding-top: 85px;
	}
	.projects-1 ul li h3{
		font-size: 26px;
	}
	.projects-1 ul li p{
		font-size: 16px;
	}
	.projects-2-text
	.projects-2-bottom{
		padding: 65px 50px;
	}
	.projects-2-bottom{
		padding: 85px 50px;
	}
	.projects-2-text h3,
	.projects-2-bottom h3{
		font-size: 24px;
	}
	.projects-2-text p,
	.projects-2-bottom p{
		font-size: 16px;
	}
	.projects-2-bottom img{
		width: 614px;
		top: -45px;
		right: 122px;
	}
}
@media screen and (max-width:1530px) {
	.projects-2-text{
		padding: 60px 45px;
	}
	.projects-2-bottom{
		padding: 70px 45px;
	}
	.projects-2-text h3,
	.projects-2-bottom h3{
		font-size: 20px;
	}
	.projects-2-text p,
	.projects-2-bottom p{
		font-size: 15px;
	}
	.projects-2-bottom img{
		width: 554px;
		top: -40px;
		right: 112px;
	}
}
@media screen and (max-width:1440px) {
	.projects-1{
		padding: 75px 0;
	}
	.projects-2{
		padding-top: 75px;
	}
	.projects-1 ul li h3{
		font-size: 22px;
	}
	.projects-1 ul li p{
		font-size: 14px;
	}
	.projects-2-text{
		padding: 55px 40px;
	}
	.projects-2-bottom{
		padding: 75px 50px;
	}
	.projects-2-text h3,
	.projects-2-bottom h3{
		font-size: 20px;
	}
	.projects-2-text p,
	.projects-2-bottom p{
		font-size: 14px;
	}
	.projects-2-bottom img{
		width: 514px;
		top: -35px;
		right: 92px;
	}
}





.contact-bg{
	background-color: #f4f8fb;
}
.contact-banner{
	width: 100%;
	height: 734px;
	background: url(../images/contact.jpg) center center/cover no-repeat;
}
.contact-banner .container{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.contact-banner .container h2{
	font-size: 100px;
	text-transform: uppercase;
	color: #fff;
}


.online-list{
	padding: 4% 2% 5%;
	border-radius: 12px 12px 0 0;
	background-color: #fff;
	
}
.online-list ul{
	display: flex;
	justify-content: space-evenly;
}
.online-list ul li{
	width: calc(100%/5);
	text-align: center;
}
.oneline-img{
	width: 40%;
	margin: 0 auto 5%;
	border-radius: 50%;
	overflow: hidden;
	box-shadow:  0 10px 25px -10px rgba(0,0,0,.25);
}
.oneline-img img{
	width: 100%;
}
.online-list ul li h4{
	font-size: 18px;
	line-height: 1;
	color: #000;
	margin-bottom: 3%;
}
.online-list ul li p{
	font-size: 14px;
	line-height: 1.8;
	color: #393939;
}
.online-list ul li p strong{
	color: #000;
}
.contact-box{
	padding: 90px 0 ;
}
.contact-desc{
	margin-top: -12px;
	border-radius: 12px;
	padding: 5% 0;
	background-color: #0085a0;
	margin-bottom: 50px;
}
.contact-desc ul{
	display: flex;
}
.contact-desc ul li{
	position: relative;
	width: 25%;
	display: flex;
	justify-content: center;
}
.contact-desc ul li:nth-child(1){
	width: 30%;
}
.contact-desc ul li:nth-child(2){
	width: 23%;
}
.contact-desc ul li:nth-child(3){
	width: 47%;
}
.contact-desc ul li::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	display: block;
	width: 1px;
	height: 42px;
	background-color: #fff;
	opacity: .42;
}
.contact-desc ul li:last-child::after{
	width: 0;
}
.contact-desc ul li i{
	float: left;
	display: block;
	width: 28px;
	height: 28px;
}
.icon-email{
	background: url(../images/con_email.png) center center/cover no-repeat;
}
.icon-add{
	background: url(../images/con_add.png) center center/cover no-repeat;
}
.icon-tel{
	background: url(../images/con_tel.png) center center/cover no-repeat;
}
.contact-desc ul li p{
	float: left;
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	overflow: hidden;
}
.contact-desc ul li p span{
	float: left;
	display: block;
	vertical-align: text-top;
	margin-right: 8px;
}


.contact-msg{
	border-radius: 12px;
	padding: 4%;
	border: 2px solid #000;
}
.msg-name,.msg-email,.msg-tel{
	position: relative;
	width: 30%;
	margin-bottom: 3%;
}
.msg-name,.msg-email{
	margin-right: 5%;
}

.msg-code{
	padding-bottom: 25px;
	margin-top: 3%;
	
}
.contact-msg .msg-code input[type="text"]{
	width: 30%;
}

.msg-code img{
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
	
}

.contact-msg em{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	font-style: normal;
	line-height: 50px;
}
.contact-msg input[type="text"]{
	width: 100%;
	line-height: 50px;
	background: none;
	border: 0;
	border-bottom: 1px solid #d2d2d2;
}
.contact-msg textarea{
	width: 100%;
	line-height: 25px;
	height: 100px;
	background: none;
	font-family: "arial";
	border: 0;
	border-bottom: 1px solid #d2d2d2;
}
.contact-msg input[type="submit"]{
	margin-top: 4%;
	width: 174px;
	font-size: 16px;
	line-height: 50px;
	border-radius: 30px;
	text-align: center;
	background-color: #2d2d2d;
	color: #fff;
	transition: all 0.4s;
	cursor: pointer;
}
.contact-msg input[type="submit"]:hover{
	background-color: #0085a0;
}
.Validform_wrong{
	color: red;
}
.Validform_right{
	color: green;
}

@media screen and (max-width:1680px) {
	.contact-banner{
		height: 634px;
	}
	.contact-banner .container h2{
		font-size: 85px;
	}
	.contact-box{
		padding: 80px 0 ;
	}
	.online-list ul li h4{
		font-size: 16.5px;
	}
	.online-list ul li p{
		font-size: 13px;
	}
	.contact-desc{
		margin-bottom: 45px;
	}
	.contact-desc ul li p{
		padding-left: 8px;
		font-size: 15.5px;
	}
	.contact-desc ul li i{
		width: 24px;
		height: 24px;
	}
	
	
	
	.contact-msg input[type="text"]{
		line-height: 48px;
	}
	.contact-msg textarea{
		line-height: 24px;
		height: 96px;
	}
	.contact-msg input[type="submit"]{
		margin-top: 3%;
		width: 168px;
		font-size: 15px;
		line-height: 48px;
	}
}
@media screen and (max-width:1440px) {
	.contact-banner{
		height: 534px;
	}
	.contact-banner .container h2{
		font-size: 70px;
	}
	.contact-box{
		padding: 70px 0 ;
	}
	.online-list ul li h4{
		font-size: 15px;
	}
	.online-list ul li p{
		font-size: 12px;
	}
	.contact-desc{
		margin-bottom: 40px;
	}
	.contact-desc ul li p{
		padding-left: 5px;
		font-size: 13.5px;
	}
	.contact-desc ul li i{
		width: 20px;
		height: 20px;
	}
	
	
	.contact-msg input[type="text"]{
		line-height: 46px;
	}
	.contact-msg textarea{
		line-height: 22px;
		height: 90px;
	}
	.contact-msg input[type="submit"]{
		margin-top: 3%;
		width: 160px;
		font-size: 14px;
		line-height: 46px;
	}
}



.news-box{
	padding: 80px 0;
	overflow: hidden;
}
.news-list{
	width: 100%;
	margin: 0 auto;
}
.news-list ol li{
    position: relative;
    margin-bottom: 25px;
    background: #fff;
	overflow: hidden;
	transition: all 0.5s;
	float: left;
	width: 33%;
	margin-right: 2%;
}
.news-list ol li a{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
	padding: 25px;
    overflow: hidden;
	box-sizing: border-box;
}
.news-list ol li .news-img{
    
    width: 100%;
    height: auto;
	background: url(logo02.png) center no-repeat #f4f4f4;
    background-size: 150px;
	overflow: hidden;
}
.news-list ol li .news-img div{
    width: 100%;
    padding-bottom: 65%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list ol li .news-info{
	
}
.news-list ol li .news-info h3{
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #333;
	overflow: hidden;
	text-align: center;
}
.news-list ol li .news-info p{
	font-size: 15px;
    height: 50px;
    line-height: 25px;
	color: #999;
    overflow: hidden;
}
.news-list ol li .news-date{
	position: absolute;
	top: 50px;
	right: 50px;
    width: 100px;
    height: 150px;
	text-align: right;
    overflow: hidden; 
}
.news-list ol li .news-date span{
	display: block;
	font-family: "arial";
	font-size: 36px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date font{
    display: block;
    font-family: "arial";
	font-size: 32px;
	color: #333;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date item{
	position: absolute;
	bottom: -50px;
	right: 5px;
    display: block;
    width: 13px;
    height: 26px;
	background: url(../images/r_arrow.png) no-repeat center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li:hover{
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}
.news-list ol li:hover .news-img div{
    transform: scale(1.1, 1.1);
}
.news-list ol li:hover .news-info{
    left: calc(30% + 20px);
}
.news-list ol li:hover .news-date item{
    bottom: 8%;
}
.news-list ol li:hover .news-info h3{
	color: #0085a0;
}


@media screen and (max-width:1680px) {
	.news-list ol li .news-info,
	.news-list ol li .news-date{
		top: 45px;
	}
	.news-list ol li a{
		padding: 22px;
	}
	.news-list ol li .news-info h3{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.news-list ol li .news-info p{
		font-size: 14px;
		line-height:23px;
		height: 46px
	}
	.news-list ol li .news-date font{
		font-size: 30px;
	}
	.news-list ol li .news-date{
		height: 130px;
	}
}
@media screen and (max-width:1440px) {
	.news-list ol li .news-info,
	.news-list ol li .news-date{
		top: 40px;
	}
	.news-list ol li a{
		padding: 20px;
	}
	.news-list ol li .news-info h3{
		font-size: 18px;
		padding-bottom: 5px;
	}
	.news-list ol li .news-info p{
		font-size: 13px;
		line-height:20px;
		height: 40px
	}
	.news-list ol li .news-date font{
		font-size: 27px;
	}
	.news-list ol li .news-date{
		height: 110px;
	}
}


.news_show_left{
	float: left;
	width: 27%;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_show_left h2 {
	font-size: 1.5em;
	font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
	color: #000;
    text-align: left;
}
.news_info{
	padding-bottom: 25px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	border-bottom: 1px solid #eee;
}
.news_info a{
	display: block;
	width: 180px;
	padding: 16px 10px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #0085a0;
	border-radius: 40px;
	cursor: pointer;
}
.news_content{
	float: right;
	width: 70%;
	font-size: 16px;
	padding: 50px 30px;
	line-height: 28px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_show_content p {
	margin_-bottom: 10px;
}
.news_info a:hover{
	background-color: #0085a0;
}
.light {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none;
    padding: 25px 10px 13px;
    background-color: #fff;
    border: 4px solid #ddd;
    transform: translate(-50%,-50%);
}
.light i {
    position: absolute;
    right: 8px;
    top: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(closed_02.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.light img {
    width: 250px;
}
.light p {
    text-align: center;
}

@media screen and (max-width:1680px) {
	.news-box{
		padding: 70px 0;
	}
	.news_list ol li a{
		padding: 23px;
	}
	.news_list ol li .news-img{
		height: 210px;
	}
	.news_list ol li .news-info h3{
		font-size: 20px;
	}
	.news_list ol li .news-info p{
		font-size: 14px;
	}
	.news_list ol li .news-date font{
		font-size: 29px;
	}
	.news_list ol li .news-date{
		top: 48px;
	}
	.news_info{
		font-size: 14px;
	}
	.news_info a{
		padding: 15px 8px;
		font-size: 15px;
		width: 170px;
	}
	.news_show_left h2{
		font-size: 1.4em;
		margin-bottom: 18px;
	}
}
@media screen and (max-width:1440px) {
	.news-box{
		padding: 60px 0;
	}
	.news_list ol li a{
		padding: 20px;
	}
	.news_list ol li .news-img{
		height: 200px;
	}
	.news_list ol li .news-info h3{
		font-size: 18px;
	}
	.news_list ol li .news-info p{
		font-size: 13px;
	}
	.news_list ol li .news-date font{
		font-size: 27px;
	}
	.news_list ol li .news-date{
		top: 45px;
	}
	.news_info{
		font-size: 12px;
	}
	.news_info a{
		padding: 13px 8px;
		font-size: 14px;
		width: 160px;
	}
	.news_show_left h2{
		font-size: 1.2em;
		margin-bottom: 15px;
	}
}


/* expage */
.curr {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #cecece;
	border-radius: 4px;
}
a.page {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #0085a0;
	border-radius: 4px;
}
a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}
.ra {
	color: #666;
}
.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}
.ra a:hover {
	text-decoration: underline;
	color: #666;
}
.red {
	color: #ff3330;
}
.yrr {
	color: #FF9900;
}
.bb {
	font-weight: bold;
}
.expage {
	width: 100%;
	padding-top: 30px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}
.error {
	border: 1px #f40 solid;
}
.right {
	border: 1px #44b549 solid;
}




.p_top{
	padding-top: 110px;
}


.product-box{
	padding: 90px 0;
}
.pro-show{
	width: 100%;
	margin-bottom: 3%;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro-show-img{
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.pro-show-desc{
	position: absolute;
	top: 0;
	left: 0;
	width: 42.25%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro-show-info{
	width: 70%;
	text-align: left;
}
.pro-show-desc h3{
    font-size: 56px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}
.pro-show-desc p{
	font-size: 18px;
	line-height: 1.7;
	color: #fff;
}

@media screen and (max-width:1680px) {
	.pro-show-desc h3{
		font-size: 50px;
	}
	.pro-show-desc p{
		font-size: 16px;
	}
	
	.p_top{
		padding-top: 100px;
	}
}
@media screen and (max-width:1440px) {
	
	.pro-show-desc h3{
		font-size: 42px;
	}
	.pro-show-desc p{
		font-size: 14px;
	}
	
	.p_top{
		padding-top: 90px;
	}
}





.pro_title{
	padding-bottom: 30px;
}
.pro_title h2{
	font-size: 30px;
	font-weight: normal;
	color: #000;
}
.product_menu{
	margin-bottom: 35px;
}
.product_menu li{
	position: relative;
	margin-right: 5px;
	float: left;
}
.product_menu li:last-child{
	margin-right: 0;
}

.product_menu ul > li > a{
	display: block;
	padding: 0 20px;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	color: #8d8d8d;
	background-color: #fff;
	border-radius: 5px;
}


.product_menu ul > li:hover > a,
.product_menu ul > li.on > a{
	color: #fff;
	background-color: #0085a0;
}

.pro-small-type{
	margin-bottom: 3%;
	border-bottom: 1px solid #e5e5e5;
}
.pro-small-type ul li{
	float: left;
	margin-right: 8px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.pro-small-type ul li a{
	display: block;
	font-size: 16px;
	padding: 18px 30px;
	text-transform: uppercase;
	/* background-color: #fff*/;
}
.pro-small-type ul li a:hover,
.pro-small-type ul li a.on{
	color: #fff;
	background-color: #0085a0;
}

@media screen and (max-width:1680px) {
	.pro-small-type ul li{
		margin-right: 6px;
	}
	.pro-small-type ul li a{
		font-size: 15px;
		padding: 15px 25px;
	}
}
@media screen and (max-width:1440px) {
	.pro-small-type ul li{
		margin-right: 4px;
	}
	.pro-small-type ul li a{
		font-size: 13px;
		padding: 12px 20px;
	}
}


.product_menu li .menu_down{
	position: absolute;
	top: 53px;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: #3a3a3a;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
	overflow: hidden;
}
.product_menu ul li .menu_down a{
	display: block;
	padding: 0 18px;
	font-size: 14px;
	line-height: 45px;
	color: #fff;
}
.product_menu ul li .menu_down a:hover,
.product_menu ul li .menu_down a.on{
	background-color: #202020;
}
.product_menu ul li:hover .menu_down{
	opacity: 1;
	visibility: visible;
}

.product_list ul li{
	position: relative;
	float: left;
	width: calc(92%/5);
	margin: 0 2% 1.5% 0;
	transition: all 0.5s;
	background-color: #fff;
}
.product_list ul li:nth-child(5n){
	margin-right: 0;
}
.product_list ul li img{
	width: 100%;
}
.product_list ul li h3{
	margin-top: 15px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
	color: #000;
}
.product_list ul li p{
	font-size: 18px;
	line-height: 1.6;
	color: #999;
	text-align: center;
	padding-bottom: 18px;
}
.product_list ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 20px 35px -15px rgba(0,0,0,.25);
}
.product_list ul li em{
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	padding: 6px 17px;
	color: #fff;
	background-color: #0085a0;
	border-radius: 5px;
	font-style: normal;
}
@media screen and (max-width:1680px) {
	.product_list ul li em{
		top: 13px;
		right: 13px;
		padding: 5px 15px;
		font-size: 13px;
	}
	.product_list ul li h3{
		font-size: 22px;
	}
	.product_list ul li p{
		font-size: 16px;
	}
}
@media screen and (max-width:1440px) {
	.product_list ul li em{
		top: 10px;
		right: 10px;
		padding: 4px 12px;
		font-size: 12px;
	}
	.product_list ul li h3{
		font-size: 20px;
	}
	.product_list ul li p{
		font-size: 14px;
	}
}

.product_mext{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 50px;
}
.product_mext a{
	margin: 0 8px;
}
.product_mext a:hover{
	text-decoration: underline;
}
.product_left {
    width: 30%;
    height: auto;
}
.product_left .product-img {
    border: 1px solid #d5d5d5;
}
.product_left .product-img img{
	width: 100%;
}
.product_left .swiper-pagination{
	padding: 0 20px;
	text-align: left;
	bottom: 15px;
}
.product_left .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #000;
}
.product_info{
	padding: 30px 0 15px;
	border-bottom: 1px solid #e5e5e5;
}
.product_info h2{
	font: bold 28px/1.5 "arial";
	color: #000;
}
.product_info p{
	font: 18px/1.5 "微软雅黑";
	color: #666;
}
.product_desc{
	padding: 35px 0 15px;
	border-bottom: 1px solid #e5e5e5;
}
.product_desc h2,
.product_recom h2 {
	margin-bottom: 20px;
	font: 24px/1 '微软雅黑';
	color: #000;
}
.product_desc ul li{
	font-size: 16px;
	line-height: 1.8;
	font-family: arial,'微软雅黑';
	color: #999;
}
.product_recom{
	padding-top: 30px;
}
.product_recom ul li{
	width: 100%;
	margin-bottom: 12px;
	background-color: #fff;
	transition: all 0.5s;
}
.product_recom ul li:hover{
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.product_recom ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding: 12px;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}
.product_recom ul li em{
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 9;
	display: block;
	width: 45px;
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #000;
	transform: translateY(-50%);	
}
.product_recom ul li a .img {
    width: 110px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}
.product_recom ul li a .text{
	float: left;
	width: 58%;
	padding-top: 30px;
}
.product_recom ul li a .text h3{
	font-size: 16px;
	line-height: 2;
	color: #000;
	width: 70%;
}
.product_recom ul li a .text p{
	font-size: 14px;
	color: #adadad;
}
.product_right{
	width: 66%;
	padding: 2%;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}
.product_detailed {
	min-height: 700px;
	text-align: center;
}
.product_detailed img{
	width: auto;
	max-width: 100%;
}


.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -17px;
    top: 18px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(closed.png);
	background-size: cover;
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	border: 10px solid #fff;
	background-color: #fff;
    display: grid;
}

.video_show iframe,
.video_show video{
	width: 100%;
	max-height: 500px;
}


.video_ise {
    display: inline-block!important;
    margin: 0 auto;
    width: 81px;
    height: 81px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 1;
    margin-top: -40px;
	z-index: 99;
}
.pro_video:hover .video_ise{
	transform: scale(1.1,1.1);
}


.pro_video{
	background-color: #000;
}

.node{
	padding: 150px 0;
	text-align: center;
}
.node h4{
	font-size: 30px;
	font-weight: normal;
	color: #000;
}






.cookie-box{
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 40;
	padding: 40px 45px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	opacity: 0;
	visibility: hidden;
}
.cookie-content{
	width: 385px;
}
.cookie-content h5{
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	color: #000;
	margin-bottom: 30px;
}
.cookie-content p{
	font-size: 16px;
	line-height: 1.6;
	color: #7f7f7f;
	margin-bottom: 50px;
}
.cookie-content a.accept{
	float: right;
	display: inline-block;
	width: 96px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #0085a0;
	border-radius: 40px;
}
.cookie-box.cookie-out{
	opacity: 1;
	visibility: visible;
	animation: cookieOut 300ms ease-in-out forwards;
}

@keyframes cookieOut {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}


.product-info{
	float: left;
	width: 42%;
}
.proise{
	position: fixed;
	left: 42%;
	top: 0;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #ebebeb;
}
.product-right{
	width: 58%;
}
.product-right img{
	width: 100%;
}
.pro-back{
	width: 100%;
	font-size: 16px;
	line-height: 2;
	padding: 3.5% 5%;
}
.pro-back a{
	cursor: pointer;
}
.pro-back i{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(back.png) center center/cover no-repeat;
}
.pro-left-info{
	padding: 1% 9% 5%;
}
.pro-tailored{
	width: 64%;
	max-width: 520px;
	margin: 0 auto;
}
.pro-title{
	margin-bottom: 3%;
}
.pro-title h3{
	font-size: 28px;
	line-height: 1.6;
	color: #000;
}
.pro-title p{
	font-size: 15px;
}
.product-desc{
	margin-top: 9%;
	padding-top: 8%;
	border-top: 2px solid #e5e5e5;
}
.product-desc h3{
	font-size: 22px;
	line-height: 1;
	font-weight: normal;
	color: #494949;
	margin-bottom: 4%;
}
.product-desc ul li{
	float: left;
	width: 49%;
	color: #3d3d3d;
	line-height: 2;
	font-size: 16px;
	margin-right: 1%;
}
.product-desc ol li{
	float: left;
	width: 50%;
	font-size: 20px;
	color: #3d3d3d;
	line-height: 2;
	margin-bottom: 1.5%;
}
.product-desc ol li a{
	color: #3d3d3d;
}
.product-desc ol li i{
	width: 39px;
	height: 39px;
	display: inline-block;
	background: url(../images/pro-dowm.png) center center/cover no-repeat;
	border-radius: 50%;
	border: 1px solid #1b2833;
	vertical-align: middle;
	margin-right: 10px;
}



@media screen and (max-width:1680px) {
	.video_ise{
		width: 70px;
		height: 70px;
	}
	.pro-back{
		font-size: 15px;
	}
	.pro-back i{
		width: 28px;
		height: 28px;
	}
	.pro-title h3 {
		font-size: 24px;
	}
	.pro-title p{
		font-size: 14px;
	}
}
@media screen and (max-width:1440px) {
	.video_ise{
		width: 60px;
		height: 60px;
	}
	.pro-back{
		font-size: 14px;
	}
	.pro-back i{
		width: 24px;
		height: 24px;
	}
	.pro-title h3 {
		font-size: 20px;
	}
	.pro-title p{
		font-size: 13px;
	}
}

.white-bg{
	background-color: #fff;
}

.cerbox{
	padding: 90px 0;
}
.cer-list li {
    float: left;
	text-align: center;
    width: calc(96%/4);
    margin: 0 1% 1% 0;
	background-color: #fff;
}
.cer-list li div {
    border: 1px solid #d9d9d9;
}
.cer-list li p {
    font-size: 16px;
    text-align: center;
    line-height: 3;
}
.cer-list li:hover div {
    border-color: #fff;
    box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.15);
}


.cer_title{
	padding-bottom: 45px;
}
.cer_title h2{
	font-size: 30px;
	text-transform: uppercase;
	color: #333;
}


.cer-menu {
    width: 100%;
    line-height: 35px;
    overflow: hidden;
    padding-bottom: 20px;
}
.cer-menu a {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    line-height: 40px;
}
.cer-menu a:first-child {
    margin-left: 0;
}
.cer-menu .room_link a:hover {
    text-decoration: underline;
    color: #333;
}
.cer-menu .menu_back {
    float: right;
    width: 120px;
    height: 40px;
    cursor: pointer;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.cer-menu .menu_back:hover{
	 text-decoration: underline;
}
.cer-top {
    clear: both;
    padding: 25px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
}
.cer-top .fl {
	width: 300px;
    border: 1px solid #ddd;
}
.cer-top .fr {
    width: calc(100% - 350px);
	padding-top: 10px;
}
.cer-top .fr h3 {
	font-weight: normal;
    font-size: 24px;
    line-height: 2;
    margin-bottom: 5px;
}
.cer-top .fr p {
    font-size: 14px;
    line-height: 1.8;
}
.recom-list li {
	position: relative;
    float: left;
    width: calc(94%/5);
    margin: 0 1.5% 1.5% 0;
    text-align: center;
    position: relative;
    border: 1px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
}
.recom-list li em{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
	display: block;
	width: 45px;
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
	color: #f32b2b;
	border-radius: 20px;
	text-align: center;
	border: 1px solid #f32b2b;
	background-color: #fff;
}
.recom-list li div {
    width: 100%;
    height: auto;
    overflow: hidden;
	margin-bottom: 10px;
}
.recom-list li a {
    display: block;
    padding-bottom: 10px;
	background-color: #fff;
}
.recom-list li h3{
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	font-weight: normal;
}
.recom-list li p{
	font-size: 14px;
	color: #999;
	line-height: 2;
}
.recom-list li:nth-child(5n) {
    margin-right: 0;
}
.recom-list li:hover{
	box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
}





.register-box,.loging-box{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.register-left,.loging-left{
	float: left;
	width: 66.25%;
	height: 100%;
	background: url(../images/register_bg.jpg) center center/cover no-repeat;
}

.register-logo,.loging-logo{
	position: fixed;
	left: 3.6%;
	top: 7%;
	display: block;
	width: 174px;
	height: 34px;
	background: url(logo.png) center no-repeat;
}

.register-right,.loging-right{
	float: right;
	display: flex;
	width: 33.75%;
	height: 100%;
	background-color: #fff;
	align-items: center;
	justify-content: center;
}
.register-content,.loging-content{
	width: 62%;
	max-width: 400px;
}
.register-content h3,.loging-content h3{
	font-size: 36px;
	line-height: 2.3;
	color: #000000;
	text-transform: uppercase;
}
.register-content p,.loging-content p{
	font-size: 16px;
	line-height: 1.6;
	color: #b5b5b5;
	margin-bottom: 8%;
}
.formitem{
	position: relative;
	margin-bottom: 30px;
}
.formitem input[type="text"],
.formitem input[type="password"]{
	width: 100%;
	padding: 0 20px;
	line-height: 48px;
	border: 0;
	background-color: #f5f5f5;
	border-radius: 3px;
}
.formitem em{
	position: absolute;
	display: block;
	left: 20px;
	bottom: -20px;
	line-height: 1;
	font-style: normal;
	font-size: 14px;
}
.user_sub input[type="submit"]{
	margin-top: 3%;
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	background-color: #0085a0;
	border-radius: 3px;
}

.info-box{
	padding-top: 10%;
	font-size: 16px;
	margin-bottom: 16%;
	color: #7b7b7b;
}
.info-box a{
	color: #0085a0;
	font-weight: bold;
}

@media screen and (max-width:1680px) {
	.register-logo,
	.loging-logo{
		width: 160px;
		height: 30px;
		background-size: cover;
	}
	.register-content h3,
	.loging-content h3{
		font-size: 33px;
	}
	.register-content p,
	.loging-content p,
	.info-box{
		font-size: 15px;
	}
	.formitem input[type="text"],
	.user_sub input[type="submit"]{
		line-height: 45px;
		font-size: 13px;
	}
	.formitem{
		margin-bottom: 25px;
	}
	.formitem em{
		font-size: 13px;
		bottom: -18px;
	}
}
@media screen and (max-width:1440px) {
	.register-logo,
	.loging-logo{
		width: 150px;
		height: 26px;
		background-size: cover;
	}
	.register-content h3,
	.loging-content h3{
		font-size: 30px;
	}
	.register-content p,
	.loging-content p,
	.info-box{
		font-size: 14px;
	}
	.formitem input[type="text"],
	.user_sub input[type="submit"]{
		line-height: 42px;
		font-size: 12px;
	}
	.formitem{
		margin-bottom: 20px;
	}
	.formitem em{
		font-size: 12px;
		bottom: -14px;
	}
}


.prologin-box{
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 10001;
	width: 26%;
	max-width: 490px;
	min-width: 400px;
	height: 100%;
	background-color: #fff;
	padding: 3%;
	overflow-y: auto;
}
.prologin-close{
	float: right;
	cursor: pointer;
}
.prologin-close i{
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	transform: rotate(45deg);
	vertical-align: middle;
}
.prologin-close i::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #171717;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.prologin-close i::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #171717;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.prologin-box H3{
	font-size: 32px;
	line-height: 2;
	text-transform: uppercase;
	color: #000;
	margin: 8% 0 3%;
}
.prologin-box p{
	font-size: 16px;
	line-height: 1.6;
	color: #9f9f9f;
	margin-bottom: 7%;
}
.prologin-info{
	padding: 8% 0;
	text-align: center;
}
.prologin-info a{
	font-size: 14px;
	color: #7f7f7f;
}
.prologin-register{
	border-top: 1px solid #e5e5e5;
}
.prologin-register p{
	font-size: 14px;
	color: #737373;
	margin: 4% 0;
	text-transform: uppercase;
}
.prologin-register a{
	display: block;
	text-align: center;
	border: 1px solid #000;
	line-height: 48px;
	color: #000;
}

.prologin-box.on{
	right: 0;
}


.consult-top{
	bottom: calc(4% + 60px);
	right: 2%;
	position: fixed;
	width: 375px;
	padding: 30px 35px 50px;
	margin-bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #0085a0;
	box-shadow: 0 15px 30px -10px rgba(0,0,0,.3);
	opacity: 0;
	visibility: hidden;
	z-index: 200;
}
.consult-top.on{
	opacity: 1;
	visibility: inherit;
	bottom: calc(4% + 80px);
}
.consult-top i{
	float: right;
	position: relative;
	z-index: 1;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	cursor: pointer;
}
.consult-top h3{
	margin-top: 25px;
	font-size: 30px;
	line-height: 2;
	color: #fff;
}
.consult-top p{
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 45px;
}
.consult-top h5{
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	color: #fff;
}
.consult-top input[type="text"]{
	width: 100%;
	color: #fff;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #fff;
	background: none;
}
.consult-top input[type="text"]::placeholder { /* Edge */
  color: #80c2d0;
}

.consult-name{
	position: relative;
	margin-bottom: 35px;
}
.consult-email{
	position: relative;
	margin-bottom: 70px;
}
.consult-top em{
	position: absolute;
	left: 0;
	bottom: -30px;
	line-height: 30px;
	font-style: normal;
}
.consult-submit{
	position: relative;
	z-index: 1;
}
.consult-top input[type="submit"]{
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	border: 0;
	background-color: #313131;
	border-radius: 40px;
}
.consult-bottom{
	text-align: right;
	height: 80px;
}
.consult-info{
	position: fixed;
	right: calc(2% + 70px);
	bottom: 4%;
	z-index: 200;
	display: inline-block;
	width: 280px;
	height: 80px;
	padding: 20px 25px;
	text-align: left;
	margin-right: 10px;
	border-radius: 5px 5px 0 5px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 10px 18px -6px rgba(0,0,0,.25);
}
.consult-info::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: -10px;
	display: block;
	width: 10px;
	height: 14px;
	background: url(../images/consult_img.png) center no-repeat;
}
.consult-info h4,.consult-info p{
	font-size: 14px;
	color: #656565;
	line-height: 1.5;
}
.consult-info i{
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #e3e5e7;
	cursor: pointer;
	transform: rotate(45deg);
}
.consult-info i::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 65%;
	background-color: #6d737a;
	
}
.consult-info i::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 65%;
	height: 1px;
	background-color: #6d737a;
}
.consult-icon{
	position: fixed;
	right: 2%;
	bottom: 4%;
	z-index: 200;
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #0085a0;
	cursor: pointer;
}



@media screen and (max-width:1680px) {
	.prologin-close{
		font-size: 13px;
	}
	.prologin-close i{
		width: 14px;
		height: 14px;
	}
	.prologin-box H3{
		font-size: 28px;
	}
	.prologin-box p{
		font-size: 14px;
	}
	.prologin-info a,.prologin-register p{
		font-size: 13px;
	}
	.prologin-register a{
		line-height: 45px;
	}
}
@media screen and (max-width:1440px) {
	.prologin-close{
		font-size: 12px;
	}
	.prologin-close i{
		width: 12px;
		height: 12px;
	}
	.prologin-box H3{
		font-size: 24px;
	}
	.prologin-box p{
		font-size: 13px;
	}
	.prologin-info a,.prologin-register p{
		font-size: 12px;
	}
	.prologin-register a{
		line-height: 42px;
	}
}



.pro-container{
	width: 1250px;
	margin: 0 auto;
}

.pro-mest{
	margin-bottom: 70px;
}
.pro-mext{
	font-size: 15px;
	line-height: 35px;
}
.product-share{
	font-size: 20px;
}
.product-share a{
	display: inline-block;
	margin-left: 4px;
	width: 32px;
	height: 32px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #898989;
	border-radius: 50%;
	vertical-align: unset;
}
.product-share a:hover{
	background-color: #000;
}


.product-left{
	width: 640px;
}
.swiper-bigpro{
	width: 515px;
	height: 515px;
	border: 1px solid #eee;
}
.swiper_smallpro{
	width: 60px;
	height: 515px;
}
.swiper_smallpro .swiper-slide{
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	cursor: pointer;
}
.swiper_smallpro .swiper-slide img{
	width: 100%;
}
.swiper_smallpro .swiper-slide.swiper-slide-thumb-active{
	border-color: #0085a0;
}
.swiper-bigpro i{
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 2;
	display: block;
	width: 27px;
	height: 27px;
	background: url(../images/pro_img.png) center center/cover no-repeat;
}
.myswiper-box{
	width: 60px;
	height: 515px;
}

.myswiper-box .product-prev,
.myswiper-box .product-next{
	position: absolute;
	left: 50%;
	margin-left: -15px;
	display: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
}
.myswiper-box .product-prev.on,
.myswiper-box .product-next.on{
	display: block;
}
.myswiper-box .product-prev{
	transform: rotateZ(90deg);
	top: -40px;
	background: url(ab_prv.png) top center/100% auto no-repeat;
}
.myswiper-box .product-next{
	transform: rotateZ(90deg);
	bottom: -40px;
	background: url(ab_next.png) top center/100% auto no-repeat;
}

.product-right{
	width: 490px;
}
.product-right h2{
	font-size: 28px;
	line-height: 1.5;
	margin-top: 10px;
	color: #191919;
}
.product-right p{
	line-height: 2;
	color: #686868;
	margin-bottom: 35px;
}
.product-right ul{
	margin-bottom: 60px;
}
.product-right ul li{
	font-size: 19px;
	line-height: 1.7;
}
a.ansicht{
	display: block;
	width: 70%;
	line-height: 48px;
	font-size: 18px;
	color: #545454;
	border: 1px solid #545454;
	text-align: center;
	background-color: #fff;
}
a.ansicht i{
	display: inline-block;
	width: 26px;
	height: 21px;
	vertical-align: middle;
	margin-right: 8px;
	background: url(../images/360.png) center center/cover no-repeat;
}
a.ansicht:hover{
	transform: translateY(-3px);
	box-shadow:  0 14px 20px -10px rgba(0,0,0,0.15);
}

.product-ansicht-box{
	position: fixed;
	left: 0;
	top: 20%;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 100001;
	margin: auto;
	width: 1100px;
	height: 620px;
	padding: 20px;
	background-color: #fff;
	transition: all 0.5s;
}
.product-ansicht-box.show{
	top: 0;
	opacity: 1;
	visibility: visible;
}
.product-ansicht-box iframe{
	width: 100%;
	height: 100%;
	border: 0;
}

.product-ansicht-box i{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -45px;
    top: 0;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(closed.png);
	background-size: cover;
}
.product-ansicht-box i:hover{
	transform: rotateZ(90deg);
}



.pro-mesu{
	padding-bottom: 45px;
	text-align: center;
}
.pro-mesu a{
	display: inline-block;
	padding: 12px 25px;
	font-size: 16px;
	margin: 0 8px;
}
.pro-mesu a.on{
	color: #fff;
	background-color: #0085a0;
}

.product-highlights ul,
.product-features ul{
	padding: 6%;
	background-color: #fff;
}
.product-highlights ul li,
.product-features ul li{
	font-size: 19px;
	line-height: 3;
	color: #494949;
}
.product-highlights ul li i,
.product-features ul li i{
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 12px;
	background: url(../images/pro_icon.png) center center/cover no-repeat;
	vertical-align: middle;
}

.product-dowm,
.product-features{
	display: none;
}

.product-highlights h3,
.product-dowm h3{
	font-size: 36px;
	line-height: 3;
	text-align: center;
	margin: 130px 0;
	color: #333;
}

.product-dowm ol li{
	float: left;
	width: 48%;
	margin: 0 4% 2% 0;
	font-size: 20px;
	color: #3d3d3d;
	line-height: 50px;
	background-color: #fff;
}
.product-dowm ol li:nth-child(2n){
	margin-right: 0;
}
.product-dowm ol li a{
	position: relative;
	display: block;	
	padding: 0.4% 1.5% 0.4% 4%;
	color: #3d3d3d;
}
.product-dowm ol li i{
	float: right;
	width: 36px;
	height: 36px;
	opacity: 0.7;
	display: inline-block;
	background: url(../images/pro-dowm.png) center center/cover no-repeat;
	border-radius: 50%;
	margin-top: 10px;
	transition: all 0.4s;
}
.product-dowm ol li:hover{
	background-color: #0085a0;
}
.product-dowm ol li:hover a{
	color: #fff;
}
.product-dowm ol li:hover i{
	opacity: 1;
	background-image: url(../images/pro-dowm02.png);
}

.product-recom h3{
	font-size: 30px;
	line-height: 2;
	margin-bottom: 40px;
	color: #000;
}
.swiper-recom .swiper-slide a{
	position: relative;
	display: block;
	background-color: #fff;
	border: 2px solid #fff;
	transition: all 0.4s;
	text-align: center;
	padding: 8%;
}
.swiper-recom .swiper-slide a em{
	position: absolute;
	top: 10px;
	right:10px;
	color: #fff;
	padding: 4px 15px;
	border-radius: 30px;
	font-size: 13px;
	background-color: #0085a0;
}
.swiper-recom .swiper-slide a .img{
	overflow: hidden;
	margin-bottom: 8%;
}
.swiper-recom .swiper-slide:hover a{
	border-color: #eee;
}
.swiper-recom .swiper-slide a h4{
	font-size: 18px;
	line-height: 1.7;
	color: #000;
}
.swiper-recom .swiper-slide a p{
	font-size: 15px;
	color: #999;
}

.recom-prev,
.recom-next{
	position: absolute;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #333f48;
	opacity: 0.4;
	cursor: pointer;
	display: flex;
}
.recom-next{
	top: 0;
	right: 0;
}
.recom-next::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -6.5px 0 0 -8px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #333f48;
	border-right: 1px solid #333f48;
	transform: rotateZ(45deg);
}
.recom-prev{
	top: 0;
	right: 60px;
}
.recom-prev::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -6.5px 0 0 -3px;
	display: block;
	width: 12px;
	height: 12px;
	border-left: 1px solid #333f48;
	border-bottom: 1px solid #333f48;
	transform: rotateZ(45deg);
}
.recom-prev:hover,.recom-next:hover{
	opacity: 1;
}

@media screen and (max-width:1680px) {
	.product-box {
	    padding: 80px 0;
	}
	.pro-container{
		width: 1200px;
	}
	.pro-mest{
		margin-bottom: 60px;
	}
	.pro-mext{
		font-size: 14px;
	}
	.product-share{
		font-size: 18px;
	}
	.product-share a{
		width: 28px;
		height: 28px;
		font-size: 15px;
		line-height: 28px;
	}
	.product-right{
		width: 475px;
	}
	.product-right h2{
		font-size: 25px;
	}
	.product-right p{
		font-size: 13px;
		margin-bottom: 30px;
	}
	.product-right ul{
		margin-bottom: 55px;
	}
	.product-right ul li{
		font-size: 17.5px;
	}
	a.ansicht{
		font-size: 17px;
		line-height: 45px;
	}
	a.ansicht i{
		width: 24px;
		height: 19px;
	}
	.product-left{
		width: 610px;
	}
	.myswiper-box,
	.swiper_smallpro{
		width: 56px;
		height: 483px;
	}
	.swiper-bigpro{
		width: 483px;
		height: 483px;
	}
	.pro-mesu a{
		font-size: 15px;
		padding: 11px 21px;
	}
	.product-highlights ul {
	    padding: 5%;
	}
	.product-highlights ul li,
	.product-features ul li{
		font-size: 17.5px;
		font-size: 2.8;
	}
	.product-highlights ul li i,
	.product-features ul li i{
		width: 15px;
		height: 15px;
	}
	.product-dowm ol li{
		font-size: 16px;
		line-height: 46px;
	}
	.product-dowm ol li i{
		margin-top: 6px;
	}
	.product-recom h3{
		font-size: 27px;
	}
	.swiper-recom .swiper-slide a h4{
		font-size: 17px;
	}
	.swiper-recom .swiper-slide a p{
		font-size: 14px;
	}
}
@media screen and (max-width:1440px) {
	.product-box {
	    padding: 70px 0;
	}
	.pro-container{
		width: 1150px;
	}
	.pro-mest{
		margin-bottom: 50px;
	}
	.pro-mext{
		font-size: 13px;
	}
	.product-share {
	    font-size: 16px;
	}
	.product-share a{
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}
	.product-right{
		width: 460px;
	}
	.product-right h2{
		font-size: 22px;
	}
	.product-right p{
		font-size: 12px;
		margin-bottom: 25px;
	}
	.product-right ul li{
		font-size: 16px;
	}
	.product-right ul{
		margin-bottom: 50px;
	}
	a.ansicht{
		font-size: 16px;
		line-height: 42px;
	}
	.product-left{
		width: 585px;
	}
	.myswiper-box,
	.swiper_smallpro{
		width: 52px;
		height: 451px;
	}
	.swiper-bigpro{
		width: 483px;
		height: 451px;
	}
	.pro-mesu a{
		font-size: 14px;
		padding: 10px 18px;
	}
	.product-highlights ul li,
	.product-features ul li{
		font-size: 16px;
		font-size: 2.6;
	}
	.product-highlights ul li i,
	.product-features ul li i{
		width: 14px;
		height: 14px;
	}
	.product-dowm ol li{
		font-size: 15px;
		line-height: 42px;
	}
	.product-dowm ol li i{
		margin-top: 3px;
	}
	.product-recom h3{
		font-size: 24px;
	}
	.swiper-recom .swiper-slide a h4{
		font-size: 16px;
	}
	.swiper-recom .swiper-slide a p{
		font-size: 13px;
	}
}

#pos{
	width: 100%;
	height: 100%;
}

.signin-logo{
	width: 77px;
	height: 56px;
	margin: 0 auto 50px;
}
.language {
	display: flex;
	align-items: center;
	float: right;
	height: 100%;
}
.translateSelectLanguage{
	float: right;
	border: 1px solid #eee;
	padding: 5%;
	border-radius: 5px;
	margin-left: 20px;
}