/* 首页banner样式 */
.video_banner{
    position: absolute;
    top: 30%;
    text-align: center;
    margin: auto;
    display: inline-block;
    width: 100%;
    background:none ;
    
}
.video_banner h5{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.video_banner p{
    font-size: 20px;
    color: #fff;
    margin-top: 50px;
}
.video_banner .videomore{
    width: 205px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-top: 110px;
    transition: .5s;
    
}
.video_banner .videomore:hover{
    background-color: #0994dc;
}
.video_banner .videomore::after{
    content: "";
    background: url(../images/videomore.png) no-repeat;
    width: 12px;
    height: 10px;
    display: inline-block;
}
.index_banner{
    position: relative;
    background-color: #0994dc;
    max-height: 800px;
    overflow: hidden;
}
.index_banner video{
    opacity: .5;
    
}
.x-banner .owl-carousel {
	position: relative;
}

.x-banner .owl-carousel .banner-item a {
	display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
	right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
	outline: none;
	position: absolute;
	top: 50%;
	z-index: 9999;
	background: none;
	border: 1px solid #fff;
	height: 65px;
	width: 50px;
	margin-top: -32.5px;
	border-radius: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}



.x-banner .owl-carousel .owl-nav .icon-font {
	display: block;
	width: 100%;
	height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
	background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
	background-position: -26px -480px;
}

@media (max-width: 990px) {

	.x-banner .owl-carousel .owl-nav button.owl-prev,
	.x-banner .owl-carousel .owl-nav button.owl-next {
		height: 40px;
		width: 30px;
		margin-top: -20px;
	}

	.x-banner .owl-carousel .owl-nav .iconfont {
		font-size: 20px;
	}
}

.x-banner .owl-carousel .owl-dots {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	bottom: 5%;

}

.x-banner .owl-carousel .owl-dots button.owl-dot {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 .5em;
	outline: none;
	background: #fff;
	width: 50px;
	height: 5px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
	background: #151515
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
	background: #151515
}

@media (max-width: 990px) {
	.x-banner .owl-carousel .owl-dots button.owl-dot {
		font-size: 12px;
	}
}

.icon-font {
	position: relative;
}

.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

.x-banner .owl-carousel .owl-dots {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	bottom: 3%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 .5em;
	outline: none;
	background: #fff;
	width: 50px;
	height: 5px;

}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
	background: #21b4f6;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
	background: #21b4f6;
}




/**/
ol,ul{
	margin: 0;
    padding: 0;
    list-style: none;
}

/* anchorTop */
.bannerNavOuter{
	position: fixed;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 233;
    left: 25px;
}
.bannerNavOuter li{
	width: 1em;
    height: 1em;
    margin: 15px 0;
    position: relative;
}
.bannerNavOuter li a{
	content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0.25em;
    right: 0.0em;
    background: #ccc;
    -webkit-transition: 0.15s all ease-out;
    transition: 0.15s all ease-out;
}
.surface,.equipment{
  cursor: pointer;
}
.bannerNavOuter li.active a{
	width: 100%;
    height: 2px;
    /* padding-left:  */
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}
.bannerNavOuter li a:after,
.bannerNavOuter li.active a:after{
	content: attr(data-title);
    position: absolute;
    color: #444;
    left: 20px;
    width: 125px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s;
    text-align: left;
    letter-spacing: 1px;
    z-index: 667;
}
/*.bannerNavOuter li.active a:after{
	opacity: 1;
	height: auto;
	overflow: inherit;
}*/
.bannerNavOuter li:hover a:after{
	opacity: 1;
	transform: translateY(-50%);
	height: auto;
	overflow: inherit;
}


.home-logo{
	position: absolute;
    /*top: 0px;*/
    top: 50px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 5;
}
.home-logo>div{
	display: block;
	width: 145px;
	height: 65px;
	margin: auto;
	padding: 5px;
	background: url("../images/logo.png") no-repeat;
	background-size: 100% 100%;
}



