@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:#f8f8f8;
	}
/* top

-------------------------------------------------------------- */

.header {
	width: 100%;
	height: 136px;
	position: fixed;
	z-index: 999;
	top: 0;
	background: #fff;
}
.top{
	width:100%;
	overflow:hidden;
	background:#092c7d;
	line-height:36px;
	}
.topnr{
	font-size:14px;
	color:#fff;
	}
.topnr a{
    float: right;
    color: #fff;
    margin-left: 10px;
}
.logo {
	overflow: hidden;
}
.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;
}
.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 20px;
	line-height:100px;
	position:relative;
	}

.nav .menu > li:hover a,.nav .menu > li.current a{
	background:#092c7d;
	color:#fff;
	}



.nav .menu > li .submenu{

	width:100%;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:30px;

	line-height:30px;

	background:#092c7d;
	border-top:solid 1px #fff;
	text-align:center;

}

.nav .menu > li .submenu li a{

	display:block;
	background:none;
	font-size:16px;
	color:#fff;
	padding:0;
	line-height:30px;
}

.nav .menu > li .submenu li:hover{

	background:#d4982a;

}
/* cont
-------------------------------------------------------------- */
.cont {
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.cont1 {
	width: 1200px;
	height: auto;
	margin: auto;
}
/* banner

-------------------------------------------------------------- */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 136px;
}
.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:72px;
	right:18.7%;
	width:70px;
	z-index:999;
	}
.mouse {
  width: 47px;
  overflow:hidden;
  position:relative;
	left:50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
		  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.mouse-index p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides {
	margin: 0 auto 40px;
}
#slider2, #slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	padding: 0;
	font-size: 18px;
	list-style: none;
	margin: 0 auto;
	position: absolute;
	bottom: 60px;
	z-index: 99;
	display: inline-block;
	left:50%;
	margin-left:-54px;
}
.rslides_tabs li {
	float: left;
	margin:0 12px;
}
.rslides_tabs a {
	width: 12px;
	height: 12px;
	border:solid 1px #fff;
	border-radius: 50%;
	display: block;
	position: relative;
}
.rslides_tabs li a:hover, .rslides_tabs .rslides_here a {
	background:#fff;
}
/* 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: 21.3%;
}
.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: 13.5%;on
}
.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;
}
 @media screen and (max-width: 600px) {
.rslides_nav {
	top: 47%;
}
}

/*banner*/

/* tit

-------------------------------------------------------------- */
.tit {
	width:100%;
	overflow: hidden;
	font-size:45px;
	font-family:Arial;
	text-align:center;
	color:#dde1e4;
	text-transform:uppercase;
	font-weight:bold;
}
.tit h3 {
	width:100%;
	overflow: hidden;
	font-size: 32px;
    color: #2c2d2d;
    line-height: 35px;
	text-align:center;
	margin-top:-40px;
}
.tit h3 a {
	font-size: 32px;
    color: #2c2d2d;
}
.tit p {
	overflow: hidden;
    font-size: 16px;
    color: #828586;
    line-height: 30px;
	text-align:center;
	margin-top:7px;
}
.tit hr{
	width:38px;
	border:none;
	border-bottom:solid 2px #103281;
	margin:20px auto 0;
}
/* ggt
-------------------------------------------------------------- */
.ggt {
	width:100%;
	height:117px;
	overflow:hidden;
	background:url(../images/telbg.jpg) no-repeat top center;
	background-size:cover;
	border-bottom:solid 1px #b8b8b8;
}
.ggt .ggtlf,.ggt .ggtrt{
	padding:0;
	}
.ggt .ggtlf{
	padding-top:22px;
	}
.ggt .ggtlf h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#1d328f;
	line-height:40px;
	}
.ggt .ggtlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:30px;
	margin-top:6px;
	}
.ggt .ggtrt dl{
	background:url(../images/tel.png) no-repeat left center;
	padding-left:63px;
	float:right;
	margin-top:25px;
	}
.ggt .ggtrt dl dt{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	}
.ggt .ggtrt dl dd{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#fff;
	font-weight:bold;
	}
