@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:210px;
	position: fixed;
	background:#fff;
	z-index: 999;
	top:0;
	}
.top{
	width:100%;
	height:35px;
	overflow:hidden;
	border-bottom:solid 1px #ececec;
	}
.top .toplf,.top .toprt{
	padding:0;
	}
.top .toplf{
	color:#afaeae;
	line-height:35px;
	}
.top .toprt a{
	overflow:hidden;
	display:block;
	float:right;
	color:#737171;
	line-height:35px;
	padding:0 20px;
	border-right:solid 1px #ececec;
	}
.top .toprt a:last-child{
	border-left:solid 1px #ececec;
	}
.top .toprt a:hover{
	color:#ed6d00;
	}
.logo{
	overflow:hidden;
	padding:32.5px 52px 32.5px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.logojs{
	overflow:hidden;
	padding:27.5px 0 27.5px 40px;
	position:relative;
	}
.logojs:before{
	content:"";
	width:1px;
	height:50px;
	background:#d8d8d7;
	position:absolute;
	left:0;
	top:32.5px;
	}
.logojs p{
	overflow:hidden;
	font-size:18px;
	color:#3d3a39;
	line-height:30px;
	}
.logojs h4{
	overflow:hidden;
	font-size:22px;
	color:#3d3a39;
	line-height:30px;
	}
.logojs h4 span{
	color:#ed6d00;
	font-size:22px;
	}
.tel{
	overflow:hidden;
	background:url(../images/icon1.png) no-repeat left center;
	padding-left:45px;
	margin-top:37.5px;
	}
.tel .tellf{
	overflow:hidden;
	}
.tel .tellf span{
	overflow:hidden;
	display:block;
	font-size:18px;
	color:#ed6d00;
	font-weight:bold;
	line-height:20px;
	}
.tel .tellf p{
	overflow:hidden;
	font-size:13px;
	color:#b5b4b4;
	font-weight:bold;
	line-height:20px;
	}
.tel .telrt{
	overflow:hidden;
	font-size:38px;
	color:#ed6d00;
	line-height:40px;
	font-weight:bold;
	margin-left:6px;
	}
.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;

}



.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{
	width:100%;
	height:60px;
	background:#0f1c2e;
}
.nav > ul{
	}

.nav .menu > li{
	float:left;
	text-align:center;
	line-height:60px;
	padding:0 48px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}

.nav .menu > li a{
	color:#fff;
	font-size:16px;
	display:block;
	line-height:60px;
	position:relative;
	}

.nav .menu > li:hover,.nav .menu > li.active{
	background:#ed6d00;
	}
.nav .menu > li:hover a,.nav .menu > li.active a{
	font-weight:bold;
	}


.nav .menu > li .submenu{
	width:180px;
	left:50%;
	margin-left:-90px;
	}

.nav .menu > li .submenu li{

	width:100%;

	line-height:30px;
	padding:5px 0;
	background:#e2690e;

	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:#ee8544;

}
.nav .menu > li.current:after{
	width:100%;
	}

.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 210px;
}
.bannermore{
	width:100px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	border-left: solid 1px rgba(132,132,132,0.2);
	z-index:99;
}
.bannermore img{
	position:absolute;
	top:50%;
	margin-top:-50px;
	right:0;
}
/*shubiao*/
.shubiao-index{
	position:absolute;
	bottom:26px;
	left:50%;
	width:60px;
	margin-left:-30px;
	z-index:9999;
}
.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;
	text-align:center;
	color:#282828;
	margin-top:5px;
}
#shubiao{
	width:26px;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 28px;
  height: 50px;
  border-radius: 30px;
  border: 3px solid #000;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 3px;
  height: 12px;
  border-radius: 20px;
  background-color: #000;
  -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);
  }
}

