@charset "utf-8";
/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html, body, a, p, span, ul, img {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	font-size: 14px;
	font-family: "Microsoft YaHei", "Arial";
	color: #666;
}
p {
	line-height: 25px;
}
img {
	border: none;
	vertical-align: middle;
}
td {
	vertical-align: center;
	font-size: 14px;
}
* {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	outline: none;
}
.body {
	background: #fff;
}
.nbody {
	background: #efefef;
}
ul, ol, li {
	list-style: none;
}
img {
	border: 0px;
}
table, table tr, table td {
	border: solid 1px #777777;
}
html, body {
	height: auto;
	margin: 0 auto;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
input, textarea {
	font-family: "Microsoft YaHei", "Arial";
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 1em;
}
body {
	background: #fff;
}
/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* 常用元素 */

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
/* 层浮动 */

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
}
/* 文字对齐 */

.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}
img {
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}
/* top

-------------------------------------------------------------- */

.header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 999;
	top: 0;
	background: #fff;
}
.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); 
}
.logo {
	overflow: hidden;
}
.tel{
	overflow:hidden;
	background:url(../images/tel.png) no-repeat left center;
	padding-left:50px;
	margin-top:24.5px;
	margin-left:63px;
	margin-right:34px;
	}
.tel .teltit{
	overflow:hidden;
	color:#a3a3a3;
	font-size:15px;
	}
.tel .telnr{
	overflow:hidden;
	color:#585858;
	font-size:28px;
	font-weight:bold;
	line-height:30px;
	}
/* 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:#000;
	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:#2552c5;
	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:#2552c5;
	}



.nav .menu > li .submenu{

	width:100%;

	}

.nav .menu > li .submenu li{

	width:100%;

	line-height:30px;

	background:#2552c5;

	text-align:center;

	border-top:solid 1px #fff;

}

.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:#ee8544;

}
.nav .menu > li a:hover:after,.nav .menu > li.active a:after{
	width:100%;
	}
/* cont
-------------------------------------------------------------- */
.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 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 {
	width:80px;
	padding: 0;
	font-size: 18px;
	list-style: none;
	margin: 0 auto;
	position: absolute;
	bottom:100px;
	z-index: 99;
	display: inline-block;
	left:50%;
	margin-left:-40px;
}
.rslides_tabs li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 11px;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs li:last-child {
	margin-right: 0;
}
.rslides_tabs a {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border:solid 2px #fff;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.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*/

/* tit

-------------------------------------------------------------- */
.tit {
	width:100%;
	font-size:58px;
	font-family:Arial;
	color:#eeeeee;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	position:relative;
}
.tit h3 {
	width:100%;
	overflow: hidden;
	font-size: 32px;
	color: #333333;
	line-height: 35px;
	text-align:center;
	position:absolute;
	top:36px;
	background:url(../images/titbg.png) no-repeat center;
}
.tit h3 a {
	font-size: 32px;
	color: #333333;
}
.tit p {
	width:100%;
	overflow: hidden;
	font-size: 16px;
	color: #585858;
	line-height: 30px;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal;
}
.more {
	overflow: hidden;
}
.more a {
	width: 156px;
	height: 44px;
	display: block;
	color: #0066ce;
	line-height: 44px;
	text-align: center;
	border: solid 1px #0066ce;
	border-radius: 25px;
}
/* topcontact
-------------------------------------------------------------- */
.topcontact {
	height:90px;
	color:#fff;
	line-height:90px;
	padding-left:38px;
	font-size:18px;
	margin-top: -45px;
	background:#2552c5;
    position: relative;
    z-index: 99;
}
.topcontact .dh{
	display:block;
	width:90px;
	height:90px;
	background:url(../images/icon1.png) no-repeat center;
	}
.topcontact .dh a{
	width:100%;
	height:100%;
	display:block;
}
/* contact
-------------------------------------------------------------- */
.contact {
	width:100%;
	overflow:hidden;
	background:url(../images/contactbg.jpg) no-repeat top center;
	background-size:cover;
}
.contact .ab_fl{
	width:100%;
	overflow:hidden;
	background:#fff;
	border-top:solid 1px #f3f3f3;
}
.ab_fl dl{
	overflow:hidden;
	padding:0 0 34px 0;
}
.ab_fl dl:after{
	content:"";
	width:1px;
	height:62px;
	background:#92a8e2;
	position:absolute;
	right:0;
	top:38px;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	color:#010101;
	font-size:16px;
	font-weight:normal;
	line-height:40px;
	margin-top:32px;
	text-align:center;
}
.ab_fl dl dt font{
	font-size:30px;
	color:#010101;
	}
.ab_fl dl dt span{
	color:#023797;
	font-size:45px;
	font-weight:normal;
	}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:20px;
	text-align:center;
}
.ab_fl dl dt .counter{
	color:#2552c5;
	font-size:45px;
	font-family:Impact;
	}