.ggt .ggtrt dl dd a{
	font-size:32px;
	color:#fff;
}

/* about
-------------------------------------------------------------- */
.about {
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:130px;
}
.about .aboutlist{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px rgba(255,255,255,0.15);
	padding:28px 0;
	}
.ab_fl dl{
	overflow:hidden;
	float:left;
	border-left:solid 1px rgba(255,255,255,0.15);
	padding:18px 0 22px 0;
	}
.ab_fl dl:last-child{
	border-right:solid 1px rgba(255,255,255,0.15);
	}
.ab_fl dl dt{
	overflow:hidden;
	color:#1c92f1;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	}
.ab_fl dl dt span{
	color:#1c92f1;
	font-size:45px;
	}
.ab_fl dl dd{
	overflow:hidden;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:30px;
	}
.aboutnr{
	margin-top:84px;
	}
.aboutnr h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:26px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
	}
.aboutnr hr{
	width:50px;
	border:none;
	border-bottom:solid 2px #1c92f1;
	margin:30px auto 0;
	}
.aboutnr .aboutjs{
	width:65%;
	overflow:hidden;
	margin:auto;
	font-size:16px;
	line-height:34px;
	text-align:center;
	color:rgba(255,255,255,0.7);
	margin-top:38px;
	}
.aboutnr .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:94px;
	}
.aboutnr .aboutmore a{
	display:block;
	width:190px;
	height:56px;
	text-align:center;
	line-height:56px;
	border:solid 1px #d4982a;
	font-size:15px;
	color:#d4982a;
	margin:auto;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.aboutnr .aboutmore a:hover{
	background:#d4982a;
	color:#fff;
}


/* lawyer
-------------------------------------------------------------- */
.pro {
	width:100%;
	overflow:hidden;
	background:#edf1f4;
	padding-top:60px;
	padding-bottom:110px;
}
.promenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:40px;
	}
.promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.promenu ul li{
	overflow:hidden;
	float:left;
	margin:0 48px;
	line-height:30px;
	position:relative;
	padding-bottom:10px;
	}
.promenu ul li a{
	font-size:16px;
	color:#303131;
	}
.promenu ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#103281;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.promenu ul li:hover:after{
	width:100%;
}
.promenu ul li:hover a{
	color:#103281;
}
.pronr .prolist,.pronr .prolist ul{
	width:100%;
	overflow:hidden;
	}
.pronr .prolist{
	margin-top:12px;
	}
.pronr .prolist ul li{
	width:380px;
	overflow:hidden;
	float:left;
	margin:12px 30px 12px 0;
	position:relative;
	height:285px;
	}
.pronr .prolist ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.pronr .prolist ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.pronr .prolist ul li:nth-child(3n){
	margin-right:0;
	}
.pronr .prolist ul li .probg{
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	background:rgba(29,50,143,0.88);
	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 .prolist ul li .probg h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	margin-top:105px;
	}
.pronr .prolist ul li .probg p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:30px;
	margin-top:10px;
	}
.pronr .prolist ul li: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 a{
	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;
	}
/* news
-------------------------------------------------------------- */
.news {
	padding-top:76px;
	padding-bottom:66px;
}
.newsnr{
	width:100%;
	overflow:hidden;
	margin-top:53px;
	}
.newsnr .newslf{
	padding:0 20px 0 0;
	}
.newsnr .newslf dl{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:30px;
	}
.newsnr .newslf dl dt,.newsnr .newslf dl dd{
	width:100%;
	overflow:hidden;
	}
.newsnr .newslf dl dt{
	position:relative;
	height:336px;
}
.newsnr .newslf 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;
	}
.newsnr .newslf dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newsnr .newslf dl dd{
	position:absolute;
	background:#1d328f;
	line-height:30px;
	bottom:0;
	left:0;
	padding:14px 28px;
	}
.newsnr .newslf dl dd .newsbt{
	width:75%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsnr .newslf dl dd .newsdate{
	width:25%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	text-align:right;
	}
.newsnr .newslf ul{
	width:100%;
	overflow:hidden;
	margin-top:28px;
	}
.newsnr .newslf ul li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	border-bottom:dashed 1px #c4c4c4;
	padding:8px 0;
	}
