@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: 9999;
	top:0;
	padding:0 0 0 1%;
	background:#fff;
	}
.logo{
	overflow:hidden;
}
.search{
	padding:28px 0;
	margin-left:30px;
	}
.search input{
	width:198px;
	height:44px;
	line-height:44px;
	border:solid 1px #a6a6a6;
	border-radius:20px;
	padding-left:15px;
	padding-right:46px;
	position:relative;
	}
.topsearchbtn{
	width:20px;
	height:20px;
	background:url(../images/search.png) no-repeat 89% center;
	position:absolute;
	top:40px;
	right:10px;
}
.tel{
	margin-left:50px;
	position:relative;
	background:url(../images/tel.png) no-repeat left center;
	padding:25px 1% 25px 56px;
	}
.tel:before{
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	background:#cccccc;
	left:-50px;
	top: 0;
	}
.teltit{
	overflow:hidden;
	color:#343434;
}
.telnr{
	overflow:hidden;
	color:#085c93;
	font-size:28px;
	font-weight:bold;
	line-height:30px;
}
.small{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
	
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
	margin-top:30px;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav .menu > li{
	float:left;
	text-align:center;
	line-height:40px;
	position:relative;
	}

.nav .menu > li a{
	color:#343434;
	font-size:16px;
	display:block;
	padding:0 35px;
	line-height:40px;
	border-radius:20px;
	}

.nav .menu > li:hover a,.nav .menu > li.current a{
	background:#2051bf;
	color:#fff;
	}



.nav .menu > li .submenu{

	width:100%;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:30px;

	line-height:30px;

	background:#2051bf;

	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;
}

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

	background:#ee8544;

}
.nav .menu > li.current:after{
	width:100%;
	}

.cont{
	width:1400px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1400px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin-top:100px;
	}
.mouse-index{
	position:absolute;
	bottom:30px;
	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:2px;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto;
  position:absolute;
  top:50%;
  margin-top:-100px;
  z-index:99;
  display:inline-block;
  right:78px;
  }

.rslides_tabs li {
  float: left;
  width: 2px;
  height:100px;
  }

.rslides_tabs a {
	width:100%;
  height: 100%;
  background:#fff;
  display:block;
  position:relative;
  }

.rslides_tabs li a:hover,.rslides_tabs .rslides_here a{
  background:#1555ff;
  }

/* 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;
  margin-top: -45px;
  }
.banner .rslides_nav{
	width:51px;
	height:51px;
	position:absolute;
	display:block;
	z-index:998;
	 }
.banner .prev{
    background:url("../images/prev.png") no-repeat center;
	top:50%;
	left:10%;
	margin-top:-25.5px;
	}
.banner .prev:hover{
    background:url("../images/prevh.png") no-repeat center;
	}
.banner .next{
    background:url("../images/next.png") no-repeat center;
	top:50%;
	right:10%;
	margin-top:-25.5px;
	}
.banner .next:hover{
    background:url("../images/nexth.png") no-repeat center;
	}
.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {

  .callbacks_nav {
    top: 47%;
    }
  }
/*banner*/

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#343434;
	line-height:35px;
	text-align:center;
	margin-top:9px;
	}
.tit h3 a{
	font-size:30px;
	color:#343434;
	}
.tit p{
	width:100%;
	overflow:hidden;
	color:#dddddd;
	font-family:Arial;
	text-transform:uppercase;
	font-size:40px;
	line-height:40px;
	text-align:center;
	}
.more{
	overflow:hidden;
	}
.more a{
	width:166px;
	height:48px;
	display:block;
	font-size:15px;
	color:#fff;
	line-height:48px;
	text-align:center;
	background:#004b94;
	}
	
/* fuwu
-------------------------------------------------------------- */
.fuwu{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding:29px 0 40px 0;
	}
.fuwunr dl{
	width:20%;
	overflow:hidden;
	float:left;
	}
.fuwunr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.fuwunr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	line-height:30px;
	margin-top:10px;
	}

/* sb
-------------------------------------------------------------- */
.sb{
	width:100%;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:66px;
}
.sb .sbnr{
	margin-top:40px;
	}
.sb .sbnr ul{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li{
	width:380px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	position:relative;
	}
.sb .sbnr ul li:last-child{
	margin-right:0;
	}
.sb .sbnr ul li .sbimg{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li .sbbg{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(9,131,103,0.8);
	position:absolute;
	left:0;
	top: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%);
	}
.sb .sbnr ul li .sbbg .sbtb{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:88px;
	}
.sb .sbnr ul li:hover .sbbg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.sb .sbnr ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-top:10px;
	}
.sb .more{
	margin-top:58px;
	}
.sb .more a{
	margin:auto;
	}
/* jyfw
-------------------------------------------------------------- */
.jyfw{
	width:100%;
	overflow:hidden;
	background:url(../images/fwbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:55px;
	padding-bottom:74px;
	}
.jyfw .titen{
	color:#fff;
	}
.jyfw .tit h4 a{
	background:none;
	color:#fff;
	}
.jyfwnr{
	margin-top:56px;
	}
.jyfwnr dl{
	width:200px;
	height:200px;
	overflow:hidden;
	float:left;
	background:#fff;
	padding-top:38px;
	margin-right:50px;
	margin-bottom:0;
	}
.jyfwnr dl:last-child{
	margin-right:0;
	}
.jyfwnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	transition: all 0.5s;
	}
.jyfwnr dl dt .fwimg2{
	display:none;
	}
.jyfwnr dl:hover dt .fwimg1{
	display:none;
	}
.jyfwnr dl:hover dt .fwimg2{
	display:block;
	margin:auto;
	}
.jyfwnr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#098367;
	line-height:30px;
	margin-top:10px;
	}
.jyfwnr dl:hover dt{
	transform: rotateY(180deg);
	}
