



/* 注意：以下长度用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:"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:"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);

	}
::-webkit-scrollbar {
/*隐藏滚轮*/
display: none;
}

/* top

-------------------------------------------------------------- */

.header{
	width:100%;
	height:119px;
	position: fixed;
	z-index: 999;
	top:0;
	background:#fff;
	}
.logo{
	overflow:hidden;
}
.headerrt{
	}
.top{
	height:30px;
	text-align:right;
	margin-top:8px;
	}
.top ul{
	display:inline-block;
	}
.top ul li{
	float:left;
	line-height:30px;
	padding:0 20px;
	position:relative;
	color:#8d8d8d;
	}
.top ul li a{
	color:#8d8d8d;
	}
.top ul li:after{
	content:"";
	width:1px;
	height:16px;
	background:#a9a6a6;
	position:absolute;
	right:0;
	top:7px;
	}
.top ul li:last-child{
	padding-right:0;
	}
.top ul li:last-child:after{
	display:none;
	}
.top ul li:hover,.top ul li a:hover{
	color:#8dbb33;
}
.top ul li .tewmimg{
	display:none;
	position:absolute;
	left:0;
	top:30px;
	background:#fff;
	padding:5px;
	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);
}
.top ul .tewm a:hover .tewmimg{
	display:block;
	z-index:9;
}
.tel{
	padding:45.5px 0;
	margin-left:46px;
	position:relative;
	}
.tel:before{
	content:"";
	position:absolute;
	width:1px;
	height:24px;
	background:#ccc;
	left:-46px;
	}
.tel a{
	font-size:17px;
	}
.small{
	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;

}

.nav .menu > li:last-child{
	margin-right:0;
	}
.nav .menu > li:last-child a{
	padding-right: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;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	margin:0 16px;
	}
.nav .menu > li:before{
	content:"";
	width:0;
	height:3px;
	background:#8dbb33;
	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;
	}
.nav .menu > li:hover:before,.nav .menu > li.current:before{
	width:100%;
	}

.nav .menu > li a{
	color:#333;
	font-size:16px;
	display:block;
	padding:0 12px;
	line-height:81px;
	}

.nav .menu > li:hover a,.nav .menu > li.current a{
	color:#8dbb33;
	}

.nav .menu > li:hover span,.nav .menu > li.current span{
	display:block !important;
	}


.nav .menu > li .submenu{

	width:130px;
	left:50%;
	margin-left:-65px;
	}

.nav .menu > li .submenu li{

	width:100%;
	background:#55a832;
	text-align:center;
	padding:5px 0;
	border-top:solid 1px #fff;
	line-height:20px;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	line-height:20px;
}

.nav .menu > li .submenu li:hover{

	background:#ee8544;

}
.nav .menu > li.current:after{
	width:100%;
	}

.cont{
	width:1200px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin-top:119px;
	}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
	width:162px;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto;
  position:absolute;
  bottom:60px;
  z-index:99;
  display:inline-block;
  left: 50%;
    margin-left: -81px;
  }

.rslides_tabs li {
  float: left;
  width: 16px;
  height:16px;
  margin: 0 20px;
  }
.rslides_tabs li:first-child{
	margin-left:0;
	}
.rslides_tabs li:last-child{
	margin-right:0;
	}

.rslides_tabs a {
	width:100%;
  height: 100%;
  display:block;
  background:#fff;
  border-radius:50%;
  position:relative;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs li a:hover,.rslides_tabs .rslides_here a{
	width:44px;
  background: #fff;
  border-radius:20px;
  }

/* Callback example */
.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("http://en.yt-yucheng.com/skin/images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {

  .callbacks_nav {
    top: 47%;
    }
  }
/*banner*/

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#343434;
	font-weight:bold;
	text-align:center;
	position:relative;
	line-height:40px;
	}
.tit h3 a{
	font-size:30px;
	color:#343434;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#585858;
	font-family:Arial;
	text-align:center;
	text-transform:uppercase;
	line-height:25px;
	margin-top:10px;
	}
