@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: 150px;
	position: fixed;
	z-index: 999;
	top: 0;
	background: #fff;
}
.top{
	width:100%;
	height:50px;
	background:#085ab2;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.top .toplf,.top .toprt{
	padding:0;
	font-size:16px;
	color:#fff;
	line-height:50px;
}
.top .toprt{
	text-align:right;
	}
.top .toprt a{
	margin-left:18px;
	font-size: 18px;
    color: #fff;
	}
.topewm {
	position:relative;
}
.topewm .ewmimg{
	display:none;
	-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:35px;
	right:0;
	z-index:99;
}
.topewm .ewmimg img{
	width:100px;
}
.topewm .topicon:hover{
	cursor:pointer;
}
.topewm:hover .ewmimg{
	display:block;
}
.logo {
	overflow: hidden;
	padding:23.5px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.cnen{
	display:none;
	padding-top:39px;
}
.cnen a{
	font-size:20px;
	color:#085ab2;
	font-weight:bold;
}
.small{
	height:100px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	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); 
}
.small .top{
	display:none;
}
/* 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;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	}

.nav .menu > li a{
	color:#444;
	font-size:16px;
	display:block;
	margin:0 35px;
	line-height:100px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:relative;
	}
.nav .menu > li a:after{
	content:"";
	position:absolute;
	width:0;
	height:3px;
	background:#d80d1b;
	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;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	color:#d6000f;
	font-weight:bold;
	}



.nav .menu > li .submenu{

	width:100%;

	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;

	background:#085ab2;

	text-align:center;
	margin-bottom:1px;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	line-height:30px;
	margin:0;
}
.nav .menu > li .submenu li a:after{
	display:none;
}

.nav .menu > li .submenu li:hover{

	background:#d6000f;

}
.nav .menu > li a:hover:after,.nav .menu > li.active a:after{
	width:100%;
	}
/* cont
-------------------------------------------------------------- */
.cont {
	width: 1438px;
	overflow: hidden;
	margin: auto;
}
.cont1 {
	width: 1438px;
	height:auto;
	margin: auto;
}
/* banner

-------------------------------------------------------------- */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 150px;
}
.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;
}
.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 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:relative;
	bottom:74px;
	z-index:99;
	display: inline-block;
}
.rslides_tabs li {
	float: left;
	width: 32px;
	height: 4px;
	margin: 0 11px;
	border:solid 1px #085ab2;
}
.rslides_tabs a {
	width: 100%;
	height: 100%;
	display: block;
}
.rslides_tabs li a:hover, .rslides_tabs .rslides_here a {
	background:#085ab2;
}
/* 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%;
	height:112px;
	font-size:77px;
	font-family:Arial;
	color:#eeeeee;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	position:relative;
}
.tit h3 {
	width:100%;
	overflow: hidden;
	font-size: 30px;
	color: #313131;
	line-height: 35px;
	text-align:center;
	position:absolute;
	top:50px;
	font-weight:normal;
}
.tit h3 a {
	font-size: 30px;
	color: #313131;
}
.tit hr{
	width:90px;
	overflow: hidden;
	border:none;
	border-bottom:solid 2px #085ab2;
	margin:0 auto;
}
.more {
	width:100%;
	overflow: hidden;
	margin-top:25px;
}
.more a {
	width: 155px;
	height: 50px;
	display: block;
	color: #085ab2;
	line-height:50px;
	text-align: center;
	border: solid 1px #085ab2;
	font-size:15px;
	margin:auto;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.more a:hover{
	background:#085ab2;
	color:#fff;
	}

/* pro
-------------------------------------------------------------- */
.pro{
	margin-top:60px;
	}
.pronr{
	width: 100%;
    margin-top:68px;
    overflow: hidden;
	}
.pronr dl{
	padding:0 10px;
	margin:0 0 62px 0;
	}
.pronr dl dt,.pronr dl dd{
	width:100%;
	overflow:hidden;
	}
.pronr dl dt{
	position:relative;
	height:289px;
	border:solid 1px #c1c1c1;
	}
.pronr 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;
}
.pronr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.pronr dl dd{
	line-height:52px;
	font-size:18px;
	color:#757575;
	background:url(../images/icon4.png) no-repeat right center;
	padding-right:40px;
	    white-space: nowrap;
    text-overflow: ellipsis;
	}
.pronr dl dt .probg{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(8,90,178,0.85) url(../images/icon3.png) no-repeat center center;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.pronr dl dt .probg p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:53%;
	font-weight:normal;
	}
