@charset "utf-8";

.swiper-banner{
	background: url(load.gif) center no-repeat;
}
.swiper-banner{
	display: block;
	width: 100%;
	height: 48.8541vw;
	min-height: 645px;
}
.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',arial;
}
.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;
}







.header_box{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	min-width: 1300px;
	width: 100%;
	transition: none;
	background-color: #363739;
}
.header_box::after{	content: "";	position: absolute;	left: 0;	top: 0;	display: block;	width: 100%;	height: 100%;	background-image: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,0));
	z-index: -1;}
.header_bg{
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(0,0,0,.35);
}
.header_box.header_color{
	border-color: rgba(0,0,0,.1);
}
.header_box.header_bg::after{
	display: none;
}

.logo{
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 10;
	display: block;
	width: 169px;
	height: 45px;
	background: url(logo.png) center center/cover no-repeat;
	transition: all 0.5s;
}
.header_bg .logo,
.header_color .logo{
	background-image: url(logo02.png);
}

.nav{
	float: right;
}
.nav ul li{
	position: relative;
	float: left;
	margin: 0 25px;
}
.nav > ul > li > a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 80px;
	transition: all 0.4s;
}
.header_bg .nav > ul > li > a,
.header_color .nav > ul > li > a{
	color: #000;
}
.nav > ul > li > a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.header_bg .nav > ul > li > a::after,
.header_color .nav > ul > li > a::after{
	background-color: #dc152c;
}
.nav > ul > li > a:hover::after,
.nav > ul > li > a.active::after{
	bottom: 25%;
	opacity: 1;
}


.header_box.active {
    position: fixed;
    top: 0;
    transform: translateY(-101%);
}
.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);
}


.head_search{
	float: right;
	position: relative;
	width: 45px;
	height: 80px;
	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: 80px;
	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: #dc152c;
}

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

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



@media screen and (max-width:1680px) {
	.logo{
		top: 13px;
		width: 155px;
		height: 41px;
	}
	.nav ul li{
		margin: 0 20px;
	}
	.nav > ul > li > a{
		font-size: 15px;
		line-height: 75px;
	}
	.head_search{
		height: 75px;
	}
	.head_search form{
		top: 75px;
	}
}
@media screen and (max-width:1440px) {
	.logo{
		top: 11px;
		width: 145px;
		height: 39px;
	}
	.nav ul li{
		margin: 0 16px;
	}
	.nav > ul > li > a{
		font-size: 14px;
		line-height: 70px;
	}
	.head_search{
		height: 70px;
	}
	.head_search form{
		top: 70px;
	}
}

.product-comm{
	padding: 5% 0 6%;
}
.product-comm .swiper-container{
	padding: 0 8.3333333335%;
}
.product-comm .swiper-slide{
	width: 27.625%;
	margin-right: 5%;
	border-radius: 18px;
	overflow: hidden;
}
.product-comm .swiper-slide:last-child{
	margin-right: 0;
}
.product-comm .swiper-slide a:hover img{
	transform: scale(1.05,1.05);
}
.product-comm-text{
	position: absolute;
	left: 8%;
	bottom: 6%;
}
.product-comm-text p{
	font-size: 1rem;
	line-height: 2;
	margin-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
}
.product-comm-text h3{
	font-family: "gothambold",arial;
	font-size: 2.25rem;
	line-height: 1.2;
	color: #fff;
}
.product-comm-text h4{
	font-family: "gotham";
	font-size: 2.25rem;
	font-weight: normal;
	line-height: 1.2;
	color: #fff;
}

.title-comm{
	margin-bottom: 4%;
}
.title-comm h3{
	font-family: "gothambold",arial;
	font-size: 3rem;
	line-height: 1.1;
	text-transform: uppercase;
	color: #000;
}