.tit h3:before{
	content:"";
	position:absolute;
	width:96px;
	height:1px;
	background:#585858;
	left:50%;
	margin-left:-240px;
	top:20px;
}
.tit h3:after{
	content:"";
	position:absolute;
	width:96px;
	height:1px;
	background:#585858;
	right:50%;
	margin-right:-240px;
	top:20px;
}
	
/* pro
-------------------------------------------------------------- */
.pro{
	margin-top:72px;
	padding-bottom:98px;
}
.pro .owl-carousel .owl-item{
	padding:0 10px;
	}
.pro dl{
	width:100%;
	overflow:hidden;
	margin-bottom:0;
}
.pro dl dt{
	position:relative;
	font-weight:normal;
	border-bottom:solid 3px #85b32b;
	}
.pro dl dt,.pro dl dd,.pro dl dt .proimg{
	width:100%;
	overflow:hidden;
}
.pro dl dt .proimg img{
	width:100%;
	height:auto;
	}
.pro dl:hover dt .proimg img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.pro dl dd{
	padding-top:18px;
	font-size:18px;
	line-height:30px;
	text-align:center;
	}
.pro dl dd .promore{
	width:15%;
	height:30px;
	overflow:hidden;
	float:right;
	background:url(../image/icon4.png) no-repeat right center;
	}
.pro dl dt .probg{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,75,148,0.9);
	top:0;
	left:0;
	padding-top:62px;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.pro dl dt .probg .probgimg,.pro dl dt .probg .probgbt,.pro dl dt .probg .probgbten{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.pro dl dt .probg .probgbt{
	font-size:24px;
	color:#fff;
	line-height:30px;
	}
.pro dl dt .probg .proms{
	margin-top:18px;
	font-size:16px;
	color:#fff;
	line-height:30px;
	padding:0 55px;
	}
.pro .more{
	margin-top:44px;
	}
.pro .more a{
	margin:auto;
	}
.pro dl:hover dt .probg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.pro dl:hover dd .protit{
	color:#0a4f8a;
	}
.pro dl:hover dd .promore{
	background:url(../image/iconh4.png) no-repeat right center;
	}
.owl-carousel-carousel{
	margin-top:60px;
	}
.pro dl:hover dd{
	color:#85b32b;
}
/* promenu
-------------------------------------------------------------- */
.promenu{
	width:100%;
	height:60px;
	margin-top:40px;
	}	
.promenu ul{
	width:100%;
	}	
.promenu ul li{
	overflow:hidden;
	padding:0 20px;
	float:left;
	background:#4d4d4d;
	text-align:center;
	line-height:60px;
	border-right:solid 1px #fff;
	margin-bottom:10px;
	position:relative;
	}
.promenu ul li a{
	display:block;
	font-size:18px;
	color:#fff;
	}
.promenu ul li:hover{
	background:#88b829;
	}
.promenu ul li:after{
	content:"";
	position:absolute;
	bottom:-16px;
	left:50%;
	margin-left:-4px;
	width: 0px; 
	height: 0px;
	border: 8px solid #88b829;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	opacity:0;
	}
.promenu ul li:hover:after{
	opacity:1;
}

/* about
-------------------------------------------------------------- */
.about{
	margin-top:80px;
	margin-bottom:80px;
	}
.about .aboutimg{
	padding:0;
	overflow:hidden;
	}

.about .aboutnr{
	padding:0 146px 0 85px;
	background:url(http://en.yt-yucheng.com/skin/images/about.jpg) no-repeat top right;
	min-height:552px;
	}
.about .aboutnr h3{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#333;
	line-height:40px;
	}
.about .aboutnr hr{
	width:60px;
	border:none;
	border-bottom:solid 3px #0a4f8a;
	margin:21px 0;
	}
.about .aboutnr .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#666;
	margin-top:50px;
	}
.about .aboutnr .aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:58px;
	}
.about .aboutnr .aboutlist dl{
	float:left;
	overflow:hidden;
	margin-right:100px;
	}
.about .aboutnr .aboutlist dl:last-child{
	margin-right:0;
	}