/**/
.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 {
	padding: 0;
	font-size: 18px;
	list-style: none;
	position:absolute;
	bottom:88px;
	left:50%;
	margin-left:-78px;
	z-index: 99;
}
.rslides_tabs li {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 18px;
}
.rslides_tabs a {
	width: 100%;
	height: 100%;
	display: block;
	border:solid 2px #ed6d00;
	border-radius:50%;
}
.rslides_tabs li a:hover, .rslides_tabs .rslides_here a {
	background:#ed6d00;
}
.rslides_tabs li a:hover:before, .rslides_tabs .rslides_here a:before {
	background: #ed6d00;
}
/* 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("../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;
	text-align:center;
	font-size:25px;
	color:#202020;
	line-height:45px;
	font-weight:normal;
	margin-top:4px;
	}
.tit h3 a{
	font-size:25px;
	color:#202020;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:45px;
	font-family:Arial;
	color:#202020;
	line-height:45px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	}
.tit hr{
	width:75px;
	border:none;
	border-bottom:solid 2px #ed730b;
	margin-top:27px;
	}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:88px;
	padding-bottom:92px;
}
.promenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:33px;
	}
.promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.promenu ul li{
	width:180px;
	overflow:hidden;
	background:#fff;
	line-height:48px;
	float:left;
	margin:5px 12px;
	border-radius:25px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.promenu ul li a{
	font-size:16px;
	color:#202020;
	display:block;
	}
.promenu ul li:hover,.promenu ul li.active{
	background:#ed6d00;
	}
.promenu ul li:hover a,.promenu ul li.active a{
	color:#fff;
	}
.prolist{
	width:100%;
	overflow:hidden;
	margin-top:55px;
	}
.prolist dl{
	overflow:hidden;
	margin:35px 0;
	}
.prolist dl dt{
	position:relative;
	height:253px;
	}
.prolist dl dt,.prolist dl dd{
	width:100%;
	overflow:hidden;
	}
.prolist 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;
}
.prolist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.prolist dl dd{
	font-size:20px;
	color:#202020;
	line-height:30px;
	background:url(../images/icon2.png) no-repeat right 3px;
	padding-right:24px;
	margin-top:20px;
	border-bottom:solid 3px #c3c3c3;
	padding-bottom:23px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.promore{
	width:100%;
	overflow:hidden;
	margin-top:52px;
	}
.promore a{
	display:block;
	width:180px;
	height:50px;
	text-align:center;
	line-height:50px;
	margin:auto;
	font-size:16px;
	color:#202020;
	background:#fff;
	border-radius:25px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.promore a:hover{
	background:#ed6d00;
	color:#fff;
	}
.prolist dl:hover dd{
	border-bottom:solid 3px #ed6d00;
	}


/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:250px;
	padding-bottom:135px;
	}
.about .tit h3,.about .tit p{
	text-align:left;
	}
.about .aboutnr{
	padding-left:138px;
	}
.aboutms{
	width:56%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#5c5c5c;
	margin-top:38px;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:67px;
	}
.ab_fl dl{
	overflow:hidden;
	float:left;
	padding:0;
	border-right:solid 1px rgba(255,255,255,0.2);
	margin-right:30px;
}
.ab_fl dl:last-child{
	border-right:none;
}
.ab_fl dl dt{
	overflow:hidden;
	color:#151515;
	font-size:16px;
	font-weight:normal;
	float:left;
}
.ab_fl dl dd{
	overflow:hidden;
	float:left;
	color:#151515;
	line-height:20px;
	font-size:16px;
	margin-top:7px;
}
.ab_fl dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#151515;
	font-weight:bold;
	}
.ab_fl dl dd .dden{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#151515;
	margin-top:5px;
	}
.ab_fl dl dt .counter{
	color:#151515;
	font-size:70px;
	font-family:Arial;
	line-height:70px;
	font-weight:bold;
	margin-right:10px;
	}
.ab_fl dl img{
	max-width:100%;
	height:auto;
}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:110px;
	}
.aboutmore a{
	width:178px;
	height:50px;
	display:block;
	text-align:center;
	background:#ed6d00;
	border-radius:25px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	}
/* honor
-------------------------------------------------------------- */
.honor{
	width:100%;
	overflow:hidden;
	padding-top:100px;
	padding-bottom:122px;
	}
.honor .honornr{
	margin-top:60px;
	position:relative;
	}
.honornr .owl-carousel .owl-item{
	padding:0 30px;
	}
.honormore{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	}
.honormore a{
	display:block;
	width:178px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#ed6d00;
	border-radius:25px;
	font-size:16px;
	color:#fff;
	margin:auto;
	}
.honornr .honorimg{
	width:100%;
	overflow:hidden;
}
.honornr .honorimg img{
	max-width:100%;
	height:auto;
}
.honornr .honorimg:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.honornr .owl-controls .owl-pagination{
	display:none;
	}
