﻿@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

ul,
li,
form,
dl,
dt,
dd,
div,
p,
em,
i,
address,
ol {
  font-style: normal;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}
body,
input,
pre,
select,
table th,
table td,
textarea {
  font-size: 24px;
  line-height: 1.5;
}
a:hover {
  color: #fff;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: Lato;
}
input {
  outline: none;
  border: none;
}
input::-webkit-input-placeholder {
  font-size: 32px;
  color: #666666;
}
input:-moz-placeholder {
  font-size: 32px;
  color: #666666;
  opacity: 1;
}
input::-moz-placeholder {
  font-size: 32px;
  color: #666666;
  opacity: 1;
}
input:-ms-input-placeholder {
  font-size: 32px;
  color: #666666;
}

.Contain {
  margin: 0 auto;
  width: 100%;
  padding: 0px 30px;
  box-sizing: border-box;
}
.Contain {
  background-image: url(../images/homeBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100vh;
  overflow: hidden;
}
.Contain2 {
  margin: 0 auto;
  width: 750px;
  box-sizing: border-box;
}

.homeTop {
  transition: all 0.3s ease;
  flex-direction: row-reverse;
  height: 156px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 20px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 998;
  padding-top: 76px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.homeTop .lan {
  width: 85px;
  float: right;
  color: inherit;
  font-size: inherit;
  background-image: url(../images/lanIcon.png);
  background-size: contain;
  padding-left: 42px;
  background-repeat: no-repeat;
  font-weight: bold;
}
.homeTop .back {
  width: 85px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url(../images/backIcon.png);
  background-size: 17px 28px;
}
.homeTop .img2 {
  display: none;
}
.homeTop.fix {
  padding-top: 0;
  background-color: #fff;
}
.enquiryPage .homeTop .img2,
.homeTop.fix .img2 {
  display: block;
}
.enquiryPage .homeTop .img1,
.homeTop.fix .img1 {
  display: none;
}
.enquiryPage .homeTop .lan,
.homeTop.fix .lan {
  background-image: url(../images/lanIcon_b.png);
  color: #000;
}
.enquiryPage .homeTop .back,
.homeTop.fix .back {
  background-image: url(../images/backIcon_b.png);
}
.enquiryPage {
  background: url(../images/bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 229px;
  margin: 0 auto;
  padding-top: 108px;
}

.homeList {
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
}
.homeList .item {
  margin-bottom: 80px;
  min-width: 240px;
}
.homeList .item .itemCon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homeList .imgbox {
  width: 170px;
  height: 170px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeList .title {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1;
}

.banner .itemCon {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .itemCon .title {
  font-size: 48px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.banner .itemCon img {
  width: 100%;
}

.publicFont {
  background-image: url(../images/bg.png);
  background-size: cover;
  margin-top: -40px;
}
.publicFont .title {
  font-weight: bold;
  color: #1c355e;
}
.publicFont .intro {
  font-size: 24px;
  color: #1c355e;
}
.publicFont .intro p {
  margin-bottom: 40px;
}
.publicFont .intro p:last-child {
  margin-bottom: 0;
}
.publicFont .fontBox {
  background: #1c355e;
  color: #fff;
  padding: 60px 30px;
  line-height: 1;
  padding-right: 0;
}
.publicFont .sendBtn {
  margin: 40px 0 0 0;
}
.publicFont div {
  margin-bottom: 20px;
}
.emailImg {
  width: 100%;
  margin-top: -20px;
}
.publicFont2 {
  margin-top: 0;
}

.sectionOne .swiper {
  width: 100%;
  height: 100%;
}
.sectionOne .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sectionOne .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sectionOne .swiper-button-prev,
.sectionOne .swiper-rtl .swiper-button-next,
.sectionOne .swiper-button-next,
.sectionOne .swiper-rtl .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: rgba(28, 53, 94, 0.7);
  color: #fff !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 214px !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
}
.sectionOne .swiper-button-next:after,
.sectionOne .swiper-button-prev:after {
  font-size: 18px !important;
}
.sectionOne .swiper-button-next.swiper-button-disabled,
.sectionOne .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.sectionOne .swiper-pagination-progressbar {
  position: static !important;
  margin-top: 70px;
  height: 8px !important;
}
.sectionOne .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1c355e !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}
.sectionOne .title {
  color: #1c355e;
  font-weight: bold;
  margin-top: 26px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sectionOne .intro {
  color: #1c355e;
  margin-top: 20px;
  text-align: left;
}

.sectionTwo {
  background: #1c355e;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 108px;
  line-height: 1;
  font-weight: bold;
}
.sectionTwo .title {
  margin-bottom: 26px;
}

.sendBtn {
  width: 300px;
  height: 80px;
  background: #f0047f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  margin-top: -40px;
}

.numList li {
  display: flex;
  align-items: center;
  color: #1c355e;
  margin-bottom: 26px;
}
.numList li .num {
  width: 40px;
  height: 40px;
  background: #1c355e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.numList {
  position: relative;
}
.numList::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #e0e4ea;
  position: absolute;
  left: 17px;
  top: 0;
}

.applyBtn {
  width: 630px;
  height: 80px;
  background: #01a0c6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  margin-top: 70px;
}
.applyBtn::after {
  content: "";
  display: block;
  width: 42px;
  height: 32px;
  background-image: url(../images/arrowRight.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.enquireForm {
  background: #f0f5f6;
}

.elForm {
  padding: 40px 30px 60px 30px;
  background: #ffffff;
}
.elForm .el-form-item__label {
  font-size: 24px;
  color: #1c355e;
  line-height: 1;
  margin-bottom: 20px;

  width: 100%;
  text-align: left;
}
.elForm .el-input__inner {
  height: 80px;
  line-height: 80px;
  color: #1c355e;
  font-size: 32px;
}
.elForm .el-form-item__error {
  font-size: 24px;
}
.elForm .el-form-item {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.elForm .el-button {
  width: 300px;
  height: 80px;
  background: #f0047f;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  margin-top: 30px;
  border-color: #f0047f;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.elForm .el-date-editor.el-input,
.elForm .el-date-editor.el-input__inner {
  width: 100%;
}
.el-date-picker {
  width: 630px !important;
  z-index: 997 !important;
}

.countryBox {
  width: 100%;
  position: relative;
  height: 80px;
}
.countryBox .countrySelect {
  width: 120px;
  height: 78px;
  background: #f2f2f2;
  border: 1px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1px;
  z-index: 2;
  border-left: none;
  border-top: none;
  border-bottom: none;
  top: 1px;
}
.countryBox .phone-input {
  flex: 1;
}
.countryBox .area-code {
  width: 115px;
  background: transparent;
  border: none;
  position: absolute;
  left: 120px;
  top: 0;
  z-index: 2;
}
.countryBox .el-input.is-disabled .el-input__inner {
  background-color: transparent;
  border: none;
}
.countryBox .phoneInput input {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 215px;
}
.countryBox .country-selector {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 2;
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  border: 1px solid #d1d5db;
  padding: 10px 0;
}
.countryBox .countrySelect img {
  width: 60px;
}
.countryBox .country-selector img {
  margin: 10px 0;
}
.countryBox .countrySelect::after {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background-image: url(../images/triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.enquiryPage .enquireForm {
  padding: 0 60px 0 60px;
  background-color: transparent;
}
.enquiryPage .elForm {
  padding: 0;
}

.el-select-dropdown {
  width: 100% !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.5);
  top: 0 !important;
  left: 0 !important;
  z-index: 10000 !important;
  margin: 0 !important;
  position: fixed !important;
  display: flex;
  align-items: flex-end;
  transform-origin: bottom center !important;
  animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.el-select-dropdown .el-scrollbar {
  padding: 60px 30px;
  background: #fff;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}
.el-select-dropdown__item {
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0;
  color: #1c355e;
  padding: 0 40px;
}
.el-select-dropdown__item.selected {
  color: #1c355e;
  background: #e5e7eb;
}
/* .el-select-dropdown__item.hover, 
.el-select-dropdown__item:hover{
  background: #E5E7EB;
} */
.el-select {
  width: 100%;
}
.el-input__icon {
  width: 28px;
}
.el-form-item__content {
  font-size: 28px;
  color: #1c355e !important;
}
.el-select .el-input .el-select__caret {
  color: #1c355e !important;
  margin-right: 20px;
}
.el-icon-date:before {
  color: #1c355e;
}
.el-input__prefix {
  left: auto;
  right: 20px;
}
.el-date-picker .el-picker-panel__content {
  width: 600px;
}
.el-date-picker__header-label,
.el-picker-panel__icon-btn {
  font-size: 28px;
}
.el-picker-panel {
  line-height: 50px;
}
.el-date-table th {
  padding: 10px;
}
.el-date-table td {
  padding: 15px 0;
}

.el-date-table td span {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.el-date-table td,
.el-date-table td div {
  height: 40px;
}
.addIcon {
  width: 630px;
  height: 80px;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  color: #333333;
  padding: 0 24px;
  margin-bottom: 40px;
}
.addIcon img {
  margin-right: 24px;
}
.el-select-dropdown__wrap {
  max-height: 748px;
}

.el-radio,
.el-radio--medium.is-bordered .el-radio__label {
  font-size: 32px;
  color: #1c355e;
}
.el-radio__label {
  padding-left: 22px;
}
.el-checkbox__inner,
.el-radio__inner {
  border-radius: 2px;
  width: 36px;
  height: 36px;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate
  .el-checkbox__inner
  .el-radio__input.is-checked
  + .el-radio__label {
  color: #1c355e;
  background-color: #1c355e;
  border-color: #1c355e;
}
.el-checkbox__inner::after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
}

.el-checkbox__input.is-checked .el-checkbox__inner::after {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: url(../images/radioBgH.png);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.el-radio__inner::after {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: url(../images/radioBgH.png);
}
.el-radio__input.is-checked .el-radio__inner {
  border-color: #1c355e;
  background: #1c355e;
}
.el-radio {
  margin-right: 140px;
}
.el-checkbox__inner::after {
  left: 50%;
  top: 50%;
  border: none;
}
.el-message {
  top: 50% !important;
  width: 600px;
  height: 370px;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.el-message .el-icon-error ,
.el-message .el-icon-success {
  width: 110px;
  height: 110px;
  margin-right: 0;
  margin-bottom: 40px;
}
.el-icon-error:before,
.el-icon-success:before {
  font-size: 110px;
}
.el-message--error .el-message__content,
.el-message--success .el-message__content {
  font-size: 36px;
}
.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 40px;
  font-size: 28px;
  color: #1c355e;
}

.captchaBox {
  width: 100%;
}
.captcha-image {
  width: 240px;
  height: 80px;
  background: #f2f2f2;
  border: 1px solid #d1d5db;
}
.captcha-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.captchaBox .el-input {
  width: auto;
  flex: 1;
}
.captchaBox .el-input__inner {
  border-right: none;
}
.refresh {
  width: 80px;
  height: 80px;
  background: #1c355e;
  background-image: url(../images/refresh.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.el-checkbox {
  display: flex;
  align-items: center;
}
.el-message::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: -10vw;
  top: -38.5vh;
  z-index: 999;
}
.el-message {
  overflow: visible;
}

.el-message::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  border-radius: 30px;
}
.el-message .el-icon-error ,
.el-message .el-icon-success {
  z-index: 1000;
  position: relative;
}
.el-message--error .el-message__content,
.el-message--success .el-message__content {
  z-index: 1000;
  position: relative;
  color: #333;
}
.el-message .el-icon-error,
.el-message .el-icon-success {
  color: #1c355e;
}
.personForm {
  position: relative;
}
.personForm::before {
  content: "";
  display: block;
  width: 690px;
  height: 200px;
  background-image: url(../images/personBg.png);
  background-size: cover;
  position: absolute;
  left: -30px;
  top: 0;
}
.personForm .title {
  z-index: 2;
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
}
.personForm .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: -10px;
  z-index: 2;
  background-image: url(../images/closeBtn.png);
  background-size: 40px;
}
.el-date-editor .el-input__suffix {
  right: 54px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #1c355e;
}
.elForm .personForm .el-form-item {
  z-index: 2;
  position: relative;
}
.read {
  font-size: 36px !important;
  margin-left: 20px;
  margin-top: -10px;
  line-height: 50px;
}
.read a:hover,
.read a {
  color: #1c355e;
}
.PrivacyTitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.singlePage * {
  font-size: 30px;
  line-height: 1.667;
  margin-bottom: 10px;
}

/*newslist*/
.newslist {
  overflow: hidden;
  margin-bottom: 100px;
}
/*nitem*/
.nitem {
  padding: 70px 0;
  border-bottom: 1px solid #e2e6ed;
}
.nitem .figure {
  padding-bottom: calc(400 / 690 * 100%);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 46px;
}
.nitem .figure img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.nitem .title {
  font-size: 36px;
  line-height: 1.35em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.7em;
  color: #1c355e;
  margin-bottom: 19px;
}
.nitem .excerpt {
  font-size: 24px;
  color: #1c355e;
  line-height: 1.5em;
  max-height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 22px;
}
.nitem .meta {
  font-size: 20px;
  line-height: 1.25em;
  color: #969ba3;
  font-weight: bold;
}
.nitem a {
  display: block;
  overflow: hidden;
}
/*Pages*/
.Pages {
  font-size: 30px;
}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump,
.Pages .a_first,
.Pages .a_end,
.Pages .a_prev,
.Pages .a_next {
  display: none;
}
.Pages .p_page {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
}
.Pages .num {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: center;
  font-style: normal;
}
.Pages a {
  display: block;
  min-width: 80px;
  height: 80px;
  background-color: #e6e7ea;
  margin: 0 10px;
  color: #353535;
  text-align: center;
  line-height: 80px;
  padding: 0 5px;
}
.Pages .a_cur {
  color: #fff;
  background-color: #ee0080;
}
.bottom .bottomCon a{
  color: inherit;
}

.pdftitle {
  position: fixed;
  width: 100%;
  z-index: 100002;
}
.captcha-image{
  width: auto;
  border: none;
}
.captcha-image img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.countryBox .country-selector{
  justify-content: flex-start;
  max-height: 304px;
  overflow-y: auto;
}
.homeList .imgbox,
.applyBtn,
.swiper-button-next, .swiper-button-prev,
.sectionOne .swiper-slide img,
.sendBtn,
.Pages a,
.nitem .title,
.nitem .figure img,
.elForm .el-button{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sendBtn:hover,
.elForm .el-button:hover{
  background-color: #01a0c6;
  color: #fff;
  border-color: #01a0c6;
}
.sectionOne .swiper-slide .itemCon .imgbox{
  overflow: hidden;
  height: 450px;
}

.sectionOne .swiper-slide .itemCon:hover img,
.nitem:hover .figure img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.sectionOne .swiper-slide .itemCon:hover .title,
.nitem:hover .title{
    color: #ee0080;
}
.homeList .item:hover .imgbox,
.applyBtn:hover,
.Pages a:hover{
  color: #fff;
    background-color: #ee0080;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
  color: #fff;
  background-color: #ee0080;
}
.applyBtn.f30.fbold{
  margin-left: 30px;
}
.elForm .el-button{
  border: none;
}
html {
  touch-action: manipulation;
}


/* 常见问题 */
.FaqsTit{padding:50px 30px;background: #e9f8f9;}
.FaqssubTit{padding:50px 60px 0 60px;}
.FaqsList{padding:0 60px;}
.FaqsList .item{padding:40px 0;border-bottom:1px solid #17a1c5;transition: all .5s;}
.FaqsList .item .itemtit{padding-right:50px;position: relative;transition: all .5s;}
.FaqsList .item .itemtit i{width:30px;position: absolute;right:0;top:50%;height:30px;margin-top:-15px;}
.FaqsList .item .itemtit i::before,
.FaqsList .item .itemtit i::after{content:"";display: block;width:100%;height:2px;background: #1c355e;position: absolute;left:0;top:50%;margin-top:-1px;transition: all .5s;}
.FaqsList .item .itemtit i::after{transform: rotate(90deg);}
.FaqsList .item .itemcon{margin-top:30px;display: none;}
.FaqsList .item .itemcon a{color:#01a0c6;}
.FaqsList .item.on .itemtit{font-size: 30px;color:#ee007f}
.FaqsList .item.on .itemtit i::before,
.FaqsList .item.on .itemtit i::after{background: #ee007f;transform: rotate(180deg);}

/* 关于我们 */
.OurValues{background-image: linear-gradient(180deg, #E7F7F9 0%, #fff,#fff,#fff);padding:64px 30px 0 30px;}
.OurValues .OurValuesTit{margin-bottom:40px;}
.OurValues .OurValuesList .item{margin-bottom:60px;background: #1c355e;}
.OurValues .OurValuesList .item:nth-child(2n){background: #17a1c5;}
.OurValues .OurValuesList .item .txt{padding:45px 30px;color:#fff;}
.OurValues .OurValuesList .item .txt .icon{width:46px;margin-bottom:30px;}
.OurValues .OurValuesList .item .txt .name{margin-bottom:10px;}
.OurValues .OurValuesList .item .txt .dec{line-height: 1.5;}

.homeTop .top-lang{
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.homeTop .top-lang .icon {
    /* width: 100px; */
    height: 48px;
    background: url(../images/lanIcon.png) no-repeat left center;
    background-size: 30px;
    padding-left: 42px;
    display: flex;
    align-items: center;
    font-weight: bold;
  font-size: 24px;
  min-width: 100px;
  width: auto;
}
.homeTop .top-lang .box{
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    padding: 48px 10px 10px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    z-index: -1;
    display: none;
    text-align: center;
}
.homeTop .top-lang .box a{
  line-height: 2;
  display: block;
  color: #000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-top: 10px;
  font-size: 24px;
}
.homeTop .top-lang.on .icon{
  color: #000;
  background: url(../images/lanIcon_b.png) no-repeat left center;
}
.homeTop .top-lang .box a.active,
.homeTop .top-lang .box a:hover{
  color: #ee0080;
}
.homeTop.fix .top-lang .icon{
  color: #000;
  background: url(../images/lanIcon_b.png) no-repeat left center;
}