.jyfwnr dl:hover{
	background:#098367;
	}
.jyfwnr dl:hover dd{
	color:#fff;
	}
.fwtel{
	width:340px;
	height:62px;
	line-height:62px;
	overflow:hidden;
	background:#fff;
	border-radius:30px;
	position:relative;
	left:50%;
	margin-left:-170px;
	font-size:26px;
	color:#098367;
	padding-left:20px;
	margin-top:58px;
	}
.fwtel .fwtelnr{
	width:248px;
	height:62px;
	line-height:62px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	background:#098367;
	color:#fff;
	font-size:26px;
	border-radius:30px;
	text-align:center;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	padding-bottom:83px;
	margin-top:114px;
}
.pronr .protit{
	width:57%;
	overflow:hidden;
	}
.pronr .protit p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#7f7f7f;
	line-height:30px;
	margin-top:13px;
	}
.pronr .protit h3{
	color:#343434;
	font-size:40px;
	font-weight:bold;
	line-height:50px;
	}
.promore{
	width:110px;
	overflow:hidden;
	line-height:30px;
	background:url(../images/icon1.png) no-repeat right center;
	margin-top:90px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.promore a{
	font-size:18px;
	color:#343434;
	display:block;
	}
.promore:hover{
	background:url(../images/icon1.png) no-repeat 68px center;
}
.promore a:hover{
	color:#2051bf;
}
.prolist{
	width:100%;
	margin-top:136px;
	}
.pro .probg{
	width:100%;
	min-height:467px;
	overflow:hidden;
	background:url(../images/probg1.jpg) no-repeat top center;
	background-size:cover;
	padding-left:60px;
	position:relative;
	text-align:left;
}
.npro .probg{
	width:682px;
	height:467px;
	overflow:hidden;
	background:url(../images/probg1.jpg) no-repeat top center;
	background-size:cover;
	padding-left:60px;
	position:relative;
	text-align:left;
	margin:20px 36px 20px 0;
	float:left;
}
.npro .probg:nth-child(2n){
	margin-right:0;
	}
.pro .probg .proimg{
	width:50%;
}
.npro .probg .proimg{
	width:54%;
}
.pro .probg .proimg,.npro .probg .proimg{
	height:100%;
	overflow:hidden;
	text-align:center;
	background:url(../images/probg.jpg) no-repeat top center;
	position:absolute;
	right:0;
	top:0;
	}
.pro .probg .proimg img,.npro .probg .proimg img{
	max-width:100%;
	height:auto;
	}
.pro .probg .proxhtit,.npro .probg .proxhtit{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#2051bf;
	font-weight:bold;
	line-height:40px;
	margin-top:82px;
	}
.npro .probg .proxhtit,.npro .probg .proxhnr,.pro .probg .proxhtit,.pro .probg .proxhnr{
	position:relative;
	z-index:2;
}
.pro .probg .proxhnr,.npro .probg .proxhnr{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#323233;
	font-family:Arial;
	line-height:30px;
	}
.pro .probg .protit,.npro .probg .protit{
	width:100%;
	overflow:hidden;
	font-size:28px;
	font-weight:bold;
	color:#303132;
	line-height:40px;
	margin-top:88px;
	}
.pro .probg .protit,.npro .probg .protit{
	position:relative;
	z-index:2;
}
.pro .probg .proms,.npro .probg .proms{
	width:61%;
	overflow:hidden;
	color:#515254;
	font-size:16px;
	line-height:30px;
	margin-top:26px;
	position:relative;
	z-index:2;
	}
.pro .probg:hover,.npro .probg:hover{
	background:#2051bf;
	}
.pro .probg:hover .proimg,.npro .probg:hover .proimg{
	background:url(../images/probgh.jpg) no-repeat top center;
	}
.pro .probg:hover .proxhtit,.pro .probg:hover .proxhnr,.pro .probg:hover .protit,.pro .probg:hover .proms,.npro .probg:hover .proxhtit,.npro .probg:hover .proxhnr,.npro .probg:hover .protit,.npro .probg:hover .proms{
	color:#fff;
	}
.nproinfo{
	width:100%;
	overflow:hidden;
	}
.nproinfo h3{
	width:100%;
	overflow:hidden;
	color:#1f1f1f;
	font-size:30px;
	line-height:40px;
	font-weight:normal;
	}
.nproinfo h3 span{
	width:100%;
	overflow:hidden;
	color:#1f1f1f;
	font-size:36px;
	line-height:50px;
	font-weight:bold;
	display:block;
	position:relative;
	}
.nproinfo h3 span:after{
	content:"";
	position:absolute;
	width:84px;
	height:1px;
	background:#d8d8d8;
	top:24px;
	left:165px;
	}
.npro_icon{
	width:100%;
	overflow:hidden;
	margin-top:86px;
	}
.npro_icon img{
	max-width:100%;
	height:auto;
	}
.nprofbnr {
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom:60px;
}
.nprofbnr p {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.nprofbnr img {
	max-width: 100%;
	height: auto;
}
/* yyhy
-------------------------------------------------------------- */
.yyhy{
	width:100%;
	height:860px;
	overflow:hidden;
	background:url(../images/yyhybg.jpg) no-repeat top center;
	background-size:cover;
	}
.yyhy dl{
	width:20%;
	height:100%;
	overflow:hidden;
	float:left;
	}
.yyhy dl:nth-child(2n+1){
	background:rgba(0,0,0,0.2);
	}
.yyhy dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:290px;
	}
.yyhy dl dd{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	}
.yyhy dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	margin:0;
	line-height:30px;
	text-align:center;
	}
.yyhy dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	text-align:center;
	margin-top:6px;
	}
.yyhy dl dd hr{
	width:42px;
	border:none;
	border-bottom:solid 2px #fff;
	margin:40px auto 0;
	display:none;
	}
