body{
  margin: 0 auto !important;
  max-width: 1920px;
 font-family:Microsoft YaHei;
}
.zhiding{
font-size:12px;
color:white;
margin-top:2px;
}
.returnTop {

    flex-direction: column;
    justify-content: center;
  width: 49px;
  height: 49px;
  background:#07819d;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 5%;
  bottom: 120px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 99;
  text-align: center;
  height: 49px;
}
.returnTop img {
  position: relative;
  top: -2px;
}
.foot4smallbox{
  width: 60px;font-family: Microsoft YaHei;
            font-weight: 400;
            font-size: 14px;
            color: #FFFFFF;
}
/* .foot4smallbox:hover{
  color: #FFC78B !important;
} */
.footbox14{
  display: flex;width: 80px;height: 25px;justify-content: space-between;align-items: center;padding: 0 10px;
}
.footbox14:hover{

  /* background-color:  #FFC78B !important;; */
  transform: translate(0, -3px);
  box-shadow: 0px 0px 10px 1PX #075E72 ;
}

/* 1200-1400 */
@media screen and (min-width:1200px) and (max-width:1400px) {
  /* 搜索下拉框 */
    /* 给外壳居中对齐和加个边框 */
    .nav1 {
      margin: 0;
      padding-left: 5px !important;
      position: relative;

    }
    /* 给父元素定位，当元素较多时候需要定位，父元素相对定位子元素才能绝对定位，可以不让下拉框跑偏！ */
    .nav1 > li {
 
      display: block;

      width: 160px;
      line-height: 32px;
      color: #07819D;
      font-size: 12px;
      font-family: Microsoft YaHei;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .nav-li1 > a{
      color: #07819D !important;
      font-size: 18px;
      line-height: 18px;
    }
  
      /* 给li标签转为块元素然后加宽高 */
  
      .nav-list1 {
        background-color: #F0F9FF;
        display: none;
        list-style: none;
        position: absolute;
        padding: 0px;
        top: 53px;
        left: 0px;
        z-index: 999; 
      }
      .nav1:hover > .nav-li1{
        background-color: white !important;
      }
  
  /* 
     .nav-list {
      background-color: #97332B;
      display: none;
      position: absolute;
      top: 25px;
     
    } */
    /* 通过display：none让下拉框隐藏 */
     .nav-li1:hover .nav-list1 {
      display: block;
    }
    /* 通过 hover和display:block让鼠标停留时候显示出来.nav-list */
     .nav-list1 > li:hover a {
      color: white !important;
     
    }
    /* 改变鼠标停留时a标签包裹的文字颜色 */
     /* .nav-list1 > li:hover {
      border-radius: 32px !important;
      background-color:#07819D;
      width: 216px;
      line-height: 32px;
      text-align: center;
      font-size: 12px;
      font-family: Microsoft YaHei;
      border-radius: 12px;;
    } */
     .nav-list1 > li{
      /* border-radius: 32px !important; */
      background-color: #F0F9FF;
      width: 160px;
      line-height: 32px;
      text-align: center;
      font-size: 12px;
      font-family: Microsoft YaHei;
      /* border-radius: 12px; */
      border: 1px #07819D solid;
      display: flex;
      justify-content: center;
      
    }
    .afoot{
      color: #07819D !important;
    }


  .headbox{
    width: 100%;height: 106px;display: flex;background-image: linear-gradient(to right, #FFF 50%, #07819D 0);
  }
  .biggerHidden{
    display: none;
  }
 
  /* 公共菜单 */
.nav {
  background-color: #07819D 100%;
  height: 50px;
  width: 501px;
  /* margin: 0 auto   ; */
}

/*横向一级菜单样式设置*/
ul {
  display: flex;
  list-style: none;
  height: 50px;
  justify-content: space-between;
  /* 末尾段对齐 */
}


 ul li:hover {
  background-color: #076277 ;
}



ul li {
  
  float: left;
  line-height: 20px;
  text-align: center;
  position: relative;

}
ul li ul li{
  text-align: left !important;

  display: flex;
  align-items: center;
}


.nav a{
  color: white !important;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

a {
  font-family: Microsoft YaHei ;
  text-decoration: none;
  color: #000000;
  display: block;
  /*将a行内元素转变成块级元素*/
  width: 100px;
  height: 20px;

}
ul li ul a{
  
        font-size: 15px !important;
        font-weight: 400 !important;
        margin-right: 10px;
        width: fit-content;
        margin-left: 30px;
        white-space: nowrap;
        /* width: 200px !important; */

        flex: 1;
        padding-bottom: 10px;
        padding-top: 10px;

}

ul li .navheight a{
   /* height: 40px;*/

}


a:hover {
   /* background-color: #9A362D; */
 /* color: #FFFFFF; */
}
ul li ul :hover{
  background-color: #07819D;

}

/*二级下拉菜单样式设置*/
ul li ul li {
 
  
  float: none;
  background-color: #076277;
  z-index: 999;
 
        border-bottom: 1px solid #ccc;
        margin-right: 5%;
        margin-left: 2%;
        width: 180px;
        margin: 0 20px;
}
ul li ul li::before{
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      border: 1px solid white;
      transform: rotate(45deg);
        position: absolute;
        left: 5%;
    }
ul li ul {
  min-width:90px;
  position: absolute;
  top: 50px;
  left: -0;
  display: none;
  /*默认状态下或鼠标离开时隐藏*/

}


/*为了兼容IE7写的CSS样式，但是必须写在a:hover前面*/
ul li ul li a:link,
ul li ul li a:visited {
  /* background-color: #9A362D;  */
 
}

/* ul li ul li a:hover {
  background-color:#a01919 ; 
 
  z-index: 999;
} */



/*鼠标滑过一级菜单的元素时显示下拉菜单*/
ul li:hover ul {

display: flex;
    flex-wrap: wrap;

         padding-bottom: 20px;
        background: #076277;
        height: auto;
        padding-left: 0;
         padding-top: 10px;
         z-index: 9;
 
}
   /* 页头 */
   .headbigbox{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: url(../image/index/foot12.png);
   }
   .headlogo{
    width: 371px;
    height: 60px;
    margin-top: 22px;
  
   
   }
   .threebox{
    display: flex;width: 379px;margin-top: 22px;justify-content: space-between;margin-left:200px ;margin-bottom: 5px;
  }
  /* 页脚 */
  .footcontain{
    width: 1200px;margin: 0 auto; display: flex;justify-content: space-between;
  }
  .footbox1{
    width: 345px;height: 210px;
  }
  .footbox1logn{
    width: 345px;height: 55px;background: url('../image/index/footlogo1x.png');
  }
  .qcodebox{
    width: 124px;height: 115px;background:url('../image/index/qcode1x.png');margin: 39px auto 0;
  }
  .footbox2{
    width: 212px;height: 210px;
  }
  .footboxtitle{
    width: 80px;
        height: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 20px;
        color: #689099;
        line-height: 28px;margin-bottom: 27px;
  }
  .footcontentbox{
    width: 230px;
        height: 153px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #689099;
        line-height: 14px;
  }
  .smalltitle{
    width: 100%;height: 14px;margin-bottom: 15px; font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #689099;
        line-height: 14px;
  }
  .smalltitle:hover{
    color:#0ad2ff;
  }
  .footbox3{
    width: 268px;height: 210px;
  }
  .footbox4{
    width: 268px;
    height: 153px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #689099;
    line-height: 14px;
  }
  .footbottom{
    width:1200px;margin: 0 auto;display: flex;justify-content: space-between;white-space: nowrap;
  }
  .fontbigbox{
    width: 100%;height: 319px;background: #F0F9FF;
  }
  .footsecbox{
    width: 100%;
  height: 54px;
  background: #E3F2FC;
  }
}

/* 大于1400 */
@media screen and (min-width: 1400px) {
    /* 搜索下拉框 */
    /* 给外壳居中对齐和加个边框 */
    .nav1 {
      margin: 0;
      padding-left: 5px !important;
      position: relative;

    }
    /* 给父元素定位，当元素较多时候需要定位，父元素相对定位子元素才能绝对定位，可以不让下拉框跑偏！ */
    .nav1 > li {
 
      display: block;

      width: 160px;
      line-height: 32px;
      color: #07819D;
      font-size: 12px;
      font-family: Microsoft YaHei;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .nav-li1 > a{
      color: #07819D !important;
      font-size: 18px;
      line-height: 18px;
    }
  
      /* 给li标签转为块元素然后加宽高 */
  
      .nav-list1 {
        background-color: #F0F9FF;
        display: none;
        list-style: none;
        position: absolute;
        padding: 0px;
        top: 53px;
        left: 0px;
        z-index: 999; 
      }
      .nav1:hover > .nav-li1{
        background-color: white !important;
      }
  
  /* 
     .nav-list {
      background-color: #97332B;
      display: none;
      position: absolute;
      top: 25px;
     
    } */
    /* 通过display：none让下拉框隐藏 */
     .nav-li1:hover .nav-list1 {
      display: block;
    }
    /* 通过 hover和display:block让鼠标停留时候显示出来.nav-list */
     .nav-list1 > li:hover a {
      color: white !important;
     
    }
    /* 改变鼠标停留时a标签包裹的文字颜色 */
     /* .nav-list1 > li:hover {
      border-radius: 32px !important;
      background-color:#07819D;
      width: 216px;
      line-height: 32px;
      text-align: center;
      font-size: 12px;
      font-family: Microsoft YaHei;
      border-radius: 12px;;
    } */
     .nav-list1 > li{
      /* border-radius: 32px !important; */
      background-color: #F0F9FF;
      width: 160px;
      line-height: 32px;
      text-align: center;
      font-size: 12px;
      font-family: Microsoft YaHei;
      /* border-radius: 12px; */
      border: 1px #07819D solid;
      display: flex;
      justify-content: center;
      
    }
    .afoot{
      color: #07819D !important;
    }
  .headbox{
    width: 100%;height: 106px;display: flex;background-image: linear-gradient(to right, #FFF 50%, #07819D 0);
  }
  .biggerHidden{
    display: none;
  }
  /* 公共菜单 */
.nav {
  background-color: #07819D 100%;
  height: 50px;
  width: 701px;
  /* margin: 0 auto   ; */
}

/*横向一级菜单样式设置*/
ul {
  display: flex;
  list-style: none;
  height: 50px;
  justify-content: space-between;
  /* 末尾段对齐 */
  

 

}

 ul li:hover {
  background-color: #076277 ;
}




ul li {
 
  float: left;
  line-height: 20px;
  text-align: center;
  position: relative;

}
ul li ul li{
  text-align: left !important;

  display: flex;
  align-items: center;
}
.nav a{
  color: white !important;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
a {

  text-decoration: none;
  color: #000000;
  display: block;
  /*将a行内元素转变成块级元素*/
  width: 110px;
  height: 20px;

}
ul li ul a{
  
        font-size: 15px !important;
        font-weight: 400 !important;
        margin-right: 10px;
        width: fit-content;
        margin-left: 30px;
        white-space: nowrap;
        /* width: 200px !important; */

        flex: 1;
        padding-bottom: 10px;
        padding-top: 10px;
}

ul li .navheight a{


}

a:hover {
   /* background-color: #9A362D; */
 /* color: #FFFFFF; */
}
ul li ul :hover{
  background-color: #07819D;
}
/*二级下拉菜单样式设置*/
ul li ul li {
 
  /* opacity:0.8; */
  float: none;
  background-color: #076277;

 
  z-index: 999;
      
        border-bottom: 1px solid #ccc;
        margin-right: 5%;
        margin-left: 2%;
     width: 180px;
        margin: 0 20px;
}
ul li ul li::before{
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      border: 1px solid white;
      transform: rotate(45deg);
        position: absolute;
        left: 5%;
    }
ul li ul {
  min-width:110px;
  position: absolute;
  top: 50px;
  left: -0;
  display: none;
  /*默认状态下或鼠标离开时隐藏*/

}


/*为了兼容IE7写的CSS样式，但是必须写在a:hover前面*/
ul li ul li a:link,
ul li ul li a:visited {
  /* background-color: #9A362D;  */
 
}

/* ul li ul li a:hover {
  background-color:#a01919 ; 
 
  z-index: 999;
} */



/*鼠标滑过一级菜单的元素时显示下拉菜单*/
ul li:hover ul {
display: flex;
    flex-wrap: wrap;


         padding-bottom: 20px;
        background: #076277;
        height: auto;
        padding-left: 0;
         padding-top: 10px;
         z-index: 9;
 
}
  /* 页头 */
  .headbigbox{
    width: 1400px;
    margin: 0 auto;
    display: flex;
   
    justify-content: space-between;
    background: url(../image/index/foot14logo.png);
  
   }
   .menubox{
    display: flex;
   }
   .headlogo{
    width: 371px;
    height: 60px;
    margin-top: 22px;
    /* z-index: 999;
    left: 300px;
    position: absolute; */
   }
  .threebox{
    display: flex;width: 379px;margin-top: 22px;justify-content: space-between;margin-bottom: 5px;margin-left: 440px;
  }
  
  /* .menubox{
    position: absolute;
    right: 230px;
    top: 40px;
  } */

  
  /* 页脚 */
  .footcontain{
    width: 1400px;margin: 0 auto; display: flex;justify-content: space-between;
  }
  .footbox1{
    width: 345px;height: 210px;
  }
  .footbox1logn{
    width: 345px;height: 55px;background: url('../image/index/footlogo1x.png');
  }
  .qcodebox{
    width: 124px;height: 115px;background:url('../image/index/qcode1x.png');margin: 39px auto 0;
  }
  .footbox2{
    width: 212px;height: 210px;
  }
  .footboxtitle{
    width: 80px;
        height: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 20px;
        color: #689099;
        line-height: 28px;margin-bottom: 27px;
  }
  .footcontentbox{
    width: 230px;
        height: 153px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #689099;
        line-height: 14px;
  }
  .smalltitle{
    width: 100%;height: 14px;margin-bottom: 15px; font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #689099;
        line-height: 14px;
  }
  .smalltitle:hover{
    color:#0ad2ff;
  }
  .footbox3{
    width: 268px;height: 210px;
  }
  .footbox4{
    width: 268px;
    height: 153px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #689099;
    line-height: 14px;
  }
  .footbottom{
    width: 1400px;margin: 0 auto;display: flex;justify-content: space-between;
  }
  .fontbigbox{
    width: 100%;height: 319px;background: #F0F9FF;
  }
  .footsecbox{
    width: 100%;
  height: 54px;
  background: #E3F2FC;
  }
}
/*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
@media screen and (max-width: 1200px) {
  .returnTop {
    right: 20px;
    bottom: 40px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.62;
  }
  .returnTop img {
    width: 17px;
    height: 9px;
    top: -2px;
  }
  .smallHidden{
    display: none;
  }
  .mobileHeadbox{
    width: 100%;height: 65px; background: url('../image/comm/mobilebackground@2x.png') no-repeat;
    background-size: 100% 100%;
  }
  .pheadlogo{
    width: 59%;
    height: 100%;
    background: url('../image/comm/pfootlogo@2x.png') no-repeat;
    background-size: 100% 100%;
    margin-left:12px; 

  }
  .smallheadimg1{
    width: 20px;
    height: 22px;
    background: url('../image/comm/smallheadimg1@2x.png') no-repeat;
    background-size: 100% 100%;
  }
  .caidan-btn{
    width: 23px;
    height: 21px;
    background-size: 100% 100%;
  }
  .smallheadimg2{
    width: 23px;
    height: 21px;
    background: url('../image/comm/menuphone@2x.png') no-repeat;
    background-size: 100% 100%;
  }
  /* 移动端页脚 */
  .footbox{
    display: flex;
    margin: 23px 66px 21px 26px;
    height: 32px;
    justify-content: center;
    align-items: center;
  }
  /* 下拉框 */
   .a {
    text-decoration: none;
  } /* 去除超链接下划线 */
  .ul {
    list-style: none;
  }
  /* 去除默认排列方式符号 */
  .header1 {
    width: 216px;
    height: 32px;
    border: 5px solid black;
    margin: 0 auto;
  }
  /* 给外壳居中对齐和加个边框 */
   .nav1 {
    padding-left: 5px !important;
    position: relative;
  }
  /* 给父元素定位，当元素较多时候需要定位，父元素相对定位子元素才能绝对定位，可以不让下拉框跑偏！ */
  .nav1 > li {
    border-radius: 32px;;
    display: block;
    background-color: #F0F9FF;
    width: 216px;
    line-height: 32px;
    text-align: center;
    color: #07819D;
    font-size: 12px;
    font-family: Microsoft YaHei;
    border: 1px #07819D solid;
  }
  .nav-li1 > a{
    color: #07819D !important;
 margin-right: 20px;

  }

    /* 给li标签转为块元素然后加宽高 */

    .nav-list1 {
     
      background-color: rgb(240, 249, 255);
      display: none;
      list-style: none;
      position: absolute;
      padding: 0px;
      top: 33px;
      z-index: 999; 
      box-shadow: -0.314px 2.984px 18px 0px rgba(100, 143, 153, 0.63);
      border-radius: 23px;
    }

/* 
   .nav-list {
    background-color: #97332B;
    display: none;
    position: absolute;
    top: 25px;
   
  } */
  /* 通过display：none让下拉框隐藏 */
   .nav-li1:hover .nav-list1 {
    display: block;
  }
  /* 通过 hover和display:block让鼠标停留时候显示出来.nav-list */
           
  /* 改变鼠标停留时a标签包裹的文字颜色 */
   /* .nav-list1 > li:hover {
    border-radius: 32px !important;
    background-color:#07819D;
    width: 216px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    border-radius: 12px;;
  } */

   .nav-list1 > li{
    border-radius: 23px;
    background-color: rgb(240, 249, 255);
    width: 216px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
   
    
  }
  .afoot{
    color: #07819D !important;
  }
  li >a{
    color: white !important;
  }
  /* 改变鼠标停留时li标签的背景颜色 */

  .qrArea {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }

  .footer-main-qrcode>img {
    height: calc(172px / 2);
    width: calc(172px / 2);
    margin-top: calc(40px / 2);
  }

  .returnTop {
    right: 20px;
    bottom: 40px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .returnTop img {
    width: calc(15px);
    height: calc(8px);
    top: -2px;
  }

  .footer-main {
    padding-top: 20px;
    padding-bottom: 0px;
    height: calc(603px / 2);
    background: url('../image/comm/phonefootbg1x.png');
    align-items: flex-start;
  }

  .friendLink span {
    margin-left: 0;
  }

  .friendLink {
    height: calc(80px / 2);
    width: 100px !important;
    left: 40px;
    top: -20px;
    text-align: center;
    font-size: 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .footer-main-nav>a {
    font-size: 12px;
    padding: 0;
    margin: 2.5px 10px;
  }

  .footer-main-qrcode>div>img {
    height: calc(7px / 2);
    width: calc(13px / 2);
  }

  .qrText {}

  .QRcodeBG {
    height: 20px !important;
  }

  .qrArea {
    top: 0 !important;
  }

  .footer-main-logo>img {
    width: 90%;
  }

  .mid {
    margin-top: 30px;
    margin-left: 0;
    line-height: 25px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fefefe;
    text-align: center;
  }

  .foot {
    flex-direction: column;
  }

  .footer-main-nav {
    width: 90%;
    text-align: left;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .footer-main-nav>div {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
  }

  .footer-main-nav>div:nth-child(1) {
    width: 100%;
    text-align: left;
  }
  /* 移动菜单 */
  .head-main-nav {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10000;
  }

  .navItem {
    cursor: pointer;


   
  }
  .navItem-title {
     border-bottom: 1px solid rgb(86, 166, 175);
    display: flex;
    justify-content: space-between;
    background-color: #07819D !important;
 padding-right: 10px;

  }
  .caidanOpen {
    display: block;
  }

  .caidanClos {
    display: none;
  }
  /* 修改地方 */

  .head-main-nav .navTitle {
    display: flex;
    /* border-bottom: 1px solid #FFFFFF; */
    background: #07819D;
    height: 55px;
    align-items: center;
    padding-left: calc(25px / 2);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fefefe;
  }
  .navItem-lower-add {
    display: block;
    height: 12px;
    width: 12px;
}

.navItem-lower-subtract {
    display: none;
    height: 12px;
    width: 12px;
}
  .head-main-nav .title {
    display: flex;
    height: 55px;
    align-items: center;
    padding-left: calc(25px / 2);
    font-size: 17px;
    color: #fefefe;
}
}
  