@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */

.header{
	width:100%;
	height:100px;
	position: fixed;
	z-index: 999;
	padding:0 32px;
	}
.logo{
	overflow:hidden;
	padding:22px 24px 22px 0;
	position:relative;
}
.logo:after{
	content:"";
	width:1px;
	height:40px;
	background:rgba(255,255,255,0.5);
	position:absolute;
	right:0;
	top:30px;
	}
.logo2{
	overflow:hidden;
	padding:26.5px 0 26.5px 24px;
}
.topewm{
	padding:20px 0;
	position:relative;
	}
.topewm .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:100px;
	right:0;
	z-index:99;
}
.topewm .ewmimg img{
	width:100px;
}
.topewm:hover .ewmimg{
	opacity:1;
}
.small{
	background: rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
	
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
	height:56px;
	margin-right:142px;
	background:rgba(255,255,255,0.8);
	border-radius:15px;
	padding:0 42px;
	margin:22px 38px 22px 0;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav .menu > li{
	float:left;
	text-align:center;
	line-height:56px;
	padding:0 36px;
	}

.nav .menu > li a{
	color:#4e4e4e;
	font-size:16px;
	font-weight:bold;
	display:block;
	line-height:56px;
	position:relative;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	color:#6ed6da;
	}


.nav .menu > li .submenu{

	width:100%;

	}

.nav .menu > li .submenu li{

	width:100%;

	line-height:30px;
	padding:5px 0;
	background:#6ed6da;

	text-align:center;
	margin-top:1px;

}

.nav .menu > li .submenu li a{
	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	line-height:30px;
}
.nav .menu > li .submenu li a:before{
	display:none;
	}

.nav .menu > li .submenu li:hover{

	background:#254fc2;

}
.nav .menu > li.current:after{
	width:100%;
	}

.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	position:relative;
}
.indexbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg.png) repeat;
	z-index:99;
}
.banner .owl-wrapper .owl-item:nth-child(1){
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item:nth-child(2){
	background: url(../images/banner2.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item:nth-child(3){
	background: url(../images/banner3.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-carousel{
	height:100vh;
}
.banner .owl-wrapper,
.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-item{
	height:100%;
}
.banner .owl-pagination{
	position:absolute;
	left:11%;
	bottom:180px;	
}
.banner .owl-page{
	margin:25px 0;
}
.banner .owl-page span{
	display:block;
	width:8px;
	height:8px;
	background:#fff;
	border-radius:10px;
	margin:8px auto;
	color:rgba(255,255,255,0);
}
.banner .owl-page.active{
	width:30px;
	height:30px;
	border:2px solid #f7d901;
	border-radius:30px;
}
.banner .owl-prev{
	display:none;
}
.banner .owl-number{
	width:40px;
	text-align:center;
	font-size:40px;
	font-family:Arial;
	position:absolute;
	right:12%;
	bottom:20%;
	color:#fff;
}
.banner .owl-number span:before {
    content: "0";
}
.banner .owl-number span{
	font-size:40px;
	font-family:Arial;
	color:#1db7c1;
	display:block;
	float:left;
	margin-right:5px;
	position:relative;
}
.banner .owl-number span:after{
	content:"";
	width:14px;
	height:2px;
	background:#fff;
	position:absolute;
	left:13px;
	bottom:0;
	}
.banner .owl-next{
	display:none;
}
.banner .owl-item img{
	width:100%;
	height:100%;
}
.item .cont{
	position:absolute; 
	top:49%; 
	padding-left:12.5%;
	z-index:100;
}
.item p.p1{
	overflow:hidden;
	position:absolute;
	left:11.5%;
	top:50%;
	margin-top:-148px;
}
.item p.p1 img{
	width:auto;
}
.banner2{
	overflow:hidden;
	position:absolute;
	left:11.5%;
	top:35%;
}
.item p.p2{
	overflow:hidden;
	color:#fff; 
	line-height:60px;
	font-size:50px;
}
.item p.p3{
	overflow:hidden;
	color:#fff; 
	font-family:Arial;
	line-height:30px;
	font-size:30px;
	margin-top:24px;
}
.banner2 hr{
	width:122px;
	border:none;
	border-bottom:solid 2px #fff;
	margin-top:145px;
}
.banner3 hr{
	width:122px;
	border:none;
	border-bottom:solid 2px #fff;
	margin-top:85px;
}
.banner .owl-carousel .owl-item:first-child .p3{
	text-indent:2em;
}
.banner3{
	overflow:hidden;
	position:absolute;
	left:11.5%;
	top:35%;
}
.item p.p4{
	overflow:hidden;
	color:#fff;
	font-weight:bold;
	font-size:47px;
	line-height:57px;
	margin-top:10px;
}
.item p.p5{
	font-family:Arial;
	font-size:24px;
	color:#fff;
	line-height:30px;
	margin-top:4px;
	letter-spacing: 5px;
	margin-top:17px;
}
.item p.p6{
	font-family:Arial;
	font-size:24px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	margin-top:4px;
	font-weight:normal;
}
.item p.p7{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:112px;
}
.item p.p7 img{
	width:auto;
}
/*shubiao*/
.shubiao-index{
	position:absolute;
	bottom:20%;
	left:50%;
	width:60px;
	margin-left:-30px;
	z-index:99;
	display:none;
}
.shubiao{
	width:14px;
	margin:40px auto 0;
	position:relative;
}
.shubiao-ncon{
	margin-top:70px;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin:10px auto;
}
.shubiao_pinyin{
	font-size:14px;
	font-family:Arial;
	text-align:center;
	color:#fff;
	margin-top:5px;
}
#shubiao{
	width:26px;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 26px;
  height: 44px;
  border-radius: 30px;
  border: 3px solid #fff;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.click{
	width:136px;
	overflow:hidden;
	position:absolute;
	right:142px;
	top:50%;
	margin-top:5px;
	border-top:solid 1px rgba(255,255,255,0.5);
	padding-top:19px;
}
.click h5{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
}
.click p{
	width:100%;
	overflow:hidden;
	font-size:12px;
	color:#fff;
	font-family:Arial;
}
.bannermore{
	width:77px;
	height:77px;
	position:absolute;
	right:200px;
	bottom:58px;
	z-index:100;
	background:url(../images/icon18.png) no-repeat center;
}

/**/

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:65px;
	color:#0040c4;
	line-height:65px;
	font-weight:bold;
	text-transform:uppercase;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#343434;
	line-height:40px;
	font-weight:normal;
	margin-top:4px;
	}
.tit h3 a{
	font-size:30px;
	color:#343434;
	}
.more{
	width:100%;
	overflow:hidden;
	}
.more a{
	display:block;
	width:192px;
	height:52px;
	text-align:center;
	line-height:52px;
	border:solid 2px #0040c4;
	border-radius:25px;
	margin:auto;
	font-size:15px;
	color:#0040c4;
	}

/* topnews
-------------------------------------------------------------- */
.topnews{
	width:100%;
	overflow:hidden;
	background:url(../images/ggbg.jpg) no-repeat bottom center;
	background-size:cover;
	}
.topnews .topnewlf{
	width:18%;
	overflow:hidden;
	font-size:16px;
	font-family:Arial;
	color:#343434;
	line-height:90px;
	text-transform:uppercase;
	}
.topnews .topnewrt{
	width:82%;
	height:90px;
	overflow:hidden;
	padding-left:66px;
	padding-right:12%;
	}
.topnews .topnewrt dl{
	width:100%;
	overflow:hidden;
	}
.topnews .topnewrt dl dt{
	width:15%;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#fff;
	line-height:90px;
	font-weight:normal;
	}
.topnews .topnewrt dl dt span{
	font-size:30px;
	color:#fff;
	}
.topnews .topnewrt dl dd{
	width:85%;
	overflow:hidden;
	float:left;
	}
.topnews .topnewrt dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	margin-top:17px;
	}
.topnews .topnewrt dl dd p{
	width:100%;
	overflow:hidden;
	font-size:14px;
	color:rgba(255,255,255,0.6);
	}
/* pro
-------------------------------------------------------------- */
.pro{
	margin-top:82px;
}
.pro .tit{
	width:60%;
	float:left;
}
.pro .more{
	width:40%;
	float:right;
	margin-top:42px;
}
.pro .more a{
	background:#0040c4;
	color:#fff;
	margin:0;
	float:right;
}
.pro .projs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#8d8d8d;
	line-height:30px;
	margin-top:13px;
	}
.pronr{
	width:100%;
	overflow:hidden;
	margin-top:52px;
	position:relative;
	padding-bottom:17px;
	}
.pronr .owl-carousel .owl-item{
	padding:0 10px;
	}
.pronr dl,.pronr dl dt,.pronr dl dd{
	width:100%;
	overflow:hidden;
	}
.pronr dl dt{
	text-align:center;
	}
.pronr dl dt img{
	max-width:100%;
	height:auto;
	}
.pronr dl dd{
	font-size:20px;
	color:#000;
	line-height:30px;
	margin-top:18px;
	}
.pronr dl:hover dd{
	color:#0040c4;
	}
.pronr .owl-controls{
	margin-top:60px;
	}
.pronr .owl-controls .owl-page span{
	width:33.3333333333%;
	overflow:hidden;
	float:left;
	height:2px;
	background:#e8e8e8;
	}
.pronr .owl-controls .owl-page.active span,.pronr .owl-controls .owl-page:hover span{
	background:#0040c4;
	}
.pronr .owl-buttons .owl-prev{
	width:36px;
	height:36px;
	border:solid 1px #5d5d5d;
	border-radius:50%;
	background:url(../images/prev2.png) no-repeat center;
	position:absolute;
	right:62px;
	bottom:0;
	}
.pronr .owl-buttons .owl-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	border:solid 1px #0040c4;
	}
.pronr .owl-buttons .owl-next{
	width:36px;
	height:36px;
	border:solid 1px #5d5d5d;
	border-radius:50%;
	background:url(../images/next2.png) no-repeat center;
	position:absolute;
	right:0;
	bottom:0;
	}