.yyhy dl:hover{
	background:url(../images/yyhyimg2.jpg) no-repeat top center;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dt img{
	display:none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dd hr{
	display:block;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dd h4{
	font-size:30px;
	line-height:40px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
	
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:170px;
	padding-bottom:185px;
	}
.about .aboutlf{
	width:43%;
	overflow:hidden;
	padding-right:130px;
	padding-top:60px;
	}
.about .aboutlf h3{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#343434;
	line-height:60px;
	margin:0;
	font-weight:bold;
	}
.about .aboutlf .company{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#2f2f2f;
	line-height:35px;
	margin-top:13px;
	}
.about .aboutlf .aboutms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#848484;
	line-height:30px;
	margin-top:68px;
	}
.about .aboutlf .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:77px;
	}
.about .aboutlf .aboutmore a{
	width:200px;
	height:60px;
	text-align:center;
	background:#2051bf;
	display:block;
	line-height:60px;
	font-size:18px;
	color:#fff;
	border-radius:30px;
	}
.about .aboutlf .aboutmore a:hover{
	background:rgba(32,81,191,0.9);
}
.about .aboutimg{
	width:57%;
	overflow:hidden;
	text-align:right;
	}
.about .aboutimg img{
	max-width:100%;
	height:auto;
	}
.about .aboutimg:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
	}
/* jjfa
-------------------------------------------------------------- */
.jjfa{
	width:100%;
	overflow:hidden;
	margin-top:84px;
	}
.jjfa h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:40px;
	color:#343434;
	text-align:center;
	line-height:50px;
	font-weight:bold;
	}
.jjfa h3 a{
	font-size:40px;
	color:#343434;
}
.jjfa .jjfanr{
	width:100%;
	overflow:hidden;
	margin-top:54px;
	}
.jjfa .jjfalist{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.jjfa .jjfalist img{
	width:100%;
	height:auto;
	}
.jjfa .jjfalist .jjfatit{
	width:36px;
	overflow:hidden;
	position:absolute;
	font-size:28px;
	color:#fff;
	line-height:30px;
	top:50%;
	margin-top:-58px;
	left:50%;
	margin-left:-18px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.jjfalist .jjfabg{
	width:100%;
	height:29%;
	background:#2051bf;
	position:absolute;
	bottom:-29%;
	left:0;
	padding:0 40px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.jjfabg .jjfalf{
	width:55%;
	overflow:hidden;
	text-align:left;
	}
.jjfabg .jjfalf h4{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:26px;
	margin:34px 0 29px 0;
	line-height:35px;
	}
.jjfabg .jjfalf h4 a{
	color:#fff;
	font-size:26px;
}
.jjfabg .jjfalf p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:32px;
	}
.jjfabg .jjfalf p a{
	font-size:18px;
	color:#fff;
}
.jjfabg .jjfamore{
	width:45%;
	overflow:hidden;
	}
.jjfabg .jjfamore .jjfamorenr{
	width:110px;
	overflow:hidden;
	line-height:30px;
	background:url(../images/icon3.png) no-repeat right center;
	font-size:18px;
	color:#fff;
	text-align:left;
	margin-top:114px;
	}
.jjfa .owl-carousel .owl-item{
	padding:0 7.5px;
	}
.jjfalist:hover .jjfabg{
	bottom:0;
	}
.jjfa .jjfalist:hover .jjfatit{
	opacity:0;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#f1f1f1;
	}
.news .news_tit{
	width:100%;
	overflow:hidden;
	background:#fff;
	}
.news .news_tit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:40px;
	color:#343434;
	font-weight:bold;
	line-height:50px;
	margin-bottom:48px;
	}
.news .news_tit h3 a{
	font-size:40px;
	color:#343434;
	}
.news .newsnr{
	padding-top:110px;
	padding-bottom:120px;
	width:86%;
	overflow:hidden;
	}
.news .newslf{
	width:42%;
	overflow:hidden;
	}
.news .newsrt{
	width:55%;
	overflow:hidden;
	padding-right:45px;
	}
.news .newsrt dl{
	width:100%;
	overflow:hidden;
	margin-bottom:0;
	position:relative;
	}
.news .newsrt dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:614px;
	}
.news .newsrt 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;
}
.news .newsrt dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news .newsrt dl dd{
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:0;
	right:0;
	background:#0247a2;
	}
.news .newsrt dl dd .newsdate{
	width:17%;
	overflow:hidden;
	background:#abd059;
	text-align:center;
	color:#fff;
	padding:15px 0;
	float:left;
	}
.news .newsrt dl dd .newsdate span{
	width:100%;
	overflow:hidden;
	display:block;
	text-align:center;
	font-size:40px;
	color:#fff;
	line-height:40px;
	margin-bottom:4px;
	}
.news .newsrt dl dd .newsjs{
	width:74%;
	overflow:hidden;
	padding:25px 40px;
	}
.news .newsrt dl dd .newsjs .newsjstit{
	width:100%;
	overflow:hidden;
	font-size:19px;
	color:#fff;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsrt dl dd .newsjs .newsjsms{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.5);
	margin-top:10px;
	}
.news .newsrt dl dd .newsmore{
	padding-top:54px;
	padding-right:30px;
}
.news .newsrt dl dd .newsmore span{
	display:block;
	width:110px;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	background:url(../images/icon3.png) no-repeat right center;
	float:right;
	line-height:30px;
	}
.news .newslf dl{
	width:100%;
	overflow:hidden;
	margin-bottom:0;
	padding:30px 0;
	border-bottom:solid 1px #d6d6d6;
	}
.news .newslf dl:first-child{
	padding-top:0;
	}
.news .newslf dl dt{
	width:14%;
	overflow:hidden;
	float:left;
	background:#2051bf;
	text-align:center;
	color:#fff;
	padding:18px 0;
	font-weight:normal;
	}
