body {
  font-family: "Microsoft YaHei";
}
.bg {
  width: 100%;
  background: #fff url(imgbar.png) top center no-repeat;
  margin: 0 auto;
  height: 300px;
}
.w-1000 {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
.header-nav-box {

}
.m-header {
  position: relative;
  height: 120px;
  background: url(../img/header-bg.png) no-repeat bottom right
}
.l-logo {
  margin-top: 20px;
}
.logo-img {
  float: left;
  width: 62px;
  height: 70px;
  margin-right: 30px;
}
.l-logo-tit {
  float: left;
  margin-top: 10px;
  color: #1167b7;
}
.l-logo-tit .font42 {
  font-size: 33px;
  font-weight: bold;
}
.m-link {
  text-align: center;
  font-size: 14px;
  color: #1167b7;
}
.icon-line {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #1167b7;
}
.header-center {
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
  height: 40px;
  background: #5b8fcc;
  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(imgicon-user.png) no-repeat center center;
}
/* search */
.r-search {
  width: 270px;
  height: 30px;
  margin-top: 8px;
  border-radius: 3px;
  border: 1px solid #1167b7;
  background: #4198e9;
}
.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(imgicon-search.png) no-repeat center center;
  cursor: pointer;
}
/* nav */
.nav-box {
  height: 45px;
  background: #1167b7;
}
.m-nav {
  display: inline-block;
  width: 666px;
  height: 45px;
}
.m-nav li {
  float: left;
  height: 45px;
  width: 16.66667%;
  border-left: 1px solid #82b3e0;
  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: 16px;
  cursor: pointer;
}
/* .m-nav li .menu:hover,
.m-nav li.on .menu {
  color: #9e0000;
  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&dynamic */
.banner-dynamic-layout {
  height: 315px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 18px 15px;
  background: #fff;
}
.m-banner {
  position: relative;
  width: 427px;
  height: 307px;
  overflow: hidden;
}
.m-banner .bd {
  z-index: 1;
}
.m-banner .bd li {
  float: left;
  height: 307px;
  position: relative;
}
.ban-img {
  width: 427px;
  height: 280px;
}
.ban-tit {
  position: absolute;
  bottom: 5px;
  left: 28px;
  width: 370px;
  padding: 20px 10px 0;
  background: rgba(255, 255, 255, .86);
  color: #333;
  font-size: 16px;
  line-height: 35px;
  z-index: 10;
}
.m-banner .hd  {
  position: absolute;
  bottom: 40px;
  left: 50%;
  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: #3f66bf;
  text-indent: 99999px;
}
.m-banner .hd li.on {
  background: #fc114a;
}

.m-dynamic {
  width: 530px;
}
.m-dynamic-con {
  width: 530px;
  height: 280px;
}
.m-dynamic .hd {
  position: relative;
}
.m-dynamic .hd ul {
  border-bottom: 2px solid #f3f3f3;
}
.m-dynamic .hd li {
  float: left;
  padding: 0 13px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}