.about-comm {
	padding: 5% 0;
	background-color: #f3f3f3;
}
.about-comm .container{
	display: flex;
	justify-content: space-between;
}
.about-comm-img{
	width: 45.75%;
}
.about-comm-text{
	width: 43.75%;
	padding-top: 3%;
}
.about-comm-text h3{
	font-size: 2.25rem;
	line-height: 1.4;
	text-transform: uppercase;
	color: #3a3a3a;
	margin-bottom: 5%;
}
.about-comm-desc{
	font-size: 1rem;
	color: #969696;
	line-height: 1.6;
	margin-bottom: 10%;
}
.about-comm-text ol{
	display: flex;
	margin-bottom: 10%;
	justify-content: space-between;
}
.about-comm-text ol li{
	padding-left: 60px;
	background-position: left center;
	background-repeat: no-repeat;
}
.about-comm-text ol li h4{
	font-size: 2.375rem;
	color: #3a3a3a;
	font-family: 'gothambold';
	margin-bottom: 12px;
}
.about-comm-text ol li h4 em{
	font-style: normal;
	font-size: 1.5rem;
	vertical-align: text-top;
}
.about-comm-text ol li p{
	font-size: 0.875rem;
	color: #969696;
}
.about-comm-text ol li:nth-child(1){
	background-image: url(../images/index_icon01.png);
}
.about-comm-text ol li:nth-child(2){
	background-image: url(../images/index_icon02.png);
}
.about-comm-text ol li:nth-child(3){
	width: 11.52vw;
	min-width: 191px;
	background-image: url(../images/index_icon03.png);
}
.about-comm-text a{
	display: block;
	width: 170px;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	font-weight: bold;
	background-color: #dc152c;
}
.context-comm{
	padding: 5% 0;
}
.context-top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5%;
}
.context01,
.context02{
	position: relative;
	height: 25.72vw;
	border-radius: 20px;
	overflow: hidden;
}
.context01{
	width: 42.60vw;
	min-width: 560px;
}
.context02{
	width: 38.64vw;
	min-width: 510px;
}
.context01 video,
.context02 video{
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	object-fit: cover;
}
.context-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.context-text h3{
	font-size: 2.8125rem;
	color: #fff;
	font-family: 'gothambold';
}
.context-text h4{
	font-size: 2.8125rem;
	font-weight: normal;
	font-family: 'gotham';
	color: #fff;
}
.context-text p{
	font-size: 1rem;
	color: #fff;
	margin-top: 0.7vw;
	line-height: 2;
	font-family: 'gotham';
}
.context-top a{
	position: absolute;
	left: 50%;
	bottom: 20%;
	display: block;
	width: 133px;
	height: 45px;
	font-size: 0.875rem;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
	text-align: center;
	transform: translateX(-50%);
	background-color: #dc152c;
	opacity: 0;
	visibility: hidden;
}
.context01:hover a,
.context02:hover a{
	opacity: 1;
	visibility: visible;
	bottom: 28%;
}
.context01:hover .context-text,
.context02:hover .context-text{
	background-color: rgba(0,0,0,.5);
}
.context01:hover .context-text div,
.context02:hover .context-text div{
	transform: translateY(-25%);
}
.context-bottom ul{
	display: flex;
}
.context-bottom ul li{
	width: 18.75%;
	padding: 1.3%;
	margin-right: 1.5625%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
}
.context-bottom ul li:last-child{
	margin-right: 0;
}
.context-bottom ul li .img{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 4%;
}
.context-bottom ul li em{
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	font-size: 12px;
	padding: 3px 8px;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	border-radius: 30px;
	background-color: #dc152c;
}
.context-bottom ul li h3{
	font-size: 20px;
	font-family: 'gothambold';
	line-height: 1.4;
	color: #000;
}
.context-bottom ul li p{
	font-size: 14px;
	line-height: 2;
	font-family: 'gotham';
}
.context-bottom ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 20px 32px -26px rgba(0,0,0,.8);
}
.index-cer{
	display: block;
	width: 100%;
	height: 40.3125vw;
	min-height: 530px;
	background: url(../images/index_cer.jpg) center center/cover no-repeat;
}
.index-cer .container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.index-cer-text{
	width: 36.875%;
}
.index-cer-text h3{
	font-size: 2.125rem;
	color: #000;
	margin-bottom: 6%;
}
.index-cer-text p{
	font-size: 1rem;
	line-height: 1.5;
	color: #6e6e6e;
	margin-bottom: 8%;
}
.index-cer-text img{
	margin-bottom: 8%;
}
.index-cer-text a{
	display: block;
	width: 150px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	background-color: #303030;
}
.index-cer-text a:hover{
	background-color: #dc152c;
}