.pronr 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);
	}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:#f5f5f5 url(../images/aboutbg.jpg) no-repeat top center;
	padding-top:175px;
	margin-top:148px;
}
.about .tit{
	text-align:left;
	font-size:85px;
	color:rgba(255,255,255,0.25);
	}
.about .tit h3{
	text-align:left;
	color:rgba(255,255,255,0.9);
	font-weight:bold;
	font-size:40px;
	line-height:45px;
	}
.about .tit hr{
	background:#fff;
	border-bottom:solid 2px #fff;
	margin:0;
	}
.about .more{
	margin-top:115px;
	}
.about .more a{
	margin:0;
	background:#085ab2;
	color:#fff;
	}
.aboutbg{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	}
.aboutlist{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding:68px 0;
	margin-top:170px;
	}
.aboutlf{
	width:31%;
	overflow:hidden;
	text-align:center;
	padding:74px 0 115px 0;
	position:relative;
	}
.aboutlf:after{
	content:"";
	width:1px;
	height:250px;
	background:#e5e5e5;
	position:absolute;
	right:0;
	top:0;
	}
.aboutlf img{
	max-width:100%;
	height:auto;
	}
.aboutrt{
	width:69%;
	overflow:hidden;
	padding:0 96px;
	}
.aboutrt .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #e5e5e5;
	padding-top:54px;
	margin-top:50px;
	}
.ab_fl dl{
	overflow:hidden;
	padding:0 0 34px 0;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	color:#1f1f1f;
	font-size:15px;
	line-height:50px;
	text-align:center;
}
.ab_fl dl dt font{
	font-size:20px;
	color:#1f1f1f;
	}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	color:#1f1f1f;
	line-height:20px;
	text-align:center;
}
.ab_fl dl dt .counter{
	color:#085ab2;
	font-size:60px;
	font-family:Arial;
	}
.ab_fl dl img{
	max-width:100%;
	height:auto;
}


/* news
-------------------------------------------------------------- */
.news {
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-top:73px;
	padding-bottom:168px;
}
.newsnr .tit{
	width:auto;
	float:left;
	}
.newsnr .tit,.newsnr .tit h3{
	text-align:left;
	}
.newsnr hr{
	margin:0;
	}
.newsnr .more{
	width:auto;
	margin-top:62px;
	}
.newsmenu{
	overflow:hidden;
	text-align:right;
	margin-top:80px;
	}
.newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newsmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin-right:80px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	}
.newsmenu ul li a{
	font-size:17px;
	color:#878787;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	}
.newsmenu ul li:first-child{
	background:url(../images/icon5.png) no-repeat left center;
	padding-left:44px;
	}
.newsmenu ul li:nth-child(2){
	background:url(../images/icon6.png) no-repeat left center;
	padding-left:44px;
	}
.newsmenu ul li:first-child:hover{
	background:url(../images/iconh5.png) no-repeat left center;
	}
.newsmenu ul li:nth-child(2):hover{
	background:url(../images/iconh6.png) no-repeat left center;
	}
.newsmenu ul li:hover a{
	color:#085ab2;
	}
.newslist{
	width:100%;
	overflow:hidden;
	margin-top:58px;
	}
.newslist dl{
	padding:0;
	overflow:hidden;
	background:#fff;
	}
.newslist dl dt,.newslist dl dd{
	width:100%;
	overflow:hidden;
	}
.newslist dl dt{
	height:300px;
	padding:80px 44px 0 44px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	}
.newslist dl dt h4{
	width:100%;
	overflow:hidden;
	font-size:19px;
	color:#1f1f1f;
	line-height:30px;
	    white-space: nowrap;
    text-overflow: ellipsis;
	}
.newslist dl dt p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#737373;
	line-height:30px;
	font-weight:normal;
	margin-top:13px;
	}
.newslist dl dd{
	position:relative;
	height:358px;
	}
.newslist dl dd 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;
}
.newslist dl:hover dd img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newslist dl dd .date{
	width:82px;
	height:82px;
	background:#383842;
	line-height:82px;
	padding-top:17px;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	}
.newslist dl dd .day{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:30px;
	font-family:Arial;
	}
.newslist dl dd .year{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:13px;
	color:#fff;
	line-height:22px;
	font-family:Arial;
	}
.newslist dl:hover dt{
	background:#085ab2;
	}
.newslist dl:hover dt h4,.newslist dl:hover dt p{
	color:#fff;
	}