.news .newslf dl dt span{
	width:100%;
	overflow:hidden;
	color:#fff;
	text-align:center;
	font-size:40px;
	line-height:40px;
	display:block;
	margin-bottom:4px;
	}
.news .newslf dl dd{
	width:86%;
	overflow:hidden;
	float:left;
	padding-left:24px;
	}
.news .newslf dl dd{
	width:86%;
	overflow:hidden;
	float:left;
	}
.news .newslf dl dd .newstit{
	width:100%;
	overflow:hidden;
	font-size:19px;
	color:#313131;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newslf dl dd .newsms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#999;
	margin-top:10px;
	}
.news .newslf dl:hover dd .newstit{
	color:#2051bf;
	}
/* partner
-------------------------------------------------------------- */
.partner{
	text-align:center;
	position:relative;
	}
.partner img{
	max-width:100%;
	height:auto;
	}
.partnernr{
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:84px;
	}
.partnernr h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2051bf;
	text-align:center;
	line-height:50px;
	font-weight:bold;
	}
.partnernr p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#343434;
	text-align:center;
	margin-top:14px;
	}
.partnernr .partnermore{
	width:110px;
	height:30px;
	line-height:30px;
	background:url(../images/icon2.png) no-repeat right center;
	margin:84px auto 0;
	text-align:left;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.partnernr .partnermore a{
	display:block;
	font-size:18px;
	color:#2051bf;
	font-family:Arial;
	}
.partnernr .partnermore:hover{
	background:url(../images/icon2.png) no-repeat 68px center;
}
	

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	margin-top:54px;
	background:#191919;
	padding-top:43px;
	padding-bottom:32px;
	}
.linknr{
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.linknr a{
	font-size:16px;
	margin-right:10px;
	color:#fff;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#191919;
}
.footerlf{
	width:39%;
	overflow:hidden;
	}
.bteltit{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:rgba(255,255,255,0.5);
	line-height:35px;
	}
.footerlf .btel{
	width:100%;
	overflow:hidden;
	background:url(../images/tel.png) no-repeat left center;
	padding-left:52px;
	font-size:36px;
	color:#fff;
	margin-top:14px;
	font-weight:bold;
	margin-bottom:35px;
	}
.footerlf .btel a{
	font-size:36px;
	color:#fff;
}
.footerlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:5px;
	}
.footerlf p a{
	font-size:16px;
	color:#fff;
}
.footerrt{
	width:61%;
	overflow:hidden;
	}
.footernr{
	padding-top:36px;
	padding-bottom:70px;
	}
.footernr ul{
	width:100%;
	overflow:hidden;
	}
.footernr ul li{
	width:20%;
	overflow:hidden;
	padding: 0 10px 0 0;
	float:left;
	}
.footernr ul li h4{
	margin:0;
	line-height:30px;
	margin-bottom:20px;
	}
.footernr ul li h4 a{
	font-size:16px;
	color:#fff;
	}
.footernr ul li p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	}
.footernr ul li p a{
	font-size:15px;
	color:#7f7f7f;
	}
.footernr ul li dl{
	margin-top:54px;
	float:left;
	}
.footernr ul li dl,.footernr ul li dl dt,.footernr ul li dl dd{
	overflow:hidden;
	}
.footernr ul li dl dt{
	text-align:center;
	}
.footernr ul li dl dt img{
	max-width:100%;
	height:auto;
}
.footernr ul li dl dd{
	text-align:center;
	color:#fff;
	font-size:12px;
	margin-top:6px;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#191919;
	border-top: solid 1px #474747;
	padding:20px 0;
	}
.botnr{
	line-height:30px;
	}
.botnr .botlf{
	font-size:15px;
	color:rgba(255,255,255,0.5);
	padding:0;
	}
.botnr .botrt{
	font-size:15px;
	color:rgba(255,255,255,0.5);
	text-align:right;
	padding:0;
	}
.botnr .botlf a,.botrt a{
	font-size:15px;
	color:rgba(255,255,255,0.5);
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:360px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	margin-top:100px;
}
@media(max-width:991px) {
	.banner_n{
		height:260px;
	}
}
@media(max-width:767px) {
	.banner_n{
		height:200px;
	}
}

/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e7e7e7;
}
.positionnr .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:15px 0;
	background:url(../images/icon4.png) no-repeat left center;
	padding-left:40px;
	}
.positionnr .positionrt a{
	font-size:16px;
	color:#343434;
	}
.position a:hover {
	color: #114e8c;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:60px;
	margin:0 19px;
	margin-right:36px;
	text-align:center;
	}
.nmenu ul li:first-child{
	margin-left:0;
}
.nmenu ul li a{
	font-size:16px;
	color:#343434;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#114e8c;
	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.cur a{
	color:#114e8c;
	}
.nmenu ul li:hover a:after,.nmenu ul li.cur a:after{
	width:100%;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	padding-top:60px;
	padding-bottom:60px;
	}
.nabout .naboutnr{
	width:52%;
	overflow:hidden;
	}
.nabout .naboutimg{
	width:48%;
	overflow:hidden;
	text-align:right;
	margin-top: 40px;
	}
.nabout .naboutimg img{
	max-width:100%;
	height:auto;
	}
.nabout .naboutnr h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#1f1f1f;
	font-weight:bold;
	line-height:45px;
	}
.nabout .naboutnr .ncompany{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#343434;
	line-height:35px;
	margin-top:5px;
	}
.nabout .naboutnr .naboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:34px;
	color:#8d8d8d;
	margin-top:45px;
	}
.nabout .naboutnr .naboutjs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:34px;
	color:#8d8d8d;
	}