.honornr .owl-controls .owl-buttons div{
	width:40px;
	height:40px;
	border-radius:50%;
	border:solid 2px #2c2c2c;
	position:absolute;
	top:50%;
	margin-top:-20px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.honornr .owl-controls .owl-buttons .owl-prev{
	background:url(../images/prev.png) no-repeat center;
	left:-85px;
	}
.honornr .owl-controls .owl-buttons .owl-next{
	background:url(../images/next.png) no-repeat center;
	right:-85px;
	}
.honornr .owl-controls .owl-buttons div:hover{
	border:solid 2px #ed6d00;
	}
.honornr .owl-controls .owl-buttons .owl-prev:hover{
	background:url(../images/prevh.png) no-repeat center;
	}
.honornr .owl-controls .owl-buttons .owl-next:hover{
	background:url(../images/nexth.png) no-repeat center;
	}

/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#efefef;
	padding-top:160px;
	padding-bottom:194px;
	}
.newsnr .newslf{
	width:30%;
	overflow:hidden;
	}
.newsnr .newslf .tit h3,.newsnr .newslf .tit p{
	text-align:left;
	}
.newslf .newsmenu,.newslf .newsmenu ul,.newslf .newsmenu ul li{
	width:100%;
	overflow:hidden;
	}
.newslf .newsmenu{
	margin-top:62px;
	}
.newslf .newsmenu ul li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:12px;
	position:relative;
	}
.newslf .newsmenu ul li a{
	font-size:16px;
	color:#686868;
	}
.newslf .newsmenu ul li:after{
	content:"";
	width:68px;
	height:1px;
	background:#ed6d00;
	position:absolute;
	left:90px;
	top:14.5px;
	}
.newslf .newsmenu ul li:hover a{
	color:#ed6d00;
	font-size:18px;
	font-weight:bold;
	}
.newsmore{
	width:100%;
	overflow:hidden;
	margin-top:147px;
	}
.newsmore a{
	display:block;
	width:178px;
	height:50px;
	background:#ed6d00;
	text-align:center;
	line-height:50px;
	border-radius:25px;
	font-size:16px;
	color:#fff;
	}
.news .newsrt{
	width:70%;
	overflow:hidden;
	}
.news .newsrt dl{
	overflow:hidden;
	padding:0 20px;
	}
.news .newsrt dl dt,.news .newsrt dl dd,.news .newsrt dl dd .newsdate,.news .newsrt dl dd h4,.news .newsrt dl dd p{
	width:100%;
	overflow:hidden;
	}
.news .newsrt dl dt{
	position:relative;
	height:228px;
}
.news .newsrt 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;
}
.news .newsrt dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news .newsrt dl dd .newsdate{
	font-size:15px;
	color:#999999;
	line-height:30px;
	margin-top:22px;
	}
.news .newsrt dl dd h4{
	font-size:18px;
	color:#1c1c1c;
	line-height:30px;
	margin-top:10px;
	}
.news .newsrt dl dd p{
	font-size:15px;
	color:#747474;
	margin-top:6px;
	border-bottom:solid 1px #c9c9c9;
	padding-bottom:26px;
	}
.newsrt dl dd .newsmore2{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#1c1c1c;
	line-height:30px;
	margin-top:62px;
	}
.news .newsrt dl:hover dd h4{
	color:#ed6d00;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#0f1c2e;
	}
.link .linknr{
	font-size:15px;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	padding:37px 0;
	border-bottom:solid 1px rgba(255,255,255,0.1);
	}	
.link .linknr a{
	font-size:15px;
	color:rgba(255,255,255,0.5);
	}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#0f1c2e;
}
.footer .footernr{
	padding-top:38px;
	}
.footer .footerlf{
	width:66%;
	overflow:hidden;
	}
.footer .footerlf ul{
	width:100%;
	overflow:hidden;
	}
.footer .footerlf ul li{
	width:20%;
	overflow:hidden;
	float:left;
	}
.footer .footerlf ul li h4,.footer .footerlf ul li h4 a{
	font-size:17px;
	color:#fff;
	}
.footer .footerlf ul li h4{
	margin-bottom:8px;
	}
.footer .footerlf ul li p{
	margin-top:5px;
	}
.footer .footerlf ul li p,.footer .footerlf ul li p a{
	font-size:15px;
	color:#909398;
	}