.about .aboutnr .aboutlist dl dt,.about .aboutnr .aboutlist dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.about .aboutnr .aboutlist dl dd{
	line-height:30px;
	font-size:16px;
	color:#666;
	margin-top:10px;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
	padding-bottom:87px;
	padding-top:80px;
	}
.news .tit{
	margin-bottom:48px;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	}
.news .newstit h3{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#333;
	text-align:center;
	}
.news .newstit hr{
	width: 60px;
    border: none;
    border-bottom: solid 3px #0066ce;
    margin:24px auto 0 auto;
	}
.news .newsnr .newslf,.news .newsnr .newsrt{
	padding:0;
	}
.newslf .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.newslf .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.newslf .aboutmore a{
	width:190px;
	height:60px;
	overflow:hidden;
	display:block;
	background:#88b829;
	color:#fff;
	text-align:center;
	line-height:60px;
	font-size:16px;
}
.news .newsnr .newsrt{
	padding:0 0 0 70px;
	}
.news .newsnr .newslf dl{
	width:100%;
	overflow:hidden;
	}
.news .newsnr .newslf dl dt{
	width:33%;
	overflow:hidden;
	float:left;
	}
.news .newsnr .newslf dl dd{
	width:67%;
	overflow:hidden;
	float:left;
	padding-left:22px;
	}
.news .newsnr .newslf dl dt img{
	max-width:100%;
	height:auto;
	}
.news .newsnr .newsrt dl dt video{
	max-width:100%;
	height:auto;
}
.news .newsnr .newslf dl dd .newsdate{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#6c6c6c;
	}
.news .newsnr .newslf dl dd .newstit{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#303030;
	line-height:30px;
	font-weight:bold;
	margin-top:6px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsnr .newslf dl dd .newsms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#848484;
	margin-top:12px;
	}
.news .newsnr .newslf dl:hover dt img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.news .newsnr .newslf dl:hover dd .newstit{
	color:#88b829;
}
.news .newsnr .newslf .newslist{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d8d8d8;
	margin-top:24px;
	padding-top:6px;
	}
.news .newsnr .newslf .newslist ul{
	width:100%;
	overflow:hidden;
	}
.news .newsnr .newslf .newslist ul li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:5px;
	}
.news .newsnr .newslf .newslist ul li a{
	width:80%;
	overflow:hidden;
	float:left;
	font-size:15px;
	color:#303030;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsnr .newslf .newslist ul li span{
	width:20%;
	overflow:hidden;
	float:right;
	text-align:right;
	}
.news .newsnr .newslf .newslist ul li:hover a,.news .newsnr .newslf .newslist ul li:hover span{
	color:#88b829;
}
.news .newsnr .newsrt dl{
	float:right;
	overflow:hidden;
	}
.news .newsnr .newsrt dl dt{
	overflow:hidden;
	}
.news .newsnr .newsrt dl dt img{
	max-width:100%;
	height:auto;
	}
.news .newsnr .newsrt dl dd{
	overflow:hidden;
	background:#88b829;
	text-align:center;
	font-size:18px;
	text-align:center;
	color:#fff;
	line-height:32px;
	padding:15px 0;
	}
/* honor
-------------------------------------------------------------- */
.honor{
	margin-top:70px;
	margin-bottom:102px;
	}
.honor .owl-carousel .owl-item{
	padding:0 5px;
	text-align:center;
	}
.honor-carousel-carousel{
	margin-top:50px;
	}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:url(../image/ysbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:112px;
	padding-bottom:132px;
	background-attachment: fixed;
	}
.ysnr dl{
	padding:0;
	margin-bottom:0;
	}
.ysnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.ysnr dl dt img{
	max-width:100%;
	height:auto;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	}
.ysnr dl:hover dt img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.ysnr dl dd{
	width:100%;
	overflow:hidden;
	padding:0 20px;
	margin-top:15px;
	}
.ysnr dl dd .ystit{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:30px;
	}
