<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";
}
.bg {
  position: relative;
  width: 100%;
  min-width: 1300px;
  background: #f7f7f7 url(../img/bar.png) repeat-y center center;
}
.butn{
background: url(../img/ad006.png) no-repeat;
    width: 47px;
    height: 29px;
    border: 0px;
    margin-top: 7.5px;
    margin-right: 130px;
}
.w-1000 {
  width: 1300px;
  min-width: 1300px;
  margin: 0 auto;
}
.header-nav-box {
}
.m-header {
}
.l-logo {
  margin-top: 20px;
}
.logo-img {
  float: left;
  width: 173px;
  height: 59px;
  margin-top: 10px;
  margin-right: 30px;
}
.l-logo-tit {
  float: left;
  margin-top: 10px;
  color: #1167b7;
}
.l-logo-tit .font42 {
  font-size: 38px;
  font-weight: bold;
}
.m-link {
  text-align: center;
  font-size: 14px;
  color: #1167b7;
}
.icon-line {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 45px;
  height: 1px;
  background: #1167b7;
}
.header-center {
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
  height: 40px;
  background: #1167b7;
  opacity: .48;
  filter: alpha(opacity=48);
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
}
.header-center:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-center a {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.icon-user {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  background: url(../img/icon-user.png) no-repeat center center;
}
/* search */
.r-search {
  width: 225px;
  height: 30px;
  margin-top: 8px;
  border-radius: 3px;
  
}
.input-search {
  width: 225px;
  height: 28px;
  padding-left: 10px;
  background: #fff;
  border: none;
  outline: none;
}
.icon-search {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 15px 21px;
  background: url(../img/icon-search.png) no-repeat center center;
  cursor: pointer;
}
/* nav */
.nav-box {
  height: 45px;
  background: #015293;
}
.m-nav {
  display: inline-block;
  width: 880px;
  height: 45px;
}
.m-nav li {
  float: left;
  height: 45px;
  width: 16.66667%;
  border-left: 1px solid #4198e9;
  line-height: 45px;
  text-align: center;
}
.m-nav li:first-child {
  border: none;
}
.m-nav li .menu {
  position: relative;
  display: inline-block;
  height: 45px;
  padding: 0 20px;
  margin-top: 1px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  font-weight:bold;
}
.m-nav li .menu:hover,
.m-nav li.on .menu {
  color: #1167b7;
  background: #fff;
} 
.m-nav-sub {
  /*display: block;
  visibility: hidden;*/
  position: absolute;
  top: 43px;
  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 {
  height: 400px;
  background: #fff;
}
.m-banner {
  display: inline-block;
  width: 650px;
  overflow: hidden;
}
.m-banner .bd {
  z-index: 1;
}
.m-banner .bd li {
  float: left;
  height: 400px;
  position: relative;
}
.ban-img {
  width: 650px;
  height: 406px;
}
.ban-tit {
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 650px;
     background: rgb(0 0 0 / 0.76);
     color: #fff;
     font-size: 16px;
     line-height: 35px;
     z-index: 10;
	 text-indent: 2rem;
}
.m-banner .hd  {
    position: relative;
    top: -16px;
    left: 550px;
    margin-left: -50px;
    width: 100px;
    height: 10px;
    z-index: 15;
    text-align: center;
}
.m-banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 2px;
  background: #a7a7a7;
  text-indent: 99999px;
}
.m-banner .hd li.on {
  background: #1167b7;
  width: 20px;
  border-radius: 20px;
}

.m-dynamic {
  width: 630px;
}
.m-dynamic-con {
  width: 630px;
      margin-top: 4px;
}
.m-dynamic .hd {
  position: relative;
  background-color: #f2f2f2;
  height: 38px;
}
.m-dynamic .hd ul {
	position: relative;
}
.lst-tit{
	text-align: center;
	margin-top: 10px;
}
.m-dynamic .hd li {
  float: left;
  padding: 0 13px;
  color: black;
  font-size: 16px;
  line-height: 45px;
  cursor: pointer;
  font-weight: bold;
  font-size:18px;
}
.m-dynamic .hd li:first-child {
  border: none;
}
.m-dynamic .hd li.on {
      background: url(../img/gggdbg.png) no-repeat;
      background-size: 100% 42px;
      color: white;
      font-weight: bold;
      font-size:18px;
      height:42px;
}
.more-link {
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  color: #1167b7;
  font-size: 14px;
  line-height: 35px;
}
.more-link:hover {
  color: #1167b7;
}
.dynamic-item-ul {
  /* padding-top: 10px; */
}
.dynamic-item-ul dd {
  line-height: 38px;
}
.dynamic-item-ul dd a:hover p {
  color: #1167b7;
}
.dynamic-item-ul dd p {
  display: inline-block;
  width: 520px;
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  line-height: 2; 
}
.dynamic-item-ul dt {
  width: 100%;
  padding-bottom: 10px;
 
}
.lst-tit a {
  display: inline-block;
  padding-left: 10px;
  color: #1975ca;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
.lst-tit a:hover {
  color: #1167b7;
}
.lst-grap {
  color: #666;
  font-size: 14px;
  text-align: left;
  text-indent: 28px;
}
.lst-grap a {
  color: #ff0000;
}
.icon-dot {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  background: #1975ca;
  vertical-align: middle;
}
.time-date {
  float: right;
  color: #848484;
  font-size: 14px;
  vertical-align: middle;
}
.time-date1 {
  float: right;
  color: #848484;
  font-size: 14px;
  vertical-align: middle;
  margin-top:4px;
}
.news-box {
  width: 430px;
}
.m-isicb-part {
  float: left;
  width: 310px;
  /* border: 1px solid #ccc; */
  background: #fff;
}
.insicbox {
  background: #fff;
  /* padding: 15px; */
  margin-top: 30px;
}
.m-infom-tit {
	width: 310px;
    margin: 0 auto;
    padding: 7px 0;
    background: url(../img/bg12.png) no-repeat top;
    color: #1167b7;
    font-size: 18px;
    text-align: center;
    background-size: 300px 24px;
    font-weight: bold;
    height: 34px;
    line-height: 9px;
}
.m-information {
  height: 315px;
  margin-right: 30px;
  /* border: 1px solid #ccc; */
}
.m-ggfw {
  width: 712px;
  height: 135px;
  margin-top: 20px;
}
.m-ggfw .m-server-list {
  height: 135px;
}
.m-fwrx {
  width: 245px;
  height: 367px;
}
.m-fwrx .m-server-list {
  height: 367px;
}
.m-server {
  margin-right: 30px;
  width: 455px;
}
.m-server2 {
  width: 472px;
}
.m-hdjl {
  margin-right: 15px;
  width: 345px;
  height: 222px;
}
.w-712 {
  width: 712px;
}
.m-hdjl .m-server-list,
.m-ghgs .m-server-list {
  height: 220px;
}
.m-ghgs {
  width: 345px;
  height: 212px;
}
.m-information-ul {
  position: relative;
  padding: 0 5px;
}
.m-information-ul li {
  float: left;
  display: inline-block;
  height: 42px;
  width: 100%;
  margin: 2px 0;
  background: #e3f2ff;
  color: #333;
  font-size: 14px;
  border: 1px solid #1975ca;
}
.m-information-ul li a {
  color: #1167b7;
}
.m-information-ul li:hover a {
  color: #1167b7;
}
.m-information-ul li span {
  display: inline-block;
  line-height: ;
  vertical-align: middle;
  margin-top: 2px;
  font-weight: bold;
  font-size: 16px
}
.icon-base2 {
  display: inline-block;
  width: 28px;
  height: 35px;
  margin-left: 22px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: 5px;
  margin-top:3px;
}
.icon-base2.icon-base201 {
  background-position: 0 6px;
}
.icon-base2.icon-base202 {
  background-position: 0 -34px;
}
.icon-base2.icon-base203 {
  background-position: 0 -69px;
}
.icon-base2.icon-base204 {
  background-position: 0 -108px;
}
.icon-base2.icon-base205 {
  background-position: 0 -148px;
}
.icon-base2.icon-base206 {
  background-position: 0 -184px;
}
.icon-base2.icon-base207 {
  background-position: 0 -222px;
}


.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 {
  /* border: 1px solid #ccc; */
  height: 314px;
  background: #fff;
}
.m-server-tab .hd {
  position: relative;
  background:#f2f3f4;
  height: 38px;
  margin-top:5px;
}
.hd ul{
	display: inline-block;
    height: 30px;
    width: 100%;
    position: absolute;
    top: -5px;
}
.m-server-tab .hd li {
  float: left;
  height: 32px;
  padding: 0 10px;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
}
.m-server-tab .hd li:first-child {
  border: none;
}
.m-server-tab .hd li.on {
  position: relative;
  color: #ffffff;
  background: url(../img/gggdbg.png) no-repeat;
  background-size: 100% 42px;
  font-weight: bold;
  font-size:18px;
  height:42px;
  padding-top:5px;
}
.m-server-tab .bd li a {
  display: block;
  width: 100%;
  padding: 0 10px;
  color: #333;
  font-size: 16px;
  line-height: 2;
}
.m-server-tab .bd p {
  display: inline-block;
  width: 330px;
  vertical-align: middle;
}
.m-server-tab .bd li a:hover {
  color: #1167b7;
}
.m-ghj-ad img {
  display: inline-block;
  width: 348px;
  height: 56px;
  margin-top: 10px;
}
.m-interactive-ul {
  padding: 50px 15px;
}
.m-interactive-ul li {
  float: left;
  display: inline-block;
  width: 47.333%;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.m-interactive-ul li a {
  display: inline-block;
  width: 100%;
  color: #333;
}
.icon-base {
  display: block;
  height: 32px;
  margin: 0 auto;
  margin-top: 10px;
  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: -105px 0;
}
.icon-base.icon-base03 {
  width: 32px;
  background-position: -210px 0;
}
.icon-base.icon-base04 {
  width: 33px;
  background-position: 0 -79px;
}
.icon-base.icon-base05 {
  width: 34px;
  background-position: -105px -79px;
}
.icon-base.icon-base06 {
  width: 34px;
  background-position: -210px -79px;
}
.bor-bot {
  
}
.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: #1167b7;
  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: #1167b7;
}
.txt-center {
  text-align: center;
}
.m-ggfw .bd ul {
  padding: 7.5px 0;
}
.m-ggfw .bd li a {
  display: block;
  width: 222px;
  height: 71px;
  margin: 7.5px 0;
}
.m-ggfw .bd li img {
  width: 222px;
  height: 71px;
}
.m-hdjl .bd li p {
  width: auto;
  line-height: 1;
}
.swj-tools {
}

.swj-tools-ul li {
  float: left;
  width: 25%;
  padding: 0 5px;
  font-size: 16px;
  font-weight: bold;

}
.swj-tools-ul li a,
.m-ggfw .swj-tools-ul li a {
  display: inline-block;
  width: 100%;
  height: 70px;
  color: #1167b7;
  background: #f3f3f3;
  line-height: 70px;
  text-align: center;
}
.swj-tools-ul li span{
  vertical-align: middle;
}
.m-ggfw .swj-tools-ul li {
  width: 33.333%;
  padding: 0 10px;
}
.icon-base3 {
  display: inline-block;
  width: 40px;
  height: 41px;
  vertical-align: middle;
  background: url(../img/icon-base3.png) no-repeat;
}
.icon-base4 {
  display: inline-block;
  width: 40px;
  height: 41px;
  vertical-align: middle;
  background: url(../img/icon-base4.png) no-repeat;
}
.icon-base3.icon-base301 {
  background-position: 0 0;
}
.icon-base3.icon-base302 {
  background-position: -227px 0;
}
.icon-base3.icon-base303 {
  background-position: -455px 0;
}
.icon-base3.icon-base304 {
  background-position: -694px 0;
}
.icon-base4.icon-base401 {
  background-position: 0 0;
}
.icon-base4.icon-base402 {
  background-position: -227px 0;
}
.icon-base4.icon-base403 {
  background-position: -444px 0;
}
.m-fwrx .bd {
  padding:  0 10px;
  text-align: center;
}
.m-fwrx .bd dt {
  padding: 10px 0;
  color: #bb2234;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
.m-fwrx .bd dl dd {
  font-size: 14px;
  line-height: 2.2;
  border-top: 1px dashed #ccc;
}
.m-fwrx .bd dl dd.nobor {
  border: none;
}
.m-link-box {
  margin-bottom: 30px;
}
.m-link-list a {
  float: left;
  width: 25%;
  padding: 0 9px;
  text-align: center;
}
.m-link-list img {
  width: 230px;
  height: 60px;
}
/* footer */
.m-footer {
  padding: 40px 0;
      border-top: 3px solid #1975ca;
      background: #f1f1f1;
  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;
}
.m-footer-ul {
  display: inline-block;
  padding-bottom: 12px;
      margin-left: 180px;
}
.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: #1167b7;
}
.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;}
.rexian{
	       background: url(../img/rexian.png) no-repeat;
	       background-size: 100% 100%;
	       width: 100%;
	       height: 85px;
}
.fuwurexian{
	        background: url(../img/fuwurexian.png) no-repeat;
	        background-size: 100% 100%;
	        margin-top: 8px;
	        height: 256px;
}


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

/*ç§»åŠ¨ç«¯*/
@media screen and (max-width: 750px){
	body{
		background-color: #eee!important;
	}
	.bg{
		min-width: 100%!important;
		background-color: #eee!important;
	}
	.header-nav-box{
		height: auto!important;
		background: no-repeat!important;
	}
	.m-header img {
               display:none;
		/*width: auto;
		height: 50px;*/
	}
       .m-header {
    height: 60px;
    background: url(/ntsswj/resource/theme/img/bannerswj.png) no-repeat;
    background-size: 900px;
    background-position: -115px;
}
	.w-1200,.w-1000{
		width: auto !important;
		min-width: initial !important;
		margin: 0 auto;
	}
	.nav-box{
		width: 100%!important;
		overflow-x: auto!important;
    overflow-y: hidden;
	}
	.r-search{
		display: none !important;
	}
	.m-nav{
		position: inherit!important;
		margin-left: 0!important;
		padding: 0!important;
		left: 0!important;
		width: 700px!important;
		overflow-y: hidden;
	}
	.m-nav li{
		width: initial !important;
		border-left: 0!important;
	}
	.m-nav li .menu:hover, .m-nav li.on .menu{
		margin-top: 0!important;
		height: 50px!important;
	}
	.index-main{
		background: none!important;
		width: 100%!important;
		margin: 0 auto!important;
		padding-top: 0!important;
	}
	.m-banner .bd li{
		height: 300px!important;
	}
	.ban-img{
		width: 100%!important;
		height: 300px!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;
		padding: 0 10px 12px 0!important;
		left: 0!important;
	}
	.m-banner .hd{
		left: 50%!important;
		bottom: 0!important;
	}
	.hd ul{
		position: inherit!important;
		top: 0!important;
	}
	.m-dynamic {
		width: 100%!important;
	}
	.m-banner .hd{
		bottom: 32px!important;
	}
	.m-dynamic-con{
		width: 100%;
		height: auto;
		margin-top: 0!important;
	}
	.m-dynamic .hd{
		background: none!important;
	}
	.m-dynamic .hd li{
		padding: 0 10px 0 0!important;
		font-size: 17px!important;
	}
	.m-dynamic .hd li.on{
		color: #015293!important;
		background: none!important;
	}
	.m-server-tab .bd li a{
		width: auto!important;
		padding: 0 15px!important;
	}
	.m-ggfw,.m-hdjl{
		margin-left: 0!important;
	}
	.more-link{
		top: 2px!important;
		right: -15px!important;
	}
	.lst-tit a{
		padding: 0!important;
		font-size: 18px!important;
	}
	.bor-bot a{
		height: 54px;
	}
	.dynamic-item-ul dd p{
		width: 68%!important;
	}
	.dynamic-item-ul dt{
		padding: 0 0 15px!important;
	}
	.icon-dot{
		margin-right: 5px!important;
	}
	.ad-img{
		width: auto!important;
		padding: 0 15px;
	}
	.ad-img img{
		margin-top: 0!important;
	}
	.insicbox{
		background: none;
		padding: 0;
		margin-top: 15px;
	}
	.m-information{
		padding: 15px!important;
	}
	.m-isicb-part{
		float: inherit!important;
		width: 100%!important;
		background: #f9f9f9!important;
		border: 0!important;
		height: auto!important;
		margin: 0!important;
	}
	.m-information-ul li{
		margin: 5px 0!important;
	}
	.m-server{
		margin-top: 15px!important;
	}
	.m-server-list{
		border: 0!important;
		height: auto!important;
		background: #f9f9f9!important;
	}
	.m-server-tab .hd{
		padding: 0 15px!important;
		background: none!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;
		background: none!important;
		padding-top: 0;
	}
	.m-server-tab .hd ul{
		overflow: hidden;
		height: auto!important;
		border-bottom: 2px solid #e0e0e0;
	}
	.m-server-tab .more-link{
		right: 15px!important;
	}
	.m-server-tab .bd p{
		width: 70%!important;
	}
	.m-server2{
		margin-top: 15px!important;
	}
	.swj-tools {
		margin-top: 15px!important;
	}
	.spgstb{
		overflow: hidden;
	}
	.m-server-tab3{
		width: 100%!important;
		overflow-x: auto!important;
	}
	.ggfw-box .hd ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.ggfw-box .hd ul li{
		width: 47%!important;
		margin-left: 0!important;
	}
	.ggfw-box .hd ul li a{
		top: 0!important;
		left: 52px!important;
		width: 100px!important;
		font-size: 14px!important;
	}
	.m-interactive-ul{
		padding: 15px!important;
	}
	.m-interactive-ul li{
		float: inherit!important;
		display: inline-block;
		width: 47%!important;
		border: 0!important;
		background: #f0f0f0!important;
		height: 54px;
		align-items: center;
	}
	.m-interactive-ul li:nth-child(2){
		float: right!important;
	}
	.m-interactive-ul a{
		display: flex!important;
		line-height: 54px!important;
		align-items: center;
	}
	.icon-base{
		margin: 0 10px 0!important;
	}
	.add-link{
		margin: 10px 0!important;
		width: 100%;
	}
	.add-link img{
		margin-top: 0!important;
		width: 100%;
	}
	.m-bszn-zlxz .bd ul li .ellipsis{
		width: 85%!important;
	}
	.m-yqlj{
		padding: 0;
		margin-top: 15px!important;
	}
	.m-yqlj .m-server-tab .hd{
		padding: 0!important;
		border-bottom: 0
	}
	.yqlj-tit{
		border-bottom: 1px solid #ccc;
		padding: 0 15px;
	}
	.yqlj-table li{
		padding: 0 15px!important;
	}
	.m-slide-box{
		display: none;
	}
	.sp2 .bd ul li{
		margin-left: 0!important;
	}
	.m-link-list{
		width: auto!important;
		padding: 15px 15px 5px!important;
		background: #f9f9f9!important;
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.m-link-list a {
		width: 47%!important;
		margin-bottom: 10px;
	}
	.m-link-list img{
		height: auto!important;
	}
	
	
	#fdck{
		display: none!important;
	}
	.m-footer{
		padding: 20px 15px!important;
		background: #dee0e2!important;
		border-top: 4px solid #015293!important;
	}
	.m-footer-copyright{
		text-align: center!important;
	}
	.dzjg-img{
		display: none;
	}
	.m-footer-ul{
		margin-left: 0!important;
	}
	.footer-bottom{
		margin-top: 10px;
		display: block;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.footer-bottom .icon-dzjg{
		display: block;
	}
.wza-btn{
    font-size: 14px!important;
    top: 10%!important;
    margin-right: 10px!important;
    padding:5px!important;
}
.wza-wenzi{
	display:none!important;
}
}</pre></body></html>