.newsnr .newslf ul li:last-child{
	border-bottom:none;
	}
.newsnr .newslf ul li a{
	width:75%;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsnr .newslf ul li:hover a{
	color:#1d328f;
}
.newsnr .newslf ul li span{
	width:25%;
	overflow:hidden;
	float:right;
	text-align:right;
	font-size:16px;
	color:#343434;
	}
.newsnr .newsrt{
	padding:0 0 0 20px;
	}
.newstit{
	width:100%;
	overflow:hidden;
	padding-bottom:8px;
	border-bottom:solid 1px #cfcfcf;
	}
.newstit .newstitlf{
	width:60%;
	overflow:hidden;
	font-size:24px;
	color:#1d328f;
	font-weight:bold;
	line-height:35px;
	}
.newstit .newstitlf span{
	font-size:16px;
	font-family:Arial;
	color:#9d9d9d;
	font-weight:normal;
	margin-left:12px;
	text-transform:uppercase;
	}
.newstit .newstitrt a{
	width:102px;
	line-height:35px;
	display:block;
	font-size:16px;
	float:right;
	color:#1d328f;
	}
.newsrt .newstit{
	margin-bottom:30px;
	}
.newsrt dl{
	width:100%;
	overflow:hidden;
	margin-bottom:38px;
	}
.newsrt dl dt{
	width:33%;
	overflow:hidden;
	float:left;
	height:142px;
	position:relative;
	}
.newsrt 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;
	}
.newsrt dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newsrt dl dd{
	width:65%;
	overflow:hidden;
	float:right;
	}
.newsrt dl dd .newstit2{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#343434;
	line-height:30px;
	margin-bottom:6px;
	margin-top:5px;
	}
.newsrt dl dd .newsms2{
	width:100%;
	overflow:hidden;
	color:#8d8d8d;
	}
.newsrt dl dd .newsdate{
	width:100%;
	overflow:hidden;
	color:#000;
	line-height:30px;
	margin-top:17px;
	}
.newsrt dl:hover dd .newstit2{
	color:#1d328f;
}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:#edf1f4;
	padding-top:60px;
	padding-bottom:122px;
	}
.ys .ysnr{
	margin-top:54px;
	}
.ys .ysnr ul{
	width:100%;
	overflow:hidden;
	}
.ys .ysnr ul li{
	width:24%;
	height:533px;
	overflow:hidden;
	float:left;
	margin:0 0.5%;
	background:url(../images/ysbg1.png) no-repeat center 40px;
	padding:150px 30px 0 30px;
	position:relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.ys .ysnr ul li .ystb{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	}
.ys .ysnr ul li .ystb img{
	max-width:100%;
	height:auto;
	}
.ys .ysnr ul li .ystb .ystb2{
	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;
}
.ys .ysnr ul li h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#343434;
	font-weight:normal;
	line-height:30px;
	}
.ys .ysnr ul li .ysen{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-family:Arial;
	color:#a3a3a3;
	}
.ys .ysnr ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	margin-top:18px;
	}
.ys .ysnr ul li:hover{
	background:url(../images/ysbg2.png) no-repeat center 40px;
	}
.ys .ysnr ul li:hover h4,.ys .ysnr ul li:hover .ysen,.ys .ysnr ul li:hover p{
	color:#fff;
	}
.ys .ysnr ul li:hover .ystb .ystb1{
	display:none;
}
.ys .ysnr ul li:hover .ystb .ystb2{
	display:block;
	margin:auto;
}