.ysnr dl dd p{
	width:100%;
	overflow:hidden;
	color:#fff;
	text-align:center;
	margin-top:12px;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#eee;
	}
.linknr{
	padding:27px 0 21px 0;
	line-height:30px;
	font-size:16px;
	border-bottom:solid 1px #d1d1d1;
	}
.linknr span{
	font-size:26px;
	color:#88b829;
	font-family:Arial;
	font-weight:bold;
	text-transform:uppercase;
	}
.linknr a{
	font-size:16px;
	margin-right:10px;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#eee;
	padding:36px 0 50px 0;
}
.footernr .footerlf{
	width:78%;
	overflow:hidden;
	}
.footernr .footerrt{
	width:22%;
	overflow:hidden;
	}
.footernr .footerlf ul{
	width:100%;
	overflow:hidden;
	}
.footernr .footerlf ul li{
	padding:0;
	}
.footernr .footerlf ul li h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#181414;
	line-height:30px;
	margin:0 0 18px 0;
	}
.footernr .footerlf ul li h4 a{
	font-size:20px;
	color:#181414;
	}
.footernr .footerlf ul li p{
	width:100%;
	overflow:hidden;
	color:#5c5454;
	line-height:30px;
	margin-bottom:5px;
	}
.footernr .footerlf ul li p a{
	color:#5c5454;
}
.footernr .footerlf ul li p a:hover{
	color:#88b829;
}
.footernr .footerrt dl{
	overflow:hidden;
	float:right;
	}
.footernr dl dt,.footernr dl dd{
	overflow:hidden;
	text-align:center;
	}
.footernr dl dd{
	line-height:30px;
	margin-top:3px;
	color:#6c6a6a;
	}
.footernr .footerrt .mapbtn{
	width:90%;
	height:54px;
	line-height:54px;
	border:solid 1px #c6c6c6;
	padding-left:32px;
	margin-top:25px;
	background:url(../image/icon8.png) no-repeat 90% center;
	clear:both;
	float:right;
	}
.footernr .footerrt .mapbtn a{
	font-size:16px;
	color:#5c5454;
	display:block;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#eee;
	padding:23px 0;
	border-top: solid 1px #d1d1d1;
	}
.botnr .botlf,.botnr .botrt{
	line-height:30px;
	font-size:15px;
}
.botnr .botlf a,.botnr .botrt a{
	font-size:15px;
}
.botnr .botlf a:hover,.botnr .botrt a:hover,.footernr .footerlf ul li h4 a:hover{
	color:#88b829;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:518px;
	margin-top:119px;
	background:url(../image/1660877311524472.jpg) no-repeat top center;
	background-size:cover;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n { 
		height:691px;
	}
}

@media(max-width:1680px) {
	.banner_n{
		height:453px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:389px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:367px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:345px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:311px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:276px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:207px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:173px;
	}
}

/* position
-------------------------------------------------------------- */
.position{
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	margin-top:45px;
}
.positionnr{
	background:url(../image/icon9.png) no-repeat left center;
	overflow:hidden;
	font-size:16px;
	line-height:40px;
	color:#343434;
	padding-left:40px;
}
.positionnr a{
	font-size:16px;
	color:#343434;
}
.nmenu{
	width:100%;
	height:60px;
}
.nmenu ul{
	width:100%;
}
.nmenu ul li{
	padding:0 20px;
	float:left;
	text-align:center;
	line-height:60px;
	background:#4d4d4d;
	border-right:solid 1px #fff;
	margin-bottom:10px;
	position:relative;
}
.nmenu ul li:after{
	content:"";
	position:absolute;
	bottom:-16px;
	left:50%;
	margin-left:-4px;
	width: 0px; 
	height: 0px;
	border: 8px solid #88b829;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	opacity:0;
	}
.nmenu ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s ease 0s;
}
.nmenu ul li:hover,.nmenu ul li.cur{
	background:#88b829;
}
.nmenu ul li:hover a,.nmenu ul li.cur a{
	color:#fff;
}
.nmenu ul li:hover:after,.nmenu ul li.cur:after{
	opacity:1;
	}