.news-comm{
	padding: 6% 0 7%;
}
.news-comm ul li{
	margin-bottom: 4.5%;
}
.news-comm ul li:last-child{
	margin-bottom: 0;
}
.news-comm ul li a{
	display: flex;
	justify-content: space-between;
}
.news-comm ul li .news_text{
	width: 51.71875vw;
	min-width: 680px;
	padding-top: 0.5%;
	border-bottom: 1px solid #e5e5e5;
}
.news-comm ul li .news_img{
	width: 24.166vw;
	min-width: 317px;
	height: 14.635vw;
	min-height: 192px;
	border-radius: 14px;
	overflow: hidden;
}
.news-comm ul li .news_img span{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.news-comm ul li time{
	font-size: 1rem;
	line-height: 2;
	color: #dc152c;
}
.news-comm ul li h4{
	width: 88%;
	padding: 1.5% 0;
	font-size: 30px;
	line-height: 1.3;
	color: #000;
}
.news-comm ul li p{
	width: 88%;
	font-size: 1rem;
	line-height: 1.7;
	color: #8b8b8b;
}
.news-comm ul li:hover .news_text{
	transform: translateX(20px);
}
.news-comm ul li:hover .news_img span{
	transform: scale(1.05,1.05);
}

.footer-comm{
	padding: 5% 0;
	background-color: #1a1a1a;
	border-bottom: 1px solid #252524;
}
.footer-comm .container{
	display: flex;
	justify-content: space-between;
}
.footer-left{
	width: 33.125%;
}
.footer-left h3{
	font-size: 1.75rem;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 6%;
}
.footer-left ul li{
	font-size: 1rem;
	margin-bottom: 2.5%;
}
.footer-left ul li span{
	display: inline-block;
	vertical-align: text-top;
	line-height: 1.8;
}
.footer-left ul li span.w20{
	width: 75px;
	color: #fff;
}
.footer-left ul li span.w80{
	width: calc(100% - 75px);
	color: #fff;
	opacity: .5;
}
.footer-msg{
	width: 45%;
}
.msg-name,.msg-email{
	margin-right: 5%;
}
.msg-name,.msg-email,.msg-tel{
	position: relative;
	width: 30%;
	margin-bottom: 6%;
}
.footer-msg input[type="text"]{
	width: 100%;
	font-size: 0.9375rem;
	line-height: 55px;
	background:none;
	border: 0;
	border-bottom: 1px solid #303030;
}
.footer-msg em{
	position: absolute;
	left: 0;
	bottom: -32px;
	font-size: 15px;
	font-style: normal;
	line-height: 2;
}
.footer-msg textarea{
	width: 100%;
	font-size: 0.9375rem;
	line-height: 20px;
	height: 120px;
	font-family: "arial";
	background:none;
	border: 0;
	border-bottom: 1px solid #303030;
	margin-bottom: 4%;
}
.footer-msg input[type="submit"]{
	width: 160px;
	font-size: 15px;
	font-weight: bold;
	line-height: 55px;
	text-align: center;
	background-color: #dc152c;
	color: #fff;
	border-radius: 30px;
}
.copy-box{
	font-size: 16px;
	line-height: 90px;
	color: #939393;
	background-color: #1a1a1a;
}
.copy-box .container{
	display: flex;
	justify-content: space-between;
}
.links a{
	display: inline-block;
	width: 32px;
	margin-right: 10px;
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	color: #1a1a1a;
	background-color: #e9e9e9;
	opacity: .3;
}
.links a:hover{
	opacity: 1;
}

@media screen and (max-width:1680px) {
	.product-comm-text p{
		font-size: 0.90625rem;
	}
	.product-comm-text h3{
		font-size: 1.875rem;
	}
	.product-comm-text h4{
		font-size: 1.875rem;
	}
	.title-comm h3{
		font-size: 2.5rem;
	}
	.about-comm-text h3{
		font-size: 1.875rem;
	}
	.about-comm-desc{
		font-size: 0.90625rem;
	}
	.about-comm-text ol li{
		padding-left: 55px;
		background-size: 45px auto;
	}
	.about-comm-text ol li h4{
		font-size: 2rem;
		margin-bottom: 9px;
	}
	.about-comm-text ol li h4 em{
		font-size: 1.3125rem;
	}
	.about-comm-text ol li p{
		font-size: 0.8125rem;
	}
	.about-comm-text a{
		font-size: 0.90625rem;
		width: 155px;
		line-height: 50px;
	}
	.context01,
	.context02{
		border-radius: 16px;
	}
	.context-text h3{
		font-size: 2.375rem;
	}
	.context-text h4{
		font-size: 2.375rem;
	}
	.context-text p{
		font-size: 0.90625rem;
	}
	.context-top a{
		width: 120px;
		height: 42px;
		font-size: 0.8125rem;
		line-height: 42px;
	}
	.context-bottom ul li em{
		padding: 2px 6px;
	}
	.context-bottom ul li h3{
		font-size: 1.125rem;
	}
	.context-bottom ul li p{
		font-size: 0.8125rem;
	}
	.index-cer-text h3{
		font-size: 1.875rem;
	}
	.index-cer-text p{
		font-size: 1rem;
	}
	.index-cer-text a{
		width: 135px;
		font-size: 0.8125rem;
		line-height: 45px;
	}
	.news-comm ul li time{
		font-size: 0.9375rem;
	}
	.news-comm ul li h4{
		font-size: 1.5625rem;
	}
	.news-comm ul li p{
		font-size: 0.90625rem;
	}
	.footer-left h3{
		font-size: 1.4375rem;
	}
	.footer-left ul li{
		font-size: 0.90625rem;
	}
	.footer-left ul li span.w20{
		width: 65px;
	}
	.footer-left ul li span.w80{
		width: calc(100% - 65px);
	}
	.footer-msg input[type="text"]{
		font-size: 0.875rem;
		line-height: 50px;
	}
	.footer-msg em{
		bottom: -28px;
		font-size: 14px;
	}
	.footer-msg textarea{
		font-size: 0.875rem;
		line-height: 18px;
		height: 108px;
	}
	.footer-msg input[type="submit"]{
		width: 140px;
		font-size: 14px;
		line-height: 50px;
	}
	.copy-box{
		font-size: 0.9375rem;
		line-height: 80px;
	}
	.links a{
		width: 28px;
		line-height: 28px;
		font-size: 16px;
	}
}
@media screen and (max-width:1440px) {
	.product-comm-text p{
		font-size: 0.8125rem;
	}
	.product-comm-text h3{
		font-size: 1.5rem;
	}
	.product-comm-text h4{
		font-size: 1.5rem;
	}
	.title-comm h3{
		font-size: 2rem;
	}
	.about-comm-text h3{
		font-size: 1.5rem;
	}
	.about-comm-desc{
		font-size: 0.8125rem;
	}
	.about-comm-text ol li{
		padding-left: 45px;
		background-size: 35px auto;
	}
	.about-comm-text ol li h4{
		font-size: 1.5rem;
		margin-bottom: 6px;
	}
	.about-comm-text ol li h4 em{
		font-size: 1.125rem;
	}
	.about-comm-text ol li p{
		font-size: 0.75rem
	}
	.about-comm-text a{
		font-size: 0.8125rem;
		width: 140px;
		line-height: 40px;
	}
	.context01,
	.context02{
		border-radius: 12px;
	}
	.context-text h3{
		font-size: 2rem;
	}
	.context-text h4{
		font-size: 2rem;
	}
	.context-text p{
		font-size: 0.8125rem;
	}
	.context-top a{
		width: 110px;
		height: 38px;
		font-size: 0.75rem;
		line-height: 38px;
	}
	.context-bottom ul li h3{
		font-size: 1rem;
	}
	.context-bottom ul li p{
		font-size: 0.75rem;
	}
	.index-cer-text h3{
		font-size: 1.625rem;
	}
	.index-cer-text p{
		font-size: 0.875rem;
	}
	.index-cer-text a{
		width: 120px;
		font-size: 0.75rem;
		line-height: 40px;
	}
	.news-comm ul li time{
		font-size: 0.8125rem;
	}
	.news-comm ul li h4{
		font-size: 1.25rem;
	}
	.news-comm ul li p{
		font-size: 0.8125rem;
	}
	.footer-left h3{
		font-size: 1.125rem;
	}
	.footer-left ul li{
		font-size: 0.8125rem;
	}
	.footer-left ul li span.w20{
		width: 55px;
	}
	.footer-left ul li span.w80{
		width: calc(100% - 55px);
	}
	.footer-msg input[type="text"]{
		font-size: 0.8125rem;
		line-height: 45px;
	}
	.footer-msg em{
		bottom: -26px;
		font-size: 13px;
	}
	.footer-msg textarea{
		font-size: 0.8125rem;
		line-height: 16px;
		height: 96px;
	}
	.footer-msg input[type="submit"]{
		width: 120px;
		font-size: 13px;
		line-height: 42px;
	}
	.copy-box{
		font-size: 0.8125rem;
		line-height: 70px;
	}
	.links a{
		width: 24px;
		line-height: 24px;
		font-size: 15px;
	}
}




.about-box{
	padding: 6% 0;
	overflow: hidden;
	background-color: #f4f4f4;
}
.index-title{
	padding-bottom: 3vw;
}
.index-title h4{
	/* font-family: "gothambold"; */
	font-size: 1.625rem;
	line-height: 1.5;
	color: #dc152c;
	margin-bottom: 10px;
}
.index-title h2{
	font-size: 2.875rem;
	font-family: "gothambold";
	text-transform: uppercase;
	line-height: 1.1;
	color: #000;
}
.index-title h4.white,
.index-title h2.white{
	color: #fff;
}
.about-box .index-title,
.about-3 .index-title,
.about-4 .index-title,
.service-1-text .index-title,
.service-2-text .index-title,
.service-3-right .index-title{
	padding-bottom: 1.82vw;
}

.about-desc{
	width: 100%;
	margin-bottom: 3vw;
}
.about-desc p{
	font-size: 1.125rem;
	line-height: 1.6;
	color: #898989;
}
.radius{
	border-radius: 14px;
}
.about-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}
.about-img{
	width: 54.875%;
}
.about-num{
	width: 45%;
}
.about-num ol{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-num ol li{
	width: 50%;
	padding: 6% 0;
	text-align: center;
}
.about-num ol li h4{
	font-size: 3rem;
	font-family: "gothambold";
	color: #000;
}
.about-num ol li em{
	font-size: 1.75rem;
	font-style: normal;
	vertical-align: text-top;
}
.about-num ol li p{
	font-size: 1rem;
	line-height: 2;
	margin-bottom: 1.5vw;
}
.about-num ol li i{
	display: block;
	width: 10%;
	height: 0.32vw;
	background-color: #dc152c;
	border-radius: 30px;
	margin: 0 auto;
}
.about-2{
	padding: 5% 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: #313131;
}
.about-3-text .about-3-con{
	width: 60%;
	padding-right: 7%;
}
.about-3-text p{
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-bottom: 13%;
}
.about-3-text img{
	width: 80.3%;
}
.about-container{
	width: 72.91%;
	margin: 0 auto;
}
.about-4{
	width: 100%;
	height: 41.1979vw;
	background: url(../images/about_4.jpg) center center/cover no-repeat;
}
.about-4 .container{
	height: 100%;
	display: flex;
	align-items: center;
}
.about-4-text{
	width: 35%;
}
.about-4-text p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10%;
}
.about-4-text img{
	width: 19.427vw;
	min-width: 256px;
}





