@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);
}
.bg{
	background:#f5f5f5;
	}
/* top

-------------------------------------------------------------- */

.header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 999;
	top: 0;
	background: #fff;
}
.logo {
	overflow: hidden;
	padding-left: 32px;
}
.en {
	overflow: hidden;
	padding: 28px 0;
	margin-left: 78px;
}
.tel {
	width:9%;
	overflow:hidden;
	background:#f4f4f4;
	padding: 28.5px 0;
	text-align:center;
}

.small{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
	margin-right:42px;
}
.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:#343434;
	font-size:16px;
	display:block;
	padding:0 42px;
	line-height:100px;
	position:relative;
	}

.nav .menu > li:hover a,.nav .menu > li.current a{
	background:#09923a;
	color:#fff;
	}



.nav .menu > li .submenu{

	width:100%;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:30px;

	line-height:30px;

	background:#09923a;

	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:#008adf;

}
/* cont
-------------------------------------------------------------- */
.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;
}
.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:90px;
	padding: 0;
	font-size: 18px;
	list-style: none;
	margin: 0 auto;
	position: absolute;
	bottom: 130px;
	z-index: 99;
	display: inline-block;
	right: 310px;
	bottom:16%;
}
.rslides_tabs li {
	float: left;
	width: 30px;
	height: 2px;
}
.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;
	background:#fff;
	position: relative;
}
.rslides_tabs li a:hover, .rslides_tabs .rslides_here a {
	background: #09923a;
}
/* 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;
}
.rslides_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 40px;
	width: 40px;
	border-radius:50%;
	bottom:14%;
}
.rslides_nav:active {
	opacity: 1.0;
}
.rslides_nav.prev {
	background:#fff url(../images/prev.png) no-repeat center;
	right: 410px;
}
.rslides_nav.prev:hover{
	background:#09923a url(../images/prevh.png) no-repeat center;
}
.rslides_nav.next {
	background:#fff url(../images/next.png) no-repeat center;
	right:260px;
}
.rslides_nav.next:hover{
	background:#09923a url(../images/nexth.png) no-repeat center;
}
#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;
}

/*banner*/

/* tit

-------------------------------------------------------------- */
.tit {
	overflow: hidden;
}
.tit h3 {
	overflow: hidden;
	font-size: 26px;
    color: #323233;
    line-height: 35px;
    font-weight: normal;
}
.tit h3 a {
	font-size: 26px;
    color: #323233;
}
.tit p {
	overflow: hidden;
	font-family: Arial;
    font-size: 36px;
    color: #008adf;
    text-transform: uppercase;
    line-height: 40px;
}
/* ywly
-------------------------------------------------------------- */
.ywly {
	width:100%;
	overflow:hidden;
	background:#f5f4f2 url(../images/ywbg.jpg) no-repeat left top;
}
.ywly .ywlylf{
	width:25%;
	overflow:hidden;
	padding-top:190px;
	}
.ywly .ywlyrt{
	width:75%;
	overflow:hidden;
	}
