.w1400 {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
}

input[type=submit],
input[type=text],
input[type=button] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  blr: expression(this.onFocus=this.blur());
}

input {
  outline: 0;
}

.com-top {
  padding-top: 80px;
}
@media (max-width: 1280px) {
  .com-top {
    padding-top: 50px;
  }
}

.com-banner {
  position: relative;
}
.com-banner .bg {
  height: 450px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.com-banner .text {
  position: absolute;
  left: 50%;
  top: 53.5%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.com-banner .p1 {
  font-size: 52px;
  line-height: 1;
}
.com-banner .p2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .com-banner .p1 {
    font-size: 30px;
  }
  .com-banner .p2 {
    font-size: 16px;
  }
}

.com-breads {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 35px 0;
}
.com-breads .icon {
  display: inline-flex;
  align-items: center;
}
.com-breads .ba {
  margin: 0 10px;
}
.com-breads a {
  color: #444;
}

.md-footer {
  background-color: #182941 !important;
  color: #fff;
  padding-top: 94px;
  padding-bottom: 100px;
  background-image: url(../images/ft_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.foot_1 {
  display: flex;
  justify-content: center;
}
.foot_1 .f1_a {
  font-size: 16px;
  margin-right: 100px;
  color: #fff;
  padding-bottom: 27px;
}
.foot_1 .f1_a:last-child {
  margin-right: 0;
}
@media (max-width: 1000px) {
  .foot_1 {
    flex-wrap: wrap;
  }
  .foot_1 .f1_a {
    width: 40%;
    margin-right: 0;
    text-align: center;
  }
}

.foot_2 {
  border-top: 1px solid rgba(220, 220, 220, 0.15);
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
}
.foot_2 .f2_1 {
  width: 18.2857142857%;
  min-width: 256px;
}
.foot_2 .f2_1 .d2 {
  opacity: 0.3;
  margin-top: 22px;
  line-height: 1.875;
}
.foot_2 .f2_2 {
  width: 4em;
  font-size: 16px;
}
.foot_2 .f2_2 .d3 {
  margin-top: 25px;
}
.foot_2 .f2_2 .a3 {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 12px;
}
.foot_2 .f2_2 .a3:last-child {
  margin-bottom: 0;
}
.foot_2 .f2_2 .a3:hover {
  color: #fff;
}
.foot_2 .f2_3 {
  width: 7.1428571429%;
  text-align: center;
  min-width: 100px;
}
.foot_2 .f2_3 .d4 {
  color: #fff;
  margin-top: 20px;
}
.foot_2 .f2_4 {
  width: 14.2857142857%;
  min-width: 200px;
}
.foot_2 .f2_4 .a4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
}
.foot_2 .f2_4 .a4 img {
  margin-right: 10px;
}
.foot_2 .f2_4 .ft_sel {
  margin-top: 16px;
  position: relative;
}
.foot_2 .f2_4 .ft_sel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11%;
  transform: translateY(-50%);
  width: 14px;
  height: 7px;
  background-image: url(../images/icon-5.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.foot_2 .f2_4 select {
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
  outline: none;
  padding: 0 17px;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.foot_2 .f2_5 {
  width: 10.7142857143%;
  min-width: 150px;
}
.foot_2 .f2_5 .ph {
  font-weight: bold;
  color: #0079c9;
  font-size: 22px;
  margin-top: 14px;
  word-break: break-all;
}
.foot_2 .f2_5 .share {
  margin-top: 50px;
  display: flex;
}
.foot_2 .f2_5 .sh_a {
  margin-right: 25px;
  opacity: 0.4;
}
.foot_2 .f2_5 .sh_a:last-child {
  margin-right: 0;
}
.foot_2 .f2_5 .sh_a:hover {
  opacity: 1;
}
@media (max-width: 1000px) {
  .foot_2 {
    flex-wrap: wrap;
  }
  .foot_2 .f2_1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .foot_2 .f2_2 {
    width: 100%;
    margin-bottom: 15px;
  }
  .foot_2 .f2_3 {
    width: 100%;
    margin-bottom: 15px;
  }
  .foot_2 .f2_4 {
    width: 100%;
    margin-bottom: 15px;
  }
  .foot_2 .f2_5 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.foot_3 {
  color: #fff;
  opacity: 0.18;
  text-align: center;
  margin-top: 80px;
}

@-webkit-keyframes swi {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes swi {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.ho_ban .swiper-slide {
  position: relative;
}
.ho_ban .img {
  position: relative;
  padding-top: 29.1666666667%;
  min-height: 300px;
}
.ho_ban .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.ho_ban .text {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
}
.ho_ban .p1 {
  font-weight: 500;
  line-height: 1.2;
}
.ho_ban .p2 {
  line-height: 1.875;
  margin-top: 18px;
}
.ho_ban .a3 {
  margin-top: 47px;
  display: block;
  width: 56px;
  height: 56px;
  background-color: #0079c9;
  border-radius: 50%;
  background-image: url(../images/icon-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.ho_ban .a3:hover {
  transform: translateY(-5px);
  transition: all 0.3s;
}
.ho_ban .nums {
  position: absolute;
  right: 13.5416666667%;
  bottom: 40px;
  z-index: 21;
  color: #fff;
  font-weight: bold;
}
.ho_ban .swiper-pagination {
  left: 13.5416666667%;
  bottom: 41px;
  width: auto;
  display: flex;
}
.ho_ban .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  opacity: 1;
  position: relative;
}
.ho_ban .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-animation: swi 4s linear;
          animation: swi 4s linear;
}
@media (max-width: 1280px) {
  .ho_ban .p1 {
    font-size: 30px;
  }
  .ho_ban .p2 {
    font-size: 16px;
  }
  .ho_ban .a3 {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1000px) {
  .ho_ban .p1 {
    font-size: 20px;
  }
  .ho_ban .p2 {
    font-size: 14px;
  }
  .ho_ban .swiper-pagination {
    left: 10px;
  }
  .ho_ban .nums {
    right: 10px;
  }
}

.home_1 {
  background-color: #fff;
}
.home_1 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 45px;
  padding-bottom: 41px;
}
.home_1 .ho1_le {
  width: 33.2142857143%;
}
.home_1 .p1 {
  font-size: 16px;
  color: #222;
}
.home_1 .d2 {
  position: relative;
  font-size: 14px;
  margin-top: 9px;
}
.home_1 .p2 {
  line-height: 1.8571428571;
  color: rgba(34, 34, 34, 0.5);
}
.home_1 .a3 {
  position: absolute;
  bottom: 4px;
  right: 0;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  padding: 4px;
}
.home_1 .a3:hover {
  background-color: #0079c9;
  color: #fff;
}
.home_1 .a3:hover .i1 {
  display: none;
}
.home_1 .a3:hover .i2 {
  display: block;
}
.home_1 .a3 img {
  margin-left: 3px;
}
.home_1 .a3 .i2 {
  display: none;
}
.home_1 .ho1_ri {
  display: flex;
  justify-content: space-between;
  width: 57.8571428571%;
}
.home_1 .ho1_i {
  display: flex;
  max-width: 25%;
}
.home_1 .ho1_i:hover .text {
  color: #0079c9;
  transition: color 0.3s;
}
.home_1 .icon {
  width: 47px;
  flex-shrink: 0;
  margin-top: 8px;
}
.home_1 .icon img {
  width: 100%;
}
.home_1 .text {
  color: #222;
  line-height: 1.875;
  padding-left: 15px;
  transition: color 0.3s;
}
@media (max-width: 1000px) {
  .home_1 .ho1_le {
    width: 100%;
  }
  .home_1 .a3 {
    position: relative;
  }
  .home_1 .ho1_ri {
    width: 100%;
    flex-wrap: wrap;
  }
  .home_1 .ho1_i {
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
}

.home_2 {
  background-image: url(../images/ho2_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 82px;
  padding-bottom: 100px;
}

.ho2_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ho2_top .tit {
  font-weight: 500;
  color: #111;
  font-size: 46px;
  position: relative;
  display: inline-block;
}
.ho2_top .tit::after {
  content: "";
  background-image: url(../images/icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  height: 30px;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-50%, -3%);
  z-index: 0;
}
.ho2_top .tit .sp1 {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.ho2_top .form {
  width: 32.1428571429%;
}
.ho2_top .form .inp {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #fff;
  color: #0079c9;
  padding-left: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(191, 218, 245, 0.3);
}
.ho2_top .form .btns {
  height: 40px;
  background-image: linear-gradient(0deg, #179bf3 0%, #0079c9 42%, #30a4f0 100%);
  border-radius: 5px;
  color: #fff;
  position: absolute;
  right: 6px;
  top: 5px;
  z-index: 30;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ho2_top .form .btn {
  height: 40px;
  background-image: linear-gradient(0deg, #179bf3 0%, #0079c9 42%, #30a4f0 100%);
  border-radius: 5px;
  color: #fff;
  position: absolute;
  right: 6px;
  top: 5px;
  z-index: 30;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .ho2_top {
    flex-wrap: wrap;
  }
  .ho2_top .tit {
    font-size: 20px;
  }
  .ho2_top .form {
    width: 100%;
    margin-top: 20px;
  }
}

.ho2_list {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
}
.ho2_list .ho2_i {
  width: 16.6666666667%;
  border-right: 1px solid #edf6ff;
  text-align: center;
  background-color: #fff;
  position: relative;
  height: 340px;
  margin-bottom: 10px;
}
.ho2_list .ho2_i:hover .hd .p1,
.ho2_list .ho2_i:hover .hd .d2 {
  color: #0079c9;
}
.ho2_list .hd {
  position: relative;
  padding: 0 10px;
  padding-top: 70px;
}
.ho2_list .hd .icon {
  text-align: center;
}
.ho2_list .hd .p1 {
  font-size: 18px;
  color: #222;
  margin-top: 19px;
  line-height: 1.5454545455;
}
.ho2_list .hd .d2 {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-top: 14px;
  color: #222;
  max-height: 7em;
  overflow-y: auto;
}
.ho2_list .hd .d2::-webkit-scrollbar {
  display: none;
}
.ho2_list .bd {
  display: none !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #0079c9;
  background-image: url(../images/ho2_ho.png);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 38px;
  padding-top: 60px;
  opacity: 0;
  z-index: 10;
  border-radius: 5px;
}
.ho2_list .bd .p1 {
  font-size: 22px;
  margin-top: 16px;
}
.ho2_list .bd .d2 {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-top: 14px;
  max-height: 7em;
  overflow-y: auto;
}
.ho2_list .bd .d2::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1000px) {
  .ho2_list {
    justify-content: space-between;
  }
  .ho2_list .ho2_i {
    width: 48%;
    height: auto;
    margin-bottom: 4%;
  }
  .ho2_list .hd {
    padding: 30px 20px;
  }
  .ho2_list .hd .icon img {
    height: 40px;
  }
  .ho2_list .hd .p1 {
    font-size: 16px;
  }
  .ho2_list .hd .p1 br {
    display: none;
  }
  .ho2_list .hd .d2 {
    display: block;
    margin-top: 15px;
    line-height: 2;
    font-size: 14px;
  }
  .ho2_list .bd {
    display: none;
  }
}
@media (max-width: 500px) {
  .ho2_list .ho2_i {
    width: 100%;
  }
}

.ab_container {
  padding-bottom: 100px;
  background-image: url(../images/ab_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.ab_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.ab_1 .ab1_le {
  width: 55.1428571429%;
  padding-top: 8px;
}
.ab_1 .p1 {
  font-weight: 500;
  color: #111;
  font-size: 46px;
}
.ab_1 .p1 .sp1 {
  position: relative;
  display: inline-block;
}
.ab_1 .p1 .sp1::after {
  content: "";
  background-image: url(../images/icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  height: 30px;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-50%, -10%);
}
.ab_1 .p2 {
  font-weight: 500;
  color: #111;
  font-size: 22px;
  margin-top: 8px;
}
.ab_1 .d3 {
  line-height: 1.875;
  font-size: 16px;
  color: #666;
  margin-top: 50px;
}
.ab_1 .ab1_ri {
  width: 39.2857142857%;
}
.ab_1 .ab1_ri .img {
  margin-bottom: 10px;
}
.ab_1 .ab1_ri .img:last-child {
  margin-bottom: 0;
}
.ab_1 .ab1_ri img {
  width: 100%;
}
@media (max-width: 1000px) {
  .ab_1 .ab1_le {
    width: 100%;
  }
  .ab_1 .p1 {
    font-size: 24px;
  }
  .ab_1 .p2 {
    font-size: 18px;
  }
  .ab_1 .d3 {
    font-size: 14px;
  }
  .ab_1 .ab1_ri {
    width: 100%;
    margin-top: 40px;
  }
}

.head-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  transition: all 0.3s;
}
.head-pc .hpc_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 5%;
}
.head-pc .hb_ri {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.head-pc .pc_mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-pc .ul1 {
  display: flex;
  flex-shrink: 0;
  color: #fff;
  position: relative;
  list-style-type: none;
  margin: 0;
  margin-left: 60px;
}
.head-pc .ul1 .li1 {
  margin-right: 90px;
  position: relative;
}
.head-pc .ul1 .li1:last-child {
  margin-right: 0;
}
.head-pc .ul1 .a1 {
  display: block;
  transition: all 0.3s linear;
  white-space: nowrap;
  font-size: 16px;
  color: #222;
  position: relative;
}
.head-pc .ul1 .a1::before {
  content: "";
  width: 80%;
  height: 2px;
  background-color: #0079c9;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.head-pc .ul1 .a1:hover {
  color: #0079c9;
  transition: all 0.3s;
}
.head-pc .ul1 .a1:hover::before {
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.head-pc .search {
  margin: 0 60px;
  display: none;
}
.head-pc .phone {
  display: inline-flex;
  align-items: center;
  color: #222;
  margin-right: 50px;
}
.head-pc .phone img {
  margin-right: 5px;
}
.head-pc .h_btns {
  font-size: 14px;
  border-radius: 50px;
  padding: 8px 25px;
  color: #fff;
  background-color: #0079c9;
  transition: background-color 0.3s;
}
.head-pc .h_btns:hover {
  background-color: #166ab5;
  transition: background-color 0.3s;
}
.head-pc .h_btns a {
  color: #fff;
}
.head-pc .login {
  height: 80px;
  border-left: 1px solid #eee;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}
.head-pc .reg {
  height: 80px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 0 24px;
  background-color: #0079c9;
  white-space: nowrap;
  cursor: pointer;
}
.head-pc .more {
  display: none;
  width: 40px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.head-pc .more::before {
  display: none;
}
.head-pc .more .line {
  width: 30px;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 5px;
  border-radius: 2px;
}
.head-pc .more .sp1 {
  top: 30%;
}
.head-pc .more .sp2 {
  top: 50%;
}
.head-pc .more .sp3 {
  top: 70%;
}
@media (max-width: 1600px) {
  .head-pc .search {
    margin: 0 20px;
  }
  .head-pc .phone {
    margin-right: 20px;
  }
  .head-pc .ul1 .li1 {
    margin-right: 40px;
  }
}
@media (max-width: 1280px) {
  .head-pc .hpc_box {
    height: 50px;
  }
  .head-pc .logo {
    height: 40px;
  }
  .head-pc .logo img {
    max-height: 100%;
  }
  .head-pc .ul1 .a1 {
    font-size: 12px;
  }
  .head-pc .phone {
    margin-right: 20px;
    font-size: 12px;
  }
  .head-pc .login {
    height: 50px;
    font-size: 12px;
    padding: 0 5px;
  }
  .head-pc .reg {
    height: 50px;
    font-size: 12px;
    padding: 0 5px;
  }
}
@media (max-width: 900px) {
  .head-pc .hb_ri {
    justify-content: flex-end;
  }
  .head-pc .ul1 {
    display: none;
  }
  .head-pc .phone .sp1 {
    display: none;
  }
  .head-pc .more {
    display: block;
  }
}

.head-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
  display: none;
}
.head-mobile.show {
  display: block;
}

.head-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.head-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.head-mobile > ul > li {
  padding: 0;
}

.head-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.head-mobile a:hover,
.head-mobile .active,
.head-mobile li:hover > a {
  color: #1977cc;
}

.head-mobile .getstarted {
  margin: 15px;
}

.head-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.head-mobile .dropdown ul li {
  min-width: 200px;
}

.head-mobile .dropdown ul a {
  padding: 10px 20px;
}

.head-mobile .dropdown ul a i {
  font-size: 12px;
}

.head-mobile .dropdown ul a:hover,
.head-mobile .dropdown ul .active:hover,
.head-mobile .dropdown ul li:hover > a {
  color: #1977cc;
}

.head-mobile .dropdown > .dropdown-active {
  display: block;
}