.m-dynamic .hd li:first-child {
  border: none;
}
.m-dynamic .hd li.on {
  color: #fff;
  background: #3989cf;
}
.more-link {
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  color: #1167b7;
  font-size: 14px;
  line-height: 30px;
}
.more-link:hover {
  color: #9e0000;
}
.dynamic-item-ul {
  /* padding-top: 10px; */
}
.dynamic-item-ul dd {
  line-height: 31px;
}
.dynamic-item-ul dd a:hover p {
  color: #9e0000;
}
.dynamic-item-ul dd p {
  display: inline-block;
  width: 320px;
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  /* line-height: 2; */
}
.dynamic-item-ul dt {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.lst-tit a {
  display: inline-block;
  padding-left: 10px;
  color: #333;
  font-size: 20px;
  line-height: 2;
}
.lst-tit a:hover {
  color: #9e0000;
}
.lst-grap {
  color: #666;
  font-size: 14px;
  text-align: left;
  text-indent: 28px;
}
.lst-grap a {
  color: #9e0000;
}
.icon-dot {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  background: #333;
  vertical-align: middle;
}
.time-date {
  float: right;
  color: #848484;
  font-size: 14px;
  vertical-align: middle;
}
.news-box {
  width: 430px;
}
.m-isicb-part {
  float: left;
  width: 245px;
  /* border: 1px solid #ccc; */
  background: #fff;
}
.insicbox {
  background: #fff;
  padding: 15px;
}
.m-infom-tit {
  width: 222px;
  margin: 0 auto;
  padding: 10px 0;
  background: url(imgbg12.png) no-repeat center center;
  color: #1167b7;
  font-size: 16px;
  text-align: center;
}
.m-information {
  height: 280px;
  margin-right: 15px;
  border: 1px solid #ccc;
}
.m-ggfw {
  /* width: 222px; */
  margin-left: 15px;
}
.m-server {
  margin-right: 15px;
  width: 345px;
}
.m-hdjl {
  margin-left: 15px;
  width: 345px;
}
.m-ghgs {
  width: 345px;
}
.sp2 .bd ul li{float: left;margin-left: 55px;}
.m-information-ul {
  position: relative;
  padding: 0 5px;
}
.m-information-ul li {
  float: left;
  display: inline-block;
  height: 70px;
  width: 106px;
  margin: 4px 5px;
  background: #f7f7f7;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.m-information-ul li a {
  color: #1167b7;
}
.m-information-ul li:hover a {
  color: #9e0000;
}
.m-information-ul li span {
  display: block;
  line-height: 1;
}
.icon-base2 {
  display: inline-block;
  width: 24px;
  height: 28px;
  margin-top: 5px;
  background: url(imgicon-base2.png) no-repeat;
}
.icon-base2.icon-base201 {
  background-position: 0 0;
}
.icon-base2.icon-base202 {
  background-position: -115px 0;
}
.icon-base2.icon-base203 {
  background-position: 0 -82px;
}
.icon-base2.icon-base204 {
  background-position: -115px -82px;
}
.icon-base2.icon-base205 {
  background-position: 0 -162px;
}
.icon-base2.icon-base206 {
  background-position: -115px -162px;
}


.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;
  background: #fff;
}

.m-server-tab .hd {
  position: relative;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.m-server-tab .hd li {
  float: left;
  height: 32px;
  padding: 0 10px;
  color: #1167b7;
  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;
  border-bottom: 1px solid #9e0000;
}
.m-server-tab .bd li a {
  display: block;
  width: 100%;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
  line-height: 2;
}
.m-server-tab .bd p {
  display: inline-block;
  width: 225px;
  vertical-align: middle;
}
.m-server-tab .bd li a:hover {
  color: #9e0000;
}
.m-ghj-ad img {
  display: inline-block;
  width: 348px;
  height: 56px;
  margin-top: 10px;
}
.m-interactive-ul {
  padding: 16px 15px;
}
.m-interactive-ul li {
  float: left;
  display: inline-block;
  width: 50%;
  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(imgicon-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 solid #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: #9e0000;
  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: #9e0000;
}
.txt-center {
  text-align: center;
}

.m-ggfw .bd li a {
  display: block;
  width: 100%;
line-height:27px;
}
.m-ggfw .bd li img {
  width: 222px;
  height: 71px;
}
.m-hdjl .bd li p {
  width: auto;
  line-height: 1;
}

.m-footer {
  padding: 40px 0;
  /* border-top: 2px solid #9e0000; */
  /* background: #fff; */
  text-align: center;
}
.icon-dzjg {
  display: inline-block;
  width: 50px;
  height: 61px;
  margin-right: 30px;
  vertical-align: middle;
  background: url(imgicon-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: #9e0000;
}
.icon-zc {
  display: inline-block;
  width: 110px;
  height: 55px;
  margin-left: 25px;
  vertical-align: middle;
  background: url(imgicon-jc.png) no-repeat center center;
}




.m-slide-box {
  position: relative;
  width: 970px;
  height: 82px;
  margin: 0 auto;
}
.m-slide-box .bd {
  position: absolute;
  top: 0;
  left: 25px;
}
.m-slide-page {
  position: absolute;
  top: 0;
  width: 25px;
  height: 82px;
  background: #e4e4e4;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 82px;
  cursor: pointer;
}
.m-slide-prev {
  left: 0;
}
.m-slide-next {
  right: 0;
}
.m-slide-box .bd li {
  float: left;
  width: 294px;
  height: 82px;
  margin: 0 6px;
}
.layout-left {
  width: 815px;
}


.dqwz{height:35px; line-height:35px; overflow:hidden; *zoom:1; margin-top:10px;}
.dqwz span{background:url(imgdqwz.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(imgimg-29.jpg) no-repeat; width:703px; height:311px; overflow:hidden; *zoom:1;}
.title{background:url(imgimg-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(imgimg-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(imgimg-32.jpg) no-repeat; width:140px; height:40px; border:0px;}
			.yszy{background:url(imgimg-33.jpg) no-repeat; width:140px; height:40px; border:0px;}
			.qh{background:url(imgimg-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(imgimg-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(imgimg-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;}