*{
    margin:0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    /* background: #eceef3; */
    /* background: url(./images/img09.jpg) no-repeat; */
    background-size: cover;
    /* background: #ffff; */
    outline: none;
    box-sizing: border-box;
  }
  .all{
    width: 100%;
    height: auto;
    min-width:1300px;
    /* background: url(./images/ba02.png); */
    /* background: url(./images/bt3.jpg) top center repeat-y #eff2f4; */
  }
  .main a:hover{
    /* color: #b6860e; */
    color: #434a9f;
  }
  .header{
    width: 100%;
    margin: auto;
    height: 180px;
    background: url(../images/headerbg.png);
    border-top: 6px solid #016ad5;
  }
  .header_logo{
      width: 100%;
      height: 120px;
      /* box-shadow: 0px 7px 7px -7px #eaeaed ; */
  }
  .logo_inner{
      display: inline-block;
      width: 850px;
      height: 134px;
      /* margin: auto; */
      /* background-color: transparent; */
      /* background-color:rgba(211, 225, 250, 0.6); */
      padding-top: -2px;
      /* box-shadow: 0px 7px 7px -7px #434ba0 ; */
      text-align: left;
      vertical-align: top;
  }
  .logo_inner div:nth-of-type(1){
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    font-weight: bolder;
    letter-spacing:6px;
  }
  .logo_inner div:nth-of-type(2){
      height: 140px;
    display: inline-block;
    background-color: transparent;
    font-size: 30px;
    font-weight: 800;
    letter-spacing:6px;
    text-align: center;
    vertical-align:middle;
    padding-bottom: 20px;
    padding-left: 15px;
    color: #04509e;
    /* font-family: "Lucida Console", "Courier New", monospace; */
}
  .logo_bottom{
    width: 400px;
    /* height: 10px;
    background-color:#04509e;
    margin: auto; */
    /* border-bottom-left-radius:10px ; */
    /* border-bottom-right-radius:10px ; */
  }
  .linian{
    display: inline-block;
    width: 300px;
    height: 120px;
    line-height: 120px;
    font-family: cursive;
    font-size: 30px;
    opacity: 0.3;
    color: #04509e;
    padding-left: 30px;
  }

  input, button {
    border: none;
    outline: none;
  }
   /*搜索框6*/
   .search{
    display: inline-block;
    /* margin-bottom: 20px; */
    padding: 10px;
    position: relative;
    width: 300px;
    right: 0px;
    height: 80px;
    /* margin-left: 330px; */
    background: transparent;
   }
  .bar6 input {
      border: 1px solid #5b8dbe;
      background: #ffff;
      top: 0;
      right: 0;
      width: 100%;
      height: 40px;
      position: absolute;
      padding-left: 10px;
      color: #3e3f41;
      border-radius: 5px;
      margin-bottom: 30px;
  }
  .bar6 button {
    background: transparent;
    width: 20px;
    top: 10px;
    right: 7px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    background: url(../images/search.png) no-repeat;
    background-size: contain;
    -moz-background-size: contain;
  }
  
  .bar6 input::-webkit-input-placeholder { 
    /* WebKit browsers，webkit内核浏览器 */
    color: #b4b4b4; 
    } 
    .bar6 input:-moz-placeholder { 
    /* Mozilla Firefox 4 to 18 */ 
    color: #b4b4b4 
    } 
    .bar6 input::-moz-placeholder { 
    /* Mozilla Firefox 19+ */ 
    color: #b4b4b4; 
    } 
    .bar6 input:-ms-input-placeholder { 
    /* Internet Explorer 10+ */ 
    color: #b4b4b4; 
    }
    .header_zy{
      display: inline-block;
      width: 380px;
      text-align: right;
      padding-bottom: 10px;
      position: absolute;
      margin-top: 10px;
    }
    .header_zy .list{
      width: auto;
      height: 20px;
      margin-bottom: 30px;
    }
    .header_zy .list a{
      font-size: 15px;
      color: #f8f9fa;
      margin-left: 20px;
    }
  .nav_out{
      width: 100%;
      height: 40px;
      margin: auto;
      background-color: #f5f7fa;
      /* background-color:transparent; */
          /* background: url(./images/headerbg.png); */

  }
  #nav {
    background-color:transparent;
    height: 40px;
    width: 1300px;
    margin: auto;
  }
  #nav ul li{
     float:left; 
     display:block;
     height: 40px; 
     line-height: 40px; 
     padding: 0 20px; 
     position: relative;
     width: auto;
     background-color:transparent;
     z-index: 999;
     min-width:140px ;
     text-align: center;
    }
    #nav ul li a::after{
      content:'';
			display:block;
			/*开始时候下划线的宽度为100%*/
			width:115%;
			height:2px;
			position:absolute;
      left: -5px;
      box-sizing:content-box;
			bottom:-5px;
      background-color: #016ad5;
			transition:all 0.3s ease-in-out;
			/*通过transform的缩放scale来让初始时x轴为0*/
			transform: scale3d(0,1,1);
			/*将坐标原点移到元素的中间，以原点为中心进行缩放*/
			transform-origin:50% 0;
    }
    #nav ul li a:hover::after{
			transform:scale3d(1,1,1);
    }
  #nav ul li a{
    color: #373737;
    font-size: 18px;
    background-color: transparent;
    white-space: nowrap;
    position:relative
  }
  #nav ul li a:hover{
    color: #016ad5;
  }
  /* #nav ul li:hover{
    background-color: #ffff;
  } */
  #nav ul li ul li{
    display: inline-block;
    float: none;
    background-color: transparent;
    /* background-color: rgba(255, 255, 255, 0.3); */
  }
  #nav ul li ul li:hover{
    width: 100%;
    /* background-color: rgba(255, 255, 255, 0.3); */
  }
  /*关键一：将二级菜单设置为display：none;*/
  #nav ul li ul{position: absolute;top:40px;left: 0; display: none;}
  /*关键二：在划过二级菜单从属的一级菜单时，设置为display:block;*/
  #nav ul li:hover ul{
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
  }
  /* banner的样式 */
