/* header */
.header_box {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0px 0;
  background: linear-gradient(269deg, #1364DF 0%, #11C9C0 100%);
  box-sizing: border-box;
  /* transition: all 0.6s; */
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper_main {
  width: 100%;
  margin: 0 auto;
}


.header {
  max-width: 1430px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
  padding-left: 215px;
}

.header .logo {
  width: 127px;
  height: 80px;
  padding: 22px 0;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  left: 15px;
}

.header .logo a {
  display: block;
}

.header .logo img {
  display: block;
  width: 127px;
  height: auto;
}

.header .header_right {
  float: left;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding-left: 80px;
}

.header_right .nav {
  float: left;
  width: auto;
  height: 80px;
  position: relative;
}

.header_right .nav ul {
  float: right;
}

.header_right .nav ul li {
  float: left;
  padding: 20px 0;
  box-sizing: border-box;
  margin-right: 0px;
  position: relative;
}

.header_right .nav ul li a {
  display: block;
  width: auto;
  height: auto;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  padding: 5px 16px;
  box-sizing: border-box;
  border-radius: 40px;
  letter-spacing: 1px;
}

.header_right .nav ul li a:hover {
  color: #1573F1;
}

.header_right .nav ul li .subNav_bj {
  width: 100%;
  height: 60px;
  border-top: 1px solid #fff;
  background: #fff;
  position: fixed;
  top: 80px;
  left: 0;

  transition: all 0.8s;
}

.header_right .nav ul li .subNav {
  width: 800px;
  height: auto;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -400px;
  transition: all 0.8s;

  display: none;
}


.header_right .nav ul li .subNav_con {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  box-sizing: border-box;
}

.header_right .nav ul li .subNav a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 0px;
  font-size: 15px;
}

.header_right .nav ul li .subNav a:hover {
  background: none;
  color: #096edb;
}



.header_right .right_sign_box {
  float: right;
  width: auto;
  height: 80px;
  position: relative;
}

.header_right .right_sign_box_con {
  float: left;
  width: auto;
  height: auto;
  padding: 20px 0;
  box-sizing: border-box;
}

.header_right .right_sign_box_con a.link {
  float: left;
  width: 100px;
  height: auto;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  padding: 5px 15px;
  box-sizing: border-box;
  border-radius: 40px;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* transition: all 0.3s; */
}

.header_right .right_sign_box_con a.link span {
  position: relative;
  z-index: 2;
}

.header_right .right_sign_box_con a.link:after {
  content: "";
  display: block;
  width: 0%;
  height: 102%;
  background-color: #30d0da;
  border-radius: 50px;
  position: absolute;
  top: -1%;
  left: -1%;
  transition: all 0.3s;
  z-index: 1;
}

.header_right .right_sign_box_con a.link:hover:after {
  width: 102%;
}

.header_right .right_sign_box_con a.link:hover {
  border: 1px solid #30d0da;
}

.header_right .right_sign_box_con a.link_register {
  background: #fff;
  margin-left: 16px;
  color: #1573f1;
}

.header_right .right_sign_box_con .language_box {
  float: left;
  width: 90px;
  height: auto;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin-left: 15px;
}

.header_right .right_sign_box_con .language_box p span {
  background: url("../images/language_jt_1.png") no-repeat 60px center;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -1px;
  z-index: 2;
}

.header_right .right_sign_box_con .language_box p strong {
  position: relative;
  z-index: 2;
  font-weight: normal;
  padding-right: 20px;
  box-sizing: border-box;
  color: #fff;
}

.header_right .right_sign_box_con .language_box p:after {
  content: "";
  display: block;
  width: 0%;
  height: 102%;
  background-color: #30d0da;
  border-radius: 50px;
  position: absolute;
  top: -1%;
  left: -1%;
  transition: all 0.3s;
  z-index: 1;
}

.header_right .right_sign_box_con .language_box p:hover:after {
  width: 102%;
}


.header_right .right_sign_box_con .language_show {
  width: 100%;
  height: auto;
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  display: none;
}

.header_right .right_sign_box_con .language_show a {
  float: left;
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  padding: 5px 5px;
  padding-right: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.header_right .right_sign_box_con .language_show a span {
  position: relative;
  z-index: 2;
}

.header_right .right_sign_box_con .language_show a:after {
  content: "";
  display: block;
  width: 0%;
  height: 102%;
  background-color: #30d0da;
  border-radius: 50px;
  position: absolute;
  top: -1%;
  left: -1%;
  transition: all 0.3s;
  z-index: 1;
}

.header_right .right_sign_box_con .language_show a:hover:after {
  width: 102%;
}

.header .header_right .nav-toggle {
  display: none;
}

.phone_hearder_nav {
  display: none;
}

/* header 背景白色 */

.header .logo .td {
  display: none;
}

.header_box_bg {
  background: #fff;
}

.header_box_bg.shadow {
  box-shadow: 0 0.41666667vw 2.08333333vw rgba(0, 0, 0, .08);
}

.header_box_bg .header .logo .tx {
  display: none;
}

.header_box_bg .header .logo .td {
  display: block;
}

.header_box_bg .header_right .nav ul li a {
  color: #333;
}

.header_box_bg .header_right .nav ul li a:hover {
  color: #1573F1;
}

.header_box_bg .header_right .right_sign_box_con a.link {
  color: #1F78F0;
  border: 1px solid #1F78F0;
}

.header_box_bg .header_right .right_sign_box_con a.link_register {
  background: #1573f1;
  border: 1px solid #1573f1;
  color: #fff;
}

.header_box_bg .header_right .right_sign_box_con .language_box {
  color: #333;
}

.header_box_bg .header_right .right_sign_box_con .language_box p span {
  background: url(../images/language_jt.png) no-repeat 60px center;
}

.header_box_bg .header_right .right_sign_box_con .language_box:hover p strong {
  color: #fff;
}

.header_box_bg .header_right .right_sign_box_con .language_box:hover p span {
  background: url(../images/language_jt_1.png) no-repeat 60px center;
}

.header_box_bg .header_right .right_sign_box_con .language_box p strong {
  color: #333;
}

.header_box_bg .header_right .right_sign_box_con a.link:hover {
  border: 1px solid #30d0da;
  background: #30d0da;
  transition: all 0.3s;
  color: #fff;
}

.header_box_bg .header_right .nav ul li .subNav_bj {
  width: 100%;
  height: 60px;
  border-top: 1px solid rgba(112, 112, 112, .16);
  background: #fff;
  position: fixed;
  top: 80px;
  left: 0;

  transition: all 0.8s;
}

.header_box_bg.shadow .header_right .nav ul li .subNav_bj {
  box-shadow: 0 0.41666667vw 2.08333333vw rgba(0, 0, 0, .08);
}

.header_box_bg .header_right .nav ul li:hover .subNav {
  display: block;
}

.header_box_bg .header_right .nav ul li .subNav {
  width: 800px;
  height: auto;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -400px;
  transition: all 0.8s;

  display: none;
}


.header_box_bg .header_right .nav ul li .subNav_con {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  box-sizing: border-box;
}

.header_box_bg .header_right .nav ul li .subNav a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 0px;
  font-size: 15px;
  color: #333;
}

.header_box_bg .header_right .nav ul li .subNav a:hover {
  background: none;
  color: #096edb;
}

/* 侧边栏 */
.sidebar_box {
  width: 54px;
  height: auto;
  position: fixed;
  top: 40%;
  right: 10px;
  margin-top: -120px;
  z-index: 999;
}

.sidebar_box_conter {
  width: 100%;
  height: auto;
  position: relative;
}

.sidebar_box_conter ul {
  border-radius: 27px;
  overflow: hidden;
  box-shadow: 0 0 2px 0px #b0b0b0;
}

.sidebar_box_conter ul li {
  float: left;
  width: 54px;
  height: 60px;
  padding: 19px 15px;
  box-sizing: border-box;
  text-align: center;
  background: rgba(31, 120, 240, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.sidebar_box_conter ul li.zhiCustomBtn {
  border-radius: 27px 27px 0 0;
}

.sidebar_box_conter ul.zx_active {
  border-radius: 0 0 27px 27px;
}

.sidebar_box_conter ul.ul_box li.zhiCustomBtn {
  border-radius: 0 0 0 0;
}

.sidebar_box_conter ul li.registerCustonBtn {
  border-radius: 0 0 27px 27px;
}

.sidebar_box_conter ul.reg_active {
  border-radius: 27px 27px 0 0;
}

.sidebar_box_conter ul.ul_box li.registerCustonBtn {
  border-radius: 0 0 0 0;
}

.sidebar_box_conter ul.ul_box.last_active {
  border-radius: 27px 27px 27px 27px;
}

.sidebar_box_conter ul.ul_box.last_active.zx_active {
  border-radius: 0px 0px 27px 27px;
}


.sidebar_box_conter ul li.gotop {
  display: none;
}

.sidebar_box_conter ul li:last-child {
  padding: 10px 10px;
}

.sidebar_box_conter ul li p {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 16px;
}

.sidebar_box_conter ul li .text_box {
  width: 0px;
  height: 60px;
  background: #3774ea;
  box-sizing: border-box;
  padding: 20px 0px;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  right: 54px;
  z-index: 99;
}

.sidebar_box_conter ul li .text_box p {
  width: 150px;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.sidebar_box_conter ul li.zhiCustomBtn .text_box {
  top: 0px;
}

.sidebar_box_conter ul li.sidebar_box_telephone .text_box {
  top: 60px;
}

.sidebar_box_conter ul li.qaCustonBtn .text_box {
  top: 180px;
}

.sidebar_box_conter ul li.registerCustonBtn .text_box {
  top: 240px;
}

.sidebar_box_gzh .gzh {
  position: absolute;
  left: -176px;
  top: 76px;
  box-shadow: 0 0 6px 0px #b0b0b0;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  display: none;
  transition: all 0.3s;
}

.sidebar_box_gzh .gzh img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sidebar_box_gzh:hover .gzh {
  display: block;
}

.section_container_con {
  max-width: 1430px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.footer {
  /* font-family: Arial; */
  width: 100%;
  height: auto;
  background: #121E36;
}

.footer .footer_top {
  width: 100%;
  height: auto;
  padding: 100px 0 60px;
  box-sizing: border-box;
}

.footer_top_box {
  width: 100%;
  height: auto;
}

.footer_top_box .footer_left {
  float: left;
  width: 42%;
  height: auto;
}

.footer_top_box .footer_left .numbers_box {
  display: flex;
  align-items: flex-start;
}

.footer_top_box .footer_left .numbers_box h3 {
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 56px;
  letter-spacing: 0.01px;
  margin-right: 80px;
}

.footer_top_box .footer_left .numbers_box p {
  font-size: 16px;
  color: #1F78F0;
  line-height: 22px;
  /* font-family: Arial; */
}

.footer_top_box .footer_left .numbers_box .numbers {
  font-size: 40px;
  font-weight: bold;
  color: #1F78F0;
  line-height: 56px;
  margin-bottom: 16px;
}

.footer_top_box .footer_left .code_box {
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  /* border: 1px solid #707070; */
  float: left;
  padding: 32px 50px;
  margin-top: 60px;
}

.footer_top_box .footer_left .code_box .pic_box {
  float: left;
  width: 140px;
  height: auto;
  text-align: center;
  cursor: none;
}

.footer_top_box .footer_left .code_box .pic_line {
  float: left;
  width: 1px;
  height: 178px;
  padding-left: 58px;
  padding-right: 56px;
}

.footer_top_box .footer_left .code_box .pic_line img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer_top_box .footer_left .code_box .pic_box img {
  display: block;
  width: 140px;
  height: auto;
  margin: 0 auto;
}

.footer_top_box .footer_left .code_box .pic_box p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 16px;
}

.footer_top_box .footer_right {
  float: right;
  width: 52%;
  height: auto;
}

.footer_top_box .footer_right ul {
  float: right;
  width: 100%;
  height: auto;
}

.footer_top_box .footer_right ul li {
  float: left;
  width: 20%;
  height: auto;
}

.footer_top_box .footer_right ul li .li_con {
  width: 115px;
  height: auto;
  float: right;
}

.footer_top_box .footer_right ul li a {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  margin-bottom: 30px;
  opacity: 0.3;
}

.footer_top_box .footer_right ul li a:hover {
  opacity: 1;
}

/* .footer_top_box .footer_right ul li a.m_right {
  text-align: left;
  padding-left: 29px;
} */

.footer_top_box .footer_right ul li p a {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 28px;
  opacity: 1;
}

.footer_bottom {
  width: 100%;
  height: auto;
  padding: 0 110px;
  box-sizing: border-box;
}

.footer_bottom p {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  color: #343E53;
  line-height: 22px;
  padding: 35px 0;
  box-sizing: border-box;
  border-top: 1px solid #343E53;
  border-bottom: 1px solid #343E53;
}

.footer_bottom p a {
  display: inline-block;
  color: #343E53;
}

.footer_bottom p a:hover {
  color: #fff;
}

/* 侧边栏  立即注册  */
.sidebar_box_link_box {
  display: block;
  width: 90px;
  height: 90px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50px;
  margin-top: 10px;
  position: relative;
  left: -125px;
  top: 110px;
  text-align: center;
  margin-bottom: 60px;
  /* background: linear-gradient(to left, #00bbac, #01b6db, #007ac3); */

  background: linear-gradient(88deg, #1F78F0, #27D2F9, #05FDEB);
}

.sidebar_box_link_box .link_box {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 13px 0;
  box-sizing: border-box;
  z-index: 10;
}

.sidebar_box_link_box img {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  margin-bottom: 2px;
  position: relative;
  z-index: 4;
}

.sidebar_box_link_box p {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 4;
  font-weight: 500;
}



.sidebar_punctuation_box {
  width: 90px;
  height: 90px;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: -1;
}

.sidebar_punctuation_box .dot {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 5px solid transparent;
  border-radius: 50%;
  z-index: 4;
}

.sidebar_punctuation_box .pulse {
  position: absolute;
  width: 110px;
  height: 110px;
  left: -10px;
  top: -10px;
  /* border: 10px solid rgba(114, 247, 237, 0.18); */

  background: linear-gradient(88deg, #1F78F0, #27D2F9, #05FDEB);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-animation: warn 2.5s linear;
  animation: warn 2.5s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sidebar_punctuation_box .pulse1 {
  position: absolute;
  width: 130px;
  height: 130px;
  left: -20px;
  top: -20px;
  /* border: 10px solid rgba(114, 247, 237, 0.18); */
  background: linear-gradient(88deg, #76E3E6, #81DCF1, #61EFE5);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-animation: warn 2.5s linear;
  animation: warn 2.5s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes warn {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0.28;
  }

  25% {
    -webkit-transform: scale(0.9);
    opacity: 0.23;
  }

  50% {
    -webkit-transform: scale(0.95);
    opacity: 0.18;
  }

  75% {
    -webkit-transform: scale(1);
    opacity: 0.13;
  }

  100% {
    -webkit-transform: scale(1.05);
    opacity: 0;
  }
}

@keyframes warn {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0.28;
  }

  25% {
    -webkit-transform: scale(0.9);
    opacity: 0.23;
  }

  50% {
    -webkit-transform: scale(0.95);
    opacity: 0.18;
  }

  75% {
    -webkit-transform: scale(1);
    opacity: 0.13;
  }

  100% {
    -webkit-transform: scale(1.05);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1.05);
    opacity: 0;
  }
}



@media screen and (max-width: 1600px) {

  .section_container_con {
    max-width: 1230px;
  }

  .header {
    max-width: 1230px;
    padding-left: 180px;
  }

  .header .header_right {
    padding-left: 60px;
  }

  .header_right .nav ul li a {
    padding: 5px 10px;
  }

  .header_right .right_sign_box_con a.link_register {
    margin-left: 10px;
  }

  .header_right .right_sign_box_con .language_box {
    margin-left: 10px;
  }

  .header_right .right_sign_box_con a.link {
    width: 85px;
  }

  .header_right .right_sign_box_con .language_box {
    width: 85px;
  }

  .header_right .right_sign_box_con .language_box p span {
    background: url('../images/language_jt_1.png') no-repeat 55px center;
  }

  .header_box_bg .header_right .right_sign_box_con .language_box p span {
    background: url('../images/language_jt.png') no-repeat 55px center;
  }

  /* .header_box_bg .header_right .right_sign_box_con .language_box:hover p {
    background: url('../images/language_jt.png') no-repeat 55px center;
  } */

  .header_box_bg .header_right .right_sign_box_con .language_box:hover p span {
    background: url(../images/language_jt_1.png) no-repeat 55px center;
  }



  .footer .footer_top {
    padding: 80px 0 50px;
  }

  .footer_top_box .footer_left {
    width: 36%;
  }

  .footer_top_box .footer_right {
    width: 50%;
  }

  .footer_top_box .footer_left .numbers_box h3 {
    font-size: 32px;
    line-height: 40px;
    margin-right: 60px;
  }

  .footer_top_box .footer_left .numbers_box p {
    font-size: 15px;
  }

  .footer_top_box .footer_left .numbers_box .numbers {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .footer_top_box .footer_left .code_box .pic_box {
    width: 130px;
  }

  .footer_top_box .footer_left .code_box .pic_box img {
    width: 100%;
  }

  .footer_top_box .footer_left .code_box .pic_line {
    padding: 0 35px;
  }

  .footer_top_box .footer_right ul li p a {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .footer_top_box .footer_right ul li a {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .footer_bottom .footer_column .m_hover p {
    width: 198px !important;
  }

  .footer_bottom p {
    font-size: 14px;
    padding: 25px 0;
  }
}


@media screen and (max-width: 1440px) {

  .section_container_con {
    max-width: 1130px;
  }

  .header {
    max-width: 1150px;
    padding-left: 180px;
  }

  .header .logo {
    padding: 20px 0;
  }

  .header_right .nav ul li a {
    padding: 5px 10px;
    font-size: 15px;
  }

  .header_right .right_sign_box_con a.link {
    width: 75px;
  }

  .header_right .right_sign_box_con .language_box {
    width: 75px;
  }

  .header_right .nav ul li .subNav a {
    font-size: 14px;
  }

  .header_right .right_sign_box_con a.link {
    font-size: 15px;
    line-height: 24px;
  }

  .header_right .right_sign_box_con .language_box {
    font-size: 15px;
  }

  .header_right .right_sign_box_con .language_box p span {
    background: url('../images/language_jt_1.png') no-repeat 50px center;
  }

  .header_box_bg .header_right .right_sign_box_con .language_box p span {
    background: url('../images/language_jt.png') no-repeat 50px center;
  }

  /* .header_box_bg .header_right .right_sign_box_con .language_box:hover p {
    background: url('../images/language_jt.png') no-repeat 50px center;
  } */

  .header_box_bg .header_right .right_sign_box_con .language_box:hover p span {
    background: url(../images/language_jt_1.png) no-repeat 50px center;
  }



  .footer_top_box .footer_left {
    width: 35%;
    padding-right: 5px;
  }

  .footer_top_box .footer_right {
    width: 54%;
  }

  .footer_top_box .footer_right ul li .li_con {
    width: 92px;
  }

  .footer_top_box .footer_left .numbers_box {
    padding-right: 10px;
  }

  .footer_top_box .footer_right ul li p a {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .footer_top_box .footer_right ul li a {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .footer_top_box .footer_left .numbers_box h3 {
    font-size: 28px;
    margin-right: 40px;
  }

  .footer_top_box .footer_left .numbers_box .numbers {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .footer_top_box .footer_left .code_box {
    margin-top: 50px;
    padding: 30px 45px;
  }

  .footer_top_box .footer_left .code_box .pic_line {
    padding: 0 30px;
    height: 148px;
  }

  .footer_top_box .footer_left .code_box .pic_box {
    width: 110px;
  }

  .footer_top_box .footer_left .code_box .pic_box img {
    width: 100%;
  }

  .footer_top_box .footer_left .numbers_box p {
    font-size: 14px;
  }

  .footer_top_box .footer_left .code_box .pic_box p {
    font-size: 15px;
  }

  .footer_bottom .footer_column .m_hover p {
    width: 182px !important;
  }

  .footer_bottom p {
    font-size: 12px;
    padding: 18px 0;
  }

  .footer_bottom .footer_column {
    padding: 12px 0 !important;
  }

  /* 侧边栏 */
  .sidebar_box {
    width: 40px;
    height: auto;
    position: fixed;
    top: 35%;
    right: 10px;
    margin-top: -60px;
    z-index: 999;
  }

  .sidebar_box_conter {
    width: 100%;
    height: auto;
    position: relative;
  }

  .sidebar_box_conter ul li {
    float: left;
    width: 40px;
    height: 50px;
    padding: 12px 8px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(31, 120, 240, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }

  .sidebar_box_conter ul li:last-child {
    padding: 2px 8px;
  }

  .sidebar_box_conter ul li p {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
  }

  .sidebar_box_conter ul li .text_box {
    width: 0px;
    height: 50px;
    background: #3774ea;
    box-sizing: border-box;
    padding: 17px 0px;
    box-sizing: border-box;
    position: absolute;
    right: 40px;
    opacity: 0;
  }

  .sidebar_box_conter ul li.zhiCustomBtn .text_box {
    top: 0px;
  }

  .sidebar_box_conter ul li.sidebar_box_telephone .text_box {
    top: 50px;
  }

  .sidebar_box_conter ul li.qaCustonBtn .text_box {
    top: 150px;
  }

  .sidebar_box_conter ul li.registerCustonBtn .text_box {
    top: 200px;
  }

  .sidebar_box_conter ul li .text_box p {
    width: 150px;
    font-size: 16px;
    line-height: 16px;
  }

  .sidebar_box_gzh .gzh {
    left: -146px;
    top: 66px;
  }

  .sidebar_box_gzh .gzh img {
    width: 110px;
  }

  /* 侧边栏 立即注册 */
  .sidebar_box_link_box {
    width: 80px;
    height: 80px;
    left: -110px;
    top: 100px;
  }

  .sidebar_box_link_box .link_box {
    width: 70px;
    height: 70px;
    padding: 10px 0;
  }

  .sidebar_box_link_box img {
    width: 26px;
    height: 26px;
  }

  .sidebar_box_link_box p {
    font-size: 12px;
  }

  .sidebar_punctuation_box {
    width: 80px;
    height: 80px;
  }

  .sidebar_punctuation_box .dot {
    width: 70px;
    height: 70px;
  }

  .sidebar_punctuation_box .pulse {
    width: 100px;
    height: 100px;
    left: -10px;
    top: -10px;
  }

  .sidebar_punctuation_box .pulse1 {
    width: 120px;
    height: 120px;
    left: -20px;
    top: -20px;
  }
}



@media screen and (max-width: 1366px) {
  .header_right .nav ul li a {
    padding: 5px 10px;
    font-size: 15px;
  }

  .header_right .right_sign_box_con a.link {
    width: 75px;
  }

  .header_right .right_sign_box_con .language_box {
    width: 75px;
  }

  .header_right .right_sign_box_con .language_box p span {
    background: url('../images/language_jt_1.png') no-repeat 45px center;
  }

  .header_box_bg .header_right .right_sign_box_con .language_box p span {
    background: url('../images/language_jt.png') no-repeat 45px center;
  }

  /* .header_box_bg .header_right .right_sign_box_con .language_box:hover p {
    background: url('../images/language_jt.png') no-repeat 45px center;
  } */


  .header_box_bg .header_right .right_sign_box_con .language_box:hover p span {
    background: url(../images/language_jt_1.png) no-repeat 45px center;
  }

  /*  */
  .footer .footer_top {
    padding: 80px 0 50px;
  }

  .footer_top_box .footer_left .numbers_box h3 {
    font-size: 24px;
    line-height: 32px;
    margin-right: 48px;
  }

  .footer_top_box .footer_left .numbers_box .numbers {
    font-size: 24px;
    line-height: 32px;
  }

  .footer_top_box .footer_left .numbers_box p {
    font-size: 13px;
  }

  .footer_top_box .footer_left .code_box {
    margin-top: 40px;
    padding: 30px 40px;
  }

  .footer_top_box .footer_left .code_box .pic_box {
    width: 105px;
  }

  .footer_top_box .footer_left .code_box .pic_box img {
    width: 100%;
  }

  .footer_top_box .footer_left .code_box .pic_box p {
    font-size: 13px;
  }

  .footer_top_box .footer_left .code_box .pic_line {
    padding: 0 30px;
    height: 130px;
  }

  .footer_top_box .footer_right ul li a {
    margin-bottom: 10px;
  }

  .footer_bottom .footer_column .m_hover p {
    width: 172px !important;
  }

  .footer_bottom p {
    font-size: 12px;
    padding: 15px 0;
  }
}



@media screen and (max-width: 1200px) {
  .section_container_con {
    width: 1150px !important;
  }

  .header {
    width: 1150px !important;
  }

}

@media screen and (max-width: 768px) {
  .section_container_con {
    width: 100% !important;
  }

  .home_header_box {
    top: 0px;
  }

  .sidebar_box {
    display: none;
  }

  .footer_top_box .footer_right {
    display: none;
  }

  .footer_top_box .footer_left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }


  .footer_top_box .footer_left .numbers_box p {
    float: left;
    width: 100%;
  }

  .footer_top_box .footer_left .numbers_box h3 {
    font-size: 22px;
    line-height: 30px;
    margin-right: 40px;
    white-space: nowrap;
  }

  .footer_top_box .footer_left .numbers_box .numbers {
    font-size: 22px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer_top_box .footer_left .numbers_box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .footer_top_box .footer_left .numbers_box p {
    margin-top: 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .footer_top_box .footer_left .code_box {
    width: auto;
    margin-top: 30px;
    padding: 30px 26px;
    display: flex;
    justify-content: center;
  }

  .footer_top_box .footer_left .code_box .pic_box {
    display: inline-block;
    margin-left: 0;
    margin-right: 0px;
  }

  .footer_top_box .footer_left .code_box .pic_box p {
    margin-top: 12px;
  }

  .footer_top_box .footer_left .code_box .pic_line {
    padding: 0 25px;
  }

  .footer .footer_top {
    padding: 35px 0 35px;
  }

  .footer_top .section_container_con {
    width: 100% !important;
    margin: 0 auto;
    padding: 0px 30px;
  }

  .footer_bottom {
    padding: 0 15px;
    text-align: justify;
  }

  .footer_bottom p {
    padding: 15px 0;
  }

  .footer_bottom .footer_column {
    width: 100% !important;
    flex-direction: column !important;
    text-align: center;
  }

  .footer_bottom .footer_column p {
    line-height: 16px;
  }

  .footer_bottom .footer_column a {
    margin-top: 10px;
  }

  .footer_bottom .footer_column a p {
    margin-left: 0;
    width: 210px !important;
  }

  .footer_bottom .footer_column .m_hover p {
    width: 178px !important;
  }

}

@media screen and (max-width: 768px) {
  .header {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
  }

  /* .header_box {
    padding: 10px 0;
  } */

  .header_right .nav {
    display: none;
  }

  .header_right .right_sign_box {
    display: none;
  }

  .header .header_right .nav-toggle {
    width: 65px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
  }

  .header .header_right .nav-toggle svg {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 10px;
  }

  .header .header_right .nav-toggle svg path {
    fill: #fff;
  }

  /* phone_hearder_nav */
  .phone_hearder_nav {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.98);
    background-size: 110%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 65px 20px;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
  }

  .body_open .phone_hearder_nav {
    transform: translateX(0px);
  }

  .header_close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .header_close svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .phone_hearder_nav ul {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    box-sizing: border-box;
  }

  .phone_hearder_nav ul li {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 2px 0px;
    box-sizing: border-box;
  }

  .phone_hearder_nav ul li p {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
    position: relative;
  }

  .phone_hearder_nav ul li p svg {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    right: 10px;
  }

  .phone_hearder_nav ul li p svg.icon_up {
    display: none;
  }

  .phone_hearder_nav ul li p.active svg {
    display: none;
  }

  .phone_hearder_nav ul li p.active svg.icon_up {
    display: block;
  }

  .phone_hearder_nav ul li p.active {
    color: #15b4bc;
  }

  .phone_hearder_nav ul li p.active svg path {
    fill: #15b4bc;
  }

  .phone_hearder_nav ul li p.active svg path {
    fill: #15b4bc;
  }

  .phone_hearder_nav ul li.li1 a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .phone_hearder_nav ul li .li_center {
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    padding-top: 5px;
    display: none;
  }

  .phone_hearder_nav ul li .li_center a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 5px 10px;
    box-sizing: border-box;
  }

  .phone_header_right .header_link {
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
  }

  .phone_header_right .header_link a.link {
    display: inline-block;
    width: 85px;
    height: auto;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
  }

  .phone_header_right .header_link a.link_login {
    background: #30d0da;
  }

  .phone_header_right .header_link a.link_register {
    background: #1573f1;
  }

  .phone_header_right .header_link a.link_language {
    background: #15b4bc url(../images/language_jt_1.png) no-repeat 55px center;
    padding-right: 30px;
  }

  .header.color .header_right .nav-toggle svg path {
    fill: #333;
  }
}