/* link
-------------------------------------------------------------- */
.link {
	padding: 40px 0;
	background: #181a1a;
	line-height: 30px;
	font-size: 16px;
}
.linknr {
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.linknr span{
	font-size: 26px;
	color: #fff;
	font-family:Arial;
	color:#e3882f;
	font-weight:bold;
	}
.link a {
	margin-right: 10px;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
}
.link a:hover{
	color:#d4982a;
}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background:#212424;
	background-size: cover;
	padding-top: 86px;
}
.footernr .footerlf {
	width: 29%;
	overflow: hidden;
}
.footerlf .bteltit {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
.footerlf .btelnr {
	width: 100%;
	overflow: hidden;
	font-size: 34px;
	color: #fff;
	line-height: 40px;
	margin-top: 17px;
}
.footerlf .btelnr a{
	font-size: 34px;
	color: #fff;
}
.footerlf .dh {
	width:138px;
	height:42px;
	background:#f4f4f4 url(../images/icon6.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: 21%;
	overflow: hidden;
	float: left;
	line-height: 30px;
}
.bnav ul li:nth-child(3){
	width:37%;
	}
.bnav ul li h4 {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	font-weight: normal;
	margin-bottom:10px;
}
.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 dl{
	overflow:hidden;
	float:right;
	}
.bnav ul li dl dt,.bnav ul li dl dd{
	overflow:hidden;
	text-align:center;
	}
.bnav ul li dl dt img{
	max-width:100%;
	height:auto;
}
.bnav ul li dl dd{
	color:#fff;
	line-height:30px;
	font-size:16px;
	margin-top:12px;
	}
.footernr .footerrt {
	width: 71%;
	overflow: hidden;
}
.bot {
	margin-top: 40px;
	border-top: solid 1px #000;
}
.bot .botlogo {
	width: 32%;
	overflow: hidden;
}
.bot .botrt {
	width: 100%;
	overflow: hidden;
	border-top: solid 1px #3f4040;
	line-height: 30px;
	color: rgba(255,255,255,0.3);
	padding: 30px 0;
}
.bot .botrt a {
	color: rgba(255,255,255,0.3);
}
/* banner_n
-------------------------------------------------------------- */
.banner_n {
	width: 100%;
	height: 450px;
	margin-top: 136px;
	background: url(../images/aboutban.jpg) no-repeat top center;
	background-size: cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n { 
		height:533px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:350px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:283px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:213px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:206px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:160px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:133px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d9d9d9;
}
.positionnr .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:30px 0 30px 41px;
	background:url(../images/icon7.png) no-repeat left center;
	}
.positionnr .positionrt a{
	font-size:16px;
	color:#343434;
	}
.position a:hover {
	color: #092c7d;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:90px;
	margin-right:20px;
	text-align:center;
	}
.nmenu ul li a{
	padding:0 12px;
	font-size:16px;
	color:#2f3031;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#092c7d;
	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:#092c7d;
	}
.nmenu ul li:hover a:after,.nmenu ul li.cur a:after{
	width:100%;
	}
/* ntit
-------------------------------------------------------------- */
.ntit {
	width: 100%;
	overflow: hidden;
}
.ntit .ntiten {
	width: 100%;
	overflow: hidden;
	font-family: Arial;
	color: #8d8d8d;
	text-transform: uppercase;
}
.ntit .ntitcn {
	width: 100%;
	overflow: hidden;
	font-size: 32px;
	color: #343434;
	line-height: 40px;
	margin-top: 7px;
}
/* nabout
-------------------------------------------------------------- */
.nabout {
	margin-top:80px;
	margin-bottom:80px;
}
.nabouttit{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d1d1d1;
	padding-bottom:50px;
	}
.nabouttit .nabouten{
	width:100%;
	overflow:hidden;
	font-size:38px;
	color:#f1f1f1;
	text-transform:uppercase;
	font-weight:bold;
	line-height:40px;
	}
.nabouttit h3{
	width:100%;
	overflow:hidden;
	color:#003f8c;
	font-size:36px;
	line-height:40px;
	font-weight:normal;
	margin-top:10px;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	margin-top:47px;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:30px;
	}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
	}

/* nzzjg
-------------------------------------------------------------- */
.nzzjg{
	margin-top:60px;
	margin-bottom:60px;
	text-align:center;
	}
.nzzjg img{
	max-width:100%;
	height:auto;
	}
/* nhonor
-------------------------------------------------------------- */
.nhonor {
	margin-top: 60px;
	margin-bottom: 60px;
}
.nhonor ul{
	width: 100%;
	overflow: hidden;
}
.nhonor ul li{
	width: 375px;
	overflow: hidden;
	float:left;
	margin:20px 37.5px 20px 0;
}
.nhonor ul li:nth-child(3n){
	margin-right:0;
	}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:60px;
	}