.about-5{
	padding: 5% 0;
	background-color: #3e3e3e;
}
.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: 25rem;
	line-height: 1;
	color: #eef4f6;
	z-index: -1;
}
.about-5-text div{
	width: 80%;
	height: 40%;
}
.about-5-text h3{
	font-size: 2.5rem;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.about-5-text p{
	font-size: 1rem;
	line-height: 1.6;
}
.about-5-bottom{
	position: relative;
	margin-top: 4%;
}
.about-5-bottom::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #8b8b8b;
	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 #3e3e3e;
	background-color: #3e3e3e;
	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 #8b8b8b;
	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: #8b8b8b;
}
.about-5-bottom b{
	display: block;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
	color: #8b8b8b;
}
.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;
}
.foot{
	padding: 3.5% 0;
	background-color: #222;
}
.foot .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.foot-text{
	font-size: 1rem;
	text-align: right;
	line-height: 2.5;
	text-transform: uppercase;
}
.foot-text a:hover{
	color: #fff;
}
.foot-links a{
	font-size: 1.5rem;
	margin-right: 13px;
}
.foot-links a:hover{
	color: #fff;
}
@media screen and (max-width:1680px) {
	.index-title h4{
		font-size: 1.375rem;
	}
	.index-title h2{
		font-size: 2.5rem;
	}
	.about-desc p{
		font-size: 1rem;
	}
	.radius{
		border-radius: 12px;
	}
	.about-num ol li h4{
		font-size: 2.5rem;
	}
	.about-num ol li em{
		font-size: 1.5rem;
	}
	.about-num ol li p{
		font-size: 0.90625rem;
	}
	.about-3-text p,
	.about-4-text p,
	.about-5-bottom b,
	.about-5-text p{
		font-size: 0.90625rem;
	}
	.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: 2.1875rem;
		margin-bottom: 22px;
	}
	.about-5-text i{
		bottom: -60px;
		font-size: 17.5rem;
	}
	.foot-text{
		font-size: 0.90625rem;
	}
	.foot-links a{
		font-size: 1.375rem;
		margin-right: 11px;
	}
}
@media screen and (max-width:1440px) {
	.index-title h4{
		font-size: 1.125rem;
	}
	.index-title h2{
		font-size: 2.125rem;
	}
	.about-desc p{
		font-size: 0.875rem;
	}
	.radius{
		border-radius: 10px;
	}
	.about-num ol li h4{
		font-size: 2.125rem;
	}
	.about-num ol li em{
		font-size: 1.25rem;
	}
	.about-num ol li p{
		font-size: 0.8125rem;
	}
	.about-3-text p,
	.about-4-text p,
	.about-5-bottom b,
	.about-5-text p{
		font-size: 0.8125rem;
	}
	.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: 1.75rem;
		margin-bottom: 15px;
	}
	.about-5-text i{
		bottom: -45px;
		font-size: 12.5rem;
	}
	.foot-text{
		font-size: 0.8125rem;
	}
	.foot-links a{
		font-size: 1.25rem;
		margin-right: 10px;
	}
}