.picon{clear:both;height:800px;overflow:hidden;position:relative;}
.picon ul{position:absolute;top:0;left:0;height:100%;width:100%;}
.picon li{float:left;height:100%;border-right:1px solid #ddd;width:123px;position:relative;overflow:hidden;}
.picon li.cur .piconnr{display:block;}
.picon li .piconnr{ height:536px;border:solid 1px #e2e2e2;position:absolute;top:50%; margin-top:-268px;left:0;z-index:9;background:#fff;font-family:Arial, Helvetica, sans-serif;font-weight:900;width:100%;color:#fff;display:none; padding:58px 0 0 0;}
*html .picon li .piconnr{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/shadow.png");background:none;}
.picon li .piconnr h3{line-height:40px;font-size:25px; text-align:center; color:#a22223;line-height:30px;}
.picon li .piconnr p{line-height:30px;padding:0px 10px 0;font-size:18px; font-family:Arial; color:#585858; font-weight:normal; text-align:center; text-transform:uppercase; margin-top:8px;}
.picon li .piconnr a{color:#fff;text-decoration:none;}
.picon li .piconnr .ywlyms{
	width:100%;
	overflow:hidden;
	color:#585858;
	font-weight:normal;
	line-height:25px;
	margin-top:38px;
	padding:0 40px;
	}
.picon li .piconnr .ywlymore{
	width:170px;
	height:46px;
	background:#a22223;
	text-align:center;
	line-height:46px;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin:80px auto 0;
	}
.picon li .picontit{
	width:100%;
	height:100%;
	overflow:hidden;
	padding-left:30px;
	position:relative;
	}
.picon li .picontit .picontiten{
	overflow:hidden;
	font-size:18px;
	font-family:Arial;
	color:#9c9b9a;
	text-transform:uppercase;
	writing-mode:vertical-rl;
	float:left;
	margin-top:206px;
	}
.picon li .picontit .picontitcn{
	width:30px;
	font-size:23px;
	color:#323131;
	font-weight:bold;
	float:left;
	margin-top:206px;
	margin-left:6px;
	}
.picon li .picontit .piconmore{
	width:64px;
	height:45px;
	background:url(../images/icon1.png) no-repeat center;
	border:solid 1px #ce9291;
	position:absolute;
	bottom:212px;
	left:50%;
	margin-left:-32px;
}
.picon li.cur .picontit{
	display:none;
	}

/* about
-------------------------------------------------------------- */
.aboutprobg{
	width:100%;
	background:url(../images/probg.jpg) no-repeat bottom center;
	background-size:cover;
	
}
.about {
	min-height: 468px;
	background:#f5f6f9;
}
.about .aboutimg{
	padding:0;
}
.about .aboutnr{
	padding:78px 75px 0 75px;
}
.about .aboutimg{
	position:relative;
	margin-top: -85px;
    z-index: 9;
	overflow:hidden;
	}
.about .aboutimg:hover img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
	}
.about .aboutimg .aboutmore{
	position:absolute;
	display:block;
	width:98px;
	height:98px;
	background:#09923a url(../images/icon1.png) no-repeat center;
	bottom:0;
	right:0;
	}
.about .aboutimg img{
	max-width:100%;
	height:auto;
	}
.about .aboutnr .abouten{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:36px;
	color:#008adf;
	text-transform:uppercase;
	line-height:40px;
	text-align:right;
	}
.about .aboutnr h3{
	width:100%;
	overflow:hidden;
	font-size:26px;
	text-align:right;
	color:#323233;
	line-height:35px;
	font-weight:normal;
	}
.about .aboutnr h3 a{
	font-size:26px;
	color:#323233;
}
.about .aboutnr .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#6f6f71;
	margin-top:48px;
	}
/* lawyer
-------------------------------------------------------------- */
.pro {
	width:100%;
	overflow:hidden;
}
.pronr{
	background:#f5f6f9;
	padding:74px 0 0 0;
}
.pro .protit{
	width:100%;
	overflow:hidden;
	}
.pronr .proimg{
	width:100%;
	overflow:hidden;
	}
.pronr .proimg img{
	width:100%;
	height:auto;
	}
.pronr .owl-carousel .owl-item:hover .proimg img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
	}
.pronr .owl-carousel .owl-item{
	position:relative;
	}
.pronr .owl-carousel .owl-item .probg{
	width:100%;
	height:100%;
	background:rgba(9,146,58,0.8) url(../images/icon2.png) no-repeat center;
	position:absolute;
	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 .owl-carousel .owl-item .probg p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	text-align:center;
	color:#fff;
	position:absolute;
	bottom:122px;
	left:0;
	}
.pronr .owl-carousel-carousel{
	margin-top:50px;
	}
.pronr .owl-carousel .owl-item:hover .probg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
/* case_jjfa
-------------------------------------------------------------- */
.case_jjfa{
	width:100%;
	overflow:hidden;
	}
.case_jjfa .case{
	width:57%;
	overflow:hidden;
	position:relative;
	}
.case .owl-carousel .owl-item .casebg{
	width:100%;
	height:630px;
	}
.case .owl-carousel .owl-item:first-child .casebg{
	background:url(../images/caseimg1.jpg) no-repeat top center;
	background-size:cover;
	}
.case .owl-carousel .owl-item:nth-child(2) .casebg{
	background:url(../images/caseimg1.jpg) no-repeat top center;
	background-size:cover;
	}
.case .owl-carousel .owl-item:nth-child(3) .casebg{
	background:url(../images/caseimg1.jpg) no-repeat top center;
	background-size:cover;
	}
.case_jjfa .case img{
	width:100%;
	height:auto;
	}
.case .casenr{
	width:51%;
	height:330px;
	overflow:hidden;
	float:right;
	background:#f5f5f5;
	position:absolute;
	bottom:0;
	right:0;
	z-index:99;
	padding:40px 46px 0 46px;
	}
.case .casenr h4{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#363c38;
	line-height:35px;
	font-weight:normal;
	border-bottom:solid 1px #c5c7c6;
	padding-bottom:24px;
	}
.case .casenr .casems{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#898b89;
	line-height:30px;
	margin-top:30px;
	margin-bottom:46px;
	}
.case .casenr .casemore{
	font-size:16px;
	color:#008adf;
	line-height:30px;
	}
.case_jjfa .jjfa{
	width:43%;
	height:630px;
	overflow:hidden;
	background:url(../images/jjfabg.jpg) no-repeat top right;
	background-size:cover;
	padding-top:104px;
	}
.case_jjfa .jjfa .tit{
	width:100%;
	overflow:hidden;
	}
.case_jjfa .casetit{
	overflow:hidden;
	position:absolute;
	left: 50%;
    margin-left: -285px;
	bottom:136px;
	z-index:100;
	}
.case_jjfa .casetit h3{
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:35px;
	font-weight:normal;
	}
.case_jjfa .casetit hr{
	width:2px;
	height:36px;
	border:none;
	background:#fff;
	margin-top:30px;
	}
.jjfa .tit p,.jjfa .tit h3{
	text-align:right;
	color:#fff;
	}
.jjfa .tit h3 a{
	color:#fff;
	}
.jjfa .jjfanr{
	width:56%;
	overflow:hidden;
	margin-left:13%;
	}
.jjfa .jjfams{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:30px;
	margin-top:56px;
	}
.jjfa .jjfamore{
	width:100%;
	overflow:hidden;
	margin-top:72px;
	}
.jjfa .jjfamore a{
	display:block;
	width:140px;
	height:46px;
	overflow:hidden;
	text-align:center;
	line-height:46px;
	font-size:15px;
	border:solid 1px #fff;
	color:#fff;
	float:right;
	}
.jjfa .jjfamore a:hover{
	background:#fff;
	color:#008adf;
}
.case .owl-carousel .owl-item:hover h4{
	color:#008adf;
}
/* news
-------------------------------------------------------------- */
.news {
	padding-bottom:106px;
	margin-top: 112px;
	background: url(../images/newsbg.jpg) no-repeat left 60px;
}
.newsmenu{
	overflow:hidden;
	text-align:right;
	padding-right:10px;
	}
.newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newsmenu ul li{
	overflow:hidden;
	float:left;
	padding:0 10px;
	line-height:36px;
	margin-left:34px;
	padding-bottom:17px;
	position:relative;
	}
.newsmenu ul li:after{
	content:"";
	position:absolute;
	width:0;
	height:2px;
	background:#008adf;
	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;
	}
.newsmenu ul li a{
	font-size:18px;
	color:#2f3031;
	}
.newsmenu ul li:hover a{
	color:#008adf;
	}
.newsmenu ul li:hover:after{
	width:100%;
	}
.news .newsnr {
	width: 100%;
	overflow: hidden;
}
.news .newsnr dl{
	width:100%;
	overflow: hidden;
	margin-top:56px;
}
.news .newsnr dl dt{
	width:24%;
	overflow: hidden;
	float:left;
	position: relative;
    height: 238px;
}
.news .newsnr 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 .newsnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news .newsnr dl dd{
	width:73%;
	overflow: hidden;
	float:right;
	border-bottom:solid 1px #c3c3c3;
}
.news .newsnr dl dd .ddlf{
	width:66%;
	overflow:hidden;
	float:left;
	padding-right:75px;
	padding-bottom:30px;
	}
.news .newsnr dl dd .ddlf h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#343434;
	line-height:30px;
	margin-top:23px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsnr dl dd .ddlf .newsjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#8d8d8d;
	line-height:25px;
	margin-top:23px;
	}
.news .newsnr dl dd .ddlf .newsdate{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#343434;
	font-weight:bold;
	margin-top:29px;
	}
.news .newsnr dl dd .ddrt{
	width:34%;
	min-height:231px;
	overflow:hidden;
	float:right;
	position:relative;
	}
.news .newsnr dl dd .news_fl{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	color:#343434;
	line-height:30px;
	}
.news .newsnr dl dd .newsmore{
	width:100%;
	overflow:hidden;
	border-left:solid 1px #c3c3c3;
	padding-left:40%;
	padding-bottom:27px;
	padding-top:5px;
	position:absolute;
	bottom:0;
	right:0;
	}
.news .newsnr dl dd .newsmore .newsmorenr{
	background:url(../images/icon3.png) no-repeat right center;
	line-height:30px;
	font-size:15px;
	color:#343434;
	font-weight:bold;
	position:relative;
	}
.news .newsnr dl dd .newsmore .newsmorenr:after{
	content:"";
	position:absolute;
	width:24%;
	height:1px;
	background:#c3c3c3;
	right:22%;
	top:14.5px;
	}
.news .newsnr dl:hover dd .ddlf h4{
	color:#09923a;
	}

/* link
-------------------------------------------------------------- */
.link {
	padding: 40px 0;
	background: #0066ba;
	line-height: 30px;
	font-size: 16px;
}
.linknr {
	line-height: 30px;
	font-size: 16px;
	color: rgba(255,255,255,0.6);
}
.linknr span{
	background: url(../images/link.png) no-repeat left center;
	font-size: 16px;
	color: #fff;
	padding-left:32px;
	float:left;
	}
.link a {
	margin-right: 10px;
	color: rgba(255,255,255,0.6);
	font-size: 16px;
	margin-right: 10px;
}
.link a:hover{
	color:#fff;
}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background: #0066ba;
	padding-top: 46px;
}
.footernr .footerlf {
	width: 27%;
	overflow: hidden;
}
.footerlf .botlogo{
	width: 100%;
	overflow: hidden;
}
.footerlf .botlogo img{
	max-width: 100%;
	height:auto;
}
.footerlf .bteltit {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	line-height: 30px;
}
.footerlf .btelnr {
	width: 100%;
	overflow: hidden;
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	margin-top: 40px;
}
.footerlf .dh {
	width:138px;
	height:42px;
	background:#f4f4f4 url(../images/icon2.png) no-repeat 20px center;
	padding-left:50px;
	line-height:42px;
	font-size:16px;
	color:#000;
	border-radius:5px;
	margin-top:38px;
}
.footerlf .dh a{
	font-size:16px;
	color:#000;
	}
.footerlf dl dt {
	overflow: hidden;
}
.footerlf dl dd {
	overflow: hidden;
	color: #343434;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
}
.footerlf .blogo {
	width: 100%;
	overflow: hidden;
	margin-top: 120px;
}
.bnav {
	width: 100%;
	overflow: hidden;
	padding-bottom: 26px;
}
.bnav ul {
	width: 100%;
	overflow: hidden;
}
.bnav ul li {
	width: 25%;
	overflow: hidden;
	float: left;
	line-height: 30px;
}
.bnav ul li h4 {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	font-weight: normal;
	margin-bottom:10px;
	font-size: 16px;
	color: #fff;
}
.bnav ul li h4 a {
	font-size: 16px;
	color: #fff;
}
.bnav ul li p {
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	color: rgba(255,255,255,0.4);
	font-size: 15px;
}
.bnav ul li p a {
	color: rgba(255,255,255,0.4);
	font-size: 15px;
}
.bnav ul li p a:hover{
	color:#fff;
}
.bnav ul li dl{
	overflow:hidden;
	float:right;
	}
.bnav ul li dl dt,.bnav ul li dl dd{
	overflow:hidden;
	text-align:center;
	}
.bnav ul li dl dd{
	color:#fff;
	line-height:30px;
	font-size:16px;
	margin-top:12px;
	}
.bnav ul li dl dt img{
	max-width:100%;
	height:auto;
}
.footernr .footerrt {
	width: 73%;
	overflow: hidden;
}
.bot {
	width:100%;
	overflow:hidden;
	margin-top: 56px;
	border-top: solid 1px #3385c8;
}
.bot .botnr {
	line-height:30px;
	color:rgba(255,255,255,0.6);
	padding:32px 0;
}
.bot .botnr a {
	color:rgba(255,255,255,0.6);
}
/* banner_n
-------------------------------------------------------------- */
.banner_n {
	width: 100%;
	height: 450px;
	margin-top: 100px;
	background: url(../images/aboutban.jpg) no-repeat top center;
	background-size: cover;
	position:relative;
}
@media(max-width:1680px) {
	.banner_n {
		 height:394px;
	 }
}
@media(max-width:1440px) {
	.banner_n {
		 height:338px;
	 }
}
@media(max-width:1360px) {
	.banner_n {
		 height:319px;
	 }
}
@media(max-width:1280px) {
	.banner_n {
		 height:300px;
	 }
}
@media(max-width:1152px) {
	.banner_n {
		 height:270px;
	 }
}
@media(max-width:1024px) {
	.banner_n {
		 height:240px;
	 }
}
@media(max-width:991px) {
	.banner_n {
		 height:232px;
	 }
}
@media(max-width:768px) {
	.banner_n {
		 height:180px;
	 }
}
@media(max-width:640px) {
	.banner_n {
		 height:150px;
		 background-position:right !important;
	 }
}
/* position
-------------------------------------------------------------- */
.position {
	overflow:hidden;
	border-bottom:solid 1px #d9d9d9;
	padding-top:15px;
}
.position .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:31px 0 31px 40px;
	background:url(../images/icon12.png) no-repeat left center;
	}
