ol, ul {list-style: none; padding: 0;}
a{
    color:#000;
    text-decoration: none;
}
.header{
    width: 100%;
    height: 128px;
    background-image: url(../img/shouyetop.png);
    background-repeat: round;
    position: relative;
}
.header-inner{
    height: 100%;
    margin: 0 auto;
}
.logo{
    margin: 0 auto;
    /* height: 94px; */
    width: 75%;
}
.tittle{
    position: absolute;
    font-size: 31px;
    color: #af0e0e;
    right: -87%;
    top: 50px;
    
}

.tittle::before{
    content: attr(text);
    position: absolute;
}

.logoul{
    width: 300px;
    margin: 0 auto;
    float: left;
    /* padding-top: 65px; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
}

.logoul li img{
    width: 200px; 
    padding-right: 20px;
}

.searchul{
  float:
  right;
  width: 220px;
  margin-top: 3%;
  position: relative;
  z-index: 5;
}

.searchul input.search{
   background: url(../img/search1.png);
   background-repeat: no-repeat;
   left: -29px;
   position: relative;
}

.nav{
    width: 100%;
    height: 80px;
    position: relative;
    /* background-color: #720000; */
    top: -50px;
}
.nav-ul{
    display: block;
    padding: 0;
    
}

#erji a{ 
    color: #1b61b8;
    text-align: center;

}

.navbanner{
    padding-top: 1px;
    height: 30px;
    /* margin: 0 auto; */
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#jigou{
    position: relative;
}