/* main */
.banner{
	position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    background-color: #ccc;
}
/* bannerè§†é¢‘ */
.homevideo{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  overflow: hidden;
	width: 100%;
	height: calc(100vh - 150px);
	opacity: 1;
  background:url(../images/video.jpg) no-repeat center center;
  background-size: 100%;
}
.mengbng img{
  width: 100%;
  display: block;
  margin:auto;
}
.grid-sync{
    position: relative;
    width: 100%;
    max-width: 1600px;
    height: 80vh;
    margin: 0 auto;
    box-sizing: border-box;
    color: #fff;
    z-index: 88;
}
.mengbng{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/banner_bg2.png) repeat center;
  opacity: 0.3;
  -webkit-opacity:0.3;
	z-index: 1;
  display: flex;
}
.mengbng.active{
  background: #000;
}
.mengbng img{
  display: none;
}
.mengbng.active img{
  display: block;
}
/* banneræ–‡å­—ç‰¹æ•ˆ */
#slideshow{
  width: 100%;  
  position: absolute;
  top: 28vh;
  margin: 0 auto; /*è®¾ç½®åœ¨é¡µé¢æ°´å¹³å±…ä¸­*/
  position: relative;  
}

 #slideshow>div{
  width: 100%;
  position: absolute; /*å›¾ç‰‡é‡‡å–ç»å¯¹å®šä½ï¼Œå‡ä½äºŽå·¦ä¸Šè§’ï¼Œé‡å åœ¨ä¸€èµ·*/
  top: 0;
  left: 0;
  margin-top: 3.5rem;
  opacity: 0; /*åˆå§‹ä¸é€æ˜Žåº¦ä¸º0ï¼Œå›¾ç‰‡éƒ½çœ‹ä¸è§*/
  transition: opacity .2s linear; /*--é‡ç‚¹--å®šä¹‰ä¸€ä¸ªå…³äºŽé€æ˜Žåº¦çš„transition*/
  -webkit-transition: opacity .2s linear;
} 
#slideshow>div.active{
  opacity: 1; /*æœ‰activeç±»çš„å›¾ç‰‡ä¸é€æ˜Žåº¦ä¸º1ï¼Œå³æ˜¾ç¤ºå›¾ç‰‡*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: smalltobig;
    animation-name: smalltobig;
  
}
@-webkit-keyframes smalltobig {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

@keyframes smalltobig {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

/* banneræ–‡å­—ç‰¹æ•ˆ */
.galaxy{
  position: relative;
  width: 350px;
  height: 130px;
  padding: 0;
  display: table;
}
.timeline-cover{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0 auto;
  background-color: #0994dc;
  opacity: 0.5;
}
.timeline-c2{
  position: absolute;
  width: 50px;
  height: 50px;
  margin:  0 auto;
  background-color: #0994dc;
  opacity: 0.5;
}
.timeline-c4{
  position: absolute;
  width: 12.5px;
  height: 12.5px;
  margin:  0 auto;
  background-color: #0994dc;
  opacity: 0.8;
}
.timeline-c6{
  position: absolute;
  width: 12.5px;
  height: 12.5px;
  margin:  0 auto;
  background-color: #0994dc;
  opacity: 0.3;
}
.c2-left{
  left: -55px;
  bottom: 0;
}
.c2-right{
  right: -25px;
  top: -25px;
}
.c4-left{
  left: -40px;
  bottom: -40px;
}
.c4-right{
  right: -30px;
  top: 40px;
}
.c6-left{
  left: -20px;
  bottom: -20px;
}
.c6-right{
  right: -50px;
  top: 25px; 
}
.timeline-text{
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  letter-spacing: 1px;
}
.timeline-text h2{
  font-size:32px;
  line-height: 1.25;
  margin: 0 10%;
  color: #fff;
  font-weight: normal;
  z-index: 26;
  opacity: 1;
  letter-spacing: 2px;
  font-family: 'NeuesBauenDemo';
	padding:30px 0;
}
  @font-face {
    font-family: 'NeuesBauenDemo';
    src: url('../fonts/Faith_Collapsing.ttf');
    font-weight: normal;
    font-style: normal;
  }
.timeline-text h2 span{
	display:inline-block;
	text-indent:20px;
	font-size:20px;
}

.timeline-text p{
  font-size: 26px;
  line-height: 1.25;
  font-weight: 300;
  color: #fff;
}

.timeline1{
  transform: translateY(50%);
  transition: all .6s ease-out;
}
.active .timeline1{
  transform: translateY(-32.5%);
} 
.timeline2{
    transform: translateY(0%);
   transition: all .8s ease-out;
}
.active .timeline2{
  transform: translateY(-115%);
} 
.timeline4{
    transform: translateY(0%);
   transition: all 1.2s ease-out;
}
.active .timeline4{
  transform: translateY(-400%);
} 