.projects-ban{
	width: 100%;
	height: 38.229vw;
	min-height: 505px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/projects.jpg) center center/cover no-repeat;
}
.projects-ban h2{
	font-family: 'gothambold';
	font-size: 6.875rem;
	text-transform: uppercase;
	color: #fff;
}
.projects-1{
	padding: 6% 0;
	background-color: #272727;
}
.projects-1 ul{
	display: flex;
	justify-content: space-around;
}
.projects-1 ul li{
	width: 32%;
	padding: 5% 4%;
	text-align: center;
	background-color: #2f2f2f;
	border-radius: 18px;
}
.projects-1 ul li img{
	width: 8.333333vw;
	min-width: 110px;
	margin-bottom: 10px;
}
.projects-1 ul li h3{
	font-size: 1.875rem;
	color: #fff;
	line-height: 2;
}
.projects-1 ul li p{
	font-size: 1.125rem;
	line-height: 1.6;
	opacity: .5;
	color: #fff;
}
.projects-2{
	padding: 6% 0 9%;
	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: #404040;
}
.projects-2-right .projects-2-text{
	background-color: #c02922;
}
.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-ban h2{
		font-size: 6.25rem;
	}
	.projects-1 ul li h3{
		font-size: 1.5625rem;
	}
	.projects-1 ul li p{
		font-size: 1rem;
	}
	.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-ban h2{
		font-size: 90px;
	}
	.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-ban h2{
		font-size: 5rem;
	}
	.projects-1 ul li h3{
		font-size: 1.25rem;
	}
	.projects-1 ul li p{
		font-size: 0.875rem;
	}
	.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;
	}
}



.service-ban{
	width: 100%;
	height: 38.229vw;
	min-height: 505px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/service.jpg) center center/cover no-repeat;
}
.service-ban h2{
	font-family: 'gothambold';
	font-size: 6.875rem;
	text-transform: uppercase;
	color: #fff;
}
.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;
	margin-bottom: 10%;
}
.service-1-text img{
	width: 72%;
}
.service-2{
	position: relative;
	width: 100%;
	height: 38.6979vw;
	min-height: 510px;
	background-color: #000;
}
.service-2 video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	opacity: .7;
}
.service-2 .container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.service-2-text p{
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
}
.service-2-bottom{
	padding: 4% 0 5%;
	background-color: #303030;
}
.service-2-bottom ul{
	display: flex;
	justify-content: space-between;
}
.service-2-bottom ul li{
	position: relative;
	width: 12%;
	padding: 2.5% 0;
	text-align: center;
	background-color: #dc152c;
	border-radius: 13px;
	overflow: hidden;
}
.service-2-bottom ul li i{
	position: absolute;
	right: -8%;
	bottom: -20%;
	z-index: 0;
	font-size: 11.875rem;
	line-height: 1;
	color: #de2e3f;
}
.service-2-bottom ul li img{
	position: relative;
	z-index: 1;
	width: 35%;
	max-width: 65px;
	margin-bottom: 3%;
}
.service-2-bottom ul li h3{
	position: relative;
	z-index: 1;
	font-size: 1.125rem;
	font-weight: normal;
	color: #fff;
	line-height: 1.3;
}
.service-3{
	padding: 6% 0;
}
.service-3-left{
	width: 52%;
}
.service-3-right{
	width: 50%;
	padding: 7% 5%;
	margin-left: -2%;
	background-color: #f6f6f6;
	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: 1.125rem;
	line-height: 1.8;
}
.service-3 ul{
	display: flex;
	justify-content: space-between;
}
.service-3 ul li{
	width: 24.125%;
	border-radius: 15px;
	overflow: hidden;
}