.pronr .owl-buttons .owl-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	border:solid 1px #0040c4;
	}
/* dzpro
-------------------------------------------------------------- */
.dzpro h3{
	width:100%;
	overflow:hidden;
	font-size: 35px;
    color: #1f1f1f;
    line-height: 45px;
    margin-bottom: 24px;
	}
.dzpro span{
    display: block;
    width: 350px;
    height: 2px;
    background: #ebebeb;
    position: relative;
}
.dzpro span:after{
	content:"";
	width:108px;
	height:2px;
	background:#9f2225;
	position:absolute;
	left:0;
	bottom:0;
	}
.dzpro .dzpronr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.dzpro .dzpronr .dzproimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.dzpro .dzpronr .dzproimg img{
	max-width:100%;
	height:auto;
	}
/* yyhy
-------------------------------------------------------------- */
.yyhy{
	width:100%;
	height:860px;
	overflow:hidden;
	background:url(../images/yyhybg.jpg) no-repeat top center;
	background-size:cover;
	}
.yyhy dl{
	width:20%;
	height:100%;
	overflow:hidden;
	float:left;
	}
.yyhy dl:nth-child(2n+1){
	background:rgba(0,0,0,0.2);
	}
.yyhy dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:290px;
	}
.yyhy dl dd{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	}
.yyhy dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	margin:0;
	line-height:30px;
	text-align:center;
	}
.yyhy dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	text-align:center;
	margin-top:6px;
	}
.yyhy dl dd hr{
	width:42px;
	border:none;
	border-bottom:solid 2px #fff;
	margin:40px auto 0;
	display:none;
	}
.yyhy dl:hover{
	background:url(../images/yyhyimg2.jpg) no-repeat top center;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dt img{
	display:none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dd hr{
	display:block;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dd h4{
	font-size:30px;
	line-height:40px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
	

/* case
-------------------------------------------------------------- */

html {
  font-size: 100px;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 80px;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 70px;
  }
}
#luxy{
	width:100%;
	overflow:hidden;
}
.wt-ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.wt-ul li {
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 1.4rem;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  transition: 0.8s;
  cursor: pointer;
  position: relative;
}

.wt-ul li .bef .tit {
  font-size: 25px;
  color: #fff;
  width: 0.28rem;
  line-height: 1;
  transition: 0.8s;
  display: inline-block;
}

.wt-ul li .bef {
  height: 100%;
  width: 1.4rem;
  padding-top: 3.8rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: 0.5s;
}

.wt-ul li .bef:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url('../img/w4.png');
  background-position: center;
}

.wel-two .wcon .bg {
  width: 100%;
}

.wel-two .wcon {
  position: relative;
}

.wt-ul li .bea {
  opacity: 0;
  transition: 0.5s;
}

.wt-ul li .bea {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.8rem;
  padding-top: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.8s;
}

.wt-ul li .bea .tit-t {
  font-size:25px;
  color: #fff;
  position: relative;
  top: -40px;
  transition: all 1s;
  opacity: 0;
  text-align:center;
}

.wt-ul li.act .bea .tit-t {
  top: 0;
  opacity: 1;
}

.wt-ul li .bea .pic {
  width:100%;
  overflow:hidden;
  text-align:center;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transform: scale(0.8);
  margin-top:60px;
}
.wt-ul li .bea .pic img{
	max-width:100%;
	height:auto;
}

.wt-ul li.act .bea .pic {
  opacity: 1;
  transition: 1s all 0.5s;
  transform: scale(1);
}

.wt-ul li .bot {
  white-space: nowrap;
}

.wt-ul li .bea .pic .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 3.85rem;
  height: 3.85rem;
  transition: 0.5s;
}

.wt-ul li .bea .pic:hover .img {
  transform: scale(1.1);
}

.wt-ul li .bea .bot {
  margin-top: 15%;
}

.wt-ul li .bea .font {
	width:100%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  top: 30px;
  transition: all 0.5s;
}

.wt-ul li.act .bea .font {
  top: 0px;
}

.wt-ul li .bea .font .ti {
  font-size: 0.34rem;
  color: #fff;
  opacity: 0;
  white-space: normal;
  transition: all 0.5s;
}

.wt-ul li .bea .font .de {
	width:164px;
	height:48px;
	overflow:hidden;
	border:solid 1px #e26a12;
	text-align:center;
	line-height:48px;
	text-align:center;
  font-size: 16px;
  color: #e26a12;
  margin:auto;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  opacity: 0;
  transition: all 0.5s;
  white-space: normal;
}

.wt-ul li .bea .font .ded {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #fff;
  opacity: 0;
  white-space: normal;
  transition: all 0.5s;
}

.wt-ul li.act .bea .font .ti,
.wt-ul li.act .bea .font .de,
.wt-ul li.act .bea .font .ded {
  opacity: 1;
  transition: 0.5s all 0.5s;
}

.wt-ul li.act .bef .tit {
  margin-top: -100px;
}

.wt-ul li.act .bea {
  opacity: 1;
}

.wt-ul li.act {
  width: -moz-calc(100% - 7rem);
  width: -webkit-calc(100% - 7rem);
  width: calc(100% - 7rem);
}

.wt-ul li.act .bef {
  opacity: 0;
}

.wel-ti {
  margin-top: 0.9rem;
  margin-bottom: 0.8rem;
}

.wel-four .wel-ti {
  margin-bottom: 15%;
}

.wel-ti .en {
  font-size: 0.34rem;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

.wel-ti .cn {
  font-size: 0.2rem;
  color: #333;
}

.pro-list {
  font-size: 0;
}

.pro-list a {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: 1.3%;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.08);
}
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	background:url(../images/casebg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:108px;
	padding-bottom:103px;
	}
.caseen{
	width:100%;
	overflow:hidden;
	font-size:65px;
	font-family:Arial;
	line-height:65px;
	text-transform:uppercase;
	text-align:center;
	color:rgba(255,255,255,0.6);
}
.case h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:35px;
	line-height:45px;
	color:#fff;
	margin-top:14px;
	}
.case h3 a{
	font-size:35px;
	color:#fff;
}
.caself{
	width:25%;
	overflow:hidden;
	margin-top:86px;
	}
.caself ul,.caself ul li{
	width:100%;
	overflow:hidden;
	}
.caself ul li{
	height:50px;
	line-height:50px;
	padding-left:46%;
	position:relative;
	}
.caself ul li a{
	font-size:18px;
	color:#fff;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.caself ul li a:hover,.caself ul li.cur a{
	font-size:25px;
	font-weight:bold;
	}
.caself ul li:before{
	content:"";
	width:27%;
	height:1px;
	background:#fff;
	position:absolute;
	left:0;
	top:24.5px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
	}
.caself ul li:hover:before,.caself ul li.cur:before{
	opacity:1;
}
.casert{
	width:75%;
	overflow:hidden;
	margin-top:60px;
	padding-bottom:45px;
	position:relative;
	}
.casert .owl-carousel-case{
	width:160%;
	overflow:hidden;
	}
.case .owl-carousel .owl-item{
	padding:0 37px;
	}
.case .owl-carousel .owl-item .item{
	width:100%;
	height:574px;
	overflow:hidden;
	background:url(../images/casebg1.jpg) no-repeat top center;
	background-size:cover;
	border:solid 5px #fff;
	border-radius:30px;
	}
.case .owl-carousel .owl-item dl{
	width:42%;
	overflow:hidden;
	background:#fff;
	padding:25px 46px;
	border-radius:10px;
	margin:118px 0 0 52px;
	}
.case .owl-carousel .owl-item dl dt,.case .owl-carousel .owl-item dl dd{
	width:100%;
	overflow:hidden;
	}
.case .owl-carousel .owl-item dl dt{
	border-bottom:solid 1px #ebebec;
	padding-bottom:8px;
	}
.case .owl-carousel .owl-item dl dt h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.case .owl-carousel .owl-item dl dt p{
	width:100%;
	overflow:hidden;
	color:#c9c9ca;
	line-height:30px;
	font-weight:normal;
	}
.case .owl-carousel .owl-item dl dd .casems{
	width:100%;
	overflow:hidden;
	color:#7f7f80;
	line-height:25px;
	margin-top:13px;
	}
.case .owl-carousel .owl-item dl dd .casemore{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#575757;
	line-height:30px;
	margin-top:27px;
	}
.casert .owl-controls .owl-buttons .owl-number{
	display:none;
	}
.casert .owl-buttons{
	width:90px;
	height:90px;
	background:#254fc2;
	border-radius:50%;
	position:absolute;
	right:22%;
	bottom:0;
}
.casert .owl-controls .owl-buttons .owl-prev{
	width:45px;
	height:100%;
	background:url(../images/prev.png) no-repeat center;
	float:left;
}
.casert .owl-controls .owl-buttons .owl-next{
	width:45px;
	height:100%;
	background:url(../images/next.png) no-repeat center;
	float:right;
}
/* team
-------------------------------------------------------------- */
.team{
	width:100%;
	height:900px;
	overflow:hidden;
	background:url(../images/teambg.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	}
.team .teamen{
	font-size:136px;
	color:#d6dce1;
	font-family:Arial, Helvetica, sans-serif;
	line-height:136px;
	position:absolute;
	right:-9%;
	top:373px;
	transform: rotate(90deg);
	text-transform:uppercase;
	font-weight:bold;
	}
.teamnr{
	position:relative;
}
.team .teamtit{
	overflow:hidden;
	position:absolute;
	left:12%;
	top:184px;
}
.team .teamtit h3{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#39a5ba;
	line-height:35px;
	margin-bottom:16px;
}
.team .teamtit h3 a{
	font-size:25px;
	color:#39a5ba;
}
.team .teamtit p{
	width:100%;
	overflow:hidden;
	font-size:52px;
	color:#bababa;
	line-height:52px;
	font-family:Arial;
	text-transform:uppercase;
}
.team .teamtit hr{
	width:68px;
	border:none;
	border-bottom:solid 2px #cfcfcf;
	margin-top:68px;
}
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider {
  position: relative;
  width: 9999px;
}
.slider:before,
.slider:after {
  display: table;
  content: ' ';
}
.slider:after {
  clear: both;
}
.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 900px;
}
.slider__item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin:auto;
}
.slider__switch span {
  color: #fff;
  display: block;
  width: 9px;
  height: 17px;
}
/* Arrows */
.slider__switch {
  position: absolute;
  bottom:238px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
	z-index:100;
}
.slider__switch--prev {
  left: 522px;
  background:url(../images/prev4.png) no-repeat;
}
.slider__switch--prev:hover{
  background:url(../images/prevh4.png) no-repeat;
}
.slider__switch--next {
  left: 566px;
  background:url(../images/next4.png) no-repeat;
}
.slider__switch--next:hover{
  background:url(../images/nexth4.png) no-repeat;
}

