

.header{
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 99;
	min-width: 1300px;
	width: 100%;
	transition: none;
}
.header .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_right{
	display: flex;
}
.logo{
	display: block;
	width: 154px;
	height: 71px;
	background: url(../images/logo.png) center center/cover no-repeat;
}
.logo img{
	width: 100%;
}
nav ul{
	display: flex;
	justify-content: space-around;
}
nav ul li{
	padding: 0 23px;
}
nav ul li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 100px;
	color: #fff;
	text-transform: uppercase;
}
nav ul li a::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 4px;
	background-color: #e60012;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
nav ul li a:hover::after,
nav ul li a.active::after{
	width: 100%;
}

.header_bg{
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(0,0,0,.35);
}
.header_bg .logo,
.header_color .logo{
	background-image: url(../images/logo02.png);
}
.header_bg nav ul li a,
.header_color nav ul li a{
	color: #000;
}

.head_search{
	position: relative;
	width: 45px;
	height: 100px;
	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: 100px;
	padding: 0 15px;
	width: 240px;
	height: 0;
	overflow: hidden;
	transition: all 0.4s 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: 0;
	color: #999;
	font-size: 12px;
	padding: 0 10px;
	text-align: left;
}
.head_search input[type="submit"] {
	display: block;
	float: right;
	width: 50px;
	height: 30px;
	background-image: url(search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #e60012;
}

.head_search:hover form {
	height: 60px;
	padding: 15px 15px;
}

.header_bg .head_search i,
.header_color .head_search i{
	background-image: url(search.png);
}

.header.active {
    position: fixed;
    top: 0;
    transform: translateY(-101%);
}
.header.active.slideDown, .header.active.slideUp {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.header.active.slidedowm {
    transform: translateY(0);
}

@media screen and (max-width:1680px) {
	.logo{
		width: 148px;
		height: 68px;
	}
	nav ul li{
		padding: 0 20px;
	}
	nav ul li a{
		font-size: 15px;
		line-height: 95px;
	}
	.head_search{
		height: 95px;
	}
	.head_search form {
		top: 95px;
	}
}
@media screen and (max-width:1440px) {
	.logo{
		width: 142px;
		height: 65px;
	}
	nav ul li{
		padding: 0 17px;
	}
	nav ul li a{
		font-size: 14px;
		line-height: 90px;
	}
	.head_search{
		height: 90px;
	}
	.head_search form {
		top: 90px;
	}
}


.inBanner{
	position: relative;
	display: block;
	width: 100%;
	height: 46.875vw;
	min-height: 645px;
	background: url(load.gif) center no-repeat;
}
.inBanner .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.inBanner-pagination{
	position: absolute;
	left: 93%;
	z-index: 10;
	width: fit-content;
	height: fit-content;
	transform: translateY(-50%);
	text-align: center;
	transition: none;
}
.inBanner-pagination span{
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin: 0 5px;
}
.inBanner-pagination span.swiper-pagination-bullet-active{
	background-color: #e60012;
}


.gray_bg{
	background-color: #f8f8f8;
}


.inTitle{
	margin-bottom: 70px;
}
.inTitle::before{
	content: "";
	display: block;
	width: 80px;
	height: 28px;
	margin-bottom: 10px;
	background: url(../images/title_icon.png) center center/cover no-repeat;
}
.inTitle h2{
	font-size: 3rem;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: bold;
}
.inTitle p{
	float: right;
	font-size: 1rem;
	line-height: 2;
	color: #fff;
	margin-top: 12px;
}

.white{
	color: #fff;
}
.gray{
	color: #474747;
}


.inProduct{
	padding: 70px 0;
	background-color: #4a68a6;
}
.inProduct .swiper-container{
	padding: 0 8.3333333335%;
}
.inProduct .swiper-slide{
	width: 27.625%;
	margin-right: 5%;
}
.inProduct .swiper-slide .pro-img{
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 5%;
}
.inProduct .swiper-slide .pro-img img{
	width: 100%;
}
.inProduct .swiper-slide:last-child{
	margin-right: 0;
}
.inProduct .swiper-slide a:hover img{
	transform: scale(1.05,1.05);
}

.inProduct .swiper-slide .pro-text h5{
	font-size: 1rem;
	line-height: 2;
	color: #fff;
	margin-bottom: 3%;
}
.inProduct .swiper-slide .pro-text h3{
	width: 50%;
	font-size: 1.875rem;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
}

.product-pagination{
	position: relative;
	width: 100%;
	height: 3px;
	margin-top: 3%;
	background-color: rgba(255,255,255,.2);
}
.product-pagination span.swiper-pagination-progressbar-fill{
	border-radius: 30px;
	background-color: #e60012;
}


.inAbout{
	width: 100%;
	padding-top: 8%;
	height: 47.9166vw;
	min-height: 624px;
	background: url(../images/inabout.jpg) center center/cover no-repeat;
}
.more{
	display: block;
	font-size: 1rem;
	width: 190px;
	text-align: center;
	line-height: 55px;
	border: 1px solid #e60012;
	border-radius: 30px;
}
.inAbout .more{
	color: #000;
}
.more:hover{
	color: #fff;
	background-color: #e60012;
}

.inService{
	padding: 90px 0;
	background-color: #313131;
}
.inService .content{
	display: flex;
	justify-content: space-between;
}
.inService-img{
	width: 51.375%;
}
.inService-img img{
	width: 100%;
}
.inService-text{
	width: 32.125%;
	margin-right: 7%;
	padding-top: 5%;
}
.inService-text .inTitle{
	margin-bottom: 40px;
}
.inService-text p{
	font-size: 1rem;
	line-height: 2;
	color: #fff;
	margin-bottom: 85px;
}
.inService .more{
	color: #fff;
}
.inService-bottom{
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: -6%;
}
.inService-bottom img{
	width: 39.8475%;
}
.inBox{
	padding: 70px 0;
}
.inProjects{
	position: relative;
	display: block;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 70px;
}
.inProjects img{
	width: 100%;
}
.inProjects:hover img{
	transform: scale(1.03,1.03);
}
.inProjects-text{
	position: absolute;
	left: 5%;
	bottom: 10%;
}
.inProjects-text .inTitle{
	margin-bottom: 14px;
}
.inProjects-text p{
	font-size: 1rem;
	line-height: 1.6;
	color: #fff;
}

.inNews .swiper-slide{
	width: 32%;
	margin-right: 2%;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.4s;
}
.inNews .swiper-slide .news-img{
	border-radius: 10px;
	overflow: hidden;
}
.inNews .swiper-slide .news-img span{
	display: block;
	width: 100%;
	padding-bottom: 54.26%;
	background-size: cover;
	background-position: center;
}
.inNews .swiper-slide:hover{
	background-color: #e60012;
}
.inNews .swiper-slide .news-text{
	padding: 7%;
}
.inNews .swiper-slide .news-text h4{
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 28px;
	height: 56px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	color: #000;
	transition: all 0.4s;
	margin-bottom: 10px;
}
.inNews .swiper-slide .news-text p{
	font-size: 1rem;
	color: #949494;
	line-height: 24px;
	height: 48px;
	transition: all 0.4s;
}
.inNews .swiper-slide:hover h4,
.inNews .swiper-slide:hover p{
	color: #fff;
}
.inNews .swiper-slide:hover span{
	transform: scale(1.04,1.04);
}

.news-prev,.news-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
}
.news-prev{
	left: -90px;
	background: url(../images/brand_prv.png) center center/auto 70% no-repeat #ccc;
}
.news-next{
	right: -90px;
	background: url(../images/brand_next.png) center center/auto 70% no-repeat #ccc;
}
.news-prev:hover,
.news-next:hover{
	background-color: #e60012;
}


.footer{
	padding: 80px 0;
	background-color: #f5f6f8;
}
.footer .content{
	display: flex;
	justify-content: space-between;
}
.footer dl dt{
	font-weight: bold;
	font-size: 1.125rem;
	color: #000;
	line-height: 3;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer dl dd{
	line-height: 2.4;
}
.footer dl dd a{
	font-size: 1rem;
	color: #909090;
}
.footer dl dd a:hover{
	color: #e60012;
}
.footer-text{
	width: 386px;
}
.footer-text img{
	float: right;
	width: 82.64%;
	margin-bottom: 50px;
}

.footer-text form{
	clear: both;
	overflow: hidden;
	border-bottom: 2px solid #000;
}
.footer-text input[type="text"]{
	float: left;
	width: calc(100% - 70px);
	padding: 0 5px;
	font-size: 1rem;
	line-height: 50px;
	border: 0;
	background: none;
}
.footer-text input[type="submit"]{
	float: right;
	width: 70px;
	height: 50px;
	background: url(search.png) center center no-repeat;
}
.copyBox{
	padding: 55px 0;
	font-size: 0.875rem;
	line-height: 2;
	color: #747474;
	background-color: #313131;
}
.copyBox a{
	font-size: 0.875rem;
	color: #747474;
	text-transform: uppercase;
}
.foot-links{
	float: right;
	padding-top: 14px;
}
.foot-links a{
	display: inline-block;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	color: #717171;
	font-size: 16px;
	margin-left: 7px;
}
.foot-links a:hover{
	color: #fff;
	background-color: #e60012;
}

@media screen and (max-width:1680px) {
	.inTitle{
		margin-bottom: 60px;
	}
	.inTitle::before{
		width: 65px;
		height: 23px;
		margin-bottom: 7px;
	}
	.inTitle h2{
		font-size: 2.6rem;
	}
	.inTitle p{
		font-size: 0.875rem;
		margin-top: 14px;
	}
	
	.inProduct .swiper-slide .pro-img{
		border-radius: 12px;
	}
	.inProduct .swiper-slide .pro-text h5{
		font-size: 0.875rem;
	}
	.inProduct .swiper-slide .pro-text h3{
		font-size: 1.625rem;
	}
	
	.more{
		font-size: 0.875rem;
		width: 170px;
		line-height: 47px;
	}
	.inService-text .inTitle{
		margin-bottom: 30px;
	}
	.inService-text p{
		font-size: 0.875rem;
		margin-bottom: 70px;
	}
	
	.inBox{
		padding: 60px 0;
	}
	.inProjects{
		border-radius: 12px;
		overflow: hidden;
		margin-bottom: 60px;
	}
	
	.inNews .swiper-slide .news-text h4{
		font-size: 1.125rem;
		line-height: 26px;
		height: 52px;
	}
	.inNews .swiper-slide .news-text p{
		font-size: 0.875rem;
		line-height: 22px;
		height: 44px;
	}
	.news-prev,.news-next{
		width: 55px;
		height: 55px;
	}
	.news-prev{
		left: -80px;
	}
	.news-next{
		right: -80px;
	}
	
	.footer{
		padding: 70px 0;
	}
	.footer dl dt{
		font-size: 1rem;
		margin-bottom: 12px;
	}
	.footer dl dd a{
		font-size: 0.875rem;
	}
	.footer-text{
		width: 356px;
	}
	.footer-text img{
		float: right;
		width: 82.64%;
		margin-bottom: 40px;
	}
	.footer-text input[type="text"]{
		width: calc(100% - 65px);
		font-size: 0.875rem;
		line-height: 45px;
	}
	.footer-text input[type="submit"]{
		width: 65px;
		height: 45px;
	}
	.copyBox{
		padding: 45px 0;
	}
	.foot-links a{
		width: 28px;
		line-height: 28px;
		font-size: 15px;
		margin-left: 6px;
	}
}
@media screen and (max-width:1440px) {
	.inTitle{
		margin-bottom: 50px;
	}
	.inTitle::before{
		width: 50px;
		height: 18px;
		margin-bottom: 5px;
	}
	.inTitle h2{
		font-size: 2.2rem;
	}
	.inTitle p{
		font-size: 0.75rem;
		margin-top: 14px;
	}
	
	.inProduct .swiper-slide .pro-img{
		border-radius: 10px;
	}
	.inProduct .swiper-slide .pro-text h5{
		font-size: 0.75rem;
	}
	.inProduct .swiper-slide .pro-text h3{
		font-size: 1.375rem;
	}
	
	.more{
		font-size: 0.75rem;
		width: 140px;
		line-height: 40px;
	}
	.inService-text .inTitle{
		margin-bottom: 20px;
	}
	.inService-text p{
		font-size: 0.75rem;
		margin-bottom: 50px;
	}
	
	.inBox{
		padding: 50px 0;
	}
	.inProjects{
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 50px;
	}
	
	.inNews .swiper-slide .news-text h4{
		font-size: 1rem;
		line-height: 23px;
		height: 46px;
	}
	.inNews .swiper-slide .news-text p{
		font-size: 0.75rem;
		line-height: 20px;
		height: 40px;
	}
	.news-prev,.news-next{
		width: 50px;
		height: 50px;
	}
	.news-prev{
		left: -70px;
	}
	.news-next{
		right: -70px;
	}
	
	.footer{
		padding: 60px 0;
	}
	.footer dl dt{
		font-size: 0.875rem;
		margin-bottom: 10px;
	}
	.footer dl dd a{
		font-size: 0.75rem;
	}
	.footer-text{
		width: 316px;
	}
	.footer-text img{
		float: right;
		width: 82.64%;
		margin-bottom: 35px;
	}
	.footer-text input[type="text"]{
		width: calc(100% - 60px);
		font-size: 0.75rem;
		line-height: 40px;
	}
	.footer-text input[type="submit"]{
		width: 60px;
		height: 40px;
	}
	.copyBox{
		padding: 35px 0;
	}
	.foot-links a{
		width: 26px;
		line-height: 26px;
		font-size: 14px;
		margin-left: 5px;
	}
}




.aboutBanner{
	width: 100%;
	height: 42.3125vw;
	min-height: 550px;
	background: url(../images/about.jpg) center center/cover no-repeat;
}
.aboutBox{
	padding: 90px 0;
	background-color: #4a68a6;
}
.about-desc h3{
	font-size: 3rem;
	line-height: 2;
	color: #fff;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.about-desc p{
	font-size: 1rem;
	line-height: 1.8;
	color: rgba(255,255,255,.7);
}
.environmentBox{
	padding: 90px 0;
	background-color: #fff;
}
.environment_01{
	float: left;
	width: 40%;
	margin-right: 1%;
	overflow: hidden;
}
.environment_02,
.environment_03{
	float: left;
	width: 19%;
	margin: 0 1% 1% 0;
	overflow: hidden;
}
.environment_04{
	float: left;
	width: 19%;
	margin-bottom: 1%;
	overflow: hidden;
}
.environment_06{
	float: left;
	width: 39%;
	margin-right: 1%;
	overflow: hidden;
}
.environment_05{
	float: left;
	width: 19%;
	overflow: hidden;
}
.environmentBox img{
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.environment_01:hover img,
.environment_02:hover img,
.environment_03:hover img,
.environment_04:hover img,
.environment_05:hover img,
.environment_06:hover img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transform: scale(1.03,1.03);
}

.patentBox{
	width: 100%;
	height: 40.83333vw;
	min-height: 530px;
	background: url(../images/about_patent.jpg) center center/cover no-repeat;
}
.patentBox .content{
	display: flex;
	align-items: center;
	height: 100%;
}
.patentBox-centent{
	width: 50%;
}
.patentBox-centent ul li{
	float: left;
	width: calc(94%/7);
	margin: 0 1% 3% 0;
}
.patentBox-centent ul li:nth-child(7n){
	margin-right: 0;
}
.patentBox-centent ul li img{
	width: 100%;
}
.patentBox-centent ul li:hover{
	transform: translateY(-5px);
}
.certificationBox{
	padding: 90px 0;
	background-color: #fff;
}
.certificationBox .inTitle{
	margin-bottom: 30px;
}
.certificationBox p{
	width: 50%;
	font-size: 1rem;
	line-height: 1.7;
	color: #7c7c7c;
	margin-bottom: 45px;
}
.certificationBox ul li{
	float: left;
	width: calc(97%/4);
	background-color: #eee;
	margin: 0 1% 1% 0;
}
.certificationBox ul li img{
	width: 100%;
}
.certificationBox ul li:nth-child(4n){
	margin-right: 0;
}
.certificationBox ul li:hover{
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.roomBox{
	width: 100%;
	height: 40.3125vw;
	min-height: 525px;
	background: url(../images/about_room.jpg) center center/cover no-repeat;
}
.roomBox .content{
	height: 100%;
	display: flex;
	align-items: center;
}
.roomBox-content{
	width: 100%;
}
.roomBox .inTitle{
	margin-bottom: 35px;
}
.roomBox p{
	color: #fff;
	font-size: 1rem;
	line-height: 2;
	margin-bottom: 130px;
}
.roomBox ul{
	width: 28.75%;
}
.roomBox ul li{
	float: left;
	width: calc(94%/3);
	margin: 0 3% 3% 0;
}
.roomBox ul li:nth-child(3n){
	margin-right: 0;
}
.roomBox ul li img{
	width: 100%;
}

@media screen and (max-width:1680px) {
	.aboutBox,
	.environmentBox,
	.certificationBox{
		padding: 80px 0;
	}
	.about-desc h3{
		font-size: 2.625rem;
		margin-bottom: 20px;
	}
	.about-desc p,
	.certificationBox p{
		font-size: 0.875rem;
	}
	.roomBox .inTitle{
		margin-bottom: 25px;
	}
	.roomBox p{
		font-size: 0.875rem;
		margin-bottom: 95px;
	}
}
@media screen and (max-width:1440px) {
	.aboutBox,
	.environmentBox,
	.certificationBox{
		padding: 70px 0;
	}
	.about-desc h3{
		font-size: 2.25rem;
		margin-bottom: 15px;
	}
	.about-desc p,
	.certificationBox p{
		font-size: 0.75rem;
	}
	.roomBox .inTitle{
		margin-bottom: 15px;
	}
	.roomBox p{
		font-size: 0.875rem;
		margin-bottom: 65px;
	}
}




.projectsBanner{
	width: 100%;
	height: 42.03125vw;
	min-height: 545px;
	background: url(../images/projects.jpg) center center/cover no-repeat;
}
.projectInfo{
	padding: 90px 0;
	background: #eee;
}
.projectInfo ul{
	display: flex;
	justify-content: space-between;
}
.projectInfo ul li{
	position: relative;
	width: calc(100%/3);
	text-align: center;
}
.projectInfo ul li i{
	display: block;
	margin: 0 auto;
	width: 17%;
	max-width: 90px;
	background-color: #4a68a6;
	border-radius: 50%;
}
.projectInfo ul li i img{
	width: 100%
}
.projectInfo ul li h3{
	font-size: 1.625rem;
	line-height: 2.6;
}
.projectInfo ul li p{
	font-size: 1.125rem;
	line-height: 1.5;
	color: #747474;
}
.projectInfo ul li::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 1px;
	height: 40%;
	background-color: #c1bfc0;
	transform: translateY(-50%);
}
.projectInfo ul li:last-child::after{
	width: 0;
}
.proService{
	padding: 70px 0;
}
.proService-01{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin-bottom: 1%;
	height: 23.5416vw;
	min-height: 306px;
	border-radius: 14px;
	background: url(../images/projects_ser_01.jpg) center center/cover no-repeat;
}
.proService-01-desc{
	width: 37.5%;
	padding: 3% 4%;
	border-radius: 14px;
	background-color: #fff;
	margin-right: 4%;
}
.proService-01-desc h3{
	font-size: 1.75rem;
	line-height: 2.2;
	text-transform: uppercase;
}
.proService-01-desc p{
	font-size: 18px;
	color: #5e5e5e;
	line-height: 1.6;
}
.proService ul{
	display: flex;
	justify-content: space-between;
}
.proService ul li{
	width: 49.5%;
	border-radius: 14px;
}
.proService ul li i{
	display: block;
	border-radius: 14px;
	overflow: hidden;
}
.proService ul li img{
	width: 100%;
}
.proService ul li:nth-child(1){
	background-color: #61878f;
}
.proService ul li:nth-child(2){
	background-color: #80848d;
}
.proService-text{
	padding: 4.5% 6%;
}
.proService-text h3{
	font-size: 1.75rem;
	line-height: 1.8;
	color: #fff;
}
.proService-text p{
	font-size: 18px;
	line-height: 1.6;
	min-height: 56px;
	color: #fff;
}
.proCustomization{
	width: 100%;
	height: 40.5729vw;
	min-height: 528px;
	background: url(../images/projects_cus.jpg) center center/cover no-repeat;
}
.proCustomization .content{
	display: flex;
	align-items: center;
	height: 100%;
}
.proCustomization-content{
	width: 100%;
}
.proCustomization .inTitle{
	margin-bottom: 25px;
}
.proCustomization p{
	font-size: 1.125rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 150px;
}
.proCustomization-content img{
	width: 32.5%;
}
@media screen and (max-width:1860px) {
	.proService-01-desc h3,
	.proService-text h3{
		font-size: 1.625rem;
	}
	.proCustomization p{
		font-size: 1.0625rem;
	}
}
@media screen and (max-width:1680px) {
	.projectInfo{
		padding: 80px 0;
	}
	.projectInfo ul li h3{
		font-size: 1.4375rem;
	}
	.projectInfo ul li p{
		font-size: 1rem;
	}
	.proService{
		padding: 60px 0;
	}
	.proService-01{
		border-radius: 12px;
	}
	.proService-01-desc h3,
	.proService-text h3{
		font-size: 1.5rem;
	}
	.proService-01-desc p,
	.proService-text p{
		font-size: 1rem;
	}
	.proCustomization .inTitle{
		margin-bottom: 20px;
	}
	.proCustomization p{
		font-size: 1rem;
		margin-bottom: 120px;
	}
}
@media screen and (max-width:1545px) {
	.proService-01-desc h3,
	.proService-text h3{
		font-size: 1.375rem;
	}
	.proCustomization p{
		font-size: 0.875rem;
	}
}
@media screen and (max-width:1440px) {
	.projectInfo{
		padding: 70px 0;
	}
	.projectInfo ul li h3{
		font-size: 1.25rem;
	}
	.projectInfo ul li p{
		font-size: 0.875rem;
	}
	.proService{
		padding: 50px 0;
	}
	.proService-01{
		border-radius: 10px;
	}
	.proService-01-desc h3,
	.proService-text h3{
		font-size: 1.25rem;
	}
	.proService-01-desc p,
	.proService-text p{
		font-size: 0.875rem;
	}
	.proCustomization .inTitle{
		margin-bottom: 15px;
	}
	.proCustomization p{
		font-size: 0.8125rem;
		margin-bottom: 90px;
	}
}


.serviceBanner{
	width: 100%;
	height: 40.3125vw;
	min-height: 545px;
	background: url(../images/service.jpg) center center/cover no-repeat;
}
.chooseBox{
	padding: 70px 0;
	background-color: #eee;
}
.chooseBox img{
	width: 100%;
}
.choose-info{
	float: right;
	width: 38.75%;
	font-size: 1rem;
	line-height: 1.7;
	padding-top: 1.7%;
}
.outputBox{
	padding: 6% 0 0;
	overflow: hidden;
}
.outputBox .content{
	display: flex;
	justify-content: space-between;
}
.outputBox-img{
	width: 50%;
}
.outputBox-img img{
	width: 100.1%;
}
.outputBox-info{
	width: 50%;
	height: 33vw;
	padding: 7.5%;
	min-height: 444.8px;
	background-color: #8f9893;
	transition: all 0.05s;
}
.outputBox-info .inTitle{
	margin-bottom: 40px;
}
.outputBox-info p{
	font-size: 1rem;
	line-height: 1.8;
	color: #fff;
}
.oemBox{
	width: 100%;
	height: 46.6145vw;
	min-height: 606px;
	background: url(../images/service_oem.jpg) center center/cover no-repeat;
}
.oemBox .content{
	display: flex;
	align-items: center;
	height: 100%;
}
.oemBox-content{
	width: 100%;
}
.oemBox .inTitle{
	margin-bottom: 40px;
}
.oemBox-desc p{
	font-size: 1rem;
	line-height: 1.8;
	color: #fff;
}
.oemBox ul{
	margin-top: 4%;
	width: 52%;
	padding: 3% 3%;
	background-color: #fff;
	border-radius: 20px;
}
.oemBox ul li{
	float: left;
	width: 25%;
	text-align: center;
	margin: 2% 0;
}
.oemBox ul li img{
	width: 35%;
}
.oemBox ul li h3{
	font-weight: normal;
	font-size: 1rem;
	margin: 3% 0;
}
@media screen and (max-width:1680px) {
	.chooseBox{
		padding: 60px 0;
	}
	.choose-info,
	.outputBox-info p,
	.oemBox-desc p,
	.oemBox ul li h3{
		font-size: 0.875rem;
	}
	.oemBox ul{
		border-radius: 18px;
	}
}
@media screen and (max-width:1440px) {
	.chooseBox{
		padding: 50px 0;
	}
	.choose-info,
	.outputBox-info p,
	.oemBox-desc p,
	.oemBox ul li h3{
		font-size: 0.75rem;
	}
	.oemBox ul{
		border-radius: 16px;
	}
}


.contactBanner{
	width: 100%;
	height: 40.3125vw;
	min-height: 545px;
	background: url(../images/contact.jpg) center center/cover no-repeat;
}
.onlineBox{
	padding: 90px 0;
	background-color: #bdb4ab;
}
.onlineBox .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.onlineBox-left .inTitle{
	margin-bottom: 35px;
}
.onlineBox-left p{
	font-size: 1rem;
	line-height: 2;
	color: #fff;
}
.onlineBox ul{
	width: 75%;
}
.onlineBox ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.onlineBox ul li i{
	display: block;
	margin: 0 auto;
	width: 40%;
	border-radius: 50%;
	overflow: hidden;
}
.onlineBox ul li img{
	width: 100%;
}
.onlineBox ul li h3{
	font-size: 1.125rem;
	line-height: 2;
	color: #fff;
}
.onlineBox ul li p{
	margin-top: 5px;
	font-size: 1.25rem;
	line-height: 1.5;
	color: #fff;
}

.contactBox{
	padding: 70px 0;
	background-color: #fff;
}
.contactBox ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2%;
}
.contactBox ul li{
	width: calc(96%/3);
	padding: 3%;
	text-transform: uppercase;
	background-color: #313131;
}
.contactBox ul li h3{
	font-size: 1.5rem;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 20px;
}
.contactBox ul li p{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
.contact-msg{
	padding: 4%;
	background-color: #f4f4f4;
}
.contact-msg .con-name,
.contact-msg .con-email,
.contact-msg .con-tel{
	position: relative;
	float: left;
	width: 32%;
	margin-bottom: 20px;
	border-bottom: 1px solid #c9c9c9;
}
.contact-msg .con-name,
.contact-msg .con-email{
	margin-right: 2%;
}
.contact-msg input[type="text"]{
	width: calc(100% - 120px);
	font-size: 0.875rem;
	line-height: 45px;
	padding: 0 10px;
	border: 0;
	background: none;
}
.contact-msg textarea{
	width: 100%;
	font-family: arial;
	font-size: 0.875rem;
	padding: 0 10px;
	line-height: 35px;
	height: 120px;
	background: none;
	border: 0;
}
.con-content{
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 35px;
}
.contact-msg em{
	position: absolute;
	right: 10px;
	font-size: 0.875rem;
	line-height: 45px;
}
.Validform_wrong{
	color: red;
}
.Validform_right{
	color: green;
}
.contact-msg input[type="submit"]{
	width: 190px;
	line-height: 55px;
	text-align: center;
	font-size: 0.875rem;
	color: #fff;
	border: 0;
	border-radius: 30px;
	background-color: #e60012;
}

@media screen and (max-width:1680px) {
	.onlineBox{
		padding: 80px 0;
	}
	.onlineBox-left p{
		font-size: 0.875rem;
	}
	.onlineBox ul li h3{
		font-size: 1rem;
	}
	.onlineBox ul li p{
		font-size: 1.125rem;
	}
	.contactBox{
		padding: 60px 0;
	}
	.contactBox ul li h3{
		font-size: 1.3125rem;
	}
	.contactBox ul li p{
		font-size: 0.875rem;
	}
}
@media screen and (max-width:1440px) {
	.onlineBox{
		padding: 70px 0;
	}
	.onlineBox-left p{
		font-size: 0.75rem;
	}
	.onlineBox ul li h3{
		font-size: 0.875rem;
	}
	.onlineBox ul li p{
		font-size: 1rem;
	}
	.contactBox{
		padding: 50px 0;
	}
	.contactBox ul li h3{
		font-size: 1.125rem;
	}
	.contactBox ul li p{
		font-size: 0.75rem;
	}
}




.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;
}


.pro_bg{
	background-color: #e0e0e0;
}
.product-serach{
	width: 100%;
	height: 46.97916vw;
	min-height: 610px;
	background: url(../images/product_bg.jpg) center center/cover no-repeat;
}
.product-serach .content{
	display: flex;
	align-items: center;
	height: 100%;
}
.prSerach .inTitle{
	margin-bottom: 30px;
}
.prSerach form{
	border-radius: 50px;
	padding: 6px;
	background-color: #fff;
	overflow: hidden;
}
.prSerach input[type="text"]{
	float: left;
	width: calc(100% - 100px);
	font-size: 1rem;
	padding: 0 25px;
	line-height: 50px;
	border: 0;
}
.prSerach input[type="submit"]{
	float: right;
	width: 90px;
	line-height: 50px;
	border-radius: 30px;
	background: url(search_icon.png) center no-repeat #4a68a6;
}

@media screen and (max-width:1680px) {
	.prSerach input[type="text"]{
		width: calc(100% - 90px);
		font-size: 0.875rem;
		line-height: 45px;
	}
	.prSerach input[type="submit"]{
		width: 80px;
		line-height: 45px;
	}
}
@media screen and (max-width:1440px) {
	.prSerach input[type="text"]{
		width: calc(100% - 80px);
		font-size: 0.75rem;
		line-height: 40px;
	}
	.prSerach input[type="submit"]{
		width: 70px;
		line-height: 40px;
	}
}



.product-box{
	padding-bottom: 60px;
}
.product_menu{
	margin-top: -4%;
	margin-bottom: 3%;
	border-bottom: 1px solid #cdcdcd;
}
.product_menu li{
	position: relative;
	margin-right: 6px;
	float: left;
}
.product_menu li:last-child{
	margin-right: 0;
}

.product_menu ul > li > a{
	display: block;
	padding: 0 40px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 65px;
	position: relative;
	color: #8d8d8d;
	border-radius: 8px 8px 0 0;
}


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


.product_menu li .menu_down{
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: #3a3a3a;
	opacity: 0;
	visibility: hidden;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
.product_menu ul li .menu_down a{
	display: block;
	padding: 0 25px;
	font-size: 1rem;
	line-height: 50px;
	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);
	text-align: center;
	margin: 0 2% 2% 0;
	background-color: #fff;
	border-radius: 10px;
}
.product_list ul li:nth-child(5n){
	margin-right: 0;
}
.product_list ul li:nth-child(5n+1){
	clear: both;
}
.product_list ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding: 4%;
}
.product_list ul li .img{
	margin-bottom: 4%;
	overflow: hidden;
}
.product_list ul li img{
	width: 100%;
}
.product_list ul li em{
	position: absolute;
	right: 8%;
	top: 7%;
	font-size: 0.875rem;
	padding: 5px 14px;
	color: #fff;
	border-radius: 30px;
	background-color: #e60012;
}
.product_list ul li h3{
	font-size: 1.625rem;
	font-weight: normal;
	color: #000;
	line-height: 1.5;
}
.product_list ul li p{
	font-size: 1rem;
	color: #636062;
	margin-bottom: 4%;
}