.position .positionrt a{
	font-size:16px;
	color:#343434;
	}
.position a:hover {
	color: #2976ba;
}
.position h3{
	overflow:hidden;
	font-size:30px;
	color:#343434;
	font-weight:normal;
	line-height:40px;
	padding:26px 0;
	}
/* 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 h4,.nszjh h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:32px;
	color:#0066ba;
	font-weight:normal;
	line-height:40px;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	border:solid 6px #cee9d8;
	margin-top:46px;
	}
.nabout .naboutimg{
	padding:0;
	text-align:right;
	}
.nabout .naboutimg img{
	max-width:100%;
	height:auto;
	}
.nabout .naboutlf{
	padding:46px 78px 20px 57px;
	}
.nabout .naboutlf .nabouten{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#8d8d8d;
	line-height:25px;
	}
.nabout .naboutlf .naboutcn{
	width:100%;
	overflow:hidden;
	color:#343434;
	font-size:24px;
	line-height: 30px;
	margin-top:4px;
	}
.nabout .naboutlf .naboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	color:#585858;
	margin-top:40px;
	}
.nabout .naboutlf .naboutjs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	color:#585858;
	}
.nabout .naboutlf .naboutjs img{
	max-width:100%;
	height:auto;
	}
/* nszjh
-------------------------------------------------------------- */
.nszjh{
	margin-top:60px;
	margin-bottom:60px;
	}
