*{
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}
html,body{
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei","Times New Roman","宋体",serif;
    font-size: 14px;
    color:#333;
    background:#eff3f6;
}
select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #2576d1;
}
.a {
  color: #436400;
}

.a:hover {
  color: #F39800;
}
img {
  border: 0;
  vertical-align: middle;
}
.lf{
    float:left;
}
.rt{
    float: right;
}
.clear:after{
    display: block;
    content:'';
    clear:both;
}
.padt20 {
  padding: 20px 0;
}

.padt10 {
  padding-top: 10px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box {
  border: 1px solid #E8E8E8;
}
.btn {
  border: none;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  background-color: #2576d1;
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
}

.btn:hover {
  background-color: #5191da;
}

.btn-gray {
  background-color: gray;
}

.btn-gray:hover {
  background-color: gray;
}
.header{
  background:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo{
  width:300px;
  height:95px;
  line-height: 58px;
  background:url('./logo1.png') no-repeat center;
  float: left;
  background-size: contain;
}
.hzyh {
  width: 310px;
  height: 95px;
  line-height: 58px;
  background:url('./logo2.png') no-repeat center;
  float: right;
}

.nav {
  width: 100%;
  height: 46px;
  background-color: #2576d1;
}

.orion-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  float: right;
  list-style: none;
  font-family: "微软雅黑";
  text-align:center;
}

.orion-menu li {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 0;
  
  line-height: 20px;
  position: relative;
}

.orion-menu li a {
  padding: 13px 29px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  -o-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}

.orion-menu li:hover>a{
  background-color: #1860b1;
}
.orion-menu li.active>a {
  background-color: #1860b1;
  font-weight: bold;
}

.orion-menu>li>a {
  text-transform: uppercase;
}



.divA {
  
  height: 230px;
  
  
  background:url('banner.png') no-repeat center;
  background-size:100% 100%;
}

.divB {
  width: 330px;
  float: right;
}

.B_dl {
  display: inline-block;
  width: 330px;
  height: 110px;
  text-align: center;
  line-height: 110px;
}
.B_dl+.B_dl{
    margin-top:10px;
}
a.B_dl:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.divC{
  height:50px;
  line-height:50px;
  background:#d5e6f8 url('message.png') no-repeat 20px center;
  margin-top:20px;
  padding:0 20px 0 45px;
}
.divC>span{
  float: left;
  font-weight: bold;
  color:#2576d1;
  margin-right:20px;
}
.divC .tempWrap {
  float: left;
}
.divC ul{
  float: left;
  overflow: hidden;
}
.divC ul li{
  padding-left:10px;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.divC ul li:before{
  content: '';
  display: block;
  width:4px;
  height:8px;
  position: absolute;
  top:21px;
  left:0;
  background:url('jt.png') no-repeat center;
}
.divC ul li span{
  font-size: 12px;
  color:#999;
  margin-left:20px;
}
.divC .more{
  float: right;
  font-weight: normal;
  margin-right: 6px;
  height: 50px;
  line-height: 50px;
  text-align: right;
}

.divD {
  margin-top: 20px;
  background:#fff;
}

.D_djbt {
  width: 100px;
  height: 360px;
  float: left;
}
.img1 .D_djbt {
  background:url('zbgg.png') no-repeat center;
}
.img2 .D_djbt {
  background: url('gzdy.png') no-repeat center;
}
.img3 .D_djbt {
  background: url('hxrgs.png') no-repeat center;
}
.img4 .D_djbt {
  background: url('zbjggg.png') no-repeat center;
}
.img5 .D_djbt {
  background: url('fbgg.png') no-repeat center;
}

.D_djbt h1 {
  writing-mode: tb-rl;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 10px;
  color: #fff;
  line-height: 100px;
  margin-top: 90px;
}
.img3 .D_djbt h1{
  margin-top:105px;
}
.D_box {
  width: 1049px;
  float: left;
  height: 340px;
  border-left-width: 0;
  padding: 10px 20px;
}

.D_tit {
  width: 100%;
  height: 40px;
  padding-bottom: 10px;
}

.D_tit ul {
  width: 600px;
  float: left;
}

.D_tit ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  font-size: 16px;
  padding: 0 30px;
  background-color: #eee;
  color: #333;
  cursor: pointer;
}
.D_tit ul .titdq{
  font-weight: bold;
  color: #fff;
}
.img1 .D_tit ul .titdq {
  background-color: #2576d1;
}
.img2 .D_tit ul .titdq {
  background-color: #1bb9d9;
}
.img3 .D_tit ul .titdq {
  background-color: #f59a23;
}
.img4 .D_tit ul .titdq {
  background-color: #f86d6d;
}
.img5 .D_tit ul .titdq {
  background-color: #cc0018;
}
.D_tit .more {
  float: right;
  font-weight: normal;
  margin-right: 6px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}

.txt_zbgg ul {
  width: 100%;
}

.txt_zbgg ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ebeef5;
  height: 48px;
  line-height: 48px;
  color: #666666;
}