.ab_fl dl img{
	max-width:100%;
	height:auto;
}
.ab_fl dl:last-child:after{
	display:none;
	}
.contactnr{
	padding-bottom:152px;
	}
.contactnr .contactdj,.contactnr .contactdj dt,.contactnr .contactdj dd{
	width:100%;
	overflow:hidden;
	}
.contactnr .contactdj dt,.contactnr .contactdj dd{
	text-align:center;
	}
.contactnr .contactdj dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:8px;
	}
.contactnr .contactdj{
	margin-top:156px;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	margin-top:72px;
	}
.pronr{
	width: 100%;
    margin-top: 45px;
    overflow: hidden;
	}
.pronr .prolf{
	width:22%;
	overflow:hidden;
	}
.pronr .prolf .prolftit{
	width:100%;
	overflow:hidden;
	background:#2552c5;
	padding:23px 0 12px 0;
	}
.pronr .prolf .prolftit h3{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fefefe;
	text-align:center;
	line-height:35px;
	font-weight:normal;
	}
.pronr .prolf .prolftit h3 a{
	font-size:26px;
	color:#fefefe;
	}
.pronr .prolf .prolftit p{
	width:100%;
	overflow:hidden;
	color:#d1d4d6;
	text-align:center;
	}
.pronr .prolf .prolflist{
	width:100%;
	overflow:hidden;
	border:solid 3px #2552c5;
	padding:19px 8px 14px 8px;
	}
.pronr .prolf .prolflist ul{
	width:100%;
	overflow:hidden;
	}
.pronr .prolf .prolflist ul li{
	width:100%;
	overflow:hidden;
	line-height:46px;
	padding-left:26px;
	margin-bottom:5px;
	background:#eeeeee url(../images/icon2.png) no-repeat 89% center;
	font-size:16px;
	color:#000;
	}
.pronr .prolf .prolflist ul li a{
	font-size:16px;
	color:#000;
	display:block;
	}
.pronr .prolf .prolflist ul li:hover{
	background:#dcdcdc url(../images/icon3.png) no-repeat 89% center;
	}
.pronr .prolf .prolflist ul li:hover a{
	color:#2552c5;
	}
.pronr .prolf .prolflxfs{
	width:100%;
	overflow:hidden;
	background:#2552c5 url(../images/icon5.png) no-repeat 24px center;
	padding-left:78px;
	padding-top:24px;
	padding-bottom:29px;
	}
.pronr .prolf .prolflxfs .prolflxfstit{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:17px;
	}
.pronr .prolf .prolflxfs .prolflxfsnr{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:23px;
	line-height:30px;
	}
.pronr .prort{
	width:76%;
	overflow:hidden;
	}
.pronr dl{
	padding:0 10px;
	margin:0 0 30px 0;
	}
.pronr dl:nth-child(3n){
	margin-right:0;
	}
.pronr dl dt,.pronr dl dd{
	width:100%;
	overflow:hidden;
	}
.pronr dl dt{
	height:253px;
	position:relative;
	}
.pronr 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;
	}
