body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button,
input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.clear {
  clear: both;
}
body, html{
  font-size: 16px;
}
header{
  width: 100%;
  height: 80px;
  min-width: 1400px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
header .header-box{
  width: 1400px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-box .left{
  display: flex;
  align-items: center;
}
header .header-box .left .menu{
  display: none;
}
header .header-box .left .logo{
  display: block;
  margin-right: 70px;
}
header .header-box .left .logo img{
  display: block;
  /* width: 164px; */
  height: 60px;
  margin-top: 10px;
}
header .header-box .left .menu-list{
  display: flex;
  align-items: center;
}
header .header-box .left .menu-list .item{
  height: 80px;
  line-height: 80px;
  position: relative;
}

header .header-box .left .menu-list .hasNext{
  padding: 0 26px;
  cursor: pointer;
  font-size: 18px;
  color: #5D5D5D;
}

header .header-box .left .menu-list .hasNext:hover .next-item{
  display: block;
}

header .header-box .left .menu-list .item .next-item{
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 200px;
  font-size: 16px;
  background: #ffffff;
}
header .header-box .left .menu-list .item a{
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 26px;
  font-size: 20px;
  font-family: '苹方';
  font-weight: 500;
  color: #5D5D5D;
  transition: all 0.3s;
}
header .header-box .left .menu-list .item a:hover{
  background: #06509A;
  color: #ffffff;
}
header .header-box .right{
  display: flex;
  align-items: center;
}
header .header-box .right .search-box{
  display: flex;
  align-items: center;
  width: 241px;
  height: 34px;
  padding: 0 15px;
  background: #F2F2F2;
  border-radius: 17px;
  margin-right: 15px;
}
header .header-box .right .search-box input{
  flex: 1;
  display: block;
  outline: none;
  border: none;
  background: none;
}
header .header-box .right .search-box input::placeholder{
  color: #8C8C8C;
}
header .header-box .right .search-box .btn{
  display: block;
  width: 18px;
  margin-left: 10px;
  cursor: pointer;
}
header .header-box .right .btns{
  display: flex;
}
header .header-box .right .btns .item{
  position: relative;
  margin-left: 12px;
}
header .header-box .right .btns .item .icon-box{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #B6B6B6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
header .header-box .right .btns .item .icon-box:hover{
  background: #06509A;
}
header .header-box .right .btns .item .icon-box img{
  display: block;
  margin: 0 auto;
  width: 22px;
}
header .header-box .right .btns .item .fixbox{
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  display: none;
}
header .header-box .right .btns .item .fixbox::after{
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
header .header-box .right .btns .item .fixbox img{
  display: block;
  width: 100%;
}
header .header-box .right .btns .item .fixbox.phone img{
  display: block;
  width: 25px;
  margin-right: 10px;
}
header .header-box .right .btns .item .fixbox.phone p{
  flex: 1;
  color: #06509A;
  font-size: 14px;
}
header .header-box .right .btns .item .icon-box:hover{
  background: #06509A;
}
header .header-box .right .btns .item .icon-box:hover + .fixbox{
  display: block;
}
header .header-box .right .btns .item .icon-box:hover + .fixbox.phone{
  display: flex;
  align-items: center;
}
footer{}
footer .footer-box{
  background: #3C3C3C;
}
footer .footer-box .box{
  padding-top: 50px;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .footer-box .box .left {
  width: 392px;
}
footer .footer-box .box .left .logo{
  display: block;
  width: 150px;
  margin-bottom: 10px;
}
footer .footer-box .box .left p{
  font-size: 18px;
  font-weight: 500;
  color: #F5F5F5;
  line-height: 37px;
}
footer .footer-box .box .list{
  display: flex;
  padding-bottom: 20px;
}
footer .footer-box .box .list .item{
  margin-left: 85px;
  padding-top: 10px;
}
footer .footer-box .box .list .item .title{
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #F5F5F5;
}
footer .footer-box .box .list .item a{
  display: block;
  font-size: 16px;
  color: #F5F5F5;
  line-height: 30px;
}
footer .footer-box .box .list .item.qr-item{
  margin-left: 140px;
}
footer .footer-box .box .list .item.qr-item .qr-code{
  display: block;
  width: 160px;
}
footer .copyright{
  height: 48px;
  line-height: 48px;
  background: #212121;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
footer .copyright a{
  font-size: 14px;
  color: #FFFFFF;
}
footer .copyright a:hover{
  color: #ccc;
}

.page-box{
  background: #ffffff;
}
.page-box>.box{
  width: 1400px;
  margin: 0 auto;
} 
.page-title{
  font-size: 40px;
  font-weight: 500;
  color: #3E3E3E;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.page-title::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 39px;
  height: 2px;
  background: #04468C;
}
.page-list{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.page-list .list-btn{
  background: #EDF0F3;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  padding: 0 14px;
  color: #5C5C5C;
  margin-right: 10px;
}
.page-list .list-btn.active{
  background: #06509A;
  color: #ffffff;
}
.page-list .list-btn:hover{
  background: #06509A;
  color: #ffffff;
}

@media screen and (max-width: 768px){
  body{
    padding-top: 1rem;
  }
  header{
    width: 7.5rem;
    height: 1rem;
    min-width: unset;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  header .header-box{
    width: 100%;
    height: 1rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
  }
  header .header-box .left{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header-box .left .menu{
    display: block;
  }
  header .header-box .left .menu img{
    display: block;
    width: 0.6rem;
  }
  header .header-box .left .logo{
    display: block;
    margin-right: 0;
  }
  header .header-box .left .logo img{
    display: block;
    width: 2.6rem;
  }
  header .header-box .left .menu-list{
    display: block;
    align-items: unset;
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 7.5rem;
    height: calc(100vh - 1rem);
    background: rgba(0, 0, 0, 0.9);
    /* opacity: 0; */
    display: none;
  }
  header .header-box .left .menu-list.show{
    display: block;
  }
  header .header-box .left .menu-list .item{
    height: 1rem;
    line-height: 1rem;
  }
  header .header-box .left .menu-list .item a{
    display: block;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.3rem;
    font-size: 0.32rem;
    font-family: '苹方';
    text-align: center;
    color: #ffffff;
  }
  header .header-box .left .menu-list .item a:hover{
    background: #06509A;
    color: #ffffff;
  }
  header .header-box .right{
    display: none;
  }
  footer{}
  footer .footer-box{
    background: #3C3C3C;
  }
  footer .footer-box .box{
    width: 100%;
    margin: 0 auto;
    padding: 0.4rem 0.3rem;
    display: block;
    justify-content: unset;
    box-sizing: border-box;
  }
  footer .footer-box .box .left {
    width: 100%;
  }
  footer .footer-box .box .left .logo{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  footer .footer-box .box .left .txt{
    flex: 1;
  }
  footer .footer-box .box .left p{
    font-size: 0.28rem;
    font-weight: 500;
    color: #F5F5F5;
    line-height: 0.6rem;
    text-align: center;
  }
  footer .footer-box .box .list{
    display: flex;
    padding-bottom: 0;
  }
  footer .footer-box .box .list .item{
    margin-left: 0;
    padding-top: 0;
    display: none;
  }
  footer .footer-box .box .list .item .title{
    display: none;
  }
  footer .footer-box .box .list .item a{
    display: block;
    font-size: 16px;
    color: #F5F5F5;
    line-height: 30px;
  }
  footer .footer-box .box .list .item.qr-item{
    margin-left: 0px;
    display: block;
    width: 100%;
    padding-top: 0.4rem;
  }
  footer .footer-box .box .list .item.qr-item .qr-code{
    display: block;
    width: 2rem;
    margin: 0 auto;
  }
  footer .copyright{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 12px;
  }
  footer .copyright a{
    font-size: 12px;
  }
  .page-box>.box{
    width: 100%;
    margin: 0 auto;
  }
  .page-list{
    display: flex;
    align-self: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.3rem 0;
  }
  .page-list .list-btn{
    margin: 0 15px 15px 0;
  }
  .page-title{
    font-size: 0.36rem;
    font-weight: 500;
    color: #3E3E3E;
    position: relative;
    text-align: center;
    padding-bottom: 0.2rem;
    font-weight: bold;
  }
  .page-title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 39px;
    height: 2px;
    background: #04468C;
  }
}