.nszjh .nszjhnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	color:#585858;
	margin-top:50px;
	}
.nszjh .nszjhnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	color:#585858;
	}
.nszjh .nszjhnr img{
	max-width:100%;
	height:auto;
	}
/* ncase
-------------------------------------------------------------- */
.ncase {
	margin-top: 60px;
	margin-bottom: 60px;
}
.ncase dl {
	width: 450px;
	overflow: hidden;
	float: left;
	margin:24px 25px 24px 0;
}
.ncase dl dt, .ncase dl dd {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ncase dl dt{
	position: relative;
    height: 300px;
	}
.ncase 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;
	}
.ncase dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.ncase dl dd{
	padding:16px 0 0 0;
	font-size:18px;
	line-height:30px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.ncase dl:nth-child(3n) {
	margin-right: 0;
}
.ncase dl:hover dd{
	color:#0066ba;
	}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:60px;
	}
.npromenu{
	width:100%;
	overflow:hidden;
	}
.npromenu ul{
	width:100%;
	overflow:hidden;
	}
.npromenu ul li{
	overflow:hidden;
	padding:0 10px;
	float:left;
	margin-right:60px;
	line-height:30px;
	padding-bottom:17px;
	position:relative;
	}
.npromenu ul li:after{
	content:"";
	position:absolute;
	width:0;
	height:2px;
	background:#008adf;
	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;
	}