.pronr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.pronr dl dd{
	line-height:52px;
	font-size:16px;
	color:#000;
	background:#d1d4d6;
	text-align:center;
	-moz-box-shadow:0px 0px 8px rgba(4,0,0,0.1); 
	-webkit-box-shadow:0px 0px 8px rgba(4,0,0,0.1); 
	box-shadow:0px 0px 8px rgba(4,0,0,0.1); 
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.pronr dl dt .probg{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(37,82,197,0.66) url(../images/icon4.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:hover dt .probg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.pronr dl:hover dd{
	background:#2552c5;
	color:#fff;
	}
/* about
-------------------------------------------------------------- */
.about {
	margin-top:68px;
	margin-bottom:42px;
}
.about .aboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
	text-align:center;
	padding:0 120px;
	line-height:34px;
	margin-top:47px;
	}
.about .aboutmore{
	width:168px;
	height:46px;
	font-size:16px;
	color:#2552c5;
	text-align:center;
	line-height:46px;
	border:solid 1px #2552c5;
	border-radius:25px;
	margin:54px auto 0;
	}
.about .aboutmore a{
	display:block;
	font-size:16px;
	color:#2552c5;
	}
.about .aboutmore:hover{
	background:#2552c5;
}
.about .aboutmore a:hover{
	color:#fff;
}
/* reason
-------------------------------------------------------------- */
.reason{
	margin-top:70px;
}
.reason .tit h3:before{
	margin-left: -146px;
}
.reason .tit h3:after {
    margin-right: -146px;
}
.reason .reasonnr{
	width:100%;
	overflow:hidden;
	margin-top:64px;
	}
.reason .reasonnr ul{
	width:100%;
	overflow:hidden;
	}
.reason .reasonnr ul li{
	width:232px;
	height:358px;
	overflow:hidden;
	float:left;
	background:#efefef;
	padding-top:47px;
	margin-right:10px;
	}
.reason .reasonnr ul li:last-child{
	margin-right:0;
	}
.reason .reasonnr ul li .no{
	width:100%;
	overflow:hidden;
	font-size:52px;
	color:#51c861;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	}
.reason .reasonnr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#313131;
	text-align:center;
	line-height:30px;
	margin-top:18px;
	}
.reason .reasonnr ul li p{
	width:100%;
	overflow:hidden;
	color:#6d6d6d;
	text-align:center;
	padding:0 32px;
	}
.reason .reasonnr ul li hr{
	width:20px;
	border:none;
	border-bottom:solid 2px #307abc;
	margin:36px auto 0;
	}
.reason .reasonnr ul li .lxwm{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:30px;
	margin-top:42px;
	}
.reason .reasonnr ul li:hover{
	background:#2976ba;
	}
.reason .reasonnr ul li:hover .no,.reason .reasonnr ul li:hover h4,.reason .reasonnr ul li:hover p,.reason .reasonnr ul li:hover .lxwm{
	color:#fff;
	}
.reason .reasonnr ul li:hover hr{
	border-bottom:solid 2px #fff;
	}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:url(../images/ysbg.jpg) no-repeat top center;
	margin-bottom:50px;
	margin-top:90px;
	padding-top:46px;
	}
.ys .tit{
	color:rgba(255,255,255,0.1);
	}
.ys .tit h3{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#fff;
	line-height:40px;
	background:url(../images/titbg2.png) no-repeat center;
	}
.ys .tit p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.8);
	font-family:Arial;
	line-height:30px;
	}
.ys .ysfl{
	width:100%;
	overflow:hidden;
	margin-top:58px;
	text-align:center;
	}
.ys .ysfl ul{
	overflow:hidden;
	display:inline-block;
	}
.ys .ysfl ul li{
	width:168px;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:16px;
	color:#fff;
	float:left;
	border:solid 1px #fff;
	border-radius:25px;
	margin:0 4px;
	}
.ys .ysfl ul li a{
	display:block;
	font-size:16px;
	color:#fff;
	}
.ys .ysfl ul li.hover{
	background:#fff;
}
.ys .ysfl ul li.hover a{
	color:#2552c5;
}
.ys .yslist{
	width:100%;
	height:670px;
	overflow:hidden;
	position:relative;
	margin-top:41px;
	top:0;
	}
.ys .yslist .ys1,.ys .yslist .ys2,.ys .yslist .ys3,.ys .yslist .ys4{
	width:26%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:26px;
	}
.ys .yslist .ys1,.ys .yslist .ys3{
	padding-left:90px;
	}
.ys .yslist .ys2,.ys .yslist .ys4{
	padding-right:90px;
	}
.ys .yslist .ys1{
	background:url(../images/icon6.png) no-repeat left center;
	}
.ys .yslist .ys2{
	background:url(../images/icon7.png) no-repeat right center;
	}
.ys .yslist .ys3{
	background:url(../images/icon8.png) no-repeat left center;
	}
.ys .yslist .ys4{
	background:url(../images/icon9.png) no-repeat right center;
	}
.ys .yslist .ys1{
	position:absolute;
	left:0;
	top:0;
	}
.ys .yslist .ys2{
	position:absolute;
	right:0;
	top:0;
	}
.ys .yslist .ys3{
	position:absolute;
	left:0;
	top:184px;
	}
.ys .yslist .ys4{
	position:absolute;
	right:0;
	top:184px;
	}
.ys .yslist .ysimg{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-526px;
	}
.ys .yslist .ysimg img{
	max-width:100%;
	height:auto;
}
.tab_box{
	width:100%;
	overflow:hidden;
}
/* news
-------------------------------------------------------------- */
.news {
	padding-bottom:58px;
	padding-top:64px;
}
.news .newsfl{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
	}
.news .newsfl ul{
	overflow:hidden;
	display:inline-block;
	}
.news .newsfl ul li{
	width:168px;
	overflow:hidden;
	height:46px;
	text-align:center;
	line-height:46px;
	float:left;
	border:solid 1px #7f7f7f;
	border-radius:25px;
	margin:0 4px;
	}
.news .newsfl ul li a{
	font-size:16px;
	color:#343434;
	display:block;
	}
.news .newsfl ul li:hover{
	background:#2552c5;
	border:solid 1px #2552c5;
	}