.npro .npronr{
	width:100%;
	overflow:hidden;
	}
.npro .npronr ul{
	width:100%;
	overflow:hidden;
	}
.npro .npronr ul li{
	width:380px;
	overflow:hidden;
	float:left;
	margin:20px 30px 20px 0;
	position:relative;
	height:285px;
	}
.npro .npronr ul li 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 .npronr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro .npronr ul li:nth-child(3n){
	margin-right:0;
	}
.npro .npronr ul li .probg{
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	background:rgba(29,50,143,0.88);
	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 .npronr ul li .probg h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	margin-top:105px;
	}
.npro .npronr ul li .probg p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:30px;
	margin-top:10px;
	}
.npro .npronr ul li:hover .probg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro .nprolf,.npro .nprort{
	padding:0;
	}
.npro .nprolf img{
	max-width:100%;
	height:auto;
	}
.npro .nprort h1 {
	width: 100%;
	overflow: hidden;
	color: #343434;
	font-size: 30px;
	line-height: 50px;
	font-weight: normal;
	padding-bottom:18px;
}
.npro .nprort .nprofl {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    line-height: 35px;
    color: #333333;
}
.npro .nprort .npro_lxfs{
	width: 100%;
	overflow: hidden;
	margin-top:60px;
	}
.npro .nprort .npro_lxfs a{
	display:block;
	width:156px;
	height:44px;
	line-height:44px;
	overflow:hidden;
	text-align:center;
	font-size:15px;
	color:#fff;
	background: #1d328f;
	  border-radius:25px;
	}
.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 !important;
}
.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;
}
.nnewsnr{
	width:100%;
	margin-top:10px;
	}
.nnews dl{
	width:100%;
	overflow:hidden;
	margin:35px 0;
	padding:25px 0;
	border-bottom:solid 1px #092c7d;
	}
.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:#092c7d;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #092c7d;
	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;
	}
/* ncase
-------------------------------------------------------------- */
.ncase {
	margin-top: 40px;
	margin-bottom: 40px;
}
.ncase dl{
	width: 380px;
	overflow: hidden;
	float:left;
	margin:20px 30px 20px 0;
}
.ncase dl:nth-child(3n){
	margin-right:0;
	}
.ncase dl dt,.ncase dl dd{
	width: 100%;
	overflow: hidden;
}
.ncase dl dt{
	position:relative;
	height:285px;
	}
.ncase dl dt img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height:auto;
	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.15);
}
.ncase dl dd{
	text-align:center;
	font-size:18px;
	color:#000;
	line-height:30px;
	margin-top:20px;
	}
.ncase h1{
	width: 100%;
	overflow: hidden;
	text-align:center;
	line-height:35px;
	font-size:24px;
	font-weight:normal;
}
.ncase .ncaseimg{
	width: 100%;
	overflow: hidden;
	text-align:center;
	margin-top:20px;
	}
.ncase .ncasefbnr{
	width: 100%;
	overflow: hidden;
	font-size:16px;
	line-height:30px;
	margin-top:20px;
	}
.ncase .ncasefbnr p{
	overflow: hidden;
	font-size:16px;
	line-height:30px;
	}
.ncase .ncaseimg img,.ncase .ncasefbnr img{
	max-width: 100%;
	height:auto;
	}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	position:relative;
	}
.ncontact .map{
	width:100%;
	height:570px;
	margin-top:48px;
}
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.ncontactnr .ncontactlf{
	padding:0;
	}
.ncontactnr .ncontactlf ul{
	width:100%;
	overflow:hidden;
	}
.ncontactnr .ncontactlf ul li{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#323232;
	line-height:30px;
	padding-left:40px;
	margin-bottom:14px;
	}
.ncontactnr .ncontactlf ul li a{
	font-size:16px;
	color:#323232;
	}
.ncontactnr .ncontactlf ul li:first-child{
	background:url(../images/icon8.png) no-repeat left center;
	}
.ncontactnr .ncontactlf ul li:nth-child(2){
	background:url(../images/icon9.png) no-repeat left center;
	}