.npromenu ul li:last-child{
	margin-right:0;
}
.npromenu ul li a{
	font-size:18px;
	color:#2f3031;
	}
.npromenu ul li:hover a{
	color:#008adf;
	}
.npromenu ul li:hover:after{
	width:100%;
	}
.npromenu ul li.cur:after{
	width:100%;
}
.npromenu ul li.cur a{
	color:#008adf;
}
.npronr{
	width:100%;
	overflow:hidden;
	}
.npronr dl{
	width:329px;
	overflow:hidden;
	float:left;
	margin:27px 28px 27px 0;
	}
.npronr dl:nth-child(4n){
	margin-right:0;
	}
.npronr dl dt{
	width:100%;
	height:467px;
	overflow:hidden;
	text-align:center;
	position:relative;
	}
.npronr 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;
	}
.npronr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npronr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	line-height:30px;
	color:#343434;
	margin-top:18px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npronr dl dt .nprobg{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(9,146,58,0.8) url(../images/icon2.png) no-repeat center;
	top:0;
	left:0;
	padding-top:62px;
	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%);
	}
.npronr 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);
	}
.npronr dl:hover dd{
	color:#09923a;
	}
.npro .npro_infolf{
	padding:0 30px 0 0;
}
.npro .npro_infolf img{
	max-width:100%;
	height:auto;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.npro .npro_infort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	padding-bottom:28px;
}
.npro .npro_infort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:40px;
}
.npro .npro_infort .npro_infolei span{
	font-size:16px;
	color:#0066ba;
	}
.npro .npro_infort .npro_ms{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_ms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#646160;
}
.npro_lxbtn{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.npro_lxbtn a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#0066ba;
	}
.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;
}
.marg {
    margin-top: 40px;
}
/* nywly
-------------------------------------------------------------- */
.nywly{
	margin-top: 60px;
	margin-bottom:60px;
}
.nywly .nywlynr{
	width:100%;
	overflow:hidden;
}
.nywly .nywlynr li{
	width:339px;
	overflow:hidden;
	float:left;
	position:relative;
	margin:30px 14.6666667px 30px 0;
}
.nywly .nywlynr li:nth-child(4n){
	margin-right:0;
	}