.banner {
  width: 100%;
  height: 460px;
  min-height: 460px;
}
.banner:hover .btn {
  background-color: rgba(0,0,0,.2);
  color:#fff;
}
#igs {
  width: 100%;
  height: 100%;
  position: relative;
}
#igs a{
  width: 100%;
  height: 100%;
}
#igs img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ig {
  position: absolute;
}
#tabs {
  position: absolute;
  list-style: none;
  background-color: transparent;
  left: 45%;
  bottom: 10px;
  border-radius: 10px;
  padding: 5px 0 5px 5px;
}

.tab{
  float: left;
  text-align: center;
  line-height: 20px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
}
.bg{
  width: 50px;
  background-color: #016ad5;
  transition: 0.5s;
}
.btn{
  position: absolute;
  color: transparent;
  top: 160px;
  width: 40px;
  height: 100px;
  /* background-color: rgba(255,255,255,.3); */
  background: transparent;
  font-size: 40px;
  /* font-weight: bold; */
  text-align: center;
  line-height: 100px;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
}

.btn2{
  position: absolute;
  right: 0px;
  background: url(../images/right.png) center no-repeat;
}

.btn1{
  background: url(../images/left.png) center no-repeat;
}

.btn:hover{
  background-color: rgba(0,0,0,.2);
  color:#fff;
}
.main {
  width: 100%;
  margin: 0px auto;
  min-height: 600px;
 }
 .main_one{
   width: 1300px;
   height: 420px;
   position: relative;
   margin: auto;
   padding: 0px 20px;
 }
 .main_one_left{
   display: inline-block;
   width: 100%;
   height: 400px;
 }
 .main_two{
  width: 1300px;
  margin: auto;
  height: 460px;
 }
 .tzgg_title{
   width: 100%;
   height: 70px;
   background-image: linear-gradient(to right,#016ad5, #7fb1eb);
   text-align: center;
   display: inline-block;
   line-height: 70px;
   font-size: 25px;
   color: #eef4ff;
 }
.xgdt .content{
  width: 45%;
  height: 320px;
  /* text-indent: 9999px; */
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.xgdt .img_content{
  width: 53%;
  height: 320px;
  display: inline-block;
  /* text-indent: 9999px; */
  overflow: hidden;
}
.xgdt .img_content .title_img{
  width: 330px;
  height: 300px;
  /* border: 1px solid #016ad5; */
  display: inline-block;
  overflow: hidden;
}
.xgdt .img_content .img_content_list{
  padding: 10px 15px;
  width: 330px;
  height: 300px;
  display: inline-block;
  vertical-align: top;
}
.xgdt .img_content .title_img img{
  height: 100%;
}
.fist_time{
  width: 100%;
  height: 35px;
}
.fist_time span{
  padding: 3px 10px;
  color: #ffff;
  font-size: 14px;
  background-color: #ffba00;
}
.fist_title{
  height: 35px;
  font-size: 20px;
  color: #bc0000;
}
.fist_content{
  width: 100%;
  height: 200px;
}
.fist_content span{
  color: #a7a3ab;
  font-size: 15px;
  line-height: 25px;
}
.fist_content a{
  padding-top: 20px;
  display: block;
  color: #a7a3ab;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
}
 .more{
  font-size: 14px;
  color: #b8944f;
  display: inline-block;
  right: 20px;
  bottom: 10px;
  position: absolute;
  background-color: transparent;
}
.xgdt .content ul li {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  width: 100%;
  border-bottom: 2px dotted #c2c2c2;

}
.xgdt .content ul li:hover {
  padding-left: 15px;
  transition: 0.5s;
}
.xgdt .content ul li span{
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding-left: 10px;
  margin-right: 20px;
  width: 100px;
  background-color: #016ad5;
  font-size: 14px;
  color: #fff;
}
.xgdt .content ul li a{
  text-align: left;
  width: 500px;
  font-size: 16px;
  color: #2d2d2d;
  background-color: transparent;
}
.title{
  width: 100%;
  height: 80px;
  position: relative;
  border-bottom: 2px solid #e9ebec;
  margin-bottom: 20px;
  background-color: transparent;
}
.icon{
  height: 80px;
  line-height: 80px;
  /* background: url(../images/title_notice.png) 10px no-repeat; */
  min-width: 110px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  /* background-color: #434a9f; */
  color: #434a9f;
  border-bottom: 4px solid #434a9f;
  background-color: transparent;
}
.tzgg{
  width: 50%;
  height: 450px;
  display: inline-block;
  overflow: hidden;
}
.bszn{
  width: 47%;
  display: inline-block;
  height: 450px;
  vertical-align: top;
  margin-left: 30px;
}
.tzgg_content{
  width: 100%;
  height: 400px;
  /* text-indent: 9999px; */
  overflow: hidden;
  padding-top: 0px;
  /* border: 1px solid #af151d; */
  background-color: transparent;
}
.tzgg_content li em{
  display: block;
  width: 8px;
  height: 8px;
  float: left;
  margin-right: 10px;
  margin-top: 24px;
  margin-left: 15px;
  background: #0B3B7F;
}
.tzgg_content ul li{
  height: 55px;
  line-height: 55px;
  /* border-bottom: 2px dotted rgb(176, 172, 172); */
  border-bottom: 2px dotted #dadada;}
.tzgg_content ul li a{
  color: #333333;
  font-size: 17px;
  width: 450px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.tzgg_content ul li span{
  color: #3d91de;
  font-size: 15px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.tzgg .more{
  font-size: 14px;
  color: #b8944f;
  display: inline-block;
  right: 20px;
  bottom: 10px;
  position: absolute;
  background-color: transparent;
}
/* .main_two{
  width: 1300px;
  height: 150px;
  margin: auto;
  background-color: #f4f4f4;
} */
.two_title{
  height: 50px;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #434a9f;
}
.two_title span{
  line-height: 70px;
  height: 70px;
  background-color: #ffff;
  margin-left: 45%;
  display: inline-block;
  width: 100px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  color: #434a9f;
}
.two_content{
  width: 100%;
  height: 80px;
  padding: 20px;
}
.two_content a{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #6c6a6a;
  width: 160px;
  margin-left: 15px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  padding-left: 10px;
  background: url(../images/lianjie.png) 10px no-repeat;
  background-size:25px 25px;
}
.two_content a:hover{
  box-shadow: 0px 7px 7px -7px #434ba0 ;
  transition: 1s;
}
.main_four{ 
 display: flex;   
 flex-wrap: wrap;
 width: 1300px;
 height: 200px;
 background-color: #f5f7fa;
 margin: auto;
}
.main_four .list{
flex: 1;  
cursor: pointer;
display: flex;
flex-flow: column;
padding: 20px;
}
.main_four .list span{
    text-align: center;
    flex: 1
}
.main_four .list .ico{
  width: 120px;
  margin: auto;
  height: 120px;
  border-radius: 50%;
  background: #ffff;
  padding: 20px 0px;
  /* border: 3px solid #c3d6f1; */
}
.main_four .list .ico img{
    width: 70px;
}
.main_four .list .name{
    margin-top: 20px;
    font-size: 14px;
    color: #646566;
}
/* 底部 */
.footer{
  width: 100%;
  height: 150px;
  background: url(../images/headerbg.png);
}
.footer_content{
  background-color: transparent;
  padding-top: 10px;
  width: 550px;
  margin: 10px 30px;
  height: 100px;
  color: #fff;
  font-size: 13px;
  display: inline-block;
}
.footer_logo{
  background-color: transparent;
  padding-top: 20px;
  width: 350px;
  margin: 10px 30px;
  height: 100px;
  display: inline-block;
}
.footer_content div {
  background-color: transparent;
  margin-top: 20px;
}
.footer_content div span{
  background-color: transparent;
  padding-left: 20px;
}
.code{
  display: inline-block;
  width: 100px;
  height: 140px;
  right: 20px;
  position: absolute;
  margin-top: 10px;
  background-color: transparent;
}
.code span{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  background-color: transparent;
}
.footer_main{
  width: 1300px;
  height: 100px;
  background-color: transparent;
  position: relative;
  margin: 20px auto;
}

.szlj {
    width: 1300px;
    margin: auto;
    padding-right: 70px;
    text-align: right;
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    color: #3e3f41;
}
.szlj img{
  vertical-align: text-bottom;
  width: 20px;
}
.main_inner{
    width: 1300px;
    margin: auto;
}
.list_left{
    display: inline-block;
    width: 260px;
    height: auto;
}
.first_box{
    width: 100%;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    padding-left: 20px;
    height: 150px;
    line-height: 150px;
    background: url(../images/headerbg.png);
}
.two_box{
    width: 100%;
    min-height: 320px;
    box-shadow: 0 0 20px 0 RGBA(28, 126, 217, 0.5);
}
.two_box a{
    display: inline-block;
    width: 100%;
    height: 80px;
    padding-left: 20px;
    line-height: 100px;
    border-bottom: 1px dotted #c2c2c2;
    font-size: 22px;
    color: #3a649c;
}

.two_box a:hover{
    cursor: pointer;
    font-weight:600;
}
.two_box .list_actived{
    color: #3a649c;
    font-weight:600;
}
.list_right{
  display: inline-block;
  width: 900px;
  min-height: 500px;
  vertical-align: top;
  margin-left: 60px;
}
.list_right .list_title{
  font-size: 35px;
  font-weight: 600;
  color: #255392;
  border-bottom: 1px solid #dadada;
  padding: 15px;
  vertical-align: top;
}

.right_content{
  /* padding: 30px; */
  background-color: transparent;
  width: 100%;
}
.right_content ul{
  background-color: transparent;
  width: 100%;
}
.right_content ul li{
  background-color: transparent;
  display: inline-block;
  width: 100%;
  color: #555555;
  font-size: 16px;
  padding: 16px 0 16px 16px;
  border-bottom: 1px dotted #c7c7c7;
  background:url('../images/point.png') 5px no-repeat;
}
.right_content ul li a{
  display: inline-block;
  background-color: transparent;
  width: 70%;
  /* border-left: 5px solid #e37400; */
  padding-left: 25px;
  color: #555555;
  /* border-radius: 5px; */
}
.right_content ul li span{
  background-color: transparent;
  display: inline-block;
  width: 14%;
  color: #918c8c;
}

/* content页面 */
.banner2 {
  /* margin: 30px auto 0px; */
  width: 100%;
  height: 320px;
}
.main2 {
  width: 1300px;
  margin: 0px auto;
  min-height: 600px;
  height: auto;
  position: relative;
 }
.flexxx{
  position: absolute;
  width: 390px;
  height: 100px;
  color: #fff;
  top:-100px;
  background: rgb(0, 0, 0,0.2);
  font-size: 40px;
  font-family: cursive;
  line-height: 100px;
  z-index: 9999;
  padding-left: 20px;
}
.szwz{
  background-color: #ffffff;
  height: 50px;
  width: 100%;
}
.szwz span{
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
}
.content_szwz{
  width: 100%;
  height: 60px;
  border-bottom: 1x solid #f2f2f2;
}
.content_szwz span{
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  color: #666666;
}
.content_szwz a{
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  color: #666666;
}
.right_content3{
padding:20px;
}
.content_title{
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #666666;
  font-size: 25px;
  font-weight: 600;
  vertical-align: middle;
  background-color: transparent;
}
.content_time{
  padding:20px;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
}
.content_time span{
  background-color: transparent;
  font-size: 14px;
  padding: 10px;
  color: #666666;
  text-align: center;
}