.nabout .naboutimg2{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.nabout .naboutimg2 img{
	max-width:100%;
	height:auto;
	}
/* nfwzc
-------------------------------------------------------------- */
.nfwzc{
	margin-top:60px;
	margin-bottom:60px;
	}
.nfwzc .nfwzcnr{
	padding:0;
	font-size:16px;
	line-height:34px;
	color:#343434;
	}
.nfwzc .nfwzcnr p{
	font-size:16px;
	line-height:34px;
	color:#343434;
	}
.nfwzc .nfwzcrt{
	padding:0;
	}
.nfwzc .nfwzcrt dl{
	overflow:hidden;
	float:right;
	}
.nfwzc .nfwzcrt dl dt,.nfwzc .nfwzcrt dl dd{
	overflow:hidden;
	text-align:center;
	}
.nfwzc .nfwzcrt dl dd{
	font-size:20px;
	color:#114c8b;
	line-height:30px;
	font-weight:bold;
	}
.nfwzc .nfwzcrt dl dt img{
	max-width:100%;
	height:auto;
	}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:40px;
	margin-bottom:40px;
	}
.nhonor .nhonorul{
	width:100%;
	overflow:hidden;
	}
.nhonor .nhonorul li{
	width:330px;
	overflow:hidden;
	float:left;
	margin:20px 10px;
	}
.nhonor .nhonorul li img{
	max-width:100%;
	height:auto;
	}
.nhonor .nhonorul li:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
	}
#gallery { overflow: hidden; }
#gallery a { display: block; float: left; }
#gallery a img { display: block; border: 0; }
/* ncc
-------------------------------------------------------------- */
.npartner{
	margin-top:45px;
	margin-bottom:45px;
	}
.npartner .npartnerul{
	width:100%;
	overflow:hidden;
	}
.npartner .npartnerul li{
	width:270px;
	overflow:hidden;
	margin:15px 5px;
	float:left;
	border:solid 1px #dfdfdf;
	}
.npartner .npartnerul li img{
	max-width:100%;
	height:auto;
	}
.npartner .npartnerul li:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
	}
/* nhzhb
-------------------------------------------------------------- */
.nhzhb{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.nhzhbul{
	width:100%;
	overflow:hidden;
	}
.nhzhbul li{
	width:14.66666%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border:solid 1px #ccc;
	}
.nhzhbul li img{
	max-width:100%;
	height:auto;
	}

/* npro
-------------------------------------------------------------- */
.bg{
	background:#f8f8f8;
	}
.npro{
	margin-top:60px;
	margin-bottom:60px;
	}
.npro dl{
	width:320px;
	overflow:hidden;
	float:left;
	margin:20px 40px 20px 0;
	background:#fff;
	}
.npro dl:nth-child(4n){
	margin-right:0;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	height:366px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	font-weight:normal;
	}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.15);
	}
.npro dl dt .nprobg{
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	background:rgba(8,92,147,0.8) url(../images/icon14.png) no-repeat center;
	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 .nprobg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dd{
	width:100%;
	overflow:hidden;
	padding-left:26px;
	border-top: solid 1px #e0e0e0;
	}
.npro dl dd .probt{
	width:80%;
	overflow:hidden;
	float:left;
	margin-top:9px;
	}
.npro dl dd .probt .protit{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:30px;
	}
.npro dl dd .probt .protiten{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	}
.npro dl dd .pro_more{
	width:20%;
	height:76px;
	overflow:hidden;
	background:url(../images/icon6.png) no-repeat center;
	float:left;
	border-left: solid 1px #e0e0e0;
	}
.npro dl:hover dd{
	background:rgba(8,92,147,0.8);
	border-top: solid 1px #99bbd1;
	}
.npro dl:hover dd .probt .protit,.npro dl:hover dd .probt .protiten{
	color:#fff;
	}
.npro dl:hover dd .pro_more{
	border-left: solid 1px #99bbd1;
	background: url(../images/iconh6-1.png) no-repeat center;
	}
.npro .nproimg{
	padding:0 30px 0 0;
}
.npro .nproimg img{
	max-width:100%;
	height:auto;
}
.nprort{
	padding-top:80px;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.npro .nprort h1{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	padding-bottom:28px;
}
.npro .nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:40px;
}
.npro .nprort .npro_infolei span{
	font-size:16px;
	color:#004b94;
	}
.npro .nprort .npro_ms{
	width:100%;
	overflow:hidden;
}
.npro .nprort .npro_ms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#646160;
}
.npro .npro_infort .npro_lxfs{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_lxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.npro .npro_infort .npro_lxfs p a{
	font-size:16px;
	color:#333;
}
.npro_lxbtn{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.npro_lxbtn a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#2051bf;
	}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table {
    width: 100%;
    min-width: 600px;
    overflow: hidden;
    border: none;
}
.nprofbnr table tr{
	width:100%;
	overflow:hidden;
	border:none;
}
.nprofbnr table td{
	line-height:30px;
	padding:13px 0;
	font-size:16px;
	color:#343434;
	border:none;
	border-bottom:solid 1px #d8d8d8;
	float:left;
}
.nprofbnr table td:first-child{
	width:30%;
	overflow:hidden;
}
.nprofbnr table td:last-child{
	width:69%;
	overflow:hidden;
	margin-left:1%;
}
.nprofbnr h4 {
    margin: 0 0 10px 0;
    line-height: 40px;
	font-size: 26px;
    color: #343434;
}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:60px;
	margin-bottom:60px;
	}
.nnewsnr{
	width:100%;
	margin-top:10px;
	}
.nnews dl{
	width:100%;
	overflow:hidden;
	margin:35px 0;
	padding:25px 0;
	border-bottom:solid 1px #2051bf;
	}
.nnews dl dt{
	width:18%;
	overflow:hidden;
	float:left;
	position:relative;
	height:189px;
	}
