@import 'iconfont.css';
@font-face {
  font-family: "iconfont";
  /* Project id 2874806 */
  src: url('/static/css/iconfont/iconfont.woff2?t=1635210561214') format('woff2'), url('/static/css/iconfont/iconfont.woff?t=1635210561214') format('woff'), url('/static/css/iconfont/iconfont.ttf?t=1635210561214') format('truetype');
}
@font-face {
  font-family: AlibabaPuHuiTiR;
  src: url("/static/fonts/Alibaba_PuHuiTi_Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: AlibabaPuHuiTiM;
  src: url("/static/fonts/Alibaba_PuHuiTi_Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: AlibabaPuHuiTiB;
  src: url("/static/fonts/Alibaba_PuHuiTi_Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: AlibabaPuHuiTiT;
  src: url("/static/fonts/Alibaba_PuHuiTi_2.0_35_Thin_35_Thin.ttf");
  font-display: swap;
}
body {
  font-family: AlibabaPuHuiTiR, "Arial";
  color: #333;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.back-top {
  width: 66px;
  height: 66px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 1px 2px 20px 0px rgba(0, 8, 31, 0.1);
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: none;
}
.back-top .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}
.back-top .center span {
  color: #b2b2b2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.back-top .center h2 {
  margin-top: -4px;
  color: #b2b2b2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.back-top:hover {
  background: #004ea2;
}
.back-top:hover .center span {
  color: #fff;
}
.back-top:hover .center h2 {
  color: #fff;
}
.back-top.active {
  display: block;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transform: translateY(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-top {
  background: #004ea2;
}
.header .header-top .con {
  display: flex;
  justify-content: flex-end;
}
.header .header-top .con .lang {
  padding: 0 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header .header-top .con .lang a {
  display: block;
  line-height: 42px;
  color: #fff;
  display: flex;
  align-items: center;
}
.header .header-top .con .lang a h2 {
  margin-left: 12px;
}
.header .header-top .con .group {
  padding-left: 40px;
}
.header .header-top .con .group a {
  display: block;
  line-height: 42px;
  color: #fff;
}
.header .header-bottom {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-bottom .con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-bottom .con .logo {
  width: 182px;
  height: 100px;
  display: flex;
  align-items: center;
}
.header .header-bottom .con .logo a {
  display: block;
  position: relative;
}
.header .header-bottom .con .logo a img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-bottom .con .logo a img.color {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header .header-bottom .con .nav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.header .header-bottom .con .nav > ul {
  display: flex;
}
.header .header-bottom .con .nav > ul > li {
  margin-right: 42px;
  position: relative;
}
.header .header-bottom .con .nav > ul > li:before {
  content: '';
  width: 0;
  height: 4px;
  background: #004ea2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-bottom .con .nav > ul > li > h2 > a {
  display: block;
  line-height: 100px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-bottom .con .nav > ul > li > ul {
  position: absolute;
  width: 160px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
  display: none;
}
.header .header-bottom .con .nav > ul > li > ul > li {
  text-align: center;
}
.header .header-bottom .con .nav > ul > li > ul > li h3 a {
  position: relative;
  display: block;
  line-height: 46px;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-bottom .con .nav > ul > li > ul > li > ul {
  position: absolute;
  width: 160px;
  height: 100%;
  left: 160px;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
  display: none;
}
.header .header-bottom .con .nav > ul > li > ul > li > ul li a {
  display: block;
  line-height: 46px;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-bottom .con .nav > ul > li > ul > li > ul li a:hover {
  color: #004ea2;
}
.header .header-bottom .con .nav > ul > li > ul > li:hover h3 a {
  color: #004ea2;
}
.header .header-bottom .con .nav > ul > li > ul > li:hover h3 a:after {
  color: #004ea2 !important;
}
.header .header-bottom .con .nav > ul > li > ul > li.three h3 a:after {
  content: '\e683';
  font-family: iconfont;
  color: #333;
  position: absolute;
  right: 20px;
  top: 0;
}
.header .header-bottom .con .nav > ul > li:hover:before {
  width: 160px;
}
.header .header-bottom .con .right .search {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-bottom .con .right .search span {
  color: #fff;
}
.header .header-bottom .con .right .search:hover {
  background: #004ea2;
}
.header .header-bottom .con .right .mobile-btn {
  display: none;
}
.header.active .header-bottom {
  background: #fff;
}
.header.active .header-bottom .con .logo a img.white {
  opacity: 0;
}
.header.active .header-bottom .con .logo a img.color {
  opacity: 1;
}
.header.active .header-bottom .con .nav > ul > li h2 a {
  color: #333;
}
.header.hide {
  transform: translateY(-100%);
}
.footer {
  background: url(/static/img/f_bg.jpg) no-repeat;
  background-size: cover;
  padding: 5.5vw 0 5vw;
  border-top: 2px solid #004ea2;
}
.footer .con {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer .con .left {
  width: 47.8%;
  padding-right: 20px;
  position: relative;
}
.footer .con .left h2 {
  font-family: AlibabaPuHuiTiM;
  color: #1f508e;
  margin-top: 2vw;
}
.footer .con .left ul {
  margin-top: 14px;
}
.footer .con .left ul li {
  margin-top: 10px;
}
.footer .con .left ul li a {
  display: flex;
}
.footer .con .left ul li a span {
  color: #777;
  position: relative;
  top: 1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .con .left ul li a h3 {
  font-family: AlibabaPuHuiTiM;
  color: #333;
  margin-left: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .con .left ul li:hover a span {
  color: #004ea2;
}
.footer .con .left ul li:hover a h3 {
  color: #004ea2;
}
.footer .con .left .goto {
  display: none;
}
.footer .con .right {
  width: 52.2%;
}
.footer .con .right > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .con .right > ul > li {
  width: 33.333%;
  min-height: 200px;
  padding-left: 24px;
  position: relative;
}
.footer .con .right > ul > li:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .con .right > ul > li:nth-child(n+4) {
  margin-top: 3.3vw;
}
.footer .con .right > ul > li h2 a {
  color: #333;
  font-family: AlibabaPuHuiTiM;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .con .right > ul > li h2 a:hover {
  color: #004ea2;
}
.footer .con .right > ul > li ul {
  margin-top: 12px;
}
.footer .con .right > ul > li ul li {
  margin-top: 8px;
}
.footer .con .right > ul > li ul li a {
  color: #888;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .con .right > ul > li ul li a:hover {
  color: #004ea2;
}
.footer .con .right > ul > li:nth-child(6) ul {
  display: flex;
}
.footer .con .right > ul > li:nth-child(6) ul li span {
  color: #888;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .con .right > ul > li:nth-child(6) ul li span:hover {
  color: #004ea2;
}
.footer .con .right > ul > li:nth-child(6) ul li:not(:last-child) {
  margin-right: 14px;
}
.footer .con .contact {
  display: none;
}
.footer .con .contact ul {
  display: flex;
}
.footer .con .contact ul li span {
  color: #888;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .con .contact ul li span:hover {
  color: #004ea2;
}
.footer .con .contact ul li:not(:last-child) {
  margin-right: 14px;
}
.footer .con .f-bottom {
  position: absolute;
  width: 47.8%;
  left: 0;
  bottom: 0;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
.footer .con .f-bottom ul {
  display: flex;
  margin-bottom: 20px;
}
.footer .con .f-bottom ul li {
  padding: 0 18px;
  position: relative;
}
.footer .con .f-bottom ul li:after {
  content: '';
  width: 2px;
  height: 16px;
  background: #d1d1d1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer .con .f-bottom ul li a {
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .con .f-bottom ul li a:hover {
  color: #004ea2;
}
.footer .con .f-bottom ul li:first-child {
  padding-left: 0;
}
.footer .con .f-bottom ul li:last-child:after {
  display: none;
}
.footer .con .f-bottom p {
  color: #aaa;
  font-family: AlibabaPuHuiTiM;
}
.footer .con .f-bottom p a {
  color: #aaa;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .con .f-bottom p img {
  width: 16px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.footer .con .f-bottom p a:hover {
  color: #004ea2;
}
.policy {
  background: #004ea2;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
  padding: 30px 0;
  display: none;
}
.policy .con {
  display: flex;
  align-items: center;
}
.policy .con p {
  color: #fefeff;
}
.policy .con p a {
  color: #fefeff;
}
.policy .con .agree {
  flex-shrink: 0;
  width: 120px;
  height: 52px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  line-height: 52px;
  font-family: AlibabaPuHuiTiM;
  color: #004ea2;
  margin-left: 3vw;
  margin-right: 1vw;
  cursor: pointer;
}
.policy .con .closes {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.policy .con .closes span {
  color: #fff;
}
.p_page {
  text-align: center;
  margin-top: 5vw;
}
.page_con {
  display: inline-block;
}
.page_a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #333;
  margin: 0 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.page_a:hover {
  background: #004ea2;
  color: #fff;
  border: 1px solid #004ea2;
}
.page_a.current {
  background: #004ea2;
  border: 1px solid #004ea2;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .w1440 {
    width: 80%;
  }
}
@media screen and (max-width: 1440px) {
  .header .header-bottom .con .logo {
    height: 80px;
    width: 160px;
  }
  .header .header-bottom .con .nav > ul > li > h2 > a {
    line-height: 80px;
  }
  .header .header-bottom .con .nav > ul > li > ul {
    top: 80px;
    width: 140px;
    padding: 14px 0;
  }
  .header .header-bottom .con .nav > ul > li > ul > li h3 a {
    line-height: 42px;
  }
  .header .header-bottom .con .nav > ul > li > ul > li ul {
    width: 140px;
    left: 140px;
    padding: 14px 0;
  }
  .header .header-bottom .con .nav > ul > li > ul > li ul li a {
    line-height: 42px;
  }
  .header .header-bottom .con .nav > ul > li:hover:before {
    width: 140px;
  }
  .footer .con .left .logo img {
    width: 200px;
  }
  .back-top {
    width: 54px;
    height: 54px;
  }
  .back-top .center span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
  .policy {
    padding: 20px 0;
  }
  .policy .con {
    width: 80%;
  }
  .policy .con .agree {
    width: 90px;
    height: 44px;
    line-height: 44px;
  }
  .policy .con .closes {
    width: 44px;
    height: 44px;
  }
    .footer .con .f-bottom p img {
    width: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-top {
    display: none;
  }
  .header .header-bottom {
    background: #004ea2;
    border-bottom: none;
  }
  .header .header-bottom .con .logo {
    width: 114px;
    height: 50px;
  }
  .header .header-bottom .con .nav {
    position: fixed;
    width: 100%;
    height: calc(100vh - 50px);
    right: -100%;
    top: 50px;
    display: block;
    background: #fff;
    padding: 0 5% 20px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .header-bottom .con .nav > ul {
    display: block;
  }
  .header .header-bottom .con .nav > ul > li {
    width: 100%;
    position: relative;
  }
  .header .header-bottom .con .nav > ul > li:before {
    display: none;
  }
  .header .header-bottom .con .nav > ul > li > h2 {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
  }
  .header .header-bottom .con .nav > ul > li > h2:before {
    content: '\e603';
    font-family: iconfont;
    font-size: 20px;
    color: #333;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .header-bottom .con .nav > ul > li > h2 > a {
    width: 50%;
    line-height: 50px;
    color: #333;
  }
   .header .header-bottom .con .nav > ul > li:last-child > h2 > a{
       width:100%;
   }
   .header .header-bottom .con .nav > ul > li:last-child > h2:before{
       content:'\e683'!important;
   }
  .header .header-bottom .con .nav > ul > li > ul {
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    padding: 0 10px;
  }
  .header .header-bottom .con .nav > ul > li > ul > li {
    text-align: left;
  }
  .header .header-bottom .con .nav > ul > li > ul > li h2 a {
    line-height: 40px;
  }
  .header .header-bottom .con .nav > ul > li > ul > li.three h3 {
    position: relative;
  }
  .header .header-bottom .con .nav > ul > li > ul > li.three h3:after {
    content: '\e603';
    font-family: iconfont;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
  }
  .header .header-bottom .con .nav > ul > li > ul > li.three h3 a {
    width: 50%;
  }
  .header .header-bottom .con .nav > ul > li > ul > li.three h3 a:after {
    display: none;
  }
  .header .header-bottom .con .nav > ul > li > ul > li.three ul {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    border-left: none;
    border-top: none;
    padding: 0 0 0 10px;
  }
  .header .header-bottom .con .nav > ul > li > ul > li.three ul li a {
    line-height: 40px;
  }
  .header .header-bottom .con .nav > ul > li > ul > li.active.three h3:after {
    content: '\e639';
  }
  .header .header-bottom .con .nav > ul > li.active > h2:before {
    content: '\e639';
  }
  .header .header-bottom .con .nav.active {
    right: 0;
  }
  .header .header-bottom .con .right {
    display: flex;
  }
  .header .header-bottom .con .right .search {
    background: none;
    margin-right: 20px;
  }
  .header .header-bottom .con .right .search span {
    font-size: 18px;
  }
  .header .header-bottom .con .right .mobile-btn {
    width: 20px;
    display: block;
    position: relative;
  }
  .header .header-bottom .con .right .mobile-btn .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    margin: 0 auto;
  }
  .header .header-bottom .con .right .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20px;
    height: 16px;
  }
  .header .header-bottom .con .right .mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .header .header-bottom .con .right .mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
  .header .header-bottom .con .right .mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .header-bottom .con .right .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .header-bottom .con .right .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .header .header-bottom .con .right .mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
  .header .header-bottom .con .right .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header .header-bottom .con .right .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .footer {
    padding: 40px 0;
  }
  .footer .con {
    display: block;
  }
  .footer .con .left {
    width: 100%;
    padding-bottom: 26px;
    border-bottom: 1px solid #ccc;
  }
  .footer .con .left h2 {
    margin-top: 30px;
  }
  .footer .con .left ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .footer .con .left ul li {
    width: 100%;
  }
  .footer .con .left ul li:nth-child(1) {
    order: 2;
  }
  .footer .con .left ul li:nth-child(1) h3 {
    width: 248px;
  }
  .footer .con .left .goto {
    display: block;
    position: absolute;
    padding: 4px 10px;
    color: #fff;
    background: #1f508e;
    font-size: 14px;
    right: 0;
    bottom: 26px;
  }
  .footer .con .left .goto span {
    font-size: 14px;
    margin-right: 4px;
  }
  .footer .con .right {
    width: 100%;
  }
  .footer .con .right > ul {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .footer .con .right > ul > li {
    min-height: auto;
    width: auto;
    margin-right: 20px;
    padding-left: 0;
  }
  .footer .con .right > ul > li h2 a {
    line-height: 30px;
  }
  .footer .con .right > ul > li:before {
    display: none;
  }
  .footer .con .right > ul > li > ul {
    display: none!important;
  }
  .footer .con .right > ul > li:nth-child(n+4) {
    margin-top: 0;
  }
  .footer .con .contact {
    display: block;
    margin-top: 26px;
  }
  .footer .con .contact ul li span {
    font-size: 22px;
  }
  .footer .con .f-bottom {
    width: 100%;
    position: relative;
    height: auto;
    margin-top: 26px;
  }
  .footer .con .f-bottom ul li {
    padding: 0 10px;
  }
  .back-top {
    width: 30px;
    height: 30px;
    right: 0;
    bottom: 30px;
    border-radius: 0;
    display: none!important;
  }
  .back-top .center h2 {
    display: none;
  }
  .back-top .center span {
    font-size: 12px;
  }
  .back-top:hover {
    background: #fff;
  }
  .back-top:hover .center span {
    color: #b2b2b2;
  }
  .back-top:hover .center h2 {
    color: #b2b2b2;
  }
}
@media screen and (max-width: 768px) {
  .footer .con .left .logo img {
    width: 140px;
  }
  .footer .con .left ul li:nth-child(1) h3 {
    width: 214px;
  }
  .footer .con .left .goto {
    bottom: 30px;
    padding: 4px 6px;
  }
  .footer .con .right > ul > li {
    width: 80px;
  }
  .footer .con .f-bottom ul {
    flex-wrap: wrap;
  }
  .footer .con .f-bottom ul li {
    flex: 0 0 50%;
  }
  .footer .con .f-bottom ul li:after {
    display: none;
  }
  .footer .con .f-bottom ul li:nth-child(3) {
    padding-left: 0;
  }
  .policy {
    padding: 40px 0 20px;
  }
  .policy .con {
    width: 90%;
    display: block;
    position: relative;
  }
  .policy .con .agree {
    margin: 20px auto 0;
  }
  .policy .con .closes {
    position: absolute;
    right: 0;
    top: -40px;
  }
  .p_page {
    margin-top: 30px;
  }
  .page_a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    margin: 0 1px;
    font-size: 14px;
  }
}
@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
/*Ëµ»°ÇÐ»» */
.header .header-bottom .con .right {
  display: flex;
  align-items: center;
}
.header .header-bottom .con .right .search {
  background: none!important;
}
.header .header-bottom .con .right .search span {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-bottom .con .right .search:hover span {
  color: #004ea2;
}
.header .header-bottom .con .right .lang {
  position: relative;
  margin-left: 1.5vw;
}
.header .header-bottom .con .right .lang:before {
  content: '';
  width: 0;
  height: 4px;
  background: #004ea2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-bottom .con .right .lang h2 {
  cursor: default;
}
.header .header-bottom .con .right .lang h2 span {
  font-size: 20px;
  color: #fff;
  line-height: 100px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-bottom .con .right .lang ul {
  position: absolute;
  width: 120px;
  left: 50%;
  top: 100px;
  margin-left: -60px;
  background: #fff;
  display: none;
}
.header .header-bottom .con .right .lang ul li a {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .header-bottom .con .right .lang ul li:hover a {
  color: #004ea2;
}
.header .header-bottom .con .right .lang:hover h2 span {
  color: #004ea2;
}
.header .header-bottom .con .right .lang:hover:before {
  width: 120px;
}
.header.active .header-bottom .con .search span {
  color: #666;
}
.header.active .header-bottom .con .lang h2 span {
  color: #666;
}
@media screen and (max-width: 1440px) {
  .header .header-bottom .con .right .search span {
    font-size: 16px;
  }
  .header .header-bottom .con .right .lang h2 span {
    line-height: 80px;
    font-size: 16px;
  }
  .header .header-bottom .con .right .lang ul {
    top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-bottom .con .right .lang {
    margin-left: 0;
    margin-right: 30px;
  }
  .header .header-bottom .con .right .lang h2 span {
    color: #fff !important;
    line-height: 50px;
  }
  .header .header-bottom .con .right .lang ul {
    top: 50px;
  }
  .header .header-bottom .con .right .search span{
      color: #fff!important;
  }
}




<!--ºÄÊ±1787059946.1461Ãë-->