@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */

.header{
	width:100%;
	height:100px;
	position: fixed;
	background:#fff;
	z-index: 998;
	top:0;
	padding:0 2%;
	}
.logo{
	overflow:hidden;
	padding:21px 0;
}
.cnen{
	overflow:hidden;
	padding:39px 0;
	margin-right:18px;
}
.cnen a{
	line-height:22px;
	display:block;
	padding:0 12px;
	float:left;
	font-family:Arial;
	color:#000;
}
.cnen a.cur{
	background:#e58633;
	color:#fff;
	border-radius:20px;
}
.cnen a:hover{
	background:#e58633;
	color:#fff;
	border-radius:20px;
}
.topewm{
	padding:41px 0;
	position:relative;
	}
.topewm .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:100px;
	right:0;
}
.topewm .ewmimg img{
	width:100px;
}
.topewm:hover .ewmimg{
	opacity:1;
}
.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{
	text-align:right;
	margin-right:130px;
}
.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:102px;
	padding:0 25px;
	}

.nav .menu > li a{
	color:#000;
	font-weight:bold;
	font-size:16px;
	display:block;
	line-height:100px;
	position:relative;
	}
.nav .menu > li a:after{
	content:"";
	width:0;
	height:2px;
	background:#363636;
	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 .submenu{

	width:160px;
	left:50%;
	margin-left:-80px;

	}

.nav .menu > li .submenu li{

	width:100%;

	line-height:30px;
	padding:5px 0;
	background:#0b52a0;
	text-align:center;

	margin-top:1px;
	padding:0;

}

.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:after{
	display:none;
}

.nav .menu > li .submenu li:hover{

	background:#ee8544;

}
.nav .menu > li:hover a:after,.nav .menu > li.active a: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: 100px;
}
.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 .banimg{
	position:absolute;
	top:50%;
	margin-top:-50px;
	right:0;
}
.banner .bannernr1{
	width:23%;
	overflow:hidden;
	position:absolute;
	left:19%;
	top:28%;
	z-index:99;
	text-align:left;
}
.banner .bannernr2{
	width:25%;
	overflow:hidden;
	position:absolute;
	left:19%;
	top:33%;
	z-index:99;
	text-align:left;
}
.banner .bannernr3{
	width:24%;
	overflow:hidden;
	position:absolute;
	left:19%;
	top:29%;
	z-index:99;
	text-align:left;
}
.banner .bannernr1 p,.banner .bannernr2 p,.banner .bannernr3 p{
	width:100%;
	overflow:hidden;
}
.banner .bannernr1 p img,.banner .bannernr2 p img,.banner .bannernr3 p img{
	max-width:100%;
	height:auto;
}
.banner .bannernr1 a{
	display:block;
	width:164px;
	height:48px;
	text-align:center;
	line-height:48px;
	border:solid 1px #fff;
	font-size:17px;
	color:#fff;
	font-family:Arial;
	text-transform:uppercase;
	margin-top:110px;
}
.banner .bannernr2 a,.banner .bannernr3 a{
	display:block;
	width:164px;
	height:48px;
	text-align:center;
	line-height:48px;
	font-size:17px;
	background:#0a498f;
	color:#fff;
	font-family:Arial;
	text-transform:uppercase;
	margin-top:62px;
}
.banner .bannernr2 a{
	margin-top:106px;
}
.mouse-index{
	position:absolute;
	bottom:48px;
	left:50%;
	width:70px;
	margin-left:-35px;
	z-index:999;
	}
.mouse {
  width: 47px;
  overflow:hidden;
  position:relative;
	left:50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
		  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.mouse-index p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
}