.newslist dl:hover dd .date{
	background:#085ab2;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px rgba(255,255,255,0.2);
	padding:47px 0;
	}
.linknr {
	line-height:35px;
}
.linknr span{
	font-size:20px;
	color:#fff;
	font-family:Arial;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:24px;
}
.linknr a {
	color:rgba(255,255,255,0.6);
	margin-right:10px;
}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background:url(../images/footerbg.jpg) no-repeat top center;
	background-size: cover;
}
.footernr {
	padding-bottom: 68px;
	padding-top:55px;
}
.footernr .footerlf{
	width:30%;
	overflow:hidden;
	}
.footernr .footerlf .bteltit{
	width: 100%;
	overflow: hidden;
	font-size:16px;
	color:#fff;
	text-align:right;
	}
.footernr .footerlf .btelnr{
	width: 100%;
	overflow: hidden;
	font-size:28px;
	color:#e26a12;
	line-height:44px;
	font-weight:bold;
	text-align:right;
	}
.footernr .footerlf .btelnr a{
	font-size:28px;
	color:#e26a12;
	}
.footernr .footerlf dl{
	overflow:hidden;
	float:right;
	margin-top:30px;
	}
.footernr .footerlf dl dt,.footernr .footerlf dl dd{
	overflow:hidden;
	text-align:center;
	}
.footernr .footerlf dl dt img{
	max-width:100%;
	height:auto;
	}
.footernr .footerlf dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:7px;
	}
.blogo{
	width:100%;
	overflow:hidden;
	margin-top:112px;
	}
.blogo img{
	max-width:100%;
	height:auto;
	}
.footernr .footerrt{
	width:70%;
	overflow:hidden;
	}
.footernr ul {
	width: 100%;
	overflow: hidden;
}
.footernr ul li {
	float:left;
	width:20%;
	overflow:hidden;
}
.footernr ul li h4 {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight:normal;
	margin-bottom: 17px;
}
.footernr ul li h4 a {
	font-size: 18px;
	color: #fff;
}
.footernr ul li p {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	margin-top: 10px;
}
.footernr ul li p a {
	font-size: 16px;
	color: rgba(255,255,255,0.6);
}
.footernr ul li p a:hover{
	color:#fff;
	}
.footernr ul li dl {
	overflow: hidden;
	float: right;
	margin-top: 13px;
}
.footernr ul li dl dt, .footernr ul li dl dd {
	overflow: hidden;
	text-align: center;
}
.footernr ul li dl dt img {
	max-width: 100%;
	height: auto;
}
.footernr ul li dl dd {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: 4px;
}
.bot {
	width:100%;
	overflow:hidden;
	border-top: solid 1px rgba(255,255,255,0.2);
	padding:36px 0;
}
.botnr{
	color:rgba(255,255,255,0.6);
	line-height:30px;
	}
.botnr a{
	color:rgba(255,255,255,0.6);
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n {
	width: 100%;
	height: 400px;
	margin-top: 150px;
	background: url(../images/aboutban.jpg) no-repeat top center;
	background-size: cover;
	position:relative;
}
@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;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
}
.positionnr .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:10px 0 10px 37px;
	background:url(../images/icon7.png) no-repeat left center;
	}
.positionnr .positionrt a{
	font-size:16px;
	color:#343434;
	}
.position a:hover {
	color: #2976ba;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:50px;
	margin-right:52px;
	text-align:center;
	}
.nmenu ul li a{
	font-size:16px;
	color:#343434;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#2552c5;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li a:hover,.nmenu ul li.active a{
	color:#2552c5;
	}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{
	width:100%;
	}
