*{
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;
}
ul,li{
  list-style: none;
}
a{
  text-decoration: none;
}
img{
  border: none;
  /*width: 100%;*/
}
a{
  text-decoration: none;
}
p{
  font-size: 20px;

}
h1,h2,h3,h4,h5,h6{
  font-size: 20px;
}
body{
  background-color: #FFFFFF;
}
.clear{
  clear: both;
}
/*响应式*/
/*pc*/
.top{
  width:100%;
  position: fixed;
  top:0;
  left:0;
  z-index: 10000;
  background-color: #FFF;
  box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}

.conbox{
  margin-top: 70px;
}
.topnav{
  /* width: 1170px; */
  width: 96%;
  height: 70px;
  margin: 0 auto;
  background-color: #FFF;
}
.comicon{
  float: left;
  height: 70px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}
.comicon img{
  height: 56px;
}
.kbtn{
    display: none;
}
.gbtn{
    display: none;
}
.navlist{
  float: right;
  height: 70px;
}
.navlist li{
  float: left;
  width: 94px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  /*margin-left: 20px;*/
  box-sizing: border-box;
  position: relative;
}
.navlist li::after{
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: -0.5px;
  left: 0;
  background-color: #2b6451;
  transition: all 0.3s;
}
.navlist li:hover::after{
  height: 2px;
}
.navlist li .sub_nav_box{
  opacity: 0;
  z-index: 20;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 70px);
  display: none;
  transition: all 0.77s;
}
.navlist li .sub_nav_box_show{
  opacity: 1;
}
.navlist li .sub_nav_box .sub_nav_bg {
  background-color: white;
  width: calc(100% - 60px);
  padding: 0 30px;
  border-top: 1px solid #e6e6e6;
  padding-bottom: 28px;
  display: flex;
}
.navlist li .sub_nav_box .sub_nav_bg .back_nav {
  display: none;
}
.navlist li .sub_nav_box .sub_nav_bg dl {
  float: left;
  width: 220px;
  margin: 0 15px;
  flex: 1;
}
.navlist li .sub_nav_box .sub_nav_bg dl dt{
  color: #333;
  font-size: 1.35em;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
  line-height: 62px;
  font-weight: bold;
}
.navlist li .sub_nav_box .sub_nav_bg dl dd{
  font-size: 0.9em;
  line-height: 66px;
  text-align: left;
  
}
.navlist li .sub_nav_box .sub_nav_bg dl dd a {
  color: #5C5C5C;
}
.navlist li .sub_nav_box .sub_nav_bg dl dd a:hover {
  text-decoration: underline;
  color: #333;
}
.navlist li .mask {
  background-image: url(../../Home/images/mask.png);
  background-repeat: repeat;
  width: 100%;
}

.navlist li a{
    display: block;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}
/*.navlist li:hover{
    background-color: #3a6cb5;
}
.navlist li:hover a{
    color: #FFFFFF;
}*/
.navlist .onli{
    /* background-color: #3a6cb5; */
    background-color: #2b6451;
}
.navlist .onli a{
    color: #ffffff;
    display: block;
}
.navlist .onli a .img1 {
  
}
.english{
  float:left;
  height:70px;
  line-height:70px;
  color: #7C7C7C;
  margin-left:20px;
  font-size: 16px;
}
.english img{
  vertical-align:middle;
  margin:0 5px 3px 0;
  width: 28px;
  height: 29px;
}
/*.english a:hover{
    color:#02A8FE;
}*/
.dhzx{
  display: none;
  float:left;
  height:70px;
  line-height:70px;
  margin-left:50px;
  /* color:#3a6bb5; */
  color:#4d9bd5;
  font-size:15px;
}
.dhzx img{
  vertical-align:middle;
  margin:0 10px 3px 0;
}
/*footer*/
.contact{
    /* height: 280px; */
    background-color: #4B5053;
    padding: 45px 0;
    color: #FFFFFF;
}
.contact .ctbox{
    width: 1000px;
    margin: 0 auto;
}
.contact .ctbox .ctleft{
    float: left;
}
.contact .ctbox .ctleft1{
    margin-right: 20px;
}
.contact .ctbox .ctleft h4{
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    /* width: 80px; */
    padding-bottom: 10px;
    border-bottom: 1px solid #63686B;
    text-align: left;
}
.contact .ctbox h3{
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    width: 130px;
    padding-bottom: 10px;
    text-align: left;
}
/*.contact .ctbox .ctleft .xian{*/
    /*width: 130px;*/
    /*height: 1px;*/
    /*background-color: #294FBD;*/