@-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 .banimg {
	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;
	left:50%;
	margin-left:-42px;
	bottom:56px;
	z-index: 99;
	display: inline-block;
}
.rslides_tabs li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 8px;
}
.rslides_tabs a {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border:solid 2px #fff;
}
.rslides_tabs li a:hover, .rslides_tabs .rslides_here a {
	background:#fff;
}
.rslides_tabs li a:hover:before, .rslides_tabs .rslides_here a:before {
	background: #058ed2;
}
/* 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_more{
	width:83px;
	overflow:hidden;
	line-height:30px;
	padding-bottom:22px;
	background:url(../images/icon2.png) no-repeat left bottom;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	position:absolute;
	left:34px;
	bottom:36px;
	z-index:99;
	text-align:left;
	}
.banner_more a{
	font-size:16px;
	color:#fff;
	display:block;
	}
.bannernr{
	width:522px;
	height:86px;
	background:#fff;
	position:absolute;
	right:0;
	bottom:0;
	z-index:99;
	}
.bannerlf{
	width:38%;
	overflow:hidden;
	text-align:center;
	}
.bannerlf ul{
	overflow:hidden;
	display:inline-block;
	}
.bannerlf ul li{
	overflow:hidden;
	float:left;
	margin:0 18px;
	line-height:86px;
	}
.bannerrt{
	width:62%;
	overflow:hidden;
	line-height:86px;
	background: -webkit-linear-gradient(left, #70b42d , #488a36); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #70b42d , #488a36); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #70b42d , #488a36); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #70b42d , #488a36); /* 标准的语法 */
	}
.bannertel{
	width:100%;
	overflow:hidden;
	background:url(../images/icon5.png) no-repeat 58px center;
	line-height:86px;
	font-size:25px;
	color:#fff;
	font-family:Arial;
	padding-left:110px;
	text-align:left;
	}
/*banner*/
.line{
	width:100%;
	height:4px;
	background:#d86a36;
	}
/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:50px;
	color:#252525;
	line-height:50px;
	font-weight:bold;
	text-transform:uppercase;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#252525;
	line-height:40px;
	font-weight:normal;
	margin-top:4px;
	}
.tit h3 a{
	font-size:25px;
	color:#252525;
	}
.bg{
	background:#f7f7f7;
	}