/* ntit
-------------------------------------------------------------- */
.ntit{
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:60px;
	margin-bottom:60px;
	font-size:16px;
	line-height:32px;
	color:#676767;
}
.nabout p{
	overflow:hidden;
	color:#676767;
}
.nabout img{
	max-width:100%;
	height:auto;
}
.nabout video{
	max-width:100%;
	height:auto;
}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	width:100%;
	overflow:hidden;
	background:url(../image/nhonorbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:50px;
	padding-bottom:98px;
	}
.nhonornr h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:32px;
	color:#fff;
	font-weight:bold;
	line-height:40px;
	}
.nhonornr .nhonoren{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	font-family:Arial;
	line-height:30px;
	color:#fff;
	margin-top:7px;
	}
.nhonor-carousel-carousel{
	margin-top:42px;
	}
.honorimg{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.honorimg img{
	max-width:100%;
	height:auto;
}
.nhonor-carousel-carousel .owl-item{
	padding:0 5px;
}

/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:60px;
	}
.npro .npronr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.npro dl{
	width:293px;
	overflow:hidden;
	float:left;
	margin:20px 9.333333px 20px 0;
	}
.npro dl:nth-child(4n){
	margin-right:0;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	border-bottom: solid 3px #85b32b;
}
.npro dl dt{
	height:298px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	}
.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 dt .probg{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(136,184,41,0.8) url(../image/icon12.png) no-repeat center;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.npro dl:hover dt .probg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dd{
	text-align:center;
	color:#343434;
	font-size:18px;
	line-height:30px;
	margin-top:18px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npro .npro_infolf{
	padding:0 30px 0 0;
}
.npro .npro_infolf img{
	max-width:100%;
	height:auto;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.npro .npro_infort h1{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	padding-bottom:28px;
}
.npro .npro_infort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:40px;
}
.npro .npro_infort .npro_infolei span{
	font-size:16px;
	color:#004b94;
	}
.npro .npro_infort .npro_ms{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_ms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#646160;
}
.npro .npro_infort .npro_lxfs{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_lxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.npro .npro_infort .npro_lxfs p a{
	font-size:16px;
	color:#333;
}
.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:#88b829;
	}
.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;
}
.nprofbnr table{
	max-width:100%;
	height:auto;
}
.nprofbnr table tr td{
	padding:0 5px !important;
}
/* njob
-------------------------------------------------------------- */
.njob{
	margin-top:50px;
	margin-bottom:50px;
}
.container {
  position: relative;
  margin: 0 auto;
}

.accordion {
  position: relative;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  color: #74777b;
  vertical-align: middle;
}

.accordion .fa {
  position: relative;
  float: right;
}

.accordion h4 {
  position: relative;
  line-height:80px;
  margin: 0;
  font-size: 18px;
  color: #000;
  padding:0 2%;
}

.accordion a {
  position: relative;
  display: block;
  font-size:18px;
  color: #000;
  line-height:80px;
  text-decoration: none;
  background:#f5f5f5;
  margin-bottom:10px;
}

.accordion a:hover {
  text-decoration: none;
  color: #2cc185;
  background-color: #e7ecea;
  transition: 0.3s;
}

.accordion-desc {
  color: #eee;
  z-index: 2;
  border-top: 1px solid #ff9031;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.11);
-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.11);
margin-bottom:10px;
}
.accordion-desc h5{
  color: #000;
  font-size:18px;
  z-index: 2;
  line-height:80px;
  border-bottom: 1px dashed #dedede;
  margin:0;
  padding:0 2%;
}
 @media (min-width:480px) {

.container { max-width: 80%; }
}
 @media (min-width:768px) {

.container { max-width: 600px; }
}
.njobnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	color:#000;
	padding:25px 2%;
}
.njobnr p{
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	color:#000;
}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:60px;
	margin-bottom:60px;
	}
.nnewsnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nnews dl{
	width:100%;
	overflow:hidden;
	padding:40px 0;
	border-bottom:solid 1px #d5d5d5;
	margin-bottom:0;
	}