.footer .footerlf ul li p a:hover{
	color:#fff;
}
.footer .footerlf ul li h4{
	line-height:30px;
	font-weight:normal;
	}
.footer .footerlf ul li p{
	line-height:30px;
	}
.footer .footerrt{
	width:34%;
	overflow:hidden;
	}
.footerrt .blxfs{
	width:56%;
	overflow:hidden;
	border-left: solid 1px rgba(255,255,255,0.1);
	padding-left:28px;
	}
.footerrt .blxfs h4{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	margin-bottom:10px;
	}
.footerrt .blxfs h4 a{
	font-size:17px;
	color:#fff;
	}
.footerrt .blxfs p{
	width:100%;
	overflow:hidden;
	color:#a6a8ac;
	line-height:25px;
	}
.footerrt .blxfs p a{
	color:#a6a8ac;
	}
.footerrt .bewm{
	width:44%;
	overflow:hidden;
	text-align:right;
	padding-right:32px;
	}
.footerrt .bewm img{
	max-width:100%;
	height:auto;
	}
.footernr .bot{
	width:100%;
	overflow:hidden;
	border-top: solid 1px rgba(255,255,255,0.1);
	padding:26px 0;
	margin-top:40px;
	}
.footernr .bot a{
	color:#797d83;
	font-size:15px;
	}
.footernr .bot .botlf{
	width:70%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	color:#797d83;
	}
.footernr .bot .botrt{
	width:30%;
	overflow:hidden;
	text-align:right;
	font-size:15px;
	line-height:30px;
	color:#797d83;
	}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:400px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
	margin-top: 210px;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:533px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:350px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:283px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:213px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:206px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:160px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:133px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d3d3d3;
}
.positionnr{
	line-height:30px;
	font-size:16px;
	color:#000;
	padding:14px 0;
	}
.position a:nth-child(1) {
	color: #ed6d00;
	transition: all 0.8s ease;
}

.position a {
	transition: all 0.8s ease;
}

.position a:hover {
	color: #c31f29;
}
/* ntit

-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	}
.ntit hr{
	width:40px;
	border:none;
	border-bottom:solid 2px #ed6d00;
	margin-top:20px;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:60px;
	margin-bottom:60px;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	margin-top:40px;
	}
.nabout .naboutlf{
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#747474;
	padding:0;
	}
.nabout .naboutlf p,.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#747474;
	}
.nabout .naboutimg{
	text-align:right;
	padding-right:0;
	}
.nabout .naboutimg img,.nabout .naboutlf img,.nabout .naboutnr img{
	max-width:100%;
	height:auto;
	}
/* nhonor
-------------------------------------------------------------- */
.nqywh{
	width:100%;
	overflow:hidden;
	background:url(../images/qywhbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:50px;
	padding-bottom:100px;
}
.nqywhnr .ntit h3{
	text-align:center;
}
.nqywhnr .ntit hr{
	margin:20px auto 0;
}
.nqywhnr .nqywhjs{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#343434;
	line-height:30px;
	margin-top:12px;
}
.nqywhnr .nqywhlist{
	width:100%;
	overflow:hidden;
}
.nqywhlist .nqywh_text{
	width:55%;
	overflow:hidden;
	background:rgba(237,109,0,0.8);
	padding:46px 25px;
	margin-top:70px;
}
.nqywhlist .nqywh_text dl{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
.nqywhlist .nqywh_text dl dt,.nqywhlist .nqywh_text dl dd{
	overflow:hidden;
	float:left;
	font-size:18px;
	color:#fff;
	line-height:35px;
}
.nqywhlist .nqywh_text dl dt{
	width:14%;
}
.nqywhlist .nqywh_text dl dd{
	width:86%;
}

	/* nhonor
-------------------------------------------------------------- */
.nhonor{
	padding-top:120px;
	padding-bottom:160px;
	}
.nhonor .owl-carousel .owl-item{
	padding:0 20px;
	}
.nhonornr{
	margin-top:96px;
	}
.nhonor dl{
	width:100%;
	overflow:hidden;
	}
.nhonor dl dt,.nhonor dl dd{
	width:100%;
	overflow:hidden;
	}
.nhonor dl dt{
	text-align:center;
	}
.nhonor dl dt img{
	max-width:100%;
	height:auto;
	}
.nhonor dl dd{
	text-align:center;
	line-height:30px;
	color:#fff;
	font-size:20px;
	margin-top:20px;
	}
.nhonormore{
	width:100%;
	overflow:hidden;
	margin-top:82px;
	}
.nhonormore a{
	display: block;
    width: 210px;
    height: 60px;
    line-height: 60px;
    background:url(../images/icon5.png) no-repeat 148px center;
    margin: auto;
    font-size: 16px;
    color: #fff;
    padding-left: 22px;
	border:solid 1px #fff;
	}
/* npro
-------------------------------------------------------------- */
.bg{
	background:#f8f8f8;
}
.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.npro .promenu,.nnews .promenu{
	width:100%;
	margin-top:0;
	text-align:center;
	}
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.npro dl{
	width:31.33333333%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
	background:#f6f6f6;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
}
.npro dl dt{
	height:345px;
	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 .nprobg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(237,109,0,0.9) url(../images/tb1.png) no-repeat center 60%;
	opacity:0;
	z-index:99;
	-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(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dt .nprotit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:98px;
	font-weight:bold;
	}
.npro dl:hover dt .nprobg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.npro dl dd{
	width:82%;
	overflow:hidden;
	margin:0 9%;
	color: #333;
    font-size: 18px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	border-top:solid 1px #a9a9a9;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npro dl:hover{
	background:rgba(237,109,0,0.9);
	}
.npro dl:hover dd{
	color:#fff;
	border-top:solid 1px #fff;
	}
.npro .nproimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
	}
.npro .nproimg img{
	max-width:100%;
	height:auto;
	}
.npro .npro_infolf{
	padding:0;
}
.npro .npro_infolf .t2{
	padding:0;
}
.main_img{
	max-width:99.99999%;
	height:auto;
}
.npro .t1,#showArea{
	width:100%;
	overflow:hidden;
}
#showArea a{
	display:block;
	width:18%;
	overflow:hidden;
	margin:10px 1%;
	float:left;
	border:solid 1px #dbdbdb;
	text-align:center;
}
#showArea a img{
	max-width:100%;
	height:auto;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.npro .npro_infort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	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:#ed6d00;
	}