.nbg{
	width:100%;
	overflow:hidden;
	background: -webkit-linear-gradient(top, #fff , #f7f7f7);
    background: -o-linear-gradient(bottom, #fff , #f7f7f7);
    background: -moz-linear-gradient(bottom, #fff , #f7f7f7);
    background: linear-gradient(to bottom, #fff , #f7f7f7);
	padding-bottom: 60px;
}
/* content
-------------------------------------------------------------- */
.content{
	margin-top:45px;
	margin-bottom:44px;
}
.about,.news{
	padding:0;
	}
.about .aboutimg{
	overflow:hidden;
	padding:0;
	}
.about .aboutnr{
	overflow:hidden;
	padding:0 0 0 20px;
	}
.about .aboutimg img{
	max-width:100%;
	height:auto;
	}
.about .aboutimg:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.aboutnr h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#505960;
	line-height:30px;
	margin-top:7px;
	}
.aboutnr h4 a{
	font-size:18px;
	color:#505960;
}
.aboutnr .aboutms{
	width:100%;
	overflow:hidden;
	color:#92969a;
	line-height:24px;
	margin-top:8px;
	text-align:justify;
	}
/* news
-------------------------------------------------------------- */
.news{
	padding-left:50px;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #cacdcf;
	}
.newsmenu{
	width:90%;
	overflow:hidden;
	}
.newsmenu ul{
	overflow:hidden;
	}
.newsmenu ul li{
	overflow:hidden;
	float:left;
	margin-right:34px;
	line-height:30px;
	position:relative;
	padding-bottom:12px;
	}
.newsmenu ul li a{
	font-size:16px;
	color:#505960;
	}
.newsmenu ul li:after{
	content:"";
	width:0;
	height:4px;
	background:#0b52a0;
	position:absolute;
	left:0;
	bottom:0;
	}
.newsmenu ul li:hover:after{
	width:100%;
	}
.newstit .newsmore{
	width:10%;
	overflow:hidden;
	padding-top:8.5px;
	text-align:right;
	}
.newsnr{
	margin-top:15px;
	}
.newsnr,.newsnr ul,.newsnr ul li{
	width:100%;
	overflow:hidden;
	}
.newsnr ul li{
	line-height:32px;
	}
.newsnr ul li a{
	width:80%;
	overflow:hidden;
	display:block;
	float:left;
	color:#505960;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsnr ul li span{
	width:20%;
	overflow:hidden;
	display:block;
	float:right;
	text-align:right;
	color:#505960;
	}
.newsnr ul li:hover a{
	color:#0b52a0;
	}
/* product
-------------------------------------------------------------- */
.product{
	width:100%;
	overflow:hidden;
	background:#e0e2e4;
	}
.ix2{ background:#e0e2e4; }
.ixlink{ position:relative; height:188px; overflow:hidden; }
.ixlink li{ position:absolute; left:0; top:0; height:100%; width:100%; transition:300ms,; -webkit-transition:300ms; }
.ixlink .item1{ z-index:1; left:0; }
.ixlink .item2{ z-index:2; left:29.75%; }
.ixlink .item3{ z-index:3; left:54.33%; }
.ixlink .item4{ z-index:4; left:70%; }
.ixlink .lk-a{ width:38.5%; display:block; height:100%; color:#666; position:relative; overflow:hidden; }
.ixlink .lk-a .bg{ width:100%; height:100%;  }
.ixlink .lk-a .lk-ti{ position:relative;width:100%;overflow:hidden; padding:90px 0 0 35px; }
.ixlink .item1 .lk-a{ background:#f4f4f6; }
.ixlink .item1 .lk-a .bg{ background:url(../img/lk-1.png) no-repeat bottom left; }

.ixlink .item2 .lk-a{ background:url(../img/lk-2.png) no-repeat center center; background-size:cover; }
.ixlink .item2 .lk-a .bg{ background:url(../img/lk-22.png) no-repeat bottom left; }

.ixlink .item3 .lk-a{ background:#da271e; }
.ixlink .item3 .lk-a .bg{ background:url(../img/lk-3.png) no-repeat bottom left; }
.ixlink .item3 .lk-a .ma{ width:129px; position:absolute; right:27px; top:28px; }


.ixlink .item4 .lk-a{ background:#1d2467; }
.ixlink .item4 .lk-a .bg{ background:url(../img/lk-4.png) no-repeat bottom left; }

.ixlink.action-0 .item2{ left:38.5%; }
.ixlink.action-0 .item3{ left:59%; }
.ixlink.action-0 .item4{ left:79.5%; }

.ixlink.action-1 .item2{ left:20.5%; }
.ixlink.action-1 .item3{ left:59%; }
.ixlink.action-1 .item4{ left:79.5%; }

.ixlink.action-2 .item2{ left:20.5%; }
.ixlink.action-2 .item3{ left:41%; }
.ixlink.action-2 .item4{ left:79.5%; }

.ixlink.action-3 .item2{ left:20.5%; }
.ixlink.action-3 .item3{ left:41%; }
.ixlink.action-3 .item4{ left:61.5%; }

.lk-ti .line{ display:block; width:16px; height:2px; background:#f6531c; margin-bottom:8px; }
.lk-ti .en{ color:#242424; text-transform:uppercase; font-size:13px;font-family:Arial; }
.lk-ti .en strong{ font-size:24px; display:block; line-height:26px; }
.lk-ti .ch{color:#fff;font-size:16px; font-weight:bold; }
.lk-ti .xqmore{
	width:100%;
	overflow:hidden;
	line-height:25px;
	color:#fff;
	display:none;
}
.productnr ul li:first-child .xqmore{
	color:#333;
}
.ixlink .item2 .lk-ti .line{ background:#fff; }
.ixlink .item2 .lk-ti .en{ color:#fff; }
.item1 .lk-ti .ch{
	color:#0b52a0;
}

.ixlink .item3 .lk-ti .line,
.ixlink .item4 .lk-ti .line{ background:#fff; }
.ixlink .item3 .lk-ti .en,.ixlink .item3 .lk-ti .ch,
.ixlink .item4 .lk-ti .en,.ixlink .item4 .lk-ti .ch{ color:#fff; }
.ixlink .item1 { transition: left 300ms, transform 300ms 0ms, opacity 700ms 0ms; }
.ixlink .item2 { transition: left 300ms, transform 300ms 200ms, opacity 700ms 200ms; }
.ixlink .item3 { transition: left 300ms, transform 300ms 400ms, opacity 700ms 400ms; }
.ixlink .item4 { transition: left 300ms, transform 300ms 600ms, opacity 700ms 600ms; }
.transShow { transform: translate(0); -webkit-transform: translate(0); opacity: 1; }
.probg {
	width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
}
.ixlink .item1 .probg{
	background:url(../images/probg1.jpg) no-repeat top center;
	background-size:cover;
	}
.ixlink .item2 .probg{
	background:url(../images/probg2.jpg) no-repeat top center;
	background-size:cover;
	}
.ixlink .item3 .probg{
	background:url(../images/probg3.jpg) no-repeat top center;
	background-size:cover;
	}
.ixlink .item4 .probg{
	background:url(../images/probg4.jpg) no-repeat top center;
	background-size:cover;
	}
/* contentlf
-------------------------------------------------------------- */
.contentlf{
	width:23%;
	overflow:hidden;
	border-right: 1px solid #c9d0d9;
	}
.contentlf ul,.contentlf ul li{
	width:100%;
	overflow:hidden;
	}
.contentlf ul li{
	line-height:30px;
	padding:10px 0 10px 40px;
	border-bottom: 1px solid #c9d0d9;
	transition:300ms; 
	-webkit-transition:300ms;
	}
.contentlf ul li a{
	color:#969696;
	font-size:16px;
	display:block;
	}
.contentlf ul li:hover,.contentlf ul li.active{
	background:#0b52a0;
	}
.contentlf ul li:hover a,.contentlf ul li.active a{
	color:#fff;
	}
.contentrt{
	width:77%;
	overflow:hidden;
	padding-left:40px;
	}
/* position
-------------------------------------------------------------- */
.position{
	width:100%;
	overflow:hidden;
	border-bottom: 1px solid #c9d0d9;
	background:#fff;
	}
.positionnr{
	line-height:46px;
	}
/* link
-------------------------------------------------------------- */
.link{
	overflow:hidden;
	padding:0 0 0 10px;
	line-height:30px;
	font-size:15px;
	color:#646464;
	text-align:right;
	}
.link a{
	font-size:15px;
	color:#646464;
	margin-right:10px;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding-top:38px;
	padding-bottom:43px;
}
.footer .footerlf{
	overflow:hidden;
	padding:0;
	font-size:15px;
	color:#646464;
	line-height:30px;
}
.bot{
	width:100%;
	overflow:hidden;
	}
.bot .botlf{
	font-size:15px;
	color:#0a498f;
	padding-right:8%;
	}
.bot .botin,.bot .botrt{
	color:#646464;
	}
.bot .botrt{
	text-align:right;
	}
.bot .botlf,.bot .botin,.bot .botrt{
	line-height:30px;
	}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:450px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
	margin-top:100px;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:600px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:394px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:338px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:319px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:270px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:232px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:180px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:150px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:127px;
	}
}
/* 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: #0c487f;
	transition: all 0.8s ease;
}

.position a {
	transition: all 0.8s ease;
	font-size:16px;
	color:#000;
}

.position a:hover {
	color: #0c487f;
}
/* ntit
-------------------------------------------------------------- */
.ntit {
	width: 100%;
	border-bottom: 2px solid #dfe4ec;
    padding: 77px 0 14px 0;
	line-height:36px;
	font-size:26px;
	color: #969696;
	position:relative;
}
.ntit:before {
    content: "";
    width: 98px;
    height: 2px;
    background: #0b52a0;
    position: absolute;
    left: 0;
    bottom: -2px;
}
/* nabout
-------------------------------------------------------------- */
.nabout{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	margin-top:40px;
	}
.nabout p{
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nabout img{
	max-width:100%;
	height:auto;
	}


/* promenu
-------------------------------------------------------------- */
.promenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:34px;
	}
.promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.promenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin:0 28px;
	padding-bottom:26px;
	position:relative;
	}
.promenu ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#71b52c;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.promenu ul li a{
	font-size:16px;
	color:#343434;
	}
.promenu ul li:hover:after,.promenu ul li.cur:after{
	width:100%;
	}
.promenu ul li:hover a,.promenu ul li.cur a{
	color:#71b52c;
	}
/* nmenu
-------------------------------------------------------------- */
.nmenu{
	margin-top:20px;
}
.nmenu,.nmenu ul{
	width:100%;
	overflow:hidden;
}
.nmenu ul li{
	overflow:hidden;
	float:left;
	padding:10px;
	margin-right:5px;
	line-height:30px;
}
.nmenu ul li a{
	font-size:16px;
}
.nmenu ul li.active{
	background:#0b52a0;
}
.nmenu ul li.active a{
	color:#fff;
}
/* npro
-------------------------------------------------------------- */
.npro{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.npro dl{
	overflow:hidden;
	padding:0 10px;
	margin:10px 0;
	}
.npro dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	}
.npro dl dd{
	text-align:center;
	line-height:30px;
	font-size:16px;
	color:#757575;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npro dl dt{
	position:relative;
	height:204px;
	border:solid 1px #c1c1c1;
	}
.npro 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;
	}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dt .probg{
	width:100%;
	height:100%;
	position:absolute;
	background: -webkit-linear-gradient(left, rgba(255,65,23,0.9) , rgba(255,130,56,0.9)); /* Safari 5.1 - 6.0 */
	  background: -o-linear-gradient(right, rgba(255,65,23,0.9) , rgba(255,130,56,0.9)); /* Opera 11.1 - 12.0 */
	  background: -moz-linear-gradient(right, rgba(255,65,23,0.9) , rgba(255,130,56,0.9)); /* Firefox 3.6 - 15 */
	  background: linear-gradient(to right, rgba(255,65,23,0.9) , rgba(255,130,56,0.9)); /* 标准的语法 */
	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 dt .probg span{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/icon2.png) no-repeat center center;
	}
.npro dl:hover dd{
	color:#0b52a0;
}
.npromenu{
	width:100%;
	overflow:hidden;
	}
.npromenu .npromenunr{
	width:100%;
	overflow:hidden;
	border:solid 1px #c9c9c9;
	padding:10px 20px 40px 20px;
	border-top:none;
	margin-top:-6px;
	}
.npromenu .npromenunr h4{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	line-height:30px;
	background:url(../images/icon4.png) no-repeat right center;
	margin-top:20px;
	}
.npromenu .npromenunr h4 a{
	font-size:18px;
	color:#3a3a3a;
	}
.npromenu .npromenunr ul{
	width:100%;
	overflow:hidden;
	}
.npromenu .npromenunr ul li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	background:url(../images/icon27.png) no-repeat right center;
	margin-top:20px;
	}
.npromenu .npromenunr ul li a{
	font-size:16px;
	color:#808080;
	}
.npromenu .npromenunr ul li:hover,.npromenu .npromenunr h4:hover,.npromenu .npromenunr h4.active{
	background:url(../images/icon5.png) no-repeat right center;
	}
.npromenu .npromenunr ul li:hover a,.npromenu .npromenunr h4:hover a,.npromenu .npromenunr h4.active a{
	color:#183753;
	}
.nlxfs{
	width:100%;
	overflow:hidden;
	margin-top:44px;
	}
.nlxfs .nlxfsnr{
	width:100%;
	overflow:hidden;
	border:solid 1px #c9c9c9;
	padding:30px 15px 26px 15px;
	border-top:none;
	margin-top:-6px;
	}
.nlxfs .nlxfsnr p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#808080;
	line-height:30px;
	}
.npro .left-pro{
	width:55%;
	}
.npro .t2{
	padding:0;
	border:solid 1px #c1c1c1;
}
.MagicZoom{
	margin:auto;
}
.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 #c1c1c1;
}
#showArea a img{
	max-width:100%;
	height:auto;
}
.npro .nproinfo{
	width:45%;
	overflow:hidden;
	padding-left:30px;
	}
.npro h1{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#323232;
	line-height:35px;
	text-align:center;
	margin: 0 0 20px 0;
	}
.npro .nproinfo .npro_ms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:20px;
	}
.npro .nproinfo .npro_fl{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #f4f4f4;
	border-bottom:solid 1px #f4f4f4;
	line-height:30px;
	padding:5px 0;
	margin-top:20px;
	}
.npro .nproinfo .nprobtn{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.npro .nproinfo .nprobtn a{
	display:block;
	width:130px;
	height:50px;
	background:#666;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#fff;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	}
.npro .nproinfo .nprobtn a:hover{
	background:#0c487f;
}
.npro .nproimg{
	width:100%;
	overflow: hidden;
	text-align:center;
	}
.npro .nproimg img{
	max-width:100%;
	height:auto;
	}
.npro .fbnr {
	width:100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}
.npro .fbnr p {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.npro .fbnr img {
	max-width: 100%;
	height: auto;
}
.npro .fbnr table{
	width:100%;
}
.npro .fbnr table tr,.npro .fbnr table tr td{
	line-height:30px !important;
	padding:0 10px;
	font-size:16px !important;
}
.fhlist{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.fhlist a{
	width:140px;
	height:40px;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:40px;
	background:#0b52a0;
	display:block;
	margin:auto;
}
/* nhzpp
-------------------------------------------------------------- */
.nhzpp{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.nhzpp ul{
	width:100%;
	overflow:hidden;
}	
.nhzpp ul li{
	width:23%;
	overflow:hidden;
	float:left;
	margin:10px 1%;
	border: solid 1px #eee;
}	
.nhzpp ul li img{
	max-width:100%;
	height:auto;
}	
/* nnews
-------------------------------------------------------------- */
.nnews,.njob{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.njob,.njob p,.njob div,.njob span{
    line-height: 30px;
    font-size: 16px;
	}
.nnews dl{
	width:100%;
	overflow:hidden;
	border-bottom: 1px solid #dbdbdd;
    padding-bottom: 38px;
    margin-bottom: 45px;
	}
.nnews dl dt{
	width:30%;
	overflow:hidden;
	float:left;
	position:relative;
	height:180px;
	}
.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:28px;
	}
.nnews dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#000;
	font-weight:normal;
	}
.nnews dl dd p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:5px;
	}
.nnews dl dd .nnewsmore{
	width:100%;
	overflow:hidden;
	margin-top:55px;
	line-height:30px;
	}
.nnews dl dd .nnewsmore span{
	float:left;
	display:block;
	}
.nnews dl dd .nnewsmore .aw {
    width: 17px;
    height: 17px;
	display:block;
    border: 1px solid #8f8f8f;
    float: left;
    border-radius: 100%;
    background: url(../images/news-aw.png) no-repeat right center;
    margin-left: 14px;
    margin-top: 6.5px;
    transition: border 300ms,transform 300ms,background-color 300ms;
    -webkit-transition: border 300ms,transform 300ms,background-color 300ms;
}
.nnews dl:hover dd .nnewsmore .aw {
	background-position:left center;
	background-color:#0b52a0;
	border:solid 1px #0b52a0;
	}
.nnews dl:hover dd h4{
	color:#0b52a0;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #333;
	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;
}
.nyj h1 {
    border-bottom: solid 1px #ebebeb;
	padding-bottom:10px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* nhonor
-------------------------------------------------------------- */
.nhonor {
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.nhonor dl{
	overflow:hidden;
	padding:0 10px;
	margin:15px 0;
}
.nhonor dl dt,.nhonor dl dd{
	width:100%;
	overflow:hidden;
}
.nhonor dl dt{
	text-align:center;
	position:relative;
	height:286px;
}
.nhonor dl dt img{
	max-width:100%;
	height:auto;
}
.nhonor 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;
}
.nhonor dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nhonor dl dd{
	text-align:center;
	line-height:30px;
}
/* nwxby
-------------------------------------------------------------- */
.nwxby{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nwxby ul,.nwxby ul li{
	width:100%;
	overflow:hidden;
	}
.nwxby ul li{
	font-size:16px;
	line-height:30px;
	border-bottom:dashed 1px #ccc;
	padding:5px 0;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nwxby ul li a{
	font-size:16px;
	}
.nwxby ul li:hover a{
	color:#0b52a0;
	}
/* ntit
-------------------------------------------------------------- */
.ntit2{
	width:100%;
	overflow:hidden;
	}
.ntit2 h3{
	width:100%;
	overflow: hidden;
	font-size: 28px;
	color: #112010;
	line-height:38px;
	text-align:center;
	font-weight:normal;
	}
.ntit2 hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #0b52a0;
	margin:18px auto 0;
	}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
}
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:18px;
	color:#333;
	line-height:35px;
	padding:40px 0 0 0;
	margin-top:28px;
	}
.ncontact .ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.newm{
	width:20%;
	overflow:hidden;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
	border: solid 1px #ccc;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
.ncontact .ncontactnr p,.ncontact .ncontactnr .ncontactlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.ncontact .ncontactnr p a{
	font-size:16px;
	color:#333;
	}


/* nmessage
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessage{
	width:100%;
	overflow:hidden;
	margin-top:60px;
}
.nmessage .nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:20px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon11.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon12.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon13.png) no-repeat 24px 21.5px;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
	background:#0b52a0;
    color: #fff;
	text-align:center;
	font-size:16px;
	}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}

/* 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{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#0b52a0;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.tel{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:14px;float:right;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}


@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.nhonor dl dt{
		height:235px;
	}
	.npro dl dt{
		height:168px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.nhonor dl dt{
		height:204px;
	}
	.npro dl dt{
		height:146px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.nhonor dl dt{
		height:282px;
	}
	.npro dl dt{
		height:201px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.nhonor dl dt{
		height:331px;
	}
	.npro dl dt{
		height:267px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.nhonor dl dt{
		height:292px;
	}
	.npro dl dt{
		height:236px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.nhonor dl dt{
		height:372px;
	}
	.npro dl dt{
		height:194px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.nhonor dl dt{
		height:310px;
	}
	.npro dl dt{
		height:161px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.nhonor dl dt{
		height:238px;
	}
	.npro dl dt{
		height:123px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.nhonor dl dt{
		height:206px;
	}
	.npro dl dt{
		height:107px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.nhonor dl dt{
		height:172px;
	}
	.npro dl dt{
		height:89px;
	}
}
@media only screen and (min-width:0px) and (max-width: 319px) {
	.nhonor dl dt{
		height:168px;
	}
	.npro dl dt{
		height:85px;
	}
}


@media(max-width:1600px) {
	.nav {
		margin-right: 100px;
	}
}
@media(max-width:1440px) {
	.nav {
		margin-right: 80px;
	}
	.rslides_tabs{
		bottom:40px;
	}
}
@media(max-width:1360px) {
	.nav {
		margin-right: 50px;
	}
}
@media(max-width:1280px) {
	.nav {
		margin-right: 20px;
	}
	.nav .menu > li{
		padding: 0 20px;
	}
	.cont{
		width:88%;
	}
	.banner .bannernr1 a{
		margin-top:60px;
	}
	
}
@media(max-width:1279px) {
	.aboutnr h4{
		font-size:16px;
	}
}
@media(max-width:1152px) {
	.nav .menu > li{
		padding: 0 15px;
	}
	.aboutnr h4{
		margin-top:0;
	}
}
@media(max-width:1080px) {
	.nav .menu > li{
		padding: 0 12px;
	}
}
@media(max-width:1023px) {
	.topewm{
		display:none;
	}
	.header{
		height:60px;
	}
	.logo {
		padding: 10px 0;
	}
	.logo img{
		height:40px;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.banner .bannernr1,.banner .bannernr2,.banner .bannernr3{
		top:18%;
	}
	.banner .bannernr1 a,.banner .bannernr2 a, .banner .bannernr3 a{
		margin-top:40px;
	}
	.ixlink li {
		position: relative;
		left: 0 !important;
		height: 188px;
		width: 50%;
		float: left;
	}
	.ixlink{
		height:auto;
	}
	.ixlink .lk-a {
		width: auto;
	}
	.probg{
		background-position:right !important;
	}
	.product{
		background:#fff;
	}
	.contentlf,.contentrt{
		width:100%;
	}
	.contentlf{
		margin-top:30px;
	}
	.contentrt{
		padding-left:0;
	}
	.ntit {
		padding: 50px 0 14px 0;
	}
	.contentlf{
		border-right:none;
	}
	.contentlf ul li {
		padding: 10px 15px;
		width: auto;
		float: left;
		margin-right: 10px;
		border-bottom:none;
	}
	.nnews h1{
		font-size:20px;
		line-height:30px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
}
@media(max-width:991px) {
	.rslides_tabs{
		bottom:20px;
	}
	.news {
		padding-left: 0;
		margin-top:20px;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.newm{
		margin-top:20px;
	}
	.newm dl{
		float:left;
	}
	.ntit {
		font-size:22px;
		line-height:32px;
	}
	.link{
		padding:0;
		text-align:left;
	}
	.bot .botlf, .bot .botin, .bot .botrt{
		width:100%;
	}
	.bot .botlf{
		padding-right:0;
	}
	.bot .botrt{
		text-align:left;
	}
}
@media(max-width:768px) {
	.botlf,.botrt{
		text-align:center;
	}
}
@media(max-width:767px) {
	.rslides .banimg{
		width:140%;
		margin-left:-20%;
	}
	.banner .bannernr1 {
		width: 30%;
	}
	.banner .bannernr2{
		width: 42%;
	}
	.banner .bannernr3{
		width: 31%;
	}
	.banner .bannernr1 a,.banner .bannernr2 a, .banner .bannernr3 a{
		width: 100px;
		font-size:15px;
		height:40px;
		line-height:40px;
	}
	.nnews dl dd h4{
		font-size:18px;
	}
	.nnews dl dd .nnewsmore{
		margin-top:30px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right:0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left:0;
	}
	.nmessagenr dl dd textarea{
		height:240px;
	}
	.nhzpp ul li{
		width:31.33333333%;
	}
}
@media(max-width:640px) {
	.rslides_tabs{
		bottom:10px;
	}
	.banner .bannernr1 {
		width: 36%;
	}
	.banner .bannernr2{
		width: 48%;
	}
	.banner .bannernr3{
		width: 43%;
	}
	.banner .bannernr1, .banner .bannernr2, .banner .bannernr3{
		left:10%;
	}
	.banner .bannernr1 a, .banner .bannernr2 a, .banner .bannernr3 a {
		margin-top: 30px;
	}
	.banner .bannernr1 a, .banner .bannernr2 a, .banner .bannernr3 a {
		width: 70px;
		font-size: 12px;
		height: 35px;
		line-height: 35px;
	}
	.banner .bannernr1 a, .banner .bannernr2 a, .banner .bannernr3 a {
		margin-top: 20px;
	}
	.about .aboutimg,.about .aboutnr{
		width:100%;
	}
	.about .aboutnr{
		padding-left:0;
	}
	.about .aboutnr{
		margin-top:10px;
	}
	.ixlink li {
		width: 100%;
		float: none;
	}
	.lk-ti .xqmore{
		display:block;
	}
	.lk-ti .en{
		font-size:15px;
	}
	.item1 .lk-ti .ch,.lk-ti .ch{
		font-size:18px;
	}
	.lk-ti .xqmore{
		font-size:16px;
	}
	.contentlf ul li{
		width:33.333333%;
		padding: 10px 0;
		margin-right:0;
		text-align:center;
	}
	.nnews dl dt,.nnews dl dd{
		width:100%;
	}
	.nnews dl dd{
		padding-left:0;
		margin-top:20px;
	}
	.npro dl dd{
		font-size:15px;
	}
	.newsmenu ul li{
		margin-right:20px;
	}
	.nnews dl dt{
	    height: 422px;
	}
}
@media(max-width:540px) {
	.newsnr ul li a{
		width:70%;
	}
	.newsnr ul li span{
		width:30%;
	}
	.nnews dl dt{
	    height:356px;
	}
}
@media(max-width:500px) {
	.nhzpp ul li{
		width:48%;
	}
}
@media(max-width:425px) {
	.newsmenu ul li {
		margin-right: 15px;
	}
	.nnews dl dt{
	    height:280px;
	}
}
@media(max-width:375px) {
	.nnews dl dt{
	    height:247px;
	}
}
@media(max-width:320px) {
	.nnews dl dt{
	    height:211px;
	}
}