body {
  font-family: "microsoft yahei";
}
.bg {
  position: relative;
  width: 100%;
  background: #f7f7f7  repeat-y center center;
}
.w-1200 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.header-nav-box {
  width: 100%;
  height: 225px;
  background: url(/uploads/image/nrtzimg/yjglj.png) no-repeat top;
}
.m-header {
  padding-bottom: 55px;
}
.l-logo {

}
.logo-img {
  float: left;
  width: 94px;
  height: 94px;
  margin-right: 30px;
}
.l-logo-tit {
  float: left;
    margin-top: 27px;
      margin-left: 69px;
  color: #015293;
}
.l-logo-tit .font42 {
  font-size: 50px;
  font-weight: bold;
}
.m-link {
  text-align: center;
  font-size: 12px;
}
.icon-line {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 85px;
  height: 1px;
  background: #015293;
}
.r-search {
  width: 250px;
  height: 30px;
  margin-top: 80px;
  background: #fff;
  border: 1px solid #015293;
  border-radius: 20px;
}
.input-search {
  width: 200px;
  height: 28px;
  margin-left: 10px;
  border: none;
  outline: none;
  border-radius: 5px;
}
.icon-search {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  padding: 14px;
  background:  no-repeat center center;
  cursor: pointer;
}
.m-nav {;
  height: 50px;
  padding: 0 30px;
  background: #015293;
  margin-top:-28px;
}
.m-nav li {
  float: left;
  height: 50px;
  width: 14%;
  line-height: 50px;
  text-align: center;
}
.m-nav li .menu {
  position: relative;
  display: inline-block;
  height: 48px;
  padding: 0 20px;
  margin-top: 2px;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}
.m-nav li .menu:hover,
.m-nav li.on .menu {
  color: #015293;
  background: #fff;
}
.m-nav-sub {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 48px;
  left: 0;
  width: 112px;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  z-index: 10;
}
.m-nav li .menu:hover .m-nav-sub {
  visibility: visible;
}
.m-nav-sub a.sub-menu {
  display: block;
  padding: 0 16px;
  color: #333;
}
.m-nav-sub a.sub-menu:hover {
  background: #f7f7f7;
}