.nywly .nywlynr li .nywlytit{
	width:100%;
	overflow:hidden;
	background:#fff;
	font-size:18px;
	line-height:30px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	font-weight:bold;
	color:#343434;
	padding:22px 0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nywly .nywlynr li .nywlytit2{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:40px;
	margin:auto;
	font-size:26px;
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:50%;
	padding:14px 0;
	margin-top:-34px;
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nywly .nywlynr li .nywlytit2:before{
	content:"";
	width:160px;
	height:2px;
	background:#fff;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-80px;
	}
.nywly .nywlynr li .nywlytit2:after{
	content:"";
	width:160px;
	height:2px;
	background:#fff;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-80px;
	}
.nywly .nywlynr li:hover .nywlytit2{
	opacity:1;
	}
.nywly .nywlynr li:hover .nywlytit{
	bottom:-100%;
	}
/* nnews
-------------------------------------------------------------- */
.nnews {
	margin-top: 60px;
	margin-bottom: 60px;
}
.nnews dl{
	width:100%;
	overflow:hidden;
	margin:35px 0;
	padding:25px 0;
	border-bottom:solid 1px #0066ba;
	}
.nnews dl dt{
	width:18%;
	overflow:hidden;
	float:left;
	position:relative;
	height:182px;
	}
.nnews dl dt img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnews dl dd{
	width:82%;
	overflow:hidden;
	float:right;
	padding-left:56px;
	padding-top:20px;
	}
.nnews dl dd .nnewslf{
	width:82%;
	overflow:hidden;
	}
.nnews dl dd .nnewsrt{
	width:16%;
	overflow:hidden;
	border-left:solid 1px #d2d2d2;
	padding-left:52px;
	}
.nnews dl dd .nnewstit{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#1e1e1e;
	line-height:35px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#939393;
	margin-top:20px;
	}
.nnews dl dd hr{
	width:30px;
	overflow:hidden;
	border-bottom:solid 2px #09923a;
	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:#0066ba;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #0066ba;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	line-height:40px;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* ncjzsnr
-------------------------------------------------------------- */
.ncjzsnr {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.ncjzsnr ul {
	width: 100%;
	overflow: hidden;
}
.ncjzsnr ul li {
	width: 419px;
	overflow: hidden;
	margin-right: 71.5px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}
.ncjzsnr ul li img {
	max-width: 100%;
	height: auto;
}
.ncjzsnr ul li:nth-child(3n) {
	margin-right: 0;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	position:relative;
	}
.ncontact .map{
	width:100%;
	height:600px;
}
.ncontact .ncontactnr{
	padding:40px 32px 20px 32px;
	background:#0066ba;
	position:absolute;
	top:0;
	right:0;
	z-index:99;
	height:440px;
	}
.ncontact .ncontactnr h3{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:30px;
	line-height:40px;
	}
.ncontact .ncontactnr .ngsm{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-bottom:20px;
	}
.ncontact .ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.ncontact .ncontactnr p a{
	font-size:16px;
	color:#fff;
	}
.ntel{
	width:100%;
	overflow:hidden;
	background:url(../images/icon13.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;
	}
.ncontact .ncontactnr dl{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.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;
	}
/* nhzgy
-------------------------------------------------------------- */
.nhzgy {
	margin-top: 60px;
	margin-bottom: 60px;
}
.nhzgy table {
	width: 100%;
}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.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: #0066ba;
    color: #fff;
	text-align:center;
	font-size:18px;
}
/* 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 #09923a;
}
.dede_pages ul li.thisclass {
	background-color: #09923a;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
}
.dede_pages ul li.thisclass a {
	color: #fff;
}
.dede_pages ul li:hover {
	background-color: #09923a;
}
.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: #09923a;
}
.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;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.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: #0a4f8a;
}
.pages .pageslf:hover a, .pages .pagesrt:hover a {
	color: #0a4f8a;
}
.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}
.logo{
	padding-left:1%;
}
.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: 1921px) and (max-width: 2560px) {
}

@media only screen and (min-width: 1360px) and (max-width: 1440px) {
	.nnews dl dt{
		height:156px;
	}
	.npronr dl dt{
		height:399px;
	}
	.ncase dl dt{
		height:255px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.nnews dl dt{
		height:147px;
	}
	.npronr dl dt{
		height:376px;
	}
	.ncase dl dt{
		height:240px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.nnews dl dt{
		height:132px;
	}
	.npronr dl dt{
		height:338px;
	}
	.ncase dl dt{
		height:216px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.nnews dl dt{
		height:117px;
	}
	.npronr dl dt{
		height:300px;
	}
	.ncase dl dt{
		height:192px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.nnews dl dt{
		height:114px;
	}
	.npronr dl dt{
		height:291px;
	}
	.ncase dl dt{
		height:186px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.nnews dl dt{
		height:98px;
	}
	.npronr dl dt{
		height:344px;
	}
	.ncase dl dt{
		height:247px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.nnews dl dt{
		height:127px;
	}
	.npronr dl dt{
		height:307px;
	}
	.ncase dl dt{
		height:221px;
	}
}
@media only screen and (min-width:640px) and (max-width: 767px) {
	.nnews dl dt{
		height:106px;
	}
	.npronr dl dt{
		height:256px;
	}
	.ncase dl dt{
		height:184px;
	}
}
@media only screen and (min-width:540px) and (max-width: 639px) {
	.nnews dl dt{
		height:284px;
	}
	.npronr dl dt{
		height:330px;
	}
	.ncase dl dt{
		height:155px;
	}
}
@media only screen and (min-width:425px) and (max-width:539px) {
	.nnews dl dt{
		height:226px;
	}
	.npronr dl dt{
		height:260px;
	}
	.ncase dl dt{
		height:122px;
	}
}
@media only screen and (min-width:375px) and (max-width:424px) {
	.nnews dl dt{
		height:200px;
	}
	.npronr dl dt{
		height:229px;
	}
	.ncase dl dt{
		height:107px;
	}
}
@media only screen and (min-width:320px) and (max-width:374px) {
	.nnews dl dt{
		height:170px;
	}
	.npronr dl dt{
		height:196px;
	}
	.ncase dl dt{
		height:92px;
	}
}
@media only screen and (min-width:0px) and (max-width:319px) {
	.nnews dl dt{
		height:165px;
	}
	.npronr dl dt{
		height:192px;
	}
	.ncase dl dt{
		height:90px;
	}
}

 @media(max-width:1680px) {
	 .nav .menu > li a{
		 padding: 0 30px;
	 }
	 .jjfa .jjfanr {
		width: 65%;
	 }
	 .case .casenr .casems{
		 margin-bottom:30px;
	 }
	 .rslides_nav.prev {
		right: 290px;
	}
	.rslides_nav.next {
		right: 140px;
	}
	.rslides_tabs{
		right:190px;
	}
 }

 @media(max-width:1600px) {
	 .jjfa .jjfanr {
		width: 69%;
	 }
 }
 @media(max-width:1440px) {
	.cont, .cont1 {
		width: 88%;
	}
	 .rslides_nav.prev {
		right: 240px;
	}
	.rslides_nav.next {
		right: 90px;
	}
	.rslides_tabs{
		right:140px;
	}
	.rslides_nav{
		bottom:10%;
	}
	.rslides_tabs{
		bottom:12.5%;
	}
	 .nav .menu > li a{
		 padding: 0 20px;
	 }
	.npro .npro_infort h1 {
		font-size: 22px;
	}
	.news .newsnr dl dd .ddlf{
		padding-right:30px;
	}
	.case .casenr h4{
		font-size:22px;
	}
	.tit p{
		font-size:30px;
	}
	.npronr dl {
		width: 23.5%;
		margin: 27px 2% 27px 0;
	}
	.ncase dl {
		width: 32%;
		margin: 24px 2% 24px 0;
	}
	.case .casenr h4{
		font-size:22px;
	}
	.case .casenr{
		padding: 30px 30px 0 30px;
	}
	.case .casenr .casems{
		margin-top:15px;
	}
}
@media(max-width:1360px) {
	.nnews dl dd .nnewsrt{
		padding-left:20px;
	}
	.about .aboutnr {
		padding: 60px 60px 0 60px;
	}
	.about .aboutnr .aboutjs{
		margin-top:40px;
	}
}
@media(max-width:1280px) {
	.nav{
		margin-right:1%;
	}
	.nav .menu > li a {
		padding: 0 15px;
	}
	 .rslides_nav.prev {
		right: 230px;
	}
	.rslides_nav.next {
		right: 80px;
	}
	.rslides_tabs{
		right:130px;
	}
	.rslides_nav{
		bottom:8%;
	}
	.rslides_tabs{
		bottom:10.5%;
	}
	.nabout .naboutlf {
		padding: 46px 40px 20px 40px;
	}
	.nnews dl dd{
		padding-left:30px;
	}
	.newsnr .newsmore{
		margin-top:40px;
	}
	.about .aboutnr {
		padding: 40px 40px 0 40px;
	}
	.about {
		min-height: 428px;
	}
	.npronr dl dd{
		font-size:16px;
		margin-top:10px;
	}
	.case .casenr {
		width: 60%;
	}
	.case .casenr h4 {
		font-size: 20px;
	}
}
@media(max-width:1152px) {
	.nav .menu > li a {
		padding: 0 10px;
	}
	.nabout .naboutlf .naboutcn{
		font-size:22px;
	}
	.nabout .naboutlf {
		padding: 46px 20px 20px 20px;
	}
	.nnews dl dd{
		padding-top:0;
	}
	.newsnr .newsmore {
		margin-top: 20px;
	}
	.ntel .ntelnr, .ntel .ntelnr a {
		font-size: 24px;
	}
	.about .aboutimg {
		margin-top: -60px;
	}
	.jjfa .jjfamore{
		margin-top:30px;
	}
	.jjfa .jjfams{
		margin-top:40px;
	}
}
@media(max-width:1024px) {
	.nav .menu > li a {
		padding: 0 8px;
	}
	.ntel .ntelnr, .ntel .ntelnr a {
		font-size: 22px;
	}
	.about .aboutimg {
		margin-top: -40px;
	}
	.case_jjfa .jjfa{
		padding-top:80px;
	}
}
@media(max-width:991px) {
	.rslides_nav{
		bottom:2%;
	}
	.rslides_tabs{
		bottom:6%;
	}
	.about {
		min-height: auto;
		overflow: hidden;
	}
	.about .aboutnr{
		padding-bottom:40px;
	}
	.about .aboutimg {
		margin-top: 30px;
	}
	.case_jjfa .case,.case_jjfa .jjfa{
		width:100%;
	}
	.case_jjfa .casetit {
		left: 6%;
		margin-left: 0;
		bottom: inherit;
		top: 30px;
	}
	.case .casenr {
		width: 88%;
		float: none;
		margin: 0 6%;
		right: inherit;
	}
	.jjfa .jjfanr {
		width: 88%;
		margin-left: 0;
		margin: auto;
	}
	.pro{
		background:none;
	}
	.newsmenu{
		width:100%;
	}
	.news .newsnr dl dd .ddrt{
		display:none;
	}
	.news .newsnr dl dd .ddlf {
		width:100%;
		padding-right: 0;
	}
	.npro .npro_infolf{
		padding:0;
		text-align:center;
	}
	.npro .npro_infort{
		padding: 32px 0 0 0;
	}
	.npro_lxbtn{
		margin-top:30px;
	}
	.ncontact .ncontactnr{
		position:inherit;
		height:auto;
	}
	.ncontact .map{
		height:280px;
	}
	.pages .pageslf, .pages .pagesrt {
		width:100%;
		text-align:left;
	}
	.nnews dl dd{
		padding-left:30px;
	}
	.nnews dl dd .nnewsdate{
		font-size:24px;
	}
	.nnews h1{
		font-size:20px;
	}
	.position h3, .position .positionrt {
    	width: 100%;
	}
	.position .positionrt{
		text-align:left;
	}
	.position h3{
		font-size:26px;
	}
	.nabout .naboutimg{
		text-align:center;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt{
		margin-top:10px;
	}
	.bot{
		margin-top:20px;
	}
	.newsmenu{
		width:100%;
		margin-top:10px;
		text-align:left;
	}
	.pronr .tit{
		width:100%;
	}
	.newsmenu ul li{
		margin-right:30px;
		margin-left:0;
	}
	.npronr dl {
		width: 32%;
	}
	.npronr dl:nth-child(3n) {
		margin-right: 0;
	}
	.npronr dl:nth-child(4n) {
		margin-right: 2%;
	}
	.ncase dl {
		width: 49%;
	}
	.ncase dl:nth-child(3n) {
		margin-right: 2%;
	}
	.ncase dl:nth-child(2n) {
		margin-right:0;
	}
	.nabout h4, .nszjh h4{
		font-size:28px;
	}
}
@media(max-width:859px) {
	.nnews dl dt {
		width: 26%;
	}
	.nnews dl dd{
		width: 74%;
	}
	.nnews dl dd .nnewslf,.nnews dl dd .nnewsrt{
		width: 100%;
	}
	.nnews dl dd .nnewsrt{
		padding-left:0;
		border-left:none;
	}
}
@media(max-width:767px) {
	.nabout h4, .nszjh h4{
		font-size:28px;
	}
	.news .newsnr dl dt {
		width: 30%;
	}
	.news .newsnr dl dd {
		width: 68%;
	}
	.bnav ul li {
		width: 33.3333333%;
	}
	.bnav ul li:last-child{
		clear:both;
		margin-top:10px;
	}
	.bnav ul li dl{
		float:left;
	}
	.ncase dl dd{
		font-size:16px;
	}
	.nabout h4, .nszjh h4{
		font-size:26px;
	}
	.npromenu ul li{
		margin-right:40px;
	}
}
@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) {
	.newsmenu ul li{
		margin-right:20px;
	}
	.npromenu ul li{
		margin-right:15px;
		margin-bottom:10px;
	}
}
@media(max-width:639px) {
	.npronr dl {
		width: 49%;
	}
	.npronr dl:nth-child(3n) {
		margin-right: 2%;
	}
	.npronr dl:nth-child(2n) {
		margin-right: 0;
	}
}
 @media screen and (max-width: 600px) {
	.rslides_nav {
		display:none;
	}
	.rslides_tabs {
		right: 2%;
	}
}
@media(max-width:540px) {
	.about .aboutimg .aboutmore{
		width:60px;
		height:60px;
	}
	.nabout h4, .nszjh h4{
		font-size:24px;
	}
	.news .newsnr dl dt {
		width: 100%;
	}
	.news .newsnr dl dd {
		width: 100%;
	}
	.bnav ul li {
		width: 50%;
	}
	.bnav ul li:nth-child(3){
		width: 100%;
		clear:both;
		margin-top:10px;
	}
	.bnav ul li:last-child{
		width: 100%;
	}
	.newsmenu ul li{
		margin-right:10px;
		padding:0 5px;
	}
}
@media(max-width:425px) {
	.nabout .naboutlf .nabouten{
		font-size:12px;
	}
	.nabout .naboutlf .naboutcn {
		font-size: 19px;
	}
	.case .casenr {
		padding: 20px 20px 0 20px;
	}
	.case .casenr .casems {
		margin-bottom: 20px;
	}
	.case .casenr h4{
		padding-bottom:10px;
    font-size: 19px;
	}
	.about .aboutnr .abouten{
		font-size:32px;
	}
	.about .aboutnr {
		padding: 40px 20px 20px 20px;
	}
}
@media(max-width:375px) {
}
@media(max-width:320px) {
}
.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 #09923a;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#09923a; color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}