.txt_zbgg ul .fb {
  color: #333333;
  font-weight: bold;
  border-top: 1px solid #ebeef5;
}
.txt_zbgg ul li span{
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  padding:0 10px;
  box-sizing: border-box;
}
span.ssdq {
  width: 15%;
  display: inline-block;
  text-align: left;
  height: 48px;
}

span.xmmc {
  width: 80%;
  display: inline-block;
  text-align: left;
  height: 48px;
}

span.qymc {
  width: 70%;
  display: inline-block;
  text-align: left;
  height: 48px;
}

span.fbsj {
  width: 13%;
  display: inline-block;
  text-align: left;
  height: 48px;
}

span.qyzz {
  width: 25%;
  display: inline-block;
  text-align: left;
  height: 48px;
}
span.bt {
  width: 65%;
  display: inline-block;
  text-align: left;
  height: 48px;
  padding-left: 20px;
}


.divE {
  margin-top: 20px;
}
.E_tit {
  width: 100%;
  height: 18px;
  padding-top:8px;
  line-height: 18px;
}
span.tit_i {
  display: block;
  width: 4px;
  height: 18px;
  float: left;
  background-color: #2576d1;
  margin-right: 10px;
}

span.tit_wz {
  display: block;
  height: 18px;
  float: left;
  font-size: 18px;
  font-weight: bold;
}

.E_txt {
  width: 100%;
  margin-top: 20px;
  height: 243px;
}

.E_txt ul {
  width: 1188px;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  height: 242px;
}

.E_txt ul li {
  width: 296px;
  height: 120px;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  float: left;
}

.E_txt ul li img {
  width: 296px;
  height: 120px;
}



.H_txt {
  width: 1200px;
  margin-top: 20px;
}

.H_txtbk {
  width: 585px;
  padding: 10px;
  float: left;
  height: 230px;
  overflow: hidden;
  box-sizing: border-box;
  background:#fff;
}
.H_txtbk+.H_txtbk{
    margin-left:20px;
}
.H_tit {
  width: 100%;
  border-bottom: 1px solid #ebeef5;
  height: 40px;
  line-height: 40px;
}

.H_tit .more {
  float: right;
  font-weight: normal;
  margin-right: 6px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}

.H_tit span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: block;
  float: left;
}

.H_txtbk ul {
  margin-top: 7px;
  padding-right:10px;
}

.H_txtbk ul li {
  height: 33px;
  line-height: 33px;
  color: #999;
  overflow: hidden;
}

.H_txtbk ul li a {
  color: #333;
}

.H_txtbk ul li a:hover {
  color: #2576d1;
}

.H_txtbk ul li span {
  display: block;
  float: right;
}

.H_txtbk ul li span.H_wzkd {
  width: 440px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  position: relative;
  padding-left:20px;
}
.H_txtbk ul li span.H_wzkd:before{
  content:'·';
  display: inline-block;
  font-size: 40px;
  color:#d9d9d9;
  width:5px;
  height:5px;
  position: absolute;
  top:0;
  left:0;
}