/* banner&dynamic */
.banner-dynamic-layout {
  margin-top: 51px;
  padding: 30px;
  background: #fff;
}
.m-banner {
  position: relative;
  width: 670px;
  overflow: hidden;
}
.m-banner .bd {
  z-index: 1;
}
.m-banner .bd li {
  float: left;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.ban-img {
  width: 670px;
  height: 380px;
}
.ban-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 120px 0 15px;
  background: rgba(1, 82, 147, .6);
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
.m-banner .hd  {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 10px;
  z-index: 5;
}
.m-banner .hd li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background: #fff;
  text-indent: 99999px;
}
.m-banner .hd li.on {
  background: #066edd;
}
.m-dynamic {
  width: 430px;
}
.m-dynamic-con {
  width: 430px;
  height: 380px;
}
.m-dynamic .hd ul {
  padding-bottom: 15px;
  border-bottom: 1px solid #94b1c9;
}
.m-dynamic .hd li {
  float: left;
  padding: 0 15px;
  color: #999;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  border-left: 2px solid #015293;
  cursor: pointer;
}
.m-dynamic .hd li:first-child {
  border: none;
}
.m-dynamic .hd li.on {
  color: #015293;
}
.dynamic-item-ul {
  padding-top: 10px;
}
.dynamic-item-ul li {
  padding: 10px 0;
  line-height: 1;
}
.dynamic-item-ul li a:hover p {
  color: #015293;
}
.dynamic-item-ul p {
  display: inline-block;
  width: 320px;
  color: #333;
  font-size: 16px;
  line-height: 1;
}
.icon-dot {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  background: #015293;
  vertical-align: middle;
}
.time-date {
  float: right;
  color: #848484;
  font-size: 14px;
}
.dynamic-item-dl {
  margin-top: 23px;
  height: 50px;
}
.dynamic-item-dl dt {
  float: left;
  width: 60px;
  height: 50px;
  padding-top: 4px;
  border-radius: 3px;
  background: #015293;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.dynamic-item-dl dd {
  float: right;
  width: 358px;
  padding: 4px 0;
}
.dynamic-item-dl dd a:hover p {
  color: #015293;
}
.dynamic-item-dl dd p {
  display: inline-block;
  width: 340px;
  color: #333;
  font-size: 16px;
  line-height: 1;
}
.news-box {
  width: 430px;
}
/* advertising */
.m-advertising {
  padding: 25px 0;
}
.m-isicb-part {
  float: left;
  width: 280px;
  height: 410px;
  margin-left: 25px;
  background: #fff;
  overflow: hidden;
}
.m-information {
  margin-left: 0;
}
.m-isicb-tit {
  padding-left: 95px;
  color: #333;
  font-size: 22px;
  line-height: 50px;
}
.bd-blue {
  border-bottom: 2px solid #037fc7;
}
.bd-yellow {
  border-bottom: 2px solid #edaf58;
}
.bd-green {
  border-bottom: 2px solid #78cdb6;
}
.bd-skyblue {
  border-bottom: 2px solid #75afe4;
}
.m-information-ul {
  position: relative;
  padding: 15px;
}
.m-information-ul li {
  display: inline-block;
  width: 150px;
  padding: 5px 0 5px 22px;
  margin-bottom: 4px;
  background: #f2f4f7;
  color: #333;
  font-size: 15px;
  cursor: pointer;
}
.m-information-ul li a {
  color: #333;
}
.m-information-ul li.on {
  background: #fff;
  /* transition: all .5s linear; */
}
.icon-yuan {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background: #94b0c6;
  border-radius: 10px;
  vertical-align: middle;
}
.icon-arrow {
  /* display: none; */
  color: #94b0c6;
  font-style: normal;
  font-weight: bold;
}
/* .m-information-ul li:hover .icon-arrow {
  display: inline-block;
  transition: all .5s linear;
}
.m-information-ul li:hover .icon-yuan {
  display: none;
  transition: all .5s linear;
} */
.m-information-tit {
  display: inline-block;
  width: 95px;
  vertical-align: middle;
}
/* .m-information-ul li:hover .m-information-dl {
  display: block;
} */
.m-information-dl {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 100px;
  transition: all .5s linear;
}
.m-information-dl dd {
  display: block;
  padding: 8px 0 8px 15px;
  line-height: 1;
  font-size: 14px;
}
.m-information-dl dd i.icon-arrow {
  display: inline-block;
  margin-right: 5px;
}
.m-information-dl dd a {
  color: #333;
}
.m-server-list {
  background: #fff;
  padding: 20px 15px;
}
.m-server-tab .hd {
  padding: 8px 0;
  border-bottom: 1px solid #94b1c9;
}
.m-server-tab .hd li {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #015293;
  color: #999;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.m-server-tab .hd li:first-child {
  border: none;
}
.m-server-tab .hd li.on {
  color: #015293;
  font-weight: bold;
}
.m-server-tab .bd li a {
  display: block;
  width: 100%;
  padding-top: 15px;
  color: #333;
  font-size: 14px;
  line-height: 1;
}
.m-server-tab .bd li a:hover {
  color: #015293;
}
.m-server-btn {
  margin-top: 20px;
  text-align: center;
}
.btn-blue {
  display: inline-block;
  width: 120px;
  height: 34px;
  background: #9bbedb;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  outline: none;
}
.btn-blue:hover {
  background: #015293;
}
.m-interactive-ul {
  padding: 25px 15px;
}
.m-interactive-ul li {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 19px 0;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.m-interactive-ul li a {
  display: inline-block;
  width: 100%;
  color: #333;
}
.icon-base {
  display: inline-block;
  height: 32px;
  background:  no-repeat;
}
.icon-base.icon-base01 {
  width: 34px;
  background-position: 0 0;
}
.icon-base.icon-base02 {
  width: 34px;
  background-position: -133px 0;
}
.icon-base.icon-base03 {
  width: 32px;
  background-position: 0 -100px;
}
.icon-base.icon-base04 {
  width: 33px;
  background-position: -133px -100px;
}
.icon-base.icon-base05 {
  width: 34px;
  background-position: 0 -195px;
}
.icon-base.icon-base06 {
  width: 34px;
  background-position: -133px -195px;
}
.bor-bot {
  border-bottom: 1px dashed #ccc;
}
.bor-let {
  border-left: 1px dashed #ccc;
}
.m-concern-tab {
  padding: 20px 10px 10px;
  background: #fff;
}
.m-concern-tab .hd ul {
  padding: 7px 0;
  border-bottom: 1px solid #94b1c9;
}
.m-concern-tab .hd li {
  float: left;
  padding: 0 3px;
  color: #999;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.m-concern-tab .hd li.on {
  color: #015293;
  font-weight: bold;
}
.m-concern-tab .bd {
  padding: 10px 5px 0;
}
.m-concern-tab .bd li a {
  display: block;
  padding: 8px 0;
  color: #333;
  font-size: 14px;
  line-height: 1;
}
.m-concern-tab .bd li a:hover {
  color: #015293;
}
.txt-center {
  text-align: center;
}
.m-link-box {
  margin: 18px auto;
  background: #fff;
}
.m-link-tit {
  width: 100px;
  height: 85px;
  padding-top: 10px;
  background: #015293;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.icon-link {
  display: inline-block;
  width: 44px;
  height: 44px;
  background:  no-repeat center center;
}
.m-link-list {
  height: 85px;
  padding-top: 11px;
  margin-left: 8px;
}
.m-link-list a {
  float: left;
  display: inline-block;
  margin-left: 12px;
}
.m-footer {
  padding: 40px 0;
  border-top: 2px solid #015293;
  background: #fff;
  text-align: center;
}
.icon-dzjg {
  display: inline-block;
  width: 50px;
  height: 61px;
  margin-right: 30px;
  vertical-align: middle;
  background: url(/uploads/image/nrtzimg/icon-dzjg.png) no-repeat center center;
}
.m-footer-copyright {
  display: inline-block;
  vertical-align: middle;
  color: #131313;
  font-size: 14px;
  line-height: 1;
}
.m-footer-ul {
  display: inline-block;
  padding-bottom: 12px;
}
.m-footer-ul li {
  float: left;
  padding: 0 6px;
  color: #131313;
  font-size: 14px;
  line-height: 1;
  border-left: 1px solid #131313;
}
.m-footer-ul li:first-child {
  border: none;
}
.m-footer-ul li a {
  color: #131313;
}
.m-footer-ul li a:hover {
  color: #015293;
}
.icon-zc {
  display: inline-block;
  width: 110px;
  height: 55px;
  margin-left: 25px;
  vertical-align: middle;
  background:  no-repeat center center;
}
.ismobile{display:none !important;}

.dqwz{height:35px; line-height:35px; overflow:hidden; *zoom:1; margin-top:53px;}
.dqwz span{background: no-repeat left center; padding-left:15px; font-family:"寰蒋闆呴粦"; font-size:14px;}
.dqwz span a{color:#333333;}
.main{ overflow:hidden; *zoom:1; margin-top:10px;}

.gun{background: no-repeat; width:703px; height:311px; overflow:hidden; *zoom:1;}
.title{background: repeat-x; height:49px; line-height:49px;}
.title span{padding-left:15px; padding-right:15px; background:#1067b7; overflow:hidden; *zoom:1; color:#fff; display:inline-block; font-family:"寰蒋闆呴粦"; font-size:18px;}
.gun_main{width:694px; overflow:hidden; *zoom:1; margin-top:1px;}


		.txtmarquee-top{ width:694px;  overflow:hidden; position:relative;  }
		.txtmarquee-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.txtmarquee-top .hd .prev,.txtmarquee-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background: 0 -100px no-repeat;}
		.txtmarquee-top .hd .next{ background-position:0 -140px;  }
		.txtmarquee-top .hd .prevstop{ background-position:-60px -100px;  }
		.txtmarquee-top .hd .nextstop{ background-position:-60px -140px;  }
		.txtmarquee-top .bd{ padding:15px;  }
		.txtmarquee-top .infolist li{ height:30px; line-height:30px; font-family:"寰蒋闆呴粦"; font-size:15px; color:#333333;}
		.txtmarquee-top .infolist li a{color:#333333;}
		.ztd{width:646px; margin:12px auto; overflow:hidden; *zoom:1;}
		.btbt{height:37px; line-height:37px; overflow:hidden; *zoom:1; background:#ebebeb; overflow:hidden;}
		.btbt ul li{float:left; overflow:hidden; *zoom:1; line-height:37px; color:#333333; font-weight:bold; font-size:15px; font-family:"寰蒋闆呴粦";}
		.btbt ul li a{color:#ebebeb;}
		.one{width:134px; text-align:center; overflow:hidden; *zoom:1;}
		.two{width:216px; text-align:center; overflow:hidden; *zoom:1;}
		.three{width:131px; text-align:center; overflow:hidden; *zoom:1;}
			.four{width:164px; text-align:center; overflow:hidden; *zoom:1;}
			.jgcx{background: no-repeat; width:463px; height:331px; overflow:hidden; *zoom:1;}
			.jzst_main{width:454px; margin-top:1px; overflow:hidden; *zoom:1;}
			.jtnr{width:336px; margin:30px auto; overflow:hidden;}
			.cx{height:30px; line-height:30px; overflow:hidden; *zoom:1;font-family:"寰蒋闆呴粦"; font-size:15px;}
			.xk{width:247px; height:28px; border:1px solid #363636; overflow:hidden; *zoom:1; background:#fafafa;}
			.mt30{margin-top:30px; overflow:hidden; *zoom:1;}
			.ysz{background: no-repeat; width:140px; height:40px; border:0px;}
			.yszy{background: no-repeat; width:140px; height:40px; border:0px;}
			.qh{background: no-repeat; width:1199px; height:354px; overflow:hidden; *zoom:1; margin-top:20px;}
			.title1{background: repeat-x; height:49px; line-height:49px;}
			.title1 span{font-family:"寰蒋闆呴粦"; font-size:18px; overflow:hidden; *zoom:1; color:#333; padding-left:15px; padding-right:15px;}
.title1 span.fouce{padding-left:15px; padding-right:15px; background:#1067b7; overflow:hidden; *zoom:1; color:#fff; display:inline-block; font-family:"寰蒋闆呴粦"; font-size:18px;}
.qhnr{width:1189px; margin-top:1px; overflow:hidden; *zoom:1; margin-left:1px;}
.zyt{height:295px; overflow:auto;}
.zyt ul{padding-left:24px; padding-top:14px;}
.zyt ul li{background: no-repeat left center; padding-left:15px;  font-family:"寰蒋闆呴粦"; font-size:15px; line-height:33px;}
.zyt ul li a{color:#333333; }

.ann{overflow:hidden; *zoom:1; width:1200px; margin-top:20px; margin-bottom:20px;}
.ann ul li{background: no-repeat; width:154px; height:125px; overflow:hidden; float:left;}
.ann ul li a{color:#fff; display:block;}
.dy{width:145px; height:115px; overflow:hidden; *zoom:1; background:#5091db; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy1{width:145px; height:115px; overflow:hidden; *zoom:1; background:#41a5ae; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy2{width:145px; height:115px; overflow:hidden; *zoom:1; background:#dab144; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy3{width:145px; height:115px; overflow:hidden; *zoom:1; background:#d55d5d; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy4{width:145px; height:115px; overflow:hidden; *zoom:1; background:#645bdb; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy5{width:145px; height:115px; overflow:hidden; *zoom:1; background:#196ecb; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dy6{width:145px; height:115px; overflow:hidden; *zoom:1; background:#60c065; color:#fff; font-family:"寰蒋闆呴粦"; font-size:18px; text-align:center;  vertical-align:middle; margin-top:1px;}
.dyhg{line-height:24px; vertical-align:middle;}
.dyhg1{line-height:115px; vertical-align:middle;}
.kong{height:30px; overflow:hidden}
.bj{margin-left:20px; overflow:hidden; *zoom:1;}