@media screen and (max-width:1680px) {
	.product_menu ul > li > a{
		padding: 0 35px;
		font-size: 1.125rem;
		line-height: 60px;
	}
	.product_menu li .menu_down{
		top: 60px;
	}
	.product_menu ul li .menu_down a{
		font-size: 0.875rem;
		padding: 0 20px;
		line-height: 47px;
	}
	.product_list ul li h3{
		font-size: 1.375rem;
	}
	.product_list ul li p{
		font-size: 0.875rem;
	}
	.product_list ul li em{
		padding: 4px 12px;
		font-size: 0.8125rem;
	}
}
@media screen and (max-width:1440px) {
	.product_menu ul > li > a{
		padding: 0 30px;
		font-size: 1rem;
		line-height: 55px;
	}
	.product_menu li .menu_down{
		top: 55px;
	}
	.product_menu ul li .menu_down a{
		font-size: 0.75rem;
		padding: 0 18px;
		line-height: 44px;
	}
	.product_list ul li h3{
		font-size: 1.125rem;
	}
	.product_list ul li p{
		font-size: 0.75rem;
	}
	.product_list ul li em{
		padding: 3px 10px;
		font-size: 0.75rem;
	}
}

.productBox{
	padding: 90px 0;
}


.product_mext{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 50px;
}
.product_mext a{
	margin: 0 8px;
	color: #666;
}
.product_mext a:hover{
	text-decoration: underline;
}
.product_left {
	float: 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{
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 12px;
	background-color: #fff;
	transition: all 0.5s;
}
.product_recom ul li:nth-child(2n){
	margin-right: 0;
}
.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%;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}
.product_recom ul li em{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 9;
	display: block;
	width: 50px;
	line-height: 24px;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #e60012;	
}
.product_recom ul li a .img {
    width: 100%;
    overflow: hidden;
}
.product_recom ul li a .img img{
	width: 100%;
}
.product_recom ul li a .text{
	width: 100%;
	padding: 8%;
}
.product_recom ul li a .text h4{
	font-size: 18px;
	line-height: 2;
	font-weight: normal;
	color: #000;
}
.product_recom ul li a .text p{
	font-size: 14px;
	color: #adadad;
}
.product_right{
	float: 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%;
}

@media screen and (max-width:1680px) {
	.pro-desc h3{
		font-size: 20px;
	}
	.pro-desc p{
		font-size: 13px;
	}
	.product_recom ul li a .text h4{
		font-size: 17px;
	}
	.product_recom ul li a .text p{
		font-size: 13px;
	}
}
@media screen and (max-width:1440px) {
	.pro-desc h3{
		font-size: 18px;
	}
	.pro-desc p{
		font-size: 12px;
	}
	.product_recom ul li a .text h4{
		font-size: 16px;
	}
	.product_recom ul li a .text p{
		font-size: 12px;
	}
}


.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;
}
.video_ise img{
	width: 100%;
}
.pro_video:hover .video_ise{
	width: 100px;
	height: 100px;
	margin-top: -50px;
}

.pro_video:hover .video_img{
	opacity: .9;
}

.pro_video{
	background-color: #000;
}

.node{
	padding: 150px 0;
	text-align: center;
}
.node h4{
	font-size: 30px;
	font-weight: normal;
	color: #000;
}