@media screen and (max-width:1680px) {
	.service-ban h2{
		font-size: 6.25rem;
	}
	.service-1-text p,
	.service-2-text p,
	.service-3-right p{
		font-size: 1rem;
	}
	.service-2-bottom ul li i{
		font-size: 10rem;
	}
	.service-2-bottom ul li h3{
		font-size: 1rem;
	}
}
@media screen and (max-width:1440px) {
	.service-ban h2{
		font-size: 5rem;
	}
	.service-1-text p,
	.service-3-right p,
	.service-2-text p{
		font-size: 0.875rem;
	}
	.service-2-bottom ul li i{
		font-size: 8.125rem;
	}
	.service-2-bottom ul li h3{
		font-size: 0.875rem;
	}
}


.contact-banner{
	width: 100%;
	height: 34.01vw;
	min-height: 450px;
	background: url(../images/contact.jpg) center center/cover no-repeat;
}

.contact-box{
	padding: 5% 0;
}
.online-list{
	float: left;
	width: 19.01%;
}
.online-list ul {
    display: flex;
    justify-content: space-between;
}
.online-list ul li {
	position: relative;
    width: 100%;
	min-width: 215px;
	padding: 18% 0;
    text-align: center;
	background-color: #fff;
	border-radius: 14px;
}
.oneline-img {
    width: 45%;
    margin: 0 auto 5%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 25px -10px rgb(0 0 0 / 25%);
}
.online-list ul li h4 {
    font-size: 1.125rem;
    line-height: 1;
    color: #000;
    margin-bottom: 3%;
}
.online-list ul li p {
    font-size: 0.875rem;
    line-height: 1.8;
    color: #979797;
}
.online-list ul li strong{
	font-size: 1rem;
	color: #000;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.online-list ul li b{
	font-size: 1rem;
	color: #000;
	font-weight: normal;
}
.online-list ul li:hover{
	background-color: #363739;
}
.online-list ul li:hover h4,
.online-list ul li:hover b,
.online-list ul li:hover strong,
.online-list ul li:hover p{
	color: #fff;
}
.online-list ul li:hover .oneline-img{
	width: 40%;
	border: 4px solid #dc152c;
	transform: translateY(-65%);
}
.online-list ul li:hover h4{
	transform: translateY(-420%);
}
.online-list ul li:hover p{
	transform: translateY(-60%);
}
.online-list ul li a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4%;
	width: 50%;
	font-size: 16px;
	color: #fff;
	line-height: 55px;
	margin: 0 auto;
	border-radius: 30px;
	background-color: #dc152c;
	opacity: 0;
	visibility: hidden;
}
.online-list ul li:hover a{
	opacity: 1;
	visibility: visible;
	bottom: 10%;
}

.contact-item{
	position: relative;
	float: right;
	width: 79%;
	display: flex;
	padding: 6% 4%;
	justify-content: space-between;
	align-items: center;
	border-radius: 18px;
	background-color: #fff;
	overflow: hidden;
}
.contact-item::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 4px;
	background-color: #000;
}
.contact-desc{
	width: 17.625vw;
	min-width: 210px;
}
.contact-item ul li{
	margin-bottom: 7%;
}
.contact-item ul li:last-child{
	margin-bottom: 0;
}
.contact-item ul li i{
	display: block;
	width: 24px;
	height: 30px;
	background-position: center;
	background-size: auto 100%;
	margin-bottom: 5px;
}
.contact-item ul li h4{
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.6;
	color: #000;
}
.contact-item ul li p{
	font-size: 1rem;
	line-height: 1.6;
}
.con01{
	background-image: url(../images/cat_01.png);
}
.con02{
	background-image: url(../images/cat_02.png);
}
.con03{
	background-image: url(../images/cat_03.png);
}

.contact-msg{
	width: 65%;
}
.contact-msg form{
	display: block;
	border-radius: 20px;
}
.con-name,.con-email{
	margin-right: 5%;
}
.con-name,.con-email,.con-tel{
	position: relative;
	width: 30%;
	margin-bottom: 35px;
	border-bottom: 1px solid #c4c4c4;
}
.contact-msg input[type="text"]{
	width: 75%;
	font-size: 14px;
	line-height: 50px;
	border: 0;
	background: none;
}
.contact-msg em{
	position: absolute;
	bottom: -30px;
	left: 0;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
}
.contact-msg textarea{
	width: 100%;
	height: 150px;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 30px;
	background: none;
	border: 0;
	border-bottom: 1px solid #c4c4c4;
}
.con-submit{
	padding-top: 55px;
}
.con-submit input[type="submit"]{
	width: 172px;
	font-size: 14px;
	line-height: 48px;
	color: #fff;
	background-color: #dc152c;
	border: 0;
	border-radius: 30px;
}