.ncontactnr .ncontactlf ul li:nth-child(3){
	background:url(../images/icon10.png) no-repeat left center;
	}
.ncontactnr .ncontactlf ul li:nth-child(4){
	background:url(../images/icon11.png) no-repeat left center;
	}
.ncontactnr .ncontactlf ul li:nth-child(5){
	background:url(../images/icon12.png) no-repeat left center;
	}
.ncontactnr .ncontactlf ul li:nth-child(6){
	background:url(../images/icon13.png) no-repeat left center;
	}
.ncontactnr .ncontactrt{
	padding:38px 0 0 0;
	}
.ncontactnr .ncontactrt dl{
	float:right;
	overflow:hidden;
	margin-left:35px;
	}
.ncontactnr .ncontactrt dl dt,.ncontactnr .ncontactrt dl dd{
	overflow:hidden;
	text-align:center;
	}
.ncontactnr .ncontactrt dl dt img{
	max-width:100%;
	height:auto;
}
.ncontactnr .ncontactrt dl dd{
	font-size:16px;
	color:#000;
	line-height:30px;
	margin-top:10px;
	}
/* 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: #224397;
    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 #092c7d;
}
.dede_pages ul li.thisclass {
	background-color: #092c7d;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
}
.dede_pages ul li.thisclass a {
	color: #fff;
}
.dede_pages ul li:hover {
	background-color: #092c7d;
}
.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: #092c7d;
}
.pages {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.pages .pageslf, .pages .pagesrt {
	width: 50%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	padding: 10px 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{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 only screen and (min-width:1152px) and (max-width: 1280px) {
	 .npro .npronr ul li,.ncase dl dt,.pronr .prolist ul li{
		 height:243px;
	 }
}
@media only screen and (min-width:1024px) and (max-width: 1151px) {
	 .npro .npronr ul li,.ncase dl dt,.pronr .prolist ul li{
		 height:216px;
	 }
}
@media only screen and (min-width:992px) and (max-width: 1023px) {
	 .npro .npronr ul li,.ncase dl dt,.pronr .prolist ul li{
		 height:209px;
	 }
}
@media only screen and (min-width:860px) and (max-width: 991px) {
	 .npro .npronr ul li,.ncase dl dt,.pronr .prolist ul li{
		 height:278px;
	 }
}
@media only screen and (min-width:768px) and (max-width: 859px) {
	 .npro .npronr ul li,.ncase dl dt,.pronr .prolist ul li{
		 height:248px;
	 }
}
@media only screen and (min-width:640px) and (max-width:767px) {
	 .npro .npronr ul li,.ncase dl dt,.pronr .prolist ul li{
		 height:207px;
	 }
}
@media only screen and (min-width:540px) and (max-width:639px) {
	 .npro .npronr ul li,.ncase dl dt,.pronr .prolist ul li{
		 height:174px;
	 }
	 .newsnr .newslf dl dt{
		 height:322px;
	 }
}
@media only screen and (min-width:425px) and (max-width:539px) {
	 .npro .npronr ul li,.ncase dl dt{
		 height:280px;
	 }
	 .pronr .prolist ul li{
		 height:137px;
	 }
	 .newsnr .newslf dl dt{
		 height:254px;
	 }
}
@media only screen and (min-width:375px) and (max-width:424px) {
	 .npro .npronr ul li,.ncase dl dt{
		 height:247px;
	 }
	 .pronr .prolist ul li{
		 height:121px;
	 }
	 .newsnr .newslf dl dt{
		 height:224px;
	 }
}
@media only screen and (min-width:320px) and (max-width:374px) {
	 .npro .npronr ul li,.ncase dl dt{
		 height:211px;
	 }
	 .pronr .prolist ul li{
		 height:103px;
	 }
	 .newsnr .newslf dl dt{
		 height:191px;
	 }
}
@media only screen and (min-width:0px) and (max-width:319px) {
	 .npro .npronr ul li,.ncase dl dt{
		 height:210px;
	 }
	 .pronr .prolist ul li{
		 height:100px;
	 }
	 .newsnr .newslf dl dt{
		 height:190px;
	 }
}
 @media(max-width:1280px) {
	.cont, .cont1 {
		width: 88%;
	}
	.nav .menu > li a{
		padding: 0 15px;
	}
	.nnews dl dd .nnewsrt{
		padding-left:30px;
	}
	.ggt .ggtrt dl dd,.ggt .ggtrt dl dd a {
		font-size: 28px;
	}
	.npro .npronr ul li,.ncase dl {
		width: 32%;
		margin: 20px 2% 20px 0;
	}
	.pronr .prolist ul li {
		width: 32%;
		margin: 12px 2% 12px 0;
	}
	.newsnr .newslf dl dd {
		padding: 14px 20px;
	}
}
@media(max-width:1152px) {
	.nav .menu > li a{
		padding: 0 10px;
	}
	.nnews dl dd .nnewsdate{
		font-size:26px;
	}
	.ggt .ggtrt dl dd, .ggt .ggtrt dl dd a {
		font-size: 24px;
	}
	.ys .ysnr ul li{
		padding: 150px 15px 0 15px;
	}
	.newsnr .newslf dl dd .newsbt,.newsnr .newslf dl dd .newsdate{
		font-size:16px;
	}
	.nmenu ul li{
		margin-right:10px;
	}
}
@media(max-width:1100px) {
	.ggt .ggtrt dl {
		padding-left: 43px;
	}
}
@media(max-width:1024px) {
	.nav .menu > li a{
		padding: 0 8px;
	}
}
@media(max-width:991px) {
	.logo{
		padding:15px 0;
	}
	.logo img{
		height:70px;
	}
	.topnr,.headernr{
		width:98%;
	}
	.rslides_tabs{
		bottom:20px;
	}
	.ggt .ggtrt{
		display:none;
	}
	.promenu ul li {
		margin: 0 20px;
	}
	.ab_fl dl {
		border-right: solid 1px rgba(255,255,255,0.15);
	}
	.aboutnr .aboutjs{
		width:100%;
	}
	.newsnr .newslf ul{
		margin-top:10px;
	}
	.newsnr .newslf,.newsnr .newsrt{
		padding:0;
	}
	.newsnr .newsrt{
		margin-top:20px;
	}
	.pronr .prolist ul li {
		width: 49%;
	}
	.pronr .prolist ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.pronr .prolist ul li:nth-child(2n) {
		margin-right: 0;
	}
	.ys .ysnr ul li h4{
		font-size:18px;
	}
	.position h3, .position .positionrt {
    	width: 100%;
	}
	.position .positionrt{
		text-align:left;
	}
	.nabouttit .nabouten{
		font-size:32px;
	}
	.nabouttit h3{
		font-size:30px;
	}
	.nabouttit{
		padding-bottom: 30px;
	}
	.nnews h1{
		font-size:20px;
	}
	.ncontactnr .ncontactrt dl {
		float: left;
		overflow: hidden;
		margin-right: 20px;
		margin-left:0;
	}
	.ncontact .map{
		height:280px;
	}
	.nnews dl dd .nnewsrt {
		padding-left: 20px;
	}
	.nnews dl dd .nnewsdate {
		font-size: 22px;
	}
	.npro .npronr ul li,.ncase dl {
		width: 49%;
	}
	.npro .npronr ul li:nth-child(3n),.ncase dl:nth-child(3n) {
		margin-right:2%;
	}
	.npro .npronr ul li:nth-child(2n),.ncase dl:nth-child(2n) {
		margin-right:0;
	}
	.npro .nprort h1{
		font-size:26px;
	}
	.npro .nprort{
		margin-top:20px;
	}
	.nmenu ul li{
		line-height:50px;
	}
	.positionnr .positionrt {
		padding: 20px 0 20px 41px;
	}
	.pages .pageslf, .pages .pagesrt{
		width:100%;
		text-align:left;
	}
	.pro {
		padding-bottom: 60px;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt{
		margin-top:20px;
	}
	.footer{
		padding-top:50px;
	}
	.bot{
		margin-top:20px;
	}
}
@media (max-width: 859px){
	.nnews dl dd .nnewslf, .nnews dl dd .nnewsrt {
		width: 100%;
	}
	.nnews dl dd .nnewsrt {
		padding-left: 0;
		border-left: none;
	}
}
@media(max-width:767px) {
	.rslides img {
		width: 140%;
		margin-left: -20%;
	}
	.pronr .prolist ul li .probg h4,.npro .npronr ul li .probg h4{
		margin-top:60px;
		font-size:20px;
	}
	.ggt .ggtlf h3{
		font-size: 26px;
	}
	.ab_fl dl dt span {
		font-size: 40px;
	}
	.ys .ysnr ul li {
		width: 44%;
		margin: 0 3% 20px 3%;
	}
	.tit{
		font-size:40px;
	}
	.nmenu ul li {
		margin-right: 0;
	}
}
@media(max-width:640px) {
	.ggt{
		background:none;
	}
	.bnav ul li:nth-child(3){
		width: 58%;
	}
	.bnav ul li:last-child{
		width:100%;
		margin-top:10px;
	}
	.bnav ul li dl{
		float:left;
	}
	.promenu ul li {
		margin: 0 10px;
	}
	.npro .nprort h1 {
		font-size: 22px;
	}
}
@media(max-width:639px) {
	.nnews dl dt, .nnews dl dd {
		width: 100%;
	}
	.nnews dl dd{
		padding-left:0;
	}
}
@media(max-width:540px) {
	.rslides_tabs{
		bottom:10px;
	}
	.ggt .ggtlf p{
		line-height:25px;
	}
	.ggt .ggtlf {
		padding-top: 12px;
	}
	.ggt .ggtlf h3 {
		font-size: 22px;
	}
	.ab_fl dl dt span {
		font-size: 36px;
	}
	.aboutnr h3{
		font-size:22px;
	}
	.tit{
		font-size:36px;
	}
	.tit h3,.tit h3 a {
		font-size: 28px;
	}
	.nabouttit .nabouten{
		font-size:28px;
		line-height:30px;
	}
	.nabouttit h3{
		font-size:26px;
		margin-top:0;
	}
}
@media(max-width:539px) {
	.npro .npronr ul li,.ncase dl{
		width:100%;
		margin-right:0;
	}
	.npro .npronr ul li:nth-child(3n),.ncase dl:nth-child(3n){
		margin-right:0;
	}
	.pronr .prolist ul li .probg h4 {
		margin-top: 30px;
		font-size:18px;
	}
	.pronr .prolist ul li .probg p{
		font-size:14px;
		margin-top:0;
	}
}
@media(max-width:504px) {
	.top{
		line-height:18px;
		padding:5px 0;
	}
	.logo{
		padding-top:10px;
	}
	.logo img{
		height:70px;
	}
	.rg{
		padding-top: 24px;
	}
}
@media(max-width:500px) {
	.newsnr .newslf dl dd {
		padding: 14px 10px;
	}
	.newsnr .newslf dl dd .newsbt{
		width:70%;
		font-size:15px;
	}
	.newsnr .newslf dl dd .newsdate{
		width: 30%;
		font-size:15px;
	}
	.bnav ul li{
		width: 50%;
	}
	.bnav ul li:nth-child(3){
		width: 100%;
	}
}
@media(max-width:425px) {
	.newsnr .newslf ul li a{
		width: 70%;
		font-size:15px;
	}
	.newsnr .newslf ul li span{
		width: 30%;
		font-size:15px;
	}
}
@media(max-width:424px) {
	.ys .ysnr ul li {
		width: 80%;
		margin: 0 10% 20px 10%;
	}
	.tit{
		font-size:32px;
	}
	.tit h3,.tit h3 a {
		font-size: 24px;
	}
	.newsrt dl dt,.newsrt dl dd{
		width:100%;
	}
	.tit p{
		font-size:15px;
	}
	.nabouttit .nabouten{
		font-size:24px;
	}
	.nabouttit h3{
		font-size:22px;
	}
}
@media(max-width:374px) {
	.newsnr .newslf dl dd .newsbt{
		width: 68%;
	}
	.newsnr .newslf dl dd .newsdate{
		width:32%;
	}
}

.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:#092c7d; color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}