/* ntit
-------------------------------------------------------------- */
.ntit {
	width: 100%;
	height:92px;
	overflow: hidden;
	background:#085ab2 url(../images/icon23.png) no-repeat 90% center;
	border-radius:8px;
	padding:14px 0 0 20px;
}
.ntit h3{
	width: 100%;
	overflow: hidden;
	font-size: 28px;
	color: #e7e7e7;
	line-height: 35px;
	font-weight:normal;
}
.ntit .ntiten{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: rgba(231,231,231,0.6);
	font-family:Arial;
	line-height:25px;
	letter-spacing:3px;
	margin-top:4px;
}
/* nabout
-------------------------------------------------------------- */
.nabout {
	margin-top:60px;
	margin-bottom:60px;
}
.nabout .naboutnr{
	width: 100%;
	overflow: hidden;
	margin-top:61px;
	color:#000;
	font-size:16px;
	line-height:30px;
}
.nabout .naboutnr p{
	overflow: hidden;
	font-size:16px;
	line-height:30px;
	color:#000;
}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
}
.nqywh {
	width:100%;
	overflow:hidden;
}
.nqywhnr{
	width:100%;
	overflow:hidden;
	background:#efefef;
	padding:96px 0 82px 0;
	margin-top:62px;
}
.nqywhlist ul li{
	width:23%;
	height:466px;
	overflow:hidden;
	background:#fff;
	margin:20px 1%;
	float:left;
	box-shadow: 0px 0px 20px rgba(4,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px rgba(4,0,0,0.15);
    -webkit-box-shadow: 0px 0px 20px rgba(4,0,0,0.15);
	padding:70px 35px 0 35px;
	position:relative;
}
.nqywhlist ul li h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#1f1f1f;
	line-height:30px;
	font-weight:normal;
	}
.nqywhlist ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	margin-top:22px;
	}
.nqywhlist ul li .nqywhicon{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:35px;
	bottom:42px;
}
.nqywhlist ul li .pmar{
	margin-top:0;
	}
/* njszc
-------------------------------------------------------------- */
.njszc{
	margin-top:60px;
	margin-bottom:60px;
}
.njszcms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#585858;
	text-align:center;
	padding:0 12.5%;
	margin-top:72px;
}
.njszc .njszcnr{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:115px;
}
.njszc .njszcnr ul{
	width:100%;
	overflow:hidden;
}
.njszc .njszcnr ul li{
	width:23%;
	height:466px;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	box-shadow: 0px 0px 20px rgba(4,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px rgba(4,0,0,0.15);
    -webkit-box-shadow: 0px 0px 20px rgba(4,0,0,0.15);
	padding:70px 32px 0 32px;
	position:relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.njszcnr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#1f1f1f;
	line-height:30px;
	font-weight:normal;
	}
.njszcnr ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	margin-top:22px;
	}
.njszcnr ul li .njszcicon{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:35px;
	bottom:42px;
}
.njszcnr ul li .njszcmar{
	margin-top:0;
	}
.njszcnr ul li .njszcicon .njszcimgh{
	display:none;
	}
.njszc .njszcnr ul li:hover{
	background:#085ab2;
	}
.njszcnr ul li:hover h4,.njszcnr ul li:hover p{
	color:#fff;
	}
.njszcnr ul li:hover .njszcicon .njszcimgh{
	display:block;
	}
.njszcnr ul li:hover .njszcicon .njszcimg{
	display:none;
	}
/* nhonor
-------------------------------------------------------------- */
.nhonor {
	margin-top: 60px;
	margin-bottom: 60px;
}
.nhonor .nhonornr {
	width: 100%;
	overflow: hidden;
}
.nhonor .nhonornr ul {
	width: 100%;
	overflow: hidden;
}
.nhonor .nhonornr ul li{
	width:31.333333%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
}
.nhonor .nhonornr ul li img{
	max-width:100%;
	height:auto;
}
.poptrox-popup {
	overflow: visible !important;
}
/* npro
-------------------------------------------------------------- */
.npro {
	margin-top: 60px;
	margin-bottom:60px;
}
.npro .nprolf{
	width:296px;
	overflow:hidden;
	}
.npro .nprort{
	width:1094px;
	overflow:hidden;
	}
.npro dl{
	padding:0 10px;
	margin:0 0 40px 0;
	}
.npro dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	}
.npro dl dt{
	position:relative;
	height:258px;
	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 dd{
	line-height:52px;
	font-size:18px;
	color:#757575;
	background:url(../images/icon4.png) no-repeat 99% center;
	padding-right:40px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npro dl dt .probg{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(8,90,178,0.85) url(../images/icon3.png) no-repeat center center;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.npro dl:hover dt .probg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dt .probg p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:53%;
	font-weight:normal;
	}
.npromenu{
	width:100%;
	overflow:hidden;
	}
.npromenu .npromenunr{
	width:100%;
	overflow:hidden;
	border:solid 1px #c9c9c9;
	padding:10px 32px 40px 32px;
	border-top:none;
	margin-top:-6px;
	}
.npromenu .npromenunr h4{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	line-height:30px;
	background:url(../images/icon24.png) no-repeat right center;
	margin-top:25px;
	}
.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/icon25.png) no-repeat right center;
	margin-top:20px;
	}