.nnews dl dt img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnews dl dd{
	width:82%;
	overflow:hidden;
	float:right;
	padding-left:56px;
	padding-top:20px;
	}
.nnews dl dd .nnewslf{
	width:82%;
	overflow:hidden;
	}
.nnews dl dd .nnewsrt{
	width:16%;
	overflow:hidden;
	border-left:solid 1px #d2d2d2;
	padding-left:52px;
	}
.nnews dl dd .nnewstit{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#1e1e1e;
	line-height:35px;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#939393;
	margin-top:20px;
	}
.nnews dl dd hr{
	width:30px;
	overflow:hidden;
	border-bottom:solid 2px #084590;
	margin:48px 0 0 0;
	}
.nnews dl dd .nnewsdate{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:35px;
	color:#b1b1b1;
	}
.nnews dl dd .nnewsyear{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#b1b1b1;
	line-height:25px;
	}
.nnews dl dd .nnewstb{
	margin-top:20px;
	}
.nnews dl:hover dd .nnewstit{
	color:#2051bf;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #2051bf;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	line-height:40px;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	}
	
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	position:relative;
	}
.ncontact .map{
	width:100%;
	height:570px;
}
.ncontact .ncontactnr{
	padding:40px 32px 32px 32px;
	background:#2051bf;
	/* position:absolute; */
	top:0;
	right:0;
	z-index:999;
	height:346px;
	}
.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:15px;
	}
.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/icon5.png) no-repeat left center;
	padding-left:57px;
	margin-top:20px;
	}
.ntel .nteltit{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:25px;
	}
.ntel .ntelnr{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	line-height:35px;
	}
.ntel .ntelnr a{
	font-size:30px;
	color:#fff;
}
.ncontact .ncontactnr dl{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:0;
	}
.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: #2051bf;
    color: #fff;
	text-align:center;
	font-size:18px;
}

/* nsearch_box
-------------------------------------------------------------- */
.gbox{
	margin-top:60px;
	margin-bottom:60px;
}
.nsearch_box{
	margin-top:20px;
	margin-bottom:20px;
}
.nsearch_box .search-submit{
	width:80px;
	line-height:33px;
	background: #2051bf;
	color:#fff;
}
.nsearch_box input {
	width: 30%;
    border-width: 1px;
    border-style: solid;
    border-color: #707070 #CECECE #CECECE #707070;
    padding: 2px 4px;
    height: 33px;
    line-height: 33px;
    margin-right: 5px;
    color: #6B6B6B;
}
.result_content ul li{
	margin:20px 0;
	border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
}
.result_content ul li h3{
	font-size:16px;
	line-height:30px;
}
.result_content ul li h3 a{
	font-size:16px;
}
.result_content ul li p{
	line-height:30px;
}
.result_content ul li a{
	color:#2051bf;
}
.resultbar{
	width: 100%;
	overflow:hidden;
	line-height:40px;
	background: #eee;
	font-size:16px;
	padding:0 1%;
}
.resultbar strong{
	color: #2051bf;
}

/* dede_pages

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

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 10px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    line-height: 17px;
    margin-right: 6px;
	padding: 5px 10px;
	border:solid 1px #2051bf;
}

.dede_pages ul li.thisclass{
    background-color: #2051bf;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #2051bf;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#454545;
}

.page1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.page1 p{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#454545;
	font-size: 16px;
}
.page1 p a:hover{
	color:#2051bf;
}
.pages{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.pages .pageslf,.pages .pagesrt{
	width:50%;
	overflow:hidden;
	font-size:16px;
	line-height:58px;
	padding:0 1%;
	text-align:center;
}
.pages .pageslf a,.pages .pagesrt a{
	font-size:16px;
}
.pages .pageslf:hover,.pages .pagesrt:hover{
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari 和 Chrome */
	-o-transition: all .5s ease; /* Opera */
	color:#2051bf;
}
.pages .pageslf:hover a,.pages .pagesrt:hover a{
	color:#2051bf;
}
.dede_pages table, .dede_pages table tr, .dede_pages table td{
	border:none;
}
.dede_pages table td{
	line-height:30px;
	font-size:14px;
}
.dede_pages table td a{
	font-size:14px;
}

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


