<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Microsoft YaHei";
  color: #333333;
}
.bg {
  position: relative;
  width: 100%;
  min-width: 1200px;
  background: #f7f7f7 url(../img/bar.png) repeat-y center center;
}
.w-1200 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
/* header */
.header-nav-box {
  height: 230px;
  background: url(../img/header-bg.png) no-repeat center center;
}
.m-header {
  padding-bottom: 47px;
}
.l-logo {
  margin-top: 35px;
}
.logo-img {
  float: left;
  width: 94px;
  height: 94px;
  margin-right: 30px;
}
.l-logo-tit {
  float: left;
  margin-top: 10px;
  color: #015293;
}
.l-logo-tit .font42 {
  font-size: 42px;
  font-weight: bold;
}
.m-link {
  text-align: center;
  font-size: 17px;
  color: #333;
}
.icon-line {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 85px;
  height: 1px;
  background: #333;
}
.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: url(../img/icon-search.png) no-repeat center center;
  cursor: pointer;
}
.m-nav {
  height: 50px;
  /*margin: 8px auto 0;*/
  padding: 0 30px;
  background: #015293;
}
.m-nav li {
  float: left;
  height: 50px;
  width: 16.66667%;
  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: 18px;
  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&amp;dynamic */
.banner-dynamic-layout {
  padding: 30px;
  background: #fff;
}
.m-banner {
  position: relative;
  width: 558px;
  overflow: hidden;
}
.m-banner .bd {
  z-index: 1;
}
.m-banner .bd li {
  float: left;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.ban-img {
  width: 558px;
  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: 558px;
}
.m-dynamic-con {
  width: 558px;
  height: 380px;
}
.m-dynamic .hd ul {
  padding-bottom: 15px;
  border-bottom: 1px solid #94b1c9;
}
.m-dynamic .hd li {
  float: left;
  padding: 0 11px;
  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: 430px;
  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: 480px;
  padding: 4px 0;
}
.dynamic-item-dl dd a:hover p {
  color: #015293;
}
.dynamic-item-dl dd p {
  display: inline-block;
  width: 460px;
  color: #333;
  font-size: 16px;
  line-height: 1;
}
.news-box {
  width: 558px;
}
/* advertising */
.m-advertising {
  padding: 25px 0;
}
.info-ser-int-concern-box {
  position: relative;
}
.m-isicb-part {
  float: left;
  width: 280px;
  height: 410px;
  margin-left: 25px;
  background: #fff;
  
}
.h-316 {
  height: 330px;
}
.m-information {
  margin-left: 0;
}
.m-isicb-tit {
  padding-left: 30px;
  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;
}
.m-information-ul li:hover {
  background: rgba(242, 244, 247, 0.7);
}
.m-information-ul li.on:hover {
  background: #fff;
}
.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-information-dl dd a:hover {
  color: #015293;
}
.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 {
 
  padding: 10px 10px;
  border:mome !important;
  color: #333;
  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: 23px 0;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.m-interactive-ul li a {
  display: inline-block;
  width: 100%;
  color: #333;
}
.m-interactive-ul li a:hover {
  color: #015293;
}
.icon-base {
  display: inline-block;
  height: 32px;
  background: url(../img/icon-base.png) 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: 10px 10px;
  background: #fff;
}
.m-concern-tab .hd ul {
  padding: 7px 0;
  border-bottom: 1px solid #94b1c9;
}
.m-concern-tab .hd li {
  
  padding: 10px 3px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.m-concern-tab .hd li.on {
  color: #015293 !important;
  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: 15px;
  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-list {
  height: 85px;
  padding-top: 11px;
  margin-left: 8px;
}
.m-link-list a {
  float: left;
  display: inline-block;
  margin-left: 70px;
}
.m-tools-list {
  margin-left: 25px;
  margin-top: 20px;
}
.m-tools-list li {
  float: left;
  width: 134px;
  height: 60px;
  margin-left: 18px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
.m-tools-list li:first-child {
  margin: 0;
}
.m-tools-list li a {
  color: #333;
}
.m-tools-list li a:hover {
  color: #015293;
}
.m-tools-list li span {
  display: inline-block;
  padding-top: 12px;
  vertical-align: middle;
  text-align: left;
}
.icon-base2 {
  display: inline-block;
  height: 33px;
  margin-top: 15px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../img/icon-base2.png) no-repeat;
}
.icon-base2.icon-001 {
  width: 25px;
  background-position: 0 0;
}
.icon-base2.icon-002 {
  width: 25px;
  background-position: -32px 0;
}
.icon-base2.icon-003 {
  width: 23px;
  background-position: -64px 0;
}
.icon-base2.icon-004 {
  width: 33px;
  background-position: -96px 0;
}
.icon-base2.icon-005 {
  width: 33px;
  background-position: -136px 0;
}
.icon-base2.icon-006 {
  width: 29px;
  background-position: -176px 0;
}

/* footer */
.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(../img/icon-dzjg.png) no-repeat center center;
}
.m-footer-copyright {
  display: inline-block;
  vertical-align: middle;
  color: #131313;
  font-size: 14px;
  line-height: 1;
}
.copyright {
  line-height: 1.8;
}
.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: url(../img/icon-jc.png) no-repeat center center;
}



.dqwz{height:35px; line-height:35px; overflow:hidden; *zoom:1; margin-top:10px;}
.dqwz span{background:url(../img/dqwz.jpg) no-repeat left center; padding-left:15px; font-family:"å¾®è½¯é›…é»‘"; font-size:14px;}
.dqwz span a{color:#333333;}
.main{height:311px; overflow:hidden; *zoom:1; margin-top:10px;}

.gun{background:url(../img/img-29.jpg) no-repeat; width:703px; height:311px; overflow:hidden; *zoom:1;}
.title{background:url(../img/img-30.jpg) 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:url("../images/arrow.png") 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:url(../img/img-31.jpg) 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:url(../img/img-32.jpg) no-repeat; width:140px; height:40px; border:0px;}
			.yszy{background:url(../img/img-33.jpg) no-repeat; width:140px; height:40px; border:0px;}
			.qh{background:url(../img/img-34.jpg) no-repeat; width:1199px; height:354px; overflow:hidden; *zoom:1; margin-top:20px;}
			.title1{background:url(../img/img-30.jpg) 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:url(../img/img-35.jpg) 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:url(../img/img-36.jpg) 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;}


.dqwz{height:35px; line-height:35px; overflow:hidden; *zoom:1; margin-top:10px;}
.dqwz span{background:url(../img/dqwz.jpg) no-repeat left center; padding-left:15px; font-family:"å¾®è½¯é›…é»‘"; font-size:14px;}
.dqwz span a{color:#333333;}
.main{height:311px; overflow:hidden; *zoom:1; margin-top:10px;}

.gun{background:url(../img/img-29.jpg) no-repeat; width:703px; height:311px; overflow:hidden; *zoom:1;}
.title{background:url(../img/img-30.jpg) 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:url("../images/arrow.png") 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:url(../img/img-31.jpg) 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:url(../img/img-32.jpg) no-repeat; width:140px; height:40px; border:0px;}
			.yszy{background:url(../img/img-33.jpg) no-repeat; width:140px; height:40px; border:0px;}
			.qh{background:url(../img/img-34.jpg) no-repeat; width:1199px; height:354px; overflow:hidden; *zoom:1; margin-top:20px;}
			.title1{background:url(../img/img-30.jpg) 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:url(../img/img-35.jpg) 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:url(../img/img-36.jpg) 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;}

#top {
	height: 180px;
	background: url(../img/top.png) center 0px no-repeat;
}

.w-1200 {
	width: 1200px;
	margin: 0 auto;
}

.top-logo {
	padding-top: 50px;
}

.top-logo&gt;p:nth-child(1) {
	font-weight: 700;
	font-size: 40px;
	color: #015293;
}

.top-logo&gt;p:nth-child(2) {
	font-size: 20px;
	color: #015293;
	background: url(../img/line.png) 0px center no-repeat;
	padding-left: 70px;
}
.nav {
	height: 50px;
	background-color: #015293;
	margin-top: -10px;
}

.nav&gt;ul {
	float: left;
	width: 965px;
	padding-left: 20px;
}

.nav&gt;ul&gt;li {
	float: left;
	margin-left: 65px;
}

.nav&gt;ul&gt;li&gt;a {
	display: inline-block;
	color: white;
	padding: 15px;
	font-size: 16px;
}

.nav&gt;ul&gt;li&gt;.active {
	background: #FFFFFF;
	color: #015293;
}

.search {
	position: relative;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

.search&gt;input {
	height: 30px;
	border: none;
	border-radius: 20px;
	outline: none;
	padding-left: 33px;
	color: #999999;
}

.search img {
	position: absolute;
	top: 2px;
	left: 10px;
}  
.hdjl {
	display: none;
	position: absolute;
	top: 50px;
	width: 110px;
	height: 100px;
	background-color: white;
	box-shadow: 2px 2px 1px 0px rgba(69, 69, 56, 0.18);
}

.hdjl a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}

.hdjl a:hover {
	background-color: #f0f0f0;
}

/*.head_top {
    background: url(http://www.nantong.gov.cn/ntsrmzf/resource/theme/img/100zn_2106.png) top;
    height: 150px;
    min-width: 1200px;
}*/


.footer-bottom{
	display: inline-block;
}
.footer-bottom .icon-dzjg{
	display: none;
}

/*ç§»åŠ¨ç«¯*/
@media screen and (max-width: 750px){
.icon-dzjg{
top: 67% !important;
display: block;
}
.wza-btn{
    font-size: 12px!important;
    top: 1.5%!important;
    margin-right: 0px!important;
    padding:4px!important;
    border:2px!important;
}
.wza-wenzi,.btn-group{
 display:none!important;
}

	body{
		background-color: #eee!important;
	}
	.bg{
		min-width: 100%!important;
		background-color: #eee!important;
	}
	.w-1200,.w-1000{
		width: auto !important;
		min-width: initial !important;
		margin: 0 auto;
	}
	#top{
		width: 100%!important;
		height: auto!important;
		background: none!important;
	}
	.top-logo{
		padding: 10px 0!important;
		text-align: center;
	}
	.top-logo&gt;p:nth-child(1){
		font-size: 22px;
	}
	.top-logo&gt;p:nth-child(2){
		font-size: 18px;
		padding-left: 0!important;
	}
	.header-nav-box{
		height: auto!important;
		background: none!important;
	}
	.m-header-list{
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
	}
	.m-nav{
		width: 700px!important;
		overflow-y: hidden;
	}
	.m-nav li{
		width: auto!important;
	}
	.m-header {
		width: 100% !important;
		padding: 0 !important;
		text-align: center;
		min-width: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.m-header img {
		width: auto;
		height: 55px;
		margin: 0 15px 0 0!important;
	}
	.l-logo{
		background: initial !important;
		height: auto !important;
		margin-top: 0!important;
	}
	.l-logo-tit .font42{
		letter-spacing: inherit!important;
		margin-top: 0!important;
	}
	.l-logo-tit{
		margin-top: 0 !important;
		width: 100%;
		padding: 10px 0;
	}
	.r-search{
		display: none !important;
	}
	.nav-box{
		width: 100%!important;
		overflow-x: auto!important;
	}
	.search{
		display: none !important;
	}
	.nav{
		overflow-y: hidden;
	}
	.nav&gt;ul{
		width: 700px!important;
		float: inherit!important;
		padding-left: 0!important;
	}
	.nav&gt;ul&gt;li{
		margin-left: 15px!important;
	}
	.m-banner .bd li{
		height: 260px!important;
	}
	.ban-img{
		width: 100%!important;
		height: 260px!important;
	}
	.banner-dynamic-layout{
		background: #f9f9f9!important;
		padding: 15px!important;
		height: auto!important;
	}
	.m-banner{
		width: 100%!important;
		height: auto!important;
		float: inherit!important;
	}
	.ban-tit{
		width: 100%!important;
		left: 0!important;	
	}
	.m-dynamic {
		width: 100%!important;
	}
	.m-dynamic-con{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.m-dynamic .hd li{
		padding: 5px 10px 5px 0!important;
		font-size: 17px!important;
		border: 0!important;
	}
	.m-dynamic .hd li.on{
		color: #015293!important;
		background: none!important;
	}
	.dynamic-item-ul p{
		width: 78%!important;
	}
	.m-advertising{
		display: none;
	}
	.m-isicb-tit{
		border-bottom: 2px solid #e0e0e0!important;
		font-size: 17px!important;
		padding-left: 15px!important;
		line-height: 45px!important;
	}
	.m-isicb-tit a{
		color: #015293!important;
	}
	.xxgk-ul{
		margin: 0 15px!important;
	}
	.xxgk-ul li{
		width: 100% !important;
		padding: 10px 0 !important;
		border: solid 1px #1167b7;
		margin-top: 10px;
		float: inherit!important;
		background: none!important;
		margin-left: 0!important;
	}
	.xxgk-ul li a{
		color: #1167b7 !important;
		margin-left: 20px;
	}
	.xxgk-fdzdgk-ul{
		margin: 0!important;
		padding: 10px 15px 15px!important;
	}
	.xxgk-fdzdgk-ul-item{
		width: 47%!important;
		background-color: rgba(236, 236, 236, 1)!important;
	}
	.xxgk-fdzdgk-ul-item span{
		color: #333!important;;
	}
	.m-server-tab .bd li a{
		width: auto!important;
		padding: 0 15px!important;
	}
	.m-concern-tab{
		background: #f9f9f9!important;
		padding: 10px 15px!important;
	}
	.ggfw{
		padding: 5px 0 12px 0!important;
		justify-content: space-around!important;
	}
	.ggfw a{
		width: auto!important;
		height: auto!important;
	}
	.more-link{
		top: 5px!important;
		right: 10px!important;
	}
	.icon-dot{
		margin-right: 5px!important;
	}
	.insicbox{
		background: none;
		padding: 0;
		margin-top: 15px;
	}
	.m-isicb-part{
		float: inherit!important;
		width: 100%!important;
		background: #f9f9f9!important;
		border: 0!important;
		height: auto!important;
		margin-top: 15px;
		margin-left: 0!important;
	}
	.m-information-ul{
		padding: 0 12px!important;
	}
	.m-infom-tit{
		padding: 12px 0!important;
	}
	.m-server-list{
		border: 0!important;
		height: auto!important;
		background: #f9f9f9!important;
	}
	.m-server-tab .hd{
		padding: 0 15px!important;
		border-bottom: 0!important;
	}
	.m-server-tab .hd li{
		font-size: 17px!important;
		height: 42px!important;
		line-height: 42px!important;
	}
	.m-server-tab .hd li.on{
		color: #1167b7!important;
		border-bottom: 2px solid #1167b7!important;
	}
	.xghy-img{
		padding: 0 15px!important;
		justify-content: center!important;
	}
	.xghy-img a{
		width: auto!important;
		height: auto!important;
	}
	.m-link-box{
		background: #f9f9f9!important;
		margin-top: 15px;
	}
	.m-link-list{
		margin: 0 auto!important;
		width: auto!important;
		padding: 15px!important;
		height: auto!important;
	}
	.m-link-list a{
		float: inherit!important;
		display: block!important;
		width: 100%!important;
		margin-left: 0!important;
	}
	.m-link-list a img{
		width: 100%!important;
	}
	.my-pc{
		display: none!important;
	}
	
	.m-footer{
		background: #757575!important;
		border-top: 4px solid #015293!important;
	}
	.m-footer-copyright{
		text-align: center!important;
	}
	.dzjg-img{
		display: none;
	}
	.footer-bottom{
		margin-top: 10px;
		display: block;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
.footer-bottom .icon-dzjg {
    display: block;
}
}</pre></body></html>