.npromenu .npromenunr ul li a{
	font-size:16px;
	color:#808080;
	}
.npromenu .npromenunr ul li:hover{
	background:url(../images/icon26.png) no-repeat right center;
	}
.npromenu .npromenunr ul li:hover a{
	color:#085ab2;
	}
.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;
}
.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 .nproinfo h1{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#323232;
	line-height:35px;
	}
.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:#085ab2;
}
.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{
	max-width:100%;
}
/* nnews
-------------------------------------------------------------- */
.nnews{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	}
.nnews .nnewslist{
	width:100%;
	overflow:hidden;
	}
.nnewslist dl{
	padding:35px 0;
	}
.nnewslist dl dt{
	width:23%;
	overflow:hidden;
	float:left;
	position:relative;
	height:207px;
	}
.nnewslist 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;
	}
.nnewslist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnewslist dl dd{
	width:77%;
	overflow:hidden;
	float:right;
	padding-left:42px;
	}
.nnewslist dl dd .dllf{
	width:86%;
	overflow:hidden;
	float:left;
	padding-right:68px;
	padding-top:16px;
	border-right:solid 1px #e7e7e7;
	}
.nnewslist dl dd .dllf h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin:0;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnewslist dl dd .dllf .nnewsms{
	width:100%;
	overflow:hidden;
	color:#8d8d8d;
	font-size:15px;
	line-height:28px;
	margin-top:13px;
	}
.nnewslist dl dd .dllf .nnewsmore{
	width:118px;
	overflow:hidden;
	line-height:30px;
	background:url(../images/icon20.png) no-repeat right center;
	font-size:16px;
	margin-top:30px;
	}
.nnewslist dl dd .dlrt{
	width:14%;
	overflow:hidden;
	float:left;
	}
.nnewslist dl dd .dlrt hr{
	width:30px;
	border:none;
	border-bottom:solid 1px #d7d7d7;
	margin:7px 0 0 0;
	}
.nnewslist dl dd .nnewsdate{
	overflow:hidden;
	float:right;
	}
.nnewslist dl dd .nnewsday{
	overflow:hidden;
	font-size:30px;
	font-weight:bold;
	color:#343434;
	line-height:35px;
	}
.nnewslist dl dd .nnewsyear{
	overflow:hidden;
	font-size:18px;
	color:#737373;
	line-height:30px;
	font-weight:bold;
	}
.nnews .nnewslist:hover{
	background:#085ab2;
	}
.nnews .nnewslist:hover dl dd .dllf h4,.nnewslist:hover dl dd .nnewsday{
	color:#fff;
	}
.nnewslist:hover dl dd .nnewsyear{
	color:rgba(255,255,255,0.7);
	}
.nnewslist:hover dl dd .dllf .nnewsms{
	color:rgba(255,255,255,0.6);
	}
.nnewslist:hover dl dd .dllf .nnewsmore{
	color:rgba(255,255,255,0.9);
	background:url(../images/icon21.png) no-repeat right center;
	}

.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:30px;
    color: #333;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nnewsnr{
	}
.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;
	}
/* ncjzsnr
-------------------------------------------------------------- */
.ncjzsnr {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.ncjzsnr ul {
	width: 100%;
	overflow: hidden;
}
.ncjzsnr ul li {
	width: 419px;
	overflow: hidden;
	margin-right: 71.5px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}
.ncjzsnr ul li img {
	max-width: 100%;
	height: auto;
}
.ncjzsnr ul li:nth-child(3n) {
	margin-right: 0;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	position:relative;
	}
.ncontact .map{
	width:100%;
	height:570px;
}
.ncontact .ncontactnr{
	padding:40px 32px 32px 32px;
	background:#085ab2;
	position:absolute;
	top:0;
	right:0;
	z-index:99;
	height:570px;
	}
.ncontact .ncontactnr h3{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:30px;
	line-height:40px;
	}
.ncontact .ncontactnr .ngsm{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-bottom:20px;
	}
.ncontact .ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.ncontact .ncontactnr p a{
	font-size:16px;
	color:#fff;
	}
.ntel{
	width:100%;
	overflow:hidden;
	background:url(../images/icon22.png) no-repeat left center;
	padding-left:57px;
	margin-top:30px;
	}
.ntel .nteltit{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:25px;
	}
.ntel .ntelnr{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	line-height:35px;
	}
.ncontact .ncontactnr dl{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.ncontact .ncontactnr dl dt{
	overflow:hidden;
	float:left;
	}
.ncontact .ncontactnr dl dt img{
	max-width:100%;
	height:auto;
	}
.ncontact .ncontactnr dl dd{
	overflow:hidden;
	float:left;
	color:#fff;
	padding-left:20px;
	padding-top:26px;
	}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:60px;
	margin-bottom:60px;
}
.nmessage ul{
	width:100%;
	overflow:hidden;
	}
.nmessage ul li{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	margin-bottom:20px;
	}
.nmessage ul li input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e3e3e3;
	line-height:60px;
	padding:0 20px;
	}