.slider__switch:hover {
  opacity: .85;
}
.slider__switch[disabled] {
  
}
.slider__caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  max-width: 500px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  box-shadow: 0 0 20px 10px rgba(0,0,0,.4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}
.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}
.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 214px;
  left: 0;

  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 99;
  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
  display: inline-block;
  width: 208px;
  height: 2px;
  -webkit-transition: background .5s ease;
     -moz-transition: background .5s ease;
       -o-transition: background .5s ease;
          transition: background .5s ease;
  background: #e5e5e5;
}

.slider-nav__control.is-active {
  background: #3fa8bc;
}
.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}
@media (max-width: 580px) {
  .slider__switch {
    display: none;
  }
  .slider__caption {
    display: none;
  }
}
.preview {
	text-align: center;
	position: absolute;
    bottom: 65px;
    left: 0;
}
.preview a {
	float:left;
  margin: 5px;
}
.preview img {
  display: block;
  width: 86px;
  height: auto;
  border-radius:50%;
}
.teamnr .active {
  border: 3px solid #39a5ba;
  border-radius:50%;
}
.teamlist{
	width:100%;
	overflow:hidden;
	padding: 0 40% 0 30%;
	margin-top:178px;
	position:relative;
	z-index:2;
}
.teamlist h4{
	overflow:hidden;
	float:left;
	font-size:55px;
	color:#333333;
	line-height:65px;
}
.teamlist .teamjs{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#39a5ba;
	line-height:30px;
	margin-top:13px;
}
.teamlist .teamms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#696c6e;
	line-height:30px;
	font-weight:normal;
	border-top:solid 1px #d9dbdd;
	padding-top:16px;
	margin-top:20px;
	}
.teammore{
	font-size:16px;
	color:#254fc2;
	width:180px;
	height:48px;
	border:solid 2px #254fc2;
	text-align:center;
	line-height:48px;
	border-radius:25px;
	margin-top:54px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.teammore:hover{
	background:#254fc2;
	color:#fff;
}
.teamimg{
	width:45%;
	height:766px;
	overflow:hidden;
	background:url(../images/teambg1.png) no-repeat right center;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	background:url(../images/aboutbg.jpg) no-repeat right center;
	background-size:cover;
	padding-top:320px;
	padding-bottom:204px;
	position:relative;
	}
.about .aboutlf{
	overflow:hidden;
	padding:0 78px 0 0;
	}
.about .aboutlf h3{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#39a5ba;
	line-height:35px;
	margin-bottom:13px;
	}
.about .aboutlf h3 a{
	font-size:25px;
	color:#39a5ba;
}
.about .aboutlf p{
	width:100%;
	overflow:hidden;
	font-size:52px;
	color:#dddddd;
	line-height:52px;
	text-transform:uppercase;
	}
.about .aboutlf hr{
	width:86px;
	border:none;
	border-bottom:solid 2px #989898;
	margin-top:40px;
	}
.aboutlf .aboutms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6c6c6c;
	line-height:30px;
	margin-top:50px;
	}
.about .aboutrt{
	overflow:hidden;
	padding:0;
	text-align:right;
	}
.about .aboutrt img{
	max-width:100%;
	height:auto;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:86px;
	}
.ab_fl dl{
	overflow:hidden;
	padding:0;
}
.ab_fl dl:last-child{
	border-right:none;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	color:#39a5ba;
	font-size:16px;
	font-weight:normal;
	margin-top:7px;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	color:#141414;
	line-height:30px;
	font-size:16px;
}
.ab_fl dl dd .counter{
	color:#39a5ba;
	font-size:55px;
	font-family:Arial;
	line-height:55px;
	font-weight:bold;
	margin-right:8px;
	}
/* teethfl
-------------------------------------------------------------- */
.teethfl{
	width:91.5%;
	height:300px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:-150px;
	}
.teethfl .teethlist{
	width:72%;
	height:100%;
	overflow:hidden;
	padding-left:12%;
	background:#fff;
	padding-top:82px;
	border-radius:0 35px 0 0;
	position:relative;
	z-index:3;
	}
.teethfl .teethlist dl{
	width:20%;
	overflow:hidden;
	float:left;
	}
.teethfl .teethlist dl dt,.teethfl .teethlist dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.teethfl .teethlist dl dt{
	height:81px;
	}
.teethlist dl dd{
	font-size:16px;
	color:#000;
	line-height:30px;
	margin-top:18px;
	}
.teethfl .teethmore{
	background:#39a5ba;
	border-radius:0 0 35px 0;
	left:-30px;
	z-index:2;
	}
.teethfl .teethlxfs{
	background:rgba(23,76,206,0.9);
	border-radius:0 35px 35px 0;
	left:-60px;
	z-index:1;
	}
.teethfl .teethmore,.teethfl .teethlxfs{
	width:14%;
	height:100%;
	overflow:hidden;
	padding-top:95px;
	position:relative;
	}
.teethfl .teethmore .teethimg,.teethfl .teethlxfs .teethimg,.teethfl .teethmore p,.teethfl .teethlxfs p{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding-left:30px;
	}
.teethfl .teethmore p,.teethfl .teethlxfs p{
	font-size:16px;
	line-height:30px;
	color:#fff;
	margin-top:22px;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#dfe6ee;
	padding-top:82px;
	padding-bottom:138px;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	}
.newstit .newstitlf,.newstit .newstitrt{
	padding:0;
	overflow:hidden;
	}
.newstit .newstitlf h3{
	width: 100%;
    overflow: hidden;
    font-size: 25px;
    color: #39a5ba;
    line-height: 35px;
    margin-bottom: 13px;
	}
.newstit .newstitlf h3 a{
    font-size: 25px;
    color: #39a5ba;
	}
.newstit .newstitlf p{
	width: 100%;
    overflow: hidden;
    font-size: 52px;
    color: #333333;
    line-height: 52px;
    text-transform: uppercase;
	}
.newstit .newstitlf hr {
    width: 68px;
    border: none;
    border-bottom: solid 2px #989898;
    margin-top: 40px;
}
.newstit .newstitrt{
	text-align:right;
	}
.newstit .newstitrt ul{
	overflow:hidden;
	display:inline-block;
	}
.newstit .newstitrt ul li{
	overflow:hidden;
	float:left;
	margin-left:62px;
	}
.newstit .newstitrt ul li h4{
	overflow:hidden;
	font-size:16px;
	line-height:25px;
	color:#2c2e30;
	text-align:left;
	padding-top:12px;
	position:relative;
	}
.newstit .newstitrt ul li h4:before{
	content:"";
	width:0;
	height:2px;
	background:#3ea7bc;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.newstit .newstitrt ul li p{
	overflow:hidden;
	font-family:Arial;
	font-size:12px;
	color:#aaafb5;
	text-align:left;
	line-height:20px;
	}
.newstit .newstitrt ul li:hover h4:before{
	width:34px;
	}
.newslist{
	width:100%;
	overflow:hidden;
	}
.newslist ul li{
	width:21%;
	float:left;
	height:507px;
	background:#fff;
	padding-top:46px;
	border-radius:30px;
	    box-shadow: 9px 0px 20px rgba(194,201,209,0.35);
    -moz-box-shadow: 9px 0px 20px rgba(194,201,209,0.35);
    -webkit-box-shadow: 9px 0px 20px rgba(194,201,209,0.35);
	position:relative;
	}
.newslist ul li:nth-child(2n+1){
	margin:80px 2% 30px 2%;
	}
.newslist ul li:nth-child(2n){
	margin:0 2% 30px 2%;
	}
.newslist ul li .newsimg{
	display:none;
	border-radius:30px 30px 0 0;
	height:300px;
	position:relative;
	}