.Validform_wrong{
	color: red;
}
.Validform_right{
	color: green;
}

@media screen and (max-width:1680px) {
	.online-list ul li h4 {
	    font-size: 1rem;
	}
	.online-list ul li p {
	    font-size: 0.8125rem;
	}
	.online-list ul li strong{
		font-size: 0.90625rem;
	}
	.online-list ul li b{
		font-size: 0.90625rem;
	}
	.online-list ul li a{
		font-size: 0.84375rem;
		line-height: 48px;
	}
	.contact-item ul li p{
		font-size: 1rem;
		line-height: 1.6;
	}
	.contact-item ul li i{
		width: 21px;
		height: 26px;
	}
	.contact-item ul li h4{
		font-size: 1rem;
	}
	.contact-item ul li p{
		font-size: 0.8125rem;
	}
	.contact-msg from{
		border-radius: 16px;
	}
	.con-name, .con-email, .con-tel{
		margin-bottom: 30px;
	}
	.contact-msg input[type="text"]{
		font-size: 13px;
		line-height: 45px;
	}
	.contact-msg em{
		font-size: 13px;
		line-height: 26px;
	}
	.contact-msg textarea{
		font-size: 13px;
		line-height: 26px;
		height: 120px;
	}
	.con-submit {
	    padding-top: 45px;
	}
	.con-submit input[type="submit"] {
	    width: 162px;
	    font-size: 13px;
	    line-height: 44px;
	}
}
@media screen and (max-width:1440px) {
	.online-list ul li h4 {
	    font-size: 14px;
	}
	.online-list ul li p {
	    font-size: 0.75rem;
	}
	.online-list ul li strong{
		font-size: 0.8125rem;
	}
	.online-list ul li b{
		font-size: 0.8125rem;
	}
	.contact-item ul li i{
		width: 18px;
		height: 22px;
	}
	.contact-item ul li h4{
		font-size: 14px;
	}
	.contact-item ul li p{
		font-size: 0.75rem;
	}
	.online-list ul li a{
		font-size: 0.8125rem;
		line-height: 40px;
	}
	.contact-msg from{
		border-radius: 12px;
	}
	.con-name, .con-email, .con-tel{
		margin-bottom: 25px;
	}
	.contact-msg input[type="text"]{
		font-size: 12px;
		line-height: 40px;
	}
	.contact-msg em{
		font-size: 12px;
		line-height: 22px;
	}
	.contact-msg textarea{
		font-size: 12px;
		line-height: 22px;
		height: 90px;
	}
	.con-submit {
	    padding-top: 35px;
	}
	.con-submit input[type="submit"] {
	    width: 172px;
	    font-size: 14px;
	    line-height: 48px;
	}
	.con-submit input[type="submit"] {
	    width: 152px;
	    font-size: 12px;
	    line-height: 40px;
	}
}



.news-box{
	padding: 80px 0;
	overflow: hidden;
}
.news-list ol li{
    position: relative;
    margin-bottom: 25px;
    background: #fff;
	overflow: hidden;
	transition: all 0.5s;
}
.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{
    float: left;
    width: 25%;
    height: 224px;
	background: url(logo02.png) center no-repeat #f4f4f4;
    background-size: 150px;
	overflow: hidden;
}
.news-list ol li .news-img div{
    width: 100%;
    height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list ol li .news-info{
	position: absolute;
	top: 50px;
	left: 30%;
    width: 50%;
	transition: all 0.5s;
}
.news-list ol li .news-info h3{
    display: block;
    width: 100%;
    padding-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #333;
	overflow: hidden;
}
.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: 30px;
}
.news-list ol li:hover .news-info h3{
	color: #dc152c;
}



.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: #dc152c;
	border-radius: 40px;
	cursor: pointer;
}
.news_content{
	float: right;
	width: 70%;
	font-size: 16px;
	padding: 50px 35px;
	line-height: 28px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_content img{
	max-width: 100%;
	width: auto;
}
.news_show_content p {
	margin_-bottom: 10px;
}
.news_info a:hover{
	background-color: #dc152c;
}
.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: 15px;
	}
	.news_info a{
		padding: 15px 8px;
		font-size: 15px;
		width: 170px;
	}
	.news_show_left{
		padding: 28px;
	}
	.news_show_left h2{
		font-size: 1.4em;
	}
	.news_content{
		font-size: 15px;
	}
}
@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_show_left h2{
		font-size: 1.3em;
	}
	.news_info{
		font-size: 14px;
	}
	.news_info a{
		padding: 12px 8px;
		font-size: 14px;
		width: 140px;
	}
	.news_content{
		font-size: 14px;
	}
}