.news .newsfl ul li:hover a{
	color:#fff;
	}
.news .newsnr {
	width:100%;
	overflow:hidden;
	margin-top:56px;
}
.news .newsnr .newsnrlf{
	padding:0 40px 0 0;
	}
.newsnrlf .newsnrlf_nr{
	width:100%;
	overflow:hidden;
	position:relative;
	height:415px;
	}
.newsnrlf .newsnrlf_nr 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;
	}
.newsnrlf .newsnrlf_nr:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newsnrlf .newsnrlf_nr .newsnrlf_nrtit{
	width:100%;
	overflow:hidden;
	background:rgba(0,0,0,0.6);
	position:absolute;
	left:0;
	bottom:0;
	padding:20px 26px 13px 26px;
	}
.newsnrlf_nrtit .newsnrlf_nrlf{
	width:70%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsnrlf_nrtit .newsnrlf_nrrt{
	width:30%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	text-align:right;
	line-height:30px;
	}
.newsnrlf .newsnrlf_nr .newsnrlf_nrtit p{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.6);
	line-height:35px;
	}
.news .newsnr .newsnrrt{
	padding:0;
	overflow:hidden;
	}
.news .newsnr .newsnrrt dl{
	width:100%;
	overflow:hidden;
	padding:20px 0;
	margin-bottom:10px;
	border-bottom:solid 1px #dadada;
	}
.news .newsnr .newsnrrt dl:first-child{
	padding-top:0;
	}
.news .newsnr .newsnrrt dl dt{
	width:16%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#2552c5;
	background:#e6e6e6;
	padding:12px 0 15px 0;
	float:left;
	}
.news .newsnr .newsnrrt dl dt span{
	width:100%;
	overflow:hidden;
	display:block;
	float:left;
	font-size:40px;
	color:#2552c5;
	font-weight:normal;
	line-height:45px;
	}
.news .newsnr .newsnrrt dl dd{
	width:84%;
	overflow:hidden;
	float:left;
	padding-left:20px;
	}
.news .newsnr .newsnrrt dl dd .newstit{
	width:75%;
	overflow:hidden;
	line-height:30px;
	font-size:18px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsnr .newsnrrt dl dd .newsdate{
	width:25%;
	overflow:hidden;
	text-align:right;
	line-height:30px;
	font-size:18px;
	color:#4a4a4a;
	}
.news .newsnr .newsnrrt dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#737373;
	line-height:21px;
	margin-top:10px;
	}
.news .newsnr .newsnrrt dl:hover dd .newstit{
	color:#2552c5;
}
.news .newsnr .newsnrrt dl:hover dt{
	background:#2552c5;
	color:#fff;
}
.news .newsnr .newsnrrt dl:hover dt span{
	color:#fff;
}


/* link
-------------------------------------------------------------- */
.link {
	font-size:16px;
	color:#343434;
	line-height:30px;
	margin-bottom:63px;
}
.link span{
	font-size:16px;
	color:#2552c5;
}
.link a {
	font-size:16px;
	color:#343434;
	margin-right:10px;
}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background: #282828;
	background-size: cover;
	padding-top: 86px;
}
.footernr .footerlf{
	width: 38%;
	overflow: hidden;
}
.footernr .footerlf .blogo{
	width: 100%;
	overflow: hidden;
}
.footernr .footerlf .blogo img{
	max-width: 100%;
	height:auto;
}
.footernr .footerlf ul{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.footernr .footerlf ul li{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	color:#959595;
	}
.footernr .footerlf ul li a{
	font-size:15px;
	color:#959595;
	}
.footernr .bnav{
	width: 45%;
	overflow: hidden;
	float:left;
}
.footernr .bnav ul li{
	padding:0;
	}
.footernr .bnav ul li h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	margin-bottom:16px;
	}
.footernr .bnav ul li h4 a{
	font-size:18px;
	color:#fff;
	}
.footernr .bnav ul li p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#959595;
	line-height:34px;
	}
.footernr .bnav ul li p a{
	font-size:15px;
	color:#959595;
	}
.footernr .bnav ul li p a:hover{
	color:#fff;
	}
.footernr .bewm{
	overflow: hidden;
	float:right;
}
.bot{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.3);
	line-height:30px;
	border-top:solid 1px #3f3f3f;
	padding:30px 0;
	margin-top:39px;
	}
.footernr .bewm dl{
	overflow: hidden;
	margin-top:32px;
}
.footernr .bewm dl dt,.footernr .bewm dl dd{
	overflow: hidden;
	text-align:center;
}
.footernr .bewm dl dd{
	line-height:30px;
	font-size:16px;
	color:#fff;
	margin-top:8px;
	}