.newslist ul li .newsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
	width:auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslist ul li .newsimg,.newslist ul li h4,.newslist ul li p,.newslist ul li .newsday,.newslist ul li .newsyear{
	width:100%;
	overflow:hidden;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newslist ul li h4,.newslist ul li p,.newslist ul li .newsday,.newslist ul li .newsyear{
	padding:0 32px;
	}
.newslist ul li h4{
	font-size:20px;
	color:#333434;
	line-height:30px;
	text-align:center;
	margin-top:36px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newslist ul li hr{
	width:28px;
	height:2px;
	border:none;
	border-bottom:solid 2px #3fa8bc;
	margin:17px auto 0;
	}
.newslist ul li p{
	font-size:15px;
	color:#8b8b8b;
	line-height:26px;
	margin-top:25px;
	}
.newslist ul li .newsday{
	font-size:55px;
	color:#333434;
	font-family:Arial;
	line-height:55px;
	text-align:center;
	margin-top:48px;
	}
.newslist ul li .newsyear{
	font-size:16px;
	color:#333434;
	font-family:Arial;
	text-align:center;
	}
.newslist ul li .newsmore{
	width:46px;
	height:46px;
	border-radius:50%;
	background:#39a5ba url(../images/icon9.png) no-repeat center;
	position:absolute;
	bottom:-23px;
	left:50%;
	margin-left:-23px;
	}
.newslist ul li:hover{
	padding-top:0;
	}
.newslist ul li:hover .newsimg{
	display:block;
	}
.newslist ul li:hover .newsday,.newslist ul li:hover .newsyear,.newslist ul li:hover hr,.newslist ul li .newsmore{
	display:none;
	}
.newslist ul li:hover h4{
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newslist ul li:hover p{
	margin-top:13px;
	}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:url(../images/ysbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:145px;
	}
.ysnr{
	position:relative;
	}
.ysnr .ysimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.ysnr ul{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:40px;
	padding:0 10%;
	}
.ysnr ul li{
	width:50%;
	overflow:hidden;
	}
.ysnr ul li:nth-child(2n){
	float:left;
	}
.ysnr ul li:nth-child(2n+1){
	float:right;
	}
.ysnr ul li h3{
	width:165px;
	height:50px;
	overflow:hidden;
	font-size:25px;
	background:#fff;
	text-align:center;
	line-height:50px;
	color:#39a5ba;
	margin-bottom:13px;
	}
.ysnr ul li p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	font-weight:bold;
	}
.ysnr ul li:nth-child(2n) h3{
	border-radius:0 25px 25px 0;
	}
.ysnr ul li:nth-child(2n+1) h3{
	border-radius:25px 0 0 25px;
	float:right;
	}
.ysnr ul li:nth-child(2n+1) p{
	text-align:right;
	}
.ysnr ul li:nth-child(1),.ysnr ul li:nth-child(2){
	margin-bottom:155px;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#535353;
	}
.linknr{
	border-bottom:solid 1px #707070;
	line-height:40px;
	font-size:16px;
	color:#fff;
	padding:36px 0;
	}
.linknr img{
	margin-right:13px;
}
.link a{
	margin-right:10px;
	color:#fff;
	font-size:16px;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#535353;
	padding-top:63px;
}
.footer .blogo{
	width:34%;
	overflow:hidden;
	padding-right:20px;
	}
.footer .blogo p{
	width:100%;
	overflow:hidden;
	margin-bottom:42px;
	}
.footer .blogo img{
	max-width:100%;
	height:auto;
	}
.footer .bnav{
	width:50%;
	overflow:hidden;
}
.footer .bnav ul{
	width:100%;
	overflow:hidden;
	}
.footer .bnav ul li{
	overflow:hidden;
	padding:0 5px 0 0;
	}
.footer .bnav ul li h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin:0 0 41px 0;
	font-weight:normal;
	}
.footer .bnav ul li h5 a{
	font-size:18px;
	color:#fff;
	font-weight: bold;
	}
.footer .bnav ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:34px;
	color:rgba(255,255,255,0.5);
	margin-top:7px;
	}
.footer .bnav ul li p a{
	font-size:16px;
	color:rgba(255,255,255,0.5);
	}
.footer .bewm{
	width:16%;
	overflow:hidden;
}
.footer .bewm dl{
	overflow:hidden;
	float:right;
}
.footer .bewm dl dt,.footer .bewm dl dd{
	overflow:hidden;
	text-align:center;
}
.footer .bewm dl dd{
	font-size:15px;
	color:#fff;
	line-height:30px;
	margin-top:10px;
}
.bot{
	width:100%;
	overflow:hidden;
	background:#535353;
	padding:27px 0;
	margin-top:50px;
	border-top: solid 1px #707070;
	}
.botnr{
	padding:0;
	color:rgba(255,255,255,0.3);
	font-size:15px;
	line-height:30px;
	}
.botnr a{
	color:rgba(255,255,255,0.3);
	font-size:15px;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	}
.bot .botrt{
	text-align:right;
	}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:700px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
.line{
	width:1px;
	height:76px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-0.5px;
	bottom:28.5%;
	display:none;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	 .banner_n{
		 height:933px;
	 }
 }
@media(max-width:1680px) {
	.banner_n{
		height:613px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:496px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:467px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:420px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:373px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:361px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:280px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:233px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	border-bottom:solid 1px #e6e6e6;
}
.position .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:28px 0 28px 41px;
	background:url(../images/icon10.png) no-repeat left center;
	}
.position .positionrt a{
	font-size:16px;
	color:#343434;
	}
.position a:hover {
	color: #c31f29;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:86px;
	margin-right:52px;
	text-align:center;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#6ed6da;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li a:hover,.nmenu ul li.active a{
	color:#6ed6da;
	}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{
	width:100%;
	}
/* ntit

-------------------------------------------------------------- */
.ntit {
	width:100%;
	overflow:hidden;
}
.ntit h3 {
	width:100%;
	overflow: hidden;
	font-size: 40px;
	color: #112010;
	line-height:45px;
	text-align:center;
	font-weight:normal;
}
.ntit h3 a {
	font-size: 40px;
	color: #112010;
}
.ntit hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #6ed6da;
	margin:18px auto 0;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:100px;
	margin-bottom:100px;
	font-size:16px;
	line-height:30px;
	color:#585858;
	}
.nabout p{
	font-size:16px;
	line-height:30px;
	color:#585858;
}
.nabout .naboutlf,.nabout .naboutrt{
	overflow:hidden;
}
.nabout .naboutlf{
	padding:0 100px 0 0;
	}
.nabout .naboutrt{
	padding:33px 0 0 0;
	}
.naboutrt .nabouten{
	width:100%;
	overflow:hidden;
	font-size:16px;
	font-family:Arial;
	color:#8d8d8d;
	line-height:30px;
	text-transform:uppercase;
	}
.naboutrt h3{
	width:100%;
	overflow:hidden;
	color:#343434;
	font-size:45px;
	line-height:55px;
	font-weight:normal;
	}
.naboutrt .naboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#585858;
	margin-top:66px;
	}
.naboutrt .naboutnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#585858;
	}
.naboutlf img{
	max-width:100%;
	height:auto;
	}
/* nys
-------------------------------------------------------------- */
.nys{
	margin-top:100px;
}
.nys h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:45px;
	line-height:55px;
	color:#343434;
	font-weight:normal;
	}
.nys .nysen{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	font-family:Arial;
	color:#8d8d8d;
	line-height:30px;
	text-transform:uppercase;
	}
.nysnr{
	width:100%;
	overflow:hidden;
	padding-bottom:160px;
	padding-top:118px;
	position:relative;
	}
.nysnr ul{
	width:100%;
	overflow:hidden;
	}
.nysnr ul li{
	width:50%;
	overflow:hidden;
	}
.nysnr ul li:nth-child(2n){
	float:left;
	}
.nysnr ul li:nth-child(2n+1){
	float:right;
	}
.nysnr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#414141;
	line-height:42px;
	margin-bottom:26px;
	}
.nysnr ul li p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#8a8a8a;
	line-height:30px;
	}
.nysnr .nysimg{
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-351px;
	bottom:0;
	z-index:-1;
	}
.nysnr ul li:nth-child(2n+1) h4,.nysnr ul li:nth-child(2n+1) p{
	text-align:right;
	}
.nysnr ul li:nth-child(3),.nysnr ul li:nth-child(4){
	margin-top:172px;
	}
/* nyywh
-------------------------------------------------------------- */
.nyywh{
	width:100%;
	overflow:hidden;
	padding-bottom:150px;
	margin-top:139px;
	}
.nyywh h3{
	width:100%;
	overflow:hidden;
	text-align: center;
    font-size: 45px;
    line-height: 55px;
    color: #343434;
    font-weight: normal;
	}
.nyywh .nyywhen{
	width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-family: Arial;
    color: #8d8d8d;
    line-height: 30px;
    text-transform: uppercase;
	}
.nyywhnr .owl-carousel-nqywh{
	width: 100%;
    overflow: hidden;
	}
.nyywhlist{
	padding:0;
	position:relative;
	margin-top:42px;
	}
.nyywhnr .owl-carousel-nqywh{
	width:100%;
	overflow:hidden;
	}
.nyywhnr .owl-carousel-nqywh .nqywhlist,.nyywhnr .owl-carousel-nqywh .nqywhlist h4,.nyywhnr .owl-carousel-nqywh .nqywhlist p{
	width:100%;
	overflow:hidden;
	}
.nyywhnr .owl-carousel-nqywh .nqywhlist{
	height:478px;
	box-shadow: 0px 0px 20px rgba(4,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px rgba(4,0,0,0.15);
    -webkit-box-shadow: 0px 0px 20px rgba(4,0,0,0.15);
	padding:70px 38px 0 38px;
	position:relative;
	}
.nyywhnr .owl-carousel-nqywh .nqywhlist h4{
	font-size:25px;
	color:#1f1f1f;
	line-height:35px;
	font-weight:normal;
	margin-bottom:22px;
	}
.nyywhnr .owl-carousel-nqywh .nqywhlist p{
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.nyywhnr .owl-carousel .owl-item{
	padding:20px 17px;
	}
.nyywhnr .owl-carousel-nqywh .nqywhlist .nqywhicon{
	position:absolute;
	left:0;
	bottom:40px;
	padding:0 38px;
	}
.nqywhlist .nqywhicon .nqywhimg{
	display:none;
	}
.nqywhlist:hover{
	background:#39a5ba;
	}
.nqywhlist:hover .nqywhicon .nqywhimg{
	display:block;
	}
.nqywhlist:hover .nqywhicon .nqywimg{
	display:none;
	}
.nyywhnr .owl-carousel-nqywh .nqywhlist:hover h4,.nyywhnr .owl-carousel-nqywh .nqywhlist:hover p{
	color:#fff;
	}
.nyywhnr .owl-controls .owl-buttons .owl-number,.nyywhnr .owl-controls .owl-pagination{
	display:none;
	}
.nyywhnr .owl-controls .owl-buttons .owl-prev,.nyywhnr .owl-controls .owl-buttons .owl-next{
	width:21px;
	height:39px;
	position:absolute;
	top:50%;
	margin-top:-19.5px
	}
.nyywhnr .owl-controls .owl-buttons .owl-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:-78px;
	}
.nyywhnr .owl-controls .owl-buttons .owl-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.nyywhnr .owl-controls .owl-buttons .owl-next{
	background:url(../images/next2.png) no-repeat center;
	right:-78px;
	}
.nyywhnr .owl-controls .owl-buttons .owl-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	}
/* history
-------------------------------------------------------------- */
.history {
	width:100%;
	overflow:hidden;
    background:#f8f8f8;
	padding-top:108px;
	padding-bottom:110px;
}
.historytit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	line-height:55px;
	color:#333333;
	font-weight:normal;
}
.historytit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#898989;
	line-height:30px;
	font-size:16px;
	margin-top:3px;
	}
