@charset "utf-8";
/*全局样式*/
html {
  overflow-x: hidden;
}
html.active {
  overflow: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
body {
  font-size: 14px;
  font-family: "思源黑体", Microsoft YaHei, pingfang, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #333;
  min-width: 320px;
  word-wrap: break-word;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  appearance: none !important;
  -webkit-appearance: none !important;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
.container-box {
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}
.tr {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.animation-fade-up {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: all 1s;
}
.animation-fade-left {
  opacity: 0;
  position: relative;
  right: -100px;
  transition: all 1s;
}
.animation-fade-right {
  opacity: 0;
  position: relative;
  left: -100%;
}
.animation-zoom-in {
  transform: scale(0.3);
  transition: all 1s;
  opacity: 0;
}
.animation-fade-in {
  opacity: 0;
  transition: all 1s;
}
.animation-fade-zoom {
  transform: scale(1.1);
  transition: all 2s;
}
.animation-fade-zoom-out {
  transform: scale(0.6);
  transition: all 1s;
  opacity: 0;
}
.animation-fade-transparent {
  opacity: 0;
  transition: all 0s;
}
.start-animation .animation-fade-up {
  opacity: 1;
  top: 0;
}
.start-animation .animation-fade-left {
  opacity: 1;
  right: 0;
}
.start-animation .animation-fade-right {
  opacity: 1;
  left: 0;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.start-animation .animation-zoom-in {
  transform: scale(1);
  opacity: 1;
}
.start-animation .animation-fade-in {
  opacity: 1;
}
.start-animation .animation-fade-zoom {
  transform: scale(1);
}
.start-animation .animation-fade-zoom-out {
  transform: scale(1);
  opacity: 1;
  transition: all 3s;
}
.start-animation .animation-fade-transparent {
  opacity: 1;
  transition: all 3s;
}
.mCustomScrollBox {
  padding-right: 8px;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #5271c9 !important;
  border-radius: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: #dcdcdc;
  border-radius: 0;
}
#page {
  margin-top: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 100;
}
#page button {
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #666;
  background: transparent;
  text-align: center;
  margin: 0 5px;
  transition: all .3s;
  padding: 0;
  vertical-align: top;
  border: none;
}
#page button:disabled {
  cursor: no-drop;
  background-color: transparent;
}
#page button:disabled:hover {
  background-color: transparent !important;
}
#page #firstPage,
#page #lastPage,
#page #nextPage,
#page #prePage {
  width: 40px;
  font-size: 16px;
  color: #999;
  font-size: 0;
}
#page #firstPage {
  background-image: url(../images/icon12.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-color: #eee;
}
#page #prePage {
  background-image: url(../images/left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px auto;
}
#page #prePage:hover {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
}
#page #nextPage {
  background-image: url(../images/left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px auto;
  transform: rotateY(180deg);
}
#page #nextPage:hover {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
}
#page #lastPage {
  background-image: url(../images/icon12.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  transform: rotateY(180deg);
  background-color: #eee;
}
#page .current {
  background-color: #fff;
  border-color: #fff;
  color: #0053a6;
  border-radius: 3px;
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
}
#page .totalPages {
  margin: 0 10px;
}
#page .totalPages span,
#page .totalSize span {
  color: #0073A9;
  margin: 0 5px;
}
#page .totalNum {
  font-size: 16px;
  color: #777;
}
#page.page_div_2 {
  margin-top: 60px;
}
#page.page_div_3 {
  margin-top: 60px;
}
.loading {
  height: 60px;
  background-color: #2572ff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading h5 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}
.loading i {
  font-size: 35px;
  color: #fff;
  animation: loading 1s infinite linear;
  display: none;
  position: relative;
  z-index: 10;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ydd_btn {
  width: 40px;
  position: fixed;
  top: 18px;
  right: 10px;
  z-index: 9000;
  padding: 5px;
  border-radius: 5px;
}
.ydd_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #0053a6;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.nav7 {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 15px 30px 15px;
  transition: all .3s;
}
.nav7.active {
  right: 0;
}
.nav7 .top {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
.nav7 .top .logo {
  height: 30px;
}
.nav7 .top .off {
  width: 30px;
  height: 30px;
  position: relative;
}
.nav7 .top .off::before,
.nav7 .top .off::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.nav7 .top .off::before {
  transform: rotate(45deg);
}
.nav7 .top .off::after {
  transform: rotate(-45deg);
}
.nav7 .nav7-con {
  height: calc(100% - 120px);
  overflow: auto;
  margin-bottom: 10px;
}
.nav7 .nav7-con .list {
  overflow: hidden;
}
.nav7 .nav7-con .list a {
  display: block;
  position: relative;
  transition: all .3s;
  font-family: "Roboto Regular";
}
.nav7 .nav7-con .list .a-1 {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav7 .nav7-con .list .a-1.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 13px;
  transition: all .3s;
}
.nav7 .nav7-con .list .a-1.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list .a-1 img {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.nav7 .nav7-con .list ul {
  padding: 10px 0 0 32px;
  display: none;
}
.nav7 .nav7-con .list ul li .a-2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 .nav7-con .list ul li .a-2.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 12px;
  transition: all .3s;
}
.nav7 .nav7-con .list ul li .a-2.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list ul li dl {
  display: none;
  padding-left: 28px;
  padding-top: 8px;
}
.nav7 .nav7-con .list ul li dl dd a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 form {
  width: calc(100% - 30px);
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 15px;
  border: 1px solid #0053a6;
}
.nav7 form input {
  width: calc(100% - 60px);
  height: 40px;
  border: none;
  padding: 0 10px;
}
.nav7 form input:focus {
  outline: none;
}
.nav7 form button {
  width: 60px;
  height: 40px;
  border: none;
  background: #0053a6;
  color: #fff;
}
.video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  transition: all .3s;
}
.video-popup .icon-plus {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .3s;
}
.video-popup .icon-plus::before,
.video-popup .icon-plus::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.video-popup .icon-plus::before {
  transform: rotate(45deg);
}
.video-popup .icon-plus::after {
  transform: rotate(-45deg);
}
.video-popup .con-box {
  width: 100%;
  height: 100%;
  max-height: 60%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-popup .con-box video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #000;
}
.video-popup.active {
  top: 0;
}
.warning_popup {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 10px;
}
.warning_popup.active {
  top: 50%;
  opacity: 1;
}
#body-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  display: none;
}
#body-mask.active {
  display: block;
}
header {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(238, 238, 238, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
header .logo {
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
  display: flex;
  align-items: center;
}
header .logo img {
  width: 120px;
}
header .right {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
header .right ul {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right ul li {
  margin-left: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
header .right ul li a {
  font-size: 16px;
  color: #222;
  transition: all .3s;
}
header .right ul li a:hover {
  color: #0053a6;
}
header .right ul li.language dl {
  position: relative;
}
header .right ul li.language dl dt {
  font-size: 16px;
  font-weight: normal;
  color: #222;
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .right ul li.language dl .dd-box {
  position: absolute;
  width: 120px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 10px 0;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .right ul li.language dl .dd-box a {
  line-height: 35px;
  display: block;
  text-align: center;
}
header .right ul li.language dl:hover dt {
  color: #0053a6;
}
header .right ul li.language dl:hover .dd-box {
  display: block;
}
header .right ul li.search {
  background-color: #0053a6;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px auto;
  width: 80px;
  cursor: pointer;
}
header .right ul li.off {
  display: none;
}
header nav {
  height: 100%;
}
header nav ul {
  display: flex;
  height: 100%;
}
header nav ul li {
  margin: 0 35px;
  height: 100%;
  position: relative;
}
header nav ul li::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0053a5;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
header nav ul li a {
  font-size: 16px;
  color: #222;
  transition: all .3s;
  height: 100%;
  display: flex;
  align-items: center;
}
header nav ul li a:hover {
  color: #0053a6;
}
header nav ul li:hover .nav-2 {
  display: block;
}
header nav ul li:hover .nav-3 {
  display: block;
}
header nav ul li.active::before {
  opacity: 1;
}
header nav ul li.active .a-1 {
  color: #0053a6;
}
header.active {
  background-color: #fff;
}
header .nav-2 {
  width: 100%;
  height: 460px;
  background-color: #fff;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 1000;
  display: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
header .nav-2 .left {
  width: 30%;
  height: 100%;
  background: #f6f7fa url(../images/img17.jpg) no-repeat right bottom;
  padding: 50px 50px 50px 1.25rem;
}
header .nav-2 .left .title {
  font-size: 18px;
  color: #222;
}
header .nav-2 .left .text {
  font-size: 14px;
  color: #555;
  line-height: 26px;
  margin-top: 20px;
}
header .nav-2 .right {
  width: 70%;
  padding: 50px 1.25rem 50px 50px;
}
header .nav-2 .right .dl-box {
  margin: 0 -10px;
  max-height: 100%;
  overflow: auto;
}
header .nav-2 .right .dl-box dl {
  width: 25%;
  padding: 0 10px;
  float: left;
}
header .nav-2 .right .dl-box dl .box {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
header .nav-2 .right .dl-box dl .box dt {
  font-weight: normal;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header .nav-2 .right .dl-box dl .box dt a {
  font-size: 16px;
  color: #0053a6;
  line-height: 36px;
  display: initial;
}
header .nav-2 .right .dl-box dl .box dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header .nav-2 .right .dl-box dl .box dd a {
  display: initial;
  font-size: 16px;
  color: #555;
  line-height: 36px;
  transition: all .3s;
}
header .nav-2 .right .dl-box dl .box dd a:hover,
header .nav-2 .right .dl-box dl .box dd a.active {
  color: #0053a6;
}
header .nav-3 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  min-width: 150px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 10px;
  white-space: nowrap;
}
header .nav-3 dl dd a {
  display: block;
  line-height: 40px;
  text-align: center;
}
header .nav-3 dl dd a.active {
  color: #0053a6;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide {
  overflow: hidden;
}
.banner .swiper-container .swiper-slide .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  padding-top: 80px;
}
.banner .swiper-container .swiper-slide .text-box .container-box h5 {
  font-size: 48px;
  color: #222;
  position: relative;
  left: -150px;
  transition: all 1s;
  opacity: 0;
}
.banner .swiper-container .swiper-slide .text-box .container-box p {
  font-size: 18px;
  color: #777;
  margin: 35px 0 80px;
  position: relative;
  left: -150px;
  transition: all 1s;
  opacity: 0;
}
.banner .swiper-container .swiper-slide .text-box .container-box .more {
  position: relative;
  left: -150px;
  transition: all 1s;
  opacity: 0;
}
.banner .swiper-container .swiper-slide .text-box .container-box .more a {
  display: block;
  width: 150px;
  line-height: 46px;
  background-color: #0053a6;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: all .3s;
}
.banner .swiper-container .swiper-slide .text-box .container-box .more a:hover {
  background-color: #07396a;
}
.banner .swiper-container .swiper-slide .text-box.off .container-box h5,
.banner .swiper-container .swiper-slide .text-box.off .container-box p,
.banner .swiper-container .swiper-slide .text-box.off .container-box .more {
  transition: initial;
}
.banner .swiper-container .swiper-slide .text-box.active .container-box h5,
.banner .swiper-container .swiper-slide .text-box.active .container-box p,
.banner .swiper-container .swiper-slide .text-box.active .container-box .more {
  left: 0;
  opacity: 1;
}
.banner .swiper-container .swiper-slide .text-box.active .container-box p {
  transition-delay: .2s;
}
.banner .swiper-container .swiper-slide .text-box.active .container-box .more {
  transition-delay: .4s;
}
.banner .swiper-container .swiper-slide video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  object-fit: contain;
}
.banner .swiper-container .swiper-slide video:focus {
  outline: none;
}
.banner .swiper-container .swiper-slide.color .text-box .container-box h5 {
  color: #fff;
}
.banner .swiper-container .swiper-slide.color .text-box .container-box p {
  color: #fff;
}
.banner .swiper-container .swiper-slide.color .text-box .container-box .more a {
  border: 1px solid #fff;
}
.banner .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 1000;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  margin: 0 5px;
  transition: all .3s;
  border: 1px solid #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.title1 {
  text-align: center;
  margin: 100px 0 60px;
}
.title1 h5 {
  font-size: 36px;
  color: #222;
  line-height: 1.3;
}
.title1 p {
  font-size: 18px;
  color: #555;
  line-height: 1.5;
  margin-top: 20px;
}
.nav1 {
  position: relative;
}
.nav1 .swiper-container {
  margin: 0 -25px;
}
.nav1 .swiper-container .swiper-slide {
  /*padding: 0 25px 20px;*/
  padding: 0 15px;
  width: 33.3%!important;
}
.nav1 .swiper-container .swiper-slide::before {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #0053a6;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
  opacity: 0;
}
.nav1 .swiper-container .swiper-slide .list {
  display: flex;
  align-items: center;
  height: 120px;
  padding-left: 30px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  cursor: pointer;
}
.nav1 .swiper-container .swiper-slide .list .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
.nav1 .swiper-container .swiper-slide .list .icon img {
  max-width: 100%;
  max-height: 100%;
  transition: all .3s;
}
.nav1 .swiper-container .swiper-slide .list .text-box {
  padding-left: 20px;
  width: calc(100% - 50px);
}
.nav1 .swiper-container .swiper-slide .list .text-box h5 {
  font-size: 20px;
  color: #222;
  transition: all .3s;
}
.nav1 .swiper-container .swiper-slide .list .text-box p {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
  transition: all .3s;
}
.nav1 .swiper-container .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.nav1 .swiper-container .swiper-slide.swiper-slide-thumb-active .list .text-box h5 {
  color: #0053a6;
}
.nav1 .swiper-container .swiper-slide.swiper-slide-thumb-active .list .text-box p {
  color: #0053a6;
}
.nav1.nav1-2 .swiper-container .swiper-slide .list {
  padding: 0 50px;
  height: 150px;
}
.nav1.nav1-2 .swiper-container .swiper-slide .list .icon {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}
.nav1.nav1-2 .swiper-container .swiper-slide .list .icon.is-leave {
  -webkit-animation: icon-leave 0.3s steps(25) forwards;
  animation: icon-leave 0.3s steps(25) forwards;
}
.nav1.nav1-2 .swiper-container .swiper-slide .list .icon.is-enter {
  -webkit-animation: icon-enter 0.3s steps(25) forwards;
  animation: icon-enter 0.3s steps(25) forwards;
}
.nav1.nav1-2 .swiper-container .swiper-slide .list .text-box {
  width: calc(100% - 120px);
}
.nav1.nav1-2 .swiper-container .swiper-slide .list .text-box h5 {
  line-height: 30px;
}
.nav1.nav1-2 .swiper-container .swiper-slide.active::before {
  opacity: 1;
}
@-webkit-keyframes icon-enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -3000px;
  }
}
@keyframes icon-enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -3000px;
  }
}
@-webkit-keyframes icon-leave {
  0% {
    background-position: 0 -3000px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes icon-leave {
  0% {
    background-position: 0 -3000px;
  }
  to {
    background-position: 0 0;
  }
}
.nav1 .but {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.nav1 .but i {
  font-size: 14px;
  color: #b0b6c3;
}
.nav1 .but.but-prev {
  left: -100px;
}
.nav1 .but.but-prev i {
  transform: rotate(90deg);
}
.nav1 .but.but-next {
  right: -100px;
}
.nav1 .but.but-next i {
  transform: rotate(-90deg);
}
.nav1 .but:hover i {
  color: #175ce6;
}
.main1 {
  overflow: hidden;
}
.main1 .con2 {
  padding: 60px 0 50px;
  margin-top: 20px;
  background-color: #f6f7fa;
}
.main1 .con2 .container-box {
  display: flex;
  justify-content: space-between;
}
.main1 .con2 .container-box .left {
  width: 350px;
  height: 460px;
}
.main1 .con2 .container-box .left a {
  display: block;
  height: 100%;
  background: url(../images/bg1.jpg) no-repeat center center / cover;
  padding: 30px;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
}
.main1 .con2 .container-box .left a h5 {
  font-size: 24px;
  color: #222;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  transition: all .3s;
}
.main1 .con2 .container-box .left a .text {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin: 20px 0 40px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 2;
}
.main1 .con2 .container-box .left a p {
  font-size: 16px;
  color: #0053a6;
  position: relative;
  z-index: 2;
}
.main1 .con2 .container-box .left a img {
  max-width: 100%;
  max-height: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .3s;
}
.main1 .con2 .container-box .right {
  width: calc(100% - 350px);
  padding-left: 20px;
}
.main1 .con2 .container-box .right ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.main1 .con2 .container-box .right ul li {
  width: 33.33333333%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.main1 .con2 .container-box .right ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  transition: all .3s;
  height: 225px;
  padding: 0 30px;
  border-radius: 4px;
}
.main1 .con2 .container-box .right ul li a h5 {
  display: flex;
  align-items: center;
}
.main1 .con2 .container-box .right ul li a h5 .icon {
  width: 60px;
  height: 60px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all .3s;
}
.main1 .con2 .container-box .right ul li a h5 .icon.is-leave {
  -webkit-animation: main1_con2_right_icon_leave 0.3s steps(25) forwards;
  animation: main1_con2_right_icon_leave 0.3s steps(25) forwards;
}
.main1 .con2 .container-box .right ul li a h5 .icon.is-enter {
  -webkit-animation: main1_con2_right_icon_enter 0.3s steps(25) forwards;
  animation: main1_con2_right_icon_enter 0.3s steps(25) forwards;
}
.main1 .con2 .container-box .right ul li a h5 .icon img {
  max-width: 100%;
  max-height: 100%;
}
.main1 .con2 .container-box .right ul li a h5 p {
  width: calc(100% - 60px);
  padding-left: 20px;
  line-height: 1.5;
  font-size: 20px;
  color: #222;
  transition: all .3s;
}
.main1 .con2 .container-box .right ul li a .text {
  font-size: 16px;
  color: #555;
  margin: 20px 0;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main1 .con2 .container-box .right ul li a .more {
  font-size: 16px;
  color: #555;
}
@-webkit-keyframes main1_con2_right_icon_enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1500px;
  }
}
@keyframes main1_con2_right_icon_enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1500px;
  }
}
@-webkit-keyframes main1_con2_right_icon_leave {
  0% {
    background-position: 0 -1500px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes main1_con2_right_icon_leave {
  0% {
    background-position: 0 -1500px;
  }
  to {
    background-position: 0 0;
  }
}
.main1 .con2.con2-2 {
  position: relative;
  padding-bottom: 20px;
}
.main1 .con2.con2-2 .container-box {
  display: block;
}
.main1 .con2.con2-2 .container-box .swiper-container .swiper-slide .container-box {
  display: flex;
  padding: 0;
}
.main1 .con2.con2-2 .swiper-container {
  padding-bottom: 20px;
}
.main1 .con2.con2-2 .swiper-container .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
}
.main1 .con2.con2-2 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.main1 .con2.con2-2 .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.main2 {
  overflow: hidden;
}
.main2 .con1 {
  display: flex;
  justify-content: space-between;
}
.main2 .con1 .left {
  width: calc(100% - 460px);
  padding-right: 30px;
}
.main2 .con1 .left ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main2 .con1 .left ul li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main2 .con1 .left ul li .li-con {
  height: 180px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 4px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  cursor: pointer;
  transition: all .3s;
}
.main2 .con1 .left ul li .li-con .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}
.main2 .con1 .left ul li .li-con .icon.is-leave {
  -webkit-animation: main2_con1_left_li_con_leave 0.3s steps(25) forwards;
  animation: main2_con1_left_li_con_leave 0.3s steps(25) forwards;
}
.main2 .con1 .left ul li .li-con .icon.is-enter {
  -webkit-animation: main2_con1_left_li_con_enter 0.3s steps(25) forwards;
  animation: main2_con1_left_li_con_enter 0.3s steps(25) forwards;
}
.main2 .con1 .left ul li .li-con .icon.is-leave-2 {
  -webkit-animation: main2_con1_left_li_con_leave_2 0.5s steps(51) forwards;
  animation: main2_con1_left_li_con_leave_2 0.5s steps(51) forwards;
}
.main2 .con1 .left ul li .li-con .icon.is-enter-2 {
  -webkit-animation: main2_con1_left_li_con_enter_2 0.5s steps(51) forwards;
  animation: main2_con1_left_li_con_enter_2 0.5s steps(51) forwards;
}
.main2 .con1 .left ul li .li-con .icon img {
  max-width: 100%;
  max-height: 100%;
}
.main2 .con1 .left ul li .li-con .text-box {
  padding-left: 30px;
  width: calc(100% - 120px);
}
.main2 .con1 .left ul li .li-con .text-box h5 {
  font-size: 24px;
  color: #222;
  line-height: 1.5;
}
.main2 .con1 .left ul li .li-con .text-box p {
  font-size: 16px;
  color: #555;
  margin-top: 15px;
  line-height: 1.5;
}
.main2 .con1 .left ul li .li-con.active {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
@-webkit-keyframes main2_con1_left_li_con_enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -3000px;
  }
}
@keyframes main2_con1_left_li_con_enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -3000px;
  }
}
@-webkit-keyframes main2_con1_left_li_con_leave {
  0% {
    background-position: 0 -3000px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes main2_con1_left_li_con_leave {
  0% {
    background-position: 0 -3000px;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes main2_con1_left_li_con_enter_2 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -6120px;
  }
}
@keyframes main2_con1_left_li_con_enter_2 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -6120px;
  }
}
@-webkit-keyframes main2_con1_left_li_con_leave_2 {
  0% {
    background-position: 0 -6120px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes main2_con1_left_li_con_leave_2 {
  0% {
    background-position: 0 -6120px;
  }
  to {
    background-position: 0 0;
  }
}
.main2 .con1 .right {
  width: 460px;
  height: 600px;
}
.main2 .con1 .right a {
  display: block;
  position: relative;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  padding: 40px;
}
.main2 .con1 .right a h5 {
  font-size: 24px;
  color: #222;
}
.main2 .con1 .right a .text {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 20px 0 40px;
}
.main2 .con1 .right a p {
  font-size: 16px;
  color: #0053a6;
}
.main2 .con1 .right a img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
}
.main2 .con1 .right a .img {
  width: 346px;
  height: 249px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.main2 .con1 .right a .img.is-leave {
  -webkit-animation: main2_con1_right_img_icon_leave 0.3s steps(25) forwards;
  animation: main2_con1_right_img_icon_leave 0.3s steps(25) forwards;
}
.main2 .con1 .right a .img.is-enter {
  -webkit-animation: main2_con1_right_img_icon_enter 0.3s steps(25) forwards;
  animation: main2_con1_right_img_icon_enter 0.3s steps(25) forwards;
}
.main2 .con1 .right a .img.is-leave-2 {
  -webkit-animation: main2_con1_right_img_icon_leave_2 0.5s steps(51) forwards;
  animation: main2_con1_right_img_icon_leave_2 0.5s steps(51) forwards;
}
.main2 .con1 .right a .img.is-enter-2 {
  -webkit-animation: main2_con1_right_img_icon_enter_2 0.5s steps(51) forwards;
  animation: main2_con1_right_img_icon_enter_2 0.5s steps(51) forwards;
}
@-webkit-keyframes main2_con1_right_img_icon_enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -6225px;
  }
}
@keyframes main2_con1_right_img_icon_enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -6225px;
  }
}
@-webkit-keyframes main2_con1_right_img_icon_leave {
  0% {
    background-position: 0 -6225px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes main2_con1_right_img_icon_leave {
  0% {
    background-position: 0 -6225px;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes main2_con1_right_img_icon_enter_2 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -12699px;
  }
}
@keyframes main2_con1_right_img_icon_enter_2 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -12699px;
  }
}
@-webkit-keyframes main2_con1_right_img_icon_leave_2 {
  0% {
    background-position: 0 -12699px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes main2_con1_right_img_icon_leave_2 {
  0% {
    background-position: 0 -12699px;
  }
  to {
    background-position: 0 0;
  }
}
.main2 .con2 {
  padding-bottom: 30px;
  position: relative;
}
.main2 .con2 .swiper-slide a {
  display: block;
  position: relative;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  padding: 20px;
}
.main2 .con2 .swiper-slide a h5 {
  font-size: 18px;
  color: #222;
  position: relative;
  z-index: 2;
}
.main2 .con2 .swiper-slide a .text {
  font-size: 14px;
  line-height: 25px;
  height: 75px;
  color: #555;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 20px 0 30px;
  position: relative;
  z-index: 2;
}
.main2 .con2 .swiper-slide a p {
  font-size: 14px;
  color: #0053a6;
  position: relative;
  z-index: 2;
}
.main2 .con2 .swiper-slide a img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 60%;
}
.main2 .con2 .swiper-slide a .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 86px;
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.main2 .con2 .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
}
.main2 .con2 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.main2 .con2 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.main3 {
  overflow: hidden;
  margin-top: 30px;
  padding-top: 1px;
  padding-bottom: 50px;
  background-color: #f6f7fa;
}
.main3 .con1 {
  position: relative;
}
.main3 .con1::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 1px;
  left: 0;
}
.main3 .con1 .swiper-slide {
  display: flex;
  justify-content: center;
}
.main3 .con1 .swiper-slide .list {
  height: 70px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
}
.main3 .con1 .swiper-slide .list::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0053a6;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.main3 .con1 .swiper-slide .list .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.main3 .con1 .swiper-slide .list .icon.is-leave {
  -webkit-animation: main3_con1_icon_leave 0.3s steps(25) forwards;
  animation: main3_con1_icon_leave 0.3s steps(25) forwards;
}
.main3 .con1 .swiper-slide .list .icon.is-enter {
  -webkit-animation: main3_con1_icon_enter 0.3s steps(25) forwards;
  animation: main3_con1_icon_enter 0.3s steps(25) forwards;
}
.main3 .con1 .swiper-slide .list .icon.is-leave-2 {
  -webkit-animation: main3_con1_icon_leave_2 0.3s steps(51) forwards;
  animation: main3_con1_icon_leave_2 0.3s steps(51) forwards;
}
.main3 .con1 .swiper-slide .list .icon.is-enter-2 {
  -webkit-animation: main3_con1_icon_enter_2 0.3s steps(51) forwards;
  animation: main3_con1_icon_enter_2 0.3s steps(51) forwards;
}
.main3 .con1 .swiper-slide .list .icon img {
  max-width: 100%;
  max-height: 100%;
}
.main3 .con1 .swiper-slide .list h5 {
  width: calc(100% - 60px);
  font-size: 20px;
  color: #222;
  padding-left: 10px;
}
.main3 .con1 .swiper-slide.swiper-slide-thumb-active .list::before {
  opacity: 1;
}
.main3 .con1 .container-box {
  position: relative;
}
.main3 .con1 .but {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.main3 .con1 .but i {
  font-size: 14px;
  color: #b0b6c3;
}
.main3 .con1 .but.but-prev {
  left: -100px;
}
.main3 .con1 .but.but-prev i {
  transform: rotate(90deg);
}
.main3 .con1 .but.but-next {
  right: -100px;
}
.main3 .con1 .but.but-next i {
  transform: rotate(-90deg);
}
.main3 .con1 .but:hover i {
  color: #175ce6;
}
@-webkit-keyframes main3_con1_icon_enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1500px;
  }
}
@keyframes main3_con1_icon_enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1500px;
  }
}
@-webkit-keyframes main3_con1_icon_leave {
  0% {
    background-position: 0 -1500px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes main3_con1_icon_leave {
  0% {
    background-position: 0 -1500px;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes main3_con1_icon_enter_2 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -3060px;
  }
}
@keyframes main3_con1_icon_enter_2 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -3060px;
  }
}
@-webkit-keyframes main3_con1_icon_leave_2 {
  0% {
    background-position: 0 -3060px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes main3_con1_icon_leave_2 {
  0% {
    background-position: 0 -3060px;
  }
  to {
    background-position: 0 0;
  }
}
.main3 .con2 {
  margin-top: 60px;
}
.main3 .con2 .container-box {
  position: relative;
}
.main3 .con2 .container-box .swiper-container {
  padding: 10px;
}
.main3 .con2 .container-box .swiper-container .swiper-slide ul {
  display: flex;
  margin: 0 -30px;
}
.main3 .con2 .container-box .swiper-container .swiper-slide ul li {
  width: 50%;
  padding: 0 30px;
}
.main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con {
  border: 2px solid #fff;
  height: 320px;
  padding: 0 60px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .icon {
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .icon img {
  max-width: 100%;
  max-height: 100%;
}
.main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .text {
  font-size: 18px;
  color: #555;
  line-height: 36px;
  height: 108px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 30px 0;
}
.main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .bottom {
  font-size: 18px;
  color: #222;
  display: flex;
  justify-content: flex-end;
}
.main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .bottom p {
  position: relative;
}
.main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .bottom p::before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 5px;
}
.main3 .con2 .container-box .swiper-container .swiper-slide .li-con {
  border: 2px solid #fff;
  height: 320px;
  padding: 0 60px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main3 .con2 .container-box .swiper-container .swiper-slide .li-con .icon {
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main3 .con2 .container-box .swiper-container .swiper-slide .li-con .icon img {
  max-width: 100%;
  max-height: 100%;
}
.main3 .con2 .container-box .swiper-container .swiper-slide .li-con .text {
  font-size: 18px;
  color: #555;
  line-height: 36px;
  height: 108px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 30px 0;
}
.main3 .con2 .container-box .swiper-container .swiper-slide .li-con .bottom {
  font-size: 18px;
  color: #222;
  display: flex;
  justify-content: flex-end;
}
.main3 .con2 .container-box .swiper-container .swiper-slide .li-con .bottom p {
  position: relative;
}
.main3 .con2 .container-box .swiper-container .swiper-slide .li-con .bottom p::before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 5px;
}
.main3 .con2 .container-box .but {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.main3 .con2 .container-box .but i {
  font-size: 14px;
  color: #b0b6c3;
}
.main3 .con2 .container-box .but.but-prev {
  left: -100px;
}
.main3 .con2 .container-box .but.but-prev i {
  transform: rotate(90deg);
}
.main3 .con2 .container-box .but.but-next {
  right: -100px;
}
.main3 .con2 .container-box .but.but-next i {
  transform: rotate(-90deg);
}
.main3 .con2 .container-box .but:hover i {
  color: #175ce6;
}
.main3 .con2 .container-box .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  line-height: 1;
}
.main3 .con2 .container-box .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.main3 .con2 .container-box .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.main4 {
  overflow: hidden;
  padding-bottom: 40px;
}
.main4 ul {
  display: flex;
  flex-wrap: wrap;
}
.main4 ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main4 ul li .li-con {
  height: 300px;
  border: 2px solid #fff;
  padding: 30px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  position: relative;
}
.main4 ul li .li-con::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg2.jpg) no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.main4 ul li .li-con h5 {
  font-size: 20px;
  color: #222;
  position: relative;
  transition: all .3s;
}
.main4 ul li .li-con .text {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  height: 60px;
  margin: 20px 0;
  position: relative;
  overflow: auto;
}
.main4 ul li .li-con .dl-box {
  height: 118px;
  overflow: auto;
  position: relative;
}
.main4 ul li .li-con .dl-box dl {
  display: flex;
  flex-wrap: wrap;
}
.main4 ul li .li-con .dl-box dl dd {
  margin-right: 15px;
  margin-bottom: 15px;
}
.main4 ul li .li-con .dl-box dl dd a {
  display: block;
  font-size: 16px;
  color: #0053a6;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
}
.main4 ul li .li-con .dl-box dl dd a:hover {
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: inset 7.071px 7.071px 20px 0px rgba(220, 223, 230, 0.8);
}
.main4 ul li .li-con:hover::before {
  opacity: 1;
}
.main4 ul li .li-con:hover h5 {
  color: #0053a6;
}
.main5 {
  background-color: #f6f7fa;
  padding: 1px 0;
  position: relative;
  overflow: hidden;
}
.main5::before {
  content: "";
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main5 .container-box {
  position: relative;
}
.main5 .con1 {
  text-align: center;
  position: relative;
  max-width: 1137px;
  margin: 0 auto;
}
.main5 .con1 .earth {
  display: block;
  width: 800px;
  height: 800px;
  margin: 0 auto;
}
.main5 .con1 #globe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main5 .con1 #globe ellipse {
  transform-origin: left center;
}
.main5 .con1 #globe #circle-box {
  opacity: 0;
  transition: all 1.5s;
}
.main5 .con1 #globe #circle-box.active {
  opacity: 1;
}
.main5 .con1 #globe #line-box {
  opacity: 0;
  transition: all .5s;
}
.main5 .con1 #globe #line-box.active {
  opacity: 1;
}
.main5 .con1 #globe #activity-Dot circle {
  opacity: 0;
}
.main5 .con1 #globe #activity-Dot circle:nth-child(2) {
  transition-delay: 5s;
}
.main5 .con1 #globe #activity-Dot circle:nth-child(3) {
  transition-delay: 2s;
}
.main5 .con1 #globe #activity-Dot circle:nth-child(4) {
  transition-delay: 7s;
}
.main5 .con1 #globe #activity-Dot.active circle {
  opacity: 1;
}
.main5 .con2 {
  width: 100%;
  font-size: 18px;
  color: #222;
  line-height: 36px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  padding: 40px 70px;
  border: 2px solid #fff;
  /*position: absolute;*/
  /*bottom: -30px;*/
  margin-top: -200px;
}
.main5 .con2 P {
  margin-top: 50px;
}
.main5 .con2 P:first-child {
  margin-top: 0;
}
.main6 {
  overflow: hidden;
}
.main6 .con1 {
  position: relative;
}
.main6 .con1 .swiper-container {
  margin: 0 -10px;
  padding: 10px;
}
.main6 .con1 .swiper-container .swiper-slide a {
  display: block;
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 4.243px 4.243px 24px 0px #f0f2f8;
  background-color: #fff;
  transition: all .3s;
  overflow: hidden;
}
.main6 .con1 .swiper-container .swiper-slide a .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s;
}
.main6 .con1 .swiper-container .swiper-slide a:hover {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.main6 .con1 .swiper-container .swiper-slide a:hover .img {
  transform: scale(1.1);
}
.main6 .con1 .but {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.main6 .con1 .but i {
  font-size: 14px;
  color: #b0b6c3;
}
.main6 .con1 .but.but-prev {
  left: -100px;
}
.main6 .con1 .but.but-prev i {
  transform: rotate(90deg);
}
.main6 .con1 .but.but-next {
  right: -100px;
}
.main6 .con1 .but.but-next i {
  transform: rotate(-90deg);
}
.main6 .con1 .but:hover i {
  color: #175ce6;
}
.main6 .con1 .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1;
}
.main6 .con1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.main6 .con1 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.main7 {
  background: url(../images/bg3.jpg) no-repeat center center / cover;
  padding: 70px 0;
  margin-top: 90px;
}
.main7 h5 {
  font-size: 36px;
  color: #222;
  line-height: 1.3;
}
.main7 ul {
  display: flex;
  margin-top: 30px;
}
.main7 ul li {
  margin-right: 10px;
}
.main7 ul li a {
  display: block;
  width: 150px;
  line-height: 46px;
  background-color: #0053a6;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: all .3s;
}
.main7 ul li a:hover {
  background-color: #053a6e;
}
footer {
  background-color: #262a33;
}
footer .top {
  padding: 60px 0;
  display: flex;
}
footer .top .left {
  width: 360px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
footer .top .left .logo2 {
  width: 150px;
}
footer .top .left h5 {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin-top: 15px;
}
footer .top .left ul {
  display: flex;
  margin: 40px 0 30px;
}
footer .top .left ul li {
  text-align: center;
  margin-right: 30px;
}
footer .top .left ul li img {
  width: 80px;
  height: 80px;
}
footer .top .left ul li p {
  color: #fff;
  margin-top: 8px;
}
footer .top .left dl {
  display: flex;
}
footer .top .left dl dd {
  margin-right: 10px;
}
footer .top .left dl dd a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all .3s;
  background-color: #31353d;
  position: relative;
}
footer .top .left dl dd a .img {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100px;
  height: 100px;
  display: none;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
footer .top .left dl dd a .img::before {
  content: "";
  border-left: 5px solid  transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  top: 100%;
  left: 12px;
  margin-top: 2px;
}
footer .top .left dl dd a .img img {
  width: 100%;
  height: 100%;
}
footer .top .left dl dd a i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: all .3s;
}
footer .top .left dl dd a:hover {
  background-color: #0053a6;
}
footer .top .left dl dd a:hover i {
  color: #fff;
}
footer .top .left dl dd a:hover .img {
  display: block;
}
footer .top .right {
  width: calc(100% - 360px);
}
footer .top .right .dl-box {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
}
footer .top .right .dl-box dl {
  max-width: 16.66666%;
  display: flex;
  justify-content: flex-end;
  padding: 0 5px;
}
footer .top .right .dl-box dl .box {
  max-width: 100%;
}
footer .top .right .dl-box dl .box dt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  margin-bottom: 10px;
}
footer .top .right .dl-box dl .box dt a {
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  transition: all .3s;
}
footer .top .right .dl-box dl .box dt a:hover {
  color: #419af3;
}
footer .top .right .dl-box dl .box dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.7);
}
footer .top .right .dl-box dl .box dd a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 35px;
  transition: all .3s;
}
footer .top .right .dl-box dl .box dd a:hover {
  color: #419af3;
}
footer .top .right .dl-box dl:last-child {
  padding-right: 0;
}
footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bottom a {
  color: rgba(255, 255, 255, 0.7);
  transition: all .3s;
}
footer .bottom a:hover {
  color: #419af3;
}
footer .bottom ul {
  display: flex;
}
footer .bottom ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  line-height: 1;
  padding-left: 10px;
  margin-left: 10px;
}
footer .bottom ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
footer .bottom .left a {
  margin: 0 10px;
}
.banner2 {
  height: 3.02083333rem;
  min-height: 260px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner2 img {
  width: 100%;
}
.banner2 .con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
}
.banner2 .con .text-box {
  max-width: 500px;
}
.banner2 .con .text-box h5 {
  font-size: 42px;
  color: #222;
}
.banner2 .con .text-box .text {
  font-size: 18px;
  color: #555;
  line-height: 30px;
  margin-top: 30px;
}
.nav2 {
  position: relative;
  z-index: 100;
}
.nav2 .container-box {
  display: flex;
}
.nav2 .container-box .swiper-container {
  padding: 20px;
  margin: -70px -20px 0;
}
.nav2 .container-box .swiper-container .swiper-slide {
  width: auto;
  margin-right: 20px;
}
.nav2 .container-box .swiper-container .swiper-slide a {
  display: flex;
  width: 260px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #fff;
  align-items: center;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  padding-left: 30px;
  transition: all .3s;
}
.nav2 .container-box .swiper-container .swiper-slide a .img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
.nav2 .container-box .swiper-container .swiper-slide a .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .3s;
}
.nav2 .container-box .swiper-container .swiper-slide a .text-box {
  margin-left: 20px;
}
.nav2 .container-box .swiper-container .swiper-slide a .text-box h5 {
  font-size: 20px;
  color: #222;
  transition: all .3s;
}
.nav2 .container-box .swiper-container .swiper-slide a .text-box p {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  transition: all .3s;
}
.nav2 .container-box .swiper-container .swiper-slide a:hover .text-box h5,
.nav2 .container-box .swiper-container .swiper-slide a.active .text-box h5 {
  color: #0053a6;
}
.nav2 .container-box .swiper-container .swiper-slide a:hover {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.main8 {
  margin: 70px 0;
  border: 2px solid #fff;
  border-radius: 4px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  padding: 50px;
}
.main8 .title {
  font-size: 36px;
  line-height: 1.5;
  color: #222;
  text-align: center;
  margin-bottom: 40px;
}
.main8 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
}
.main8 ul li {
  width: 50%;
  font-size: 18px;
  color: #555;
  line-height: 30px;
  padding: 0 50px;
}
.main8 ul li:first-child {
  border-right: 1px solid #e9ecf2;
}
.main9 .main9-con {
  margin-top: 20px;
  padding: 50px 0 160px;
  background-color: #f6f7fa;
  box-shadow: inset 0px 20px 40px 0px rgba(242, 245, 250, 0.8);
}
.main9 .main9-con .container-box .con-box {
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 2px solid #fff;
  border-left: none;
}
.main9 .main9-con .container-box .con-box .left {
  width: 340px;
}
.main9 .main9-con .container-box .con-box .left ul li {
  padding: 20px 30px;
  font-size: 20px;
  color: #222;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  transition: all .3s;
}
.main9 .main9-con .container-box .con-box .left ul li::before {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #0053a6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s;
}
.main9 .main9-con .container-box .con-box .left ul li:hover {
  color: #0053a6;
}
.main9 .main9-con .container-box .con-box .left ul li.active {
  background: #f6f7fa;
  color: #0053a6;
}
.main9 .main9-con .container-box .con-box .left ul li.active::before {
  opacity: 1;
}
.main9 .main9-con .container-box .con-box .right {
  width: calc(100% - 340px);
  background-color: #f6f7fa;
  padding: 20px 40px 30px;
  border-left: none;
}
.main9 .main9-con .container-box .con-box .right dl {
  transition: all .3s;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 10px;
}
.main9 .main9-con .container-box .con-box .right dl dt {
  font-size: 20px;
  font-weight: normal;
  color: #222;
  line-height: 1.5;
}
.main9 .main9-con .container-box .con-box .right dl dd {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-top: 10px;
}
.main9 .main9-con .container-box .con-box .right dl dd img {
  display: block;
  max-width: 100%;
  margin-top: 10px;
}
.main9 .main9-con .container-box .con-box .right dl:last-child {
  margin-bottom: 0;
}
.main9 .main9-con .container-box .con-box .right dl:hover,
.main9 .main9-con .container-box .con-box .right dl.active {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main9 .nav1 .swiper-pagination {
  text-align: center;
  width: 100%;
  margin-top: 5px;
}
.main9 .nav1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.main10 .main10-con {
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  padding: 50px 70px;
  margin: 60px 0 60px;
}
.main10 .main10-con .con1 .title {
  font-size: 36px;
  color: #222;
  text-align: center;
  line-height: 1.5;
}
.main10 .main10-con .con1 .text {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}
.main10 .main10-con .con2 {
  margin-top: 30px;
}
.main10 .main10-con .con2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.main10 .main10-con .con2 ul li {
  width: 33.33%;
  padding: 0 12px;
}
.main10 .main10-con .con2 ul li .li-con {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.004);
  height: 250px;
  background-color: #fff;
  padding: 20px;
  transition: all .3s;
}
.main10 .main10-con .con2 ul li .li-con .title {
  font-size: 20px;
  display: flex;
  align-items: center;
  transition: all .3s;
}
.main10 .main10-con .con2 ul li .li-con .title img {
  height: 30px;
  margin-right: 15px;
  transition: all .3s;
}
.main10 .main10-con .con2 ul li .li-con .text {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  max-height: 150px;
  overflow: auto;
  margin-top: 15px;
}
.main11 {
  background-color: #f6f7fb;
  padding: 90px 0 60px;
  overflow: hidden;
}
.main11 .title {
  font-size: 36px;
  color: #222;
  text-align: center;
  margin-bottom: 50px;
}
.main11 ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.main11 ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.main11 ul li .li-con {
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.004);
  border: 2px solid #fff;
  height: 200px;
  padding: 38px 40px;
  transition: all .3s;
}
.main11 ul li .li-con .bt {
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: all .3s;
}
.main11 ul li .li-con .bt img {
  height: 30px;
  margin-right: 10px;
  transition: all .3s;
}
.main11 ul li .li-con .text {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  max-height: 330px;
  overflow: auto;
  margin-top: 15px;
}
.main11 ul li:last-child {
  width: 100%;
  margin-bottom: 0;
}
.main11 ul li:last-child .li-con {
  height: 240px;
}
.main11 ul li:last-child .li-con .text {
  max-height: 120px;
}
.main12 .main12-con-1 {
  padding-top: 90px;
}
.main12 .main12-con-1 .title {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
}
.main12 .main12-con-2 {
  background-color: #f6f7fa;
  padding: 60px 0;
}
.main12 .main12-con-2 .con1 {
  display: flex;
  flex-wrap: wrap;
}
.main12 .main12-con-2 .con1 .left {
  width: 340px;
  height: 600px;
  border-radius: 6px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.004);
  border: 2px solid #fff;
  padding: 30px;
}
.main12 .main12-con-2 .con1 .left .title {
  font-size: 20px;
  color: #222;
  text-align: center;
  margin-bottom: 20px;
}
.main12 .main12-con-2 .con1 .left .text {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  max-height: 470px;
  overflow: auto;
}
.main12 .main12-con-2 .con1 .left .text p {
  margin-bottom: 30px;
}
.main12 .main12-con-2 .con1 .left .text p:last-child {
  margin-bottom: 0;
}
.main12 .main12-con-2 .con1 .right {
  width: calc(100% - 340px);
  padding-left: 40px;
}
.main12 .main12-con-2 .con1 .right .con-box {
  border-radius: 6px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  border: 2px solid #fff;
  padding: 30px 30px 30px 30px;
  height: 600px;
  position: relative;
  text-align: center;
}
.main12 .main12-con-2 .con1 .right .con-box .title {
  font-size: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.main12 .main12-con-2 .con1 .right .con-box img {
  max-width: 100%;
  max-height: 100%;
}
.main12 .main12-con-2 .con2 {
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 2px solid #fff;
  border-left: none;
  margin-top: 60px;
}
.main12 .main12-con-2 .con2 .left {
  width: 340px;
}
.main12 .main12-con-2 .con2 .left .title {
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.main12 .main12-con-2 .con2 .left .title::after {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 20px;
  color: #999;
  font-weight: normal;
  transition: all .3s;
}
.main12 .main12-con-2 .con2 .left .title.active::after {
  transform: rotate(-180deg);
}
.main12 .main12-con-2 .con2 .left ul li {
  padding: 20px 30px;
  font-size: 20px;
  color: #222;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  transition: all .3s;
}
.main12 .main12-con-2 .con2 .left ul li::before {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #0053a6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s;
}
.main12 .main12-con-2 .con2 .left ul li:hover {
  color: #0053a6;
}
.main12 .main12-con-2 .con2 .left ul li.active {
  background: #f6f7fa;
  color: #0053a6;
}
.main12 .main12-con-2 .con2 .left ul li.active::before {
  opacity: 1;
}
.main12 .main12-con-2 .con2 .right {
  width: calc(100% - 340px);
  background-color: #f6f7fa;
  padding: 50px 40px 30px;
}
.main12 .main12-con-2 .con2 .right .right-con-1 .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 30px;
}
.main12 .main12-con-2 .con2 .right .right-con-1 ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.main12 .main12-con-2 .con2 .right .right-con-1 ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main12 .main12-con-2 .con2 .right .right-con-1 ul li .li-con {
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  padding: 25px;
  height: 185px;
  transition: all .3s;
}
.main12 .main12-con-2 .con2 .right .right-con-1 ul li .li-con .bt {
  font-size: 20px;
  color: #333;
}
.main12 .main12-con-2 .con2 .right .right-con-1 ul li .li-con .text {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  max-height: 150px;
  overflow: auto;
  margin-top: 10px;
}
.main12 .main12-con-2 .con2 .right .right-con-1 ul li .li-con:hover {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.main12 .main12-con-2 .con2 .right .right-con-2 {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  padding: 30px;
  margin-top: 40px;
}
.main12 .main12-con-2 .con2 .right .right-con-2 .title {
  font-size: 20px;
  color: #222;
  text-align: center;
  margin-bottom: 25px;
}
.main12 .main12-con-2 .con2 .right .right-con-2 img {
  width: 100%;
}
.nav3 .swiper-container .swiper-slide {
  width: auto;
  font-size: 20px;
  color: #222;
  padding: 0 25px 20px;
  cursor: pointer;
  transition: all .3s;
}
.nav3 .swiper-container .swiper-slide::before {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #0053a6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s;
}
.nav3 .swiper-container .swiper-slide.active {
  color: #0053a6;
}
.nav3 .swiper-container .swiper-slide.active::before {
  opacity: 1;
}
.nav4 {
  margin-top: 40px;
  display: flex;
  position: relative;
}
.nav4 .swiper-slide {
  width: auto;
  font-size: 20px;
  color: #222;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 106px;
  padding-bottom: 18px;
}
.nav4 .swiper-slide::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0053a6;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.nav4 .swiper-slide img {
  height: 50px;
  margin-right: 5px;
  transition: all .3s;
}
.nav4 .swiper-slide .icon {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin-right: 10px;
}
.nav4 .swiper-slide .icon.is-leave {
  -webkit-animation: nav4_icon_leave 0.3s steps(25) forwards;
  animation: nav4_icon_leave 0.3s steps(25) forwards;
}
.nav4 .swiper-slide .icon.is-enter {
  -webkit-animation: nav4_icon_enter 0.3s steps(25) forwards;
  animation: nav4_icon_enter 0.3s steps(25) forwards;
}
.nav4 .swiper-slide .icon.is-leave-2 {
  -webkit-animation: nav4_icon_leave_2 0.3s steps(51) forwards;
  animation: nav4_icon_leave_2 0.3s steps(51) forwards;
}
.nav4 .swiper-slide .icon.is-enter-2 {
  -webkit-animation: nav4_icon_enter_2 0.3s steps(51) forwards;
  animation: nav4_icon_enter_2 0.3s steps(51) forwards;
}
.nav4 .swiper-slide.active {
  color: #0053a6;
}
.nav4 .swiper-slide.active::before {
  opacity: 1;
}
.nav4 .swiper-slide:last-child {
  margin-right: 0;
}
.nav4 .swiper-pagination {
  text-align: center;
  bottom: 0;
  width: 100%;
  margin-top: 5px;
}
.nav4 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.nav4 .but {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.nav4 .but i {
  font-size: 14px;
  color: #b0b6c3;
}
.nav4 .but.but-prev {
  left: -100px;
}
.nav4 .but.but-prev i {
  transform: rotate(90deg);
}
.nav4 .but.but-next {
  right: -100px;
}
.nav4 .but.but-next i {
  transform: rotate(-90deg);
}
.nav4 .but:hover i {
  color: #175ce6;
}
@-webkit-keyframes nav4_icon_enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1500px;
  }
}
@keyframes nav4_icon_enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1500px;
  }
}
@-webkit-keyframes nav4_icon_leave {
  0% {
    background-position: 0 -1500px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes nav4_icon_leave {
  0% {
    background-position: 0 -1500px;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes nav4_icon_enter_2 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -3060px;
  }
}
@keyframes nav4_icon_enter_2 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -3060px;
  }
}
@-webkit-keyframes nav4_icon_leave_2 {
  0% {
    background-position: 0 -3060px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes nav4_icon_leave_2 {
  0% {
    background-position: 0 -3060px;
  }
  to {
    background-position: 0 0;
  }
}
.nav4.nav4-2 {
  margin-top: 60px;
}
.nav4.nav4-2 .swiper-slide img {
  margin-right: 15px;
}
.main13 {
  background-color: #f6f7fa;
  box-shadow: inset 0 20px 40px 0 rgba(242, 245, 250, 0.8);
  padding: 80px 0 100px;
}
.main13 ul {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
}
.main13 ul li {
  width: 33.33333%;
  padding: 0 7px;
  margin-bottom: 14px;
}
.news1 {
  display: block;
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  height: 232px;
  padding: 30px;
  transition: all .3s;
}
.news1 .icon {
  height: 45px;
  display: flex;
  align-items: center;
}
.news1 .icon img {
  max-width: 100%;
  max-height: 100%;
}
.news1 h5 {
  font-size: 20px;
  color: #222;
  margin: 20px 0 15px;
  transition: all .3s;
}

.news1 .text {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  overflow-y: auto;
  /*溢出省略*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
}
/*.main13 ul li .news1 .textScroll {*/
/*  overflow-y: scroll;*/
/*}*/
/*.main13 ul li .news1 .textScroll::-webkit-scrollbar {*/
/*  width: 2px;*/
/*}*/
/*.main13 ul li .news1 .textScroll::-webkit-scrollbar-thumb {*/
/*  border-radius: 10px;*/
/*  background: #337ab7;*/
/*}*/
/*.main13 ul li .news1 .textScroll::-webkit-scrollbar-track {*/
/*  border-radius: 0;*/
/*  background: rgba(0, 0, 0, 0.1);*/
/*}*/

div::-webkit-scrollbar {
  width: 4px;
}
.news1:hover {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.main14 {
  margin: 50px 0 48px;
}
.main14 .title h5 {
  font-size: 36px;
  color: #222;
  text-align: center;
}
.main14 .title p {
  font-size: 18px;
  color: #555;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
}
.main14 ul {
  margin: 60px -6px 0;
  display: flex;
  flex-wrap: wrap;
}
.main14 ul li {
  width: 25%;
  margin-bottom: 12px;
  padding: 0 6px;
}
.main14 ul li .li-con {
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  padding: 30px;
  transition: all .3s;
}
.main14 ul li .li-con h5 {
  font-size: 20px;
  color: #222;
}
.main14 ul li .li-con .text {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  margin-top: 15px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main14 ul li .li-con:hover {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.main15 {
  background-color: #f6f7fa;
  box-shadow: inset 0 20px 40px 0 rgba(242, 245, 250, 0.8);
  padding: 100px 0 60px;
}
.main15 .title {
  text-align: center;
}
.main15 .title h5 {
  font-size: 36px;
  color: #222;
}
.main15 .title p {
  font-size: 18px;
  color: #555;
  line-height: 30px;
  margin-top: 30px;
}
.main15 .con1 {
  margin-top: 60px;
  display: flex;
}
.main15 .con1 .left {
  width: 470px;
  height: 505px;
}
.main15 .con1 .left ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.main15 .con1 .left ul li {
  width: 100%;
}
.main15 .con1 .left ul li .li-con {
  border-radius: 6px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  height: 155px;
  padding: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #555;
  border: 2px solid #fff;
  transition: all .3s;
}
.main15 .con1 .left ul li .li-con .text {
  height: 90px;
  overflow: auto;
}
.main15 .con1 .left ul li .li-con:hover {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.main15 .con1 .right {
  width: calc(100% - 470px);
  padding-left: 20px;
}
.main15 .con1 .right .imgbox {
  background-color: #fff;
  border-radius: 6px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 505px;
}
.main15 .con1 .right .imgbox img {
  max-width: 100%;
  max-height: 100%;
}
.main16 {
  padding: 100px 0;
  overflow: hidden;
}
.main16 .title {
  font-size: 36px;
  color: #222;
  text-align: center;
}
.main16 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -20px 0;
}
.main16 ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.main16 ul li .li-con {
  border-radius: 4px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px soild #fff;
  height: 160px;
  display: flex;
  align-items: center;
  padding: 0 70px;
  transition: all .3s;
}
.main16 ul li .li-con img {
  height: 90px;
  margin-right: 35px;
}
.main16 ul li .li-con .text {
  font-size: 16px;
  color: #555;
  line-height: 30px;
}
.main16 ul li .li-con:hover {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.nav5 {
  margin-bottom: 30px;
}
.nav5 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nav5 ul li {
  margin: 0 10px;
  margin-bottom: 10px;
}
.nav5 ul li a {
  display: block;
  min-width: 180px;
  padding: 0 10px;
  font-size: 18px;
  color: #222;
  line-height: 50px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  text-align: center;
  transition: all .3s;
}
.nav5 ul li a:hover {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.nav5 ul li a.active {
  color: #0053a6;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 4.243px 4.243px 24px 0 rgba(240, 242, 248, 0.8), inset 7.071px 7.071px 20px 0 rgba(220, 223, 230, 0.8);
}
.main17 {
  background-color: #f6f7fa;
  box-shadow: inset 0 20px 40px 0 rgba(242, 245, 250, 0.8);
  padding: 40px 0 100px;
}
.main17 .con ul li {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  margin-bottom: 10px;
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
}
.main17 .con ul li .tag {
  width: 115px;
  display: flex;
  justify-content: center;
  position: relative;
}
.main17 .con ul li .tag::before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #dae0e6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main17 .con ul li .tag span {
  width: 54px;
  line-height: 24px;
  background-color: #ebeef2;
  font-size: 14px;
  color: #777;
  text-align: center;
}
.main17 .con ul li .text {
  width: calc(100% - 115px);
  padding-left: 30px;
  padding-right: 170px;
  font-size: 18px;
  color: #222;
}
.main17 .con ul li .download {
  width: 150px;
  height: 46px;
  border-radius: 4px;
  background-color: #f6f7fa;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #0053a6;
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main17 .con ul li .download i {
  width: 12px;
  height: 100%;
  background-image: url(../images/icon13_1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 6px;
}
.main17 .con ul li .download:hover {
  background-color: #0053a6;
  color: #fff;
}
.main17 .con ul li .download:hover i {
  background-image: url(../images/icon13_2.png);
}
.main17 .con ul li:last-child {
  margin-bottom: 0;
}
.main17 .con ul li.special .tag span {
  background-color: #0053a6;
  color: #fff;
}
.main17 .con ul li.member .tag span {
  background-color: #cc0000;
  color: #fff;
}
.main17 .con ul li:hover {
  transition: all .3s;
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.main18 {
  width: 1000px;
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3000;
  padding: 40px 40px 60px;
  transition: all .5s;
}
.main18 .off {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}
.main18 .off::before {
  content: "\e676";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  font-family: "iconfont";
  color: #fff;
  font-size: 18px;
}
.main18 .title {
  text-align: center;
  margin-bottom: 40px;
}
.main18 .title h5 {
  font-size: 24px;
  color: #222;
}
.main18 .title p {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  margin-top: 15px;
}
.main18 form ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.main18 form ul li {
  width: 50%;
  padding: 0 20px;
}
.main18 form ul li .input-box {
  position: relative;
  height: 50px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-radius: 5px;
}
.main18 form ul li .input-box .bt {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 16px;
}
.main18 form ul li .input-box .bt span {
  color: red;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.main18 form ul li .input-box input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  text-align: right;
  padding-right: 15px;
  font-size: 16px;
}
.main18 form ul li .input-box input:focus {
  outline: none;
}
.main18 form ul li .input-box input::-webkit-input-placeholder {
  color: #aaa;
}
.main18 form ul li .input-box select {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  text-align: right;
  padding-right: 5px;
  font-size: 16px;
}
.main18 form ul li .input-box select:focus {
  outline: none;
}
.main18 form ul li .input-box.tel_code input {
  padding-right: 160px;
}
.main18 form ul li .input-box.tel_code .get_code {
  font-size: 16px;
  color: #0053a6;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.main18 form ul li .input-box.tel_code .get_code.active {
  cursor: not-allowed !important;
  opacity: .6;
}
.main18 form ul li .input-box.sex {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main18 form ul li .input-box.sex .left {
  height: 50px;
  width: 180px;
  border-radius: 5px;
  border: 1px solid #eee;
  position: relative;
}
.main18 form ul li .input-box.sex .right {
  width: calc(100% - 190px);
  height: 50px;
  border-radius: 5px;
  border: 1px solid #eee;
  position: relative;
}
.main18 form ul li .input-box.sex .right input {
  padding-right: 120px;
}
.main18 form ul li .input-box.sex .right a {
  width: 106px;
  height: 42px;
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  z-index: 10;
  transform: translateY(-50%);
}
.main18 form ul li .input-box.sex .right a img {
  width: 100%;
  height: 100%;
}
.main18 form ul li .input-box.company input {
  text-align: left;
  padding-left: 15px;
}
.main18 form button {
  display: block;
  width: 300px;
  height: 50px;
  background-color: #0053a6;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  border: none;
  margin: 30px auto 0;
  transition: all .3s;
}
.main18 form button:focus {
  outline: none;
}
.main18 form button:hover {
  background-color: #064789;
}
.main18 form .statement {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.main18 form .statement .select {
  font-size: 16px;
  color: #666;
  cursor: pointer;
  padding-left: 26px;
  position: relative;
}
.main18 form .statement .select i {
  width: 16px;
  height: 16px;
  border: 1px solid #0053a6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main18 form .statement .select i::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0053a6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  opacity: 0;
}
.main18 form .statement .select.active i::before {
  opacity: 1;
}
.main18 form .statement a {
  font-size: 16px;
  color: #0053a6;
}
.main18 form .statement a:hover {
  text-decoration: underline !important;
}
.main18.active {
  top: 50%;
}
.main18.main18-2 {
  width: 520px;
  padding: 40px;
}
.main18.main18-2 form ul li {
  width: 100%;
}
#mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
#mask.active {
  display: block;
}
.main19 {
  padding: 40px 0 100px;
}
.main19 .container-box {
  display: flex;
}
.main19 .container-box .left {
  width: calc(100% - 400px);
  padding-right: 50px;
  border-right: 1px solid #eee;
}
.main19 .container-box .right {
  width: 400px;
  padding-left: 50px;
}
.main19.main19-2 {
  padding: 100px 0;
}
.news2 {
  position: relative;
}
.news2 a {
  display: block;
  border-bottom: 1px solid #eee;
}
.news2 a .imgbox {
  overflow: hidden;
  border-radius: 5px;
}
.news2 a .imgbox img {
  width: 100%;
  transition: all .5s;
}
.news2 a .text-box {
  padding: 30px 200px 50px 0;
}
.news2 a .text-box h5 {
  font-size: 24px;
  color: #222;
  line-height: 1.5;
}
.news2 a .text-box .text {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-top: 10px;
}
.news2 a:hover img {
  transform: scale(1.1);
}
.news2 a:hover h5,
.news2 a:hover .text {
  color: #0053a6;
}
.news2 .swiper-pagination {
  top: auto;
  bottom: 92px;
  right: 0;
}
.news2 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #dadee6;
  opacity: 1;
  margin-left: 10px;
}
.news2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0053a6;
}
.news3 ul li {
  margin-top: 50px;
}
.news3 ul li a {
  display: flex;
}
.news3 ul li a .imgbox {
  width: 260px;
  height: 146px;
  overflow: hidden;
  border-radius: 5px;
}
.news3 ul li a .imgbox .img {
  width: 100%;
  height: 100%;
}
.news3 ul li a .text-box {
  width: calc(100% - 260px);
  padding-left: 50px;
  height: 146px;
  position: relative;
}
.news3 ul li a .text-box h5 {
  font-size: 24px;
  color: #222;
  line-height: 1.5;
}
.news3 ul li a .text-box .text {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.news3 ul li a .text-box .bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #aaa;
  margin-top: 29px;
}
.news3 ul li a:hover .img {
  transform: scale(1.1);
}
.news3 ul li a:hover .text-box h5,
.news3 ul li a:hover .text-box .more {
  color: #0153a7;
}
.news4 .title {
  font-size: 24px;
  color: #222;
  padding-left: 25px;
  border-left: 5px dashed #0053a6;
  line-height: 1.5;
  margin-bottom: 30px;
}
.news4 ul li {
  margin-bottom: 40px;
}
.news4 ul li a {
  display: block;
}
.news4 ul li a .bt {
  font-size: 18px;
  color: #222;
  line-height: 24px;
  max-height: 48px;
  position: relative;
  padding-left: 40px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.news4 ul li a .bt b {
  color: #ced1d9;
  font-weight: normal;
  position: absolute;
  left: 0;
  transition: all .3s;
}
.news4 ul li a .bottom {
  margin-top: 15px;
  font-size: 14px;
  color: #aaa;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
}
.news4 ul li a:hover .bt,
.news4 ul li a:hover .bt b,
.news4 ul li a:hover .bottom {
  color: #0053a6;
}
.news4 ul li:last-child {
  margin-bottom: 0;
}
.main20 {
  overflow: hidden;
}
.main20 .title {
  padding-bottom: 40px;
}
.main20 .title h5 {
  font-size: 24px;
  color: #222;
  line-height: 1.5;
}
.main20 .title .text {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-top: 10px;
}
.main20 .title .text span {
  margin-right: 30px;
}
.main20 .con {
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #555;
  line-height: 30px;
}
.main20 .con p {
  margin-bottom: 30px;
}
.main20 .con p:last-child {
  margin-bottom: 0;
}
.main20 .con img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.main20 .con img:last-child {
  margin-bottom: 0;
}
.main20 .paging {
  display: flex;
  justify-content: space-between;
  margin: 30px -20px 0;
}
.main20 .paging li {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
}
.main20 .paging li a {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  transition: all .3s;
}
.main20 .paging li a:hover {
  color: #0053a6;
  text-decoration: underline !important;
}
.main20 .paging li:last-child {
  text-align: right;
}
.main21 {
  overflow: hidden;
}
.main21 .main21-con {
  height: 630px;
  position: relative;
}
.main21 .main21-con::before {
  content: "";
  width: 100%;
  height: 74px;
  background: url(../images/bg4.png) no-repeat center center / cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 4px;
}
.main21 .main21-con .swiper-container {
  height: 100%;
}
.main21 .main21-con .swiper-container .swiper-slide {
  width: 320px;
  height: 100%;
}
.main21 .main21-con .swiper-container .swiper-slide .con {
  height: 280px;
  padding: 0 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.main21 .main21-con .swiper-container .swiper-slide .con::before {
  content: "";
  width: 100%;
  height: 180px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}
.main21 .main21-con .swiper-container .swiper-slide .con .imgbox {
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #fff;
  position: relative;
  z-index: 10;
}
.main21 .main21-con .swiper-container .swiper-slide .con .text {
  font-size: 18px;
  line-height: 30px;
  color: #222;
  height: 90px;
  overflow: auto;
  text-align: center;
  margin: 20px 0;
  position: relative;
  z-index: 10;
  transition: all .3s;
}
.main21 .main21-con .swiper-container .swiper-slide .con .line {
  width: 2px;
  height: 26px;
  background-color: #e1e6eb;
  box-shadow: 4.243px 4.243px 24px 0px rgba(240, 242, 248, 0.004);
  position: absolute;
  top: 100%;
  left: 60px;
  transition: all .3s;
}
.main21 .main21-con .swiper-container .swiper-slide .con .line i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}
.main21 .main21-con .swiper-container .swiper-slide .con .line i::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0053a6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s;
}
.main21 .main21-con .swiper-container .swiper-slide .con .time {
  font-size: 24px;
  color: #222;
  position: absolute;
  bottom: -88px;
  left: 32px;
}
.main21 .main21-con .swiper-container .swiper-slide .con:hover .img {
  transform: scale(1.1);
}
.main21 .main21-con .swiper-container .swiper-slide .con:hover .text {
  color: #0053a6;
}
.main21 .main21-con .swiper-container .swiper-slide .con:hover .line {
  background-color: #0053a6;
}
.main21 .main21-con .swiper-container .swiper-slide .con:hover .line i {
  border-color: #0053a6;
}
.main21 .main21-con .swiper-container .swiper-slide .con:hover .line i::before {
  opacity: 1;
}
.main21 .main21-con .swiper-container .swiper-slide:nth-child(even) .con {
  top: auto;
  bottom: 0;
}
.main21 .main21-con .swiper-container .swiper-slide:nth-child(even) .con::before {
  bottom: auto;
  top: 0;
}
.main21 .main21-con .swiper-container .swiper-slide:nth-child(even) .con .imgbox {
  width: calc(100% - 80px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main21 .main21-con .swiper-container .swiper-slide:nth-child(even) .con .line {
  top: auto;
  bottom: 100%;
  left: 60px;
}
.main21 .main21-con .swiper-container .swiper-slide:nth-child(even) .con .line i {
  top: auto;
  bottom: 100%;
}
.main21 .main21-con .swiper-container .swiper-slide:nth-child(even) .con .time {
  bottom: auto;
  top: -88px;
}
.main21 .main21-con .but {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.main21 .main21-con .but i {
  font-size: 14px;
  color: #b0b6c3;
}
.main21 .main21-con .but.but-prev {
  left: -60px;
}
.main21 .main21-con .but.but-prev i {
  transform: rotate(90deg);
}
.main21 .main21-con .but.but-next {
  right: -60px;
}
.main21 .main21-con .but.but-next i {
  transform: rotate(-90deg);
}
.main21 .main21-con .but:hover i {
  color: #175ce6;
}
.main21 .main21-con .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  line-height: 1;
}
.main21 .main21-con .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.main21 .main21-con .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.main22 {
  margin: 60px 0;
}
.main22 .con {
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  padding: 28px;
  display: flex;
  align-items: center;
}
.main22 .con .video {
  overflow: hidden;
  position: relative;
  width: 390px;
  height: 220px;
  cursor: pointer;
}
.main22 .con .video .imgbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main22 .con .video .img {
  width: 100%;
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main22 .con .video .icon {
  width: 60px;
  height: 60px;
  background: url(../images/icon15.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.main22 .con .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  object-fit: contain;
  display: none;
}
.main22 .con .video video:focus {
  outline: none;
}
.main22 .con .video:hover .img {
  transform: scale(1.1);
}
.main22 .con .text {
  width: calc(100% - 390px);
  padding-left: 40px;
  font-size: 18px;
  line-height: 36px;
  color: #555;
  max-height: 216px;
  overflow: auto;
}
.main23 {
  background-color: #f6f7fa;
  padding-top: 1px;
  padding-bottom: 60px;
}
.main23 img {
  width: 100%;
}
.main24 {
  padding: 1px 0;
}
.main24 .title1 {
  max-width: 1000px;
  margin: 100px auto 60px;
}
.main24 .con-1 {
  max-width: 1385px;
  margin: 0 auto;
  position: relative;
}
.main24 .con-1 #map2 {
  position: absolute;
  width: 100%;
  height: 100;
  top: 0;
  left: 0;
  z-index: 100;
}
.main25 {
  overflow: hidden;
  background-color: #f6f7fa;
  padding: 1px 0 60px;
}
.main25 .con1 {
  display: flex;
}
.main25 .con1 .left {
  width: 460px;
  height: 300px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  padding: 20px 30px;
  border: 2px solid #fff;
}
.main25 .con1 .left h5 {
  font-size: 20px;
  color: #222;
  margin-bottom: 20px;
}
.main25 .con1 .left img {
  width: 100%;
}
.main25 .con1 .right {
  width: calc(100% - 460px);
  padding-left: 40px;
}
.main25 .con1 .right ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main25 .con1 .right ul li {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.main25 .con1 .right ul li .li-con {
  height: 140px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  padding: 15px 30px;
  transition: all .3s;
}
.main25 .con1 .right ul li .li-con h5 {
  font-size: 20px;
  color: #222;
  margin-bottom: 15px;
  transition: all .3s;
}
.main25 .con1 .right ul li .li-con .text {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  height: 72px;
  overflow: auto;
  transition: all .3s;
}
.main25 .con1 .right ul li .li-con:hover {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.main25 .main22 {
  margin: 40px 0 0 0;
}
.main26 {
  overflow: hidden;
  padding-bottom: 60px;
}
.main26 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main26 ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main26 ul li .li-con {
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  height: 180px;
  padding: 20px;
  transition: all .3s;
}
.main26 ul li .li-con .text {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  height: 90px;
  overflow: auto;
  transition: all .3s;
}
.main26 ul li .li-con .bottom {
  font-size: 18px;
  color: #222;
  margin-top: 20px;
  text-align: right;
  transition: all .3s;
}
.main26 ul li .li-con:hover {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.main26 .main22 {
  margin: 40px 0 0 0;
}
.main27 {
  overflow: hidden;
  background-color: #f6f7fa;
  padding: 1px 0 50px;
}
.main27 .title1 {
  margin-bottom: 50px;
}
.main27 .con1 {
  position: relative;
}
.main27 .con1 .swiper-container {
  padding: 10px;
  margin: 0 -10px;
}
.main27 .con1 .swiper-container .swiper-slide .li-con {
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  padding: 30px;
  transition: all .3s;
}
.main27 .con1 .swiper-container .swiper-slide .li-con .icon {
  height: 65px;
  text-align: center;
}
.main27 .con1 .swiper-container .swiper-slide .li-con .icon img {
  max-width: 80%;
  max-height: 100%;
}
.main27 .con1 .swiper-container .swiper-slide .li-con .text {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  height: 60px;
  overflow: auto;
  margin: 20px 0 40px;
  text-align: center;
}
.main27 .con1 .swiper-container .swiper-slide .li-con .name {
  display: flex;
  justify-content: center;
}
.main27 .con1 .swiper-container .swiper-slide .li-con .name p {
  font-size: 18px;
  color: #222;
  position: relative;
  transition: all .3s;
}
.main27 .con1 .swiper-container .swiper-slide .li-con .name p::before,
.main27 .con1 .swiper-container .swiper-slide .li-con .name p::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 50%;
  transition: all .3s;
}
.main27 .con1 .swiper-container .swiper-slide .li-con .name p::before {
  right: 100%;
  margin-right: 5px;
}
.main27 .con1 .swiper-container .swiper-slide .li-con .name p::after {
  left: 100%;
  margin-left: 5px;
}
.main27 .con1 .swiper-container .swiper-slide .li-con:hover {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.main27 .con1 .but {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.main27 .con1 .but i {
  font-size: 14px;
  color: #b0b6c3;
}
.main27 .con1 .but.but-prev {
  left: -60px;
}
.main27 .con1 .but.but-prev i {
  transform: rotate(90deg);
}
.main27 .con1 .but.but-next {
  right: -60px;
}
.main27 .con1 .but.but-next i {
  transform: rotate(-90deg);
}
.main27 .con1 .but:hover i {
  color: #175ce6;
}
.main27 .con1 .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  line-height: 1;
}
.main27 .con1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.main27 .con1 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.main28 {
  overflow: hidden;
  padding-bottom: 100px;
}
.main28 .container-box {
  perspective: 1000px;
}
.main28 .main28-con {
  position: relative;
  margin: 0 -10px;
  transition: all .5s;
}
.main28 .main28-con .swiper-slide {
  overflow: hidden;
  padding: 0 10px;
}
.main28 .main28-con .swiper-slide a {
  display: block;
  position: relative;
}
.main28 .main28-con .swiper-slide a .imgbox {
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  overflow: hidden;
}
.main28 .main28-con .swiper-slide a i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #d0d2d9;
  background-color: #fff;
  margin: 20px auto;
  position: relative;
  transition: all .3s;
}
.main28 .main28-con .swiper-slide a i::before,
.main28 .main28-con .swiper-slide a i::after {
  content: "";
  width: 800px;
  height: 1px;
  position: absolute;
  top: 50%;
  border-top: 1px dashed #dfe0e6;
}
.main28 .main28-con .swiper-slide a i::before {
  left: 100%;
  margin-left: 3px;
}
.main28 .main28-con .swiper-slide a i::after {
  right: 100%;
  margin-right: 3px;
}
.main28 .main28-con .swiper-slide a h5 {
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  text-align: center;
  padding: 0 40px;
}
.main28 .main28-con .swiper-slide a:hover .img {
  transform: scale(1.1);
}
.main28 .main28-con .swiper-slide a:hover i {
  border-color: #0053a6;
}
.main28 .main28-con .swiper-slide a:hover h5 {
  color: #0053a6;
}
.main28 .main28-con .swiper-slide.swiper-slide-active a i::after {
  display: none;
}
.main28 .main28-con .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide a i::before {
  display: none;
}
.main28 .main28-con .but {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0px rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.main28 .main28-con .but i {
  font-size: 14px;
  color: #b0b6c3;
}
.main28 .main28-con .but.but-prev {
  left: -60px;
}
.main28 .main28-con .but.but-prev i {
  transform: rotate(90deg);
}
.main28 .main28-con .but.but-next {
  right: -60px;
}
.main28 .main28-con .but.but-next i {
  transform: rotate(-90deg);
}
.main28 .main28-con .but:hover i {
  color: #175ce6;
}
.main28 .main28-con .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  line-height: 1;
}
.main28 .main28-con .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.main28 .main28-con .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.main29 {
  padding: 100px 0;
}
.main29 .list {
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 4.243px 4.243px 24px 0px rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  padding: 0 30px;
  margin-bottom: 20px;
}
.main29 .list .title {
  padding: 30px 100px 30px 0;
  position: relative;
  cursor: pointer;
}
.main29 .list .title h5 {
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
  transition: all .3s;
}
.main29 .list .title ul {
  display: flex;
  flex-wrap: wrap;
}
.main29 .list .title ul li {
  font-size: 16px;
  color: #555;
  width: 25%;
  margin-top: 20px;
}
.main29 .list .title i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main29 .list .title i::before,
.main29 .list .title i::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #282831;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.main29 .list .title i::after {
  transform: translateY(-50%) rotate(90deg);
}
.main29 .list .title.active h5 {
  color: #0053a6;
}
.main29 .list .title.active i::before {
  background-color: #0053a6;
}
.main29 .list .title.active i::after {
  opacity: 0;
}
.main29 .list .con {
  padding: 30px 0 70px;
  border-top: 1px solid #ddd;
  display: none;
}
.main29 .list .con dl {
  margin-bottom: 30px;
}
.main29 .list .con dl dt {
  font-size: 18px;
  color: #222;
  font-weight: normal;
  margin-bottom: 10px;
}
.main29 .list .con dl dd {
  font-size: 16px;
  color: #555;
  line-height: 36px;
}
.main29 .list .con dl.deliver dt {
  margin-bottom: 20px;
}
.main29 .list .con dl.deliver dd {
  display: flex;
}
.main29 .list .con dl.deliver dd input {
  width: 360px;
  height: 50px;
  border-color: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: none;
  padding-left: 20px;
}
.main29 .list .con dl.deliver dd input:focus {
  outline: none;
}
.main29 .list .con dl.deliver dd a {
  display: block;
  width: 140px;
  line-height: 50px;
  background-color: #0053a6;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-left: 20px;
  transition: all .3s;
}
.main29 .list .con dl.deliver dd a:hover {
  background-color: #094d90;
}
.main29 .list:last-child {
  margin-bottom: 0;
}
.main29 .more {
  line-height: 68px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  text-align: center;
  margin-top: 60px;
  font-size: 18px;
  color: #0053a6;
  cursor: pointer;
  display: none;
}
.main29 .more.active {
  display: block;
}
.main30 {
  padding: 100px 0 60px;
}
.main30 .nav5 {
  margin-bottom: 20px;
}
.main30 .nav5 ul {
  margin: 0 -10px;
}
.main30 .nav5 ul li {
  width: 14.28%;
  margin: 0;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main30 .nav5 ul li a {
  min-width: initial;
}
.main30 .main30-con {
  position: relative;
}
.main30 .main30-con #map {
  height: 620px;
  border: 4px solid #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  overflow: hidden;
}
.main30 .main30-con .con-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  padding: 50px 40px;
}
.main30 .main30-con .con-box .con {
  width: 400px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 5px 5px 24px 0 rgba(223, 224, 230, 0.8);
  padding: 40px 30px 0;
}
.main30 .main30-con .con-box .con .title {
  font-size: 24px;
  color: #222;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.main30 .main30-con .con-box .con dl {
  margin-bottom: 30px;
}
.main30 .main30-con .con-box .con dl dt {
  font-size: 18px;
  font-weight: normal;
  color: #222;
  margin-bottom: 5px;
  padding-left: 40px;
  position: relative;
}
.main30 .main30-con .con-box .con dl dt img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main30 .main30-con .con-box .con dl dd {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  padding-left: 40px;
}
.main30 .main30-con .con-box .con dl:last-child {
  margin-bottom: 0;
}
.main31 {
  background-color: #f6f7fa;
  padding: 90px 0;
}
.main31 .title {
  font-size: 36px;
  color: #222;
  margin-bottom: 60px;
  text-align: center;
}
.main31 .swiper-container {
  padding-top: 80px;
}
.main31 .swiper-slide .imgbox {
  border-radius: 4px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(223, 224, 230, 0.8);
  border: 6px solid #fff;
  position: relative;
  transition: all .3s;
}
.main31 .swiper-slide h5 {
  font-size: 20px;
  color: #222;
  text-align: center;
  line-height: 1.5;
  margin-top: 100px;
  opacity: 0;
  transform: scale(0);
  transition: all .3s;
}
.main31 .swiper-slide.swiper-slide-active .imgbox {
  transform: scale(1.5);
  z-index: 100;
}
.main31 .swiper-slide.swiper-slide-active h5 {
  opacity: 1;
  transform: scale(1);
}
.main32 {
  overflow: hidden;
  padding: 90px 0;
}
.main32 .title {
  font-size: 36px;
  color: #222;
  text-align: center;
  margin-bottom: 40px;
}
.main32 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main32 ul li {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main32 ul li:last-child {
  width: 100%;
}
.main32 ul li input,
.main32 ul li textarea {
  width: 100%;
  height: 56px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  padding: 0 15px;
  font-size: 16px;
  transition: all .3s;
}
.main32 ul li input:focus,
.main32 ul li textarea:focus {
  outline: none;
}
.main32 ul li textarea {
  height: 240px;
  padding: 15px;
  resize: none;
}
.main32 button {
  width: 400px;
  height: 56px;
  background-color: #0053a6;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  transition: all .3s;
}
.main32 button:focus {
  outline: none;
}
.main33 {
  padding: 200px 0;
  background-color: #f6f7fa;
}
.main33 .main33-con {
  height: 680px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.main33 .main33-con .main33-con-left {
  width: calc(100% - 400px);
  height: 100%;
  padding: 40px;
}
.main33 .main33-con .main33-con-left .nav {
  margin-bottom: 40px;
}
.main33 .main33-con .main33-con-left .nav ul {
  display: flex;
  border-bottom: 1px solid #eee;
  justify-content: center;
}
.main33 .main33-con .main33-con-left .nav ul li {
  position: relative;
}
.main33 .main33-con .main33-con-left .nav ul li a {
  display: block;
  font-size: 24px;
  color: #222;
  padding: 0 50px 20px;
  cursor: pointer;
}
.main33 .main33-con .main33-con-left .nav ul li::before {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #0053a6;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.main33 .main33-con .main33-con-left .nav ul li.active {
  color: #0053a6;
}
.main33 .main33-con .main33-con-left .nav ul li.active::before {
  opacity: 1;
}
.main33 .main33-con .main33-con-left .main18 {
  width: 100%;
  padding: 0;
}
.main33 .main33-con .main33-con-left .main18 form ul {
  margin: 0 -10px;
}
.main33 .main33-con .main33-con-left .main18 form ul li {
  padding: 0 10px;
}
.main33 .main33-con .main33-con-left .main18.main18-4 form {
  max-width: 450px;
  margin: 0 auto;
}
.main33 .main33-con .main33-con-left .main18.main18-4 form ul li {
  width: 100%;
}
.main33 .main33-con .main33-con-left .main18.main18-4 form ul li .input-box.sex .right {
  width: 100%;
}
.main33 .main33-con .main33-con-left .main18.main18-4 form button {
  width: 100%;
}
.main33 .main33-con .main33-con-left .main18.main18-4 form .statement {
  display: flex;
  justify-content: space-between;
}
.main33 .main33-con .main33-con-left .main18.main18-4 form .statement .left {
  display: flex;
  align-items: center;
}
.main33 .main33-con .main33-con-right {
  width: 400px;
  height: 100%;
  padding: 60px 40px;
  background: url(../images/bg5.jpg) no-repeat center center / cover;
}
.main33 .main33-con .main33-con-right .title {
  font-size: 24px;
  color: #222;
  line-height: 36px;
  padding-bottom: 20px;
  position: relative;
}
.main33 .main33-con .main33-con-right .title::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #0053a6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main33 .main33-con .main33-con-right .text {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 40px;
}
.main34 {
  background-color: #f6f7fa;
  padding: 130px 0 100px;
}
.main34 .main34-con {
  display: flex;
}
.main34 .main34-con .main34-con-left {
  width: 300px;
  height: 320px;
  background-color: #fff;
}
.main34 .main34-con .main34-con-left .nav {
  padding-top: 10px;
}
.main34 .main34-con .main34-con-left .nav ul li a {
  display: block;
  line-height: 60px;
  background-color: #fff;
  position: relative;
  font-size: 20px;
  color: #222;
  padding-left: 30px;
}
.main34 .main34-con .main34-con-left .nav ul li a::before {
  content: "";
  width: 3px;
  height: 24px;
  background-color: #0053a6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s;
}
.main34 .main34-con .main34-con-left .nav ul li a.active {
  background-color: #f6f7fa;
  color: #0053a6;
}
.main34 .main34-con .main34-con-left .nav ul li a.active::before {
  opacity: 1;
}
.main34 .main34-con .main34-con-right {
  width: calc(100% - 300px);
  padding-left: 30px;
}
.main34 .main34-con .main34-con-right .main18 {
  min-height: 900px;
}
.main34 .main34-con .main34-con-right .main18 form {
  max-width: 550px;
  padding-left: 100px;
}
.main34 .main34-con .main34-con-right .main18 form ul li {
  width: 100%;
}
.main34 .main34-con .main34-con-right .main18 form ul li .input-box .bt {
  width: 100px;
  left: -100px;
  text-align: right;
}
.main34 .main34-con .main34-con-right .main18 form ul li .input-box.sex {
  display: block;
  height: auto;
}
.main34 .main34-con .main34-con-right .main18 form ul li .input-box.sex .left {
  width: 100%;
}
.main34 .main34-con .main34-con-right .main18 form ul li .input-box.sex .right {
  width: 100%;
  margin-top: 10px;
}
.main34 .main34-con .main34-con-right .main18 form ul li .input-box.company input {
  text-align: right;
}
.main34 .main34-con .main34-con-right .main18 form button {
  width: 100%;
}
.main34 .main34-con .main34-con-right .main18.main18-5 form {
  max-width: 580px;
  padding-left: 130px;
}
.main34 .main34-con .main34-con-right .main18.main18-5 form ul li .input-box .bt {
  width: 130px;
  left: -130px;
  text-align: right;
}
.main35 {
  padding: 90px 0;
}
.main35 .top {
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 4.243px 4.243px 24px 0px rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 20px;
}
.main35 .top .left {
  font-size: 20px;
  color: #555;
}
.main35 .top .right ul {
  display: flex;
  align-items: center;
}
.main35 .top .right ul li {
  margin-left: 60px;
}
.main35 .top .right ul li a {
  display: block;
  font-size: 20px;
  color: #555;
  position: relative;
}
.main35 .top .right ul li a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0064c8;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 23px;
  opacity: 0;
  transition: all .3s;
}
.main35 .top .right ul li a.active {
  color: #0064c8;
}
.main35 .top .right ul li a.active::before {
  opacity: 1;
}
.main35 .main35-con {
  margin-top: 40px;
}
.main35 .main35-con ul li {
  margin-bottom: 20px;
}
.main35 .main35-con ul li a {
  display: block;
  background-image: -moz-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(100deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 4.243px 4.243px 24px 0px rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
  padding: 30px;
  transition: all .3s;
}
.main35 .main35-con ul li a h5 {
  font-size: 24px;
  color: #333;
  line-height: 1.5;
}
.main35 .main35-con ul li a .text {
  font-size: 16px;
  line-height: 30px;
  max-height: 60px;
  color: #666;
  margin: 20px 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main35 .main35-con ul li a .time {
  color: #999;
  font-size: 14px;
  font-family: "Arial";
}
.main35 .main35-con ul li a:hover {
  box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
}
.main35 .main35-con ul li a:hover h5 {
  color: #0053a6;
}
.main36 {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 50px 0;
  position: fixed;
  top: 80px;
  left: 100%;
  z-index: 1000;
  transition: all .3s;
}
.main36 form {
  display: flex;
  background-image: -moz-linear-gradient(90deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -webkit-linear-gradient(90deg, #ffffff 0%, #f3f4f8 100%);
  background-image: -ms-linear-gradient(90deg, #ffffff 0%, #f3f4f8 100%);
  box-shadow: 4.243px 4.243px 24px 0 rgba(240, 242, 248, 0.8);
  border: 2px solid #fff;
}
.main36 form input {
  width: calc(100% - 80px);
  height: 50px;
  border: none;
  font-size: 16px;
  background: url(../images/fdj.png) no-repeat 20px center;
  padding: 0 10px 0 50px;
}
.main36 form input:focus {
  outline: none;
}
.main36 form button {
  width: 80px;
  height: 50px;
  font-size: 16px;
  color: #0053a6;
  text-align: left;
  padding: 0;
  border: none;
  background: none;
  background-image: url(../images/icon17.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.main36 form button:focus {
  outline: none;
}
.main36.active {
  left: 0;
}
@media (min-width: 992px) {
  .nav1 .swiper-container .swiper-slide .list:hover .icon img {
    transform: rotate(360deg);
  }
  .nav1 .swiper-container .swiper-slide .list:hover .text-box h5 {
    color: #0053a6;
  }
  .nav1 .swiper-container .swiper-slide .list:hover .text-box p {
    color: #0053a6;
  }
  .main1 .con2 .container-box .left a:hover h5 {
    color: #0053a6;
  }
  .main1 .con2 .container-box .left a:hover img {
    transform: scale(1.1);
  }
  .main1 .con2 .container-box .right ul li a:hover {
    box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
  }
  .main1 .con2 .container-box .right ul li a:hover h5,
  .main1 .con2 .container-box .right ul li a:hover p {
    color: #0053a6;
  }
  .main1 .con2 .container-box .right ul li:last-child a:hover h5 .icon {
    transform: rotate(360deg);
  }
  .main19 .right-fixed.active {
    width: 100%;
    height: 0;
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 10;
  }
  .main19 .right-fixed.active .box {
    height: 0;
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  .main19 .right-fixed.active .box .news4 {
    background-color: #fff;
  }
  .nav2 .container-box .swiper-container .swiper-slide a:hover img {
    transform: rotate(360deg);
  }
  .main10 .main10-con .con2 ul li .li-con:hover {
    box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
  }
  .main10 .main10-con .con2 ul li .li-con:hover .title {
    color: #0053a6;
  }
  .main10 .main10-con .con2 ul li .li-con:hover .title img {
    transform: rotate(360deg);
  }
  .main11 ul li .li-con:hover {
    box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
  }
  .main11 ul li .li-con:hover .bt {
    color: #0053a6;
  }
  .main11 ul li .li-con:hover .bt img {
    transform: rotate(360deg);
  }
  .nav4.nav4-2 .swiper-slide:hover img {
    transform: rotate(360deg);
  }
  .nav3 .swiper-container .swiper-slide:hover {
    color: #0053a6;
  }
  .news1:hover h5 {
    color: #0053a6;
  }
  .main29 .list:hover {
    box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
  }
  .main29 .list:hover h5 {
    color: #0053a6;
  }
  .main29 .more:hover {
    box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
  }
  .main32 ul li input:hover,
  .main32 ul li textarea:hover {
    box-shadow: 0 0 10px rgba(1, 83, 167, 0.2);
  }
  .main32 button:hover {
    background-color: #0b4783;
  }
  .main26 ul li .li-con:hover .text {
    color: #0053a6;
  }
  .main26 ul li .li-con:hover .bottom {
    color: #0053a6;
  }
  .main25 .con1 .right ul li .li-con:hover h5 {
    color: #0053a6;
  }
  .main25 .con1 .right ul li .li-con:hover .text {
    color: #0053a6;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con:hover .name p {
    color: #0053a6;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con:hover .name p::before {
    background-color: #0053a6;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con:hover .name p::after {
    background-color: #0053a6;
  }
}
@media (max-width: 1680px) {
  header nav ul li {
    margin: 0 20px;
  }
  .main3 {
    padding: 1px 50px 50px;
  }
  .main3 .con1 .but {
    z-index: 10;
  }
  .main3 .con1 .but.but-prev {
    left: -40px;
  }
  .main3 .con1 .but.but-next {
    right: -40px;
  }
  .main3 .con2 .container-box .but {
    z-index: 10;
  }
  .main3 .con2 .container-box .but.but-prev {
    left: -40px;
  }
  .main3 .con2 .container-box .but.but-next {
    right: -40px;
  }
  .main6 {
    padding: 0 50px;
  }
  .main6 .con1 .but {
    z-index: 10;
  }
  .main6 .con1 .but.but-prev {
    left: -50px;
  }
  .main6 .con1 .but.but-next {
    right: -50px;
  }
  .nav1 .but,
  .nav4 .but {
    z-index: 10;
  }
  .nav1 .but.but-prev,
  .nav4 .but.but-prev {
    left: -50px;
  }
  .nav1 .but.but-next,
  .nav4 .but.but-next {
    right: -50px;
  }
}
@media (max-width: 1580px) {
  .main27 .con1 .but {
    margin: 0;
    top: -50px;
  }
  .main27 .con1 .but.but-prev {
    left: auto;
    right: 50px;
  }
  .main27 .con1 .but.but-next {
    right: 0;
  }
  .main28 .main28-con .but {
    margin: 0;
    top: -50px;
  }
  .main28 .main28-con .but.but-prev {
    left: auto;
    right: 50px;
  }
  .main28 .main28-con .but.but-next {
    right: 0;
  }
}
@media (max-width: 1560px) {
  .nav1 .but,
  .nav4 .but {
    margin: 0;
    top: -50px;
  }
  .nav1 .but.but-prev,
  .nav4 .but.but-prev {
    left: auto;
    right: 50px;
  }
  .nav1 .but.but-next,
  .nav4 .but.but-next {
    right: 0;
  }
}
@media (max-width: 1470px) {
  .warning_popup {
    width: 1.36054422rem;
    height: 0.68027211rem;
    font-size: 0.12244898rem;
  }
  header {
    height: 0.54421769rem;
  }
  header .logo {
    left: 0.27210884rem;
  }
  header .logo img {
    width: 0.81632653rem;
  }
  header .right ul li {
    margin-left: 0.20408163rem;
  }
  header .right ul li a {
    font-size: 0.10884354rem;
  }
  header .right ul li.language dl dt {
    font-size: 0.10884354rem;
  }
  header .right ul li.language dl .dd-box {
    width: 0.81632653rem;
    padding: 0.06802721rem 0;
    box-shadow: 0 0 0.06802721rem rgba(0, 0, 0, 0.1);
  }
  header .right ul li.language dl .dd-box a {
    line-height: 0.23809524rem;
  }
  header .right ul li.search {
    background-size: 0.14965986rem auto;
    width: 0.54421769rem;
  }
  header nav ul li {
    margin: 0 0.13605442rem;
  }
  header nav ul li a {
    font-size: 0.10884354rem;
  }
  header .nav-2 {
    height: 3.1292517rem;
    top: 0.54421769rem;
  }
  header .nav-2 .left {
    padding: 0.34013605rem 0.34013605rem 0.34013605rem 0.34013605rem;
  }
  header .nav-2 .left .title {
    font-size: 0.12244898rem;
    color: #222;
  }
  header .nav-2 .left .text {
    font-size: 0.0952381rem;
    line-height: 0.17687075rem;
    margin-top: 0.13605442rem;
  }
  header .nav-2 .right {
    padding: 0.34013605rem 0.34013605rem 0.34013605rem 0.34013605rem;
  }
  header .nav-2 .right .dl-box {
    margin: 0 -0.06802721rem;
  }
  header .nav-2 .right .dl-box dl {
    padding: 0 0.06802721rem;
  }
  header .nav-2 .right .dl-box dl .box {
    padding-bottom: 0.06802721rem;
    margin-bottom: 0.06802721rem;
  }
  header .nav-2 .right .dl-box dl .box dt {
    margin-bottom: 0.03401361rem;
  }
  header .nav-2 .right .dl-box dl .box dt a {
    font-size: 0.10884354rem;
    line-height: 0.24489796rem;
  }
  header .nav-2 .right .dl-box dl .box dd a {
    font-size: 0.10884354rem;
    line-height: 0.24489796rem;
  }
  header .nav-3 {
    min-width: 1.02040816rem;
    padding: 0.06802721rem;
  }
  header .nav-3 dl dd a {
    line-height: 0.27210884rem;
  }
  .banner .swiper-container .swiper-slide .text-box {
    padding-top: 0.54421769rem;
  }
  .banner .swiper-container .swiper-slide .text-box .container-box h5 {
    font-size: 0.32653061rem;
    left: -1.02040816rem;
  }
  .banner .swiper-container .swiper-slide .text-box .container-box p {
    font-size: 0.12244898rem;
    margin: 0.23809524rem 0 0.54421769rem;
    left: -1.02040816rem;
  }
  .banner .swiper-container .swiper-slide .text-box .container-box .more {
    left: -1.02040816rem;
  }
  .banner .swiper-container .swiper-slide .text-box .container-box .more a {
    width: 1.02040816rem;
    line-height: 0.31292517rem;
    font-size: 0.10884354rem;
  }
  .banner .swiper-pagination {
    bottom: 0.20408163rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.34013605rem;
    height: 0.04081633rem;
    margin: 0 0.03401361rem;
  }
  .title1 {
    margin: 0.68027211rem 0 0.40816327rem;
  }
  .title1 h5 {
    font-size: 0.24489796rem;
  }
  .title1 p {
    font-size: 0.12244898rem;
    margin-top: 0.13605442rem;
  }
  .nav1 .swiper-container {
    margin: 0 -0.17006803rem;
  }
  .nav1 .swiper-container .swiper-slide {
    padding: 0 0.10204082rem;
    width: 33.3%!important;
  }
  .nav1 .swiper-container .swiper-slide::before {
    width: 0.68027211rem;
    height: 0.02721088rem;
    border-radius: 0.03401361rem;
  }
  .nav1 .swiper-container .swiper-slide .list {
    height: 0.81632653rem;
    padding-left: 0.20408163rem;
    border-radius: 0.02721088rem;
    box-shadow: 0.03401361rem 0.03401361rem 0.16326531rem 0 rgba(240, 242, 248, 0.8);
    cursor: pointer;
  }
  .nav1 .swiper-container .swiper-slide .list .icon {
    width: 0.34013605rem;
    height: 0.34013605rem;
  }
  .nav1 .swiper-container .swiper-slide .list .text-box {
    padding-left: 0.13605442rem;
  }
  .nav1 .swiper-container .swiper-slide .list .text-box h5 {
    font-size: 0.13605442rem;
  }
  .nav1 .swiper-container .swiper-slide .list .text-box p {
    font-size: 0.10884354rem;
    margin-top: 0.06802721rem;
  }
  .nav1.nav1-2 .swiper-container .swiper-slide .list {
    padding: 0 0.34013605rem;
    height: 1.02040816rem;
  }
  .nav1.nav1-2 .swiper-container .swiper-slide .list .icon {
    width: 0.81632653rem;
    height: 0.81632653rem;
  }
  .nav1.nav1-2 .swiper-container .swiper-slide .list .text-box {
    width: calc(100% - 0.81632653rem);
  }
  .nav1.nav1-2 .swiper-container .swiper-slide .list .text-box h5 {
    line-height: 0.20408163rem;
  }
  @-webkit-keyframes icon-enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -20.40816327rem;
    }
  }
  @keyframes icon-enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -20.40816327rem;
    }
  }
  @-webkit-keyframes icon-leave {
    0% {
      background-position: 0 -20.40816327rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes icon-leave {
    0% {
      background-position: 0 -20.40816327rem;
    }
    to {
      background-position: 0 0;
    }
  }
  .main1 .con2 {
    padding: 0.40816327rem 0 0.34013605rem;
    margin-top: 0.13605442rem;
  }
  .main1 .con2 .container-box .left {
    width: 2.38095238rem;
    height: 3.1292517rem;
  }
  .main1 .con2 .container-box .left a {
    padding: 0.20408163rem;
  }
  .main1 .con2 .container-box .left a h5 {
    font-size: 0.16326531rem;
  }
  .main1 .con2 .container-box .left a .text {
    font-size: 0.10884354rem;
    margin: 0.13605442rem 0 0.27210884rem;
  }
  .main1 .con2 .container-box .left a p {
    font-size: 0.10884354rem;
  }
  .main1 .con2 .container-box .right {
    width: calc(100% - 2.38095238rem);
    padding-left: 0.13605442rem;
  }
  .main1 .con2 .container-box .right ul {
    margin: 0 -0.03401361rem;
  }
  .main1 .con2 .container-box .right ul li {
    padding: 0 0.03401361rem;
    margin-bottom: 0.06802721rem;
  }
  .main1 .con2 .container-box .right ul li a {
    height: 1.53061224rem;
    padding: 0 0.20408163rem;
    border-radius: 0.02721088rem;
  }
  .main1 .con2 .container-box .right ul li a h5 .icon {
    width: 0.40816327rem;
    height: 0.40816327rem;
  }
  .main1 .con2 .container-box .right ul li a h5 p {
    width: calc(100% - 0.40816327rem);
    padding-left: 0.13605442rem;
    font-size: 0.13605442rem;
  }
  .main1 .con2 .container-box .right ul li a .text {
    font-size: 0.10884354rem;
    margin: 0.13605442rem 0;
    line-height: 0.16326531rem;
    height: 0.32653061rem;
  }
  .main1 .con2 .container-box .right ul li a .more {
    font-size: 0.10884354rem;
  }
  @-webkit-keyframes main1_con2_right_icon_enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -10.20408163rem;
    }
  }
  @keyframes main1_con2_right_icon_enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -10.20408163rem;
    }
  }
  @-webkit-keyframes main1_con2_right_icon_leave {
    0% {
      background-position: 0 -10.20408163rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes main1_con2_right_icon_leave {
    0% {
      background-position: 0 -10.20408163rem;
    }
    to {
      background-position: 0 0;
    }
  }
  .main2 .con1 .left {
    width: calc(100% - 3.1292517rem);
    padding-right: 0.20408163rem;
  }
  .main2 .con1 .left ul {
    margin: 0 -0.10204082rem;
  }
  .main2 .con1 .left ul li {
    padding: 0 0.10204082rem;
    margin-bottom: 0.20408163rem;
  }
  .main2 .con1 .left ul li .li-con {
    height: 1.2244898rem;
    padding-left: 0.27210884rem;
    border-radius: 0.02721088rem;
    box-shadow: 0.03401361rem 0.03401361rem 24px 0 rgba(240, 242, 248, 0.8);
  }
  .main2 .con1 .left ul li .li-con .icon {
    width: 0.81632653rem;
    height: 0.81632653rem;
  }
  .main2 .con1 .left ul li .li-con .text-box {
    padding-left: 0.20408163rem;
    width: calc(100% - 0.81632653rem);
  }
  .main2 .con1 .left ul li .li-con .text-box h5 {
    font-size: 0.16326531rem;
  }
  .main2 .con1 .left ul li .li-con .text-box p {
    font-size: 0.10884354rem;
    margin-top: 0.10204082rem;
  }
  .main2 .con1 .left ul li .li-con.active {
    box-shadow: 0 0 0.06802721rem rgba(0, 0, 0, 0.2);
  }
  @-webkit-keyframes main2_con1_left_li_con_enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -20.40816327rem;
    }
  }
  @keyframes main2_con1_left_li_con_enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -20.40816327rem;
    }
  }
  @-webkit-keyframes main2_con1_left_li_con_leave {
    0% {
      background-position: 0 -20.40816327rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes main2_con1_left_li_con_leave {
    0% {
      background-position: 0 -20.40816327rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @-webkit-keyframes main2_con1_left_li_con_enter_2 {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -41.63265306rem;
    }
  }
  @keyframes main2_con1_left_li_con_enter_2 {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -41.63265306rem;
    }
  }
  @-webkit-keyframes main2_con1_left_li_con_leave_2 {
    0% {
      background-position: 0 -41.63265306rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes main2_con1_left_li_con_leave_2 {
    0% {
      background-position: 0 -41.63265306rem;
    }
    to {
      background-position: 0 0;
    }
  }
  .main2 .con1 .right {
    width: 3.1292517rem;
    height: 4.08163265rem;
  }
  .main2 .con1 .right a {
    border-radius: 0.02721088rem;
    box-shadow: 0.03401361rem 0.03401361rem 0.16326531rem 0 rgba(240, 242, 248, 0.8);
    padding: 0.27210884rem;
  }
  .main2 .con1 .right a h5 {
    font-size: 0.16326531rem;
  }
  .main2 .con1 .right a .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    margin: 0.13605442rem 0 0.27210884rem;
  }
  .main2 .con1 .right a p {
    font-size: 0.10884354rem;
  }
  .main2 .con1 .right a img {
    max-width: 2.04081633rem;
  }
  .main2 .con1 .right a .img {
    width: 2.3537415rem;
    height: 1.69387755rem;
  }
  @-webkit-keyframes main2_con1_right_img_icon_enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -42.34693878rem;
    }
  }
  @keyframes main2_con1_right_img_icon_enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -42.34693878rem;
    }
  }
  @-webkit-keyframes main2_con1_right_img_icon_leave {
    0% {
      background-position: 0 -42.34693878rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes main2_con1_right_img_icon_leave {
    0% {
      background-position: 0 -42.34693878rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @-webkit-keyframes main2_con1_right_img_icon_enter_2 {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -86.3877551rem;
    }
  }
  @keyframes main2_con1_right_img_icon_enter_2 {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -86.3877551rem;
    }
  }
  @-webkit-keyframes main2_con1_right_img_icon_leave_2 {
    0% {
      background-position: 0 -86.3877551rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes main2_con1_right_img_icon_leave_2 {
    0% {
      background-position: 0 -86.3877551rem;
    }
    to {
      background-position: 0 0;
    }
  }
  .main3 {
    margin-top: 0.20408163rem;
    padding-bottom: 0.34013605rem;
  }
  .main3 .con1 .swiper-slide .list {
    height: 0.47619048rem;
    padding-bottom: 0.06802721rem;
  }
  .main3 .con1 .swiper-slide .list .icon {
    width: 0.40816327rem;
    height: 0.40816327rem;
  }
  .main3 .con1 .swiper-slide .list h5 {
    width: calc(100% - 0.40816327rem);
    font-size: 0.13605442rem;
    padding-left: 0.06802721rem;
  }
  @-webkit-keyframes main3_con1_icon_enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -10.20408163rem;
    }
  }
  @keyframes main3_con1_icon_enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -10.20408163rem;
    }
  }
  @-webkit-keyframes main3_con1_icon_leave {
    0% {
      background-position: 0 -10.20408163rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes main3_con1_icon_leave {
    0% {
      background-position: 0 -10.20408163rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @-webkit-keyframes main3_con1_icon_enter_2 {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -20.81632653rem;
    }
  }
  @keyframes main3_con1_icon_enter_2 {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -20.81632653rem;
    }
  }
  @-webkit-keyframes main3_con1_icon_leave_2 {
    0% {
      background-position: 0 -20.81632653rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes main3_con1_icon_leave_2 {
    0% {
      background-position: 0 -20.81632653rem;
    }
    to {
      background-position: 0 0;
    }
  }
  .main3 .con2 {
    margin-top: 0.40816327rem;
  }
  .main3 .con2 .container-box .swiper-container {
    padding: 0.06802721rem;
    margin: 0 -0.06802721rem;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul {
    margin: 0 -0.20408163rem;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li {
    padding: 0 0.20408163rem;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con {
    height: 2.17687075rem;
    padding: 0 0.40816327rem;
    border-radius: 0.02721088rem;
    box-shadow: 0.03401361rem 0.03401361rem 0.16326531rem 0 rgba(240, 242, 248, 0.8);
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .icon {
    height: 0.34013605rem;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .text {
    font-size: 0.12244898rem;
    line-height: 0.24489796rem;
    height: 0.73469388rem;
    margin: 0.20408163rem 0;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .bottom {
    font-size: 0.12244898rem;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .bottom p::before {
    width: 0.23809524rem;
    margin-right: 0.03401361rem;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide .li-con {
    height: 2.17687075rem;
    padding: 0 0.40816327rem;
    border-radius: 0.02721088rem;
    box-shadow: 0.03401361rem 0.03401361rem 0.16326531rem 0 rgba(240, 242, 248, 0.8);
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide .li-con .icon {
    height: 0.34013605rem;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide .li-con .text {
    font-size: 0.12244898rem;
    line-height: 0.24489796rem;
    height: 0.73469388rem;
    margin: 0.20408163rem 0;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide .li-con .bottom {
    font-size: 0.12244898rem;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide .li-con .bottom p::before {
    width: 0.23809524rem;
    margin-right: 0.03401361rem;
  }
  .main4 {
    padding-bottom: 0.27210884rem;
  }
  .main4 ul li {
    padding: 0 0.06802721rem;
    margin-bottom: 0.13605442rem;
  }
  .main4 ul li .li-con {
    height: 2.04081633rem;
    padding: 0.20408163rem;
    border-radius: 0.02721088rem;
    box-shadow: 0.03401361rem 0.03401361rem 0.16326531rem 0 rgba(240, 242, 248, 0.8);
  }
  .main4 ul li .li-con h5 {
    font-size: 0.13605442rem;
  }
  .main4 ul li .li-con .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    height: 0.40816327rem;
    margin: 0.13605442rem 0;
  }
  .main4 ul li .li-con .dl-box {
    height: 0.80272109rem;
  }
  .main4 ul li .li-con .dl-box dl dd {
    margin-right: 0.10204082rem;
    margin-bottom: 0.10204082rem;
  }
  .main4 ul li .li-con .dl-box dl dd a {
    font-size: 0.10884354rem;
    line-height: 0.27210884rem;
    padding: 0 0.13605442rem;
    border-radius: 0.02721088rem;
    box-shadow: 0.03401361rem 0.03401361rem 0.16326531rem 0 rgba(240, 242, 248, 0.8);
  }
  .main5::before {
    height: 0.6122449rem;
  }
  .main5 .con1 ul li {
    margin-bottom: 0.13605442rem;
  }
  .main5 .con1 ul li .li-con {
    width: 1.2244898rem;
    height: 0.68027211rem;
    border-radius: 0.02721088rem;
    box-shadow: 0.03401361rem 0.03401361rem 0.16326531rem 0 rgba(240, 242, 248, 0.8);
    padding-left: 0.20408163rem;
  }
  .main5 .con1 ul li .li-con p {
    font-size: 0.10884354rem;
  }
  .main5 .con1 ul li .li-con h5 {
    font-size: 0.24489796rem;
    margin-top: 0.06802721rem;
  }
  .main5 .con1 ul li .li-con h5 span {
    font-size: 0.10884354rem;
    margin-left: 0.05442177rem;
    top: -0.02040816rem;
  }
  .main5 .con2 {
    font-size: 0.12244898rem;
    line-height: 0.24489796rem;
    border-radius: 0.02721088rem;
    box-shadow: 0.03401361rem 0.03401361rem 0.16326531rem 0 rgba(240, 242, 248, 0.8);
    padding: 0.27210884rem 0.47619048rem;
    bottom: -0.20408163rem;
  }
  .main5 .con2 P {
    margin-top: 0.34013605rem;
  }
  .main7 {
    padding: 0.47619048rem 0;
    margin-top: 0.6122449rem;
  }
  .main7 h5 {
    font-size: 0.24489796rem;
  }
  .main7 ul {
    margin-top: 0.20408163rem;
  }
  .main7 ul li {
    margin-right: 0.06802721rem;
  }
  .main7 ul li a {
    width: 1.02040816rem;
    line-height: 0.31292517rem;
    font-size: 0.10884354rem;
  }
  footer .top {
    padding: 0.40816327rem 0;
  }
  footer .top .left {
    width: 2.44897959rem;
  }
  footer .top .left .logo2 {
    width: 1.02040816rem;
  }
  footer .top .left h5 {
    font-size: 0.12244898rem;
    margin-top: 0.10204082rem;
  }
  footer .top .left ul {
    margin: 0.27210884rem 0 0.20408163rem;
  }
  footer .top .left ul li {
    margin-right: 0.20408163rem;
  }
  footer .top .left ul li img {
    width: 0.54421769rem;
    height: 0.54421769rem;
  }
  footer .top .left ul li p {
    margin-top: 0.05442177rem;
  }
  footer .top .left dl dd {
    margin-right: 0.06802721rem;
  }
  footer .top .left dl dd a {
    width: 0.27210884rem;
    height: 0.27210884rem;
    border-radius: 0.03401361rem;
  }
  footer .top .left dl dd a i {
    font-size: 0.13605442rem;
  }
  footer .top .right {
    width: calc(100% - 2.44897959rem);
  }
  footer .top .right .dl-box dl dt {
    margin-bottom: 0.06802721rem;
  }
  footer .top .right .dl-box dl dt a {
    font-size: 0.12244898rem;
    line-height: 0.23809524rem;
  }
  footer .top .right .dl-box dl dd a {
    line-height: 0.23809524rem;
  }
  footer .bottom {
    padding: 0.13605442rem 0;
  }
  footer .bottom ul li {
    padding-left: 0.06802721rem;
    margin-left: 0.06802721rem;
  }
  footer .bottom .left a {
    margin: 0 0.06802721rem;
  }
  .banner2 .con .text-box {
    max-width: 3.40136054rem;
  }
  .banner2 .con .text-box h5 {
    font-size: 0.28571429rem;
  }
  .banner2 .con .text-box .text {
    font-size: 0.12244898rem;
    line-height: 0.20408163rem;
    margin-top: 0.20408163rem;
  }
  .nav2 .container-box .swiper-container {
    padding: 0.13605442rem;
    margin: -0.47619048rem -0.13605442rem 0;
    max-width: 100%;
  }
  .nav2 .container-box .swiper-container .swiper-slide {
    margin-right: 0.13605442rem;
  }
  .nav2 .container-box .swiper-container .swiper-slide a {
    width: 1.76870748rem;
    height: 0.68027211rem;
    border-radius: 0.03401361rem;
    box-shadow: 0.03401361rem 0.03401361rem 0.16326531rem 0 rgba(240, 242, 248, 0.8);
    padding-left: 0.20408163rem;
  }
  .nav2 .container-box .swiper-container .swiper-slide a .img {
    width: 0.34013605rem;
    height: 0.34013605rem;
  }
  .nav2 .container-box .swiper-container .swiper-slide a .text-box {
    margin-left: 0.13605442rem;
  }
  .nav2 .container-box .swiper-container .swiper-slide a .text-box h5 {
    font-size: 0.13605442rem;
  }
  .nav2 .container-box .swiper-container .swiper-slide a .text-box p {
    font-size: 0.0952381rem;
    margin-top: 0.05442177rem;
  }
  .main8 {
    margin: 0.47619048rem 0;
    border-radius: 0.02721088rem;
    padding: 0.34013605rem;
  }
  .main8 .title {
    font-size: 0.24489796rem;
    margin-bottom: 0.27210884rem;
  }
  .main8 ul {
    margin: 0 -0.34013605rem;
  }
  .main8 ul li {
    font-size: 0.12244898rem;
    line-height: 0.20408163rem;
    padding: 0 0.34013605rem;
  }
  .main9 .main9-con {
    margin-top: 0.13605442rem;
    padding: 0.34013605rem 0 1.08843537rem;
    box-shadow: inset 0 0.13605442rem 0.27210884rem 0 rgba(242, 245, 250, 0.8);
  }
  .main9 .main9-con .container-box .con-box .left {
    width: 2.31292517rem;
  }
  .main9 .main9-con .container-box .con-box .left ul li {
    padding: 0.13605442rem 0.20408163rem;
    font-size: 0.13605442rem;
  }
  .main9 .main9-con .container-box .con-box .left ul li::before {
    width: 0.02040816rem;
    height: 0.20408163rem;
  }
  .main9 .main9-con .container-box .con-box .right {
    width: calc(100% - 2.31292517rem);
    padding: 0.13605442rem 0.27210884rem 0.20408163rem;
  }
  .main9 .main9-con .container-box .con-box .right dl {
    padding: 0.13605442rem 0.20408163rem;
    margin-bottom: 0.06802721rem;
  }
  .main9 .main9-con .container-box .con-box .right dl dt {
    font-size: 0.13605442rem;
  }
  .main9 .main9-con .container-box .con-box .right dl dd {
    font-size: 0.10884354rem;
    margin-top: 0.06802721rem;
  }
  .main9 .main9-con .container-box .con-box .right dl dd img {
    margin-top: 0.06802721rem;
  }
  .main10 .main10-con {
    border-radius: 0.03401361rem;
    padding: 0.34013605rem 0.47619048rem;
    margin: 0.40816327rem 0 0.40816327rem;
  }
  .main10 .main10-con .con1 .title {
    font-size: 0.24489796rem;
  }
  .main10 .main10-con .con1 .text {
    font-size: 0.12244898rem;
    line-height: 0.20408163rem;
    margin-top: 0.20408163rem;
  }
  .main10 .main10-con .con2 {
    margin-top: 0.20408163rem;
  }
  .main10 .main10-con .con2 ul {
    margin: 0 -0.08163265rem;
  }
  .main10 .main10-con .con2 ul li {
    padding: 0 0.08163265rem;
  }
  .main10 .main10-con .con2 ul li .li-con {
    border-radius: 0.03401361rem;
    height: 1.70068027rem;
    padding: 0.13605442rem;
  }
  .main10 .main10-con .con2 ul li .li-con .title {
    font-size: 0.13605442rem;
  }
  .main10 .main10-con .con2 ul li .li-con .title img {
    height: 0.20408163rem;
    margin-right: 0.10204082rem;
  }
  .main10 .main10-con .con2 ul li .li-con .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    max-height: 1.02040816rem;
    margin-top: 0.10204082rem;
  }
  .main11 {
    padding: 0.6122449rem 0 0.40816327rem;
  }
  .main11 .title {
    font-size: 0.24489796rem;
    margin-bottom: 0.34013605rem;
  }
  .main11 ul {
    margin: 0 -0.13605442rem;
  }
  .main11 ul li {
    padding: 0 0.13605442rem;
    margin-bottom: 0.27210884rem;
  }
  .main11 ul li .li-con {
    border-radius: 0.03401361rem;
    height: 3.06122449rem;
    padding: 0.2585034rem 0.27210884rem;
  }
  .main11 ul li .li-con .bt {
    font-size: 0.13605442rem;
  }
  .main11 ul li .li-con .bt img {
    height: 0.20408163rem;
    margin-right: 0.06802721rem;
  }
  .main11 ul li .li-con .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    max-height: 2.24489796rem;
    margin-top: 0.10204082rem;
  }
  .main11 ul li:last-child .li-con {
    height: 1.63265306rem;
  }
  .main11 ul li:last-child .li-con .text {
    max-height: 0.81632653rem;
  }
  .main12 .main12-con-1 {
    padding-top: 0.6122449rem;
  }
  .main12 .main12-con-1 .title {
    font-size: 0.24489796rem;
    margin-bottom: 0.34013605rem;
  }
  .main12 .main12-con-2 {
    padding: 0.40816327rem 0;
  }
  .main12 .main12-con-2 .con1 .left {
    width: 2.31292517rem;
    height: 4.08163265rem;
    border-radius: 0.04081633rem;
    padding: 0.20408163rem;
  }
  .main12 .main12-con-2 .con1 .left .title {
    font-size: 0.13605442rem;
    margin-bottom: 0.13605442rem;
  }
  .main12 .main12-con-2 .con1 .left .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    max-height: 3.19727891rem;
  }
  .main12 .main12-con-2 .con1 .left .text p {
    margin-bottom: 0.20408163rem;
  }
  .main12 .main12-con-2 .con1 .right {
    width: calc(100% - 2.31292517rem);
    padding-left: 0.27210884rem;
  }
  .main12 .main12-con-2 .con1 .right .con-box {
    border-radius: 0.04081633rem;
    padding: 0.20408163rem 0.20408163rem 0.20408163rem 0.20408163rem;
    height: 4.08163265rem;
  }
  .main12 .main12-con-2 .con1 .right .con-box .title {
    font-size: 0.13605442rem;
    width: 0.13605442rem;
    left: 0.20408163rem;
  }
  .main12 .main12-con-2 .con2 {
    border-radius: 0.03401361rem;
    margin-top: 0.40816327rem;
  }
  .main12 .main12-con-2 .con2 .left {
    width: 2.31292517rem;
  }
  .main12 .main12-con-2 .con2 .left .title {
    line-height: 0.34013605rem;
    padding: 0 0.13605442rem;
    font-size: 0.10884354rem;
  }
  .main12 .main12-con-2 .con2 .left .title::after {
    right: 0.13605442rem;
  }
  .main12 .main12-con-2 .con2 .left ul li {
    padding: 0.13605442rem 0.20408163rem;
    font-size: 0.13605442rem;
  }
  .main12 .main12-con-2 .con2 .left ul li::before {
    width: 0.02040816rem;
    height: 0.20408163rem;
  }
  .main12 .main12-con-2 .con2 .right {
    width: calc(100% - 2.31292517rem);
    padding: 0.34013605rem 0.27210884rem 0.20408163rem;
  }
  .main12 .main12-con-2 .con2 .right .right-con-1 .title {
    font-size: 0.13605442rem;
    margin-bottom: 0.20408163rem;
  }
  .main12 .main12-con-2 .con2 .right .right-con-1 ul {
    margin: 0 -0.06802721rem;
  }
  .main12 .main12-con-2 .con2 .right .right-con-1 ul li {
    padding: 0 0.06802721rem;
    margin-bottom: 0.13605442rem;
  }
  .main12 .main12-con-2 .con2 .right .right-con-1 ul li .li-con {
    border-radius: 0.03401361rem;
    padding: 0.17006803rem;
    height: 1.2585034rem;
  }
  .main12 .main12-con-2 .con2 .right .right-con-1 ul li .li-con .bt {
    font-size: 0.13605442rem;
  }
  .main12 .main12-con-2 .con2 .right .right-con-1 ul li .li-con .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    max-height: 1.02040816rem;
    margin-top: 0.06802721rem;
  }
  .main12 .main12-con-2 .con2 .right .right-con-2 {
    border-radius: 0.04081633rem;
    padding: 0.20408163rem;
    margin-top: 0.27210884rem;
  }
  .main12 .main12-con-2 .con2 .right .right-con-2 .title {
    font-size: 0.13605442rem;
    margin-bottom: 0.17006803rem;
  }
  .nav3 .swiper-container .swiper-slide {
    font-size: 0.13605442rem;
    padding: 0 0.17006803rem 0.13605442rem;
  }
  .nav3 .swiper-container .swiper-slide::before {
    width: 0.40816327rem;
    height: 0.02040816rem;
  }
  .nav4 {
    margin-top: 0.27210884rem;
  }
  .nav4 .swiper-slide {
    font-size: 0.13605442rem;
    margin-right: 0.71428571rem;
    padding-bottom: 0.12244898rem;
  }
  .nav4 .swiper-slide::before {
    height: 0.02040816rem;
  }
  .nav4 .swiper-slide img {
    height: 0.34013605rem;
    margin-right: 0.03401361rem;
  }
  .nav4 .swiper-slide .icon {
    width: 0.40816327rem;
    height: 0.40816327rem;
    margin-right: 0.06802721rem;
  }
  @-webkit-keyframes nav4_icon_enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -10.20408163rem;
    }
  }
  @keyframes nav4_icon_enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -10.20408163rem;
    }
  }
  @-webkit-keyframes nav4_icon_leave {
    0% {
      background-position: 0 -10.20408163rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes nav4_icon_leave {
    0% {
      background-position: 0 -10.20408163rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @-webkit-keyframes nav4_icon_enter_2 {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -20.81632653rem;
    }
  }
  @keyframes nav4_icon_enter_2 {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -20.81632653rem;
    }
  }
  @-webkit-keyframes nav4_icon_leave_2 {
    0% {
      background-position: 0 -20.81632653rem;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes nav4_icon_leave_2 {
    0% {
      background-position: 0 -20.81632653rem;
    }
    to {
      background-position: 0 0;
    }
  }
  .nav4.nav4-2 {
    margin-top: 0.40816327rem;
  }
  .nav4.nav4-2 .swiper-slide img {
    margin-right: 0.10204082rem;
  }
  .main13 {
    padding: 0.54421769rem 0 0.95238095rem;
  }
  .main13 ul {
    margin: 0 -0.04761905rem;
  }
  .main13 ul li {
    padding: 0 0.04761905rem;
    margin-bottom: 0.0952381rem;
  }
  .news1 {
    height: 1.57823129rem;
    padding: 0.20408163rem;
    transition: all .3s;
  }
  .news1 .icon {
    height: 0.30612245rem;
  }
  .news1 h5 {
    font-size: 0.13605442rem;
    margin: 0.13605442rem 0 0.10204082rem;
  }
  .news1 .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    height: 0.40816327rem;
  }
  .main14 {
    margin: 0.34013605rem 0 0.32653061rem;
  }
  .main14 .title h5 {
    font-size: 0.24489796rem;
  }
  .main14 .title p {
    font-size: 0.12244898rem;
    line-height: 0.20408163rem;
    margin-top: 0.20408163rem;
  }
  .main14 ul {
    margin: 0.40816327rem -0.04081633rem 0;
  }
  .main14 ul li {
    margin-bottom: 0.08163265rem;
    padding: 0 0.04081633rem;
  }
  .main14 ul li .li-con {
    padding: 0.20408163rem;
  }
  .main14 ul li .li-con h5 {
    font-size: 0.13605442rem;
  }
  .main14 ul li .li-con .text {
    font-size: 0.10884354rem;
    line-height: 0.16326531rem;
    margin-top: 0.10204082rem;
    height: 0.32653061rem;
  }
  .main15 {
    padding: 0.68027211rem 0 0.40816327rem;
  }
  .main15 .title h5 {
    font-size: 0.24489796rem;
  }
  .main15 .title p {
    font-size: 0.12244898rem;
    line-height: 0.20408163rem;
    margin-top: 0.20408163rem;
  }
  .main15 .con1 {
    margin-top: 0.40816327rem;
  }
  .main15 .con1 .left {
    width: 3.19727891rem;
    height: 3.43537415rem;
  }
  .main15 .con1 .left ul li .li-con {
    height: 1.05442177rem;
    padding: 0.20408163rem;
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
  }
  .main15 .con1 .left ul li .li-con .text {
    height: 0.6122449rem;
  }
  .main15 .con1 .right {
    width: calc(100% - 3.19727891rem);
    padding-left: 0.13605442rem;
  }
  .main15 .con1 .right .imgbox {
    padding: 0.20408163rem;
    height: 3.43537415rem;
  }
  .main16 {
    padding: 0.68027211rem 0;
  }
  .main16 .title {
    font-size: 0.24489796rem;
  }
  .main16 ul {
    margin: 0.40816327rem -0.13605442rem 0;
  }
  .main16 ul li {
    width: 50%;
    padding: 0 0.13605442rem;
    margin-bottom: 0.13605442rem;
  }
  .main16 ul li .li-con {
    height: 1.08843537rem;
    padding: 0 0.47619048rem;
  }
  .main16 ul li .li-con img {
    height: 0.6122449rem;
    margin-right: 0.23809524rem;
  }
  .main16 ul li .li-con .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
  }
  .nav5 {
    margin-bottom: 0.20408163rem;
  }
  .nav5 ul li {
    margin: 0 0.06802721rem;
    margin-bottom: 0.06802721rem;
  }
  .nav5 ul li a {
    min-width: 1.2244898rem;
    padding: 0 0.06802721rem;
    font-size: 0.12244898rem;
    line-height: 0.34013605rem;
  }
  .main17 {
    padding: 0.27210884rem 0 0.68027211rem;
  }
  .main17 .con ul li {
    margin-bottom: 0.06802721rem;
    height: 0.47619048rem;
  }
  .main17 .con ul li .tag {
    width: 0.78231293rem;
  }
  .main17 .con ul li .tag::before {
    height: 0.12244898rem;
  }
  .main17 .con ul li .tag span {
    width: 0.36734694rem;
    line-height: 0.16326531rem;
    font-size: 0.0952381rem;
  }
  .main17 .con ul li .text {
    width: calc(100% - 0.78231293rem);
    padding-left: 0.20408163rem;
    padding-right: 1.15646259rem;
    font-size: 0.12244898rem;
  }
  .main17 .con ul li .download {
    width: 1.02040816rem;
    height: 0.31292517rem;
    right: 0.06802721rem;
    font-size: 0.10884354rem;
  }
  .main17 .con ul li .download i {
    width: 0.08163265rem;
    margin-right: 0.04081633rem;
  }
  .main18 {
    width: 6.80272109rem;
    padding: 0.27210884rem 0.27210884rem 0.40816327rem;
  }
  .main18 .off {
    width: 0.20408163rem;
    height: 0.20408163rem;
    top: -0.20408163rem;
    right: -0.20408163rem;
  }
  .main18 .off::before {
    font-size: 0.12244898rem;
  }
  .main18 .title {
    margin-bottom: 0.27210884rem;
  }
  .main18 .title h5 {
    font-size: 0.16326531rem;
  }
  .main18 .title p {
    font-size: 0.10884354rem;
    line-height: 0.16326531rem;
    margin-top: 0.10204082rem;
  }
  .main18 form ul {
    margin: 0 -0.13605442rem;
  }
  .main18 form ul li {
    padding: 0 0.13605442rem;
  }
  .main18 form ul li .input-box {
    height: 0.34013605rem;
  }
  .main18 form ul li .input-box .bt {
    left: 0.10204082rem;
    font-size: 0.10884354rem;
  }
  .main18 form ul li .input-box .bt span {
    margin-right: 0.05442177rem;
    top: 0.01360544rem;
  }
  .main18 form ul li .input-box input {
    padding-right: 0.10204082rem;
    font-size: 0.10884354rem;
  }
  .main18 form ul li .input-box.tel_code input {
    padding-right: 1.08843537rem;
  }
  .main18 form ul li .input-box.tel_code .get_code {
    font-size: 0.10884354rem;
    right: 0.06802721rem;
  }
  .main18 form ul li .input-box.sex .left {
    height: 0.34013605rem;
    width: 1.2244898rem;
  }
  .main18 form ul li .input-box.sex .right {
    width: calc(100% - 1.29251701rem);
    height: 0.34013605rem;
  }
  .main18 form ul li .input-box.sex .right input {
    padding-right: 0.81632653rem;
  }
  .main18 form ul li .input-box.sex .right a {
    width: 0.72108844rem;
    height: 0.28571429rem;
    right: 0.02721088rem;
  }
  .main18 form ul li .input-box.company input {
    padding-left: 0.10204082rem;
  }
  .main18 form button {
    width: 2.04081633rem;
    height: 0.34013605rem;
    font-size: 0.12244898rem;
    margin: 0.20408163rem auto 0;
  }
  .main18 form .statement {
    margin-top: 0.13605442rem;
  }
  .main18 form .statement .select {
    font-size: 0.10884354rem;
    padding-left: 0.17687075rem;
  }
  .main18 form .statement .select i {
    width: 0.10884354rem;
    height: 0.10884354rem;
  }
  .main18 form .statement .select i::before {
    width: 0.06802721rem;
    height: 0.06802721rem;
  }
  .main18 form .statement a {
    font-size: 0.10884354rem;
  }
  .main18.main18-2 {
    width: 3.53741497rem;
    padding: 0.27210884rem;
  }
  .main19 {
    padding: 0.27210884rem 0 0.68027211rem;
  }
  .main19 .container-box .left {
    width: calc(100% - 2.72108844rem);
    padding-right: 0.34013605rem;
  }
  .main19 .container-box .right {
    width: 2.72108844rem;
    padding-left: 0.34013605rem;
  }
  .main19.main19-2 {
    padding: 0.68027211rem 0;
  }
  .news2 a .text-box {
    padding: 0.20408163rem 1.36054422rem 0.34013605rem 0;
  }
  .news2 a .text-box h5 {
    font-size: 0.16326531rem;
  }
  .news2 a .text-box .text {
    font-size: 0.10884354rem;
    margin-top: 0.06802721rem;
  }
  .news2 .swiper-pagination {
    bottom: 0.62585034rem;
  }
  .news2 .swiper-pagination .swiper-pagination-bullet {
    width: 0.06802721rem;
    height: 0.06802721rem;
    margin-left: 0.06802721rem;
  }
  .news3 ul li {
    margin-top: 0.34013605rem;
  }
  .news3 ul li a .imgbox {
    width: 1.76870748rem;
    height: 0.99319728rem;
  }
  .news3 ul li a .text-box {
    width: calc(100% - 1.76870748rem);
    padding-left: 0.34013605rem;
    height: 0.99319728rem;
  }
  .news3 ul li a .text-box h5 {
    font-size: 0.16326531rem;
  }
  .news3 ul li a .text-box .text {
    font-size: 0.10884354rem;
    line-height: 0.16326531rem;
    height: 0.32653061rem;
    margin-top: 0.10204082rem;
  }
  .news3 ul li a .text-box .bottom {
    font-size: 0.0952381rem;
    margin-top: 0.19727891rem;
  }
  .news4 .title {
    font-size: 0.16326531rem;
    padding-left: 0.17006803rem;
    margin-bottom: 0.20408163rem;
  }
  .news4 ul li {
    margin-bottom: 0.27210884rem;
  }
  .news4 ul li a .bt {
    font-size: 0.12244898rem;
    line-height: 0.16326531rem;
    max-height: 0.32653061rem;
    padding-left: 0.27210884rem;
  }
  .news4 ul li a .bottom {
    margin-top: 0.10204082rem;
    font-size: 0.0952381rem;
    padding-left: 0.27210884rem;
  }
  .main20 .title {
    padding-bottom: 0.27210884rem;
  }
  .main20 .title h5 {
    font-size: 0.16326531rem;
  }
  .main20 .title .text {
    font-size: 0.10884354rem;
    margin-top: 0.06802721rem;
  }
  .main20 .title .text span {
    margin-right: 0.20408163rem;
  }
  .main20 .con {
    padding: 0.27210884rem 0;
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
  }
  .main20 .con p {
    margin-bottom: 0.20408163rem;
  }
  .main20 .con img {
    margin-bottom: 0.20408163rem;
  }
  .main20 .paging {
    margin: 0.20408163rem -0.13605442rem 0;
  }
  .main20 .paging li {
    padding: 0 0.13605442rem;
  }
  .main20 .paging li a {
    font-size: 0.10884354rem;
  }
  .main21 .main21-con {
    height: 4.28571429rem;
  }
  .main21 .main21-con::before {
    height: 0.50340136rem;
    margin-top: 0.02721088rem;
  }
  .main21 .main21-con .swiper-container .swiper-slide {
    width: 2.17687075rem;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con {
    height: 1.9047619rem;
    padding: 0 0.27210884rem;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con::before {
    height: 1.2244898rem;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con .text {
    font-size: 0.12244898rem;
    line-height: 0.20408163rem;
    height: 0.6122449rem;
    margin: 0.13605442rem 0;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con .line {
    width: 0.01360544rem;
    height: 0.17687075rem;
    left: 0.40816327rem;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con .line i {
    width: 0.10884354rem;
    height: 0.10884354rem;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con .line i::before {
    width: 0.05442177rem;
    height: 0.05442177rem;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con .time {
    font-size: 0.16326531rem;
    bottom: -0.59863946rem;
    left: 0.21768707rem;
  }
  .main21 .main21-con .swiper-container .swiper-slide:nth-child(even) .con .imgbox {
    width: calc(100% - 0.54421769rem);
  }
  .main21 .main21-con .swiper-container .swiper-slide:nth-child(even) .con .line {
    left: 0.40816327rem;
  }
  .main21 .main21-con .swiper-container .swiper-slide:nth-child(even) .con .time {
    bottom: auto;
    top: -0.59863946rem;
  }
  .main22 {
    margin: 0.40816327rem 0;
  }
  .main22 .con {
    padding: 0.19047619rem;
  }
  .main22 .con .video {
    width: 2.65306122rem;
    height: 1.49659864rem;
  }
  .main22 .con .video::before {
    width: 0.40816327rem;
    height: 0.40816327rem;
  }
  .main22 .con .text {
    width: calc(100% - 2.65306122rem);
    padding-left: 0.27210884rem;
    font-size: 0.12244898rem;
    line-height: 0.24489796rem;
    max-height: 1.46938776rem;
  }
  .main23 {
    padding-bottom: 0.40816327rem;
  }
  .main24 .title1 {
    max-width: 6.80272109rem;
    margin: 0.68027211rem auto 0.40816327rem;
  }
  .main25 {
    padding: 1px 0 0.40816327rem;
  }
  .main25 .con1 .left {
    width: 3.1292517rem;
    height: 2.04081633rem;
    padding: 0.13605442rem 0.20408163rem;
  }
  .main25 .con1 .left h5 {
    font-size: 0.13605442rem;
    margin-bottom: 0.13605442rem;
  }
  .main25 .con1 .right {
    width: calc(100% - 3.1292517rem);
    padding-left: 0.27210884rem;
  }
  .main25 .con1 .right ul {
    margin: 0 -0.06802721rem;
  }
  .main25 .con1 .right ul li {
    margin-bottom: 0.13605442rem;
    padding: 0 0.06802721rem;
  }
  .main25 .con1 .right ul li .li-con {
    height: 0.95238095rem;
    padding: 0.10204082rem 0.20408163rem;
  }
  .main25 .con1 .right ul li .li-con h5 {
    font-size: 0.13605442rem;
    margin-bottom: 0.10204082rem;
  }
  .main25 .con1 .right ul li .li-con .text {
    font-size: 0.10884354rem;
    line-height: 0.16326531rem;
    height: 0.48979592rem;
  }
  .main25 .main22 {
    margin: 0.27210884rem 0 0 0;
  }
  .main26 {
    padding-bottom: 0.40816327rem;
  }
  .main26 ul {
    margin: 0 -0.06802721rem;
  }
  .main26 ul li {
    width: 25%;
    padding: 0 0.06802721rem;
    margin-bottom: 0.13605442rem;
  }
  .main26 ul li .li-con {
    height: 1.2244898rem;
    padding: 0.13605442rem;
  }
  .main26 ul li .li-con .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    height: 0.6122449rem;
  }
  .main26 ul li .li-con .bottom {
    font-size: 0.12244898rem;
    margin-top: 0.13605442rem;
  }
  .main26 .main22 {
    margin: 0.27210884rem 0 0 0;
  }
  .main27 {
    padding: 1px 0 0.34013605rem;
  }
  .main27 .title1 {
    margin-bottom: 0.34013605rem;
  }
  .main27 .con1 .swiper-container {
    padding: 0.06802721rem;
    margin: 0 -0.06802721rem;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con {
    padding: 0.20408163rem;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con .icon {
    height: 0.44217687rem;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    height: 0.40816327rem;
    margin: 0.13605442rem 0 0.27210884rem;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con .name p {
    font-size: 0.12244898rem;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con .name p::before,
  .main27 .con1 .swiper-container .swiper-slide .li-con .name p::after {
    width: 0.23809524rem;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con .name p::before {
    margin-right: 0.03401361rem;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con .name p::after {
    margin-left: 0.03401361rem;
  }
  .main28 {
    padding-bottom: 0.68027211rem;
  }
  .main28 .main28-con {
    margin: 0 -0.06802721rem;
  }
  .main28 .main28-con .swiper-slide {
    padding: 0 0.06802721rem;
  }
  .main28 .main28-con .swiper-slide a i {
    width: 0.13605442rem;
    height: 0.13605442rem;
    border: 0.02040816rem solid #d0d2d9;
    margin: 0.13605442rem auto;
  }
  .main28 .main28-con .swiper-slide a i::before,
  .main28 .main28-con .swiper-slide a i::after {
    width: 5.44217687rem;
  }
  .main28 .main28-con .swiper-slide a i::before {
    margin-left: 0.02040816rem;
  }
  .main28 .main28-con .swiper-slide a i::after {
    margin-right: 0.02040816rem;
  }
  .main28 .main28-con .swiper-slide a h5 {
    font-size: 0.10884354rem;
    padding: 0 0.27210884rem;
  }
  .main29 {
    padding: 0.68027211rem 0;
  }
  .main29 .list {
    padding: 0 0.20408163rem;
    margin-bottom: 0.13605442rem;
  }
  .main29 .list .title {
    padding: 0.20408163rem 0.68027211rem 0.20408163rem 0;
  }
  .main29 .list .title h5 {
    font-size: 0.16326531rem;
    margin-bottom: 0.06802721rem;
  }
  .main29 .list .title ul li {
    font-size: 0.10884354rem;
    margin-top: 0.13605442rem;
  }
  .main29 .list .title i {
    width: 0.13605442rem;
    height: 0.13605442rem;
  }
  .main29 .list .con {
    padding: 0.20408163rem 0 0.47619048rem;
  }
  .main29 .list .con dl {
    margin-bottom: 0.20408163rem;
  }
  .main29 .list .con dl dt {
    font-size: 0.12244898rem;
    margin-bottom: 0.06802721rem;
  }
  .main29 .list .con dl dd {
    font-size: 0.10884354rem;
    line-height: 0.24489796rem;
  }
  .main29 .list .con dl.deliver dt {
    margin-bottom: 0.13605442rem;
  }
  .main29 .list .con dl.deliver dd input {
    width: 2.44897959rem;
    height: 0.34013605rem;
    padding-left: 0.13605442rem;
  }
  .main29 .list .con dl.deliver dd a {
    width: 0.95238095rem;
    line-height: 0.34013605rem;
    font-size: 0.12244898rem;
    margin-left: 0.13605442rem;
  }
  .main29 .more {
    line-height: 0.46258503rem;
    margin-top: 0.40816327rem;
    font-size: 0.12244898rem;
  }
  .main30 {
    padding: 0.68027211rem 0 0.40816327rem;
  }
  .main30 .nav5 {
    margin-bottom: 0.13605442rem;
  }
  .main30 .nav5 ul {
    margin: 0 -0.06802721rem;
  }
  .main30 .nav5 ul li {
    padding: 0 0.06802721rem;
    margin-bottom: 0.13605442rem;
  }
  .main30 .main30-con #map {
    height: 4.21768707rem;
  }
  .main30 .main30-con .con-box {
    padding: 0.34013605rem 0.27210884rem;
  }
  .main30 .main30-con .con-box .con {
    width: 2.72108844rem;
    padding: 0.27210884rem 0.20408163rem 0;
  }
  .main30 .main30-con .con-box .con .title {
    font-size: 0.16326531rem;
    padding-bottom: 0.10204082rem;
    margin-bottom: 0.20408163rem;
  }
  .main30 .main30-con .con-box .con dl {
    margin-bottom: 0.20408163rem;
  }
  .main30 .main30-con .con-box .con dl dt {
    font-size: 0.12244898rem;
    margin-bottom: 0.03401361rem;
    padding-left: 0.27210884rem;
  }
  .main30 .main30-con .con-box .con dl dd {
    font-size: 0.10884354rem;
    line-height: 0.16326531rem;
    padding-left: 0.27210884rem;
  }
  .main31 {
    padding: 0.6122449rem 0;
  }
  .main31 .title {
    font-size: 0.24489796rem;
    margin-bottom: 0.40816327rem;
  }
  .main31 .swiper-container {
    padding-top: 0.54421769rem;
  }
  .main31 .swiper-slide h5 {
    font-size: 0.13605442rem;
    margin-top: 0.68027211rem;
  }
  .main32 {
    padding: 0.6122449rem 0;
  }
  .main32 .title {
    font-size: 0.24489796rem;
    margin-bottom: 0.27210884rem;
  }
  .main32 ul {
    margin: 0 -0.10204082rem;
  }
  .main32 ul li {
    padding: 0 0.10204082rem;
    margin-bottom: 0.20408163rem;
  }
  .main32 ul li input,
  .main32 ul li textarea {
    height: 0.38095238rem;
    padding: 0 0.10204082rem;
    font-size: 0.10884354rem;
  }
  .main32 ul li textarea {
    height: 1.63265306rem;
    padding: 0.10204082rem;
  }
  .main32 button {
    width: 2.72108844rem;
    height: 0.38095238rem;
    font-size: 0.13605442rem;
  }
  .main33 {
    padding: 1.36054422rem 0;
  }
  .main33 .main33-con {
    height: 4.62585034rem;
  }
  .main33 .main33-con .main33-con-left {
    width: calc(100% - 2.72108844rem);
    padding: 0.27210884rem;
  }
  .main33 .main33-con .main33-con-left .nav {
    margin-bottom: 0.27210884rem;
  }
  .main33 .main33-con .main33-con-left .nav ul li a {
    font-size: 0.16326531rem;
    padding: 0 0.34013605rem 0.13605442rem;
  }
  .main33 .main33-con .main33-con-left .nav ul li::before {
    width: 0.40816327rem;
    height: 0.02040816rem;
    bottom: -0.01360544rem;
  }
  .main33 .main33-con .main33-con-left .main18 form ul {
    margin: 0 -0.06802721rem;
  }
  .main33 .main33-con .main33-con-left .main18 form ul li {
    padding: 0 0.06802721rem;
  }
  .main33 .main33-con .main33-con-left .main18.main18-4 form {
    max-width: 3.06122449rem;
  }
  .main33 .main33-con .main33-con-right {
    width: 2.72108844rem;
    padding: 0.40816327rem 0.27210884rem;
  }
  .main33 .main33-con .main33-con-right .title {
    font-size: 0.16326531rem;
    line-height: 0.24489796rem;
    padding-bottom: 0.13605442rem;
  }
  .main33 .main33-con .main33-con-right .title::before {
    width: 0.34013605rem;
    height: 0.02040816rem;
  }
  .main33 .main33-con .main33-con-right .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    margin-top: 0.27210884rem;
  }
  .main34 {
    padding: 0.88435374rem 0 0.68027211rem;
  }
  .main34 .main34-con {
    display: flex;
  }
  .main34 .main34-con .main34-con-left {
    width: 2.04081633rem;
    height: 2.17687075rem;
  }
  .main34 .main34-con .main34-con-left .nav {
    padding-top: 0.06802721rem;
  }
  .main34 .main34-con .main34-con-left .nav ul li a {
    line-height: 0.40816327rem;
    font-size: 0.13605442rem;
    padding-left: 0.20408163rem;
  }
  .main34 .main34-con .main34-con-left .nav ul li a::before {
    width: 0.02040816rem;
    height: 0.16326531rem;
  }
  .main34 .main34-con .main34-con-right {
    width: calc(100% - 2.04081633rem);
    padding-left: 0.20408163rem;
  }
  .main34 .main34-con .main34-con-right .main18 {
    min-height: 6.12244898rem;
  }
  .main34 .main34-con .main34-con-right .main18 form {
    max-width: 3.7414966rem;
    padding-left: 0.68027211rem;
  }
  .main34 .main34-con .main34-con-right .main18 form ul li .input-box .bt {
    width: 0.68027211rem;
    left: -0.68027211rem;
  }
  .main34 .main34-con .main34-con-right .main18 form ul li .input-box.sex .right {
    margin-top: 0.06802721rem;
  }
  .main34 .main34-con .main34-con-right .main18.main18-5 form {
    max-width: 3.94557823rem;
    padding-left: 0.88435374rem;
  }
  .main34 .main34-con .main34-con-right .main18.main18-5 form ul li .input-box .bt {
    width: 0.88435374rem;
    left: -0.88435374rem;
  }
  .main35 {
    padding: 0.6122449rem 0;
  }
  .main35 .top {
    height: 0.54421769rem;
    padding: 0 0.13605442rem;
  }
  .main35 .top .left {
    font-size: 0.13605442rem;
  }
  .main35 .top .right ul li {
    margin-left: 0.40816327rem;
  }
  .main35 .top .right ul li a {
    font-size: 0.13605442rem;
  }
  .main35 .top .right ul li a::before {
    margin-top: 0.15646259rem;
  }
  .main35 .main35-con {
    margin-top: 0.27210884rem;
  }
  .main35 .main35-con ul li {
    margin-bottom: 0.13605442rem;
  }
  .main35 .main35-con ul li a {
    padding: 0.20408163rem;
  }
  .main35 .main35-con ul li a h5 {
    font-size: 0.16326531rem;
  }
  .main35 .main35-con ul li a .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    margin: 0.13605442rem 0;
    max-height: 0.40816327rem;
  }
  .main35 .main35-con ul li a .time {
    font-size: 0.0952381rem;
  }
  .main36 {
    padding: 0.34013605rem 0;
    top: 0.54421769rem;
  }
}
@media (max-width: 1167px) {
  .main5 .con1 {
    max-width: 9.74293059rem;
  }
  .main5 .con1 .earth {
    width: 6.85518423rem;
    height: 6.85518423rem;
  }
}
@media (max-width: 991px) {
  .warning_popup {
    width: 200px;
    height: 100px;
    font-size: 16px;
  }
  .video-popup {
    padding: 10px 0 60px;
  }
  .video-popup .icon-plus {
    width: 30px;
    height: 30px;
    top: auto;
    right: 50%;
    bottom: 20px;
    transform: translateX(50%);
  }
  .video-popup .con-box {
    max-height: 100%;
  }
  #page {
    line-height: 30px;
    position: relative;
    padding-bottom: 40px;
    margin-top: 30px;
  }
  #page button {
    width: 30px;
    height: 30px;
    margin: 0 2px;
    font-size: 14px;
  }
  #page #firstPage,
  #page #lastPage,
  #page #nextPage,
  #page #prePage {
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  #page #prePage {
    background-size: 7px auto;
    transform: translateX(-37px);
  }
  #page #nextPage {
    background-size: 7px auto;
    transform: translateX(3px) rotateY(180deg);
  }
  #page #lastPage {
    background-size: 13px auto;
    transform: translateX(43px) rotateY(180deg);
  }
  #page .totalNum {
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  #page.page_div_2 {
    margin-top: 30px;
  }
  body {
    padding-top: 60px;
  }
  header {
    height: 60px;
    background-color: #fff;
  }
  header .logo {
    left: 15px;
  }
  header .logo img {
    width: 120px;
  }
  .banner .swiper-container .swiper-slide .text-box {
    padding-top: 0;
  }
  .banner .swiper-container .swiper-slide .text-box .container-box h5 {
    font-size: 25px;
    left: -50px;
  }
  .banner .swiper-container .swiper-slide .text-box .container-box p {
    font-size: 14px;
    margin: 10px 0 20px;
    left: -50px;
  }
  .banner .swiper-container .swiper-slide .text-box .container-box .more {
    left: -50px;
  }
  .banner .swiper-container .swiper-slide .text-box .container-box .more a {
    width: 120px;
    line-height: 35px;
    font-size: 14px;
  }
  .banner .swiper-pagination {
    bottom: 5px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border-radius: 50%;
  }
  .title1 {
    margin: 30px 0;
  }
  .title1 h5 {
    font-size: 22px;
  }
  .title1 p {
    font-size: 14px;
    margin-top: 10px;
  }
  .nav1 .swiper-container {
    margin: 0;
  }
  .nav1 .swiper-container .swiper-slide {
    /*padding: 0 0 20px;*/
    padding: 0 15px;
    width: 33.3%!important;
  }
  .nav1 .swiper-container .swiper-slide::before {
    width: 60px;
    height: 4px;
    border-radius: 5px;
  }
  .nav1 .swiper-container .swiper-slide .list {
    height: 100px;
    padding-left: 20px;
    border-radius: 4px;
    box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
    cursor: pointer;
  }
  .nav1 .swiper-container .swiper-slide .list .icon {
    width: 40px;
    height: 40px;
  }
  .nav1 .swiper-container .swiper-slide .list .text-box {
    padding-left: 10px;
  }
  .nav1 .swiper-container .swiper-slide .list .text-box h5 {
    font-size: 18px;
  }
  .nav1 .swiper-container .swiper-slide .list .text-box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .nav1.nav1-2 .swiper-container .swiper-slide .list {
    padding: 0 20px;
    height: 120px;
  }
  .nav1.nav1-2 .swiper-container .swiper-slide .list .icon {
    width: 80px;
    height: 80px;
  }
  .nav1.nav1-2 .swiper-container .swiper-slide .list .text-box {
    width: calc(100% - 80px);
  }
  .nav1.nav1-2 .swiper-container .swiper-slide .list .text-box h5 {
    font-size: 16px;
    line-height: 25px;
  }
  @-webkit-keyframes icon-enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -3000px;
    }
  }
  @keyframes icon-enter {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: 0 -3000px;
    }
  }
  @-webkit-keyframes icon-leave {
    0% {
      background-position: 0 -3000px;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes icon-leave {
    0% {
      background-position: 0 -3000px;
    }
    to {
      background-position: 0 0;
    }
  }
  .main1 .con2 {
    padding: 30px 0 20px;
    margin-top: 20px;
  }
  .main1 .con2 .container-box {
    display: block;
  }
  .main1 .con2 .container-box .left {
    width: 100%;
    height: 4.64177598rem;
  }
  .main1 .con2 .container-box .left a {
    padding: 20px;
  }
  .main1 .con2 .container-box .left a h5 {
    font-size: 18px;
  }
  .main1 .con2 .container-box .left a .text {
    font-size: 14px;
    margin: 10px 0 20px;
  }
  .main1 .con2 .container-box .left a p {
    font-size: 14px;
  }
  .main1 .con2 .container-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .main1 .con2 .container-box .right ul {
    margin: 0 -5px;
  }
  .main1 .con2 .container-box .right ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main1 .con2 .container-box .right ul li a {
    height: 180px;
    padding: 0 20px;
    border-radius: 4px;
  }
  .main1 .con2 .container-box .right ul li a h5 .icon {
    width: 50px;
    height: 50px;
  }
  .main1 .con2 .container-box .right ul li a h5 p {
    width: calc(100% - 50px);
    padding-left: 10px;
    font-size: 16px;
  }
  .main1 .con2 .container-box .right ul li a .text {
    font-size: 14px;
    margin: 10px 0;
    line-height: 24px;
    height: 48px;
  }
  .main1 .con2 .container-box .right ul li a .more {
    font-size: 14px;
  }
  .main1 .con2.con2-2 .container-box .swiper-container .swiper-slide .container-box {
    display: block;
  }
  .main3 {
    margin-top: 30px;
    padding: 2px 0 30px;
  }
  .main3 .con1 .swiper-slide .list {
    height: 70px;
    padding-bottom: 10px;
  }
  .main3 .con1 .swiper-slide .list .icon {
    width: 40px;
    height: 40px;
  }
  .main3 .con1 .swiper-slide .list h5 {
    width: calc(100% - 40px);
    font-size: 16px;
    padding-left: 10px;
  }
  .main3 .con2 {
    margin-top: 20px;
  }
  .main3 .con2 .container-box {
    position: relative;
  }
  .main3 .con2 .container-box .swiper-container {
    padding: 0;
    margin: 0;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul {
    margin: 0 -5px;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li {
    padding: 0 5px;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con {
    height: 180px;
    padding: 0 10px;
    border-radius: 4px;
    box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .icon {
    height: 30px;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .text {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    margin: 20px 0;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .bottom {
    font-size: 14px;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li .li-con .bottom p::before {
    width: 20px;
    margin-right: 5px;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide .li-con {
    height: 180px;
    padding: 0 10px;
    border-radius: 4px;
    box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide .li-con .icon {
    height: 30px;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide .li-con .text {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    margin: 20px 0;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide .li-con .bottom {
    font-size: 14px;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide .li-con .bottom p::before {
    width: 20px;
    margin-right: 5px;
  }
  .main4 {
    padding-bottom: 30px;
  }
  .main4 ul {
    margin: 0;
  }
  .main4 ul li {
    width: 100%;
    padding: 0 ;
    margin-bottom: 10px;
  }
  .main4 ul li .li-con {
    height: auto;
    padding: 20px 20px 10px;
    border-radius: 4px;
    box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  }
  .main4 ul li .li-con h5 {
    font-size: 18px;
  }
  .main4 ul li .li-con .text {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    max-height: 50px;
    margin: 15px 0;
  }
  .main4 ul li .li-con .dl-box {
    height: auto;
  }
  .main4 ul li .li-con .dl-box dl dd {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .main4 ul li .li-con .dl-box dl dd a {
    font-size: 14px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 4px;
    box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
  }
  .main5::before {
    height: 50px;
  }
  .main5 .con2 {
    /*position: initial;*/
    font-size: 16px;
    line-height: 25px;
    border-radius: 4px;
    box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
    padding: 20px 10px;
    position: relative;
  }
  .main5 .con2 p {
    margin-top: 20px;
  }
  .main6 {
    padding: 0;
  }
  .main6 .con1 {
    padding-bottom: 30px;
  }
  .main7 {
    padding: 30px 0;
    margin-top: 30px;
    text-align: center;
  }
  .main7 h5 {
    font-size: 20px;
  }
  .main7 ul {
    margin-top: 20px;
    justify-content: center;
  }
  .main7 ul li {
    margin: 0 5px;
  }
  .main7 ul li a {
    width: 120px;
    line-height: 35px;
    font-size: 14px;
  }
  footer .top {
    padding: 30px 0;
  }
  footer .top .left {
    width: 100%;
    text-align: center;
    border: none;
  }
  footer .top .left .logo2 {
    width: 120px;
  }
  footer .top .left h5 {
    font-size: 16px;
    margin-top: 15px;
  }
  footer .top .left ul {
    margin: 40px 0 30px;
    justify-content: center;
  }
  footer .top .left ul li {
    margin: 0 10px;
  }
  footer .top .left ul li img {
    width: 80px;
    height: 80px;
  }
  footer .top .left ul li p {
    margin-top: 8px;
  }
  footer .top .left dl {
    justify-content: center;
  }
  footer .top .left dl dd {
    margin: 0 5px;
  }
  footer .top .left dl dd a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
  footer .top .left dl dd a i {
    font-size: 20px;
  }
  footer .top .left dl dd a .img {
    left: 50%;
    transform: translateX(-50%);
  }
  footer .top .left dl dd a .img::before {
    left: 50%;
    transform: translateX(-50%);
  }
  footer .bottom {
    padding: 30px 0;
    display: block;
    justify-content: center;
    text-align: center;
  }
  footer .bottom ul {
    justify-content: center;
    margin-top: 20px;
  }
  footer .bottom ul li {
    padding-left: 10px;
    margin-left: 10px;
  }
  footer .bottom .left a {
    margin: 0 10px;
  }
  .banner2 .con .text-box {
    max-width: initial;
  }
  .banner2 .con .text-box h5 {
    font-size: 20px;
  }
  .banner2 .con .text-box .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }
  .nav2 .container-box .swiper-container {
    padding: 20px 0;
    margin: 0;
    width: 100%;
  }
  .nav2 .container-box .swiper-container .swiper-slide {
    margin-right: 10px;
  }
  .nav2 .container-box .swiper-container .swiper-slide a {
    width: 200px;
    height: 80px;
    border-radius: 5px;
    box-shadow: 5px 5px 24px 0 rgba(240, 242, 248, 0.8);
    padding-left: 10px;
  }
  .nav2 .container-box .swiper-container .swiper-slide a .img {
    width: 40px;
    height: 40px;
  }
  .nav2 .container-box .swiper-container .swiper-slide a .text-box {
    margin-left: 20px;
  }
  .nav2 .container-box .swiper-container .swiper-slide a .text-box h5 {
    font-size: 18px;
  }
  .nav2 .container-box .swiper-container .swiper-slide a .text-box p {
    font-size: 14px;
    margin-top: 5px;
  }
  .main8 {
    margin: 10px 0 30px;
    border-radius: 4px;
    padding: 20px;
  }
  .main8 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main8 ul {
    margin: 0;
  }
  .main8 ul li {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    border-right: none !important;
  }
  .main9 .main9-con {
    margin-top: 30px;
    padding: 30px 0;
    box-shadow: inset 0 20px 40px 0 rgba(242, 245, 250, 0.8);
  }
  .main9 .main9-con .container-box .con-box {
    display: block;
  }
  .main9 .main9-con .container-box .con-box .left {
    width: 100%;
  }
  .main9 .main9-con .container-box .con-box .left .title {
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
  .main9 .main9-con .container-box .con-box .left .title::after {
    content: "\e672";
    font-family: "iconfont";
    position: absolute;
    top: 0;
    right: 20px;
    color: #999;
    font-weight: normal;
    transition: all .3s;
  }
  .main9 .main9-con .container-box .con-box .left .title.active::after {
    transform: rotate(-180deg);
  }
  .main9 .main9-con .container-box .con-box .left ul {
    display: none;
  }
  .main9 .main9-con .container-box .con-box .left ul li {
    padding: 10px 20px;
    font-size: 16px;
  }
  .main9 .main9-con .container-box .con-box .left ul li::before {
    width: 3px;
    height: 20px;
  }
  .main9 .main9-con .container-box .con-box .right {
    width: 100%;
    padding: 20px 10px;
  }
  .main9 .main9-con .container-box .con-box .right dl {
    padding: 10px;
    margin-bottom: 10px;
  }
  .main9 .main9-con .container-box .con-box .right dl dt {
    font-size: 16px;
  }
  .main9 .main9-con .container-box .con-box .right dl dd {
    font-size: 14px;
    margin-top: 10px;
  }
  .main9 .main9-con .container-box .con-box .right dl dd img {
    margin-top: 10px;
  }
  .main10 .main10-con {
    border-radius: 5px;
    padding: 30px 10px;
    margin: 10px 0 30px;
  }
  .main10 .main10-con .con1 .title {
    font-size: 20px;
  }
  .main10 .main10-con .con1 .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .main10 .main10-con .con2 {
    margin-top: 20px;
  }
  .main10 .main10-con .con2 ul {
    margin: 0;
  }
  .main10 .main10-con .con2 ul li {
    padding: 0;
    width: 100%;
    margin-top: 10px;
  }
  .main10 .main10-con .con2 ul li .li-con {
    border-radius: 5px;
    height: auto;
    padding: 20px 10px;
  }
  .main10 .main10-con .con2 ul li .li-con .title {
    font-size: 16px;
  }
  .main10 .main10-con .con2 ul li .li-con .title img {
    height: 25px;
    margin-right: 10px;
  }
  .main10 .main10-con .con2 ul li .li-con .text {
    font-size: 14px;
    line-height: 25px;
    max-height: initial;
    margin-top: 15px;
  }
  .main11 {
    padding: 30px 0;
  }
  .main11 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main11 ul {
    margin: 0;
  }
  .main11 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .main11 ul li .li-con {
    border-radius: 5px;
    height: auto;
    padding: 20px 10px;
  }
  .main11 ul li .li-con .bt {
    font-size: 18px;
  }
  .main11 ul li .li-con .bt img {
    height: 25px;
    margin-right: 10px;
  }
  .main11 ul li .li-con .text {
    font-size: 14px;
    line-height: 25px;
    max-height: initial;
    margin-top: 15px;
  }
  .main11 ul li:last-child .li-con {
    height: auto;
  }
  .main11 ul li:last-child .li-con .text {
    max-height: initial;
  }
  .main12 .main12-con-1 {
    padding-top: 30px;
  }
  .main12 .main12-con-1 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main12 .main12-con-2 {
    padding: 30px 0;
  }
  .main12 .main12-con-2 .con1 .left {
    width: 100%;
    height: auto;
    border-radius: 6px;
    padding: 20px 10px;
  }
  .main12 .main12-con-2 .con1 .left .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main12 .main12-con-2 .con1 .left .text {
    font-size: 14px;
    line-height: 25px;
    max-height: initial;
  }
  .main12 .main12-con-2 .con1 .left .text p {
    margin-bottom: 10px;
  }
  .main12 .main12-con-2 .con1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .main12 .main12-con-2 .con1 .right .con-box {
    border-radius: 6px;
    padding: 30px 10px;
    height: auto;
  }
  .main12 .main12-con-2 .con1 .right .con-box .title {
    font-size: 18px;
    width: auto;
    left: 10px;
    position: initial;
    text-align: center;
    margin-bottom: 20px;
  }
  .main12 .main12-con-2 .con2 {
    border-radius: 5px;
    margin-top: 30px;
    display: block;
  }
  .main12 .main12-con-2 .con2 .left {
    width: 100%;
  }
  .main12 .main12-con-2 .con2 .left .title {
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }
  .main12 .main12-con-2 .con2 .left .title::after {
    right: 20px;
  }
  .main12 .main12-con-2 .con2 .left ul {
    display: none;
  }
  .main12 .main12-con-2 .con2 .left ul li {
    padding: 10px 20px;
    font-size: 16px;
  }
  .main12 .main12-con-2 .con2 .left ul li::before {
    width: 3px;
    height: 20px;
  }
  .main12 .main12-con-2 .con2 .right {
    width: 100%;
    padding: 20px 10px;
  }
  .main12 .main12-con-2 .con2 .right .right-con-1 .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main12 .main12-con-2 .con2 .right .right-con-1 ul {
    margin: 0 ;
  }
  .main12 .main12-con-2 .con2 .right .right-con-1 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .main12 .main12-con-2 .con2 .right .right-con-1 ul li .li-con {
    border-radius: 5px;
    padding: 20px 10px;
    height: auto;
  }
  .main12 .main12-con-2 .con2 .right .right-con-1 ul li .li-con .bt {
    font-size: 16px;
  }
  .main12 .main12-con-2 .con2 .right .right-con-1 ul li .li-con .text {
    font-size: 14px;
    line-height: 25px;
    max-height: initial;
    margin-top: 10px;
  }
  .main12 .main12-con-2 .con2 .right .right-con-2 {
    border-radius: 6px;
    padding: 20px 10px;
    margin-top: 20px;
  }
  .main12 .main12-con-2 .con2 .right .right-con-2 .title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .nav3 .swiper-container .swiper-slide {
    font-size: 16px;
    padding: 0 10px 20px;
  }
  .nav3 .swiper-container .swiper-slide::before {
    width: 40px;
    height: 3px;
  }
  .nav4 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .nav4 .swiper-slide {
    font-size: 16px;
    margin-right: 30px;
    padding-bottom: 15px;
  }
  .nav4 .swiper-slide::before {
    height: 3px;
  }
  .nav4 .swiper-slide img {
    height: 40px;
    margin-right: 5px;
  }
  .nav4 .swiper-slide .icon {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
  .nav4.nav4-2 {
    margin-top: 20px;
  }
  .nav4.nav4-2 .swiper-slide img {
    margin-right: 15px;
  }
  .main13 {
    padding: 30px 0;
  }
  .main13 ul {
    margin: 0 -5px;
  }
  .main13 ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .news1 {
    height: 180px;
    padding: 20px;
    transition: all .3s;
  }
  .news1 .icon {
    height: 30px;
  }
  .news1 h5 {
    font-size: 18px;
    margin: 20px 0 15px;
  }
  .news1 .text {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .main14 {
    margin: 10px 0 20px;
  }
  .main14 .title h5 {
    font-size: 20px;
  }
  .main14 .title p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .main14 ul {
    margin: 30px 0 0;
  }
  .main14 ul li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .main14 ul li .li-con {
    padding: 10px;
  }
  .main14 ul li .li-con h5 {
    font-size: 16px;
  }
  .main14 ul li .li-con .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    height: auto;
  }
  .main15 {
    padding: 30px 0;
  }
  .main15 .title h5 {
    font-size: 20px;
  }
  .main15 .title p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .main15 .con1 {
    margin-top: 30px;
    display: block;
  }
  .main15 .con1 .left {
    width: 100%;
    height: auto;
  }
  .main15 .con1 .left ul {
    display: block;
  }
  .main15 .con1 .left ul li {
    margin-bottom: 10px;
  }
  .main15 .con1 .left ul li .li-con {
    height: auto;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 25px;
  }
  .main15 .con1 .left ul li .li-con .text {
    height: auto;
  }
  .main15 .con1 .left ul li:last-child {
    margin-bottom: 0;
  }
  .main15 .con1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .main15 .con1 .right .imgbox {
    padding: 10px;
    height: auto;
  }
  .main16 {
    padding: 30px 0 10px;
  }
  .main16 .title {
    font-size: 20px;
  }
  .main16 ul {
    margin: 30px 0 0;
  }
  .main16 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .main16 ul li .li-con {
    height: auto;
    padding: 20px;
  }
  .main16 ul li .li-con img {
    height: 50px;
    margin-right: 20px;
  }
  .main16 ul li .li-con .text {
    font-size: 14px;
    line-height: 25px;
  }
  .nav5 {
    margin-bottom: 20px;
  }
  .nav5 ul li {
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .nav5 ul li a {
    min-width: 120px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 35px;
  }
  .main17 {
    padding: 30px 0;
  }
  .main17 .con ul li {
    margin-bottom: 10px;
    height: 70px;
  }
  .main17 .con ul li .tag {
    width: 115px;
  }
  .main17 .con ul li .tag::before {
    height: 18px;
  }
  .main17 .con ul li .tag span {
    width: 54px;
    line-height: 24px;
    font-size: 14px;
  }
  .main17 .con ul li .text {
    width: calc(100% - 115px);
    padding-left: 30px;
    padding-right: 170px;
    font-size: 14px;
  }
  .main17 .con ul li .download {
    width: 130px;
    height: 46px;
    right: 10px;
    font-size: 14px;
  }
  .main17 .con ul li .download i {
    width: 12px;
    margin-right: 6px;
  }
  .main18 {
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    border-radius: 0;
  }
  .main18 .off {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    border-color: #333;
  }
  .main18 .off::before {
    font-size: 18px;
    color: #333;
  }
  .main18 .title {
    margin-bottom: 30px;
  }
  .main18 .title h5 {
    font-size: 18px;
  }
  .main18 .title p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .main18 form {
    height: calc(100% - 130px);
    overflow: auto;
  }
  .main18 form ul {
    margin: 0;
  }
  .main18 form ul li {
    width: 100%;
    padding: 0;
  }
  .main18 form ul li .input-box {
    height: 50px;
  }
  .main18 form ul li .input-box .bt {
    left: 15px;
    font-size: 14px;
  }
  .main18 form ul li .input-box .bt span {
    margin-right: 8px;
    top: 2px;
  }
  .main18 form ul li .input-box input {
    padding-right: 15px;
    font-size: 14px;
  }
  .main18 form ul li .input-box.tel_code input {
    padding-right: 150px;
  }
  .main18 form ul li .input-box.tel_code .get_code {
    font-size: 14px;
    right: 10px;
  }
  .main18 form ul li .input-box.sex {
    display: block;
    height: auto;
  }
  .main18 form ul li .input-box.sex .left {
    height: 50px;
    width: 100%;
  }
  .main18 form ul li .input-box.sex .right {
    width: 100%;
    height: 50px;
    margin-top: 10px;
  }
  .main18 form ul li .input-box.sex .right input {
    padding-right: 120px;
  }
  .main18 form ul li .input-box.sex .right a {
    width: 106px;
    height: 42px;
    right: 4px;
  }
  .main18 form ul li .input-box.company input {
    padding-left: 15px;
  }
  .main18 form button {
    width: 100%;
    height: 50px;
    font-size: 18px;
    margin: 20px auto 0;
  }
  .main199 form button {
    width: 100%;
    height: 25px;
    font-size: 14px;
  }
  .main18 form .statement {
    margin-top: 20px;
  }
  .main18 form .statement .select {
    font-size: 16px;
    padding-left: 26px;
  }
  .main18 form .statement .select i {
    width: 16px;
    height: 16px;
  }
  .main18 form .statement .select i::before {
    width: 10px;
    height: 10px;
  }
  .main18 form .statement a {
    font-size: 16px;
  }
  .main18.main18-2 {
    width: 100%;
    padding: 30px 10px;
  }
  .main19 {
    padding: 10px 0 30px;
  }
  .main19 .container-box {
    display: block;
  }
  .main19 .container-box .left {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .main19 .container-box .right {
    width: 100%;
    padding-left: 0;
  }
  .main19.main19-2 {
    padding: 30px 0;
  }
  .news2 {
    padding-bottom: 30px;
  }
  .news2 a .text-box {
    padding: 20px 0;
  }
  .news2 a .text-box h5 {
    font-size: 18px;
  }
  .news2 a .text-box .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .news2 .swiper-pagination {
    bottom: 0;
    width: 100%;
  }
  .news2 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  .news3 ul li {
    margin-top: 20px;
  }
  .news3 ul li a .imgbox {
    width: 120px;
    height: 100px;
  }
  .news3 ul li a .text-box {
    width: calc(100% - 120px);
    padding-left: 10px;
    height: 100px;
  }
  .news3 ul li a .text-box h5 {
    font-size: 16px;
  }
  .news3 ul li a .text-box .text {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-top: 5px;
  }
  .news3 ul li a .text-box .bottom {
    font-size: 13px;
    margin-top: 10px;
  }
  .news4 {
    margin-top: 20px;
  }
  .news4 .title {
    font-size: 18px;
    padding-left: 25px;
    margin-bottom: 30px;
  }
  .news4 ul li {
    margin-bottom: 20px;
  }
  .news4 ul li a .bt {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    padding-left: 30px;
  }
  .news4 ul li a .bottom {
    margin-top: 15px;
    font-size: 14px;
    padding-left: 30px;
  }
  .main20 .title {
    padding-bottom: 20px;
  }
  .main20 .title h5 {
    font-size: 18px;
  }
  .main20 .title .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .main20 .title .text span {
    margin-right: 20px;
  }
  .main20 .con {
    padding: 20px 0;
    font-size: 14px;
    line-height: 25px;
  }
  .main20 .con p {
    margin-bottom: 10px;
  }
  .main20 .con img {
    margin-bottom: 10px;
  }
  .main20 .paging {
    margin: 20px 0 0;
    display: block;
  }
  .main20 .paging li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .main20 .paging li a {
    font-size: 14px;
  }
  .main20 .paging li:last-child {
    text-align: left;
  }
  .main21 .main21-con {
    height: 590px;
  }
  .main21 .main21-con::before {
    height: 74px;
    margin-top: 4px;
  }
  .main21 .main21-con .swiper-container .swiper-slide {
    width: 280px;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con {
    height: 260px;
    padding: 0 20px;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con::before {
    height: 180px;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con .text {
    font-size: 16px;
    line-height: 25px;
    height: 75px;
    margin: 10px 0;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con .line {
    width: 2px;
    height: 26px;
    left: 60px;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con .line i {
    width: 16px;
    height: 16px;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con .line i::before {
    width: 8px;
    height: 8px;
  }
  .main21 .main21-con .swiper-container .swiper-slide .con .time {
    font-size: 20px;
    bottom: -88px;
    left: 38px;
  }
  .main21 .main21-con .swiper-container .swiper-slide:nth-child(even) .con .imgbox {
    width: calc(100% - 40px);
  }
  .main21 .main21-con .swiper-container .swiper-slide:nth-child(even) .con .line {
    left: 60px;
  }
  .main21 .main21-con .swiper-container .swiper-slide:nth-child(even) .con .time {
    bottom: auto;
    top: -88px;
  }
  .main21 .main21-con .swiper-pagination {
    bottom: -30px;
  }
  .main22 {
    margin: 60px 0 30px;
  }
  .main22 .con {
    padding: 0;
    display: block;
  }
  .main22 .con .video {
    width: 100%;
    height: auto;
  }
  .main22 .con .video::before {
    width: 50px;
    height: 50px;
  }
  .main22 .con .text {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    max-height: initial;
    padding: 10px;
  }
  .main22 .con .mCustomScrollBox {
    padding-right: 0;
  }
  .main23 {
    padding-bottom: 30px;
  }
  .main24 {
    overflow: hidden;
  }
  .main24 .title1 {
    max-width: 1000px;
    margin: 30px auto;
  }
  .main24 .con-1 {
    width: 1385px;
    transform: translateX(-100px);
  }
  .main25 {
    padding: 1px 0 30px;
  }
  .main25 .con1 {
    display: block;
  }
  .main25 .con1 .left {
    width: 100%;
    height: auto;
    padding: 20px 10px;
  }
  .main25 .con1 .left h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main25 .con1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .main25 .con1 .right ul {
    margin: 0;
  }
  .main25 .con1 .right ul li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .main25 .con1 .right ul li .li-con {
    height: auto;
    padding: 15px 10px;
  }
  .main25 .con1 .right ul li .li-con h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .main25 .con1 .right ul li .li-con .text {
    font-size: 14px;
    line-height: 24px;
    height: auto;
  }
  .main25 .main22 {
    margin: 20px 0 0 0;
  }
  .main26 {
    padding-bottom: 30px;
  }
  .main26 ul {
    margin: 0 -5px;
  }
  .main26 ul li {
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main26 ul li .li-con {
    height: 180px;
    padding: 20px;
  }
  .main26 ul li .li-con .text {
    font-size: 14px;
    line-height: 30px;
    height: 90px;
  }
  .main26 ul li .li-con .bottom {
    font-size: 16px;
    margin-top: 20px;
  }
  .main26 .main22 {
    margin: 20px 0 0 0;
  }
  .main27 {
    padding: 1px 0 30px;
  }
  .main27 .title1 {
    margin-bottom: 20px;
  }
  .main27 .con1 {
    padding-bottom: 30px;
  }
  .main27 .con1 .swiper-container {
    padding: 10px;
    margin: 0 -10px;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con {
    padding: 20px;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con .icon {
    height: 50px;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con .text {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin: 10px 0 20px;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con .name p {
    font-size: 16px;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con .name p::before,
  .main27 .con1 .swiper-container .swiper-slide .li-con .name p::after {
    width: 25px;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con .name p::before {
    margin-right: 5px;
  }
  .main27 .con1 .swiper-container .swiper-slide .li-con .name p::after {
    margin-left: 5px;
  }
  .main28 {
    padding-bottom: 30px;
  }
  .main28 .main28-con {
    margin: 0 -5px;
    padding-bottom: 30px;
  }
  .main28 .main28-con .swiper-slide {
    padding: 0 5px;
  }
  .main28 .main28-con .swiper-slide a i {
    width: 20px;
    height: 20px;
    border: 3px solid #d0d2d9;
    margin: 20px auto;
  }
  .main28 .main28-con .swiper-slide a i::before,
  .main28 .main28-con .swiper-slide a i::after {
    width: 800px;
  }
  .main28 .main28-con .swiper-slide a i::before {
    margin-left: 3px;
  }
  .main28 .main28-con .swiper-slide a i::after {
    margin-right: 3px;
  }
  .main28 .main28-con .swiper-slide a h5 {
    font-size: 14px;
    padding: 0;
  }
  .main28 .main28-con .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide a i::before {
    display: block;
  }
  .main28 .main28-con .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide a i::before {
    display: none;
  }
  .main29 {
    padding: 30px 0;
  }
  .main29 .list {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .main29 .list .title {
    padding: 20px 50px 20px 0;
  }
  .main29 .list .title h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .main29 .list .title ul li {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }
  .main29 .list .title i {
    width: 20px;
    height: 20px;
  }
  .main29 .list .con {
    padding: 20px 0;
  }
  .main29 .list .con dl {
    margin-bottom: 20px;
  }
  .main29 .list .con dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main29 .list .con dl dd {
    font-size: 14px;
    line-height: 25px;
  }
  .main29 .list .con dl.deliver dt {
    margin-bottom: 20px;
  }
  .main29 .list .con dl.deliver dd {
    display: block;
  }
  .main29 .list .con dl.deliver dd input {
    width: 100%;
    height: 40px;
    padding-left: 20px;
  }
  .main29 .list .con dl.deliver dd a {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    margin-left: 0;
    margin-top: 10px;
  }
  .main29 .more {
    line-height: 45px;
    margin-top: 20px;
    font-size: 16px;
  }
  .main30 {
    padding: 30px 0;
  }
  .main30 .nav5 {
    margin-bottom: 20px;
  }
  .main30 .nav5 ul {
    margin: 0 -5px;
  }
  .main30 .nav5 ul li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main30 .main30-con #map {
    height: 260px;
  }
  .main30 .main30-con .con-box {
    padding: 0;
    position: initial;
    margin-top: 10px;
  }
  .main30 .main30-con .con-box .con {
    width: 100%;
    padding: 20px 10px;
  }
  .main30 .main30-con .con-box .con .title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .main30 .main30-con .con-box .con dl {
    margin-bottom: 20px;
  }
  .main30 .main30-con .con-box .con dl dt {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 30px;
  }
  .main30 .main30-con .con-box .con dl dd {
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
  }
  .main31 {
    padding: 30px 0;
  }
  .main31 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main31 .swiper-container {
    padding-top: 0;
  }
  .main31 .swiper-slide h5 {
    font-size: 16px;
    margin-top: 10px;
  }
  .main31 .swiper-slide.swiper-slide-active .imgbox {
    transform: scale(1);
  }
  .main32 {
    padding: 30px 0;
  }
  .main32 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main32 ul {
    margin: 0;
  }
  .main32 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .main32 ul li input,
  .main32 ul li textarea {
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
  }
  .main32 ul li textarea {
    height: 120px;
    padding: 10px;
  }
  .main32 button {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .main33 {
    padding: 30px 0;
  }
  .main33 .main33-con {
    height: auto;
    overflow: hidden;
  }
  .main33 .main33-con .main33-con-left {
    width: 100%;
    padding: 20px 10px;
  }
  .main33 .main33-con .main33-con-left .nav {
    margin-bottom: 40px;
  }
  .main33 .main33-con .main33-con-left .nav ul li a {
    font-size: 18px;
    padding: 0 20px 10px;
  }
  .main33 .main33-con .main33-con-left .nav ul li::before {
    width: 60px;
    height: 3px;
    bottom: -2px;
  }
  .main33 .main33-con .main33-con-left .main18 {
    width: 100%;
    padding: 0;
  }
  .main33 .main33-con .main33-con-left .main18 form ul {
    margin: 0;
  }
  .main33 .main33-con .main33-con-left .main18 form ul li {
    padding: 0;
  }
  .main33 .main33-con .main33-con-left .main18 form .statement a {
    font-size: 13px;
  }
  .main33 .main33-con .main33-con-left .main18.main18-4 form {
    max-width: 100%;
  }
  .main33 .main33-con .main33-con-right {
    display: none;
  }
  .main34 {
    padding: 30px 0;
  }
  .main34 .main34-con {
    display: block;
  }
  .main34 .main34-con .main34-con-left {
    width: 100%;
    height: auto;
  }
  .main34 .main34-con .main34-con-left .nav {
    padding-top: 0;
  }
  .main34 .main34-con .main34-con-left .nav ul {
    display: flex;
  }
  .main34 .main34-con .main34-con-left .nav ul li a {
    line-height: 50px;
    font-size: 18px;
    padding: 0 30px;
  }
  .main34 .main34-con .main34-con-left .nav ul li a::before {
    width: 3px;
    height: 20px;
  }
  .main34 .main34-con .main34-con-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .main34 .main34-con .main34-con-right .main18 {
    min-height: initial;
  }
  .main34 .main34-con .main34-con-right .main18 form {
    max-width: initial;
    padding-left: 100px;
  }
  .main34 .main34-con .main34-con-right .main18 form ul li .input-box .bt {
    width: 100px;
    left: -100px;
  }
  .main34 .main34-con .main34-con-right .main18 form ul li .input-box.sex .right {
    margin-top: 10px;
  }
  .main34 .main34-con .main34-con-right .main18.main18-5 form {
    max-width: 580px;
    padding-left: 130px;
  }
  .main34 .main34-con .main34-con-right .main18.main18-5 form ul li .input-box .bt {
    width: 130px;
    left: -130px;
  }
  .main35 {
    padding: 30px 0;
  }
  .main35 .top {
    height: auto;
    padding: 20px 0;
    display: block;
  }
  .main35 .top .left {
    font-size: 16px;
    text-align: center;
  }
  .main35 .top .right {
    margin-top: 40px;
  }
  .main35 .top .right ul {
    justify-content: center;
  }
  .main35 .top .right ul li {
    margin: 0;
    width: 25%;
  }
  .main35 .top .right ul li a {
    font-size: 14px;
    text-align: center;
  }
  .main35 .top .right ul li a::before {
    margin-top: 10px;
  }
  .main35 .main35-con {
    margin-top: 20px;
  }
  .main35 .main35-con ul li {
    margin-bottom: 10px;
  }
  .main35 .main35-con ul li a {
    padding: 10px;
  }
  .main35 .main35-con ul li a h5 {
    font-size: 16px;
  }
  .main35 .main35-con ul li a .text {
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
    max-height: 50px;
  }
  .main35 .main35-con ul li a .time {
    font-size: 14px;
  }
  .main36 {
    padding: 10px 0;
    top: 60px;
  }
}
@media (max-width: 767px) {
  .main1 .con2 .container-box .right ul li {
    width: 100%;
  }
  .main1 .con2 .container-box .right ul li a {
    height: 140px;
    padding: 0 10px;
  }
  .main1 .con2 .container-box .right ul li a h5 .icon {
    width: 40px;
    height: 40px;
  }
  .main1 .con2 .container-box .right ul li a h5 p {
    width: calc(100% - 40px);
  }
  .main1 .con2 .container-box .right ul li a .text {
    line-height: 22px;
    height: 44px;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul {
    display: block;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li {
    width: 100%;
    margin-top: 10px;
  }
  .main3 .con2 .container-box .swiper-container .swiper-slide ul li:first-child {
    margin-top: 0;
  }
  .main5 .con1 .earth {
    width: 6.51890482rem;
    height: 6.51890482rem;
  }
  .main17 {
    padding: 30px 0;
  }
  .main17 .con ul li {
    margin-bottom: 10px;
    height: 100px;
    align-items: flex-start;
  }
  .main17 .con ul li .tag {
    width: 80px;
    height: 60px;
    align-items: center;
  }
  .main17 .con ul li .tag::before {
    height: 18px;
  }
  .main17 .con ul li .tag span {
    width: 54px;
    line-height: 24px;
    font-size: 14px;
  }
  .main17 .con ul li .text {
    height: 60px;
    width: calc(100% - 80px);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 60px;
  }
  .main17 .con ul li .download {
    width: calc(100% - 20px);
    height: 35px;
    font-size: 14px;
    top: auto;
    bottom: 10px;
    right: 10px;
    transform: none;
  }
  .main24 .con-1 {
    transform: translateX(-200px);
  }
  .main28 .main28-con .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide a i::before {
    display: block;
  }
  .main28 .main28-con .swiper-slide.swiper-slide-active + .swiper-slide a i::before {
    display: none;
  }
  .main26 ul li {
    width: 50%;
  }
  .main26 ul li .li-con {
    height: 130px;
    padding: 10px;
  }
  .main26 ul li .li-con .text {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
  }
  .main26 ul li .li-con .bottom {
    font-size: 16px;
    margin-top: 10px;
  }
  .main30 .nav5 ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .banner .swiper-container .swiper-slide .text-box {
    padding-top: 0;
  }
  .banner .swiper-container .swiper-slide .text-box .container-box h5 {
    font-size: 0.52083333rem;
  }
  .banner .swiper-container .swiper-slide .text-box .container-box p {
    font-size: 0.29166667rem;
    margin: 0.20833333rem 0 0.41666667rem;
  }
  .banner .swiper-container .swiper-slide .text-box .container-box .more a {
    width: 2.5rem;
    line-height: 0.72916667rem;
    font-size: 0.29166667rem;
  }
  .main13 ul li {
    width: 100%;
  }
  .main24 .con-1 {
    transform: translateX(-310px);
  }
}