.sub-item{
    display: block;
    width: 100%;
    padding: 9px 2px;
}
.sub-item>a{color: #ececec;font-size: 15px;}
.sub-item:hover{
    background-color: #e65151;
}
.main_body{
    margin: 0 auto;
    min-width: 1000px;
    position: relative;
    top: -56px;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
}
.banner{
    height: 500px;
    margin-bottom: 10px;
}
#slider{
    height: auto;
}
.slides{
    position: absolute;
   /* z-index: -10;*/
}
.right-body{
    float: right;
    width: 30%;
    height: 800px;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 0 2px;
}
.right-box{
    margin-top: 15px;
    height: 29%;
    background-color: #eee;
    position: relative;
}
.links{
    margin-top: 14px;
}
.links>select{
    width: 70%;
    margin-top: 8px;
    border: 2px solid #ececec;
    height: 25px;
}
.left-body{
    height: 100%;
    background-color: #ffffff;
    /* border-radius: 20px; */
    position: relative;
    width: 1420px;
}
.color-fix{
    background: linear-gradient(to bottom,#e6d0d5,#f3edef);
    height: 25px;
}
.left-box{
    margin: 0px 0px 10px 40px;
    background-color: #ffffff;
    float: left;
    display: block;
    height: 290px;
    width: 400px;
    height: 30%;
    position: relative;
}
.left-box2{
    width: 530px;
    height: 400px;
}
.left-box3{
    width: 800px;
    height: 405px;
}
.left-box4{
    width: 527px;
    height: 357px;
    top: 44px;
}
.left-box5{
    width: 800px;
    height: 359px;
}
.news-header{
    text-align: left;
    font-size: 30px;
    margin-top: 14px;
    color: #22297a;
    font-family: "Microsoft YaHei","Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
}
.nh2{
    /* width: 110px; */
    text-align: left;
    padding-left: 10px;
    /* padding-top: 10px; */
    color: #22297a;
}
.nh3{
    padding: 5px 8px;
}
.box-hr{
    background-color: #ca2035;
    height: 3px;
    width: 56%;
    position: absolute;
    border-radius: 2px;
    top: 15px;
    left: 100px;
}
/* .more{
    position: absolute;
    top: 12px;
    right: 10px;
    background-image: url(../img/more.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 30px;
    border-radius: 3px;
} */
.more:hover{
    box-shadow: 1px 1px 3px #ececec;
    background-color: #f9f6f6;
}
.news_l{
    margin: 0;
    padding: 2px 3px;
}
.news_2{
    margin-top: 25px;
    padding: 2px 3px;
}
.news_2 ul{
    list-style: none;
}
.news_2 li{
    float: left;
    display: inline;
}

.news-list{
    margin-left: 20px;
    margin-top: 39px;
    width: 616px;
}

.news-titles{
    font-size: 28px;
    color: #22297a;
    font-weight: bold;
    margin-bottom: 20px;
}

.news_r{
    margin: 0;
    padding: 0 15px;
}
.news-tr{
    border-bottom:1px dotted #d6d6d6;
    padding: 4px 6px;
    font-size: 13px;
    height: 38.8px;
}
.news-tr a{
    color: #000;
    font-size: 16px;
}
.pic-news{
    width: 500px;
    height: 320px;
}
.imgs{width: 98%;height: 200px;}

.bottom-body{
    display: flex;
    height: 30px;
    clear: both;
    margin: 0 0 -11px 0;
    width: 900px;
    position: relative;
    top: -13px;
}

.search-box{
    width: 25%;
    margin: 40px 0 0 25px;
    float: left;
    position: relative;
}
.search{
    border: 2px solid #e2e2e2;
    height: 24px;
    width: 90%;
    padding: 4px 10px;
    border-radius: 2px;
}

.footer{
    background-color: #22297a;
    height: 110px;
    padding: 30px 0 0 0;
    clear: both;
    position: relative;
    /* top: -114px; */
    margin-bottom: -114px;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: center;
}

.footer p{
    color: #fcf6f7;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 10px 0 7px 0;
    text-align: left;
}

.bsdt{
    /* background-color: #eae6d4; */
    height: 120px;
    width: 120px;
    margin: 11px 45px 12px 8px;
    float: left;
}
.bsdt img{
    margin-top: 0px;
}
.bsdt span{
    color: #000;
    font-size: 34px;
    font-weight: bold;
    padding-left: 20px;
    display: inline-block;
    position: relative;
    top: -20px;
}
.yqlj{
    width: 300px;
    left: 72%;
    position: relative;
}

.list-1{
    color: #fff;
}
.list-1 a{
    color: #22297a;
}
.tzggre{
    text-align: left;
}
.tzggre ul{
    width: 700px;
    float: left;
    height: 60px;
}
.tzggre ul li{
    width: 350px;
    float: left;
}

.kp{
    width: 1440px;
}

.kslj{
    width: 150px;
    float: right;
}
.kslj ul{
   margin: 30px 0 0 0;
}
.kslj ul li{
    height: 52px;
}
.kslj ul li span{
    font-size: 20px;
    color: #66562a;
    line-height: 52px;
}
      .news-header3{
   text-align: left;
   font-size: 30px;
   margin-top: 10px;
   color: #22297a;
   font-family: "Microsoft YaHei","Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
   font-weight: bold;
   height: 70px;
   line-height: 70px;
}
@media screen  and (min-width: 768px) and (max-width:1024px){

    body {
        min-width: 1024px;
    }

    .header {
        /* background-color: #f9f9f9; */
        width: 100%;
        /* height: 150px; */
    }

    .header-inner {
        width: 100%;
        height: 165px;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-image: url(../img/shouyetop.png);
        background-position: 93%;
    }

    .logo{
    height: 50px;
    background-size: 100% auto;
    background: url(../img/logo1_03.png) no-repeat;
    background-size: 350px;
    width: 70%;
}
.banner{display:none;}
.navbanner{
    padding-left: 1%;
    padding-top: 1px;
    height: 49px;
    /* border-top: 1px solid #dedede; */
    background-image: url(../img/banner2.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
}
.topsearch {
    /* background: antiquewhite; */
    width: 180px;
    height: 25px;
    float: right;
    margin-top: 1%;
    margin-right: 23%;
}

.main_body {
    width: 1024px;
    margin: 1px;
    background-color: #fff;
    min-width: 400px;
}

.left-box2 {
    width: 1440px;
    height: 260px;
} 
.left-box3 {
    width: 468px;
    height: 260px;
}
.pic-news {
    display: none;
    width: 468px;
    height: 260px;
}

.bottom-body {
    display: flex;
    height: 60px;
    clear: both;
    width: 100%;
}

.footer {
    /* margin-top: 10px; */
    /* border-top: 7px solid #eee; */
    height: 140px;
    padding: 30px 0 0 0;
    clear: both;
    width: 100%;
}

}

.search input{  height: 34px;line-height:34px; color:#262626; border:none; background:none; top:0px; padding-left:0px; }
.search input.notxt{color:#a4a4a4; padding:0 0 0 7px;width:83%;border:1px solid #bfbfbf;}   
.search input.notxt1 {position: absolute;width: 15%;height:34px;right:0;border: none;cursor:pointer; overflow: hidden;padding-right:0;color:#fff;border:none;background-color: #0e61cb;border:1px solid #0e61cb;height: 36px;}

.mobile{display: none;}

@media screen  and (max-width:767px){
    body {
    min-width: 100%;
}
    .main_body {width: 100%;margin: 0 auto;background-color: #fff;min-width: 404px;padding-top: 10px;}

.searchul{
  display:none;
}



.topsearch{
    /* background: antiquewhite; */
    width: 180px;
    height: 25px;
    float: right;
    margin-top: 15%;
    margin-right: 5%;
    display: none;
}
.banner{display:none;}
.nav {
    width: 30px;
    height: 30px;
    border-top: 1px solid rgb(9 172 246 / 45%);
    /* background-image: url(../img/banner.png); */
    background-repeat: repeat-x;
    background: aqua;
    display: none;
}

.left-body {
    height: 100%;
    border-radius: 2px;
    padding: 0 0px 20px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.lbt{
    display: none;
}
.left-box {
    margin: 0 0 10px 5px;
    background-color: #ffffff;
    float: none;
    display: block;
    width: 377px;
    height: 375px;
    position: relative;
    border: #e5e6e6 1px solid;
}
    .left-box21{
    width: 400px;
    height: 270px;
}
.news-list{
    margin-left: 20px;
    margin-top: -13px;
    width: 352px;
}

.news-titles{
    font-size: 28px;
    color: #22297a;
    font-weight: bold;
    margin-bottom: 20px;
}
.news-titles-img{
    display:none;
}
    
.news_r{
    margin: 0;
    padding: 0 15px;
}
.news-tr{
    border-bottom:1px dotted #d6d6d6;
    padding: 4px 6px;
    font-size: 13px;
    height: 38.8px;
}
.news-tr a{
    color: #000;
    font-size: 16px;
}

    .news-header{
    text-align: left;
    font-size: 30px;
    margin-top: -12px;
    color: #22297a;
    font-family: "Microsoft YaHei","Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
}
        .news-header3{
    text-align: left;
    font-size: 30px;
    margin-top: -12px;
    color: #22297a;
    font-family: "Microsoft YaHei","Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    display: none;
}

 .news_l ul {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
}
    
.pic-news{
    width: 360px;
    height: 280px;
    display: none;
}
.pic-news2{
    width: 400px;
    height: 260px;
}
.pic-news2-1{
    width: 400px;
    height: 260px;
}

.left-box3{
    width: 377px;
    height: 375px;
}
    .left-box4{
    width: 377px;
    height: 432px;
    top: -6px;
}
#news4{
    display: none;
}
.imgs{display:none ;width: 830px;height: 200px;}
#news5{display:none;}

.navbanner {
    padding-left: 0%;
    padding-top: 1px;
    height: 30px;
    background-repeat: no-repeat;
    background-position-x: 1%;
    display: none;
}

.header-inner {
    width: 100px;
    height: 34px;
    background-repeat: no-repeat;
    margin: 1px;
    background-image: url(../img/shouyetop.png);
    background-position: 1px;
}

.logo {
    width: 100%;
    background-repeat: no-repeat;
}

.logo img{
    width: 190px;
}

.logoul{
    width: 100%;
    margin: 0 auto;
    float: left;
    padding-top: 15px;
}
.logoul li img{
    width: 130px;
    padding-right: 20px;
}

.bottom-body {
    display: none;
    height: 60px;
    clear: both;
    width: 400px;
    
}

.footer {
    /* margin-top: 10px; */
    /* border-top: 7px solid #eee; */
    background-repeat: repeat-x;
    height: 123px;
    padding: 30px 0 0 0;
    clear: both;
    width: 100%;
}

.container-left {
    float: left;
    width: 250px;
    background-image: url(../img/container-left.png);
    background-repeat: no-repeat;
    min-height: 600px;
    margin-left: 5px;
    display: none;
}

.container-right2 {
    /* border-style: dashed; */
    border-width: 1px;
    /* min-height: 600px; */
    padding: 0px 10px;
    box-shadow: 2px 1px 7px 4px #eee;
    width: 400px;
    float: none;
}

.container-body {
    width: 100%;
    margin: 0px auto;
    overflow: auto;
}

  
.tzggre{
    text-align: left;
    font-size: 16px;
    margin-top: 8px;
}
.tzggre ul{
    width: 267px;
    float: left;
    margin-left: 10px;
    height: 80px;
}
.tzggre ul li{
    width: 346px;
    float: left;
    height: 40px;
}
.tzggre ul li span{
    float: right;
    margin-right: 16px;
    font-size: 13px;
}

  
.kslj{
    display: none;
    width: 150px;
    float: right;
}
.kslj ul{
   margin: 30px 0 0 0;
}
.kslj ul li{
    height: 52px;
}
.kslj ul li span{
    font-size: 20px;
    color: #66562a;
    line-height: 52px;
}
.kp{
    margin-top: 70px;
    width: 100%;
}

.bsdt{
    /* background-color: #eae6d4; */
    /* height: 120px; */
    /* width: 370px; */
    margin-top: 10px;
    float: left;
}
.bsdt img{
    margin-top: 22px;
}
.bsdt span{
    color: #000;
    font-size: 34px;
    font-weight: bold;
    padding-left: 20px;
    display: inline-block;
    position: relative;
    top: -20px;
}


.mobile {
    width: 100%;
    position: absolute;
    height: 42px;
    display: block;
    top: 0;
    right: 0;
    z-index: 99991;
}

.mobile-inner-header {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 0px;
}

.mobile-inner-header-icon {
    color: #fff;
    padding-top: 5px;
    height: 35px;
    line-height: 28px;
    text-align: left;
    float: right;
    width: 40px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
    z-index: 9999;
    background: #22297a;
}
.mobile-inner-nav {
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
    display: none;
    box-shadow: rgba(0,0,0,0.1) 0 5px 7px;
}
.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    overflow: hidden;
}

.mobile-inner-header-icon span{
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - -13px) / 3);
  width: 26px;
  height: 2px;
  background-color: rgba(255,255,255,1);
  }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon{
    color: #fff;
    height: 31px;
    text-align: left;
    float:
    right;
    width: 44px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
    } 
     
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;display: block;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(12px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}      
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }

}
    
@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
        
    }
  
    100% {
      transform: translateY(0) rotate(45deg);
    }
  }   
  
  @keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
  
    100% {
      transform: translateY(0) rotate(-45deg);
    }
  } 
  
  @keyframes clickthird {
      0% {
       opacity: 0
    }
  
    100% {
     opacity: 0
    }
  }   
  
  @keyframes outfirst {
    0% {
      transform: translateY(0) rotate(-45deg);
    }
  
    100% {
      transform: translateY(-4px) rotate(0deg);
    }
  }   
  
  
  
  @keyframes outsecond {
    0% {
      transform: translateY(0) rotate(45deg);
    }
  
    100% {
      transform: translateY(4px) rotate(0deg);
    }
  }
  @keyframes outthird {
    0% {
      transform: translateY(0) rotate(90deg);
    }
  
    100% {
      transform: translateY(12px) rotate(0deg);
    }
  }
  
  .mobile-inner-nav{background-color:#FFFFFF;width: 100%;position: absolute;top: 10px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;box-shadow: rgba(0,0,0,0.1) 0 5px 7px;}
  .mobile-inner-nav a{display: inline-block;line-height: 45px;
      text-decoration: none;  width: 100%;font-size: 1.4rem; 
       border-bottom: solid 1px #d3d3d3;
      -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
      -o-transition: all 0.5s;    transition: all 0.5s; }
  .mobile-inner-nav a:hover{color:#0e61cb;}
  .mobile-inner-nav li{position: relative;padding: 0 20px;}
  .mobile-inner-nav li a{text-indent: 15px;}
  .mobile-inner-nav li strong{color:#aaa;position: absolute;right:20px;top:0;font-size: 2.5rem;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
      -o-transition: all 0.5s;    transition: all 0.5s; }
  .mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
  @-webkit-keyframes returnToNormal {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
        }
  
        to {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
        }
      }
  
      @keyframes returnToNormal {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
        }
  
        to {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
        }
      }
  .mobile_subNav{display: none;padding-left:10px;}
  .mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(0,0,0,0.2);font-size: 1.2rem;}
  .mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #d3d3d3;border-radius: 30px;overflow: hidden;}
  .mobile_search input.notxt{width: 90%;color:#333;margin-left:55px;border:none;}
  .mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background: url(../img/serBtn.png) no-repeat center center #22297a;border:none;}
  .mobile-links{width: auto;margin:0 20px 10px;overflow: hidden;border-bottom:solid 1px #d3d3d3;padding:6px 0;}
  .mobile-links span{float:left;padding:0 15px;}
  .mobile-links span a{border:none;line-height: 25px;padding:4px 0;}
a { text-decoration: none !important;}
    