

/*# sourceMappingURL=style.css.map */
body{
	width: 100%;
	overflow: hidden;
	min-width: 1170px;
}
.w1170{
	width: 1170px;
	margin: 0 auto;
}
div,
li,
a,
span,
p,
ul{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	zoom: 1;
}
img{
	/*display: block;*/
	width: 100%;
	/*height: 100%;*/
	border: none;
	cursor: pointer;
}
.img12{
	transform: scale(1.2);
	transition: all .5s linear;
}
.img10{
	transform: scale(1);
	transition: all .5s linear;
}
.topIn{
	top: 0 !important;
	transition: all .8s linear;
}
.leftIn{
	left: 0 !important;
	opacity: 1;
	transition: all .8s linear;
}
.rightIn{
	right: 0 !important;
	opacity: 1;
	transition: all .8s linear;
}
.bottomIn{
	bottom: 0 !important;
	transition: all .8s linear;
}
.margin-topIn{
	margin-top: 0 !important;
	transition: all .8s linear;
}
.margin-leftIn{
	margin-left: 0 !important;
	opacity: 1;
	transition: all .8s linear;
}
.margin-rightIn{
	margin-right: 0 !important;
	opacity: 1;
	transition: all .8s linear;
}
.margin-bottomIn{
	margin-bottom: 0 !important;
	transition: all .8s linear;
}
.top-leftIn{
	top: 0 !important;
	left: 0 !important;
	transition: all .8s linear;
}
.top-rightIn{
	top: 0 !important;
	right: 0 !important;
	transition: all .8s linear;
}
.bottom-leftIn{
	bottom: 0 !important;
	left: 0 !important;
	transition: all .8s linear;
}
.bottom-rightIn{
	bottom: 0 !important;
	right: 0 !important;
	transition: all .8s linear;
}
.opacity1{
	opacity: 1 !important;
	transition: all .2s linear .8s;
}

a,li,span{
	display: inline-block;
	cursor: pointer;
}

.color1{
	color: rgb(0,118,133);
}
.color2{
	color: white;
}
.color3{
	color: rgb(153,153,153);
}
.color4{
	color: rgb(119,119,119);
}
.sidenav{
	background: #595757;
}
.sidenav-on{
	background: rgb(0,118,133);
}





/*header部分*/
header{
	width: 100%;
}
header .header-top .line{
	position: absolute;
	top: 6px;
	left: 260px;
	height: 50px;
	width: 1px;
	background: rgb(194,194,194);
}

header .logo1{
	position: absolute;
	left: 20px;
	top: 50%;
    margin-top: -38px;
    width: 224px;
    height: 70px;
    background:  url(../img/logo1.png) no-repeat center;
    /* background:  url(../img/logo.jpg) no-repeat center; */
    background-size: 99%;
}
header .logo2{
	position: absolute;
	right: 162px;
	top: 50%;
	margin-top: -12px; 
	width: 24px;
	height: 24px;
    background:  url(../img/logo2.png) no-repeat center;
}
header .tele{
	position: absolute;
	right: 16px;
	bottom: 12px;
	font-size: 20px;
	padding-left: 12px;
    height: 48px;
	line-height: 50px;
	color: rgb(0,118,133);
	font-family: Arial;
}
.nav .nLi{
	width: 100px;
	position: relative;
	float: left;
}
.nav{
	/*width: 700px;*/
	height: 65px;
}
.nav ul{
   	z-index: 4;
   	display: none;
   	height: 360px;
}
.nav .nav-contact ul{
height: 80px !important;
}