.number{
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #fafafa;
	padding: 20px 0;
}
.number-list{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	margin: 0 auto;
}
.number .number-list li{
	position: relative;
	width: 20%;
	float: left;
	text-align: center;
}
.number .number-list .number-bar .numberSZ{
	font-size: 48px;
	line-height: 1.25;
	color: #333;
	font-weight: 600;
	text-align: center;
	vertical-align: top;
}
.number .number-list .number-bar .number-unit{
	position: relative;
	top: 1px;
	left: 3px;
	font-size: 14px;
	color: #333;
	font-weight: 600;
	vertical-align: top;
}
.number .number-list .number-bar .number-unit.number-unitup{
	top: 0;
	left: 0;
	font-size: 40px;
}
.number .number-list .number-text{
	font-size: 13px;
    line-height: 30px;
    color: #333;
    letter-spacing: 1.5px;
}


.box1{}
.box1 .left{
	width: calc(50% - 4.2vw);
    padding-top: 5.2vw;
}
.box1 .left h5{
	font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #333333;
    font-family: arial;
    font-weight: bold;
}
.box1 .left h5 span{
	font-size: 16px;
    color: #999;
}
.box1 .left h6{
	font-size: 30px;
    line-height: 5.2vw;
    color: #0994dc;
}
.box1 .left h6:after{
	content: '';
    width: 50px;
    height: 4px;
    background: #0994dc;
    display: block;
}
.box1 .left p{
	font-size: 16px;
    color: #666666;
    line-height: 36px;
    padding-top: 30px;
}
.box1 .left .about_a a{
	line-height: 53px;
    border: 1px solid #0994dc;
    border-radius: 27px;
    width: 180px;
    text-align: center;
    font-size: 14px;
    color: #0994dc;
    display: block;
    margin-top: 54px;
    transition: all 0.5s ease 0s;
}
.box1 .left .about_a a:hover{
	color: #FFFFFF;
    background: #0994dc;
}
.box1 .right{
	width: 50%;
	margin-top: 6%;
}
.box1 .x-about{
	width: 100%;
    margin: 5% 0;
}
.box1 .x-about li{
	width: 25%;
    text-align: center;
    float: left;
    transition: all 0.5s ease 0s;
}
.box1 .x-about li:hover{
	background: #0994dc;
}
.box1 .x-about li:nth-of-type(1) a{ background:url(../images/inx_1.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(2) a{ background:url(../images/inx_2.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(3) a{ background:url(../images/inx_3.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(4) a{ background:url(../images/inx_4.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(1):hover a{ background:url(../images/inx_on1.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(2):hover a{ background:url(../images/inx_on2.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(3):hover a{ background:url(../images/inx_on3.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(4):hover a{ background:url(../images/inx_on4.png) no-repeat 26% center;}
.box1 .x-about li a{
	display: block;
    text-align: center;
    border: 1px solid #eee;
    padding: 56px 0;
    text-indent: 49%;
}
.box1 .x-about li span{
	display: block;
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}
.box1 .x-about li:hover span{
	color: #fff;
}
.box1 .x-about li i{
	display: block;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
	font-style: normal;
}

.box1 .x-about li:hover i{
	color: #fff;
}

/* what we do	*/
.section{
	position: relative;
	margin: 0 auto;
	padding: 25px 0;
}
.wedo{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
}
.grid-title{
	position: relative;
	width: 100%;
	max-width: 1600px;
	height: 165px;
	overflow: hidden;
	margin: 0 auto;
}
.grid-title>div{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}

.grid-title h2{
	margin: 0 0 15px;
	color: #333;
	font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.grid-title p{
	margin: 0 auto;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0.45;
}

/* project-cover */
.wwd{
	position: relative;
    height: 65.5vh;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}
.wwd .col-md-3{
	height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.coverimg{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 0;
    background-color: #ccc;
}
.bottomtit{
	position: absolute;
	bottom: 7.5%;
	margin: 0 auto;
	z-index: 2;
	opacity: 1;
}
.wwd .bottomtit{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 1.25;
	letter-spacing: 2px;
}
.project-cover{
	position: absolute;
    width: 100%;
    height: 100%;
    max-height: 650px;
    margin-top: 0;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity .4s ease-out;
}
.wwd .project-cover{
	padding: 0 15%;
	background-color: #0994dc;
}
.card-header, .card-body{
	position: relative;
	height: 50%;
    margin: 0 auto;
    padding: 0;
    transition: margin .4s ease-out;
    text-align: center;
    overflow: hidden;
}
.wwd .card-header>div{
	position: relative;
	top: 50%;
	margin: 0 auto;
	padding: 0;
	transform: translateY(-50%);
}
.card-header h2, .card-header h3, .card-header h4{
	position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 1.25;
    color: #fff;
    z-index: 2;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.wwd .card-header h3{
	font-size: 28px;
}
.wwd .card-header h4{
	font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    opacity: 0.65;
}
.card-body p{
	position: relative;
    display: block;
    z-index: 2;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    transition: opacity .4s ease-out,margin-top .4s ease-out;
    letter-spacing: 1px;
}
.wwd .card-body p{
	margin-top: 25%;
	text-align: left;
    text-align: center;
}
a:hover .project-cover{
 	opacity: 1;
 }


 /* core */
.core{
  	position: relative;
  	width: 100%;
  	max-width: 1600px;
  	overflow: hidden;
 }
.core .col-md-3{
 	height: 100%;
 	padding: 0;
 }
.core .bottomtit{
	display: block;
	width: 100%;
	color: #fff;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    opacity: 0.65;
    letter-spacing: 3px;
    text-align: center;
    z-index: 22;
}
.core .project-cover{
	height: 100%;
    padding: 0 15%;
    top: 0;
    opacity: 1;
    transition: opacity .4s ease-out,background .4s ease-out;
}
.core .card-header{
    margin-top: 45px;
    top: 50%;
    transform: translateY(-50%);
 }
.core img{
 	width: 100%;
    height: auto;
    z-index: 1;
    border: 0;
    background-color: #666;
 }
 .core .card-header img{
 	width: 46px;
    background: none;
    margin-bottom: 15px;
 }
 .core .card-header h3{
 	font-size: 22px;
     text-transform: uppercase;
 }
.card-header p{
 	position: relative;
    display: block;
    z-index: 2;
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
    transition: opacity .4s ease-out,margin-top .4s ease-out;
    letter-spacing: 1.5px;
    text-align: left;
    opacity: 0;
    text-align: center;
 }


.core .card-body img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
    width: 46px;
    background: none;
    padding-bottom: 40px;
    transition: all .35s ease-out;
    opacity: 0;
}
.core .card-body h4{
	display: block;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    opacity: 0.65;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 20px;
}
.core a:hover .project-cover{
	background-color: #0994dc;
}
.core a:hover .project-cover .card-body img{
	opacity: 1;
	left: 50%;
	transform: translateX(-50%);
}
.core .project-cover:hover .card-header{
	margin-top: -20px;
}
.core .project-cover:hover .card-header p{
	opacity: 1;
}

/* technical */
.enlarge-win .up{
	height: 85vh;
}
.technical{
	position: relative;
	max-width: 1600px;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 0;
}
.technical .clearfix{
	position: relative;
	padding-top: 35px;
	margin: 0 auto;
}
.technical .item-block{
	width: calc(33.3333% - 50px);
    height: 390px;
    float: left;
    margin-right: 50px;
    margin-bottom: 35px;
    padding: 0; 
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 0px;
    transition: all 0.36s ease;
    
}
.technical .item-block .imgicon{
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 5%;
	width: 30px;
	height: 15px;
	opacity: 0;
	transition: all 0.36s ease;
	background: url("../images/product/rightlift.png");
	background-size: 100% 100%;
}
.technical .item-block .item-img{
	position: relative;
	overflow: hidden;
}
.technical .item-block .item-img img{
	max-width: 100%;
	display: inline;
	transition: all .36s ease;
}
.technical .item-block .item-wrapper{
	position: relative;
	padding-top: 15px;
	padding-bottom: 35px;
	transition: all 0.36s ease;
}
.technical .item-block .item-wrapper .title{
	margin: 15px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.technical .item-block .item-wrapper .description{
	margin-top: 8px;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.technical .item-block:hover,
.technical .item-block:focus{
	cursor: pointer;
	box-shadow: 1px 3px 10px #ddd;
}
.technical .item-block:hover .item-img img{
	transform: scale(1.1);
}
.technical .item-block:hover .item-wrapper{
	margin-left: 5%;
	margin-right: 5%; 
}
.technical .item-block:hover .imgicon{
	opacity: 1;
}

/* eqmant */
.eqmant{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.eqmant .col-md-6{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.eqmant img{
	width: 100%;
	overflow: hidden;
	border: none;
	transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -ms-transition: transform 1.5s cubic-bezier(0,1,0.5,1);
    -webkit-transition: transform 1.5s cubic-bezier(0,1,0.5,1);
    transition: transform 1.5s cubic-bezier(0,1,0.5,1);

}
.eqmant .col-md-6:hover img{
	transform: scale(1.1);
}
.eqbng{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    opacity: 0.25;
}
.eqmant .project-cover{
	width: 100%;
    margin: 0 auto;
    padding: 0 20%;
    top: 0;
    opacity: 1;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
}
.eqmant .card-header{
	position: absolute;
	height: auto;
	margin-top: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.eqmant .card-header hr{
	height: 1px;
    width: 65px;
    background-color: #fff;
    opacity: 0.7;
    display: inline-block;
}
.eqmant .card-header p{
	opacity: 1;
	line-height: 1.5;
	letter-spacing: 0.5px;
	margin: 45px 0;
    text-align: center;
}
.eqmant .card-header .btn{
	width: 160px;
	height: 40px;
    font-size: 14px;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 0;
    border: none;
    opacity: 0;
}

.eqmant .col-md-6:hover .eqbng{
	background-color: #000;
}
.eqmant .col-md-6:hover .card-header{
	margin-top: 0;
}
.eqmant .col-md-6:hover .card-header .btn{
	opacity: 1;
	background-color: #0994dc;
	color: #fff;
}


/* product */
.product{
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.product .row{
	margin-top: -110px;
	margin-bottom: 65px;
}
.product .nav-tabs{
	float: right;
	background-color: #fff;
	border: none;
}
.product .nav-tabs li a{
	position: relative;
    display: block;
    padding: 10px 15px;
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
}

.product .nav-tabs>li>a:hover, .product .nav-tabs>li>a:focus{
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.product .nav-tabs>li.active>a, .product .nav-tabs>li.active>a:hover, .product .nav-tabs>li.active>a:focus{
	border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.rightlift{
	transform: translateX(0);
	transition: all .35s;
}
.rightlift:hover{
	transform: translateX(10px);
}
.product .tab-content{
	display: block;
	margin-top: 125px;
}

/* productä¸å ç©ºé—´éšè—css */
.product .tab-content>.tab-pane{
	display: block;
	height: 0;
	overflow: hidden;
}
.product .tab-content>.active{
	display: block;
	height: auto;
	overflow: inherit;
}

.product .swiper-slide img{
	width: 100%;
	transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -ms-transition: transform 1s cubic-bezier(0,1,0.5,1);
    -webkit-transition: transform 1s cubic-bezier(0,1,0.5,1);
    transition: transform 1s cubic-bezier(0,1,0.5,1);
}
.product .swiper-slide:hover .product .swiper-slide img{
	transform: scale(1.1);
}
.swiper-button-next,.swiper-button-prev{
	width: 36px;
	height: 36px;
	background-image: none;
	background-color: #0994dc;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-top: 25px;
}
.swiper-button-next:before{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    border: 1px solid #fff;
    content: "";
    z-index: 9;
    border-width: 0 2px 2px 0;
}
.swiper-button-prev:before{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    border: 1px solid #fff;
    content: "";
    border-width: 2px 0 0 2px;
}

.product .swiper-slide .text{
	text-align: center;
	padding: 30px 0;
	background-color: #f6f7f7;
}
.product .swiper-slide .text h5{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.product .swiper-slide .text p{
	font-size: 16px;
	color: #333;
	opacity: .6;
	margin-top: 10px;
}
.product .swiper-slide .click{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.click .oniamg{
	width: 64px;
	height: 64px;
	background-image: url("../images/product/pricon.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.product .swiper-slide:hover .click{
	box-shadow:1px 3px 10px #ddd;
	background: #fff;
	opacity: 0.85;
}
.product .swiper-slide:hover img{
	transform: scale(1.1);
}
.product .swiper-slide{
	overflow: hidden;
	width: 385px;
    margin-right: 30px;
}
.tab-content .swiper-button-next.swiper-button-disabled, .tab-content .swiper-button-prev.swiper-button-disabled{
	    cursor: pointer;
		pointer-events: auto;
}
.tab-pane .swiper-button-next,.tab-pane .swiper-button-prev{
	display:  none;
}

.product .swiper-container-android .swiper-slide, .product .swiper-wrapper{
	/*transform: inherit !important;*/
}





/* box7 */

.box7{margin-top:5%}
.ttc{color:#0994dc;font-weight: 600;text-align: center;background:url(../images/cc3.png) no-repeat center bottom;font-size: 42px;line-height:55px;}


.c5_index{
	width: 100%;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.nn_ll{display: flex;justify-content: center;align-items: center;margin-top:2%}
.nn_ll li{float:left;color:#666666;margin:0 10px;font-size: 16px;border:1px solid #707070;border-radius: 25px;width:150px;height:50px;text-align: center;line-height: 50px;}
.nn_ll li a{text-align: center;color:#666666;}
.nn_ll li:hover{background:#0994dc;border:1px solid #0994dc;color:#fff;}
.nn_ll li:hover a{color:#fff}

.news{padding-bottom: 5%;}
.news_list1x{width:30%;margin-right:2%;margin-top:3%}
.news_list1x li .bbts{width:100%;height:auto;overflow:hidden;}
.news_list1x li .bbts img{width:100%}
.news_list1x li .bbt2{margin-top:10px}
.news_list1x li .bbt2 a{color:#333333;font-size: 18px;line-height:50px;}
.news_list1x li .bbt2 span{display:block;
    color:#808080;font-size:14px;line-height: 25px;height:75px;overflow: hidden;margin-top:5px;padding-bottom:15px;border-bottom: 1px solid #e5e5e5;}


.news_list1x li .bbt2 .mmv{font-size: 12px!important;margin-top:20px}
.news_list1x li .bbt2 .mmv a{color:#666666;font-size: 12px!important; margin-right:30px;
}
.news_list1x li .bbt2 .mmv em{font-style: normal;color:#999999;font-size: 12px;font-style: normal;}


.xw33{width:34%;margin-top:3%}
.news_list3x li .bbt2{margin-top:20px}
.news_list3x li .bbt2 a{color:#333333;font-size: 18px;line-height:35px;}
.news_list3x li .bbt2 span{display:block;
    color:#808080;font-size:14px;line-height: 25px;height:75px;overflow: hidden;margin-top:15px;padding-bottom:15px;border-bottom: 1px solid #e5e5e5;}


.news_list3x li .bbt2 .mmv{font-size: 12px!important;margin-top:20px}
.news_list3x li .bbt2 .mmv a{color:#666666;font-size: 12px!important; margin-right: 30px;}
.news_list3x li .bbt2 .mmv em{font-style: normal;color:#999999;font-size: 12px;font-style: normal;}


.vv_ll{border-top: 1px solid #e5e5e5;margin-top: 5%;padding-top: 5%;}
.vv_ll li{position: relative;line-height: 45px;}
.vv_ll li a{color:#666666;font-size: 14px;}
.vv_ll li span{position:absolute;color:#666666;font-size: 12px;right:0px;top:0px}



@media (max-width: 1440px) {
    .vv_ll{border-top: 1px solid #e5e5e5;margin-top: 4%;padding-top: 4%;}
    .vv_ll li{position: relative;line-height: 42px;}
}



@media (max-width: 1024px) {
    .vv_ll{border-top: 1px solid #e5e5e5;margin-top:2%;padding-top:2%;}
    .vv_ll li{position: relative;line-height: 32px;}
}

@media (max-width: 992px) {
    .xw33{width:100%;margin-top:3%}
    .news_list1x{width:100%;margin-right:0%;margin-top:3%}
}





.dff{background:#1d1d1d;padding: 3% 0;margin-top:3%}

.dda{width:18%;float:left}
.dda h2{color:#ffffff;font-size: 16px;font-weight: 400;background:url(../images/x8.png) no-repeat left bottom;line-height: 55px;}
.dac{margin-top:20px;color:#9b9b9b;font-size: 14px;line-height:28px;}
.dac li{width:100%;display: block;line-height:28px;}
.dac li a{color:#9b9b9b;font-size: 14px;line-height:28px;}







/* Customer	*/
.Customer{
	position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.Customer .row{
	margin: 0 auto;
}
.Customer .row ul li{
	width: 20%;
	float: left;
}
.Customer .row ul li img{
	display: block;
	margin: 0 auto;
	border: none;
	height: 100%;
	max-height: 150px;
}

/* caseDetail */
.case{
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding-bottom: 85px;
}
.case .row, .case .col-md-8, .case .col-md-4{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.case .rightlift{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transform: translateX(0);
	margin-top: -25px;
	display: block;
	text-decoration: none;
	transition: all 0.36s ease;
}
.case .rightlift:hover{
	transform: translateX(10px);
}
.case img{
	width: auto;
    height: auto;
    z-index: 1;
    border: 0;
    overflow: hidden;
}
.case .col-md-8:hover .eqbng, .case .col-md-4:hover .eqbng{
	opacity: 0.35;
	background-color: #000;
}
.case .project-cover{
	height: 100%;
    padding: 0 15%;
    top: 0;
    opacity: 0;
    transition: opacity .4s ease-out,background .4s ease-out;
}



.cardones .card-header .h4ones{
	margin-top: 85px;
}
.case .col-md-4:hover .cardones .onimg,
.case .col-md-8:hover .cardones .onimg{
	transform: translateY(-12.5%);
}


.case .card-header{
	top: 50%;
    transform: translateY(-50%);
}
.case .card-header img{
	width: auto;
	height: auto;
	margin: 25px 0;
	border: none;
	overflow: hidden;
}

.case .card-header h4{
	font-size: 26px;
	letter-spacing: 2px;
}
.case .card-body img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 46px;
    margin-top: 35px;
    background: none;
    padding-bottom: 40px;
    transition: all .35s ease-out;
}
.case .project-cover:hover{
	opacity: 1;
}
.onimg{
	transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -ms-transition: transform 1s cubic-bezier(0,1,0.5,1);
    -webkit-transition: transform 1s cubic-bezier(0,1,0.5,1);
    transition: transform 1s cubic-bezier(0,1,0.5,1);
}
.col-md-8:hover .onimg,
.col-md-4:hover .onimg{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/* contact */
.contact{
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
    overflow: hidden;
}
.contactwrap{
	position: relative;
	height: auto;
	width: 100%;
	max-height: 530px;
	margin-top: -165px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	overflow: hidden;
}
.contact .col-md-6{
	padding: 0;
	margin: 0;
}
.contact .col-md-6>.col-md-6{
	margin-top: 165px;
}
.contact .col-md-6.homeform{
	margin-top: 0;
	padding-top: 165px;
	padding-bottom: 85px;
	background-color: #f7f7f7;
  min-height: 535px;
}
.contactwrap .cont-list li{
	display: block;
	margin: 12.5px 0;
	padding: 0;
	display: block;
	padding: 10px 0;
	color: #666;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: 1px;
}
.contactwrap .cont-list .text{
	display: inline-block;
	padding-left: 8px;
}
.contactwrap .cont-list .ico{
	display: inline-block;
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 50%;
    vertical-align: middle;
}
.contactwrap .cont-list li:hover .ico{
	 background: #666;
}
.contactwrap .cont-list li:hover,
.contactwrap .cont-list li:focus{
	color: #666;
	text-decoration: none;
}
.contactwrap .cont-list>li.active, .contactwrap .cont-list>li.active:hover, .contactwrap .cont-list>li.active:focus{
	color: #0994dc;
}
.contactwrap .cont-list>li.active>a .ico, .contactwrap .cont-list>li.active>a:hover .ico, .contactwrap .cont-list>li.active>a:focus .ico{
	background: #0994dc;
}

/* cont-info */
.cont-info li{
	padding: 0;
    margin-left: 35px;
    width: 100%;
    display: block;
    border-bottom: 1.85px solid #ccc;
    overflow: hidden;
}
.cont-info li>div{
	float: left;
	display: inline-block;
	margin: 10px 0;
	padding-right: 45px;
	width: 50%;
}
.cont-info li>div p{
	color: #333;
	line-height: 2;
	font-weight: 600;
	margin: 0 auto;
}
.cont-info li>div span{
	/*margin-right: 25px;*/
	margin-right:10px;
	color: #666;
	font-weight: 400;
	letter-spacing: .5px;
}
.cont-info li>div a{
	margin-right: 25px;
	color: #666;
	font-weight: 400;
	letter-spacing: .5px;
}
/* form	*/
.contactwrap form{
	padding: 20px;
}
.contactwrap form>p{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.contactwrap form p .inputtxt{
	display: block;
	width: 95%;
    height: 36px;
    margin: 5px auto;
    border: 1px solid rgba(255,255,255,.1);
    color: #000;
    line-height: 46px;
    padding: 10px 20px;
    background: #fff;
    transition: all 0.3s ease-out 0s;
}
.contactwrap form input:focus,
.contactwrap form textarea:focus{
	 border: 1px solid #b2b2b2;
	 color:#444; 
	 outline: none;
}

.contactwrap form .wenjie{
    width: 95%;
    margin: 5px 2.5%;
    padding: 0 15px;
    line-height: 36px;
    position: relative;
    cursor: pointer;
    color: #666;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}
.contactwrap form .wenjie input{
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 0;
}
.contactwrap form .wenjie:hover{
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none;
}

.contactwrap .width5-letf{
	width: 48.5%;
	float: left;
	margin-left: 1.5%;
}
.contactwrap .width5-right{
	width: 48.5%;
}
.contactwrap p textarea.inputtxt{
	width: 95%;
    height: 65px;
    border: 1px solid rgba(255,255,255,.1);
    color: #444;
    margin: 5px auto;
    padding: 10px 20px;
    background: #fff;
    line-height: 24px;
    resize: none;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}
.contactwrap p .inputsub{
	width: 120px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #0994dc;
    color: #fff;
    cursor: pointer;
    border: none;
    position: absolute;
    left: 50%;
    margin-left: -132px;
    margin-top: 15px;
    transition: all 0.35s ease 0s;
}
.contactwrap p .inputsub:hover,
.contactwrap p .inputsub:focus{
  background-color: #0994dc;
  color: #fff;
  text-decoration: none;
}




/* æ–°å¢žç–«æƒ…å‘Šç¤º */
.noticeCon{
    width: 100%;
    height: 60px;
    background:#fff;
    font-size: 0;
    line-height: 60px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}
.notice{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #0994dc;
    margin-right: 24px;
}
.noticeDetail{
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background:#0994dc;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}
.noticeDetail:hover, .noticeDetail:focus {
    color: #fff;
    text-decoration: none;
}
.noticeClose{
    width: 100px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background:url("../images/noticeClose.png") no-repeat center center;
    background-size:20px;
    cursor: pointer;
}
.nav-fixed{
    /*top: 60px;*/
}

@media (max-width: 1600px) {

	.core,.top,.wedo,.technical,.product,.contact,.container{
        max-width: 1400px;
    }
    .nav li a{
        padding: 0 25px;
    }
    .foot .fnav dl{
        margin-right: 80px; 
    }
    .box1 .x-about li:nth-of-type(1) a{ background:url(../images/inx_1.png) no-repeat 20% center;}
    .box1 .x-about li:nth-of-type(2) a{background: url(../images/inx_2.png) no-repeat 20% center;}
    .box1 .x-about li:nth-of-type(3) a{ background:url(../images/inx_3.png) no-repeat 20% center;}
    .box1 .x-about li:nth-of-type(4) a{ background:url(../images/inx_4.png) no-repeat 20% center;}
    .box1 .x-about li:nth-of-type(1):hover a{ background:url(../images/inx_on1.png) no-repeat 20% center;}
    .box1 .x-about li:nth-of-type(2):hover a{ background:url(../images/inx_on2.png) no-repeat 20% center;}
    .box1 .x-about li:nth-of-type(3):hover a{ background:url(../images/inx_on3.png) no-repeat 20% center;}
    .box1 .x-about li:nth-of-type(4):hover a{ background:url(../images/inx_on4.png) no-repeat 20% center;}
}
@media (max-width: 1400px) {

	.core,.top,.wedo,.technical,.product,.contact,.container{
        max-width: 1200px;
    }
    .nav li a{
        padding: 0 15px;
    }
    .foot .fnav dl{
        margin-right: 60px; 
    }
    .box1 .x-about li:nth-of-type(1) a{ background:url(../images/inx_1.png) no-repeat 15% center;}
    .box1 .x-about li:nth-of-type(2) a{background: url(../images/inx_2.png) no-repeat 15% center;}
    .box1 .x-about li:nth-of-type(3) a{ background:url(../images/inx_3.png) no-repeat 15% center;}
    .box1 .x-about li:nth-of-type(4) a{ background:url(../images/inx_4.png) no-repeat 15% center;}
    .box1 .x-about li:nth-of-type(1):hover a{ background:url(../images/inx_on1.png) no-repeat 15% center;}
    .box1 .x-about li:nth-of-type(2):hover a{ background:url(../images/inx_on2.png) no-repeat 15% center;}
    .box1 .x-about li:nth-of-type(3):hover a{ background:url(../images/inx_on3.png) no-repeat 15% center;}
    .box1 .x-about li:nth-of-type(4):hover a{ background:url(../images/inx_on4.png) no-repeat 15% center;}
}