.nmessage ul li textarea{
	width:100%;
	height:210px;
	overflow:hidden;
	border:solid 1px #cbcbcb;
	line-height:30px;
	padding:0 20px;
	}
.tjbtn {
    width: 100%;
    overflow: hidden;
}
.tjbtn button {
    width: 100%;
    height: 58px;
    background: #2976ba;
    color: #fff;
	text-align:center;
	font-size:18px;
}
/* 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:#13609a;color:#fff;border: 1px solid #13609a; }
.pages ul a:hover{ background:#13609a;color:#fff;border: 1px solid #13609a;}
.news-exp {
	overflow: hidden;
	line-height:30px;
	margin-top:20px;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
}

.news-exp .news-explf i{
	width:33px;
	height:33px;
	background:url(../images/prev7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:left;
	margin-right:22px;
}
.news-exp .news-exprt i{
	width:33px;
	height:33px;
	background:url(../images/next7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:right;
	margin-left:22px;
}
.news-exp a {
	width:50%;
	float:left;
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp a:last-child{
	text-align:right;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp a:hover{
	color:#d6000f;
	text-decoration:none;
}
.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.cnen{
	display:block;
}
.nav,.toptel{display:none}
.rg{display:block;padding-top:34px;float:right;margin-right:5px;}
.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) {
	 .pronr dl dt{
		 height:282px;
		 }
	.npro dl dt{
		height:255px;
	}
}
 @media only screen and (min-width: 1440px) and (max-width: 1598px) {
	 .pronr dl dt{
		 height:252px;
		 }
	.npro dl dt{
		height:228px;
	}
	.newslist dl dd{
		height:316px;
	}
}
 @media only screen and (min-width: 1360px) and (max-width: 1439px) {
	 .pronr dl dt{
		 height:237px;
		 }
	.npro dl dt{
		height:215px;
		}
	.newslist dl dd{
		height:298px;
	}
}
 @media only screen and (min-width: 1280px) and (max-width: 1359px) {
	 .pronr dl dt{
		 height:222px;
		 }
	.npro dl dt{
		height:201px;
		}
	.newslist dl dd{
		height:281px;
	}
}
 @media only screen and (min-width: 1152px) and (max-width: 1279px) {
	 .pronr dl dt{
		 height:198px;
		 }
	.npro dl dt{
		height:180px;
		}
	.newslist dl dd{
		height:253px;
	}
}
 @media only screen and (min-width: 1024px) and (max-width: 1151px) {
	 .pronr dl dt{
		 height:174px;
		 }
	.npro dl dt{
		height:158px;
		}
	.newslist dl dd{
		height:225px;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1023px) {
	 .pronr dl dt{
		 height:168px;
		 }
	.npro dl dt{
		height:153px;
		}
	.newslist dl dd{
		height:217px;
	}
}
 @media only screen and (min-width: 860px) and (max-width: 991px) {
	 .pronr dl dt{
		 height:197px;
		 }
	.npro dl dt{
		height:174px;
		}
	.newslist dl dd{
		height:188px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 859px) {
	 .pronr dl dt{
		 height:174px;
		 }
	.npro dl dt{
		height:153px;
		}
	.newslist dl dd{
		height:168px;
	}
}
 @media only screen and (min-width:640px) and (max-width: 767px) {
	 .pronr dl dt{
		 height:222px;
		 }
	.npro dl dt{
		height:196px;
		}
	.newslist dl dd{
		height:299px;
	}
}
 @media only screen and (min-width:540px) and (max-width: 639px) {
	 .pronr dl dt{
		 height:184px;
		 }
	.npro dl dt{
		height:163px;
		}
	.newslist dl dd{
		height:253px;
	}
}
 @media only screen and (min-width:425px) and (max-width: 539px) {
	 .pronr dl dt{
		 height:141px;
		 }
	.npro dl dt{
		height:125px;
		}
	.newslist dl dd{
		height:199px;
	}
}
 @media only screen and (min-width:375px) and (max-width: 424px) {
	 .pronr dl dt{
		 height:123px;
		 }
	.npro dl dt{
		height:108px;
		}
	.newslist dl dd{
		height:175px;
	}
}
 @media only screen and (min-width:320px) and (max-width: 374px) {
	 .pronr dl dt{
		 height:102px;
		 }
	.npro dl dt{
		height:90px;
		}
	.newslist dl dd{
		height:149px;
	}
}
 @media only screen and (min-width:0px) and (max-width: 319px) {
	 .pronr dl dt{
		 height:100px;
		 }
	.npro dl dt{
		height:88px;
		}
	.newslist dl dd{
		height:145px;
	}
}
 @media(max-width:1600px) {
	.cont, .cont1 {
		width: 88%;
	}
	.npro .nprolf{
		width:21%;
	}
	.npro .nprort{
		width:77%;
	}
}
@media(max-width:1440px) {
	.ab_fl dl dt .counter{
		font-size:50px;
	}
	.tit,.about .tit{
		font-size:67px;
		}
	.newsnr hr {
		margin: 14px 0 0 0;
	}
	.tit hr{
		margin:20px auto 0;
	}
	.njszcnr ul li h4{
		font-size:22px;
	}
	.nqywhlist ul li{
		height:420px;
	}
	.pronr dl dd,.npro dl dd{
		font-size:16px;
		background-size:30px;
	}
	.npromenu .npromenunr{
		padding: 10px 20px 40px 20px;
	}
	.npro .nproinfo h1{
		font-size:20px;
	}
	.footernr .footerlf .btelnr,.footernr .footerlf .btelnr a{
		font-size:24px;
	}
}
@media(max-width:1360px) {
	.newsmenu ul li{
		margin-right:50px;
		}
}
@media(max-width:1280px) {
	.ab_fl dl dt .counter{
		font-size:46px;
	}
	.newsmenu ul li{
		margin-right:30px;
		}
	.tit,.about .tit{
		font-size:60px;
		}
	.newsnr hr {
		margin: 24px 0 0 0;
	}
	.npro .nprolf {
		width: 24%;
	}
	.npro .nprort {
		width: 74%;
	}
	.nqywhlist ul li h4{
		font-size:22px;
	}
	.ntel .ntelnr{
		font-size:26px;
	}
	.njszcnr ul li h4 {
		font-size: 18px;
	}
	.njszc .njszcnr ul li{
		padding: 40px 20px 0 20px;
	}
	.nav .menu > li a{
		margin:0 25px;
	}
}
@media(max-width:1152px) {
	.ab_fl dl dt .counter{
		font-size:40px;
	}
	.tit,.about .tit{
		font-size:54px;
		}
	.nnewslist dl dd .nnewsday {
		font-size: 26px;
	}
	.nnewslist dl dd .nnewsyear {
		font-size: 16px;
	}
	.nnewslist dl dd .dllf {
		padding-right: 40px;
	}
	.ntel .ntelnr{
		font-size:22px;
	}
	.newsnr hr {
		margin: 32px 0 0 0;
	}
	.npro .nprolf {
		width: 26%;
	}
	.npro .nprort {
		width: 72%;
	}
	.nav .menu > li a{
		margin:0 20px;
	}
	.pronr dl dd,.npro dl dd{
		background-size:26px;
	}
	.footernr .footerlf .btelnr,.footernr .footerlf .btelnr a{
		font-size:20px;
		}
}
@media(max-width:1024px) {
	.nav .menu > li a{
		margin:0 16px;
	}
	.ab_fl dl dt .counter{
		font-size:36px;
	}
	.newslist dl dt {
		height: 300px;
		padding: 40px 25px 0 25px;
	}
	.nqywhlist ul li h4{
		font-size:20px;
	}
	.njszc .njszcnr ul li{
		padding: 40px 15px 0 15px;
	}
}
@media(max-width:991px) {
	.headernr{
		width:96%;
	}
	.rslides_tabs{
		bottom:30px;
	}
	.aboutlf,.aboutrt{
		width:100%;
		}
	.aboutlist{
		padding: 40px 0;
		}
	.aboutlf{
		padding: 0px 0 40px 0;
		}
	.ab_fl {
		padding-top: 30px;
		margin-top: 30px;
	}
	.nhonor .nhonornr ul li{
		width:48%;
		margin: 10px 1%;
	}
	.nqywhnr{
		padding: 60px 0 60px 0;
	}
	.newsnr .tit{
		width:100%;
		}
	.newsmenu ul li {
		margin-right: 15px;
	}
	.nnewslist dl dd .dlrt {
		display: none;
	}
	.nnewslist dl dd .dllf {
		width: 100%;
		border-right: none;
		padding-right: 0;
	}
	.nnews h1{
		font-size:20px;
	}
	.news-exp .news-explf, .news-exp .news-exprt{
		text-align:left;
	}
	.news-exp a{
		width:100%;
	}
	.news-exp a:last-child{
		text-align:left;
	}
	.npro .nproinfo{
		width:100%;
	}
	.npro .left-pro{
		width:99.99999%;
	}
	.npro .nproinfo{
		padding-left:0;
	}
	.npro .nprort,.npro .nprolf{
		width:100%;
	}
	.npro .nprort{
		margin-bottom:30px;
	}
	.nqywhlist ul li{
		width:48%;
	}
	.njszc .njszcnr ul li{
		width:48%;
		height:420px;
	}
	.njszcms{
		padding:0;
	}
	.positionnr .positionrt,.nmenu{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
	}
	.ncontact .ncontactnr h3{
		font-size:26px;
	}
	.ncontact .map{
		height:280px;
	}
	.ncontact{
		position:inherit;
	}
	.ncontact .ncontactnr{
		position:inherit;
		height:auto;
	}
	.nabout .naboutnr img{
		margin-bottom:10px;
	}
	.njszc .njszcnr{
		margin-bottom:0;
	}
	.footernr .footerrt,.footernr .footerlf{
		width:100%;
		}
}
@media(max-width:767px) {
	.logo{
		padding:26px 0;
	}
	.logo img{
		height:48px;
	}
	.top .toprt{
		display:none;
	}
	.rslides img {
		width: 120%;
		margin-left: -10%;
	}
	.aboutrt {
		padding: 0 40px;
	}
	.newslist dl dt {
		height: auto;
		padding: 40px 25px 40px 25px;
	}
	.nmenu ul li{
		margin-right:30px;
	}
	.positionnr .positionrt,.positionnr .positionrt a{
		font-size:14px;
	}
	.npro dl dt .probg p{
		margin-top:40%;
	}
	.pronr dl {
		margin: 0 0 30px 0;
	}
}
@media(max-width:640px) {
	.aboutrt {
		padding: 0 20px;
	}
	.tit hr {
		margin: 30px auto 0;
	}
	.nnewslist dl dt, .nnewslist dl dd {
		width: 100%;
	}
	.nnewslist dl dd {
		padding-left: 0;
	}
	.nqywhlist ul li{
		padding: 40px 20px 0 20px;
		height:360px;
	}
	.nqywhlist ul li p{
		margin-top:10px;
	}
	.nmenu ul li{
		margin-right:15px;
	}
	.ncontact .ncontactnr {
		padding: 40px 20px 32px 20px;
	}
	.npro dl dt .probg p{
		margin-top:45%;
		font-size:14px;
	}
	.tit, .about .tit {
		font-size: 50px;
	}
	.njszcnr ul li p{
		font-size:15px;
		line-height:25px;
	}
	.pronr dl dd,.npro dl dd{
		background:none;
		padding-right:0;
	}
	.njszc .njszcnr ul li {
		width: 98%;
		height: 340px;
	}
	.nqywhlist ul li {
		width: 98%;
		height: 280px;
	}
	.footernr ul li {
    	width: 33.333333%;
	}
	.footernr ul li:nth-child(4){
		clear:both;
	}
}
@media(max-width:540px) {
	.rslides_tabs {
		bottom: 15px;
	}
	.nqywhlist ul li p {
		font-size: 15px;
		line-height: 25px;
	}
	.njszcnr ul li p{
		margin-top:10px;
	}
	.tit, .about .tit {
		font-size: 46px;
	}
}
@media(max-width:425px) {
	.tit, .about .tit {
		font-size: 42px;
	}
	.footernr ul li h4,.footernr ul li h4 a{
		font-size:16px;
	}
	.footernr ul li p,.footernr ul li p a{
		font-size:14px;
	}
	.top .toplf{
		font-size:14px;
	}
	.njszc .njszcnr ul li {
		padding: 30px 10px 0 10px;
	}
	.njszcnr ul li p{
		font-size:14px;
	}
}
@media(max-width:375px) {
	.nqywhlist ul li {
		padding: 40px 10px 0 10px;
	}
}