.nav .suba{ 
      	position:absolute;
    	display:none;
        left:0;
      	top:0;
      	/*overflow-y: scroll;*/
      	/*scrollbar-track-color: #666;*/
     	width: 800px !important;
      	/*background:  url(../img/sub.png) no-repeat left top;*/
      	/*background-size: cover; */
      	height: 360px;
}
.nav .sub{ 
        z-index: 10;
      	position:absolute;
    	display:none;
        left:0;
      	top:65px;
      	/*overflow-y: scroll;*/
      	/*scrollbar-track-color: #666;*/
     	/*width: 800px !important;*/
      	background:  url(../img/sub.png) repeat-y left top;
      	/*background:pink;*/
      	/*background-size: cover; */
      	height: 400px;
      }
      .nav .sub .w-sub{
      	width: 160px !important;
      }
    .nav .sub a{ 
    	display: block;
    	color:#fff;
    	width: 160px;
     font-size:12px;
     zoom: 1;
     height: 40px;
     line-height: 40px;
 }
    .nav .sub a:hover{ background:#17656f; }
      .nav .sub11{
      	position: absolute;
      	height: 400px;
      	top: 0;
      	left: 160px;
      	width: 180px;
      	background: url(../img/sub1.png) center repeat;
      	background-size: cover;
      }
    .nav .sub11 a{
    width: 180px;
    }
    .nav .sub a:hover{ background:#266971; }

      .nav .sub111{
      	display: inline-block;
      	position: absolute;
      	display: none;
      	top: 0;
      	left: 180px;
      	height: 400px;
      	background: url(../img/sub111.png) center repeat;
      	background-size: cover;
      }
	.sub .sub112{
		left: 360px;
	}
	.sub .sub113{
		left: 540px;
	}
/*.nav-contact .sub{
	height: 80px !important;
}*/


.co-da,
.co-db,
.co-dc,
.ec-a,
.ec-b,
.ec-c,
.ec-d,
.about-b{
	overflow: hidden;
}
.co-da img,
.co-db img, 
.co-dc img{
	height: 100%;
}
.content{
	padding-bottom: 105px;
}
.w1170{
	width: 1170px;
	margin: 0 auto;
}

.telephone{
	width: 200px;
}
.header-top{
	position: relative;
	height: 70px;
	margin: 10px auto;
}
.nav-d{
	position: absolute;
	width: 666px;
	height: 65px;
	z-index: 2;
}
.co-a-wrap{
	width: 100%;
	background: black;
	background: rgb(0, 94, 106);
	/*background-image: url(../img/nav1.jpg);*/
/*	background-repeat: no-repeat;
	background-position: center;*/
	/*background: url(../img/nav1.jpg) no-repeat center;*/
}
/*.nav1{
	background: url(../img/1.jpg) no-repeat center;
}
.nav2{
	background: url(../img/2.jpg) no-repeat center;
}
.nav3{
	background: url(../img/3.jpg) no-repeat center;
}
.nav4{
	background: url(../img/4.jpg) no-repeat center;
}
.nav5{
	background: url(../img/5.jpg) no-repeat center;
}
.nav6{
	background: url(../img/6.jpg) no-repeat center;
}
.nav7{
	background: url(../img/7.jpg) no-repeat center;
}*/

.search{
	background: transparent;
	height: 40px;
	width: 160px;
	line-height: 40px;
	margin-top: 11px;
	border: 1px white solid;
	opacity: .7;
    filter: alpha(opacity=70);
	font-size: 12px;
	color: #ccc !important;
	text-indent: 8px;
}
.search-btn{
	margin-top: 14px;
	width: 40px;
	height: 40px;
	border: none;
	background: url(../img/search.png) no-repeat center;
}
.co-aa{
	font-size: 16px;
	background-size: 100% 100%;
}
.co-aa a{
	position: relative;
	width: 100%;
	text-align: center;
	height: 65px;
	line-height: 65px;
	color: white;
	font-size: 14px;
    opacity: .7;
    filter: alpha(opacity=70);
}
.co-aa .s1,
.co-aa .s2{
	position: absolute;
	height: 16px;
	width: 5px;
	border: 1px solid white;
    opacity: 0;
    filter: alpha(opacity=0);
	/*transition: all .3s linear;*/
	transition: opacity .1s linear;
	top: 50%;
	margin-top: -8px;
}
.co-aa .s1{
	border-width: 2px 0 2px 2px;
	left: 50%;
}
.co-aa .s2{
	border-width: 2px  2px 2px 0;
	right: 50%;
}
.co-aa .nLi.on1 .s1{
	left: 0;
	opacity: 1;	
	transition: all .3s linear;
	transition: opacity .1s linear .2s;
}

.co-aa .nLi.on1 a{
	color: white;
	opacity: 1;
}
.co-aa .nLi.on1 .s2{
	right: 0;
	opacity: 1;	
	transition: all .3s linear;
	transition: opacity .1s linear .2s;
}
.co-aa a:hover{
	color: white;
	opacity: 1;
}
.co-ab{
	float: right;
}
.co-b{
	position: relative;
	top: 0;
	width: 100%;
	height: 600%;
}
.nav-pro{
	margin-right: 10px;
}
.nav-ziliao{
	margin-right: 10px;
}
.nav-news{
	margin-right: 5px;
}
.nav-cntact{
	margin-right: 10px;
}
.banner {
  position: relative;
  width: 100%;
  height: 600px;
  border: none;
}
.pic{
  position: absolute;
  height: 100%;
  width: 100%;
}
.rotation-ul,
.rotation-li {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.rotation-li img{
  display: block;
  width: 100%;
  height: 600px;
  border: none;
}
.rotation-li,
.circle-ul{
  position: absolute;
  z-index: 3;
}
.circle-div {
  position: absolute;
  bottom: 16px;
  width: 100%;
  height: 14px;
  text-align: center;
}
.circle-ul {
  margin-left: -51px;
  position: absolute;
  left: 50%;
}
.circle-ul li {
  border-radius: 50%;
  background: white;
  cursor: pointer;
  margin: 0 6px;
  display: inline-block;
  height: 12px;
  width: 12px;
}
.circle-ul .circle-li-selected {
  background: rgb(0,118,133);
}



.co-c{
	width: 100%;
	margin-bottom: 26px;
}
.co-ca{
position: relative;
    width: 1170px;
    height: 100px;
    /* border-bottom: 1px solid rgb(194,194,194); */
    /* text-align: right; */
    margin: 0 auto 34px;
    /* left: 18px; */
}
.co-ea{
	position: relative;
	width: 610px;
	height: 100px;
	border-bottom: 1px solid rgb(194,194,194);
	text-align: right;
	margin-bottom: 34px;
}
.co-cab .line1{
	display: inline-block;
	position: absolute;
	width: 1000px;
	height: 1px;
	background: rgb(194,194,194);
	right: 10px;
	bottom: -10px;
}
.co-cab .line2{
	display: inline-block;
	position: absolute;
	width: 5px;
	height: 5px;
	background: rgb(194,194,194);
	right: 10px;
	bottom: -13px;
}
.co-cb{
	position: relative;
	/*width: 100%;*/
	height: 157px;
	overflow: hidden;
}
/*.co-cba1{
	border-left: 1px solid rgb(194,194,194); 
}*/
.co-cba .icon{
	width: 55px;
	height: 55px;
	margin: auto;
}
.co-cba1 .icon{
	background: url(../img/pro1-icon.png) center no-repeat;
}
/*.co-cba3{
	border-right: 1px solid rgb(194,194,194); 
}*/
.co-caa{
font-family: Arial;
    font-size: 53px;
    height: 66px;
    font-weight: 900;
    color: rgb(0,118,133);
    line-height: 66px;
    margin-top: 50px;
}
.co-eaa{
font-family: Arial;
    text-align: right;
    font-size: 53px;
    /*height: 80;*/
    height: 66px;
    font-weight: 900;
    color: rgb(0,118,133);
    line-height: 66px;
    margin-top: 50px;
}
.co-cab{
	position: relative;
	font-family: Arial;
	width: 300px;
	font-size: 12px;
	color: rgb(109,109,109);
	height: 24px;
	line-height: 24px;
}
.cab-span1{
	font-size: 14px;
	margin-right:10px;
	color: #6d6d6d !important;
}
.co-cba,
.co-cbb,
.co-cbc{
	width: 390px;
	*width: 389px;
	height: 157px;
	background: white;
	border-left: 1px rgb(194,194,194) solid;
	overflow: hidden;
	position: relative;
	top: 0;
	border: 1px solid rgb(194,194,194);
}
.co-cba{
	left: -765px;
	*left: 0;
	transition: all .8s linear;
}
.co-cbb{
	top: 157px;
	*top: 0;
	transition: all .8s linear;
}
.co-cbc{
	right: -765px;
	*right: 0;
	transition: all .8s linear;
/*	transform: translate(0, -300px);
    opacity: 0;
    filter: alpha(opacity=0);*/
}
.co-cbb{
	border-width: 1px .5px;
}
 .leftIn{
	left: 0;
	transition: left .5s linear;
}
.co-cbb.bottomIn{
	top: 0;
	transition: top .5s linear;
}
.co-cbc.rightIn{
	right: 0;
	transition: right .5s linear;
}
.co-cba a,
.co-cbb a,
.co-cbc a{
	overflow: hidden;
	/*border: 1px rgb(194,194,194) solid;*/
	border-left-width: 0;
	position: relative;
	width: 390px;
	*width: 389px;
	height: 157px;
}
.pro-456-on{
	display: none;
	position: absolute;
	padding: 30px 10px 30px 10px;
	width: 224px;
	height: 115px;
	left: 0;
	bottom: 0;
	overflow: hidden;
	/*background: url(../img/pro-456-onbg.png) center no-repeat;*/
	background: #000;
	opacity: .3;
    filter: alpha(opacity=30);

}
.pro-456-on .font1{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	opacity: 1 !important;
	position: relative;
	z-index: 2;
}
.pro-456-on .font2 .p1{
	font-size: 12px;
	line-height: 16px;
	/*color: rgba(99,99,99,.5);*/
	color: #fff;
	opacity: 1 !important;
	position: relative;
	z-index: 2;
}
.c-img{
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}
.c-font{
	position: absolute;
	width: 390px;
	height: 155px;
	color: rgb(194,194,194);
}
.c-font:hover{
	color: white;
}


.c-icon1{
	background:url(../img/pro1-icon.png) center no-repeat; 
}
.c-icon1-on{
	background:url(../img/pro1-icon-on.png) center no-repeat; 
}
.c-icon2{
	background:url(../img/pro2-icon.png) center no-repeat; 
}
.c-icon2-on{
	background:url(../img/pro2-icon-on.png) center no-repeat; 
}
.c-icon3{
	background:url(../img/pro3-icon.png) center no-repeat; 
}
.c-icon3-on{
	background:url(../img/pro3-icon-on.png) center no-repeat; 
}
.co-cba .c-font1,
.co-cba .c-font2,
.co-cbb .c-font1,
.co-cbb .c-font2,
.co-cbc .c-font1,
.co-cbc .c-font2{
	font-family: Arial;
	display: block;
	text-align: center;
	width: 100%;
}

.co-cb .c-icon{
	display: block;
	margin: 25px auto 0;
	width: 129px;
	height: 55px;
}
.c-font1{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.c-font2{
	line-height: 22px;
	font-size: 12px;
}
.c-icon img{
	width: 55px;
	height: 55px;

}
.co-d{
	font-size: 0;
	overflow: hidden;
}
.co-da,
.co-db,
.co-dc{
	position: relative;
	display: inline-block;
	height: 434px;
	overflow: hidden;
}
.co-da{
	width: 450px;
	left: -825px;
	*left: 0;
	transition: all .8s linear;
}
.co-db{
	font-size: 0;
	width: 460px;
	margin: 0 12px;
	*margin: 0 11px;
	transition: all .8s linear;
}
.co-dc{
    width: 236px;
    height: 434px;
    right: -809px;
    *right: 0;
    transition: all .8s linear;
}
.co-bda{
	top: -212px;
	*top: 0;
	position: relative;
	width: 460px;
	height: 212px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: all .8s linear;
}
.co-bdb,
.co-bdc{
	position: relative;
	display: inline-block;
	width: 224px;
	height: 212px;
	overflow: hidden;
}
.co-bdb{
	margin-right: 12px;
	left: -1061px;
	transition: all .8s linear;
}
.co-bdc{
	right: -1061px;
	transition: all .8s linear;
}


.d-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	cursor: pointer
}
.co-e{
	position: relative;
	font-size: 0;
	height: 480px;
}
.co-e  .wrap{
	position: relative;
	width: 1170px;
	height: 480px;
	overflow: hidden;
}
.ea-wrap{
	position: relative;
	overflow: visible;
	vertical-align: top;
	display: inline-block;
	width: 300px;
	height: 480px;
	left: -675px;
	*left: 0;
}

.co-e .line1{
	z-index: 2;
	position: absolute;
    top: 220px;
    left: -400px;
    width: 634px;
    height: 1px;
    background: rgb(194,194,194);
    opacity: 0;
    filter: alpha(opacity=0);
    *opacity: 1;
    transition: all .8s linear;
}
.co-e .line2{
	z-index: 2;
    position: absolute;
    top: 218px;
    left: 231px;
    width: 534px;
    height: 5px;
    width: 5px;
    background: rgb(194,194,194);
    opacity: 0;
    filter: alpha(opacity=0);
    *opacity: 1;
    transition: all .8s linear;
}
.ea-wrap ul{
	margin-top: 10px;
}
.ea-wrap li{
	cursor: default;

}
.co-ec{
	vertical-align: top;
	display: inline-block;
	width: 400px;
	height: 480px;
}
.co-eb{
	width: 460px;
	height: 250px;
	float: right;
	position: relative;
}
.co-ea{
	width: 610px;
	height: 150px;
	margin-bottom: 0;
}
.co-eab{
	font-family: Arial;
	font-size: 12px;
	color: rgb(109,109,109);
	height: 24px;
	line-height: 24px;
}
.co-eb .line{
	display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgb(194,194,194);
    right: 220px;
    top: -3px;
}
.about-title-wrap .line1 {
    display: inline-block;
    position: absolute;
    width: 1000px;
    height: 1px;
    background: rgb(194,194,194);
    right: 325px;
    bottom: 0;
}
.about-title-wrap .line2 {
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgb(194,194,194);
    right: 325px;
    bottom: -3px;
}
.co-f{
	position: relative;
}
.co-f .line1 {
    display: inline-block;
    position: absolute;
    width: 1000px;
    height: 1px;
    background: rgb(194,194,194);
    left: -750px;
    top: 140px;
    transition: all .8s linear;
}
.new-title-wrapaa,
.new-div0{
	overflow: visible !important;
	margin-bottom: 40px !important;
}

.co-f .line2{
	display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgb(194,194,194);
    left: 250px;
    top: 138px;
    transition: all .8s linear;
}
.ea-wrap li{
	display: block;
	position: relative;
}
.ea-wrap li .line{
	position: absolute;
	width: 5px;
	height: 5px;
	background: rgb(194,194,194);
	top: 60px;
	left: 231px;
}
.ea-wrap li{
	width: 234px;
	height: 63px;
	line-height: 63px;
	border-bottom: 1px solid rgb(194,194,194); 
	font-size: 14px;
	color: #2a2a2a;
		opacity: .84;
	filter: alpha(opacity=84);
	padding-left: 10px;
}
.co-cba{
	padding-right: 10px;
}
.co-eaa{
	height: 133px;
	line-height: 200px;
	position: relative;
	font-size: 53px;
}
.ec-content{
	top: 134px;
	position: relative;
	/*width: 635px;
	height: 346px;*/
	width: 140px;
	height: 180px;
}
.ec-a{
	position: absolute;
	top: 134px;
	right: 212px;
	width: 272px;
	height: 183px;
	/*background: url(../img/yuangong.jpg) center no-repeat;*/
}
.ec-b{
	position: absolute;
	right: 0;
	top: 190px;
	width: 135px;
	height: 184px;
	/*background: url(../img/haochanpin.jpg) center no-repeat;*/
}
.ec-c{
	right: 311px;
	bottom: 50px;
	position: absolute;
	width: 200px;
	height: 94px;
	/*background: url(../img/youxuan.jpg) center no-repeat;*/
}
.ec-d{
	right: 148px;
	bottom: 0;
	position: absolute;
	width: 154px;
	height: 154px;
	/*background: url(../img/dute.jpg) center no-repeat;*/
}
.ec-a-news{
	z-index: 3;
	position: absolute;
	top: 176px;
	right: 454px;
	padding: 14px 26px;
	width: 180px;
	height: 180px;
	border: 5px rgb(0,118,133) solid;
}
.ec-a img{
	width: 100%;
	height: 100%;
}
.ec-a div,
.ec-b div,
.ec-c div,
.ec-d div{
	position: absolute;
	z-index: 3;
	left: 33px;
	bottom: 0;
	height: 36px;
	line-height: 36px;
	color: white;
	font-size: 16px;
}
.ec-p1{
	font-family: Arial;
	color: black;
	font-size: 32px;
}
.ec-p2{
	color: rgb(109,109,109);
	font-size: 12px;
}
.co-about{
	position: relative;
}
.about-a{
	margin-top: 30px;
	position: relative;
	width: 520px;
	height: 688px;
	overflow: visible;
}
.about-b{
	position: absolute;
	width: 556px;
	height: 570px;
	bottom: -570px;
	right: -931px;
	*right: 0;
	*bottom: 0;
	cursor: auto !important;
	transition: all .8s linear;
}
.about-a-btn{
	background: url(../img/about-btn.png) center no-repeat;
	width: 90px;
	height: 84px;
	position: absolute;
	top: 168px;
	right: 984px;
	*right: 0;
	transition: all .8s linear;
}
.about-a-fangzi{
	display: inline-block;
	position: absolute;
	right: 894px;
	*right: 90px;
	top: 0;
	width: 804px;
	height: 253px;
	cursor: default !important;
	transition: all .8s linear;
}
.about-a-fangzi-leftIn{
	right: 90px;
}
.about-ab-wrap{
	position: absolute;
	right: -93px;
	bottom: 0;	
	overflow: visible;
	background: rgb(249,249,249);
    width: 990px;
    height: 436px;
}
.about-a-b{
	position: absolute;
	width: 900px;
	height: 170px;
	right: 990px;
	*right: 93px;
	top: 170px;
	*top: 0;
	opacity: 0;
	filter: alpha(opacity=30);
	*opacity: 1;
	transition: all .8s linear;
}
.about-a-b.bl-in{
	right: 93px !important;
	top: 0 !important;
    opacity: 1;
	transition: opacity .1s linear .9s;
	transition: right 1s linear;
	transition: top 1s linear;
	transition: all .8s linear;
}
.about-title-wrap{
    width: 633px;
    margin-top: 46px;
    height: 90px;
    overflow: visible;
    position: absolute;
    /*right: 245px;*/
    top: 0;
    /*border-bottom: 1px solid rgb(194,194,194);*/
    /*text-align: right;*/
}
.about-a-c{
	position: absolute;
	bottom: -266px;
	*bottom: 0;
	right: 613px;
	*right: 93px;
	width: 520px;
	height: 266px;
	padding: 40px 20px 0 0;
	font-size: 14px;
    color: rgb(109,109,109);
    opacity: 0;
	filter: alpha(opacity=30);
	*opacity: 1;
	transition: all .8s linear;
}
.about-a-c.bl-in{
	right: 93px !important;
	bottom: 0 !important;
	opacity: 1;
	transition: opacity .1s linear .9s;
	transition: right 1s linear;
	transition: bottom 1s linear;
}
.about-more{
	display: block;
	margin: 40px 0;
	font-size: 16px;
	color: rgb(0,118,133);
	font-family: Arial;
}
.about-title{
	position: absolute;
	width: 520px;
	height: 170px;
	right: 0;
	overflow: visible;
}
.about-title2{
	/*right: 24px;*/
	position: absolute;
	bottom: 10px;
}
.about-ab-font2,
.about-ab-font3{
	color: rgb(109,109,109);
	height: 24px;
	line-height: 24px;
}
.about-ab-font2,
.new-span1{
	color: #6d6d6d;
	font-size: 14px;
	margin-right: 15px;
}
.about-ab-font3,
.new-span2{
	font-size: 12px;
	color: rgb(109,109,109);
	font-family: Arial;
}
.about-ab-font1{
	/*position: relative;*/
	/*right: -10px;*/
}
.about-ab-font1,
.new-title1{
    position: absolute;
    width: auto;
    height: 48px;
    line-height: 48px;
    font-family: Arial;
    font-size: 53px;
    font-weight: 900;
    color: rgb(0,118,133);
}
.news .new-title1{
	/*right: 95px;*/
}
.content .news{
	position: relative;
	overflow: hidden;
}
.news .bd{
	position: relative;
	bottom: -372px;
}
.new-title-wrapa{
	margin-top: 50px;
	display: inline-block;
	position: relative;
	width: 460px;
	height: 90px;
	left: -460px;
	*left: 0;
	overflow: visible;
	transition: all .8s linear;
}
.new-title-wrapa2{
	display: inline-block;
	position: relative;
	top: 110px;
	right: -90px;
	*right: 0;
	width: 90px;
	height: 38px;
	line-height: 36px;
	margin-right: 16px;
	padding-right: 26px;
	transition: all .8s linear;
}
.new-title-wrapa2 .new-prev{
	cursor: pointer;
	width: 32px;
	height: 36px;
	background: url(../img/new-prev.png) center no-repeat;
}
.new-title-wrapa2 .new-next{
	cursor: pointer;
	width: 32px;
	height: 36px;
	position: relative;
	top: 1px;
	background: url(../img/new-next.png) center no-repeat;
}	

/*.new-title-wrapaa{
	position: absolute;
	right: 207px;
	top:0;
	width: 900px;
	height: 90px;
	border-bottom: 1px solid rgb(194,194,194);
}*/
.new-title2{
	height: 24px;
	line-height: 24px;
	position: absolute;
	bottom: 10px;
	/*right: 0;*/
}
.news-cut{
	position: relative;
	overflow: hidden;
}
.news-cut ul{
	position: absolute;
	width: 3000px;
}
.new-div{
	float: left;
	display: inline-block;
	width: 366px;
	background: rgb(249,249,249);
	cursor: pointer;
	margin-right: 45px !important;
	margin-top: 0;
}
.co-f .news .new-div:hover{
	background: rgb(0,118,133);
	color: white;
}
.new-div .data,
.new-div .font{
	display: inline-block;
}
.new-div .new-img-wrap{
	/*width: 360px;
	height: 200px;*/
	width: 366px;
	height: 262px;
	overflow: hidden;
}
.new-div .new-des{
	width: 366px;
	height: 110px;
}
.new-div .new-des .date{
	vertical-align: top;
	display: inline-block;
	width: 66px;
	height: 110px;
	font-size: 16px;
	color: white;
	line-height: 55px;
	text-align: center;
	background: rgb(0,118,133);
}
.new-div .month{
	height: 55px;
	width: 40px;
	margin: 0 10px;
	border-bottom: 1px solid white;
}
.new-div .day{
	height: 55px;
	width: 40px;
	margin: 0 10px;
}
.new-div .new-des .font{
	display: inline-block;
	width: 300px;
	*width: 250px;
	height: 110px;
	padding: 25px;
}
.font .title{
	font-size: 14px;
	color: black;
}
.font .detail{
	font-size: 13px;
	color: rgb(194,194,194);
}
.font .detail:hover{
	font-size: 13px;
	color: white;
}

.footer-wrap{
	width: 100%;
	/*height: 540px;*/
	background:black;
	background: rgb(36,36,36);
}
/*footer{
	height: 465px;
}*/
.footerl,
.footerm,
.footerr{
	vertical-align: top;
	display: inline-block;
	height: 370px;
	padding-top: 40px;
	margin-bottom: 95px;

}
.footerl,
.footerr{
	width: 320px;
	width: 318px;
}
.footerm{
	width: 530px;
	width: 528px;
	border: 1px rgb(83,83,84) solid;
	border-width: 0 1px;
}
.footer-bottom{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: rgb(42,42,42);
	color: rgb(194,194,194);
	text-align: center;
	font-size: 14px;
}
.footerl-title,
.footerm-title,
.footerr-title{
	width: 200px;
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	color: white;
	border-bottom: 1px #535354 solid;
}
.footerl-title{
	margin-bottom: 40px;
}
.footerm-title,
.footerr-title{
	margin: 0 auto 40px;
}
.footerm-title{
	margin-left: 135px;
}
.footerl ul,
.footerr ul{
	display: block;
	width: 200px;
	height: 113px;
	font-size: 14px;
	color: rgba(255,255,255,.3);
}
.footerr ul{
	margin: 0 auto;
}
.footerr ul{
	*margin-left: 75px;
}
.footerl li,
.footerr li{
	width: 90px;
	height: 37px;
	line-height: 37px;
	padding: 0 2px;
}
.footerl a,
.footerr a,
.footer-font{
	color: rgb(194,194,194);
	opacity: .3;
	filter: alpha(opacity=30);
}
.footer-lir{
	text-align: right;
}
.saoyisao{
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 0 auto 30px;
}
.footerm　div{
	display: inline-block;
}
.erweima{
	width: 255px;
	height: 150px;
	*height: 160px;
	margin: 0 auto;
	*margin-left: 137px;
}
.footer-font{
	display: inline-block;
	height: 14px;
	line-height: 14px;
	width: 90px;
	text-align: center;
	font-size: 14px;
}
.saol{
	margin-right:75px;
}













//about部分
.n-about{
	margin-bottom: 60px;
}
.about_ban_font{
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -48px;
}
.about_ban_font p{
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: white;
	font-size: 40px;
	text-align: center;
}



.about-f1,
.about-f2,
.about-f3{
	position: relative;
	margin-top: 60px;
}
.about-f1 .bg{
	position: relative;
	width: 530px;
	height: 312px;
	line-height: 312px;
	font-size: 30px;
	color: #1e1e1e;
	font-weight: bold;
	font-family: Corbel;
	background: #f8f8f8;
}
.about-f1 .bg .font{
	z-index: 2;
	position: absolute;
	top: 50%;
		font-family: Corbel;
	font-size: 30px;
	font-weight: bold;
	left: 50%;
	margin: -38px 0 0 -160px;
	width: 320px;
	height: 38px;
	line-height: 38px;
}
.about-f1 .img{
	position: absolute;
	width: 430px;
	height: 220px;
	margin-top: -110px;
	top: 50%;
	left: 243px;
}
.about-f1 .art{
	position: absolute;
	right: 0;
	top: 0;
	width: 436px;
	height: 312px;
}
.about-f1 .art .title1{
	height: 30px;
	line-height: 30px;
	font-size: 30px;
}
.about-f1 .art .title2{
	font-size: 12px;
	color: #989494;
	margin-bottom: 24px;
	color: #3b3b3b;
}
.about-f1 .art .detail{
	font-size: 14px;
	color: #6c6c6c;
}



//about f2部分
.about-f2{
	overflow: visible;
}
.about-f2-wrap{
	position: relative;
	overflow: hidden;
}
.about-f2 .bg{
	/*position: absolute;*/
	top: 10px;right: 0;
	width: 574px;
	height: 354px;
	font-size: 30px;
	color: #1e1e1e;
	font-weight: bold;
	font-family: Corbel;
	background: #f8f8f8;
}
.about-f2 .bg .font1{
    z-index: 2;
    margin-top: -300px;
    *margin-top: 60px;
    padding-left: 304px;
    right: 0;
    color: #3c3c3c;
    font-size: 18px;
    line-height: 28px;
    /* margin-bottom: -354px; */
    transition: all .8s linear .2s;
}
.about-f2 .bg .font1In{
	margin-top: 60px;
	transition: all .8s linear .2s;
}
.about-f2 .bg .font-p{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #707070;
}
.about-f2 .bg .font2{
    position: relative;
    z-index: 2;
    /* margin-top: 140px; */
    margin-top: 28px;
    margin-left: 300px;
    right: 123px;
    text-align: right;
    font-family: "Corbel";
    font-size: 30px;
    font-weight: bold;
    width: 256px;
    line-height: 38px;
    /* margin-bottom: -354px; */
    transition: all .8s linear;
}
.about-f2 .img{
    z-index: 1;
    position: absolute;
    width: 490px;
    height: 260px;
    margin-left: -245px;
    margin-top: -130px;
    top: 50%;
    overflow: hidden;
}
.about-f2 .img img{
	margin-top: -360px;
	*margin-top: 0;
	transition: all .8s linear;
}
.about-f2-bottomIn{
	top: 50% !important;
	transition: all 1s linear;
}
.about-f2 .art{
	/*position: relative;*/
	width: 270px;
	height: 360px;
	overflow: hidden;
}
.about-f2 .art .title{
	margin-top: 180px;
	transition: all .8s linear;
}
.about-f2 .art .title1{
	font-size: 30px;
	height: 36px;
	line-height: 36px;
	color: #2d2d2d;
}
.about-f2 .art .title2{
	font-size: 12px;
	color: #989494;
}
.about-f2 .art .detail{
	font-size: 14px;
	color: #6c6c6c;
	margin-top: 180px;
	*margin-top: 24px;
	transition: all .8s linear;
}
.about-f2 .art .detailIn{
	margin-top: 24px;
	transition: all .8s linear;
}
.about-f2 .line1{
	position: absolute;
	top: 70px;
	left: -371px;
	width: 546px;
	height: 1px;
	border-top: 1px solid #dcdcdc;
}
.about-f2 .line2{
	position: absolute;
	top: 68px;
	left: 175px;
	width: 5px;
	height: 5px;
	background: #dcdcdc;
}
.about-f3{
	position: relative;
	overflow: visible;
}
.about-f3-wrap{
	position: relative;
	overflow: hidden;
}
.about-f3l .d1{
	height: 264px;
	overflow: hidden;
}
.about-f3l .d2{
	height: 235px;
	overflow: hidden;
	margin-top: 30px;
}
.about-f3l .img{
	overflow: hidden;
}
.about-f3l .d3,
.about-f3l .d4,
.about-f3l .d5{
	height: 160px;
	overflow: hidden;
}
.about-f3l .d1 .img{
	width: 264px;
	height: 264px;
	display: inline-block;
	position: relative;
	margin-top: 264px;
	*margin-top: 0;
	transition: all .5s linear;
}
.about-f3l .d2 .img,
.about-f3l .d3 .img,
.about-f3l .d4 .img,
.about-f3l .d5 .img{
	position: relative;
	width: 264px;
	height: 160px;
	display: inline-block;
	margin-margin: 160px;
	margin-top: 160px;
	*margin-top: 0;
}
.about-f3l .d2 .img{
	transition: all .5s linear .5s;
}
.about-f3l .d3 .img{
	transition: all .5s linear 1s;
}
.about-f3l .d4 .img{
	transition: all .5s linear 1.5s;
}
.about-f3l .d5 .img{
	transition: all .5s linear 2s;
}
.about-f3l .d2 .img .triangle-r,
.about-f3l .d4 .img .triangle-r{
	z-index: 3;
	position: absolute;
	left: 0;
	top: 22px;
	width: 17px;
	height: 27px;
	background:url(../img/triangle-r.png) center no-repeat;
}
.about-f3l .d3 .img .triangle-l,
.about-f3l .d5 .img .triangle-l{
	z-index: 3;
	position: absolute;
	right: 0;
	top: 22px;
	width: 17px;
	height: 27px;
	background:url(../img/triangle-l.png) center no-repeat;
}

.about-f3l .d1 .art{
	float: right;
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 264px;
	height: 264px;
	padding-right: 70px;
	margin-top: 264px;
	*margin-top: 0;
	transition: all .5s linear;
}
.about-f3l .d1 .art .title{
margin-bottom: 44px;
}
.about-f3l .d1 .art .title1{
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #2d2d2d;
}
.about-f3l .d1 .art .title2{
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #989494;
}
.about-f3l ul{
	list-style-type: disc;
}
.about-f3l li{
	list-style-type: disc;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #3b3b3b;
}
.about-f3l .d2 .art{
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 300px;
	height: 160px;
	overflow: visible;
	padding-right: 70px;
	padding-top: 18px;
	/*margin-top: 235px;*/
	margin-top: 0;
	transition: all .5s linear ;
}
.about-f3l .d3 .art,
.about-f3l .d4 .art,
.about-f3l .d5 .art{
	/*position: relative;*/
	/*bottom: -160px;*/
	/**bottom: 0;*/
	margin-top: 160px;
	*margin-top: 0;
	transition: all .8s linear;	
}
.about-f3l .d2 .title{
	position: relative;
	font-size: 18px;
	margin-top: 160px;
	*margin-top: 0;
	transition: all .8s linear;
}
.about-f3l .d2 .title1{
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #2d2d2d;
	font-family: Noto Sans S Chinese Medium;
}
.about-f3l .d2 .title2{
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #989494;
}
.about-f3l .d2 .art .title{
	margin:16px 0 32px 0;
	font-size: 18px;
	color: #3c3c3c;
}
.about-f3l,
.about-f3r{
	display: inline-block;
	overflow: hidden;
}
.about-f3l{
	width: 570px;
	float: left;
	/*vertical-align: top;*/
}
.about-f3r{
	width: 600px;
	/*margin-left: 25px;*/
	float: right;
	/*vertical-align: top;*/
}

.about-f3l .d1,
.about-f3l .d2,
.about-f3l .d3,
.about-f3l .d4,
.about-f3l .d5{
	position: relative;
	left: 0;
	overflow: hidden;
}
.about-f3r .d1 .title
.about-f3l .d3,
.about-f3l .d4,
.about-f3l .d5{
	height: 160px;
	overflow: hidden;
	margin-top: 10px;
}
/*.about-f3l-leftIn{
	left: 0 !important;
	transition: all .8s linear;
}*/

.about-f3  .line01{
	position: absolute;
	top: 372px;
	left: -371px;
	width: 546px;
	height: 1px;
	background: #dcdcdc;
}
.about-f3 .line02{
	position: absolute;
	top: 370px;
	left: 175px;
	width: 5px;
	height: 5px;
	background: #dcdcdc;
}
.about-f3l .d2 .line3{
	position: absolute;
	top: 60px;
	left: 0;
	right: 395px;
}
.about-f3l .d3 div{
	display: inline-block;
}
.about-f3l .detail{
	color: #3c3c3c;
}
.about-f3l .d2 .line3,
.about-f3l .d3 .line3,
.about-f3l .d4 .line3,
.about-f3l .d5 .line3{
	position: absolute;
	width: 30px;
	height: 1px;
	background: #dcdcdc;
}
.about-f3l .d2 .art .detail{
	margin-top: 10px;
}
.about-f3l .d3 .art .detail{
	/*margin-top: 10px;*/
}
.about-f3l .d3 .line3{
	position: absolute;
	top: 50px;
	left: 0;
	right: 395px;
}
.about-f3l .d3 .art .title{
	margin:16px 0 32px 0;
	font-size: 18px;
	color: #3c3c3c;
}
.about-f3l .d3 .art{
	position: relative;
	float: right;
	vertical-align: top;
	display: inline-block;
	width: 264px;
	height: 160px;
	overflow: visible;
	margin-left: 27px;
}
.about-f3l .d3 .title{
	font-size: 18px;
	margin: 20px 0 32px 0;
}
.about-f3l .d3 .title1{
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #2d2d2d;
}
.about-f3l .d3 .title2{
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #989494;
}
.about-f3l .d3 .art .title{
	margin: 6px 0 32px 0;
	font-size: 18px;
	color: #3c3c3c;
}
.about-f3r .d2 .title1{
	width: 580px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #2d2d2d;
}
.about-f3r .d2 .title2{
	width: 580px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #989494;
}
.about-f3r{
	position: relative;
	vertical-align: top;
}
.about-f3r .d1 .title{
	margin-bottom: 44px;
}
.about-f3r .d1 .title1{
    font-size: 30px;
    height: 30px;
    color: #2d2d2d;
    line-height: 30px;
    margin-top: 10px;
}
.about-f3r .d1 .title2{
    font-size: 12px;
    color: #989494;
}
.about-f3r .d1{
	float: right;
	width: 580px;
	height: 524px;
	padding: 8px 50px 0;
	/*opacity:0;*/
	/*left: -580px;*/
	left: 0;
/*	filter: alpha(opacity=0);
	transition: all .8s linear;*/
}
/*.about-f3r .d1-leftIn{
	opacity: 1 !important;
	left: 0 !important;
	transition: all .8s linear;
}*/
.about-f3r .d3{
	width: 580px;
	height: 264px;
}
.about-f3r .d2{
	margin: 35px 0 32px 0;
}
.about-f3r .line{
	position: absolute;
	top: 
}
.about-f3 .line03{
	position: absolute;
	top: 630px;
	right: -420px;
	width: 1000px;
	height: 1px;
	background: #dcdcdc;
}
.about-f3 .line04{
	position: absolute;
	top: 628px;
	right: 580px;
	width: 5px;
	height: 5px;
	background: #dcdcdc;
}
.about-f3r .d4{
	width: 580px;
	padding: 19px 16px 0 0;
	font-size: 14px;
	color: #4b4b4b;
}









/*技术资料*/
.inform{
	padding-top: 70px;
}
.inform .inf-tab{
	width: 1170px;
}
.inform .inf-tab ul{
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	text-align: left;
}
.inform .inf-tab ul li{
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 
	height: 48px;
	line-height: 44px;
	text-align: center;
	background: url(../img/img-03.png) no-repeat 96%;
}
.inform .inf-tab ul li a{
	font-size: 16px;
	color: #999;
}
.inform .inf-tab ul li a.cur{
	font-size: 20px;
	color: #007685;
}
.inform .inf-txt ul{
	width: 110%;
	overflow: hidden;
}
.inform .inf-txt{
	margin-top: 22px;
	overflow: hidden;
}
.inform .inf-txt ul li{
	height: 60px;
	line-height: 60px;
	text-align: left;
	width: 338px;
	border-bottom: 1px solid #f2f2f2;
	background: url(../img/img-02.png) no-repeat 5%; 
	margin-right: 80px;
}
.inform .inf-txt ul li p{
	font-size: 14px;
	color: #666;
	padding-left: 60px;
}

.pag-box {
	width: 100%;
	text-align: center;
	/*margin-bottom: 80px;*/
}
.pag-box .page{
	text-align: center;
	margin-top: 50px;
	display: inline-block;
	font-size: 0;
}
.pag-box .page a{
	float: left;
	width: 20px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	display: block;
	margin: 0px 3px;
    font-size: 16px;
    color: #cccccc;
    background: none;
    border: none !important;
}
.pag-box .page a.active{
    color: #fff;
    margin: 0px 3px;
    border: 1px solid #176764;
    background-color: #176764;
    line-height: 22px;
}
.pag-box .page a:hover{
	color: #fff;
	margin: 0px 3px;
	border: none; 
	background-color: #176764;
}

/*map*/
.map{
	position: relative;
}
.map-bt ul{
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	text-align: left;
	padding-top: 60px;
	margin-bottom: 60px;
}
.map-bt ul li{
	/*padding-left: 26px;*/
	padding-right: 52px;
	height: 48px;
	line-height: 44px;
	text-align: center;
	/*background: url(../img/img-03.png) no-repeat 96%;*/
}
.map-bt ul li.cur a{
	background: none;
	color: #007685;
}
.map-bt ul li a{
	font-size: 18px;
	color: #999;
}
.map-bt ul li a:hover{
	color: #007685;
}
/*.map-bt ul li a.cur{
	color: #333;
}*/

.newswarp6:hover .h3,
.newswarp6:hover i{
	color: #007685 !important;
}
.ma-lis{
	position: absolute;
	/*top: 522px;*/
	top: 400px;
	left: 50%;
	margin-left: -492px;
}
.conta-txt{
	position: absolute;
	top: 0;
	left: 0;
	/*bottom: 468px;*/
	/*left: 40%;*/
}
.ma-lis .nta-01{
background: #fff;
    width: 468px;
    text-align: center;
    /* padding-top: 40px; */
    /*margin: 40px 70px 0 0;*/
}
.ma-lis .nta-01 ul{
	width: 468px;
	overflow: hidden;
}
.ma-lis .nta-01 ul li{
    width: 217px;
    /* margin-bottom: 12px; */
    /*margin-right: 10px;*/
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
}
.ma-lis .nta-01 .frr input{
	outline: none;
	border: none;
	width: 214px;
	height: 38px;
	border: 1px solid #dcdcdc;
	text-indent: 10px;
}
.ma-lis .nta-01 .nat-eml{
/*	margin: 0px 28px 0px 28px;
	padding-top: 20px !important;*/
}
.ma-lis .nta-01 .nat-eml textarea{
    outline: none;
    border: none;
    width: 468px;
    /* margin-right: 24px; */
    -moz-width: 468px !important;
    /* height: 152px; */
    height: 102px;
    border: 1px solid #dcdcdc;
    padding-top: 10px;
    text-indent: 10px;
    box-sizing: border-box;
}
.ma-lis .conta-txt{
	/*margin-top: 30px;*/
	width: 980px;
	height: 420px;
	overflow: hidden;
	    padding: 60px;
	    background: #fff !important;
}
.ma-lis .nta-01 .nta-but{
	outline: none;
    border: none;
    width: 468px;
    height: 38px;
    background-color: #007685;
    font-size: 12px;
    color: #fff;
    /*margin: 8px 23px 55px 0px;*/
}
.ma-lis .nta-02{
	width: 380px;
    height: 320px;
	position: absolute;
	background-color: #fff;
	text-align: left;
	line-height: 40px;
	/*padding-bottom: 55px;*/
}
.ma-lis .nta-02 h2{
    font-size: 22px;
    color: #373737;
    /* padding: 40px 40px 20px 40px; */
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-bottom: 10px;
}
.ma-lis .nta-02 p{
	font-size: 16px;
	color: #333333;
}
.ma-lis .nta-02 img{
	margin-right: 10px;
	width: 22px;
	height: 21px;
	display: inline-block;
	overflow: hidden;
}
/*诚聘英才*/
.product-question{
	background: #f5f5f5;
}
.product-question-bt{
	padding-bottom: 10px !important;
}
.product-question ul {
	width: 100%;
	margin: 0rem auto;
	font-size: 0;
}
.product-question ul li{
	width: 100%;
	overflow: hidden;
}
.product-question ul li .top-01{
	width: 100%;
	height: 80px;
	text-align: center;
	background:#fff url(../img/img-11.png) no-repeat 92% center;
	line-height: 80px;
	cursor: pointer;	
	border-bottom: 1px solid #e7e7e7;
	transition: all 0.3s;
}
.product-question ul li .top-01 p{
	width: 100%;
	padding-left: 60px;
	height: 80px;
	font-size: 24px;
	color: #666666;
	line-height: 80px;
	text-align: left;
	display: inline-block;
	border-bottom: 1px solid #dee4e7;
}
.product-question ul li .top-01.cur{
	height: 60px;
	line-height: 60px;
	background: #fff url(../img/img-12.png) no-repeat 92% center;
	transition: all 0.3s;
}
.product-question ul li .bot{
	font-size:24px;
	color: #f8f8f8; 
	text-align: left;
	display: none;
}
.product-question ul li .bot p{
	font-size: 14px;
	color: #333;
}
.product-question ul li .bot{
	position: relative;
	padding: 15px 60px 45px;
	font-size: 14px;
	color: #666666;
	height: 653px;
	line-height: 36px;
}

.bot .font1{
	margin-top: 30px;
	font-size: 14px;
	color: #333333;
}
.bot .offer{
	position: absolute;
	left: 60px;
	text-align: center;
border-radius: 2px;
	bottom: 50px;
	width: 150px;
	height: 46px;
	line-height: 46px;
	background: rgb(0,118,133);
	color: white;
	font-size: 16px;
}
.question-txtbox .bt{
	width: 100%;
	height: 80;
	line-height: 80px;
	background-color: #007685;
}
.question-txtbox table{
	width: 100%;
	text-align: center;
}
.question-txtbox .bt table .t-01,.question-txtbox .bt table .t-02,.question-txtbox .bt table .t-03{
	font-size: 18px;
	color: #fff;
}
.question-txtbox li .top-01 td{
	font-size: 16px;
	color: #333;
}
.question-txtbox table .t-01{

	text-align: left;
	width: 190px;
	padding-left: 60px;
}
.question-txtbox table .t-02{
	font-size: 18px;
	color: #fff;
	text-align: left;
	width: 680px;
}
.question-txtbox table .t-03{
	font-size: 18px;
	color: #fff;
	text-align: left;
}
/*服务中心*/
.ser-box{
	width: 100%;
	overflow: hidden;
}
.ser-box .service ul li{
	cursor: default;
}
.service{
	padding-top: 140px;
}
.ser-01 .lef{
	width: 50%;
	text-align: left;
}
.ser-01 .l-1{
	width: 100%;
}
.ser-01 .l-1 h2{
	font-size: 30px;
	color: #000;
	line-height: 35px;
}
.ser-01 .l-1 p{
	font-size: 12px;
	color: #989494;
	margin-bottom: 10px;
}
.ser-01 .l-2 .p3{
	font-size: 18px;
	color: #1b1b1b;
	width: 87%;
	font-family: Noto Sans S Chinese Regular;
}
.ser-01 .l-2 .p1,.ser-01 .l-2 .p2{
	width: 78px;
	height: 28px;
	font-size: 12px;
	color: #007685;
	border: 1px solid #007685;
	text-align: center;
	line-height: 28px;
	margin-top: 28px;
	margin-right: 18px;
}
.ser-01 .rig{
	width: 50%;
	text-align: right;
}
.lin{
	width: 611px;
	height: 5px;
	position: relative;
	left: -390px;
	margin-bottom: 20px;
}
.lin img{
	width: 100%;
}
.lin-02{
	width: 910px;
	height: 5px;
	position: relative;
	right: -50px;
	margin-top: 20px;
}
.lin-02 img{
	width: 100%;
}

.ser-02{
	width: 100%;
	margin-top: 55px;
	margin-bottom: 100px;
	position: relative;
}
.ser-02 .side{
	position: relative;
	top: 0px;
	left: -375px;
}
.ser-02 .side .bo .l-1{
	width: 362px;
	margin-left: 0;
	*margin-left: 380px;
	transition: all .8s linear .8s;
}
.bo-l1-leftIn{
	margin-left: 380px !important;
}
.ser-02 .side .bo .l-1 h2{
	font-size: 30px;
	color: #fff;
	line-height: 35px;
	padding-top: 24px;
}
.ser-02 .side .bo .l-1 p{
	font-size: 12px;
	color: #fff;
}
.ser-02 .side .bo{
	width: 755px;
	height: 340px;
	background: url(../img/img-19.png) no-repeat center;
	background-size: 100%;
}
.ser-02 .to{
	width: 291px;
	height: 291px;
	overflow: hidden;
	text-align: center;
}
.ser-02 .to img{
	width: 100%;
	position: relative;
	margin-top: 291px;
}
.ser-02 .to{
	position: relative;
	right: -591px;
	bottom: -3px;
	overflow: hidden;
}
.ser-02 .side-r{
	position: absolute;
	right: 10px;
	width: 41%;
	text-align: left;
}
.ser-02 .side-r .si-b{
	width: 100%;
	/*margin-top: -30px;*/
}
.ser-02 .side-r .si-b h2{
	font-size: 30px;
	color: #000;
	line-height: 35px;
}
.ser-02 .side-r .si-b p{
	font-size: 12px;
	color: #989494;
	margin-bottom: 10px;
}
.ser-02 .side-r .si-li{
	width: 300px;
	text-align: left;
}
.ser-02 .side-r .si-li li{
	padding-top: 10px;
}
.ser-02 .side-r .si-li h3{
	font-size: 14px;
	color: #000;
	display: inline-block;
}
.ser-02 .side-r .si-li h3 img{
	display: inline-block;
	width: 32px;
}
.ser-02 .side-r .si-li p{
	font-size: 12px;
	color: #5e5e5e;
	padding-left: 31px;
	font-family: Arial;
}
.ser-03{
	margin-bottom: 115px;
}
.ser-03 .s-01{
	width: 581px;
	height: 345px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	z-index: 1;
}
.ser-03 .s-01 img{
	width: 100%;
	position: relative;
	top: 345px;
	*top: 0;
}
.ser-03 .s-02{
	width: 673px;
	height: 317px;
	text-align: left; 
	overflow: hidden;
	background: #0690a2;
	position: relative;
	left: 500px;
	top: 70px;
}
.ser-03 .s-02 .s-02-txt{
	padding-top: 56px;
	padding-left: 120px;
	overflow: hidden;
}
.ser-03 .s-02 .s-02-txt h2{
	position: relative;
	font-size: 30px;
	color: #fff;
	top: 317px;
	*top: 0;
	margin-top: 0;
	transition: all .5s linear;
}
.ser-03 .s-02 .s-02-txt .h2-topIn{
	top: 0;
	transition: all .5s linear .2s;
}
.p1-topIn{
	top: 0 !important;
	transition: all .5s linear .4s;
}
.ser-03 .s-02 .s-02-txt .a-topIn{
	top: 0;
	transition: all .5s linear .6s;
}
.ser-03 .s-02 .s-02-txt .p1{
	font-size: 14px;
	color: #c4dce1;
	width: 350px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 18px;
	position: relative;
	top: 200px;
}
.ser-03 .s-02 .s-02-txt a{
	position: relative;
	top: 200px;
}
.ser-03 .s-02 .s-02-txt .p2{
	font-size: 12px;
	color: #fff;
	width: 80px;
	background: url(../img/img-26.png) no-repeat 93%;
}
.ser-04 .lin{
	left: -400px !important;
}
.ser-04 .l-1{
	width: 100%;
	margin-left: -200px;
	*margin-left: 35px;
}
.l-1In{
	margin-left: 35px !important;
	transition: all .8s linear;
}
.ser-04 .l-1 h2{
	font-size: 30px;
	color: #000;
	line-height: 35px;
}
.ser-04 .l-1 p{
	font-size: 12px;
	color: #989494;
	margin-bottom: 10px;
}
.ser-04 .as-l{
	width: 50%;
	height: 380px;
	text-align: left;
	overflow: hidden;
}
.ser-04 .as-l ul{
	margin-left: 20px;
	margin-top: 380px;
	
}
.ser-04 .as-l li{
	width: 100%;
	margin-bottom: 20px;
	background: url(../img/img-27.png) no-repeat left;
}
.ser-04 .as-l .liIn{
	margin-top: 0;
	transition: all .8s linear;
}
.ser-04 .as-l li p{
	font-size: 12px;
	color: #5d5d5d;
	padding-left: 15px;
}
.sio img{
	display: block;
	width: 100%;
}
.sio{
	float: left;
	width: 489px;
	position: relative;
	top: -80px;
	/*overflow: hidden;*/
}








/*侧导航部分*/
.side-nav{
	position: fixed;
	top: 300px;
	right: 0;
	width: 290px;
	z-index: 4;
}
.side-nav a{
	color: white;
}
.side-nav a:hover{
	color: white;
}
.footerr-title{
	*margin-left: 75px;
}

.side-nav .zixun,
.side-nav .qq,
.side-nav .shouhou,
.side-nav .weichat,
.side-nav .top{
	position: absolute;
	width: 73px;
	height: 70px;
	right: 0;
	font-size: 12px;
	color: white;
	text-align: center;
	background: rgb(89,87,87);
}
.side-nav .iphone-wrap{
	display: inline-block;
	width: 73px;
	height: 70px;
	color: white;
}
.side-nav .zixun{
	top: 0;
}
.side-nav .iphone{
	position: absolute;
	width: 273px;
	height: 70px;
	right: -200px;
	top: 72px;
	color: white;
	background: rgb(89,87,87);
}
 .side-nav .side-on{
	background: rgb(0,118,133);
	color: white;
}
.side-nav .tele{
	display: inline-block;
	position: relative;
	bottom: 12px;
	font-size: 24px;
	padding-left: 12px;
	height: 36px;
	line-height: 36px;
	border-left: 1px white solid;
}
.side-nav .qq{
	top: 0px;
}
.side-nav .shouhou{
	top: 144px;
}
.side-nav .weichat{
	top: 218px;
}
.side-nav .top{
	height: 55px;
	top: 290px;
}
.side-nav .zixun-img{
	width: 73px;
	height: 38px;
}
.side-nav .toTop{
	color: white;
}
.side-nav .toTop::hover{
	color: white;
}
.side-nav .top .zixun-img{
	height: 25px;
}
.side-nav .zixun-font{
	width: 73px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.side-nav ul{
	display: none;
	position: absolute;
	left: -220px;
	top: 0;
	width: 220px;
	height: 210px;
	background: rgb(0,118,133);
}
.side-nav .side-saoyisao{
	display: none;
	position: absolute;
	left: -220px;
	top: 0;
	width: 220px;
	height: 210px;
	background: rgb(0,118,133);
	padding: 30px;	
}
.side-nav .side-saoyisao .detail{
	z-index: 2;
	width: 160px;
	height: 150px;
	/*background: url(../img/fuwu.jpg) center no-repeat;*/
	/*background-size: 90%;*/
}

.side-nav li{
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 12px;
}
.side-nav .li2{
height: 72px;
line-height: 70px;
border: 1px #4c9fa9 solid;
border-width: 1px 0;
}
.side-nav span{
	height: 28px;
	position: relative;
	left: -6px;
}
.side-nav .s1{
	width: 28px;
	background: url(../img/zixun.png) center no-repeat;
	background-size: cover; 
	position: relative;
	top: 6px;
}
.side-nav .s2{
	width: 78px;
	text-align: left;
	line-height: 28px;
	font-size: 14px;
}
.side-nav .s3{
	width: 78px;
	font-size: 12px;
	line-height: 25px;
	border:  1px white solid;
}

footer a:hover{
	color: rgb(0,118,133);
	color: white;
	opacity:1;
	filter: alpha(opacity=100);
}
footer .footer-font{
	cursor: pointer;
}
footer .footer-font:hover{
	color: rgb(0,118,133);
	color: white;
	opacity:1;
	filter: alpha(opacity=100);
}
.footer-bottom,
.footer-bottom a{
    color: rgb(194,194,194);
    opacity: .7;
    filter: alpha(opacity=70);
}
.footer-bottom .a1{
	margin-left: 16px;
}



/*.navigation部分*/
.n-nav{
	margin: 70px auto 0;
	min-height: 520px;
}
.n-nav .ul1{
	/*width: 270px;*/
    position: relative;
    padding: 0px;
    max-height: 816px;
    /*z-index: 7;*/
}
.n-nav .ul1:hover{
	/*width: 430px;*/
}
.n-nav .ul1-li{
	display: block;
	width: 270px;
	line-height: 48px;
	height: 48px;
    font-size: 16px;
    background: #007685;
    color: white;
}
.n-nav .ul1-li p{
	box-sizing: border-box;
	/*background: url(../img/sub111.png) repeat center;*/
}
.n-nav .ul1-li>p{
	line-height: 48px;
	height: 48px;
    padding: 0 46px;
}
.n-nav .ul1-li.cur>p{
	background: #4c9fa9;
}
.n-nav .ul1-li.cur .ul1-p{
	background: #4c9fa9;
}
.n-nav .ul1-li.cur .sub1{
	background: url(../img/sub111.png) repeat center;
}
.n-nav .ul1-li.cur .a1{
	border: none;
}
.n-nav .ul1-li .sub1.cur{
	display: block;
}
.n-nav .ul1-li:hover>p{
    background: #4c9fa9;
}
.n-nav .ul1-li .a1:hover{
	border-width: 0;
}
.n-nav .ul1-li .a1.cur{
	border-width: 0;
}
.n-nav .sub1{
	position: absolute;
	z-index: 10;
	min-height: 816px;
	left: 270px;
	width: 180px;
	top: 0;
	/*top: -2px;*/
	display: none;
	background: url(../img/sub111.png) repeat center;
	/*background-size: cover;*/
	/*background: #007685;*/
}
.n-nav p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.n-nav .sub111{
	position: absolute;
	z-index: 10;
	min-height: 816px;
	left: 180px;
	width: 180px;
	top: 0;
	box-sizing: border-box;
	border-left: 1px #dedede solid;
	/*top: -2px;*/
	display: none;
	background: url(../img/sub111.png) repeat center;
	/*background: #007685;*/
	/*background-size: cover;*/
}
.n-nav .sub111 a{
	color: #fff;
}
.n-nav .sub1 li{
    width: 180px;
    /*position: relative;*/
    /*border-bottom: 1px #007685 solid;*/
    /*background: #007685;*/
}
.n-nav .sub1>li p{
    padding: 0 30px;
}
/*.n-nav .sub1>li:hover>p{
	background: url(../img/sub111.png) repeat center;
}*/
.n-nav .sub1 li:hover>p,
.n-nav .sub111 li:hover p{
    background: #007685;
}
.n-nav .ul1-li:hover .sub1,
.n-nav .sub1 li:hover .sub111{
	/*background: url(../img/navi-sub.png) repeat center;*/
	/*background: #007685;*/
}
 .n-nav .a1{
 	color: #fff;
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: left;
    /*background: url(../img/navi-ul1-li.png) no-repeat 99%;*/
    border-bottom: 1px solid #127f8d;
}
.n-nav .a1:hover{
	border-bottom-width: 0; 
}
.n-nav .nav-fl,
.n-nav .nav-fr{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.n-nav .nav-fl{
	width: 270px;
	margin-right: 14px;
}
.n-nav .nav-fr{
	width: 886px;
	min-height: 816px;
}
.n-nav .nav-fr .fr-d{
	float: left;
	display: inline-block;
	margin: 0 15px 14px 0;
	width: 210px;
	height: 262px;
	background: #ffffff;
	font-size: 12px;
	color: #333333;
	box-shadow: 1px 1px 1px #ececec;
}
.n-nav .nav-fr .fr-d4{
	margin-right: 0;
}
.n-nav .nav-fr .img{
	z-index: 2;
	width: 210px;
	height: 212px;
}
.n-nav .nav-fr .fonts{
	position: relative;
	padding-left: 16px;
	width: 210px;
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newswarp6 .newswarp6-list1 li {
    width: 368px !important;
    margin-right: 29px !important;
    height: 460px !important;
    box-shadow: 1px 1px 1px #ededed !important;
    border: 1px solid #ededed !important;
}
.newswarp6 .newswarp6-list2 li{
    width: 368px !important;
    padding-bottom: 25px !important;
    border: 1px #f3f3f3 solid !important;
    box-shadow: 1px 1px 1px #f3f3f3 !important;
    height: 220px !important;
    background-color: #fff !important;
    padding: 25px 30px 0 30px !important;
    margin: 0  29px 25px 0  !important;
}
.newswarp6 .newswarp6-list1{
	margin-bottom: 17px !important;
}
.newswarp6{
	width: 1170px!important;
}
.newswarp6 .newswarp6-list1 a{
	padding: 0 !important;
}

/*products部分*/
.n-banner,
.about_ban_font{
	cursor: default !important;
}
.nbanner{
	position: relative;
	height: 440px;
	width: 100%;
	min-width: 1170px;
}
.nbanner .font{
	font-size: 40px;
	font-family: Arial;
	color: white;
}

.n-pro{
	min-height: 1100px;
}
.pro-f1{
	padding-top: 90px;
}
.n-pro .f1-img{
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	width: 400px;
	height: 500px;
	overflow: hidden;
}

.n-pro .f1-para{
	vertical-align: top;
	width: 758px;
	/*height: 400px;*/
	padding: 35px 0 0 30px;
	margin-bottom: 16px;
	background: #fafafa;
	overflow: hidden;
}
.n-pro .f1-notice{
	/*width: 758px;*/
	/*padding: 0 6px;*/
	/*background: white;*/
	/*color: rgb(119,119,119);*/
	color: #333333;
	font-size: 14px;
}
.n-pro .img-detail{
	width: 400px;
	height: 400px;
	margin-bottom: 10px;
}
.pro-f1 .img-ul{
	height: 90px;
}
.pro-f1 .img-ul li{
	height: 90px;
	width: 90px;
	margin-right: 10px;
	overflow: hidden;
	border: 2px transparent solid;
}
.pro-f1 .img-ul li:hover,.pro-f1 .img-ul li.cur{
	border: 2px rgb(0,118,133) solid;
}
.f1-intro .para-title{
	/*width: 310px;*/
	/*height: 90px;*/
	min-height: 348px;
	max-height: 540px;
	overflow: hidden;
	margin: 10px 0;
}
.f1-intro{
	vertical-align: top;
	display: inline-block;
	width: 758px;
	/*height: 500px;*/
	font-size: 14px;
}
.f1-intro .title1{
	font-size: 22px;
	color: #333333;
	font-weight: 600;
}
.f1-intro .title2{
	font-size: 14px;
	color: rgb(119,119,119);
}
.f1-intro .para-detail{
	font-size: 18px;
	line-height: 48px;
	width: 666px;
	height: 48px;
	border-bottom: 1px solid #e1e1e1;
}
.f1-intro ul {
	width: 666px;
	height: 150px;
	padding: 35px 0;
}
.f1-intro li{
	width: 300px;
	height: 22px;
	font-size: 14px;
}
.f1-intro a{
	color: #333333;
}
.f1-intro span{
	color: rgb(119,119,119);
}
.pro-f2{
	margin-top: 40px;
	/*height: 700px;*/
border: 2px  #dfdfdf solid;
}
.pro-f2-title{
	width: 1170px;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	border-bottom: 1px  #dfdfdf solid;
	padding-left: 30px;
}
.pro-f2-ul1{
	/*padding-left: 30px;*/
	width: 1000px;
	/*height: 180px;*/
	font-size: 14px;
	padding: 40px 0;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px #dfdfdf solid;
}
.pro-f2-ul1 p {
    position: relative;
    width: 1000px;
    display: block;
    margin: 0 auto;
}
.pro-f2-ul1 li{
    height: 40px;
    line-height: 40px;
}
.pro-f2-ul2{
	width: 1170px;
	/*height: 450px;*/
	padding: 10px 0 40px 20px;
	font-size: 14px;
}
.pro-f2-ul2 li{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #a2a2a2;
}
.pro-f2-ul1 .li1{
	width: 110px;
	color: #a2a2a2;
}
.pro-f2-ul1 .li2{
	width: 258px;
	color: #6c6c6c;
}
.pro-f2-ul2{
	color: #a2a2a2;
}
.pro-f2-ul2 .li1{
	color: #393939;
}
.pro-f2-ul2 .li2{
	color: #6c6c6c;
}
.pro-f3{
	padding: 40px 0 58px 0;
}
.pro-f3-title{
	height: 56px;
	line-height: 56px;
	border-left: 6px rgb(0,118,133) solid;
	margin-bottom: 2px;
	font-size: 20px;
	padding-left: 20px;
	font-weight: 600;
}
.pro-f3-ul{
	text-align: center;
}
.pro-f3-ul li{
	border: 1px #dfdfdf solid;
	width: 284px;
	box-shadow: 1px 1px 1px #dfdfdf;
	margin-right: 7.5px;
	border-bottom: 1px #dfdfdf solid;
}
.pro-f3-ul li:hover {
	background: rgb(0,118,133);
	color: white;

}
.pro-f3-ul .pro-f3-img{
	width: 284px;
	height: 264px;
}
.pro-f3-font{
	width: 280px;
	height: 60px;
	line-height: 60px;
	color: #333333;
}
/*.pro-f3-font:hover{
    
	background: rgb(0,118,133);
	color: white;
}*/
.pro-f3-btn{
	height: 46px;
	line-height: 46px;
	text-align: center;
	width: 132px;
	font-size: 16px;
	color: white;
	text-align: center;
	background: rgb(0,118,133);
	margin-top: 30px;
	border-radius: 2px;

}
.pro-f3-btn:hover{
	color: white;
	background: #005e6a;
}
.pro-f3-ul .pro-f3-li4{
	margin-right: 0;
}





@charset "utf-8";
/* CSS Document */


div.orbit-wrapper { 
	position: relative; 
	overflow: visible; 
	width: 489px; 
	margin: 0 auto;
}
.d1.orbit-wrapper{
	border: 3px rgb(0,118,133) solid;
	width: 580px;
	height: 524px;
	overflow: hidden;
}
div.orbit { 
	position: relative; 
	/*overflow: hidden;*/
	width: 489px; 
	padding-bottom: 10px;
	height: 330px;
	margin-top: 50px;
}
/*div.orbit span { display:none;}*/
div.orbit a{display: block;}
div.orbit ul{
	width: 1200px;
	margin: 0 auto;
	height: 293px;
}
.d1 .orbit ul{
	width: 433px;
	height: 300px;
}
.orbit .prev,
.orbit .next{
	z-index: 2;
	position: absolute;
	width: 40px;
	height: 60px;
	line-height: 60px;
	font-family: Noto Scans S Chinese Thin;
	background: gray;
    opacity: .7;
    filter: alpha(opacity=70);
	color: white;
	text-align: center;
	font-size: 30px;
	top: 50%;
	margin-top: -30px;
}
.orbit .prev:hover,
.orbit .next:hover{
	font-size: 36px;
}
.orbit .prev{
	left: 0;
}
.orbit .next{
	right: 0;
}
div.orbit li{ position: absolute;
	left: 1000px; display:block; background: #F4EEE9;}
div.orbit-wrapper{margin: 0 auto;}
div.orbit-wrapper h4{ display: none; }
div.timer {
	display: none;
}
div.slider-nav { 
	display: block; 
}
div.slider-nav span { 
	width: 17px; 
	height: 17px;  
	color: #fff; 
	text-align: center; 
	position: absolute; 
	z-index: 100;
	cursor: pointer; 
	text-indent:-9999px;}
div.slider-nav span.right {  
	top: 350px; 
	left: 457px;
	position: absolute; 
	background:url('../img/pic_38.png') no-repeat right; 
}
div.slider-nav span.left { 
	top: 350px; 
	left: 420px;
	position: absolute; 
	background:url('../img/pic_37.png') no-repeat left;  }
div.slider-nav span.right:hover {
	background:url('../img/pic_38.png') no-repeat left ; transition: all 0.5s;  }
div.slider-nav span.left:hover {
	background:url('../img/pic_37.png') no-repeat right ;transition: all 0.5s; 
}
.message{
	text-align: center;
	font-size: 30px;
	color: #d3ac5f;
	margin-top: 90px;
}
/*.message-sw{
	display: none;
}
*/



.pro-f3 ul{
	margin-top: 10px;
}
.pro-f3 ul li:hover .pro-f3-font{
	color: #fff;
} 



.n-nav .w-nav-fr{
	width: 886px;
}
.para-title li,
.n-pro .img-detail,
.list-paddingleft-2 li,
.about-ab-font2,
.about-ab-font3,
.new-title2 .new-span1,
.new-title2 .new-span2,
.n-about img,
.ser-box img{
	cursor: default !important;
}
.pro-f2-ul2 .li1,
.pro-f2-ul2 .li2{
	cursor: default !important;
}
.n-about{
	margin-bottom: 50px !important;
}
#code{
	    /* display: block; */
    width: 76px !important;
    height: 100%;
    vertical-align: top;
    border: none;
    cursor: pointer;
    margin: 20px;
    float: left;
}
#captchas{
    height: 30px;
    line-height: 22px;
    margin: 20px 0;
    float: left;
}
.map-li-wrap{
	width: 1170px;
	margin: 0 auto;
}
.new-div .font .new-detail{
	font-family: "微软雅黑";
	color: #6d6d6d;
}
.new .new-div0{
	margin-bottom: 40px;
}
.banner .ul-wrap{
	position: relative;
	height: 400px;
	width: 1170px;
	margin: 0 auto;
}
.banner .font{
	position: absolute;
	top: 122px;
	overflow: visible;
	z-index: 4;
	height: 240px;
	width: 460px;
}
.banner .font li{
	padding-left: 18px;
	    cursor: default;
}
.banner .font .li1{
	position: absolute;
	left: -20px;
	top: 0;
	width: 266px;
	height: 47px;
	line-height: 47px;
	background: url(../img/banner-li1.png) center no-repeat;
	background-size: cover; 
	font-size: 20px;
	font-family: Myriad Pro;
	color: white;
	    text-transform: uppercase;
}
.banner .font .li2{
	position: absolute;
	z-index: 5;
	left: 0;
	top: 45px;
	width: 362px;
	height: 64px;
	line-height: 64px;
	background: url(../img/banner-li2.png) center no-repeat;
	background-size: cover; 
	font-size: 42px;
	font-family:"Noto Sans S Chinese Medium";
}
.banner .font .li3{
	position: absolute;
	left: 0;
	top: 113px;
	width: 424px;
	height: 62px;
	line-height: 62px;
	background: url(../img/banner-li3.png) center no-repeat;
	background-size: cover; 
	font-size: 26px;
	font-family: Arial;
	color: #022e65;
	    text-transform: uppercase;
}
.banner .font .li4{
	position: absolute;
	left: 0;
	top: 192px;
	width: 210px;
	height: 42px;
	line-height: 42px;
	background: url(../img/banner-li4.png) center no-repeat;
	background-size: cover; 
	font-size: 16px;
	font-family: "Noto Sans S Chinese Regular";
	padding-right: 18px;
}
.banner .font .li4 a{
	display: block;
	width: 100%;
	line-height: 42px;
	color: white;
	cursor: pointer;
}
.banner .font .li4 .span1{
	position: relative;
	width: 100px;
	text-align: center;
}
.banner .span1 .s1,
.banner .span1 .s2{
	position: absolute;
	height: 16px;
	width: 5px;
	border: 1px solid white;
	opacity: 0;
	/*transition: all .3s linear;*/
	transition: opacity .1s linear;
	top: 50%;
	margin-top: -8px;
}
.banner .span1 .s1{
	border-width: 2px 0 2px 2px;
	left: 50%;
}
.banner .span1 .s2{
	border-width: 2px  2px 2px 0;
	right: 50%;
}
.banner .span1:hover .s1{
	left: 0;
	opacity: 1;	
	transition: all .3s linear;
	transition: opacity .1s linear .2s;
}
.banner .span1:hover .s2{
	right: 0;
	opacity: 1;	
	transition: all .3s linear;
	transition: opacity .1s linear .2s;
}

.banner .font .li4 .span2{
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: url(../img/banner-li4-icon.png) center no-repeat;
	background-size: cover;
}
.pagination{
	text-align: center !important;
}
.pagination .active{
    color: #fff;
    margin: 0px 3px;
    border: 1px solid #176764;
    background-color: #176764;
    line-height: 22px;
}

.page{
	margin-bottom: 40px !important;
}
.pagination a{
width: 20px;
height: 22px;
line-height: 22px;
font-size: 16px;
color: #cccccc;
background: none;
}
.paginationi a.active{
	background: #007685;
	color: white;
}
.bot-r a{
color: #007685 !important;
}
.n-news-info{
    margin: 50px auto;
    font: 12px/22px;
}


.n-news-info .infobox {
    background: #fff;
    padding: 80px 140px 90px !important;
}
.n-news-info .infobox .info-top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
}
.n-news-info .infobox .text {
	width: 890px;
	overflow: hidden;
    padding: 16px 0 50px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    border-bottom: 1px solid #e5e5e5;
}
.n-news-info .infobox .text img{
	display: block;
	max-width: 800px;
	margin: 30px auto;
}
.n-news-info .infobox .bot {
    padding-top: 45px;
}
.n-news-info .infobox .info-top .h {
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    height: 36px;
    color: #333;
    margin-bottom: 25px;
}
.n-news-info .infobox .info-top .info-top-bot .p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-right: 20px;
}
.n-news-info .infobox .info-top .time {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.n-news-info .infobox .info-top .fxbox {
    padding-top: 0px;
}
.fxbox {
    font-size: 14px;
    font-family: "Arial";
    color: #999;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding-top: 36px;
    margin-right: 6%;
}

.n-news-info .infobox .bot-l {
    width: 70%;
}

.n-news-info .infobox .bot-l span {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}


.n-news-info .infobox .bot-r a {
    display: block;
    background: url(../img/pic12.png) no-repeat right center;
    text-align: left;
    color: #333;
    font-size: 14px;
}



.n-news-info .infobox .bot-r {
    width: 68px;
}



.nav-pro .suba .slimScrollDiv{
	position: absolute !important;
	top: 0 !important;
}
.w-subx .slimScrollDiv{
	position: absolute !important;
	top: 0 !important;
}

.co-e .box{
	position: relative;
	width: 640px;
	height: 480px;
	right: -1016px;
	*right: 0;
	transition: all .8s linear;
}
.co-e img{
	cursor: default !important;
}
.map img{
	width: auto !important;
	height: auto !important;
}
.co-about img,
.footerm img,
.footerm .footer-font{
	cursor: default;
}
/*.ser-01{
	overflow: hidden;
}
.ser-01 .l-1{
	position: relative;
	left: -585px;
	transition: all .8s linear .2s;
}*/
.ser-01 .l-1 h2,
.ser-01 .l-1 .p1{
	position: relative;
	left: -585px;
	*left: 0;
	transition: all .8s linear;
}
.ser-01 .l-2{
	position: relative;
	left: -585px;
	transition: all .8s linear .2s;
}
.ser-01 .rig img{
	position: relative;
	margin-top: 340px;
	*margin-top: 0;
	transition: all .8s linear .2s;
}
.ser-02 .side-r .si-b h2,
.ser-02 .side-r .si-b .p1{
	position: relative;
	top: 379px;
	*top: 0;
	transition: all .8s linear .2s;
}
.ser-02 .side-r .si-li ul{
	overflow: hidden;
}
.ser-02 .side-r .si-li li{
	position: relative;
	top: 379px;
	*top: 0;
	transition: all .5s linear .5s;
}
.ser-02 .side-r .si-li .li-topIn{
	top: 0;
	transition: all .8s linear .5s;
}
.sio .orbit{
	position: relative;
	margin-top: 410px;
	*margin-top: 40px;
	transition: all .8s linear;
}
.sio .orbitIn{
	margin-top: 40px;
	transition: all .8s linear;
}
.n-products{
	min-height: 341px;
}
.slimScrollDiv{
	width: 270px;
}
.slimScrollDiv:hover{
   	width: 800px;
}
header .co-aa .sub-li a{
	text-align: left;
	padding-left: 26px;
}
.n-nav .ul1-li .sub1{
	font-size: 14px;
}
.nav .sub a{
	text-align: left;
	padding-left: 26px;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0 10px;
    box-sizing: content-box;
}
#lightbox-container-image-box{
	width: 500px !important;
}
#lightbox-secNav-btnClose{
	position: relative;
	z-index: 10;
}
#lightbox-container-image{
	width: 500px !important;
	overflow: hidden;
}
#lightbox-container-image-data-box{
	width: 500px !important;
}
.light-box-html{
    height: 100% !important;
    position: fixed;
    width: 100%;
}
#jquery-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100% !important;
    height: 100% !important;
    width: 800;
    /* overflow: hidden; */
}
#jquery-lightbox {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    margin-top: -300px !important;
    height: 600px !important;
    width: 1200px !important;
    margin-left: -600px !important;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    width: 1200px !important;
    height: 620px !important;
}
#lightbox-container-image {
    width: auto !important;
    height: 600px !important;
    overflow: hidden;
    box-sizing: content-box;
}
#lightbox-nav a {
    outline: none;
    height: 600px !important;
}
#lightbox-container-image-data-box {
    width: 1200px !important;
    padding: 0 !important;
}
#lightbox-secNav-btnClose {
    width: 87px;
    height: 36px;
    float: right;
    /* margin-right: -4px; */
    margin-right: 0 !important;
}
#jquery-lightbox img{
	max-width: 500px !important;
	margin-right: 0 !important;
	max-height: 620px !important;
}
.about-f1 .art .detail-s{
	height: 255px;
	overflow-y: auto;
}
.fbot-dl{
	margin-right: 20px;
	vertical-align: middle;
}
.fbot-dr{
	padding-top: 30px;
}
.fbot-dr a{
	display: inline-block;
	height: 20px;
}
.fo-img2{
	width: 20px;
	vertical-align: middle;
}
.fbot-con{
	display: inline-block;
}
.fo-s1{
	margin: 0 20px;
	height: 20px;
	line-height: 20px;
	float: left;
	vertical-align: middle;
}
#cnzz_stat_icon_1261979897{
	position: relative;
	top: -30px;
	height: 20px;
}
.footer-bottom .a1,.footer-bottom .a2{
	position: relative;
	top: -30px;
}