.history-tab {
  position: relative;
  z-index: 2;
  margin-top: 79px;
}
.history-tab:before {
  position: absolute;
  left: 0;
  top: 66px;
  content: "";
  width: 100%;
  height: 1px;
  background: #999999;
  opacity: 0.6;
  z-index: -1;
}
.history-wrap {
  position: relative;
}
.history-numble {
  position: relative;
  width: 75px;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
}
.history-numble:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 10px;
  content: "";
  width: 100%;
  height: 3px;
  background: #999999;
}
.history-numble span {
  display: block;
  text-align: center;
  color: #999999;
  font-size: 12px;
  font-family: "Gilroy";
  line-height: 1;
}
.history-numble span:first-child {
  margin-bottom: 62px;
}
.history-year {
  margin-top: 37px;
  display: flex;
}
.year-slide {
  display: flex;
  justify-content: space-between;
}
.year-slide.swiper-slide-active p {
  opacity: 1;
  transform: scale(1);
}
.year-slide.swiper-slide-active .history-info {
  opacity: 1;
  visibility: visible;
}
.year-slide p {
  color: #333333;
  font-size: 5.3125vw;
  line-height: 1;
  font-family: "Gilroy";
  transition: 0.5s;
}
.history-info {
  width: 54.91%;
  padding-top: 18px;
  transition: 0.5s;
}
.history-info span {
  display: block;
  color: #666666;
  font-size: 16px;
}
.history-swiper {
  display: flex;
  overflow: hidden;
}
.history-slide {
  width: 20%;
  text-align: center;
  cursor: pointer;
}
.history-slide:hover time {
  color: #6ed6da;
}
.history-slide:hover b:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  background: rgba(31, 144, 208, 0.33);
}
.history-slide:hover b i {
  border-color: #6ed6da;
}
.history-slide:hover b i:before {
  background: #6ed6da;
}
.history-slide time {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #999999;
  font-size: 22px;
  font-family: "Gilroy";
  transition: 0.35s;
}
.history-slide p {
  margin: auto;
  margin-top: 20px;
  color: #333333;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
.history-slide b {
  display: block;
  position: relative;
  z-index: 3;
  margin: auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  transition: 0.35s;
}
.history-slide b:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(191, 191, 191, 0.33);
  transition: 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.history-slide b i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  transition: 0.3s;
}
.history-slide b i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BFBFBF;
  transition: 0.3s;
}
.history-btns {
  position: absolute;
  left: -70px;
  right: -70px;
  height: 0px;
  top: 42px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
.history-btns span {
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #DCDCDC;
  border-radius: 50%;
  color: #999999;
  font-size: 16px;
  cursor: pointer;
  transition: 0.45s;
}
.history-btns span.prev {
  left: 0;
}
.history-btns span.next {
  right: 0;
}
.history-btns span:hover {
  background: #6ed6da;
  color: #fff;
}
.history-btns span:last-child {
  margin-bottom: 0;
}
/* nfwxm
-------------------------------------------------------------- */
.bg{
	background:#f6f6f6;
	}
.nfwxm .nfwxmnr{
	margin-top:46px;
	margin-bottom:60px;
	}
.nfwxm .nfwxmnr,.nfwxmnr ul{
	width:100%;
	overflow:hidden;
	}
.nfwxmnr ul li{
	width:23%;
	height:280px;
	overflow:hidden;
	float:left;
	margin:34px 1%;
	background:#fff url(../images/icon15.png) no-repeat left bottom;
	padding-top:74px;
	border-radius:15px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.nfwxmnr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#000;
	line-height:42px;
	text-align:center;
	}
.nfwxmnr ul li p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#9e9e9e;
	font-family:Arial;
	line-height:30px;
	text-align:center;
	margin-top:4px;
	}
.nfwxmnr ul li .nfwxmmore{
	width:50px;
	height:50px;
	border-radius:50%;
	background:#39a5ba url(../images/icon16.png) no-repeat center;
	margin:39px auto 0;
	}
.nfwxmnr ul li:hover{
	background:#39a5ba;
	}
.nfwxmnr ul li:hover h4,.nfwxmnr ul li:hover p{
	color:#fff;
	}
.nfwxmnr ul li:hover .nfwxmmore{
	background:#fff url(../images/iconh16.png) no-repeat center;
	}
	/* nteam
-------------------------------------------------------------- */
.nteam{
	margin-top:38px;
	}
.nteam dl{
	padding:0;
	height:570px;
	margin:180px 0 82px 0;
	}
.nteam dl dt{
	width:61%;
	height:100%;
	overflow:hidden;
	background:#fff;
	padding:50px 86px 0 86px;
	}
.nteam dl dt h4{
	overflow:hidden;
	float:left;
	color:#333333;
	font-size:55px;
	line-height:65px;
	}
.zw{
	overflow:hidden;
	width:108px;
	height:35px;
	text-align:center;
	float:left;
	line-height:35px;
	border:solid 1px #b4b4b4;
	border-radius:5px;
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-top:25px;
	margin-left:25px;
	}
.nteam dl dd{
	width:39%;
	height:100%;
	background:url(../images/nteambg.jpg) no-repeat top center;
	background-size:cover;
	text-align:center;
	position:relative;
	}
.nteam dl dd img{
	max-width:100%;
	height:auto;
	position:absolute;
	left:60px;
	bottom:0;
	}
.nteam dl:nth-child(2n) dt{
	float:right;
	}
.nteam dl:nth-child(2n) dd{
	float:left;
	}
.nteam dl:nth-child(2n+1) dt{
	float:left;
	}
.nteam dl:nth-child(2n+1) dd{
	float:right;
	}
.nteamjs{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#39a5ba;
	line-height:30px;
	font-weight:normal;
	margin-top:14px;
	}
.nteamms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#747474;
	line-height:30px;
	font-weight:normal;
	border-top:solid 1px #e2e2e2;
	padding-top:16px;
	margin-top:20px;
	}
.nteamms p{
	font-size:15px;
	color:#747474;
	line-height:30px;
}
/* nkyhz
-------------------------------------------------------------- */
.nkyhz{
	margin-top:60px;
	margin-bottom:60px;
	}
.nkyhz dl{
	width:100%;
	overflow:hidden;
	padding:44px 0;
	border-bottom:solid 1px #e2e2e2;
	}
.nkyhz dl dt{
	width:17%;
	overflow:hidden;
	float:left;
	}
.nkyhz dl dd{
	width:83%;
	overflow:hidden;
	float:left;
	}
.nkyhz dl dd .nkyhzlf{
	width:70%;
	overflow:hidden;
	padding-left:58px;
	}
.nkyhz dl dd .nkyhzrt{
	width:12%;
	overflow:hidden;
	border-left:solid 1px #d2d2d2;
	padding-top:20px;
	padding-left:5%;
	}
.nkyhzlf h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#1e1e1e;
	font-weight:bold;
	margin:20px 0 0;
	}
.nkyhzlf .nkyhzms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#939393;
	margin-top:22px;
	}
.nkyhz dl dd .nkyhzrt span{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#b1b1b1;
	display:block;
	line-height:35px;
	}
.nkyhz dl dd .nkyhzrt i{
	width:100%;
	overflow:hidden;
	display:block;
	margin-top:30px;
	}
.nkyhz dl:hover dd .nkyhzlf h4{
	color:#0f3579;
	}
.nkyhz h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#343434;
	line-height:30px;
	font-weight:bold;
	border-bottom:solid 1px #e2e2e2;
	padding-bottom:40px;
	}
.nkyhz .fbnr{
	width:100%;
	overflow:hidden;
	color:#585858;
	font-size:16px;
	line-height:30px;
	margin-top:45px;
	}
.nkyhz .fbnr p{
	overflow:hidden;
	color:#585858;
	font-size:16px;
	line-height:30px;
	}
.nkyhz .fbnr img{
	max-width:100%;
	height:auto;
	}
/* nrcln
-------------------------------------------------------------- */
.nrcln{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.nrcln p{
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#333;
	}
/* ncc
-------------------------------------------------------------- */
.ncc{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.ncc .nccul{
	width:100%;
	overflow:hidden;
	}
.ncc .nccul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	}
.nccul li img{
	max-width:100%;
	height:auto;
	}
/* nhzhb
-------------------------------------------------------------- */
.nhzhb{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.nhzhbul{
	width:100%;
	overflow:hidden;
	}
.nhzhbul li{
	width:14.66666%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border:solid 1px #ccc;
	}
.nhzhbul li img{
	max-width:100%;
	height:auto;
	}

/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:60px;
	}
.npro dl{
	padding:0 10px;
	margin:30px 0;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	height:284px;
	position:relative;
}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dd{
	width:100%;
	overflow:hidden;
	border-bottom:solid 2px #dddddd;
	padding-bottom:30px;
	}
.npro dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#000;
	margin-top:30px;
	}
.npro dl dd p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:13px;
	color:#b8b8b8;
	line-height:20px;
	margin-top:4px;
	}