/* 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: #dc152c;
	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-serach{
	position: relative;
	z-index: 1;
	transform: translateY(-50%);
}
.product-serach form{
	display: block;
	margin: 0 auto;
	width: 45%;
	overflow: hidden;
	border-radius: 10px;
	border: 3px solid #fff;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.product-serach input[type="text"]{
	float: left;
	width: calc(100% - 100px);
	line-height: 55px;
	font-size: 16px;
	padding: 0 30px;
	background-color: #fff;
	border-radius: 30px;
	border: 0;
}
.product-serach input[type="submit"]{
	float: right;
	width: 100px;
	height: 55px;
	border-radius: 8px;
	background: url(search_icon.png) center center/36px 36px no-repeat #ef8b2b;
	cursor: pointer;
}


.pro-type{
	font-size: 0;
	display: flex;
	justify-content: center;
}
.pro-type .pro-item{
	width: 10vw;
	min-width: 140px;
}
.pro-type .pro-item > a{
	position: relative;
	display: inline-block;
	padding: 20px 0;
}
.pro-type .pro-img{
	width: 60px;
	height: 60px;
	margin: 0 auto 8px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.pro-type .pro-item > a h3{
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.pro-type .pro-item > a::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: 0 auto;
	display: block;
	width:  0;
	height: 2px;
	background-color: #dc152c;
	transition: 0.3s all;
}
.pro-type .pro-item > a.on::after,
.pro-type .pro-item > a:hover::after{
	width: 100%;
}

.pro-type .pro-item > a:hover h3,
.pro-type .pro-item > a.on h3{
	color: #dc152c;
}
.pro-type .pro-item > a.on .pro-img,
.pro-type .pro-item > a:hover .pro-img{
	background-position: 0 -60px;
}


.item-menu{
	position: absolute;
	top: 124px;
	left: 50%;
	z-index: 10;
	height: 0;
	min-height: 0;
	max-height: 0;
	margin-left: -100px;
	width: 200px;
	background-color: #fff;
	box-shadow: 0 12px 20px -10px rgba(0,0,0,.15);
	overflow: hidden;
}
.item-menu a{
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.item-menu a:hover{
	color: #fff;
	background-color: #dc152c;
}

.pro-type .pro-item:hover .item-menu{
	height: auto;
	min-height: auto;
	max-height: 400px;
}


.product-box{
	padding: 4.5% 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: #dc152c;
}

.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: #dc152c;
}

@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: #dc152c;
	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: #dc152c;
	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: #dc152c;
	border-radius: 3px;
}

.info-box{
	padding-top: 10%;
	font-size: 16px;
	margin-bottom: 16%;
	color: #7b7b7b;
}
.info-box a{
	color: #dc152c;
	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;
	height: 540px;
	padding: 30px 35px 50px;
	margin-bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #dc152c;
	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: 35px;
}
.consult-top h5{
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	color: #000;
}
.consult-top input[type="text"]{
	width: 100%;
	color: #000;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #acacac;
	background: none;
}
.consult-top input[type="text"]::placeholder { /* Edge */
	color: #999;
}

.consult-name{
	position: relative;
	margin-bottom: 35px;
}
.consult-email{
	position: relative;
	margin-bottom: 30px;
}
.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: #1f1f1f;
	border-radius: 10px;
}
.consult-item{
	padding: 8% 6% 3%;
	border-radius: 6px;
	background-color: #fff;
	margin-bottom: 20px;
}
.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: #dc152c;
	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: 30px;
	height: 30px;
	background-size: cover;
	vertical-align: middle;
}
.pro01{
	background-image: url(../images/pro_icon01.png);
}
.pro02{
	background-image: url(../images/pro_icon02.png);
}
.pro03{
	background-image: url(../images/pro_icon03.png);
}
.pro04{
	background-image: url(../images/pro_icon04.png);
}
.pro05{
	background-image: url(../images/pro_icon05.png);
}



.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: #dc152c;
}
.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: 16px;
	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: #dc152c;
}

.product-highlights ul,
.product-features ul{
	padding: 6%;
	background-color: #fff;
}
.product-highlights ul li,
.product-features ul li{
	font-size: 16px;
	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: #dc152c;
}
.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: 5%;
}
.swiper-recom .swiper-slide a em{
	position: absolute;
	top: 18px;
	right:18px;
	color: #fff;
	padding: 3px 8px;
	border-radius: 30px;
	font-size: 12px;
	background-color: #dc152c;
	font-style: normal;
}
.swiper-recom .swiper-slide a .img{
	overflow: hidden;
	margin-bottom: 5%;
}
.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) {
	.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: 15px;
	}
	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: 15px;
		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) {
	.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: 14px;
	}
	.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: 14px;
		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;
}

.botmbar_list{
	position: fixed;
	z-index: 30;
	width: 40px;
	right: 2%;
	bottom: 8%;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.botmbar_list a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}
.botmbar_list a .botmbar_img{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box{
	position: absolute;
	top: 50%;
	right: 50px;
	text-align: center;
	z-index: 1;
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
}
.botmbar_box i{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -4px;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	transform: rotate(45deg);
}
.botmbar_box .radius{
	padding: 4px;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box .botmbar_tel{
	border-radius: 4px;
    width: 170px;
	padding: 12px;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box .radius img{
	width: 150px;
	height: 150px;
	min-width: 150px;
}
.botmbar_list a:hover .botmbar_box{
	visibility: visible;
	opacity: 1;
}