﻿.scrollBar{ position: relative; left: 0; top: 0; width: 100%; height: 100%;}
.scrollBar .banner{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.scrollBar .banner ul{}
.scrollBar .banner ul li{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;
     transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0.2s;
     -webkit-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0.2s;
     -moz-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0.2s;
}
.scrollBar .banner ul li .imgTimes{ width: 100% !important; height: 100%; position: relative; z-index: 5; left: 0; top: 0;
	background-repeat: no-repeat !important; 
	background-position: center center !important;
	background-size: 100% 100% !important;
}
.scrollBar .banner ul li video{ position: absolute; left: 0; top: 0; width: 0%; height: auto; object-fit: cover; object-position: center center; z-index: 1;
	 transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
     -webkit-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
     -moz-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
}
.scrollBar .banner ul li .imgTimes>article{ position: absolute; left: 10%; bottom: 15%;}
.scrollBar .banner ul li .imgTimes>article .banTops{ font-size: 0;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	perspective: 800px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
}
.scrollBar .banner ul li .imgTimes>article .banTops small{ display: inline-block; vertical-align: middle; margin: 0 8px; 
	opacity: 0;
	transform: matrix(0.5, 0, 0, 0.5, 0, 0);
	-webkit-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
	-moz-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
}
.scrollBar .banner ul li .imgTimes>article .banTops em{ display: inline-block; vertical-align: middle; margin: 0 8px; 
    opacity: 0;
	transform: matrix(1, 0, 0, 1, 0, -80);
	-webkit-transform: matrix(1, 0, 0, 1, 0, -80);
	-moz-transform: matrix(1, 0, 0, 1, 0, -80);	
}
.scrollBar .banner ul li .imgTimes>article .banTops em:nth-of-type(2){
	 opacity: 0;
	 transform: matrix(1, 0, 0, 1, 0, -80);
	 -webkit-transform: matrix(1, 0, 0, 1, 0, -80);
	 -moz-transform: matrix(1, 0, 0, 1, 0, -80);
}
.scrollBar .banner ul li .imgTimes>article .banTops small,
.scrollBar .banner ul li .imgTimes>article .banTops em,
.scrollBar .banner ul li .imgTimes>article .banText i,
.scrollBar .banner ul li .imgTimes>article .banText span{
	transition: all 200ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
	-webkit-transition: all 200ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
	-moz-transition: all 200ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
}
.scrollBar .banner ul li .imgTimes>article .banTops em:nth-of-type(1){
	transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
	-webkit-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
	-moz-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
}
.scrollBar .banner ul li .imgTimes>article .banTops em:nth-of-type(2){
	transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.2s;
	-webkit-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.2s;
	-moz-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.2s;
}
.scrollBar .banner ul li .imgTimes>article .banText{ font-size: 0; margin-top: 20px;}
.scrollBar .banner ul li .imgTimes>article .banText i{ display: inline-block; vertical-align: middle; width: 0px; height: 1px; background-color: #fff;}
.scrollBar .banner ul li .imgTimes>article .banText span{ display: inline-block; width: 0px; vertical-align: middle; margin-left: 8px; overflow: hidden;}
.scrollBar .banner ul li .imgTimes>article .banText span font{ display: inline-block; width: 400px; font-size: 14px; color: #fff;}
.scrollBar .banner ul li.curs{ width: 0%;}
.scrollBar .banner ul li.visb{ width: 100%;}
.scrollBar .banner ul li.visb video{ width: 100% !important;}
.scrollBar .banner ul li.visb .imgTimes>article .banTops small,
.scrollBar .banner ul li.visb .imgTimes>article .banTops em{ opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
}
.scrollBar .banner ul li.visb .imgTimes>article .banTops small{ opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.4s;
	-webkit-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.4s;
	-moz-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.4s;
}
.scrollBar .banner ul li.visb .imgTimes>article .banText i{ width: 35px;
	transition: all 300ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.5s;
	-webkit-transition: all 300ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.5s;
	-moz-transition: all 300ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.5s;
}
.scrollBar .banner ul li.visb .imgTimes>article .banText span{ width: 400px;
	transition: all 1500ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.7s;	
	-webkit-transition: all 1500ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.7s;	
	-moz-transition: all 1500ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.7s;	
}
.index-waper-box{ position: absolute; bottom: 0; width: 100%; height: 100px; overflow: hidden; z-index: 9;
	perspective: 800px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}
.index-back-box{ width: 84%; height: 100px; background-color: #fff; position: absolute; bottom: 0; margin: 0 8%; overflow: hidden;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform: rotateX(0deg) translate3d(0,0,0);
    -webkit-transform: rotateX(0deg) translate3d(0,0,0);
    -moz-transform: rotateX(0deg) translate3d(0,0,0);    
     transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
     -webkit-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
     -moz-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
}
.index-back-box.active{
    transform: rotateX(100deg) translate3d(0,0,0);
    -webkit-transform: rotateX(100deg) translate3d(0,0,0);
    -moz-transform: rotateX(100deg) translate3d(0,0,0);	
}
.index-back-box .sub-arrows{ position: absolute; left: 0; top: 0; width: auto; height: 100%; line-height: 100px; padding-left: 100px; font-size: 0;}
.index-back-box .sub-arrows i.icom{ display: inline-block; vertical-align: top; width: 60px; height: 100%; cursor: pointer; position: relative;}
.index-back-box .sub-arrows i.icom:after{ position: absolute; content: ''; left: 0; top: 49px; width: 30px; height: 2px; background-color: #000;
	transform: scale(0,1);
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
}
.index-back-box .sub-arrows i.icom font{ color: #000;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
}
.index-back-box .sub-arrows i.icom.prev font{ position: absolute; left: 9px;}
.index-back-box .sub-arrows i.icom.next font{ position: absolute; left: 6px;}
.index-back-box .sub-arrows i:hover:after{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.index-back-box .sub-arrows i.icom.prev:hover font{ left: -7px;}
.index-back-box .sub-arrows i.icom.next:hover font{ left: 20px;}
.index-back-box .sub-share{ position: absolute; right: 15px; top: 0; width: auto; height: 100%; display: table; cursor: pointer;}
.index-back-box .sub-share .tels{ display: table-cell; vertical-align: middle;}
.index-back-box .sub-share .tels span{ display: inline-block;}
.index-back-box .sub-share .tels .cc1{
	opacity: 0;
	filter: alpha(opacity='0');
	transform: translateX(-40px);
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
}
.index-back-box .sub-share .tels .cc2{
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
}
.index-back-box .sub-share .sider-tel{ display: table-cell; vertical-align: middle; font-size: 0;
    opacity: 0;
    filter: alpha(opacity='0');
 	transform: translateX(130px);
 	-webkit-transform: translateX(130px);
 	-moz-transform: translateX(130px);
 	transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
 	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
 	-moz-transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
}
.index-back-box .sub-share .sider-tel a{ display: inline-block; font-size: 12px; color: #000; margin: 0 8px;
    opacity: 0;
    filter: alpha(opacity='0');
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.index-back-box .sub-share:hover .tels .cc1{
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 1s cubic-bezier(0.5,1.25,0.75,1.65) 0s;
	-webkit-transition: all 1s cubic-bezier(0.5,1.25,0.75,1.65) 0s;
	-moz-transition: all 1s cubic-bezier(0.5,1.25,0.75,1.65) 0s;
}
.index-back-box .sub-share:hover .tels .cc2{
	opacity: 0;
	filter: alpha(opacity='0');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.index-back-box .sub-share:hover .sider-tel{
	opacity: 1;
    filter: alpha(opacity='100');
 	transform: translateX(0px);
 	-webkit-transform: translateX(0px);
 	-moz-transform: translateX(0px);
 	transition: all 1s cubic-bezier(0.5,1.0,0.75,1) 0s;
 	-webkit-transition: all 1s cubic-bezier(0.5,1.0,0.75,1) 0s;
 	-moz-transition: all 1s cubic-bezier(0.5,1.0,0.75,1) 0s;	
}
.index-back-box .sub-share:hover .sider-tel a:nth-of-type(1){
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) 0s;
}
.index-back-box .sub-share:hover .sider-tel a:nth-of-type(2){
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) .2s;
	-webkit-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) .2s;
	-moz-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) .2s;
}
.index-back-box .sub-mouse{ width: 30px; height: 43px; position: absolute; top: 30px; left: 50%; margin-left: -15px; cursor: pointer; z-index: 1; zoom: 0.7; -moz-transform: scale(0.7);}
.index-back-box .sub-mouse:after{ display: none; z-index: -1; position: absolute; content: ''; top: -30px; left: 50%; height: 53px; border-right: 1px solid #333; margin-left: -1px;}
.index-back-box .sub-mouse span{ display: block; position: relative; width: 100%; height: 100%;
	 animation: ani-svg 0.85s linear 0s alternate infinite;
	 -webkit-animation: ani-svg 0.85s linear 0s alternate infinite; 
}
.index-back-box .sub-mouse i{ position: absolute; bottom: 5px; left: 50%; color: #000;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
@keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  transform: translateY(15px);
	}
}
@-webkit-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -webkit-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -webkit-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -webkit-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -webkit-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -webkit-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -webkit-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -webkit-transform: translateY(15px);
	}
}
@-moz-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -moz-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -moz-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -moz-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -moz-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -moz-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -moz-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -moz-transform: translateY(15px);
	}
}
.hejun-brand{ width: 100%; padding: 7% 0; position: relative; background-color: #fff;}
.hejun-brand .bom-line{ position: absolute; left: 50%; margin-left: -1px; bottom: 0; height: 20%; border-right: 1px solid #C6C6C5;}
.hejun-brand .hejun-waperTit{ width: 100%; text-align: center;}
.hejun-brand .hejun-waperTit h2{
	transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
}
.hejun-brand .hejun-waperTit h2 img{ display: inline-block;}
.hejun-brand .hejun-waperTit p{ font-size: 16px; color: #000; margin-top: 2px; line-height: 1.7;
	transition: all .8s ease-out .2s;
	-webkit-transition: all .8s ease-out .2s;
	-moz-transition: all .8s ease-out .2s;
}
.hejun-brand .IndexList{ width: 440px; margin: 0 auto; display: table; position: relative;
	transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
}
.hejun-brand .IndexList,
.hejun-brand .hejun-waperTit p,
.hejun-brand .hejun-waperTit h2{
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);	
}
.hejun-brand .IndexList.active,
.hejun-brand .hejun-waperTit.active p,
.hejun-brand .hejun-waperTit.active h2{
	opacity: 1;
	transform: translateY(0px);	
	-webkit-transform: translateY(0px);	
	-moz-transform: translateY(0px);	
}
.hejun-brand .IndexList ul{ font-size: 0; padding-top: 30px;}
.hejun-brand .IndexList li{ display: inline-block; width: 33.33%; text-align: center; position: relative;}
.hejun-brand .IndexList li i{ font-size: 16px; color: #000;}
.hejun-brand .IndexList li span{ display: block; font-size: 12px; color: #000; letter-spacing: 4px;}
.nub{ font-size: 48px; color: #000; line-height: 48px; height: 48px; display: inline-block; font-family: 'CalibreLight';}
.NumContent{ height: inherit; display: inherit; overflow: hidden; position: relative; line-height: inherit; font-size: inherit;}
.NumContent>div{line-height: inherit; color: inherit; font-size: inherit; display: inline-block;}
.NumContent>div>div{line-height: inherit; color: inherit; font-size: inherit;}
.NumContent>div:nth-child(1){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.NumContent>div:nth-child(2){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.NumContent>div:nth-child(3){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0;
}
.NumContent>div:nth-child(4){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.NumContent>div:nth-child(5){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.hejun-works{ position: relative; width: 100%; height: 100%; background-color: #000;}
.hejun-works .works-slide{ position: relative; width: 100%; height: 100%; display: table;}
.hejun-works .sub-slides{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.hejun-works .sub-slides li{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.hejun-works .sub-slides li:nth-of-type(1){ background: url(404.png) no-repeat center center; background-size: 100% 100%;}
.hejun-works .sub-slides li:nth-of-type(2){ background: url(404.png) no-repeat center center; background-size: 100% 100%;}
.hejun-works .sub-slides li:nth-of-type(3){ background: url(404.png) no-repeat center center; background-size: 100% 100%;}
.hejun-works .sub-slides li .contsd{ position: relative; width: 100%; height: 100%; display: table; text-align: right; padding-right: 15%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.hejun-works .sub-slides li .contsd .neis{ display: table-cell; vertical-align: middle; font-size: 0;}
.hejun-works .sub-slides li .contsd .neis .imGs{ display: inline-block; margin-right: 100px; vertical-align: middle;
	opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transition: all 1.5s ease-in-out .8s; 
	-webkit-transition: all 1.5s ease-in-out .8s; 
	-moz-transition: all 1.5s ease-in-out .8s; 
}
.hejun-works .sub-slides li:nth-of-type(2) .contsd .neis .imGs{ margin-right: auto; margin-left: 100px;}
.hejun-works .sub-slides li .contsd .neis .textsz{ display: inline-block; vertical-align: middle; text-align: center;}
.hejun-works .sub-slides li .contsd .neis h3{
	opacity: 0;
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	transition: all 1s ease 1s; 
	-webkit-transition: all 1s ease 1s; 
	-moz-transition: all 1s ease 1s; 
}
.hejun-works .sub-slides li .contsd .neis h4{ margin-top: 20px; margin-bottom: 50px;
	opacity: 0;
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	transition: all 1s ease 1.2s; 
	-webkit-transition: all 1s ease 1.2s; 
	-moz-transition: all 1s ease 1.2s; 
}
.hejun-works .sub-slides li .contsd .neis p{ padding-left: 200px; text-align: left; font-size: 14px; color: #fff; margin-bottom: 20px;
	opacity: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
}
.hejun-works .sub-slides li .contsd .neis p font{ width: 240px; display: inline-block;}
.hejun-works .sub-slides li .contsd .neis p:nth-of-type(1){
	transition: all .5s ease 1.4s;
	-webkit-transition: all .5s ease 1.4s;
	-moz-transition: all .5s ease 1.4s;
}
.hejun-works .sub-slides li .contsd .neis p:nth-of-type(2){
	transition: all .5s ease 1.6s;
	-webkit-transition: all .5s ease 1.6s;
	-moz-transition: all .5s ease 1.6s;
}
.hejun-works .sub-slides li .contsd .neis p:nth-of-type(3){
	transition: all .5s ease 1.8s;
	-webkit-transition: all .5s ease 1.8s;
	-moz-transition: all .5s ease 1.8s;
}
.hejun-works .sub-slides li .contsd .neis p:nth-of-type(4){
	transition: all .5s ease 2s;
	-webkit-transition: all .5s ease 2s;
	-moz-transition: all .5s ease 2s;
}
.hejun-works .sub-slides li .contsd .neis p:nth-of-type(5){
	transition: all .5s ease 2.2s;
	-webkit-transition: all .5s ease 2.2s;
	-moz-transition: all .5s ease 2.2s;
}
.hejun-works .sub-slides li.cur{ opacity: 1; z-index: 1;}
.hejun-works .sub-slides li.cur .contsd .neis .imGs{
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}
.hejun-works .sub-slides li.cur .contsd .neis h3{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.hejun-works .sub-slides li.cur .contsd .neis h4{
	opacity: 1;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
.hejun-works .sub-slides li.cur .contsd .neis p{
	opacity: 1;
	transform: translateY(0px);
}

.hejun-works .words-slide{ position: absolute; left: 10%; top: 0; width: 72px; z-index: 2;}
.hejun-works .words-slide ul{ width: 100%;}
.hejun-works .words-slide ul li{ width: 100%; margin-bottom: 40px; cursor: pointer;}
.hejun-works .words-slide ul li i{ display: block; margin-left: 20px; height: 70px; width: 1px; background-color: #636267;}
.hejun-works .words-slide ul li span{ display: block; margin: 5px 0; height: 36px; font-size: 36px; color: #636267; font-family: 'ZurichBT-Light';}
.hejun-works .words-slide ul li font{ display: block; font-size: 12px; color: #636267;}

.hejun-works .words-slide ul li i,
.hejun-works .words-slide ul li span,
.hejun-works .words-slide ul li font{
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
}

.hejun-works .words-slide ul li:hover i,
.hejun-works .words-slide ul li.cues i{ background-color: #fff;}
.hejun-works .words-slide ul li:hover span,
.hejun-works .words-slide ul li:hover font,
.hejun-works .words-slide ul li.cues span,
.hejun-works .words-slide ul li.cues font{ color: #fff;}

.hejun-collection{ position: relative; width: 100%; height: 100%;}
.hejun-collection .collbgs{ position: relative; background: url(404.png) no-repeat center top; background-size: 100% auto;}
.hejun-collection .hejun-collumns{ position: absolute; top: 30%; width: 74%; height: 70%; margin: 0 13%; background-color: #000;
    opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transition: all 1s ease 0s; 
	-webkit-transition: all 1s ease 0s; 
	-moz-transition: all 1s ease 0s; 
}
.hejun-collection .hejun-collumns.active{
	opacity: 1;
	transform: translateY(0px);	
	-webkit-transform: translateY(0px);	
	-moz-transform: translateY(0px);	
}
.hejun-collection .slider-waper{ position: relative; width: 100%; height: 100%;}
.hejun-collection .slider-waper ul{ position: relative; height: 100%; height: 100%; overflow: hidden;}
.hejun-collection .slider-waper ul li{ position: absolute; right: 0; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0;
	 opacity: 0;
	 visibility: hidden;
	 transition: all .7s ease-in-out 0s;
	 -webkit-transition: all .7s ease-in-out 0s;
	 -moz-transition: all .7s ease-in-out 0s;
}
.hejun-collection .slider-waper ul li.curs{ width: 100%; visibility: visible; opacity: 1; z-index: 1;}
.hejun-collection .slider-waper ul li>article{ width: 100%; height: 100%; position: relative; overflow: hidden;}
.hejun-collection .slider-waper ul li>article>a>img{ width: 100%; height: 100%; display: block;
	transition: all 3s ease 0s;
	-webkit-transition: all 3s ease 0s;
	-moz-transition: all 3s ease 0s;
}
.hejun-collection .slider-waper ul li>article>video{ width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.hejun-collection .slider-remote{ width: 22%; height: 70%; background-color: #212020; position: absolute; right: 5%; bottom: 50px; z-index: 9;}
.hejun-collection .slider-remote .top-textg{ position: absolute; left: 0; top: 0; width: 100%; height: 50%; text-align: right; padding: 30px; overflow: hidden;
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
}
.hejun-collection .slider-remote .top-textg span{ color: #949494; display: block; font-size: 12px; line-height: 1.8; letter-spacing: 1px;}
.hejun-collection .slider-remote .top-textg span.tits{ font-size: 15px; color: #fff;}
.hejun-collection .slider-remote .top-textg ul{ width: 100%; height: 100%; position: relative; overflow: hidden;
     transform-style: preserve-3d;
     -webkit-transform-style: preserve-3d;
     perspective: 1000px;
     -webkit-perspective: 1000px; 
}
.hejun-collection .slider-remote .top-textg ul li{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; visibility: hidden; opacity: 0;
	 transform-origin: top;
	 -webkit-transform-origin: top;
	 -moz-transform-origin: top;
	 transform: rotateX(-90deg);
	 -webkit-transform: rotateX(-90deg);
	 -moz-transform: rotateX(-90deg);
	 transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
	 -webkit-transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
	 -moz-transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;	
}
.hejun-collection .slider-remote .top-textg ul li.fad{visibility: visible;opacity: 1;z-index: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
}
.hejun-collection .slider-remote .bom-number{ position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: url(404.png) no-repeat; background-size: cover; display: table;}
.hejun-collection .slider-remote .bom-number .nei .countr{ text-align: center; margin-bottom: 5px;}
.hejun-collection .slider-remote .bom-number .nei .countr span,
.hejun-collection .slider-remote .bom-number .nei .countr i{ display: inline-block; vertical-align: middle; font-size: 14px; color: #fff; font-family: "HelveticaNeue"; letter-spacing: 1px;}
.hejun-collection .slider-remote .bom-number .nei .countr i{ margin: 0 5px;}
.hejun-collection .slider-remote .bom-number .nei{ display: table-cell; vertical-align: middle;}
.hejun-collection .slider-remote .bom-number .nei .sum{ text-align: center;}
.hejun-collection .slider-remote .bom-number .nei .sum a{ display: inline-block; vertical-align: middle; width: 30px; height: 30px; text-align: center; line-height: 30px; color: #fff; font-size: 17px; font-weight: bold;} 
.hejun-collection .slider-remote .bom-number .nei .sum .lines{ display: inline-block; vertical-align: middle; width: 108px; height: 1px; background-color: #fff; position: relative;}
.hejun-collection .slider-remote .bom-number .nei .sum .lines .nline{ width: 25%; height: 5px; background-color: #ffc000; position: absolute; left: 0; top: -2px;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
}
.hejun-collection .slider-remote .bom-number .nei .sum a:hover{color: #ffc000;}
.hejun-waper-tits{ position: absolute; right: 5%; font-size: 0;}
.hejun-waper-tits span,.hejun-waper-tits small, .hejun-waper-tits small font, .hejun-waper-tits small i, .hejun-waper-tits strong{ display: inline-block; vertical-align: middle;}
.hejun-waper-tits span,
.hejun-waper-tits small,
.hejun-waper-tits strong{
	opacity: 0;
	transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
}
.hejun-waper-tits span{ margin-right: 50px;
	transition: .6s ease 0.4s;
	-webkit-transition: .6s ease 0.4s;
	-moz-transition: .6s ease 0.4s;
}
.hejun-waper-tits small{ margin-right: 30px;
	transition: .6s ease 0.2s;
	-webkit-transition: .6s ease 0.2s;
	-moz-transition: .6s ease 0.2s;
}
.hejun-waper-tits small font{ font-size: 14px; font-family:'HelveticaNeue'; color: #000; letter-spacing: 1px;}
.hejun-waper-tits small a,
.hejun-waper-tits small font a{ font-size: 14px;}
.hejun-waper-tits small i{ display: inline-block; width: 35px; height: 1px; background-color: #000; margin: 0 10px;}
.hejun-waper-tits strong{ position: relative; width: 48px; height: 48px; border-radius: 50%; text-align: center; line-height: 48px;
	transition: .6s ease 0s;
	-webkit-transition: .6s ease 0s;
	-moz-transition: .6s ease 0s;
}
.hejun-waper-tits strong:before{ position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; border: 1px solid #000; border-radius: 50%;
	background-color: rgba(0,0,0,0.1);
	opacity: 0;
	transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
}
.hejun-waper-tits strong:after{ position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; border: 1px solid #000; border-radius: 50%; opacity: 1;}
.hejun-waper-tits strong:after,
.hejun-waper-tits strong:before{
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
}
.hejun-waper-tits strong:hover:before{
  opacity: 1;
  transform: scale(1.0,1.0);
  -webkit-transform: scale(1.0,1.0);
  -moz-transform: scale(1.0,1.0);
  transition: all .5s ease-in-out .1s;
  -webkit-transition: all .5s ease-in-out .1s;
  -moz-transition: all .5s ease-in-out .1s;
}
.hejun-waper-tits strong:hover:after{
	opacity: 0;
	transform: scale(1.6,1.6);
	-webkit-transform: scale(1.6,1.6);
	-moz-transform: scale(1.6,1.6);
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
}
.hejun-waper-tits3,
.hejun-waper-tits2{ margin-top: 5%;}
.hejun-waper-tits3 small font,
.hejun-waper-tits2 small font{ color: #fff;}
.hejun-waper-tits3 small i,
.hejun-waper-tits2 small i{ background-color: #fff;}
.hejun-waper-tits2 a{ color: #fff;}
.hejun-waper-tits3 strong:before,
.hejun-waper-tits3 strong:after,
.hejun-waper-tits2 strong:after,
.hejun-waper-tits2 strong:before{ border-color: #fff;}
.hejun-waper-tits3 strong:before,
.hejun-waper-tits2 strong:before{ background-color: rgba(255,255,255,0.1);}
.hejun-waper-tits3.active span,
.hejun-waper-tits3.active small,
.hejun-waper-tits3.active strong{
	opacity: 1;
	transform: translateX(0px);	
	-webkit-transform: translateX(0px);	
	-moz-transform: translateX(0px);	
}
.hejun-waper-tits2.active span,
.hejun-waper-tits2.active small,
.hejun-waper-tits2.active strong{
	opacity: 1;
	transform: translateX(0px);	
	-webkit-transform: translateX(0px);	
	-moz-transform: translateX(0px);	
}
.hejun-waper-tits1.active span,
.hejun-waper-tits1.active small,
.hejun-waper-tits1.active strong{
	opacity: 1;
	transform: translateX(0px);	
	-webkit-transform: translateX(0px);	
	-moz-transform: translateX(0px);	
}
.hejun-newsList{ position: relative; width: 100%; padding: 100px 0 140px;}
.hejun-newsList .centerbox{ width: 1210px; margin: 0 auto; display: table; padding-top: 180px;}
.hejun-newsList .lft-news{ float: left; width: 330px;
	opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
}
.hejun-newsList .lft-news.active{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.hejun-newsList .lft-news .topYear{ width: 100%; padding-bottom: 30px; background-color: #ffc000;}
.hejun-newsList .lft-news ul{ width: 100%; font-size: 0; position: relative;}
.hejun-newsList .lft-news ul li{ display: inline-block; vertical-align: top; margin: 20px 0 0 30px;}
.hejun-newsList .lft-news ul li.bigs{ position: absolute; right: -53px; bottom: -72px;}
.hejun-newsList .lft-news ul li img{}
.hejun-newsList .topYear h4{ margin: 10px 0 0 30px;}
.hejun-newsList .topYear h3{ margin: 52px 0 0 30px;}
.hejun-newsList .bomtext{ margin-top: 30px;}
.hejun-newsList .bomtext span{ display: inline-block; vertical-align: middle;}
.hejun-newsList .bomtext font{ display: inline-block; vertical-align: middle; color: #000; padding-left: 8px;}
.hejun-newsList .bomtext h5{ padding-left: 25px; font-size: 14px; text-transform: capitalize; font-family: 'HelveticaNeue'; color: #000; letter-spacing: 2px;}
.hejun-newsList .rit-news{ float: right; margin-top: -40px; width: 58%;}
.hejun-newsList .rit-news article{ width: 100%; padding: 35px 0; width: 100%;
	opacity: 0;
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
}
.hejun-newsList .rit-news article:nth-of-type(1){
	transition: all .8s ease 0s; 
	-webkit-transition: all .8s ease 0s; 
	-moz-transition: all .8s ease 0s; 
}
.hejun-newsList .rit-news article:nth-of-type(2){
	transition: all .8s ease .2s; 
	-webkit-transition: all .8s ease .2s;
	-moz-transition: all .8s ease .2s;
}
.hejun-newsList .rit-news.active article{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.hejun-newsList .rit-news article time{ margin-left: 8px;}
.hejun-newsList .rit-news article time img{ display: inline-block; vertical-align: middle;}
.hejun-newsList .rit-news article time font{ display: inline-block; vertical-align: middle; padding-left: 8px; font-size: 14px; font-family: 'HelveticaNeue'; color: #000;}
.hejun-newsList .rit-news article h3{ margin: 30px 0 25px 0; font-size: 0;}
.hejun-newsList .rit-news article h3 i{ display: inline-block; width: 0px; height: 1px; background-color: #000; vertical-align: middle; margin-right: 10px;}
.hejun-newsList .rit-news article h3 a{ display: inline-block; font-size: 18px; color: #000; vertical-align: middle;}
.hejun-newsList .rit-news article h3 a h5{ font-size: 18px;}
.hejun-newsList .rit-news article p{ font-size: 12px; color: #737373; line-height: 2; margin-left: 8px;}
.hejun-newsList .rit-news article h3:hover i{ width: 30px;}
.hejun-newsList .rit-news .more{ padding-top: 20px;
	opacity: 0;
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	transition: all .8s ease .4s; 
	-webkit-transition: all .8s ease .4s; 
	-moz-transition: all .8s ease .4s; 
}
.hejun-newsList .rit-news.active .more{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.hejun-newsList .rit-news .more font{ display: inline-block; width: 0px; overflow: hidden; vertical-align: middle; margin-right: 10px;}
.hejun-newsList .rit-news article h3 i,
.hejun-newsList .rit-news .more font{
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;	
}
.hejun-newsList .rit-news .more i{ display: inline-block; width: 38px;}
.hejun-newsList .rit-news .more:hover font{ width: 40px;}
.hejun-about{ position: relative; width: 100%; height: 100%; z-index: 2;}
.hejun-about .videobox{ position: absolute; left: 0; height: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden;}
.hejun-about .videobox .videbg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../image/about_50.png) repeat; z-index: 1;}
#video-bgs{ position: absolute; top: 0; min-width: 100%;width: 100% !important;height: auto !important; object-fit: cover; object-position: center;}
.hejun-about .example{ position: absolute; width: 924px; left: 50%; margin-left: -462px; bottom: 10%;}
.hejun-about .example ul{ font-size: 0;}
.hejun-about .example li{ display: inline-block; vertical-align: middle; width: 16.66%; text-align: center;
	opacity: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
}
.hejun-about .example.active li{
	opacity: 1;
	transform: translateY(0px);	
	-webkit-transform: translateY(0px);	
	-moz-transform: translateY(0px);	
}
.hejun-about .example li:nth-of-type(1){
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
}
.hejun-about .example li:nth-of-type(2){
	transition: all 0.5s ease-out .3s;
	-webkit-transition: all 0.5s ease-out .3s;
	-moz-transition: all 0.5s ease-out .3s;
}
.hejun-about .example li:nth-of-type(3){
	transition: all 0.5s ease-out .6s;
	-webkit-transition: all 0.5s ease-out .6s;
	-moz-transition: all 0.5s ease-out .6s;
}
.hejun-about .example li:nth-of-type(4){
	transition: all 0.5s ease-out .9s;
	-webkit-transition: all 0.5s ease-out .9s;
	-moz-transition: all 0.5s ease-out .9s;
}
.hejun-about .example li:nth-of-type(5){
	transition: all 0.5s ease-out 1.2s;
	-webkit-transition: all 0.5s ease-out 1.2s;
	-moz-transition: all 0.5s ease-out 1.2s;
}
.hejun-about .example li:nth-of-type(6){
	transition: all 0.5s ease-out 1.5s;
	-webkit-transition: all 0.5s ease-out 1.5s;
	-moz-transition: all 0.5s ease-out 1.5s;
}
.hejun-about .waperSlide{ width: 1170px; height: 290px; position: relative; left: 50%; top: 50%; margin-left: -585px; margin-top: -145px;
	opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}

.hejun-about .waperSlide.active{
	opacity: 1;
	transform: translateY(0px);		
	-webkit-transform: translateY(0px);		
	-moz-transform: translateY(0px);		
}
.hejun-about .slide-wrap{ width: 100%; position: relative;}
.hejun-about .slide-wrap li{ position: absolute; left: 0; top: 0;}
.hejun-about .slide-line{ position: absolute; left: 0; bottom: 0; font-size: 0;}
.hejun-about .slide-line i{ display: inline-block; margin: 0 5px; vertical-align: bottom; width: 3px; height: 12px; background-color: #D7D6D7; cursor: pointer;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s
}
.hejun-about .slide-line i.on{ height: 24px; background-color: #BB1B22;}
.hejun-morebox{ width: 590px; height: 64px; position: absolute; left: 50%; margin-left: -295px; bottom: -30px; text-align: center;
	opacity: 0;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}
.hejun-morebox.active{
	opacity: 1;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
}

.hejun-morebox a{ display: inline-block; margin: 0 auto; padding: 0 100px; height: 100%; background-color: #DBDBDB; text-align: center; line-height: 64px; font-size: 0;}
.hejun-morebox a i{ display: inline-block; width: 200px; height:1px; background-color: #777777; vertical-align: middle;}
.hejun-morebox a, .hejun-morebox a i{
	transition: all 0.4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
}
.hejun-morebox a:hover{ padding: 0 140px;}
.hejun-morebox a:hover i{ width: 224px;}
.hejun-contact{ width: 100%; position: relative; background-color: #fff; padding-top: 10%;}
.hejun-contact .contentbox{ width: 80%; height: 502px; position: relative; margin: 0 auto; background-color: #ffc000; z-index: 2; display: table;}
.hejun-contact .contentbox:before{ position: absolute; content: ''; top: -2.2%; left: 50%; margin-left: -1px; height: 50px; border-left: 1px solid #fff;}
.hejun-contact .contentbox:after{ position: absolute; content: ''; top: -50px; left: 50%; margin-left: -1px; height: 50px; border-left: 1px solid #ffc000;}
.hejun-contact .sub-conts{ position: relative; width: 100%; height: 100%; z-index: 2; display: table;}
.hejun-contact .sub-conts:after{ position: absolute; content: ''; left: 2.5%; top: 7.5%; width: 95%; height: 85%; border: 1px solid #fff; z-index: -1;
	opacity: 0;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.hejun-contact .sub-conts .different{ position: absolute; top: 50%; width: 240px; height: 210px; margin-top: -105px; background-color: #303030; text-align: center; line-height: 210px;
	opacity: 0;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.hejun-contact .sub-conts .different.active{
	opacity: 1;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
}
.hejun-contact .bigbox{ float: left; width: 25%; height: 100%; display: table;}
.hejun-contact .sub-conText{ float: right; width: 75%; padding-top: 10%; box-sizing: border-box; -moz-box-sizing: border-box;
	opacity: 0;
	transform: translateX(200px);
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}
.hejun-contact .sub-conts .sub-conText.active{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.hejun-contact .sub-conText h2{ font-size: 58px; font-weight: bold; color: #fff;}
.hejun-contact .sub-conText h3{ padding-top: 3px;}
.hejun-contact .sub-conText h3 img{ display: block; width: 74%;}
.hejun-contact .tel{ padding-top: 30px; font-size: 0;}
.hejun-contact .tel aside{ display: inline-block; vertical-align: middle;}
.hejun-contact .tel p{ font-size: 14px; color: #FFFFFF;}
.hejun-contact .tel .nubgs{ position: relative; width: 465px; height: 35px;}
.hejun-contact .tel .nubgs span{ display: inline-block; height: 35px; overflow: hidden; padding-top: 3px;}
.hejun-contact .tel .nubgs span i{ display: inline-block; width: 100%; height: 35px; font-size: 28px; font-family: 'HelveticaNeue';}
.hejun-contact .tel .nubgs .sp1{ color: #000; position: absolute; left: 0; top: 0; z-index: 1; display: none;}
.hejun-contact .tel .nubgs .sp2{ width: 100%; color: #fff; position: absolute; left: 0; top: 0; z-index: 2;}
.hejun-contact .tel .nubgs:hover .sp2{ width: 100%;}
.hejun-contact .tel .QQuser{ display: inline-block; vertical-align: middle; padding-left: 40px; font-size: 0;}
.hejun-contact .tel .QQuser font{ display: inline-block; vertical-align: bottom; width: 62px; height: 46px; position: relative;}
.hejun-contact .tel .QQuser font em{ position: absolute; left: 0; top: 0; z-index: 1;}
.hejun-contact .tel .QQuser font i{ position: absolute; left: 0; top: 0; opacity: 0; z-index: 2;}
.hejun-contact .tel .QQuser a{ display: inline-block; vertical-align: middle; width: 95px; height: 24px; background-color: #000000; color: #ffc000; font-size: 13px; text-align: center; line-height: 24px; border-radius: 15px;}
.hejun-contact .countacti{ padding-top: 40px;}
.hejun-contact .countacti a font{ display: inline-block; vertical-align: middle; font-size: 14px; font-family: 'HelveticaNeue'; color: #fff; letter-spacing: 1px;}
.hejun-contact .countacti a small{ display: inline-block; width: 40px; height: 1px; vertical-align: middle; background-color: #fff; margin-left: 10px;}
.hejun-contact .bookmarks{ position: absolute; right: 80px; top: 70px;
	opacity: 0;
	transition: all 1s ease .4s; 
	-webkit-transition: all 1s ease .4s; 
	-moz-transition: all 1s ease .4s; 
}
.hejun-contact .bookmarks.active{
	opacity: 1;
}
.hejun-contact .countacti a small,
.hejun-contact .tel .QQuser font em,
.hejun-contact .tel .QQuser a,
.hejun-contact .tel .QQuser font i,
.hejun-contact .tel .nubgs .sp2{
	transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
}
.hejun-contact .contentbox:before,
.hejun-contact .contentbox:after,
.hejun-contact .sub-conts:after{
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
}
.hejun-contact .sub-conts:hover:after{
	opacity: 1;
	transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
}
.hejun-contact .countacti a:hover small{ width: 80px;}
.hejun-contact .tel .QQuser:hover em{ opacity: 0;}
.hejun-contact .tel .QQuser:hover i{ opacity: 1;}
.hejun-contact .tel .QQuser:hover a{ background-color: #fff;}




.mainTop{height: auto !important;}
.h5_title{display: inline-block;float: left;padding-left: 3%;height: 42px;}
.h5_title a{font-family: CalibreLight;display: inline-block;color: white;font-size: 16px;margin-left: 10px;}
.h5_title a:before{content: '';display: inline-block;vertical-align: middle;width:0px;height:1px;margin-right: 5px;background: white;transition: 0.3s ease-in-out;}
.h5_title a.active:before{width:40px;}

.h5_banner{position: absolute;top:50%;transform: translateY(-50%);width: 100%;text-align: center;overflow: hidden;}
.h5_banner p{font-size: 18px;color: white;margin-top: 20px;}
.h5_banner .h5_bansld{font-size: 0;width:1200px;display: inline-block;height: 110px;margin-top: 120px;}
.h5_bansld li{display: inline-block;vertical-align: top;width:12.5%;box-sizing: border-box;}
.h5_bansld li a{display: block;background: white;}
.h5_bansld li span{display: inline-block;width: 110px;height: 110px;text-align: center;line-height: 110px;transition: 0.3s ease-in-out;}
.h5_bansld li font{font-size: 14px;color: #2d2b35;display: block;line-height: 20px;transition: 0.3s ease-in-out;padding-bottom: 30px;}
.h5_bansld li:hover {overflow: initial;}
.h5_bansld li:hover img{opacity: 0.7;}
.h5_bansld li:hover a{background: #5ad3ff;transform: translateY(-40px);}
.h5_bansld li:hover span{}

.Tpiaochuan{display: none !important;}


.h5_con1{background: url(../image/shouyesdd_02.jpg) no-repeat;background-size:100% 100%;background-attachment:fixed;height: 680px;box-sizing: border-box;padding: 110px 0;}
.h5_con1 img{max-width: 100%;}
.h5_divBox{width: 75%;margin:0 auto;}
footer{position: static;}
.h5_con1 h2{font-size: 20px;color: #5ad3ff;margin-bottom: 25px;}
.h5_con1 h2 img{display: inline-block;vertical-align: bottom;transform: translateY(10px);margin-right: 10px;}
.h5_con1 p{font-size: 14px;color: white;margin-top: 10px;}
.h5_con1_list{margin-top: 70px;}
.h5_con1_list li{display: inline-block;vertical-align: top;width: 160px;text-align: center;margin-right: 70px;}
.h5_con1_list li:last-child{margin-right: 0;}
.h5_con1_list li span{display: inline-block;width: 120px;height: 120px;border: 1px solid rgba(250,250,250,.5);border-radius: 50%;transition: 0.3s ease-in-out;}

.h5_con1_list li:nth-child(1) span{background: url(../image/h11.png) no-repeat center center;}
.h5_con1_list li:nth-child(1):hover span{background: url(../image/h1.png) no-repeat center center #5ad3ff;}
.h5_con1_list li:nth-child(2) span{background: url(../image/h22.png) no-repeat center center;}
.h5_con1_list li:nth-child(2):hover span{background: url(../image/h2.png) no-repeat center center #5ad3ff;}
.h5_con1_list li:nth-child(3) span{background: url(../image/h33.png) no-repeat center center;}
.h5_con1_list li:nth-child(3):hover span{background: url(../image/h3.png) no-repeat center center #5ad3ff;}

.h5_con1_list li p{font-size: 16px;color: white;}
.h5_con1_list li p:before{content: '';display: block;width:40px;height: 1px;background: white;margin: 15px auto;transition: 0.3s ease-in-out;transform: rotate(90deg) translateX(-15px);}
.h5_con1_list li:hover p:before{transform: rotate(0deg) translateX(0px);}

.h5_con2{background: url(../image/lsdkfsd_02.jpg) no-repeat;background-size:100% 100%;background-attachment:fixed;}

.h5_con2 .h5_con1_list li:nth-child(1) span{background: url(../image/h44.png) no-repeat center center;}
.h5_con2 .h5_con1_list li:nth-child(1):hover span{background: url(../image/h4.png) no-repeat center center #5ad3ff;}
.h5_con2 .h5_con1_list li:nth-child(2) span{background: url(../image/h55.png) no-repeat center center;}
.h5_con2 .h5_con1_list li:nth-child(2):hover span{background: url(../image/h5.png) no-repeat center center #5ad3ff;}
.h5_con2 .h5_con1_list li:nth-child(3) span{background: url(../image/h66.png) no-repeat center center;}
.h5_con2 .h5_con1_list li:nth-child(3):hover span{background: url(../image/h6.png) no-repeat center center #5ad3ff;}
.h5_con2 .h5_con1_list li:nth-child(4) span{background: url(../image/h77.png) no-repeat center center;}
.h5_con2 .h5_con1_list li:nth-child(4):hover span{background: url(../image/h7.png) no-repeat center center #5ad3ff;}
.h5_con2 .h5_con1_list li:nth-child(5) span{background: url(../image/h88.png) no-repeat center center;}
.h5_con2 .h5_con1_list li:nth-child(5):hover span{background: url(../image/h8.png) no-repeat center center #5ad3ff;}





.data{width:100%; display:table;margin-top:100px; position:relative; background:#222324; overflow:hidden;}

.data .pic2{

    position:absolute;

    top:0;

    left:0;

    z-index:-1;

}

.data .image_container a{

	width:100%;height:100%; display:block;

    float:left;

    -webkit-perspective: 600px;

    -moz-perspective: 600px;

}

.data .image_container a .pic1{

    -webkit-transform: rotateX(0deg) rotateY(0deg);

    -webkit-transform-style: preserve-3d;

    -webkit-backface-visibility: hidden;

    -moz-transform: rotateX(0deg) rotateY(0deg);

    -moz-transform-style: preserve-3d;

    -moz-backface-visibility: hidden;

    -o-transition: all .4s ease-in-out;

    -ms-transition: all .4s ease-in-out;

    -moz-transition: all .4s ease-in-out;

    -webkit-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

}

.data .image_container a:hover .pic1{

    -webkit-transform:rotateX(0deg);

    -moz-transform:rotateX(0deg);

}

.data .image_container a .pic2{

    -webkit-transform: rotateX(-180deg);

    -webkit-transform-style: preserve-3d;

    -webkit-backface-visibility: hidden;

    -moz-transform: rotateX(-180deg);

    -moz-transform-style: preserve-3d;

    -moz-backface-visibility: hidden;

    -o-transition: all .4s ease-in-out;

    -ms-transition: all .4s ease-in-out;

    -moz-transition: all .4s ease-in-out;

    -webkit-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

}

.data .image_container a:hover .pic2{

    -webkit-transform:rotateX(0deg) rotateY(0deg);

    -moz-transform:rotateX(0deg) rotate(0deg);

    z-index: -1;

    position: absolute;

}
.data .image_container a:hover .pic1{
	z-index: 11;
	background: rgba(0,0,0,.2);
}

.data .row1{width:100%;height:33%;}
.data .row1 .row1_1{width:33%;height:100%; float:left; position:relative; z-index:11;}
.data .row1 .row1_1 .pic1{width:100%;height:100%; border-right:1px #3e3e3e solid; border-bottom:1px #3e3e3e solid; background:#2a2a2a; overflow:hidden;}
.data .row1 .row1_1 .pic1 .num{width:143px;height:122px; border-top:1px #fff solid; position:absolute;right:30px;top:50%; margin-top:-61px;}
.data .row1 .row1_1 .pic1 .num span{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block;}
.data .row1 .row1_1 .pic1 .num p{padding-top:12px; display:block; font-size:45px; font-weight:500; color:#74c3eb; font-family:"Arial";} 
.data .row1 .row1_1 .pic1 .num p strong{font-size:17px;font-family:"微软雅黑","Arial"; padding-left:14px;}
.data .row1 .row1_1 .pic1 .we{width:290px; display:table;position:absolute;right:30px;top:50%; margin-top:30px;}
.data .row1 .row1_1 .pic1 .we b{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block; font-weight:500;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; text-align:right;}
.data .row1 .row1_1 .pic2{width:100%;height:100%;background:#2a2a2a; overflow:hidden;}
.data .row1 .row1_1 .pic2 img{width: 100%;height: 100%;}
.data .row1 .row1_1 .pic2 .we{width:210px; display:table;position:absolute;right:30px;top:50%; margin-top:30px;}
.data .row1 .row1_1 .pic1 .we b{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block; font-weight:500;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; text-align:right;}
.data .row1 .row1_2{width:34%;height:100%; float:left; position:relative; z-index:10;}
.data .row1 .row1_2 .pic1{width:100%;height:100%;border-bottom:1px #3e3e3e solid; background:#2a2a2a; overflow:hidden;}
.data .row1 .row1_2 .pic1 .num{width:143px;height:122px; border-top:1px #fff solid; position:absolute;right:30px;top:50%; margin-top:-61px;}
.data .row1 .row1_2 .pic1 .num span{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block;}
.data .row1 .row1_2 .pic1 .num p{padding-top:12px; display:block; font-size:45px; font-weight:500; color:#74c3eb; font-family:"Arial";} 
.data .row1 .row1_2 .pic1 .num p strong{font-size:17px;font-family:"微软雅黑","Arial"; padding-left:14px;}
.data .row1 .row1_2 .pic1 .we{width:290px; display:table;position:absolute;right:30px;top:50%; margin-top:30px;}
.data .row1 .row1_2 .pic1 .we b{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block; font-weight:500;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; text-align:right;}
.data .row1 .row1_2 .pic2{width:100%;height:100%;background:#2a2a2a; overflow:hidden;}
.data .row1 .row1_2 .pic2{width:100%;height:100%;background:#2a2a2a; overflow:hidden;}
.data .row1 .row1_2 .pic2 img{width: 100%;height: 100%;}
.data .row1 .row1_3{width:33%;height:100%; float:left; position:relative; z-index:11}
.data .row1 .row1_3 .pic1{width:100%;height:100%; border-left:1px #3e3e3e solid; border-bottom:1px #3e3e3e solid; background:#2a2a2a; overflow:hidden;}
.data .row1 .row1_3 .pic1 .num{width:143px;height:122px; border-top:1px #fff solid; position:absolute;right:30px;top:50%; margin-top:-61px;}
.data .row1 .row1_3 .pic1 .num span{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block;}
.data .row1 .row1_3 .pic1 .num p{padding-top:12px; display:block; font-size:45px; font-weight:500; color:#74c3eb; font-family:"Arial";} 
.data .row1 .row1_3 .pic1 .num p strong{font-size:17px;font-family:"微软雅黑","Arial"; padding-left:14px;}
.data .row1 .row1_3 .pic1 .we{width:290px; display:table;position:absolute;right:30px;top:50%; margin-top:30px;}
.data .row1 .row1_3 .pic1 .we b{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block; font-weight:500;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; text-align:right;}
.data .row1 .row1_3 .pic2{width:100%;height:100%;background:#2a2a2a; overflow:hidden;}
.data .row1 .row1_3 .pic2{width:100%;height:100%;background:#2a2a2a; overflow:hidden;}
.data .row1 .row1_3 .pic2 img{width: 100%;height: 100%;}
.data .row2{width:100%;height:34%;}
.data .row2 .row1_1{width:33%;height:100%; float:left; position:relative; z-index:10;}
.data .row2 .row1_1 .pic1{width:100%;height:100%; border-right:1px #3e3e3e solid; border-bottom:1px #3e3e3e solid; background:#2a2a2a; overflow:hidden;}
.data .row2 .row1_1 .pic1 .num{width:143px;height:122px; border-top:1px #fff solid; position:absolute;right:30px;top:50%; margin-top:-61px;}
.data .row2 .row1_1 .pic1 .num span{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block;}
.data .row2 .row1_1 .pic1 .num p{padding-top:12px; display:block; font-size:45px; font-weight:500; color:#f78a0c; font-family:"Arial";} 
.data .row2 .row1_1 .pic1 .num p strong{font-size:17px;font-family:"微软雅黑","Arial"; padding-left:14px;}
.data .row2 .row1_1 .pic1 .we{width:290px; display:table;position:absolute;right:30px;top:50%; margin-top:30px;}
.data .row2 .row1_1 .pic1 .we b{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block; font-weight:500;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; text-align:right;}
.data .row2 .row1_1 .pic2{width:100%;height:100%;background:#2a2a2a; overflow:hidden;}
.data .row2 .row1_1 .pic2 img{width: 100%;height: 100%;}
.data .row2 .row1_2{width:34%;height:100%; float:left; position:relative; z-index:9;}
.data .row2 .row1_2 .pic1{width:100%;height:100%;border-bottom:1px #3e3e3e solid; background:#2a2a2a; overflow:hidden;}
.data .row2 .row1_2 .pic1 .num{width:143px;height:122px; border-top:1px #fff solid; position:absolute;right:30px;top:50%; margin-top:-61px;}
.data .row2 .row1_2 .pic1 .num span{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block;}
.data .row2 .row1_2 .pic1 .num p{padding-top:12px; display:block; font-size:45px; font-weight:500; color:#f78a0c; font-family:"Arial";} 
.data .row2 .row1_2 .pic1 .num p strong{font-size:17px;font-family:"微软雅黑","Arial"; padding-left:14px;}
.data .row2 .row1_2 .pic1 .we{width:290px; display:table;position:absolute;right:30px;top:50%; margin-top:30px;}
.data .row2 .row1_2 .pic1 .we b{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block; font-weight:500;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; text-align:right;}
.data .row2 .row1_2 .pic2{width:100%;height:100%;background:#2a2a2a; overflow:hidden;}
.data .row2 .row1_2 .pic2 img{width: 100%;height: 100%;}
.data .row2 .row1_3{width:33%;height:100%; float:left; position:relative; z-index:10}
.data .row2 .row1_3 .pic1{width:100%;height:100%; border-left:1px #3e3e3e solid; border-bottom:1px #3e3e3e solid; background:#2a2a2a; overflow:hidden;}
.data .row2 .row1_3 .pic1 .num{width:143px;height:122px; border-top:1px #fff solid; position:absolute;right:30px;top:50%; margin-top:-61px;}
.data .row2 .row1_3 .pic1 .num span{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block;}
.data .row2 .row1_3 .pic1 .num p{padding-top:12px; display:block; font-size:45px; font-weight:500; color:#f78a0c; font-family:"Arial";} 
.data .row2 .row1_3 .pic1 .num p strong{font-size:17px;font-family:"微软雅黑","Arial"; padding-left:14px;}
.data .row2 .row1_3 .pic1 .we{width:290px; display:table;position:absolute;right:30px;top:50%; margin-top:30px;}
.data .row2 .row1_3 .pic1 .we b{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block; font-weight:500;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; text-align:right;}
.data .row2 .row1_3 .pic2{width:100%;height:100%;background:#2a2a2a; overflow:hidden;}
.data .row2 .row1_3 .pic2 img{width: 100%;height: 100%;}
.data .row3{width:100%;height:33%;}
.data .row3 .row1_1{width:33%;height:100%; float:left; position:relative; z-index:9;}
.data .row3 .row1_1 .pic1{width:100%;height:100%; border-right:1px #3e3e3e solid;background:#2a2a2a; overflow:hidden;}
.data .row3 .row1_1 .pic1 .num{width:143px;height:122px; border-top:1px #fff solid; position:absolute;right:30px;top:50%; margin-top:-61px;}
.data .row3 .row1_1 .pic1 .num span{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block;}
.data .row3 .row1_1 .pic1 .num p{padding-top:12px; display:block; font-size:45px; font-weight:500; color:#74b52f; font-family:"Arial";} 
.data .row3 .row1_1 .pic1 .num p strong{font-size:17px;font-family:"微软雅黑","Arial"; padding-left:14px;}
.data .row3 .row1_1 .pic1 .we{width:290px; display:table;position:absolute;right:30px;top:50%; margin-top:30px;}
.data .row3 .row1_1 .pic1 .we b{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block; font-weight:500;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; text-align:right;}
.data .row3 .row1_1 .pic2{width:100%;height:100%;background:#2a2a2a; overflow:hidden;}
.data .row3 .row1_1 .pic2 img{position:absolute;left:50%;top:50%;margin-left:-440px;margin-top:-250px;}
.data .row3 .row1_2{width:34%;height:100%; float:left; position:relative; z-index:8;}
.data .row3 .row1_2 .pic1{width:100%;height:100%;background:#2a2a2a; overflow:hidden;}
.data .row3 .row1_2 .pic1 .num{width:143px;height:122px; border-top:1px #fff solid; position:absolute;right:30px;top:50%; margin-top:-61px;}
.data .row3 .row1_2 .pic1 .num span{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block;}
.data .row3 .row1_2 .pic1 .num p{padding-top:12px; display:block; font-size:45px; font-weight:500; color:#74b52f; font-family:"Arial";} 
.data .row3 .row1_2 .pic1 .num p strong{font-size:17px;font-family:"微软雅黑","Arial"; padding-left:14px;}
.data .row3 .row1_2 .pic1 .we{width:290px; display:table;position:absolute;right:30px;top:50%; margin-top:30px;}
.data .row3 .row1_2 .pic1 .we b{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block; font-weight:500;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; text-align:right;}
.data .row3 .row1_2 .pic2{width:100%;height:100%;background:#2a2a2a; overflow:hidden;}
.data .row3 .row1_2 .pic2 img{position:absolute;left:50%;top:50%;margin-left:-440px;margin-top:-250px;}
.data .row3 .row1_3{width:33%;height:100%; float:left; position:relative; z-index:9}
.data .row3 .row1_3 .pic1{width:100%;height:100%; border-left:1px #3e3e3e solid;background:#2a2a2a; overflow:hidden;}
.data .row3 .row1_3 .pic1 .num{width:143px;height:122px; border-top:1px #fff solid; position:absolute;right:30px;top:50%; margin-top:-61px;}
.data .row3 .row1_3 .pic1 .num span{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block;}
.data .row3 .row1_3 .pic1 .num p{padding-top:12px; display:block; font-size:45px; font-weight:500; color:#74b52f; font-family:"Arial";} 
.data .row3 .row1_3 .pic1 .num p strong{font-size:17px;font-family:"微软雅黑","Arial"; padding-left:14px;}
.data .row3 .row1_3 .pic1 .we{width:290px; display:table;position:absolute;right:30px;top:50%; margin-top:30px;}
.data .row3 .row1_3 .pic1 .we b{font-size:12px; color:#ffffff;font-family:"微软雅黑","Arial"; padding-top:12px; display:block; font-weight:500;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; text-align:right;}
.data .row3 .row1_3 .pic2{width:100%;height:100%;background:#2a2a2a; overflow:hidden;}
.data .row3 .row1_3 .pic2 img{position:absolute;left:50%;top:50%;margin-left:-440px;margin-top:-250px;}






.pic_list{width: 290px;height: 100%;box-sizing: border-box;padding-top:70px;text-align: left;display: inline-block;}
.pic_list span{display: inline-block;}
.pic_list span:before{content: '';display:block;width:70px;height: 1px;background: white;margin-bottom: 15px;}
.pic_list p{font-size: 18px;color: white;margin-top: 30px;}
.pic1{text-align: center;}
.data {margin-top: 0;}
.data .pic2 img{position: static !important;margin: 0 !important;width: 100%; height: 100%;}
.data .row1 .row1_1{width: 33.333333%;box-sizing: border-box;border-bottom: 1px solid #3e3e3e;border-right: 1px solid #3e3e3e;}

.h5_con3{background: url(../image/wuowuei_02.jpg) no-repeat;background-size:100% 100%;background-attachment:fixed;box-sizing: border-box;padding: 100px 0;}
.h5_con3 h2{text-align: right;}
.h5_con3 h2 span{display: inline-block;vertical-align: middle;margin-left: 25px;font-size: 12px;color: white;}
.xiugai_line{display: inline-block;vertical-align: middle;width:40px;height:1px;background: white;margin: 0 15px;}
.h5_con3_u1{font-size:0;}
.h5_con3_u1 li{display: inline-block;vertical-align: top;width:23%;margin-right: 2%;box-sizing: border-box;padding: 20px;background: #f1f1f1;}
.h5_con3_u1 li:nth-child(4n){margin-right: 0;}
.h5_con3_u1 li span {}
.h5_con3_list{position: relative;overflow: hidden;}
.h5_con3_list>span img{width:100%}
.h5_con3_list1{position: absolute;width:100%;top:0;height: 100%;background: rgba(0,0,0,.8);text-align: center;box-sizing: border-box;
padding-top: 50px;transform: translate(100%,100%) scale(0);transition: 0.5s ease-in-out;}
.h5_con3_u1 li:hover .h5_con3_list1{transform: translate(0%,0%) scale(1);}
.h5_con3_span1{display: block;width:100px;line-height: 30px;text-align: center;font-size: 14px;color: white;border: 1px solid white;border-radius: 50px;margin: 52% auto 0;}
.h5_con3_left{display: inline-block;vertical-align: middle;}
.h5_con3_bottom{padding-top: 25px;}
.h5_con3_bottom>span{display: inline-block;float: right;}
.h5_con3_bottom h3{font-size: 15px;color: #515151;}
.h5_con3_bottom p{font-size: 12px;color: #a5a5a5;}
.h5_con3_bottom p:after{content: '';display: inline-block;vertical-align: middle;width:40px;height:1px;background:#a5a5a5;margin-left:5px}
.h5_con3_u1{margin-top: 60px;}


.h5_gengduo{border:1px solid rgba(250,250,250,.5);border-radius:50px;overflow:hidden;z-index:2;display: block;width:160px;height:35px;line-height:35px;text-align: center;font-size: 14px;color:white;margin:60px auto 0;position: relative;}
.h5_gengduo:after{content:'';display: block;width:0%;height:100%;background: #ffffff;position: absolute;top:0;left: 0;z-index: -1;transition: 0.3s ease-in-out;}
.h5_gengduo:hover:after{width:100%;}
.h5_gengduo:hover{color:#000000}
.hejun-contact .sub-conText{transform: translateX(0);opacity: 1;}
.h5_con1_list li{margin-right: 6%;}
.hejun-contact .sub-conts .different{transform: scale(1);opacity: 1;}

.h5_con3 .h5_divBox{width: 80%;}
.hejun-contact .sub-conText h2{position: relative;}
.hejun-contact .sub-conText h2 img{position: absolute;right: 10%;top:-85%;}
.data .row1 .row1_1 .pic1{border: none;}
.h5_banner h2 img{max-width: 100%;}

@media only screen and (max-width:1440px ) {
	.h5_divBox{width: 80%;}
	.h5_con1_list li{margin-right: 3%;}
	
}

@media only screen and (max-width: 1200px) {
	.h5_divBox,.h5_banner .h5_bansld{width:95%}
	
	.h5_bansld li{display: inline-block;vertical-align: top;width:25%;box-sizing: border-box;}
	.h5_bansld li a{display: block;background: white;}
	.h5_bansld li span{display: inline-block; width:100%; height:52px;text-align: center;line-height:52px;transition: 0.3s ease-in-out;}
	.h5_bansld li font{font-size: 12px;color: #2d2b35;display: block;line-height: 20px;transition: 0.3s ease-in-out;padding-bottom:10px;}
	.h5_bansld li:hover {overflow: initial;}
	.h5_bansld li:hover img{opacity: 0.7;}
	.h5_bansld li:hover a{background: #5ad3ff;transform: translateY(-40px);}
	.h5_bansld li:hover span{}
	
	
	.h5_banner .h5_bansld{height: auto;margin-top:50px;}
	.h5_banner{transform: translateY(0);}
	.h5_banner{top:10%;}
	.mainTop{height: auto !important;}
}
@media only screen and (max-width:700px) {

	
	.h5_bansld li{display: inline-block;vertical-align: top;width:25%;box-sizing: border-box;}
	.h5_bansld li a{display: block;background: white;}
	.h5_bansld li span{display: inline-block; width:100%; height:52px;text-align: center;line-height:52px;transition: 0.3s ease-in-out;}
	.h5_bansld li font{font-size: 12px;color: #2d2b35;display: block;line-height: 20px;transition: 0.3s ease-in-out;padding-bottom:10px;}
	.h5_bansld li:hover {overflow: initial;}
	.h5_bansld li:hover img{opacity: 0.7;}
	.h5_bansld li:hover a{background: #5ad3ff;transform: translateY(-40px);}
	.h5_bansld li:hover span{}
	
}
                                 

.scrollBar>img{width:100%}