.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_lxbtn{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.npro_lxbtn a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#ed6d00;
	}
.tjpro{
	width:100%;
	overflow:hidden;
	}
.tjpro{
	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;
}
.tjpro{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	}
.tjpro .ntit h3{
	text-align:center;
	}
.tjpro .ntit hr{
	margin:20px auto;
	}
.tjpronr{
	width:100%;
	overflow:hidden;
	}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:60px;
	margin-bottom:60px;
	}
.nnewsnr{
	width:100%;
	margin-top:10px;
	}
.marg{
	margin-top:40px;
}
.nnews dl{
	width:100%;
	overflow:hidden;
	margin:35px 0;
	padding:25px 0;
	border-bottom:solid 1px #ed6d00;
	}
.nnews dl dt{
	width:18%;
	overflow:hidden;
	float:left;
	position:relative;
	height:182px;
	}
.nnews dl dt img{
	display:block;
	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:82%;
	overflow:hidden;
	float:right;
	padding-left:56px;
	padding-top:20px;
	}
.nnews dl dd .nnewslf{
	width:82%;
	overflow:hidden;
	}
.nnews dl dd .nnewsrt{
	width:16%;
	overflow:hidden;
	border-left:solid 1px #d2d2d2;
	padding-left:52px;
	}
.nnews dl dd .nnewstit{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#1e1e1e;
	line-height:35px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#939393;
	margin-top:20px;
	}
.nnews dl dd hr{
	width:30px;
	overflow:hidden;
	border-bottom:solid 2px #084590;
	margin:48px 0 0 0;
	}
.nnews dl dd .nnewsdate{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:35px;
	color:#b1b1b1;
	}
.nnews dl dd .nnewsyear{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#b1b1b1;
	line-height:25px;
	}
.nnews dl dd .nnewstb{
	margin-top:20px;
	}
.nnews dl:hover dd .nnewstit{
	color:#ed6d00;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #343434;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	line-height:40px;
	}
.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: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto !important;
	}

/* ncase
-------------------------------------------------------------- */
.ncase{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncasenr{
	width:100%;
	overflow:hidden;
}
.ncasenr ul{
	width:100%;
	overflow:hidden;
	}
.ncasenr ul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	text-align:center;
	position:relative;
	height:254px;
	}
