@charset "utf-8";
/* 头部和尾部样式  */
*{margin:0; padding:0; list-style:none;box-sizing: border-box; }
img{ border:0;  }
a{ text-decoration:none; color:#333;  }
    
body {
    font-family:"Microsoft Yahei";
    color:#000;
    margin: 0;
    padding: 0;
    background:#fff; 
}
.container {
  /* display: flex;  */
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
}

/* 头部 */
.header_box{
    width:1200px;
    background:white;
    height:141px;
    margin:0 auto;
    position: relative;
}
.header_box .head_img{
  margin-top: 34px;
  vertical-align: middle;
  display: inline;
}

/* 修改开始 */
.header_box .head_img{
  margin-top: 34px;
  vertical-align: middle;
  display: inline;
  float: left;
}
.header_lan{
    float: left;
    margin-top: 22px;
    padding-left: 120px;
}
.header_lan ul li {
  float: left;
}
.header_lan img {
  cursor: pointer;
}
.header_lan ul li a {
  display: block;
}
/* 修改结束 */

/* 导航 */
.nav_big_box{
  width: 100%;
  background-color: rgba(30, 76, 161, 0.57);
  background:#1e4ca1 \9;
   background:#1e4ca196 \9;
  margin-top:0px;
  height: 60px;
  position: relative;
  z-index:99;
}
.nav_box{
    width:1200px;
    margin:auto; 

    /* position:relative; */
    /* z-index:99; */
    /* margin-top:-60px; */
}
.header-index{
    width: 109px;
    height: 60px;
    float:left;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 4px solid transparent;
}
.header-index-c{
    width: 100%;
    text-align:center;
    height: 25px;
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    margin-top:6px;
    color: #FFFFFF;
    line-height: 25px;
}
.header-ide-tit{
    width: 100%;
    text-align:center;
    height: 20px;
    
    color: #FFFFFF;
    line-height: 20px;
}
.header-index:hover, .header-index.active{
    color: #1e4ca1!important;
    /* background: rgba(255, 255, 255, 0.7); */
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 4px solid #1e4ca1;
}
.header-index:hover div, .header-index.active div{
    color: #1e4ca1!important;
}
/*搜索框7*/
.bar7 {
  width: 200px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  height: 30px;
}
  
.bar7 input {
  height: 30px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 15px;
  padding: 4px 35px 4px 15px;
  border: 0;
  color: #888;
  
}
.bar7 input:focus{   
  outline: none;
  border: none;
}
.bar7 img {
  position: absolute;
  top: 3px;
  right: 6px;
  cursor: pointer;
}
/* 友情链接 */
.lj{
    width: 100%;
    height: 65px;
    background: #1e4ca1;
    line-height: 65px;
    margin-top: 50px;
 }
  .lj p{
      width: 1200px;
      margin: 0 auto;
      font-size: 18px;
      color: #fff;
      text-align: center;
      line-height: 64px;
  }
  .lj p span{
      padding: 0 18px;
      position: relative;
  }
  .lj p span a{
      color: #fff;
      font-size: 14px;
    }
     .lj p span::after{
        content: "|";
        position: absolute;
        right: 0;
        top: 0;
        line-height: 24px;
     }
     .lj p span:last-child:after{
        content: "";
      }
    .lj p span:first-child:after{
        content: "";
      }

  
  .footer{
    width: 100%;
    padding: 40px 0 30px;
    background: #DDDDDD;
  }
  .footer .foot{
      width: 1200px;
      height: 100px;
      margin: 0 auto;
  }
  .footer .foot img{
      float: left;
   	  margin-left: 10px;
      width: 100px;
  }
  .foot .foot_des{
    float: left;
    padding-left: 30px;
    line-height: 30px;
    margin-top: 18px;
    margin-right: 120px;
  }
  
  .foot_des p{
    /*padding: 0;
    margin: 0;
    line-height: 30px;*/
  }
  .foot_des p span{
    /*padding-left: 66px;*/
  }
 /* 修改 */
    .foot_ewm{
        float:right;
        
    }
    .foot .foot_ewm p{
        width: 80px;
        float: left;
        margin-left: 20px;
    }
    .foot .foot_ewm img{
        width: 80px;
        height: 80px;
        margin-top: 6px;
    }

  .home_bottom, .header_box_m, .home_headerbox{
    display: none
  }

   /* 移动端样式 */
   @media screen and (max-width: 768px) {

    /* 头部 */
    .header_box, .lj, .footer, .nav_box{
      display: none;
    }
    .header_box_m, .home_bottom, .home_headerbox{
      display: block;
    }
    /* 头部 */
    .home_headerbox{
      position: fixed;
      min-width: 100%;
      left: 0%;
      top: 0;
      right: 0%;
      z-index: 99;
      transition: all 0.7s ease-out 0s;
      opacity: 1;

    }
    .home_nav{
      width: 100%;
      /* height: 10rem; */
      padding:0.36rem;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      transition: all 0.7s ease-out 0s;
    }
    .hn_logo{
      font-size: 0;
    }
    .hn_logo img {
      width: 2.9rem;
      height: auto;
    }
    .hn_main {
      text-align: right;
      overflow: hidden;
      font-size: 0;
    }
    .hn_main .hn_menu {
      display: block;
      width: 0.4rem;
      float: right;
    }
    .hn_main .hn_menu img{
      width: 100%;
    }
    .showbgcolor{
      background: rgba(30, 76, 161, 1) !important;
    }
     
     .nav_big_box {
        display: none;
     }

    /* 底部 */
    .home_bottom{
      width: 100%;
      height: auto;
      box-sizing: border-box;
      margin: 1rem auto 0px;
      padding: 0px 0.36rem;
      background-color: #DDDDDD;
    }
    .home_bottom .home_bot_box{
      width: 100%;
      height: auto;
      box-sizing: border-box;
      margin: 0 auto;
      overflow: hidden;
    }

    .home_bottom .home_bot_linktitle {
      width: 100%;
      overflow: hidden;
      font-size: 0.36rem;
      padding-bottom: 0.36rem;
      padding-top: 0.52rem;
      border-bottom: 2px solid #c9c9c9;
      color: #222;
   }
   .home_bot_linkbox {
    box-sizing: content-box;
    padding-bottom: 0rem;
    padding-top: 0rem;
    overflow: hidden;
  }
  .home_bot_linkbox li {
    width: 50%;
    float: left;
    line-height: 0.36rem;
}
  .home_bot_linkbox li a {
    color: #555;
    font-size: 0.28rem;
  }

  .home_bot_banquanbox {
    margin-top: 0.2rem;
    float: left;
    margin-bottom: 0.4rem;
  }
  .home_bot_banquanbox li {
    font-size: 0.28rem;
    color: #555;
    line-height: 0.6rem;
    padding: 0px;
    margin-top: 0px;
  }
  .home_bot_gongzhong_img {
    width: 100%;
    height: 100%;
    float: right;
    margin-top: 0.2rem;
  }
  .home_bot_gongzhong_img img{
    width: 47%;
    /*height: 100%;*/
  }
  .m_home_bot_banquanotherbox {

    padding: 0.36rem 0;
    clear: both;
    border-top: 2px solid #c9c9c9;
  }
  .m_home_bot_banquanother li {
    font-size: 0.24rem;
    color: #888;
    line-height: 0.36rem;
    text-align: center;
  }

    
  }

  /* 弹出层 开始*/
.nav_modal_box{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background:rgba(30,76,161,0.78);
  z-index: 100000000;
  padding: 0.36rem;
  overflow-y: scroll;
}
.nav_modal_box .n_m_h{
  clear: both;
  font-size: 0;
}
.nav_modal_box .n_m_h01{
  width: 2.64rem;
}
.nav_modal_box .n_m_h02{
  float: right;
  width: 0.4rem;
}
.nav_modal_box .n_m_nav{
  margin: 0.7rem 0 0;
}
.n_m_nav ul li{
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.88rem;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 0.1rem 0;
}

.n_m_nav ul li a{
  display: inline-block;
  color: #fff;
  width: 100%;
}
.n_m_nav ul li a:active{
  background: rgba(255,255,255,0.88);
  border-radius: 12px;
  color: #1e4ca1;
}

/* 弹出层 结束*/