/* banner_n
-------------------------------------------------------------- */
.banner_n {
	width: 100%;
	height: 400px;
	margin-top: 100px;
	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;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:133px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #dedede;
}
.positionnr .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:23px 0 23px 37px;
	background:url(../images/icon11.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:76px;
	margin-right:25px;
	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%;
	overflow: hidden;
}
.ntit .ntiten {
	width: 100%;
	overflow: hidden;
	font-family: Arial;
	color: #8d8d8d;
	text-transform: uppercase;
}
.ntit .ntitcn {
	width: 100%;
	overflow: hidden;
	font-size: 32px;
	color: #343434;
	line-height: 40px;
	margin-top: 7px;
}
/* nabout
-------------------------------------------------------------- */
.nabout {
	margin-top:60px;
	margin-bottom:60px;
}
.nabout h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#353535;
	text-align:center;
	line-height:40px;
	}
.nabout .naboutnr{
	width: 100%;
	overflow: hidden;
	margin-top:43px;
	color:#585858;
	font-size:16px;
	line-height:30px;
}
.nabout .naboutnr p{
	overflow: hidden;
	font-size:16px;
	line-height:30px;
	color:#585858;
}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
}
/* nsb
-------------------------------------------------------------- */
.nsb{
	margin-top:60px;
	margin-bottom:60px;
}
.nsbnr{
    width: 100%;
    overflow: hidden;
}
.nsb dl{
	overflow:hidden;
	padding:0 14px;
	margin:15px 0;
}
.nsb dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:relative;
	height:279px;
}
.nsb 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;
	}
.nsb dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nsb dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#4a4a4a;
	line-height:30px;
	padding:12px 0;
}
.nsb dl:hover dd{
	color:#2552c5;
}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:60px;
	margin-bottom:60px;
}
.nhonornr{
	width:100%;
	overflow:hidden;
}
.nhonornr ul{
	width:100%;
	overflow:hidden;
}
.nhonornr ul li{
	width:31.3333333%;
	overflow:hidden;
	margin:10px 1%;
	float:left;
	position:relative;
	height:548px;
	border: 1px solid #ccc;
}
.nhonornr ul li 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;
}
.nhonornr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
/* ncase
-------------------------------------------------------------- */
.ncase {
	margin-top: 45px;
	margin-bottom: 45px;
}
.ncase .ncasenr {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.ncase .ncasenr dl {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 37.5px;
}
.ncase .ncasenr dl {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 37.5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ncase .ncasenrr dl dt, .ncase .ncasenr dl dd {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ncase .ncasenr dl dd {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 12px 0;
	background: #ebebeb;
}
.ncase .ncasenr dl:nth-child(3n) {
	margin-right: 0;
}
/* npro
-------------------------------------------------------------- */
.npro {
	margin-top: 60px;
	margin-bottom:60px;
}
.npro dl{
	padding:0 10px;
	margin:0 0 30px 0;
	}
.npro dl:nth-child(3n){
	margin-right:0;
	}
.npro dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	}
.npro dl dt{
	position:relative;
	height:327px;
	}
.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:16px;
	color:#000;
	background:#d1d4d6;
	text-align:center;
	-moz-box-shadow:0px 0px 8px rgba(4,0,0,0.1); 
	-webkit-box-shadow:0px 0px 8px rgba(4,0,0,0.1); 
	box-shadow:0px 0px 8px rgba(4,0,0,0.1); 
	}
.npro dl dt .probg{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(37,82,197,0.66) url(../images/icon4.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:hover dd{
	background:#2552c5;
	color:#fff;
	}
.nproinfo{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	padding-bottom:60px;
	}
.nproinfo .nprocont .fbimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.nproinfo .nprocont .fbimg img{
	max-width:100%;
	height:auto;
	}
.nproinfo .nprocont h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#323232;
	font-weight:normal;
	line-height:30px;
	margin-top:35px;
	}
.nproinfo .nprocont .fbnr {
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}
.nproinfo .nprocont .fbnr p {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.nproinfo .nprocont .fbnr img {
	max-width: 100%;
	height: auto;
}
/* nnews
-------------------------------------------------------------- */
.nnews {
	margin-top: 40px;
	margin-bottom: 40px;
}
.nnews dl{
	margin-bottom:0;
	padding:0 1.5%;
	margin:40px 0;
	}
.nnews dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:284px;
	}
.nnews dl dt img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnews dl dd{
	width:100%;
	overflow:hidden;
	padding:0 20px;
	padding-top:22px;
	padding-bottom:46px;
	}
.nnews dl dd .nnewstit{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	line-height:35px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#8d8d8d;
	margin-top:10px;
	}
.nnews dl dd hr{
	width:30px;
	overflow:hidden;
	border-bottom:solid 2px #084590;
	margin:48px 0 0 0;
	}
.nnews dl dd .nnewsdate{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	margin-top:5px;
	}
.nnews dl dd .nnewsmore{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#000;
	line-height:30px;
	background:url(../images/icon13.png) no-repeat left center;
	padding-left:38px;
	margin-top:10px;
	}
.nnews dl:hover dd{
	box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	}
.nnews dl:hover dd .nnewstit{
	color:#2552c5;
	}
.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #2552c5;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	line-height:35px;
	}
.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;
	}