.ncasenr ul li 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;
}
.ncasenr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.poptrox-popup{
	overflow:visible !important;
}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:60px;
	margin-bottom:60px;
}
.nmessage .nmessagenr{
	width:100%;
	overflow:hidden;
	}
.nmessage .nmessagenr .ncontact{
	padding:0 2% 0 0;
	}
.ncontact .ntit{
	margin-bottom:30px;
	}
.nmessage .nmessagenr .ncontact p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.nmessage .nmessagenr .ncontact p a{
	font-size:16px;
	color:#333;
	}
.nmessage .nmessagenr ..ncontact img{
	max-width:100%;
	height:auto;
	}
.nmessage .nmessagenr .nmessagert{
	padding:0;
	}
.nmessage .nmessagenr .nmessagert ul{
	width:100%;
	overflow:hidden;
	}
.nmessage .nmessagenr .nmessagert ul li{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	margin-bottom:18px;
	}
.nmessagenr ul li input{
	width:100%;
	overflow:hidden;
	border:solid 1px #cbcbcb;
	line-height:50px;
	padding:0 20px;
	}
.nmessagenr ul li textarea{
	width:100%;
	height:160px;
	overflow:hidden;
	border:solid 1px #cbcbcb;
	line-height:30px;
	padding:0 20px;
	}
