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: #bf252c;
  opacity: 0.5;
}
.timeline-c2{
  position: absolute;
  width: 50px;
  height: 50px;
  margin:  0 auto;
  background-color: #bf252c;
  opacity: 0.5;
}
.timeline-c4{
  position: absolute;
  width: 12.5px;
  height: 12.5px;
  margin:  0 auto;
  background-color: #bf252c;
  opacity: 0.8;
}
.timeline-c6{
  position: absolute;
  width: 12.5px;
  height: 12.5px;
  margin:  0 auto;
  background-color: #bf252c;
  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: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #fff;
}
.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;
}


/* 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;
}
.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: #ce2d35;
}
.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;
}
.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;
}
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;
 }
.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;
 }


.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: #ce2d35;
}
.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: 358px;
    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/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;
}
.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;
        height: 4.5vw;
        overflow: hidden;

}
.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;
}
.eqmant .card-header p{
	opacity: 1;
	line-height: 1.5;
	letter-spacing: 0.5px;
	margin: 45px 0;
}
.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: #ce2d35;
	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: #ce2d35;
	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 .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/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;*/
}











/* 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: #ff0000;
}
.contactwrap .cont-list>li.active>a .ico, .contactwrap .cont-list>li.active>a:hover .ico, .contactwrap .cont-list>li.active>a:focus .ico{
	background: #ff0000;
}

/* 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: #ce2d35;
    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: #ea454d;
  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: #ce2d35;
    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:#ce2d35;
    -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;*/
}