/*}*/
.contact .ctbox .ctleft .box{
    padding: 10px 0 ;
    font-size: 12px;

}
.contact .ctbox .ctleft .box img{
    width: 15px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.banquan{
    padding: 10px 0;
    font-size: 12px;
    color: #FFFFFF;
}
.banquan a{
    color: #FFFFFF;
    display: inline-block;
}
/*.contact .ctbox .ctleft .banquan span{*/
/*color: #ACC2FF;*/
/*}*/
.contact .ctbox .ctright{
    float: right;
    width: 185px;
    margin-top: 0px;
    padding-left: 1px;
}

.contact .ctbox .ctright ul{
    border-left: 1px solid #63686B;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact .ctbox .ctright ul li{
    height: 35px;
    /* border: 1px solid #6C7275; */
    border-radius: 3px;
    line-height: 35px;
    width: 140px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.contact .ctbox .ctright ul li .lihover{
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -100px;
    left: 10px;
}
.contact .ctbox .ctright ul li.img {
  width: 100%;
  height: 120px;
}
.contact .ctbox .ctright ul li.img .logo_img {
  width: 120px;
  height: 120px;
}
.contact .ctbox .ctright ul .xwx:hover .lihover{
    display: block;
}
.contact .ctbox .ctright ul li .icon {
    height: 20px;
    position: relative;
    top: 4px;
    left: -5px;
}
.contact .ctbox .ctright ul li a {
    color: #FFFFFF;
    font-size: 14px;
    display: block;

}

.fixbox{
    position: fixed;
    bottom: 50px;
    right: 0px;

}
.fixbox a{
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: 1px;

    position: relative;
}
.fixbox a .imgbox{
    position: relative;
    z-index: 11;
    width: 60px;
    height: 60px;
    z-index: 111;
    background-color:#2b6451;
}
.fixbox a .imgbox p{
    font-size: 10px;
    position: relative;
    top: 10px;
    color: #FFFFFF;
}
.fixbox a img{
    position: relative;
    top: 10px;
    width: 25px;
}
.fixbox a span{
    /*display: none;*/
    display: inline-block;
    position: absolute;
    top: 0;
    left: 60px;
    width: 120px;
    text-align: center;
    color: #FFFFFF;
    line-height: 60px;
    /* background-color: #3a6cb5; */
    background-color: #2b6451;
    font-size: 12px;
    z-index: 10;
}
.fixbox a:hover .imgbox{
    /* background-color: #3a6cb5; */
    background-color: #2b6451;
}
.fixbox a:hover img{
    /*display: none;*/
}
.fixbox a:hover span{
    transition: left .5s linear;
    left: -120px;
}
.fixbox .backtop{
    display: none;

    cursor: pointer;
}
.fixbox .backtop span{
    /*font-size: 14px;*/
    /*line-height: 20px;*/
}
.qqzx1{
  display: none !important;
}


/*响应式开始*/
/*pad*/
@media screen and (max-width: 1024px){
  .topnav{
    width: 95%;
    /*height: 60px;*/
    /*vertical-align: middle;*/
    padding: 0 2.5%;
  }
  .conbox{
    width: 100%;
  }
  .comicon{
      float: left;
      /*height: 60px;*/
      font-size: 20px;
  }
  .comicon img{
      position: relative;
      top: 0px;
  }

  .navlist{
      width: auto;
      /*height: 60px;*/
      margin-top: 0px;
  }
  .navlist li{
      float: left;
      width: 10%;
      min-width: 60px;
      /*height: 60px;*/
      text-align: center;
      /*line-height: 60px;*/
      margin-left: 0;
      box-sizing: border-box;
  }
  .navlist li a{
      display: block;
      color: #7C7C7C;
      font-size: 12px;
      font-weight: 500;
  }
  .english{
      float:left;
      /*height:60px;*/
      /*line-height:60px;*/
      color: #7C7C7C;
      margin-left:10px;
      font-size:12px;
  }
  .dhzx{
    /*height:60px;*/
    /*line-height:60px;*/
    margin-left:10px;
    font-size:12px;
  }

  .navlist {
    float: right;
    width: auto;
    /*height: 60px;*/
    margin-top: 0px;
  }
  .dhzx{
    position: relative;
    width: 26%;
    line-height: 14px;
    top: 4px;
  }
  .dhzx img{
    position: absolute;
    top: 20px;
    left: 38px;
    vertical-align: middle;
    /*margin: 0 10px 3px 0;*/
  }
  .dhzx a{
    float: right;
    line-height: 22px;
    padding-top: 6px;
  }
  .dhzx span{
    display: none;
  }
  /*footer*/
  .contact{
    height: auto;
    background-color: #4B5053;
    padding: 10px 2%;
    color: #FFFFFF;
  }
  .contact .ctbox{
      width: 100%;
      margin: 0 auto;
  }
  .contact .ctbox .ctleft{
      float: none;
      width: 100%;
  }
  .contact .ctbox .ctleft h3{
      font-size: 20px;
      font-weight: 400;
      margin-top: 20px;
      width: 130px;
      padding-bottom: 10px;
      border-bottom: 1px solid #63686B;
      text-align: left;
  }
  /*.contact .ctbox .ctleft .xian{*/
  /*width: 130px;*/
  /*height: 1px;*/
  /*background-color: #294FBD;*/
  /*}*/
  .contact .ctbox .ctleft .box{
      padding: 10px 0 ;
      font-size: 12px;
      text-align: left;
  }
  .contact .ctbox .ctleft .box img{
      width: 15px;
      position: relative;
      top: 1px;
      margin-right: 5px;
  }

  .contact .ctbox .ctleft .box span{
      line-height: 20px;
  }
  .contact .ctbox .ctright{
      float: none;
      height: auto;
      width: 100%;
      margin-top: 0px;
      padding-left: 0px;
      /*border-left: 1px solid #294FBD;*/
  }
  .contact .ctbox .ctright ul{
      height: auto;
      border-left: none;
      padding-left: 0px;
      padding-top: 10px;
  }
  .contact .ctbox .ctright ul li{
      height: 35px;
      float: left;
      /* border: 1px solid #6C7275; */
      border-radius: 3px;
      line-height: 35px;
      width: 100%;
      margin-right: 0;
      text-align: center;
      margin-bottom: 10px;
  }
  .contact .ctbox .ctright ul li:nth-child(3){
      margin-right: 0;
  }
  .contact .ctbox .ctright ul li img{
      height: 20px;
      position: relative;
      top: 4px;
      left: -5px;
  }
  .contact .ctbox .ctright ul li a {
      color: #FFFFFF;
      font-size: 14px;
      display: block;
  }
  .banquan{
      padding: 10px 0 15px;
      font-size: 12px;
      color: #FFFFFF;
      line-height: 20px;
  }
  .qqzx1{
    display: inline-block !important;
  }
  .qqzx{
    display: none !important;
  }
}
/*pad*/
@media screen and (max-width: 980px){
  .dhzx{
    display: none;
  }
}
/*手机*/
@media screen and (max-width: 640px){
  .topnav{
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    
    height: 60px;
    margin: 0;
    /* vertical-align: middle; */
    background:#fff;
    z-index:999;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  }

  .conbox{
    margin-top: 60px;
  }
  .kbtn{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  /*.conbox{
      position: absolute;
      left: 0;
      top: 60px;
      bottom: 0;
      width: 100%;
      overflow-y: auto;
      margin-top: 0px;
  }*/
  .comicon{
    float: none;
    height: 100%;
    box-sizing: border-box;
    font-size: 20px;
    padding: 8px 15px;
  }
  .comicon img{
    position: relative;
    top: 0;
    height: 100%;
  }
  .comicon img{
      margin-top: 0px;
  }
  .navlist{
    /* display: none; */
    position: fixed;
    left: 100%;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 90%;
    height: auto;
    margin-top: 0px;
    padding: 6px 5% 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 11;
    transition: all 0.3s;
  }
  .gbtn{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .navlist li{
      float: none;
      width: 100%;
      height: 60px;
      text-align: center;
      padding-top: 0;
      line-height: 60px;
      margin-left: 0;
      box-sizing: border-box;
      border-bottom: 1px solid #E0E0E0;
  }
  .navlist li a{
      display: block;
      font-size: 16px;
      font-weight: 500;
  }
  .navlist li .sub_nav_box {
    z-index: 1;
    opacity: 1;
    top: 60px;
    overflow-y: auto;
    height: calc(100vh - 60px - 54px);
    display: block;
    left: 100vw;
    transition:all 0.3s;
    background-image: unset;
  }
  .navlist li .sub_nav_box .sub_nav_bg {
    display: block;
    
  }
  .navlist li .sub_nav_box .sub_nav_bg .back_nav {
    display: block;
  }
  .navlist li .sub_nav_box .sub_nav_bg .back_nav dd {
    display: flex;
    font-size: 16px;
    align-items: center;
  }
  .navlist li .sub_nav_box .sub_nav_bg .back_nav dd .icon {
    width: 8px;
    display: inline-block;
    margin-right: 12px;
  }
  .navlist li .sub_nav_box .sub_nav_bg dl {
    flex: unset;
    width: calc(100% - 30px);
  }
  .navlist li .sub_nav_box .sub_nav_bg dl dt {
    width: 100%;
  }
  .navlist li .sub_nav_box .sub_nav_bg dl dd {
    width: 100%;
  }
  .navlist li::after {
    display: none;
  }
  .english{
      float:none;
      width:100%;
      margin-left:0;
      border-bottom: 1px solid #E0E0E0;
  }
  .dhzx{
      display: block;
      float:none;
      width:100%;
      margin-left:0;
      border-bottom: 1px solid #E0E0E0;
  }
  /* 手机端浮动窗口 */
  .fixbox{
    position: fixed;
    bottom: 6px;
    left: 50%;
    margin-left: -46%;
    width: 92%;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-flex-direction: row;
    flex-flow:row;
    background-color:#2b6451;
    border-radius: 21px;
  }
  .fixbox a{
    display: block;
    /* width: 60px; */
    height: 42px;
    text-align: center;
    /* margin-top: 1px; */
    position: relative;
    /* float: left; */
    -webkit-flex:1;
    -webkit-box-flex:1;
    flex:1;
    
  }
  /* .fixbox::before{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
  } */
  .fixbox a .imgbox{
    position: relative;
    z-index: 11;
    width: 100%;
    height: 42px;
    z-index: 111;
    background-color:unset;
    text-align: center;
    border-radius: 21px;
  }
  .fixbox a .imgbox img{
    width: 25px;
    top: 8.5px;
    top: 7px;
  }
  .fixbox a .imgbox p{
    display: none;
  }
  .fixbox a:nth-child(3):hover span{
    display: block;
    position: absolute;
    left: -25px;
    z-index: 1000;
    background-color: rgba(0,0,0,.5);
    line-height: 30px;
    top: -44px;
    border-radius: 21px;
  }
  .fixbox a:nth-child(2):hover span{
    display: block;
    position: absolute;
    left: -25px;
    z-index: 1000;
    background-color: rgba(0,0,0,.5);
    line-height: 30px;
    top: -44px;
    border-radius: 21px;
  }
  .fixbox a span{
    display: none;
  }
  .fixbox a:hover .imgbox{
      /* background-color: #3a6cb5; */
      background-color: #4d9bd5;
  }
  .fixbox a:hover img{
      /*display: none;*/
  }
  .fixbox a:hover span{
      transition: left .5s linear;
      left: -120px;
  }
  .fixbox .backtop{
      display: none;
  
      cursor: pointer;
  }
  .fixbox .backtop span{
      /*font-size: 14px;*/
      /*line-height: 20px;*/
  }
  .qqzx1{
    display: none !important;
  }
  /* 修改footer padding */
  .contact{
    padding-bottom: 60px;
  }
  
}