/* 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
-------------------------------------------------------------- */
.ncontactnr{
	font-size:18px;
	color:#333;
	line-height:35px;
	margin-top:60px;
	margin-bottom:60px;
	}
.ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333;
	line-height:35px;
	}
.ncontactnr p a{
	font-size:18px;
	color:#333;
}
.ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	}
.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;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
.map{
	height:400px;
	overflow:hidden;
	padding:0;
	margin-top:30px;
	}
/* 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;
}
/* nprolblf
-------------------------------------------------------------- */
.nprolb{
	margin-top:80px;
	margin-bottom:24px;
}
.nprolb .nprolblf,.nprolb .nprolbin,.nprolb .nprolbrt{
	padding:0;
}
.nprolb .nprolblf i{
	width:40px;
	height:40px;
	background:url(../images/prev.png) no-repeat center;
	border:solid 1px #cbcbcb;
	border-radius:50%;
	display:block;
	float:left;
	margin-right:22px;
}
.nprolb .nprolblf{
	font-size:16px;
	color:#585858;
	line-height:40px;
}
.nprolb .nprolbrt i{
	width:40px;
	height:40px;
	background:url(../images/next.png) no-repeat center;
	border:solid 1px #cbcbcb;
	border-radius:50%;
	display:block;
	float:right;
	margin-left:22px;
}
.nprolb .nprolbrt{
	font-size:16px;
	color:#585858;
	line-height:40px;
	text-align:right;
}
.nprolb .nprolbin a{
	display:block;
	width:140px;
	height:42px;
	line-height:42px;
	background:#b1b1b1 url(../images/icon12.png) no-repeat 22px center;
	padding-left:56px;
	font-size:16px;
	color:#fff;
	margin:auto;
}
.nprolb .nprolblf a:hover,.nprolb .nprolbrt a:hover{
	color:#2552c5;
}
.nprolb .nprolbin a:hover{
	background:#2552c5 url(../images/icon12.png) no-repeat 22px center;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp {
	overflow: hidden;
	line-height:30px;
	margin-top:20px;
}
.news-exp a {
	float: left;
	width: 50%;
	overflow: hidden;
	font-size:15px;
	color:#000;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp a:last-child{
	text-align:right;
}
.news-exp a:hover{
	color:#2552c5;
}
.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:34px;float:right;padding-right:1%;}
	.rg a img{vertical-align:top}
	.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
	.a_txt .div3 ul{padding-left:5%;padding-right:5%}
	.a_txt .div3 ul li{border-bottom:1px solid #232530}
	.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_js2_on{background:url(../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: 1280px) {
	 .npro dl dt{
		 height:317px;
	 }
	 .nsb dl dt{
		 height:232px;
	 }
	 .nnews dl dt{
		height:192px;
	}
	.pronr dl dt{
		height:236px;
	}
	.nhonornr ul li{
		height:462px;
	}
}
 @media only screen and (min-width: 1024px) and (max-width: 1151px) {
	 .npro dl dt{
		 height:280px;
	 }
	 .nsb dl dt{
		 height:204px;
	 }
	 .nnews dl dt{
		height:170px;
	}
	.pronr dl dt{
		height:208px;
	}
	.nhonornr ul li{
		height:410px;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1023px) {
	 .npro dl dt{
		 height:270px;
	 }
	 .nsb dl dt{
		 height:197px;
	 }
	 .nnews dl dt{
		height:165px;
	}
	.pronr dl dt{
		height:201px;
	}
	.nhonornr ul li{
		height:398px;
	}
}
 @media only screen and (min-width: 860px) and (max-width: 991px) {
	 .npro dl dt{
		 height:358px;
	 }
	 .nsb dl dt{
		 height:263px;
	 }
	 .nnews dl dt{
		height:222px;
	}
	.nhonornr ul li{
		height:344px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 859px) {
	 .npro dl dt{
		 height:317px;
	 }
	 .nsb dl dt{
		 height:232px;
	 }
	 .nnews dl dt{
		height:198px;
	}
	.nhonornr ul li{
		height:307px;
	}
}
 @media only screen and (min-width: 640px) and (max-width: 767px) {
	 .npro dl dt{
		 height:261px;
	 }
	 .nsb dl dt{
		 height:190px;
	 }
	 .nnews dl dt{
		height:341px;
	}
	.nhonornr ul li{
		height:393px;
	}
}
 @media only screen and (min-width: 540px) and (max-width: 639px) {
	 .npro dl dt{
		 height:217px;
	 }
	 .nsb dl dt{
		 height:157px;
	 }
	 .nnews dl dt{
		height:284px;
	}
	.pronr dl dt{
		height:217px;
	}
	.newsnrlf .newsnrlf_nr{
		height:365px;
	}
	.nhonornr ul li{
		height:331px;
	}
}
 @media only screen and (min-width: 425px) and (max-width: 539px) {
	 .npro dl dt{
		 height:167px;
	 }
	 .nsb dl dt{
		 height:119px;
	 }
	 .nnews dl dt{
		height:226px;
	}
	.pronr dl dt{
		height:167px;
	}
	.newsnrlf .newsnrlf_nr{
		height:287px;
	}
	.nhonornr ul li{
		height:260px;
	}
}
 @media only screen and (min-width: 375px) and (max-width: 424px) {
	 .npro dl dt{
		 height:310px;
	 }
	 .nsb dl dt{
		 height:226px;
	 }
	 .nnews dl dt{
		height:200px;
	}
	.pronr dl dt{
		height:144px;
	}
	.newsnrlf .newsnrlf_nr {
		height: 254px;
	}
	.nhonornr ul li{
		height:229px;
	}
}
 @media only screen and (min-width: 320px) and (max-width: 374px) {
	 .npro dl dt{
		 height:261px;
	 }
	 .nsb dl dt{
		 height:190px;
	 }
	 .nnews dl dt{
		height:170px;
	}
	.pronr dl dt{
		height:120px;
	}
	.newsnrlf .newsnrlf_nr{
		height:216px;
	}
	.nhonornr ul li{
		height:195px;
	}
}
 @media only screen and (min-width: 0px) and (max-width: 319px) {
	 .npro dl dt{
		 height:255px;
	 }
	 .nsb dl dt{
		 height:185px;
	 }
	 .nnews dl dt{
		height:165px;
	}
	.pronr dl dt{
		height:115px;
	}
	.newsnrlf .newsnrlf_nr{
		height:214px;
	}
	.nhonornr ul li{
		height:192px;
	}
}
 @media(max-width:1680px) {
	 .tel{
		 margin-left:20px;
	 }
	 .nav .menu > li a{
		 margin: 0 25px;
	 }
 }
 @media(max-width:1600px) {
	 .tel .telnr{
		 font-size:24px;
	 }
	 .nav .menu > li a {
		margin: 0 20px;
	}
 }
 @media(max-width:1440px) {
	 .nav .menu > li a {
		margin: 0 12px;
	}
 }
 @media(max-width:1360px) {
	 .tel .telnr {
		font-size: 22px;
	}
	.tel{
		margin-right:20px;
	}
	.nav .menu > li a {
		margin: 0 10px;
	}
	.rslides_tabs{
		bottom:60px;
	}
 }
 @media(max-width:1280px) {
	.cont, .cont1 {
		width: 88%;
	}
	.nav .menu > li a {
		margin: 0 5px;
	}
	.tel .telnr {
		font-size: 20px;
	}
	.ys .yslist .ysimg {
		width: 88%;
		left: 50%;
		margin-left: -44%;
	}
}
 @media(max-width:1200px) {
	 .logo {
		padding: 15px 0;
		background: #2552c5;
	}
	.logo img{
		height:70px;
	}
 }
@media(max-width:1152px) {
	.nmenu ul li{
		margin-right: 15px;
	}
}
@media(max-width:1120px) {
	.tel {
		display:none;
	}
	.nav .menu > li a {
		margin: 0 8px;
	}
}
@media(max-width:991px) {
	.about .aboutnr{
		padding:0;
	}
	.topcontact{
		margin-top:0;
	}
	.news .newsnr .newsnrlf{
		padding:0;
	}
	.news .newsnr .newsnrrt{
		margin-top:30px;
	}
	.rslides_tabs {
		bottom: 20px;
	}
	.ab_fl dl:nth-child(2):after{
		display:none;
	}
	.ys .yslist .ysimg{
		display:none;
	}
	.nabout h3{
		font-size: 26px;
	}
	.pronr .prolf{
		display:none;
	}
	.pronr .prort{
		width:100%;
	}
	.topcontact{
		font-size:16px;
	}
	.nmenu,.positionnr .positionrt{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
		padding: 15px 0 15px 37px;
	}
	.ys .yslist .ys1,.ys .yslist .ys2,.ys .yslist .ys3,.ys .yslist .ys4{
		width:48%;
	}
	.ys .ysfl ul li {
		width: 130px;
	}
	.ys .yslist {
		height: 440px;
	}
	.nmenu ul li{
		line-height:50px;
	}
	.ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.newm{
		margin-top:10px;
	}
	.newm dl{
		float:left;
	}
	.map{
		height:280px;
	}
	.footernr .footerlf,.footernr .bnav{
		width:50%;
	}
	.footernr .bewm{
		float:left;
	}
}
@media(max-width:767px) {
	.topcontact{
		display:none;
	}
	.tit{
		font-size:48px;
	}
	.tit h3,.tit h3 a{
		font-size:28px;
	}
	.news .newsfl ul li{
		width:100px;
		height:40px;
		line-height:40px;
	}
	.news .newsnr .newsnrrt dl dd .newsdate{
		display:none;
	}
	.news .newsnr .newsnrrt dl dd .newstit{
		width:100%;
	}
	.ys .yslist .ys1, .ys .yslist .ys2, .ys .yslist .ys3, .ys .yslist .ys4{
		width:100%;
		position:inherit;
		min-height:63px;
		top:0;
		margin-top:20px;
	}
	.ys .yslist .ys1, .ys .yslist .ys3 {
		padding-left: 70px;
	}
	.ys .yslist .ys2, .ys .yslist .ys4{
		padding-right:70px;
	}
	.nabout h3{
		font-size: 22px;
	}
	.nabout .naboutnr{
		margin-top:30px;
	}
	.nprolb .nprolbrt{
		text-align:left;
	}
	.nprolb .nprolbrt i {
		float: left;
		margin-left:0;
		margin-right: 22px;
	}
	.nsb dl dd{
		font-size:16px;
	}
	.nnews h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.nhonornr ul li{
		width:48%;
	}
	.footernr .footerlf,.footernr .bnav{
		width:100%;
	}
	.footernr .bnav{
		margin-top:20px;
	}
	.footer{
		padding-top:40px;
	}
}
@media(max-width:640px) {
	.ys .yslist {
		height: 540px;
	}
	.ys .ysfl ul li {
		width: 100px;
	}
}
@media(max-width:540px) {
	.pro {
		margin-top: 50px;
	}
	.ys{
		margin-top:50px;
	}
	.nabout h3 {
		font-size: 20px;
		line-height:30px;
	}
	.rslides img{
		width:130%;
		margin-left:-15%;
	}
	.tit{
		font-size:36px;
	}
	.tit h3{
		top:20px;
	}
	.news .newsnr .newsnrrt dl dt{
		width:18%;
	}
	.news .newsnr .newsnrrt dl dd{
		width:82%;
	}
	.newsnrlf_nrtit .newsnrlf_nrrt{
		display:none;
	}
	.newsnrlf_nrtit .newsnrlf_nrlf{
		width:100%;
	}
	.pronr dl dd{
		font-size:14px;
		line-height:40px;
	}
	.ys .ysfl ul li {
		width: 70px;
		height:40px;
		line-height:40px;
	}
	.ys .ysfl ul li,.ys .ysfl ul li a{
		font-size:14px;
	}
	.ys .ysfl{
		margin-top:40px;
	}
	.newsnrlf .newsnrlf_nr .newsnrlf_nrtit p{
		line-height:22px;
	}
	.newsnrlf .newsnrlf_nr .newsnrlf_nrtit {
		padding: 20px 20px 13px 20px;
	}
}
@media(max-width:425px) {
	.logo {
		padding: 25px 0;
	}
	.logo img {
		height: 50px;
	}
	.news .newsnr .newsnrrt dl dt span{
		font-size:34px;
	}
	.news .newsnr .newsnrrt dl dt{
		font-size:14px;
	}
	.ys .yslist{
		margin-top:20px;
	}
	.ys .ysfl {
		margin-top: 20px;
	}
	.ys .yslist{
		height:640px;
	}
	.ys .ysfl ul li{
		margin:0 2px;
	}
}
@media(max-width:424px) {
	.npro dl,.nsb dl{
		width:100%;
	}
}
@media(max-width:375px) {
	.news .newsfl ul li {
		width: 80px;
	}
	.news .newsfl ul li a{
		font-size:14px;
	}
	.news .newsnr .newsnrrt dl dt{
		width:22%;
	}
	.news .newsnr .newsnrrt dl dd{
		width:78%;
		padding-left: 10px;
	}
	.ab_fl dl dt .counter{
		font-size:40px;
	}
	.ys .ysfl ul li {
		width: 65px;
	}
	.ys .tit p {
		font-size: 15px;
		line-height: 22px;
	}
	.ys .yslist .ys1, .ys .yslist .ys2, .ys .yslist .ys3, .ys .yslist .ys4{
		margin-top:15px;
	}
}