.nnews dl dt{
	width:30%;
	height:240px;
	overflow:hidden;
	float:left;
	position:relative;
	font-weight:normal;
	}
.nnews dl dt .nnewsdate{
	width:70px;
	height:70px;
	background:#88b829;
	position:absolute;
	top:0;
	right:0;
	}
.nnews dl dt .nnewsdate .day{
	font-size:38px;
	color:#fff;
	text-align:center;
	line-height:40px;
	padding-top:5px;
	}
.nnews dl dt .nnewsdate .year{
	font-size:12px;
	color:#fff;
	text-align:center;
	}
.nnews 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;
}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnews dl dd{
	width:70%;
	overflow:hidden;
	float:left;
	padding-left:60px;
	padding-top:23px;
	}
.nnews dl dd .nnewstit{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#343434;
	line-height:32px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	margin-top:8px;
	color:#737373;
	margin-top:17px;
	}
.nnews dl dd .nnewsmore{
	width:100%;
	overflow:hidden;
	color:#343434;
	padding-left:26px;
	font-size:16px;
	line-height:30px;
	background:url(../image/icon11.png) no-repeat left center;
	margin-top:58px;
	}
.nnews dl:hover dd .nnewsbt{
	color:#0a4f8a;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size:20px;
    color: #333;
	line-height:35px;
	font-weight:bold;
	text-align:center;
	margin-bottom:13px;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 20px;
	text-align:center;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    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;
}
.nnews dl:hover dd .nnewstit{
	color:#88b829;
	}
	
/* ncjzsnr
-------------------------------------------------------------- */
.ncjzsnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
	}
.ncjzsnr ul{
	width:100%;
	overflow:hidden;
	}
.ncjzsnr ul li{
	width:419px;
	overflow:hidden;
	margin-right:71.5px;
	margin-top:30px;
	margin-bottom:30px;
	float:left;
	}
.ncjzsnr ul li img{
	max-width:100%;
	height:auto;
	}
.ncjzsnr ul li:nth-child(3n){
	margin-right:0;
	}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	position:relative;
	}
.ncontact .map{
	width:100%;
	height:570px;
}
.ncontact .ncontactnr{
	padding:40px 32px 32px 32px;
	background:#88b829;
	position:absolute;
	top:0;
	right:0;
	z-index:99;
	height:570px;
	}
.ncontact .ncontactnr h3{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:30px;
	line-height:40px;
	margin-bottom:30px;
	}
.ncontact .ncontactnr .ngsm{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-bottom:30px;
	}
.ncontact .ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.ncontact .ncontactnr p a{
	font-size:16px;
	color:#fff;
	}
.ntel{
	width:100%;
	overflow:hidden;
	background:url(../image/icon10.png) no-repeat left center;
	padding-left:57px;
	margin-top:42px;
	}
.ntel .nteltit{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:25px;
	}
.ntel .ntelnr{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	line-height:35px;
	}
.ntel .ntelnr a{
	font-size:30px;
	color:#fff;
	font-weight:bold;
}
.ncontact .ncontactnr dl{
	width:100%;
	overflow:hidden;
	margin-top:42px;
	}
.ncontact .ncontactnr dl dt{
	overflow:hidden;
	float:left;
	}
.ncontact .ncontactnr dl dt img{
	max-width:100%;
	height:auto;
	}
.ncontact .ncontactnr dl dd{
	overflow:hidden;
	float:left;
	color:#fff;
	padding-left:20px;
	padding-top:26px;
	}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:60px;
	margin-bottom:60px;
}
.nmessage ul{
	width:100%;
	overflow:hidden;
	}
.nmessage ul li{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	margin-bottom:20px;
	}
.nmessage ul li input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e3e3e3;
	line-height:60px;
	padding:0 20px;
	}
.nmessage ul li textarea{
	width:100%;
	height:210px;
	overflow:hidden;
	border:solid 1px #cbcbcb;
	line-height:30px;
	padding:0 20px;
	}