.tjbtn {
    width: 100%;
    overflow: hidden;
}
.tjbtn button {
    width: 100%;
    height: 60px;
    background: #ed6d00;
    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-exp2{
	line-height:30px;
	font-size:16px;
	color:#343434;
	margin-top:30px;
}
.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:#ed6d00;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.logojs,.tel{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:19px;float:right;margin-right:10px;}
.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) {
	.prolist dl dt{
		height:240px;
	}
	.npro dl dt{
		height:329px;
	}
	.ncasenr ul li{
		height:243px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1598px) {
	.prolist dl dt{
		height:214px;
	}
	 .npro dl dt{
		 height:296px;
	 }
	.ncasenr ul li{
		height:218px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.prolist dl dt{
		height:201px;
	}
	 .npro dl dt{
		 height:279px;
	 }
	.ncasenr ul li{
		height:206px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.prolist dl dt{
		height:188px;
	}
	 .npro dl dt{
		 height:263px;
	 }
	.ncasenr ul li{
		height:194px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.prolist dl dt{
		height:167px;
	}
	 .npro dl dt{
		 height:237px;
	 }
	.ncasenr ul li{
		height:175px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.prolist dl dt{
		height:145px;
	}
	 .npro dl dt{
		 height:210px;
	 }
	.ncasenr ul li{
		height:155px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.prolist dl dt{
		height:140px;
	}
	 .npro dl dt{
		 height:204px;
	 }
	.ncasenr ul li{
		height:150px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.prolist dl dt{
		height:166px;
	}
	 .npro dl dt{
		 height:271px;
	 }
	 .ncasenr ul li{
		 height:178px;
	 }
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.prolist dl dt{
		height:145px;
	}
	 .npro dl dt{
		 height:242px;
	 }
	 .ncasenr ul li{
		 height:159px;
	 }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.prolist dl dt{
		height:195px;
	}
	 .npro dl dt{
		 height:201px;
	 }
	 .ncasenr ul li{
		 height:203px;
	 }
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.prolist dl dt{
		height:162px;
	}
	 .npro dl dt{
		 height:170px;
	 }
	 .ncasenr ul li{
		 height:171px;
	 }
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.prolist dl dt{
		height:124px;
	}
	 .npro dl dt{
		 height:133px;
	 }
	 .ncasenr ul li{
		 height:134px;
	 }
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.prolist dl dt{
		height:108px;
	}
	 .npro dl dt{
		 height:118px;
	 }
	 .ncasenr ul li{
		 height:118px;
	 }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.prolist dl dt{
		height:90px;
	}
	 .npro dl dt{
		 height:100px;
	 }
	 .ncasenr ul li{
		 height:101px;
	 }
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.prolist dl dt{
		height:88px;
	}
	 .npro dl dt{
		 height:98px;
	 }
	 .ncasenr ul li{
		 height:98px;
	 }
}
@media(max-width:1680px) {
	.honornr .owl-controls .owl-buttons .owl-prev{
		left:-50px;
	}
	.honornr .owl-controls .owl-buttons .owl-next{
		right:-50px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.rslides_tabs{
		bottom:60px;
	}
	.tit p{
		font-size:40px;
		line-height:40px;
	}
	.ab_fl dl dt .counter{
		font-size:60px;
		line-height:60px;
	}
	.about .aboutnr {
		padding-left: 100px;
	}
}
@media(max-width:1440px) {
	.nav .menu > li{
		padding: 0 40px;
	}
	.prolist dl dd{
		font-size:18px;
	}
	.ab_fl dl dt .counter{
		font-size:50px;
		line-height:50px;
	}
	.npro dl dd {
		width: 90%;
		margin: 0 5%;
	}
	.promenu ul li{
	    margin: 5px;
	}
}
@media(max-width:1360px) {
	.logo {
		padding: 32.5px 40px 32.5px 0;
	}
	.tit p{
		font-size:36px;
		line-height:36px;
	}
	.about .aboutnr {
		padding-left: 80px;
	}
	.nnews dl dd .nnewsrt{
		padding-left:20px;
	}
	.nqywhlist .nqywh_text dl dt{
		width:16%;
	}
	.nqywhlist .nqywh_text dl dd{
		width:84%;
	}
}
@media(max-width:1280px) {
	.logo {
		padding: 32.5px 30px 32.5px 0;
	}
	.logojs{
		padding: 27.5px 0 27.5px 30px;
	}
	.tel .telrt{
		font-size:34px;
	}
	.logojs h4,.logojs h4 span{
		font-size:20px;
	}
	.nav .menu > li{
		padding: 0 35px;
	}
	.prolist dl dd {
		font-size: 16px;
	}
	.about .aboutnr {
		padding-left: 60px;
	}
	.ab_fl dl dt .counter {
		font-size: 44px;
		line-height: 44px;
	}
	.ab_fl dl dd{
		margin-top:0;
	}
	.promenu ul li{
		margin:5px 6px;
	}
	.nnews dl dd{
		padding-left:30px;
	}
	.npro dl dd{
		font-size:16px;
	}
	.footerrt .blxfs{
		padding-left:20px;
	}
	.footerrt .bewm{
		padding-right:20px;
	}
}
@media(max-width:1152px) {
	.logo {
		padding: 32.5px 15px 32.5px 0;
	}
	.logojs{
		padding: 27.5px 0 27.5px 15px;
	}
	.tel{
		padding-left:40px;
	}
	.tel .telrt {
		font-size: 28px;
	}
	.logojs p{
		font-size:16px;
	}
	.logojs h4, .logojs h4 span {
		font-size: 18px;
	}
	.tel .tellf span{
		font-size:16px;
	}
	.tel .tellf p{
		font-size:12px;
	}
	.nav .menu > li{
		padding: 0 30px;
	}
	.tit p{
		font-size:34px;
		line-height:34px;
	}
	.about .aboutnr {
		padding-left: 40px;
	}
	.promenu ul li{
		width:auto;
		padding:0 30px;
	}
	.nqywhlist .nqywh_text dl dt{
		width:19%;
	}
	.nqywhlist .nqywh_text dl dd{
		width:81%;
	}
}
@media(max-width:1023px) {
	.logo {
		padding: 10px 15px 10px 0;
	}
	.header{
		height:105px;
	}
	.banner,.banner_n{
		margin-top:105px;
	}
}
@media(max-width:991px) {
	.rslides_tabs{
		bottom:40px;
	}
	.prolist dl dd{
		padding-bottom: 15px;
		margin-top:15px;
	}
	.tit p {
		font-size: 30px;
		line-height: 30px;
	}
	.tit h3,.tit h3 a{
		font-size:22px;
	}
	.about{
		padding-top: 180px;
		padding-bottom:80px;
	}
	.about .aboutnr {
		padding-left: 0;
	}
	.ab_fl{
		margin-top:50px;
	}
	.aboutms{
		width:100%;
	}
	.aboutmore{
		margin-top:60px;
	}
	.promenu ul li {
		padding: 0 20px;
	}
	.newsnr .newslf,.news .newsrt{
		width:100%;
	}
	.news{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.newslf .newsmenu {
		margin-top: 30px;
	}
	.newsmore{
		margin-top:50px;
	}
	.news .newsrt dl{
		padding:0;
		margin-top:30px;
	}
	.newsrt dl dd .newsmore2{
		margin-top:20px;
	}
	.npro .npro_infort {
		padding: 32px 0 0 0;
	}
	.npro .npro_infort h1{
		font-size:24px;
		line-height:35px;
	}
	.honornr .owl-controls .owl-buttons .owl-prev{
		left: -30px;
	}
	.honornr .owl-controls .owl-buttons .owl-next{
		right:-30px;
	}
	.nqywhlist .nqywh_text{
		width:100%;
	}
	.nqywhlist .nqywh_text dl dt {
		width: 14%;
	}
	.nqywhlist .nqywh_text dl dd{
		width: 86%;
	}
	.ncasenr ul li{
		width:31.33333333%;
	}
	.nnews dl dd{
		padding-left:30px;
	}
	.nnews dl dd .nnewsdate{
		font-size:24px;
	}
	.nnews h1{
		font-size:20px;
	}
	.nmessage .nmessagenr .ncontact{
		padding:0;
		margin-bottom:30px;
	}
	.npro dl{
		width:48%;
	}
	.npro dl dd{
		padding: 10px 0;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child{
		text-align:left;
	}
	.ntit h3,.ntit h3 a{
		font-size:26px;
	}
	.footer .footerlf,.footer .footerrt{
		width:100%;
	}
	.footerrt .blxfs{
		float:left;
		border-left:none;
		padding-left:0;
	}
	.footerrt .bewm{
		padding-right:0;
	}
	.footer .footerrt{
		margin-top:20px;
	}
	.footernr .bot .botlf,.footernr .bot .botrt{
		width:100%;
		text-align:center;
	}
}
@media(max-width:859px) {
	.nnews dl dt {
		width: 26%;
	}
	.nnews dl dd{
		width: 74%;
	}
	.nnews dl dd .nnewslf,.nnews dl dd .nnewsrt{
		width: 100%;
	}
	.nnews dl dd .nnewsrt{
		padding-left:0;
		border-left:none;
	}
}
@media(max-width:767px) {
	.rslides_tabs{
		bottom:20px;
	}
	.honor {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.prolist dl{
		padding:0 10px;
	}
	.prolist dl {
		margin: 20px 0;
	}
	.ab_fl dl{
		width:50%;
		margin-right:0;
		margin-top:10px;
	}
	.ncasenr ul li{
		width:48%;
	}
	.nqywhlist .nqywh_text dl dt {
		width: 16%;
	}
	.nqywhlist .nqywh_text dl dd{
		width: 84%;
	}
	.nnews dl dt,.nnews dl dd{
		width:100%;
	}
	.nnews dl dd {
		padding-left: 0;
		margin-top:10px;
	}
	.ncasenr ul li{
		margin: 10px 1%;
	}
	.footer .footerlf ul li{
		width:33.3333333%;
	}
	.footer .footerlf ul li:nth-child(4){
		clear:both;
	}
}
@media(max-width:640px) {
	.top .toplf{
		width:100%;
	}
	.top .toprt{
		display:none;
	}
	.topnr,.headernr{
		width:98%;
	}
	.logo {
		padding: 15px 0;
	}
	.logo img{
		height:40px;
	}
	.ab_fl dl{
		width:100%;
	}
	.rg{
		margin-right:0;
	}
	.rslides img{
		width: 126%;
		margin-left: -13%;
	}
	.rslides_tabs{
		margin-left:-48px;
	}
	.rslides_tabs li {
		width: 12px;
		height: 12px;
		margin: 0 10px;
	}
	.honornr .owl-controls .owl-buttons .owl-prev{
		left: -20px;
	}
	.honornr .owl-controls .owl-buttons .owl-next{
		right:-20px;
	}
	.nqywhlist .nqywh_text dl dt, .nqywhlist .nqywh_text dl dd{
		width: 100%;
		font-size:16px;
		line-height:30px;
	}
	.npro dl dt .nprobg{
		background-size: 50px;
	}
	.footerrt .blxfs,.footerrt .bewm{
		width:100%;
	}
	.footerrt .bewm{
		text-align:left;
		margin-top:20px;
	}
}
@media(max-width:500px) {
}
@media(max-width:425px) {
}
@media(max-width:375px) {
	.honornr .owl-controls .owl-buttons .owl-prev{
		left: -15px;
	}
	.honornr .owl-controls .owl-buttons .owl-next{
		right:-15px;
	}
}