.npro dl dd:after{
	content:"";
	width:0;
	height:2px;
	background:#6ed6da;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.npro dl:hover dd h4{
	color:#6ed6da;
	font-weight:bold;
	}
.npro dl:hover dd:after{
	width:100%;
	}
.npro_tit{
	width:100%;
	overflow:hidden;
	text-transform:uppercase;
	font-size:46px;
	font-weight:bold;
	color:#f8f8f8;
	font-family:Arial;
	line-height:56px;
	text-align:center;
	position:relative;
}
.npro_tit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	position:absolute;
	text-align:center;
	color:#39a5ba;
	left:0;
	bottom:0;
}
.nprolist{
	margin-top:40px;
	margin-bottom:40px;
}
.nprolist,.nprolist ul{
	width:100%;
	overflow:hidden;
}
.nprolist ul li{
	overflow:hidden;
	padding:0 2px;
	margin-bottom:4px;
}
.nprolist ul li p{
    color: #fff;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 100%;
    background-color: #39a5ba;
    font-size: 16px;
}
.nprolist ul li:nth-child(even) p {
    background-color: #47c0d7;
}
.npro .nproimg{
	overflow:hidden;
	padding:0;
	text-align:center;
	}
.npro .nproimg img{
	max-width:100%;
	height:auto;
	}
.npro .nprojs{
	overflow:hidden;
	padding:0 40px 0 0;
}
.npro_lxbtn{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.npro_lxbtn a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#6ed6da;
	}
.npro .nprojs h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#1f1f1f;
	line-height:40px;
	font-weight:normal;
	border-bottom:solid 1px #eaeaea;
	padding-bottom:24px;
}
.npro .nprojs .nproms{
	width:100%;
	overflow:hidden;
	margin-top:34px;
	}
.npro .nprojs .nproms p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#737373;
	}
.npro,.npro p{
	font-size:16px;
	line-height:30px;
}
.nprotd{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nprotd .tit h3,.nprogg .tit h3{
	font-size:30px;
	}
.nprotd .tit hr,.nprogg .tit hr{
	margin:18px auto 0;
	}
.nprotdnr{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	margin-top:48px;
	}
.nprotdlist{
	padding:62px 0;
	}
.nprotdlist p{
	overflow:hidden;
	font-size:16px;
	color:#545454;
	line-height:30px;
	}
.nprogg{
	margin-top:82px;
	}
.nprogg .nproggnr{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	font-size:16px;
	line-height:30px;
	}
.nprogg .nproggnr p{
	font-size:16px;
	line-height:30px;
}
.nprogg .nproggnr table{
	width:100%;
}
.nprogg .nproggnr table tr,.nprogg .nproggnr table tr td{
	border:solid 1px #e1e1e1 !important;
	font-size:16px !important;
	line-height:30px !important;
	color:#343434 !important;
}
.nprogg .nproggnr table tr td{
	padding:10px 5px;
	text-align:center;
}
.nprogg .nproggnr table tr:first-child{
	background:#f6f6f6;
}
.nprosyfw{
	width:100%;
	overflow:hidden;
	}

.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.mar{
	margin-bottom:60px;
}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:60px;
	margin-bottom:60px;
	}
.nnews .nnewsnr{
	width:100%;
	overflow:hidden;
	}
/* nnews
-------------------------------------------------------------- */
.nnewsnrlist{
	margin-bottom:30px;
	padding-bottom:30px;
	width:31.333333%;
	float:left;
	border-radius: 12px;
	overflow:hidden;
	margin:1%;
	background:#f5f5f5;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
}
.nnewsnrlist .newsimg{
	width:100%;
	background:#f5f5f5;
	height:338px;
	position:relative;
	overflow:hidden;
	border-radius: 0px 0px 12px 12px;
}
.nnewsnrlist .newsimg img{
	max-width:100%;
	height:auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nnewsnrlist:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nnewsnrlist .newscon{
	width:90%;
	margin:0px auto;
	padding:30px 0px 0px;
	overflow:hidden;
}
.nnewsnrlist .newsbt a{
	font-size:18px;
	color:#6ed6da;
	line-height:35px;
	margin-bottom:4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-weight:bold;
}
.nnewsnrlist .newsdate{
	width:20%;
	margin:5px 0;
}
.nnewsnrlist .newsnr{
	width:80%;
	margin:0px auto;
}
.newsbt{ 
	width: 100%;
    overflow: hidden;
	color:#6ed6da;
	font-size:18px;
	font-weight:bold;
	line-height:35px;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.nnewsnrlist .newsdate p{
	font-size:45px;
	font-family:Arial;
	font-weight:normal;
	color:#6ed6da;
	line-height: 50px;
	text-align:center;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
	}
.nnewsnrlist .newsdate span{
	font-size:14px;
	font-family:Arial;
	display:block;
	color:#6ed6da;
	text-align:center;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
	}
.nnewsnrlist .newsms{
	color:rgba(0,0,0,0.9);
	line-height:26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height:52px;
	font-size:14px;
	margin-bottom:10px;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
}
.nnewsnr a:hover .nnewsnrlist .newsimg{ background:#6ed6da;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .nnewsnrlist{ background:#6ed6da;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .newsdate p{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .newsdate span{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .newsbt{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .newsms{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnrlist .nnewsmore a{
	font-size:14px;
	color:#000;
	
}
.nnewsnrlist .nnewsmore a:active,
.nnewsnrlist .nnewsmore a:visited,
.nnewsnrlist .newsbt a:active,
.nnewsnrlist .newsbt a:visited{
	color:#6ed6da;
	font-weight:bold;
}
.nnewsnrlist .nnewsmore a:hover,
.nnewsnrlist .newsbt a:hover{
	color:#fff;
}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 20px;
	line-height:30px;
    color: #343434;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	}
/* ncase
-------------------------------------------------------------- */
.ncase {
	margin-top: 45px;
	margin-bottom: 45px;
}
.ncase .ncasenr {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.ncase .ncasenr dl {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 37.5px;
}
.ncase .ncasenr dl {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 37.5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ncase .ncasenrr dl dt, .ncase .ncasenr dl dd {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ncase .ncasenr dl dd {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 12px 0;
	background: #ebebeb;
}
.ncase .ncasenr dl:nth-child(3n) {
	margin-right: 0;
}
.poptrox-popup{
	overflow:visible !important;
}
	/* njob
-------------------------------------------------------------- */
.njob{
	margin-top:60px;
	margin-bottom:60px;
}
#accordion .panel{
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 30px;
}
#accordion .panel-heading{
	padding: 0;
	border-radius: 0;
	border: none;
	text-align: center;
}
#accordion .panel-title a{
	display: block;
	padding: 30px 118px 40px 48px;
	text-align:left;
  height:110px;
  background: -webkit-linear-gradient(left, #041e77 , #1a43d0); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #041e77 , #1a43d0); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #041e77 , #1a43d0); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #041e77 , #1a43d0); /* 标准的语法 */
  font-size:28px;
  color:#fff;
  font-weight:normal;
  line-height:40px;
	position: relative;
	transition: all 0.5s ease 0s;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
	content: "";
	width:70px;
	height:70px;
	border-radius:50%;
	border:solid 8px rgba(255,255,255,0.3);
	position: absolute;
	top: 20px;
	right:48px;
	transform: rotate(90deg);
	transition: all 0.5s ease 0s;
	background:url(../images/icon53.png) no-repeat center;
}
#accordion .panel-title a.collapsed:after{
	transform: rotate(0deg);
}
#accordion .panel-body{
	background: #fff;
	border: solid 1px #bfbfbf;
	padding: 30px 48px;
    font-size: 20px;
    line-height: 30px;
    color: #363636;
	position: relative;
}
#accordion .panel-body img{
	max-width:100%;
	height:auto;
}
#accordion .panel-body p{
    font-size: 20px;
    line-height: 30px;
    color: #363636;
}
#accordion .panel-collapse .panel-body p{
	opacity: 0;
	transform: scale(0.9);
	transition: all 0.5s ease-in-out 0s;
}
#accordion .panel-collapse.in .panel-body p{
	opacity: 1;
	transform: scale(1);
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:18px;
	color:#333;
	line-height:35px;
	padding:40px 0 0 0;
	margin-top:28px;
	}
.ncontact .ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.newm{
	width:20%;
	overflow:hidden;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
	border: solid 1px #ccc;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
.ncontact .ncontactnr p,.ncontact .ncontactnr .ncontactlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.ncontact .ncontactnr p a{
	font-size:16px;
	color:#333;
	}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:60px;
	margin-bottom:60px;
}
.nmessage h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#343434;
	line-height:45px;
	text-align:center;
	font-weight:normal;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon17.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon18.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon19.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #6ed6da;
    color: #fff;
	text-align:center;
	font-size:16px;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp,.news-exp2{
	width:100%;
	overflow: hidden;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
	line-height:30px;
}

