@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mainWeb {
  width: 1200px;
  margin: 0 auto;
}

.header {
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/header-bg.png) no-repeat;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  height: 142px;
}
.header .mainWeb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .mainWeb .left .inner-header-icon {
  display: none;
}
.header .mainWeb .left a {
  display: block;
}
.header .mainWeb .logo {
  width: 430px;
  height: 56px;
}
.header .mainWeb .menu-icon {
  display: none;
}
.header .mainWeb .right {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #999999;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 280px;
  height: 64px;
  justify-content: space-between;
}
.header .mainWeb .right .searchGroup {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 32px;
  position: relative;
}
.header .mainWeb .right .searchGroup p {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.header .mainWeb .right .searchGroup .wp_search #keyword {
  width: 200px !important;
  height: 32px;
  align-items: center;
  padding-left: 42px;
  border-radius: 639px;
  opacity: 1;
  background: #FFFFFF;
  font-size: 14px;
  border-width: 0;
}
.header .mainWeb .right .searchGroup .wp_search #keyword::placeholder {
  color: #999999;
  font-size: 14px;
}
.header .mainWeb .right .searchGroup .wp_search #keyword:focus {
  outline: #85beec;
}
.header .mainWeb .right .searchGroup .wp_search .search {
  position: absolute;
  left: 96px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/search.png) no-repeat;
}
.header .mainWeb .right .webLink {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header .mainWeb .right .webLink a {
  text-decoration: none;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: #85beec;
}
.header .mainWeb .right .webLink .active {
  color: #FFFFFF;
}
.header .mainWeb .right .top {
  display: flex;
  justify-content: space-evenly;
}
.header .mainWeb .right .top a {
  text-decoration: none;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #FFFFFF;
}
.header .mainWeb .right #p5 .wp_search {
  width: 340px;
  height: 45px;
  border-radius: 508px;
  padding: 0 24px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 2px solid #1B5299;
  margin-top: 10px;
}
.header .mainWeb .right #p5 .wp_search td {
  width: 100%;
  height: 42px;
}
.header .mainWeb .right #p5 .wp_search input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
.header .mainWeb .right #p5 .wp_search input:-internal-autofill-previewed, .header .mainWeb .right #p5 .wp_search input:-internal-autofill-selected {
  -webkit-text-fill-color: #333333 !important;
}
.header .mainWeb .right #p5 .wp_search .keyword {
  border: none;
  outline: none;
  width: 265px !important;
}
.header .mainWeb .right #p5 .wp_search .search {
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/search-icon.png) no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 8px;
  margin-left: 8px;
}