.tjbtn {
    width: 100%;
    overflow: hidden;
}
.tjbtn button {
    width: 100%;
    height: 58px;
    background: #88b829;
    color: #fff;
	text-align:center;
	font-size:18px;
}

/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 10px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    line-height: 17px;
    margin-right: 6px;
	padding: 5px 10px;
	border:solid 1px #85b32b;
}

.dede_pages ul li.thisclass{
    background-color: #85b32b;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #85b32b;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#454545;
}

.page1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.page1 p{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#454545;
	font-size: 16px;
}
.page1 p a:hover{
	color:#88b829;
}
.pages{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.pages .pageslf,.pages .pagesrt{
	width:50%;
	overflow:hidden;
	font-size:16px;
	line-height:58px;
	padding:0 1%;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.pages .pageslf a,.pages .pagesrt a{
	font-size:16px;
}
.pages .pageslf:hover,.pages .pagesrt:hover{
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari 和 Chrome */
	-o-transition: all .5s ease; /* Opera */
	color:#88b829;
}
.pages .pageslf:hover a,.pages .pagesrt:hover a{
	color:#88b829;
}
.dede_pages table, .dede_pages table tr, .dede_pages table td{
	border:none;
}
.dede_pages table td{
	line-height:30px;
	font-size:14px;
}
.dede_pages table td a{
	font-size:14px;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.tel{display:none}
.top{
	display:none;
}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:34px;float:right;padding-right:1%;}
.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(http://en.yt-yucheng.com/skin/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: 1152px) and (max-width: 1279px) {
	.npro dl dt{
		height:273px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.npro dl dt{
		height:242px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.npro dl dt{
		height:235px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.npro dl dt{
		height:274px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.npro dl dt{
		height:245px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.npro dl dt{
		height:309px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.npro dl dt{
		height:261px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.nnews dl dt{
		height:210px;
	}
	.npro dl dt{
		height:205px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.nnews dl dt{
		height:185px;
	}
	.npro dl dt{
		height:181px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.nnews dl dt{
		height:158px;
	}
	.npro dl dt{
		height:154px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.nnews dl dt{
		height:155px;
	}
	.npro dl dt{
		height:150px;
	}
}

@media(max-width:1280px) {
	.cont,.cont1{
		width:88%;
		}
	.nav .menu > li{
		margin: 0 10px;
	}
	.news .newsnr .newsrt {
		padding: 0 0 0 30px;
	}
	.news .newsnr .newslf dl dd .newstit{
		font-size:18px;
	}
	.npro dl {
		width: 24.25%;
		margin: 20px 1% 20px 0;
	}
	.ntit{
		font-size:26px;
	}
	.rslides_tabs{
		bottom:40px;
	}
}
@media(max-width:1152px) {
	.nav .menu > li {
		margin: 0;
	}
	.nav .menu > li a{
		padding: 0 8px;
	}
	.ntel .ntelnr a {
		font-size: 24px;
	}
}
@media(max-width:1024px) {
	.ntel .ntelnr a {
		font-size: 22px;
	}
}
@media(max-width:1023px) {
	.headernr{
		width:100% !important;
		padding:0 1%;
	}
}
@media(max-width:991px) {
	.nabout p{
		width:100%;
	}
	.nabout img,.nabout video{
		margin-left:0 !important;
		float:none !important;
		margin-bottom:10px;
	}
	.ncontact .ncontactnr{
		position:inherit;
		height:auto;
	}
	.ncontact .map{
		height:280px;
	}
	.npro .npro_infort h1{
		font-size:20px;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt,.footernr .footerrt dl,.footernr .footerrt .mapbtn{
		float:left;
	}
	.footernr .footerrt .mapbtn{
		width:238px;
	}
	.nnews dl dd .nnewstit{
		font-size:20px;
	}
	.pages .pageslf,.pages .pagesrt{
		width:100%;
		text-align:left;
	}
	.promenu{
		height:130px;
	}
	.news .newsnr .newsrt dl{
		float:left;
	}
	.news .newsnr .newsrt{
		margin-top:20px;
	}
	.news .newsnr .newslf dl dd .newstit{
		font-size:18px;
	}
	.botnr .botlf, .botnr .botrt{
		width:100%;
		text-align:center;
	}
	.news .newsnr .newsrt {
		padding: 0;
	}
	.nmenu ul li a {
		font-size: 16px;
	}
	.npro dl {
		width: 32.6666666667%;
	}
	.npro dl:nth-child(4n) {
		margin-right:1%;
	}
	.npro dl:nth-child(3n) {
		margin-right: 0;
	}
	.npro dl dd{
		font-size:16px;
	}
	.npro .npro_infolf{
		padding:0;
	}
	.npro .npro_infort {
		padding: 32px 0 0 0;
	}
	.positionnr,.ntit{
		width:100%;
	}
	.footernr .footerlf ul li h4 a {
		font-size: 18px;
	}
	.header{
		height:80px;
	}
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:60px;
	}
	.rg {
		padding-top: 24px;
	}
	.banner,.banner_n{
		margin-top:80px;
	}
	.position{
		margin-top:26px;
	}
}
@media(max-width:860px) {
}
@media(max-width:767px) {
	.nnews dl dd .nnewstit {
		font-size: 18px;
	}
	.npro dl {
		width: 49.5%;
	}
	.npro dl:nth-child(3n) {
		margin-right: 1%;
	}
	.npro dl:nth-child(2n) {
		margin-right: 0;
	}
	.ntit {
		font-size: 24px;
	}
	.rslides_tabs {
		bottom: 20px;
	}
	.tit h3,.tit h3 a{
		font-size:28px;
	}
	.tit p{
		font-size:18px;
	}
}
@media(max-width:640px) {
    .tit h3:before{
        margin-left: -210px;
    }
    .tit h3:after{
        margin-right: -210px;
    }
    .newsnr .tit h3:before{
        margin-left: -170px;
    }
    .newsnr .tit h3:after{
        margin-right: -170px;
    }
    .honor .tit h3:before{
        margin-left: -220px;
    }
    .honor .tit h3:after{
        margin-right: -220px;
    }
    .tit h3, .tit h3 a {
        font-size: 26px;
    }
}
@media(max-width:540px) {
	.nnews dl dt,.nnews dl dd{
		width:100%;
	}
	.nnews dl dd{
		padding-left:0;
	}
	.promenu ul li a{
		font-size:16px;
	}
	.nmenu ul li {
		padding: 0 10px;
	}
	.nmenu ul li a{
		font-size:15px;
	}
	.rslides img{
		width: 140%;
		margin-left: -20%;
	}
	.ncontact .ncontactnr {
		padding: 40px 20px 32px 20px;
	}
	.footernr .footerlf ul li:nth-child(1),.footernr .footerlf ul li:nth-child(2),.footernr .footerlf ul li:nth-child(3),.footernr .footerrt,.honor,.ys{
		display:none;
	}
	.footernr .footerlf ul li:nth-child(4){
		width:100%;
	}
}
@media(max-width:500px) {
	.rslides_tabs {
		bottom: 10px;
	}
	.news .newsnr .newslf dl dt,.news .newsnr .newslf dl dd{
		width:100%;
	}
	.news .newsnr .newslf dl dd{
		padding-left:0;
		margin-top:20px;
	}
	.news .newsnr .newslf .newslist ul li a {
		width: 78%;
	}
	.news .newsnr .newslf .newslist ul li span{
		width:22%;
	}
}
@media(max-width:425px) {
	.npro dl dd{
		font-size:15px;
		margin-top:10px;
	}
	.news .newsnr .newslf .newslist ul li a {
		width: 76%;
	}
	.news .newsnr .newslf .newslist ul li span{
		width:24%;
	}
}
@media(max-width:375px) {
	.news .newsnr .newslf .newslist ul li a {
		width: 72%;
	}
	.news .newsnr .newslf .newslist ul li span{
		width:28%;
	}
}
@media(max-width:320px) {
	
}

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #85b32b;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#85b32b; color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}