.news-exp .news-explf i{
	width:40px;
	height:40px;
	background:url(../images/icon23.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:left;
	margin-right:22px;
}
.news-exp .news-exprt i{
	width:40px;
	height:40px;
	background:url(../images/icon24.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:right;
	margin-left:22px;
}
.news-exp .news-explf a,.news-exp .news-exprt a {
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp .news-explf a:hover,.news-exp .news-exprt a:hover{
	color:#6ed6da;
	text-decoration:none;
}
.news-exp2{
	line-height:30px;
	font-size:16px;
	color:#343434;
	margin-top:40px;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color: #6ed6da;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.tel,.topewm{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:14px;float:right;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}

@media only screen and (min-width: 1599px) and (max-width: 1600px) {
	 .nnewsnrlist .newsimg{
		 height:330px;
	 }
 }
 @media only screen and (min-width: 1440px) and (max-width: 1598px) {
	 .nnewsnrlist .newsimg{
		 height:297px;
	 }
 }
 @media only screen and (min-width: 1360px) and (max-width: 1439px) {
	 .nnewsnrlist .newsimg{
		 height:280px;
	 }
 }
 @media only screen and (min-width: 1280px) and (max-width: 1359px) {
	 .nnewsnrlist .newsimg{
		 height:264px;
	 }
 }
 @media only screen and (min-width: 1152px) and (max-width: 1279px) {
	 .nnewsnrlist .newsimg{
		 height:237px;
	 }
 }
 @media only screen and (min-width: 1024px) and (max-width: 1151px) {
	 .nnewsnrlist .newsimg{
		 height:324px;
	 }
 }
 @media only screen and (min-width: 992px) and (max-width: 1023px) {
	 .nnewsnrlist .newsimg{
		 height:314px;
	 }
 }
 @media only screen and (min-width: 860px) and (max-width:991px) {
	 .nnewsnrlist .newsimg{
		 height:272px;
	 }
 }
 @media only screen and (min-width: 768px) and (max-width:859px) {
	 .nnewsnrlist .newsimg{
		 height:243px;
	 }
 }
 @media only screen and (min-width: 640px) and (max-width:767px) {
	 .nnewsnrlist .newsimg{
		 height:422px;
	 }
 }
 @media only screen and (min-width: 540px) and (max-width:639px) {
	 .nnewsnrlist .newsimg{
		 height:356px;
	 }
 }
 @media only screen and (min-width: 425px) and (max-width:539px) {
	 .nnewsnrlist .newsimg{
		 height:280px;
	 }
 }
 @media only screen and (min-width: 375px) and (max-width:424px) {
	 .nnewsnrlist .newsimg{
		 height:247px;
	 }
 }
 @media only screen and (min-width: 320px) and (max-width:374px) {
	 .nnewsnrlist .newsimg{
		 height:210px;
	 }
 }
 @media only screen and (min-width: 0px) and (max-width:319px) {
	 .nnewsnrlist .newsimg{
		 height:205px;
	 }
 }

@media(max-width:1680px) {
	.team .teamtit{
		left:6%;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.nav {
		padding: 0 30px;
		margin: 22px 30px 22px 0;
	}
	.nav .menu > li {
		padding: 0 30px;
	}
	.item p.p2{
		font-size:45px;
		line-height:55px;
	}
	.item p.p4{
		font-size: 40px;
		line-height: 50px;
	}
	.nteam dl dt h4 {
		font-size: 45px;
		line-height: 55px;
	}
	.zw{
		margin-top:15px;
	}
	.team .teamen{
		right:-15%;
	}
	.teamlist h4 {
		font-size: 50px;
		line-height: 55px;
	}
	.nmenu ul li{
		margin-right:40px;
	}
	.about .aboutlf p,.team .teamtit p,.newstit .newstitlf p{
		font-size:48px;
		line-height:48px;
	}
	.newslist ul li h4, .newslist ul li p, .newslist ul li .newsday, .newslist ul li .newsyear {
		padding: 0 25px;
	}
	.newslist ul li h4{
		font-size:18px;
	}
	.nfwxmnr ul li h4{
		font-size:28px;
		line-height:38px;
	}
	.naboutrt h3,.historytit h3,.nys h3,.nyywh h3{
		font-size: 40px;
		line-height: 50px;
	}
	.nysnr ul li h4{
		font-size:30px;
	}
	.ab_fl dl dd .counter{
		font-size:50px;
		line-height:50px;
	}
	.caseen{
		font-size:60px;
		line-height:60px;
	}
}
@media(max-width:1440px) {
	.nav {
		padding: 0 20px;
		margin: 22px 20px 22px 0;
	}
	.nav .menu > li {
		padding: 0 24px;
	}
	.shubiao-index {
		bottom: 18%;
	}
	.item p.p2{
		font-size:40px;
		line-height:50px;
	}
	.item p.p4{
		font-size: 36px;
		line-height: 46px;
	}
	.item p.p3{
		font-size:26px;
		line-height:26px;
	}
	.about .aboutlf p,.team .teamtit p,.newstit .newstitlf p{
		font-size:44px;
		line-height:44px;
	}
	.teamlist h4 {
		font-size: 45px;
		line-height: 50px;
	}
	.ntit h3{
		font-size:36px;
	}
	.nteam dl dt h4 {
		font-size: 40px;
		line-height: 50px;
	}
	.zw{
		margin-top:10px;
	}
	.caseen{
		font-size:55px;
		line-height:55px;
	}
	.case .owl-carousel .owl-item dl{
		padding: 25px 30px;
	}
	.newslist ul li h4, .newslist ul li p, .newslist ul li .newsday, .newslist ul li .newsyear {
		padding: 0 20px;
	}
	.nfwxmnr ul li h4{
		font-size:24px;
		line-height:34px;
	}
	.nfwxmnr ul li p{
		font-size:16px;
	}
	.naboutrt h3,.historytit h3,.nys h3,.nyywh h3{
		font-size: 36px;
		line-height: 46px;
	}
	.nysnr ul li h4{
		font-size:28px;
	}
	.nyywhnr .owl-carousel-nqywh .nqywhlist{
		padding: 60px 28px 0 28px;
	}
	.ab_fl dl dd .counter{
		font-size:45px;
		line-height:45px;
	}
	.ysnr ul li h3{
		font-size:22px;
	}
	.ysnr .ysimg img{
		width:1020px;
	}
	.ysnr ul{
		top:30px;
	}
	.ysnr ul li:nth-child(1), .ysnr ul li:nth-child(2) {
		margin-bottom: 115px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li {
		padding: 0 20px;
	}
	.teamlist h4 {
		font-size: 40px;
	}
	.about .aboutlf p, .team .teamtit p, .newstit .newstitlf p {
		font-size: 40px;
		line-height: 40px;
	}
	.nyywhnr .owl-controls .owl-buttons .owl-prev{
		left:-50px;
	}
	.nyywhnr .owl-controls .owl-buttons .owl-next{
		right:-50px;
	}
	.nteam dl dt h4 {
		font-size: 35px;
		line-height: 45px;
	}
	.zw{
		margin-top:5px;
	}
	.nyywhnr .owl-carousel-nqywh .nqywhlist h4 {
		font-size: 22px;
	}
	.nyywhnr .owl-carousel-nqywh .nqywhlist p{
		margin-top:15px;
	}
	.about .aboutlf {
		padding: 0 60px 0 0;
	}
	.ysnr .ysimg img {
		width: 960px;
	}
	.ysnr ul {
		top: 20px;
	}
	.ysnr ul li:nth-child(1), .ysnr ul li:nth-child(2) {
		margin-bottom: 100px;
	}
}
@media(max-width:1280px) {
	.nav {
		padding: 0 10px;
		margin: 22px 10px 22px 0;
	}
	.nav .menu > li {
		padding: 0 15px;
	}
	.logo {
		padding: 22px 10px 22px 0;
	}
	.logo2 {
		padding: 26.5px 0 26.5px 10px;
	}
	.nav .menu > li {
		padding: 0 10px;
	}
	.item p.p2{
		font-size:36px;
		line-height:46px;
	}
	.item p.p4{
		font-size: 32px;
		line-height: 42px;
	}
	.caseen{
		font-size:50px;
		line-height:50px;
	}
	.case h3{
		font-size:32px;
		line-height:42px;
	}
	.team .teamen {
		right: -18%;
	}
	.about .aboutlf p, .team .teamtit p, .newstit .newstitlf p {
		font-size: 36px;
		line-height: 36px;
	}
	.teamlist h4 {
		font-size: 36px;
	}
	.nteam dl dt {
		padding: 50px 60px 0 60px;
	}
	.nteam dl dd img{
		left:30px;
	}
	.naboutrt .nabouten,.historytit p,.nys .nysen,.nyywh .nyywhen{
		font-size:14px;
	}
	.nabout .naboutlf {
		padding: 0 50px 0 0;
	}
	.naboutrt .naboutnr{
		margin-top:30px;
	}
	.nabout .naboutrt{
		padding:0;
	}
	.nysnr ul li p{
		font-size:16px;
	}
	.nysnr ul li h4 {
		font-size: 26px;
	}
	.ab_fl dl dd .counter {
		font-size: 40px;
		line-height: 40px;
	}
	.ysnr ul li p{
		font-size:16px;
	}
}
@media(max-width:1152px) {
	.nav {
		padding: 0;
	}
	.nav .menu > li a{
		font-size:15px;
	}
	.header {
		padding: 0 2%;
	}
	.caseen {
		font-size: 46px;
		line-height: 46px;
	}
	.nabout{
		margin-top:60px;
		margin-bottom:60px;
	}
	.ab_fl dl dd .counter {
		font-size: 35px;
		line-height: 35px;
	}
	.ab_fl dl dd .counter{
		margin-right:0;
	}
	.about .aboutlf {
		padding: 0 40px 0 0;
	}
	.line{
		height:60px;
	}
	.shubiao-index {
		bottom: 15%;
	}
	.ysnr .ysimg img {
		width: 810px;
	}
	.ysnr ul{
		top:0;
	}
	.ysnr ul li:nth-child(1), .ysnr ul li:nth-child(2) {
		margin-bottom: 70px;
	}
	.teamlist h4 {
		font-size: 32px;
	}
}
@media (max-width: 1151px){
	.nnewsnrlist {
		width: 48%;
	}
}
@media(max-width:1080px) {
	.nav .menu > li {
		padding: 0 7px;
	}
}
@media(max-width:1024px) {
	.line{
		bottom: 25%;
	}
	.shubiao-index {
		bottom: 11%;
	}
	.caseen {
		font-size: 42px;
		line-height: 42px;
	}
	.nyywhnr .owl-controls .owl-buttons .owl-prev{
		left:-30px;
	}
	.nyywhnr .owl-controls .owl-buttons .owl-next{
		right:-30px;
	}
}
@media(max-width:1023px) {
	.logo{
		padding:10px 10px 10px 0;
	}
	.logo img{
		height:40px;
	}
	.logo2{
		padding:12.5px 0 12.5px 10px;
	}
	.logo2 img{
		height:35px;
	}
	.logo:after{
		top:10px;
	}
}
@media(max-width:991px) {
	.header{
		height:60px;
	}
	.banner2 hr,.banner3 hr{
		margin-top:50px;
	}
	.item p.p1{
		margin-top:-100px;
	}
	.item p.p1 img{
		height:200px;
	}
	.item p.p2{
		font-size:32px;
		line-height:42px;
	}
	.item p.p3 {
		font-size: 22px;
		line-height: 22px;
	}
	.item p.p4{
		font-size: 28px;
		line-height: 38px;
	}
	.mouse {
		width: 20px;
		height: 34px;
		margin:auto;
	}
	.shubiao-index {
		bottom: 5%;
	}
	.line {
		height:40px;
		bottom: 20%;
	}
	.about .aboutlf{
		padding:0;
	}
	.ab_fl{
		margin-top:40px;
	}
	.casert .owl-buttons{
		right:0;
	}
	.teamlist{
		margin-top:100px;
	}
	.team .teamen{
		display:none;
	}
	.team .teamtit {
		position: inherit;
		top: 60px;
	}
	.teamlist {
		padding: 0;
	}
	.teamimg{
		width:100%;
		height:auto;
		position:inherit;
		margin-top:20px;
	}
	.team,.slider__item{
		height:auto;
	}
	.team .teamtit hr{
		margin-top:40px;
	}
	.npro .nproimg,.npro .nprojs{
		width:100%;
	}
	.npro .nprojs{
		padding-right:0;
	}
	.npro .nprojs h1{
		font-size:26px;
	}
	.nmenu ul li {
		margin-right: 20px;
	}
	.nmenu{
		width:100%;
	}
	.position .positionrt{
		width:100%;
		text-align:left;
	}
	.nmenu ul li{
		line-height:50px;
	}
	.position .positionrt{
		padding: 10px 0 10px 41px;
	}
	.slider__switch--next {
		left: inherit;
		right:0;
	}
	.slider__switch--prev{
		left:inherit;
		right:36px;
	}
	.slider__switch{
		bottom:20px;
	}
	.slider-nav{
		display:none;
	}
	.preview{
		display:none;
	}
	.news,.case{
		padding-top:60px;
		padding-bottom:60px;
	}
	.ysnr ul li:nth-child(2n+1) h3 {
		border-radius:0 25px 25px 0;
	}
	.ysnr ul{
		position:inherit;
		padding:0;
	}
	.ysnr ul li:nth-child(1), .ysnr ul li:nth-child(2),.ysnr ul li:nth-child(3){
		margin-bottom: 30px;
	}
	.ysnr ul li{
		width:100%;
	}
	.ysnr ul li:nth-child(2n+1) p {
		text-align: left;
	}
	.ysnr ul li:nth-child(2n+1) h3 {
		float: left;
	}
	.ysnr .ysimg{
		display:none;
	}
	.ys{
		padding-top:60px;
		padding-bottom:60px;
	}
	.history{
		padding-top:60px;
		padding-bottom:60px;
	}
	.case h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.casert .owl-carousel-case{
		width:100%;
	}
	.caself,.casert{
		width:88%;
		margin:auto;
		float:none;
		margin-top:20px;
	}
	.caself ul li{
		width:auto;
		padding-left:0;
		float:left;
		margin-right:20px;
	}
	.caself ul li:before{
		display:none;
	}
	.case .owl-carousel .owl-item{
		padding:0;
	}
	.newstit .newstitrt {
		text-align: left;
		margin-top:30px;
	}
	.newstit .newstitrt ul li{
		margin-left:0;
		margin-right:10px;
	}
	.newslist ul li{
		width:46%;
	}
	.newslist ul li:nth-child(2n+1) {
		margin: 0 2% 30px 2%;
	}
	.newslist{
		margin-top:30px;
	}
	.teethfl .teethlist dl dt,.teethfl .teethlist dl dt img{
		height: 50px;
	}
	.teethfl .teethmore .teethimg img,.teethfl .teethlxfs .teethimg img{
		height:50px;
	}
	.teethfl .teethlist{
		padding-top:100px;
	}
	.teethfl{
		display:none;
	}
	.about{
		padding-top:60px;
		padding-bottom:60px;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.newm dl{
		float:left;
		margin-top:10px;
	}
	.nteam dl {
		overflow:hidden;
		margin: 40px 0;
		height:auto;
	}
	.nteam dl dt{
		height:auto;
		padding: 50px;
	}
	.nteam dl dd{
		position:inherit;
	}
	.nteam dl dd img{
		position:inherit;
		left:0;
	}
	.ntit h3{
		font-size:30px;
		line-height:40px;
	}
	.nmessagenr dl dd textarea{
		height:200px;
	}
	.nteam dl dt,.nteam dl dd{
		width:100%;
	}
	.nfwxmnr ul li {
		width: 31.333%;
		margin: 20px 1%;
	}
	.nfwxm .nfwxmnr{
		margin-bottom:30px;
	}
	.nabout .naboutlf {
		padding: 0;
		text-align:center;
	}
	.nabout .naboutrt{
		margin-top:20px;
	}
	.naboutrt h3,.historytit h3,.nys h3,.nyywh h3{
		font-size: 32px;
		line-height: 42px;
	}
	.nysnr .nysimg {
		text-align: center;
		position: inherit;
		left: 0;
		margin-left: 0;
		margin-bottom:20px;
	}
	.nysnr ul li{
		width:100%;
	}
	.nysnr ul li:nth-child(2n+1) h4, .nysnr ul li:nth-child(2n+1) p {
		text-align: left;
	}
	.nysnr ul li,.nysnr ul li h4{
		margin-bottom:20px;
	}
	.nysnr ul li:nth-child(3), .nysnr ul li:nth-child(4){
		margin-top:0;
	}
	.nysnr .nysimg img{
		max-width:100%;
		height:auto;
	}
	.nysnr ul li h4 {
		font-size: 22px;
		line-height:35px;
	}
	.nysnr {
		padding-bottom: 0;
		padding-top: 60px;
	}
	.nyywh {
		padding-bottom: 60px;
		margin-top: 60px;
	}
	.nys{
		margin-top:60px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child{
		text-align:left;
	}
	.bot .botlf,.bot .botrt{
		text-align:center;
	}
	.footer .blogo {
		width: 100%;
		padding-right: 0;
	}
	.footer .bnav,.footer .bewm{
		width: 100%;
	}
	.footer .bewm dl{
		float:left;
		margin-top:20px;
	}
}
@media(max-width:768px) {
	
}
@media(max-width:767px) {
	.case .owl-carousel .owl-item dl {
		padding: 25px 20px;
	}
	.case .owl-carousel .owl-item dl {
		width: 47%;
		margin: 118px 0 0 20px;
	}
	.teamlist h4 {
		font-size: 28px;
	}
	.nnewsnrlist .newscon {
		padding: 20px 0px 0px;
	}
	.nnewsnrlist {
		width: 100%;
		margin: 0px;
		margin-bottom: 15px;
		padding-bottom: 25px;
	}
	.nnewsnrlist .newsdate{
		margin:0;
	}
	.nnewsnrlist .newsms{
		text-overflow: ellipsis;
		white-space: nowrap;
		height: 26px;
	}
	.nysnr ul li h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.ntit h3{
		font-size:26px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right: 0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left:0;
	}
	.nfwxmnr ul li {
		width: 48%;
	}
	.nteam dl dt h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.zw{
		margin-top:0;
	}
	.caseen{
		font-size:38px;
		line-height:38px;
	}
	.naboutrt h3, .historytit h3, .nys h3, .nyywh h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.footer .bnav ul li h5,.footer .bnav ul li h5 a{
		font-size:16px;
	}
}
@media(max-width:640px) {
	.item p.p1{
		left:6%;
		margin-top:-90px;
	}
	.item p.p1 img{
		height:180px;
	}
	.banner .owl-pagination{
		left:6%;
		bottom:20px;
	}
	.banner .owl-number{
		display:none;
	}
	.item p.p2{
		font-size:28px;
		line-height:38px;
	}
	.item p.p3 {
		font-size: 18px;
		line-height: 18px;
	}
	.item p.p4{
		font-size: 24px;
		line-height: 34px;
	}
	.banner2,.banner3{
		left:6%;
	}
	.line {
		height:30px;
		bottom: 22%;
	}
	.caseen{
		font-size:34px;
		line-height:34px;
	}
	.case .owl-carousel .owl-item dl {
		padding: 20px 15px;
	}
	.case .owl-carousel .owl-item dl dd .casemore{
		margin-top:10px;
	}
	.case .owl-carousel .owl-item dl dt h4{
		font-size:16px;
	}
	.newslist ul li .newsday{
		font-size:50px;
		line-height:50px;
	}
	.newslist ul li {
		width: 96%;
		height:auto;
		padding-top:30px;
		padding-bottom:30px;
	}
	.newslist ul li h4{
		margin-top:0;
	}
	.newslist ul li .newsday{
		margin-top:20px;
	}
	.nyywhnr .owl-controls .owl-buttons .owl-prev{
		left:-10px;
	}
	.nyywhnr .owl-controls .owl-buttons .owl-next{
		right:-10px;
	}
	.nteam dl dt{
		padding:30px;
	}
	.nteamjs{
		font-size:18px;
	}
	.nnewsnrlist .newscon {
		width: 94%;
	}
	.nnewsnrlist .newsdate p{
		font-size:40px;
	}
}
@media(max-width:540px) {
	.zw{
		margin-left:15px;
	}
}
@media(max-width:425px) {
	.nteam dl dt h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.nteam dl dt {
		padding: 20px;
	}
	.zw {
		margin-left: 10px;
	}
	.nfwxmnr ul li {
		width: 98%;
	}
}
@media(max-width:375px) {
	
}
@media(max-width:320px) {
	
}