.nav {
  width: 100%;
  height: 56px;
  background: #0c7ed9;
  position: relative;
}
.nav .mainWeb {
  height: 100%;
}
.nav .mainWeb #wp_nav_w22 {
  width: 100%;
}
.nav .mainWeb #wp_nav_w22 .wp_nav {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.nav .mainWeb #wp_nav_w22 .wp_nav a {
  text-decoration: none;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #333333;
}
.nav .mainWeb #wp_nav_w22 .wp_nav .nav-item {
  flex: 1;
  line-height: 56px;
  color: #fff;
  cursor: pointer;
}
.nav .mainWeb #wp_nav_w22 .wp_nav .nav-item .parent {
  color: #FFFFFF;
}
.nav .mainWeb #wp_nav_w22 .wp_nav .nav-item .item-name {
  color: #fff;
}
.nav .mainWeb #wp_nav_w22 .wp_nav .nav-item .sub-nav {
  height: 450px;
}
.nav .mainWeb #wp_nav_w22 .wp_nav .nav-item .sub-nav .nav-item {
  color: #333;
  background: none;
  border: none;
}
.nav .mainWeb #wp_nav_w22 .wp_nav .nav-item .sub-nav .nav-item a {
  background: none;
  color: #333;
  border-width: 0;
}
.nav .mainWeb #wp_nav_w22 .wp_nav .nav-item .sub-nav .nav-item .item-name {
  color: #333;
}
.nav .mainWeb #wp_nav_w22 .wp_nav .nav-item .sub-nav .nav-item:hover a {
  color: #0c7ed9;
  font-weight: 600;
}
.nav .mainWeb #wp_nav_w22 .wp_nav .nav-item .sub-nav .nav-item:hover a .item-name {
  color: #0c7ed9;
  font-weight: 600;
}
.nav .mainWeb #wp_nav_w22 .wp_nav .nav-item .mark {
  background: none;
}
.nav .mainWeb #wp_nav_w22 .wp_nav .nav-item:hover .sub-nav {
  background-color: rgba(30, 135, 219, 0.1);
  animation: menu-in 700ms linear;
}
@keyframes menu-in {
  from {
    background-color: rgba(30, 135, 219, 0.5);
    height: 0px;
  }
  to {
    background-color: rgba(30, 135, 219, 0.1);
    height: 450px;
  }
}
.nav .mainWeb #wp_nav_w22 .wp_nav::after {
  display: none;
}
.nav .mainWeb #wp_nav_w22 .sub-nav {
  width: 100%;
  border: none;
}
.nav .mainWeb #wp_nav_w22 .sub-nav a {
  text-decoration: none;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  background-color: none;
  text-align: center;
}
.nav .mainWeb #wp_nav_w22 .sub-nav a:hover {
  background-color: none;
}
.nav .mainWeb #wp_nav_w22 .sub-nav a:hover a {
  color: #FFFFFF;
}
.nav .mainWeb #wp_nav_w22 .sub-nav .nav-item {
  background: none;
  text-align: center;
}
.nav .mainWeb:hover + .main-title-menu-mask {
  visibility: visible;
}
.nav .mainWeb:hover .nav-item .sub-nav {
  visibility: visible;
}
.nav .mainWeb:hover .nav-item .sub-nav .nav-item {
  width: 100%;
}
.nav .main-title-menu-mask {
  position: absolute;
  top: 56px;
  width: 100%;
  height: 450px;
  background-color: #f5f5f5;
  z-index: 9;
  visibility: hidden;
  background-image: url(/_upload/tpl/0f/e0/4064/template4064/img/menu-background.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.mobileNav {
  display: none;
}

.mobileNav-hidden {
  display: none;
}

.banner {
  width: 100vw;
  height: 458px;
  position: relative;
}
.banner .swiper {
  width: 100%;
  height: 458px;
}
.banner .swiper .swiper-button-prev {
  left: 0px;
  background-image: url(/_upload/tpl/0f/e0/4064/template4064/img/icon_prev.png);
  height: 64px;
  width: 38px;
  background-size: auto;
}
.banner .swiper .swiper-button-prev::after {
  content: "";
}
.banner .swiper .swiper-pagination {
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  bottom: 16px;
}
.banner .swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
}
.banner .swiper .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  box-shadow: 0 0 5px #fff;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.banner .swiper .swiper-button-next {
  right: 0px;
  background-image: url(/_upload/tpl/0f/e0/4064/template4064/img/icon_next.png);
  height: 64px;
  width: 38px;
  background-size: auto;
}
.banner .swiper .swiper-button-next::after {
  content: "";
}
.banner .swiper .swiperBox {
  position: relative;
  width: 100%;
  height: 458px;
}
.banner .swiper .swiperBox a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .swiper .swiperBox img {
  width: 1200px;
  height: 400px;
  object-fit: cover;
  transform: translateX(-6px);
}
.banner .swiper .swiperBox .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 400px;
}
.banner .swiper .swiperBox .left-blur {
  width: calc(100vw/2 - 1212px/2);
  top: 0;
  left: 0;
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/banner-bg-right.png) left center no-repeat;
  background-size: cover;
}
.banner .swiper .swiperBox .right-blur {
  width: calc(100vw/2 - 1188px/2);
  top: 0;
  right: 0;
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/banner-bg-left.png) left center no-repeat;
  background-size: cover;
}
.banner .swiper .swiperBox .title {
  width: 100%;
  height: 58px;
  background: #0C7ED9;
  text-align: center;
}
.banner .swiper .swiperBox .title a {
  cursor: pointer;
  text-decoration: none;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.banner .swiper #id2 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.footer {
  height: 480px;
  width: 100%;
  background: url(/_upload/tpl/0f/e0/4064/template4064/img/footer.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 80px 0;
}
.footer .mainWeb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .mainWeb .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 280px;
}
.footer .mainWeb .top .logo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .mainWeb .top .logo img {
  width: 226px;
  height: 56px;
}
.footer .mainWeb .top .link {
  width: 264px;
}
.footer .mainWeb .top .link .title {
  font-family: 思源黑体;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.footer .mainWeb .top .link .content {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .mainWeb .top .link .content .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .mainWeb .top .link .content .right {
  display: flex;
  flex-direction: column;
}
.footer .mainWeb .top .link .content .item {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .mainWeb .top .aboutUs .title {
  font-family: 思源黑体;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.footer .mainWeb .top .aboutUs .content {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .mainWeb .top .aboutUs .content .item {
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .mainWeb .bottom {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.footer .mainWeb .bottom .left {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.footer .mainWeb .bottom .right {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.footer .mainWeb .bottom .right a {
  font-size: 14px;
  margin-right: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #eee;
}

@media screen and (max-width: 480px) {
  .mainWeb {
    width: auto;
  }

  .header {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    height: 54px;
    z-index: 999;
  }
  .header .left {
    display: flex;
    align-items: center;
    width: 100%;
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
  }
  .header .left .inner-header-icon {
    transform: translateY(4px);
    display: block !important;
    color: #ffffff;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header .left .inner-header-icon:hover {
    cursor: pointer;
  }
  .header .left .inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 14px) / 2);
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .header .left .inner-header-icon span:nth-child(1) {
    top: 15px;
    -webkit-transform: translateY(4px) rotateZ(0deg);
    -ms-transform: translateY(4px) rotateZ(0deg);
    transform: translateY(4px) rotate(0deg);
  }
  .header .left .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .header .left .inner-header-icon span:nth-child(3) {
    top: 21px;
    transform: translateY(-4px) rotate(0deg);
    -webkit-transform: translateY(-4px) rotateZ(0deg);
    -ms-transform: translateY(-4px) rotateZ(0deg);
  }
  .header .left .inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  }
  .header .left .inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  }
  .header .left .inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
  }
  @keyframes clickfirst {
    0% {
      opacity: 0;
      top: 15px;
      transform: translateY(4px) rotate(0deg);
      -webkit-transform: translateY(4px) rotateZ(0deg);
      -ms-transform: translateY(4px) rotateZ(0deg);
    }
    100% {
      opacity: 1;
      transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0px) rotateZ(45deg);
      -ms-transform: translateY(0px) rotateZ(45deg);
      top: 18px;
    }
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes clickthird {
    0% {
      opacity: 0;
      top: 21px;
      transform: translateY(-4px) rotate(0deg);
      -webkit-transform: translateY(-4px) rotateZ(0deg);
      -ms-transform: translateY(-4px) rotateZ(0deg);
    }
    100% {
      opacity: 1;
      transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0px) rotateZ(-45deg);
      -ms-transform: translateY(0px) rotateZ(-45deg);
      top: 18px;
    }
  }
  .header .left .inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
  }
  .header .left .inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
  }
  .header .left .inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
  }
  @keyframes outfirst {
    0% {
      top: 18px;
      transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0px) rotateZ(-45deg);
      -ms-transform: translateY(0px) rotateZ(-45deg);
    }
    100% {
      top: 15px;
      transform: translateY(-4px) rotate(0deg);
      -webkit-transform: translateY(-4px) rotateZ(0deg);
      -ms-transform: translateY(-4px) rotateZ(0deg);
    }
  }
  @keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outthird {
    0% {
      top: 18px;
      transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0px) rotateZ(45deg);
      -ms-transform: translateY(0px) rotateZ(45deg);
    }
    100% {
      transform: translateY(4px) rotate(0deg);
      -webkit-transform: translateY(4px) rotateZ(0deg);
      -ms-transform: translateY(4px) rotateZ(0deg);
      top: 21px;
    }
  }
  .header .left a {
    margin-left: 20px;
  }
  .header .left a .logo {
    width: 277px;
    height: 36px;
  }
  .header .mainWeb .right {
    display: none;
  }
  .header .mainWeb .menu-icon {
    display: block;
    margin-right: 10px;
  }

  .mobileNav-hidden {
    display: none;
  }

  .mobileNav {
    display: block;
    height: auto;
    min-height: 400px;
    position: fixed;
    left: 0;
    top: 54px;
    z-index: 999;
    width: 100vw;
  }
  .mobileNav .mainWeb {
    padding: 20px 0;
    background: #fff;
  }
  .mobileNav .mainWeb #wp_nav_w21 .wp_nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  .mobileNav .mainWeb #wp_nav_w21 .wp_nav .nav-item {
    width: 100%;
    padding-top: 10px;
    position: relative;
  }
  .mobileNav .mainWeb #wp_nav_w21 .wp_nav .nav-item a {
    width: 100px;
    margin-left: 50px;
    color: #333;
    font-weight: 600;
  }
  .mobileNav .mainWeb #wp_nav_w21 .wp_nav .nav-item .normalIcon {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 14px;
    height: 14px;
    background: url(/_upload/tpl/0f/e0/4064/template4064/img/arrowunder.png) no-repeat;
    background-size: cover;
  }
  .mobileNav .mainWeb #wp_nav_w21 .wp_nav .nav-item .activeIcon {
    background: url(/_upload/tpl/0f/e0/4064/template4064/img/arrowon.png) no-repeat;
    background-size: cover;
  }
  .mobileNav .mainWeb #wp_nav_w21 .wp_nav .nav-item .sub-nav {
    display: none;
    position: unset;
  }
  .mobileNav .mainWeb #wp_nav_w21 .wp_nav .nav-item .sub-nav .nav-item .mark {
    background-color: #fff;
  }
  .mobileNav .mainWeb #wp_nav_w21 .wp_nav .nav-item .mark {
    background-color: unset;
  }
  .mobileNav .mainWeb #wp_nav_w21 .wp_nav .active {
    background: #0C7ED9;
  }
  .mobileNav .mainWeb #wp_nav_w21 .wp_nav .active a {
    color: #fff;
    transform: translateY(-4px);
  }
  .mobileNav .mainWeb #wp_nav_w21 .wp_nav .active .sub-nav {
    border: none;
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobileNav .mainWeb #wp_nav_w21 .wp_nav .active .sub-nav .nav-item a {
    margin-left: 80px;
    border: none;
    color: #333;
  }

  .banner {
    margin-top: 54px;
    height: 160px;
  }
  .banner .swiper {
    height: 184px !important;
  }
  .banner .swiper .swiper-wrapper {
    height: 160px;
  }
  .banner .swiper .swiperBox {
    display: flex;
    flex-direction: column;
  }
  .banner .swiper .swiperBox .swiperImg {
    height: 160px !important;
    width: 100vw !important;
    transform: translateX(0px);
  }
  .banner .swiper .swiperBox .overlay {
    display: none;
  }
  .banner .swiper .swiperBox .title {
    width: 100%;
    height: 24px;
  }
  .banner .swiper .swiperBox .title a {
    width: 80%;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
  }
  .banner .swiper .swiper-pagination {
    display: none;
  }

  .nav {
    display: none;
  }

  .footer {
    height: auto;
    background: #0c7ed9;
    padding: 20px 0;
  }
  .footer .mainWeb .top {
    flex-direction: column;
    height: auto;
  }
  .footer .mainWeb .top .logo {
    margin: 0 auto;
  }
  .footer .mainWeb .top .link {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
  }
  .footer .mainWeb .top .link .content {
    margin-top: 10px;
  }
  .footer .mainWeb .top .aboutUs {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 30px;
  }
  .footer .mainWeb .bottom {
    padding: 0 20px;
  }
}
.guidelines{
text-decoration: none;
    margin-left: 12px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}