@media(max-width:1920px) {
	.pro .probg .proimg {
		width: 56%;
	}
	.jjfabg .jjfamore .jjfamorenr{
	    margin-top: 84px;
	}
}
@media(max-width:1768px) {
	.nav .menu > li a{
		padding: 0 25px;
	}
	.pro .probg .proimg {
		width: 60%;
	}
}
@media(max-width:1680px) {
	.nav .menu > li a{
		padding: 0 20px;
	}
	.pro .probg .protit, .npro .probg .protit{
		font-size:24px;
	}
	.pro .probg .proimg {
		width: 65%;
	}
}
@media(max-width:1600px) {
	.nav .menu > li a{
		padding: 0 17px;
	}
	.search{
		margin-left:20px;
	}
	.search input {
		width: 160px;
	}
	.jjfalist .jjfabg{
	    padding: 0 20px;
	}
	.jjfabg .jjfalf h4 {
        margin: 15px 0 15px 0;
    }
	.jjfabg .jjfamore .jjfamorenr{
	    margin-top: 64px;
	}
}
@media(max-width:1440px) {
	.cont,.cont1{
		width:88%;
	}
	.nav .menu > li a{
		padding: 0 12px;
	}
	.nhonor .nhonorul li {
		width: 23%;
		margin: 20px 1%;
	}
	.news .newslf dl dd .newstit,.news .newsrt dl dd .newsjs .newsjstit{
		font-size:18px;
	}
	.npartner .npartnerul li {
		width: 19%;
		margin: 15px 0.5%;
	}
	.npro .probg {
		width: 49%;
		margin: 20px 2% 20px 0;
	}
	.about .aboutlf h3{
		font-size:40px;
	}
	.about .aboutlf .company{
		font-size:24px;
	}
	.about .aboutlf {
		padding-right: 80px;
	}
	.pro .probg .protit, .npro .probg .protit{
		font-size:20px;
	}
	.pro .probg .proms, .npro .probg .proms{
		font-size:14px;
		line-height:25px;
	}
	.about {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.partnernr{
		bottom:40px;
	}
	.npro .probg .proimg{
		padding-top:40px;
	}
	.pro .probg .proxhtit, .npro .probg .proxhtit{
		font-size: 22px;
	}
	.pro .probg .proxhnr, .npro .probg .proxhnr{
		font-size:16px;
	}
	.pro .probg .proimg {
		width: 75%;
	}
	.news .newsrt dl dt{
		height:555px;
	}
	.news .newslf dl{
		padding:20px 0;
	}
}
@media(max-width:1360px) {
	.search {
		margin-left: 0;
	}
	.nav .menu > li a {
		padding: 0 8px;
	}
	.nnews dl dd .nnewsrt{
		padding-left:20px;
	}
	.about .aboutlf .aboutms{
		margin-top:30px;
	}
	.about .aboutlf .aboutmore{
		margin-top:47px;
	}
	.news .newslf dl dt span{
		font-size:30px;
	}
	.npro .probg .proimg {
		width: 56%;
	}
	.pro .probg .proimg {
		width: 80%;
	}
	.jjfabg .jjfalf h4 a{
	    font-size: 22px;
	}
}
@media(max-width:1300px) {
	.npro .probg .proimg{
		padding-top:50px;
	}
	
}
@media(max-width:1280px) {
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:80px;
	}
	.npro .nprort h1{
		font-size:20px;
	}
	.nmenu ul li{
		margin: 0 19px;
	}
	.about .aboutlf{
		padding-top:30px;
	}
	.pronr .protit h3,.about .aboutlf h3,.jjfa h3,.jjfa h3 a,.news .news_tit h3,.news .news_tit h3 a,.partnernr h3{
		font-size:32px;
	}
	.about .aboutlf .company{
		font-size:20px;
	}
	.about .aboutlf {
		padding-right: 40px;
	}
	.news .newsrt dl dd .newsjs {
		padding: 25px 20px;
	}
	.news .newsrt dl dd .newsmore span{
		font-size:16px;
	}
	.news .newsrt dl dd .newsmore {
		padding-right: 10px;
	}
	.npro .probg .proimg {
		width: 60%;
	}
	.pro .probg .proimg {
		width: 90%;
	}
	.jjfabg .jjfamore .jjfamorenr{
	    width: 90px;
	}
	.jjfalist:hover .jjfabg{
	    height: 135px;
	}
	.jjfabg .jjfamore .jjfamorenr {
        margin-top: 52px;
    }
}
.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1199px) and (min-width: 0px){
	.nav,.tel{display:none}
	.a_txt,.rg{
		display:block;
	}
	.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(max-width:1280px) {
	.ncontact .ncontactnr h3{
		font-size: 26px;
	}
	.ntel .ntelnr,.ntel .ntelnr a{
		font-size: 24px;
	}
	.ncontact .ncontactnr {
		padding: 20px;
	}
}
@media(max-width:1200px) {
	.npro .probg .proimg {
		width: 64%;
	}
}
@media(max-width:1152px) {
	.ncontact .ncontactnr p,.ncontact .ncontactnr p a{
		font-size:15px;
	}
	.nmenu ul li {
		margin: 0 12px;
	}
	.about .aboutlf .aboutms {
		margin-top: 20px;
	}
	.about .aboutlf .aboutmore {
		margin-top: 20px;
	}
	.partnernr .partnermore {
		margin: 40px auto 0;
	}
	.news .newslf dl dt{
		width: 16%;
	}
	.news .newslf dl dd{
		width: 84%;
	}
	.npro .probg .proimg {
		width: 66%;
	}
	.pro .probg .proimg {
		width: 95%;
	}
	.news .newsrt dl dt{
		height:485px;
	}
	.news .newslf dl{
		padding:10px 0;
	}
}
@media(max-width:1090px) {
	.npro .probg .proimg {
		width: 70%;
	}
}
@media(max-width:1024px) {
	.nmenu ul li {
		margin: 0 8px;
	}
	.pronr .protit h3, .about .aboutlf h3, .jjfa h3, .jjfa h3 a, .news .news_tit h3, .news .news_tit h3 a, .partnernr h3 {
		font-size: 28px;
	}
	.pro .probg .proimg{
		padding-top:20px;
	}
}
@media(max-width:1023px) {
	.nabout .naboutnr,.nabout .naboutimg{
		width:100%;
	}
	.nabout .naboutimg{
		text-align:center;
		margin-top:20px;
	}
	.npro .probg {
		width: 100%;
		margin: 20px 0;
	}
	.npro .probg .proimg {
		width: 44%;
		padding-top:0;
	}
}
@media(max-width:991px) {
	.pro {
		padding-bottom: 60px;
		margin-top: 60px;
	}
	.prolist {
		margin-top: 60px;
	}
	.rslides_tabs{
		right:30px;
		margin-top:-50px;
	}
	.rslides_tabs li{
		height:50px;
	}
	.about .aboutlf{
		width:100%;
		padding-right:0;
	}
	.about .aboutimg{
		width:100%;
		text-align:center;
		margin-top:30px;
	}
	.nhonor .nhonorul li {
		width: 31.33333%;
	}
	.npro .nproimg{
		padding:0;
		text-align:center;
	}
	.nproinfo{
		margin-top:30px;
	}
	.nproinfo h3{
		font-size:24px;
	}
	.nproinfo h3 span{
		font-size:30px;
	}
	.npro_icon{
		margin-top:40px;
	}
	.pages .pageslf, .pages .pagesrt{
		width:100%;
		text-align:left;
	}
	.ncontact .ncontactnr{
		position:inherit;
		height: 575px;
	}
	.ncontact .map{
		height:280px;
	}
	.footerlf,.footerrt{
		width:100%;
	}
	.footerrt{
		margin-top:20px;
	}
	.nfwzc .nfwzcrt{
		text-align:center;
	}
	.nfwzc .nfwzcrt dl{
		float:none;
	}
	.npartner .npartnerul li {
		width: 24%;
	}
	.botnr .botlf,.botnr .botrt{
		width:100%;
		text-align:center;
	}
	.nnews dl dd{
		padding-left:30px;
	}
	.nnews dl dd .nnewsdate{
		font-size:24px;
	}
	.nnews h1{
		font-size:20px;
	}
	.nmenu,.positionnr .positionrt{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
	}
	.news .newsnr {
		width: 88%;
		margin: auto;
		float: none;
	}
	.news .newslf{
		width:100%;
	}
	.news .newsrt{
		width:100%;
		padding-right:0;
	}
	.news .newsnr {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.news .newsrt dl dt img{
		max-width:100%;
		height:auto;
	}
	.news .newsrt dl dd{
		position:inherit;
	}
	.partnernr {
		bottom: 0px;
	}
	.pronr .protit{
		width:100%;
	}
	.promore{
		float:left;
		margin-top:40px;
	}
}
@media(max-width:979px) {
	.pro .probg .proimg {
		width: 75%;
	}
}
@media(max-width:860px) {
	.npro .probg .proimg {
		width:50%;
	}
	.pro .probg .proimg {
		width: 80%;
	}
}
@media(max-width:859px) {
	.nnews dl dt {
		width: 26%;
	}
	.nnews dl dd{
		width: 74%;
	}
	.nnews dl dd .nnewslf,.nnews dl dd .nnewsrt{
		width: 100%;
	}
	.nnews dl dd .nnewsrt{
		padding-left:0;
		border-left:none;
	}
}
@media(max-width:768px) {
	.nabout .naboutnr h3{
		font-size:30px;
	}
	.nabout .naboutnr .ncompany{
		font-size:20px;
	}
	.npro .probg .proimg {
		width:55%;
	}
	.pro .probg .proimg {
		width: 50%;
		padding-top:0;
	}
}
@media(max-width:767px) {
	.nhonor .nhonorul li {
		width:48%;
	}
	.npartner .npartnerul li {
		width: 32.333333%;
	}
	.footernr ul li{
		width:33.3333333%;
	}
	.footernr ul li:nth-child(4){
		clear:both;
	}
	.footerlf .btel,.footerlf .btel a{
		font-size:30px;
	}
	.nnews dl dd .nnewstit{
		font-size:18px;
	}
	.search{
		display:none;
	}
	.logo {
		padding: 22px 0;
	}
	.logo img {
		height: 56px;
	}
	.rslides_tabs{
		right:20px;
	}
	.partnernr .partnermore {
		margin: 20px auto 0;
	}
	.partnernr{
		position:inherit;
		margin-top:30px;
	}
	.partner img{
		margin-top:40px;
	}
	.link{
		margin-top:0;
	}
	.npro .nprort h1 {
		font-size:18px;
	}
	.nproinfo h3 {
		font-size: 22px;
	}
	.nproinfo h3 span {
		font-size: 26px;
	}
	.footerrt{
		display:none;
	}
}
@media(max-width:700px) {
	.npro .probg .proimg {
		width:60%;
	}
}
@media(max-width:680px) {
	.pro .probg .proimg {
		width: 58%;
	}
}
@media(max-width:659px) {
	.nnews dl dt,.nnews dl dd{
		width:100%;
	}
	.nnews dl dd {
		padding-left: 0;
		margin-top:10px;
	}
}
@media(max-width:640px) {
	.npro .probg .proimg {
		width:68%;
	}
}
@media(max-width:600px) {
	.pro .probg .proimg {
		width: 65%;
	}
}
@media(max-width:540px) {
	.npartner .npartnerul li {
		width: 48%;
		margin: 15px 1%;
	}
	.footerlf .btel,.footerlf .btel a{
		font-size:26px;
	}
	.news .newsrt dl dd .newsmore{
		display:none;
	}
	.news .newsrt dl dd .newsjs{
		width:100%;
	}
	.npro .probg .proimg {
		width:76%;
	}
	.pro .probg .proimg {
		width:70%;
	}
}
@media(max-width:500px) {
	.news .newslf dl dt{
		width:20%;
	}
	.news .newslf dl dd{
		width:80%;
	}
	.npro .probg{
		padding-left:20px;
	}
	.npro .probg .proimg {
		width:90%;
	}
	.pro .probg .proimg {
		width:78%;
	}
	.pro .probg{
		padding-left:20px;
	}
}
@media(max-width:425px) {
	.npro .probg .proimg {
		width:100%;
	}
	.pro .probg .proms, .npro .probg .proms {
		width: 80%;
	}
	.pro .probg .proimg {
		width: 88%;
	}
}
@media(max-width:375px) {
	.npro .probg .proimg {
		padding-top:40px;
	}
	.pro .probg .proimg {
		width: 90%;
		padding-top: 20px;
	}
	.pro .probg .proimg {
		width:100%;
	}
}
@media(max-width:320px) {
	.npro .probg .proimg {
		padding-top:60px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.news .newsrt dl dt {
		height: 485px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.news .newsrt dl dt {
		height: 422px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.news .newsrt dl dt {
		height: 356px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.news .newsrt dl dt {
		height: 280px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.news .newsrt dl dt {
		height: 247px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.news .newsrt dl dt {
		height: 211px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.news .newsrt dl dt {
		height: 206px;
	}
}
.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#2051bf; color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}