.header {
  width: 100%;
  height: 72px;
  box-shadow: 0 2px 8px #ebedfa;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.header__content {
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #3b4268;
}
.logo {
    height: 40px;
}
.logo img{
    height: inherit;
}
.tabs {
  flex-grow: 1;
  display: -webkit-flex; /* Safari */
  display: flex;
}
.tabs > li {
  display: inline-block;
  font-size: 16px;
  margin-left: 50px;
  height: 72px;
  line-height: 72px;
  cursor: pointer;
}
.tabs__li--active,
.tabs > li:hover {
  color: #4c90fc;
  border-bottom: 4px solid #4c90fc;
}
.login {
  width: 188px;
  text-align: right;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
}
.login span {
  display: inline-block;
  cursor: pointer;
  width: 94px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.login__make {
  background-color: #4c90fc;
  color: #fefefe;
  border-radius: 3px;
}

a:visited,
a:link,
a:hover {
  color: #3b4268;
  text-decoration: none;
}

.content {
  padding-top: 72px;
}
.content__part--center {
  text-align: center;
  overflow: hidden;
}
.center__title {
  font-size: 36px;
  color: #3b4268;
  margin-top: 70px;
}
.center__tip {
  font-size: 20px;
  color: #676767;
  margin-top: 20px;
}
.center__btn {
  font-size: 20px;
  color: #fefefe;
  margin: 25px auto 0;
  width: 170px;
  height: 50px;
  line-height: 50px;
  background-color: #4c90fc;
  border-radius: 3px;
  cursor: pointer;
}
.center__banner {
  margin: 0 auto;
}
.content__part--align {
  width: 1200px;
  margin: 0 auto;
  padding: 130px 0;
  display: -webkit-flex; /* Safari */
  display: flex;
}
.content__part--align__box:nth-of-type(2n) {
  background-color: #fbfcfe;
}
.align__text {
  flex-grow: 1;
  padding-right: 110px;
  margin-top: 40px;
}
.content__part--align__box:nth-of-type(2n + 1) .align__text {
  padding-right: 0;
  padding-left: 100px;
}
.align__banner {
  width: 550px;
}
.text__title {
  font-size: 36px;
  color: #3b4268;
}
.text__title img {
  position: relative;
  top: -2px;
  margin-right: 24px;
  vertical-align: bottom;
}
.text__tip {
  margin-top: 34px;
  line-height: 40px;
  font-size: 20px;
  color: #676767;
  margin-left: 74px;
}
.intrBox {
  background-color: #fbfcfe;
}
.intr {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.intr__line {
  width: 50px;
  height: 6px;
  background-color: #4c90fc;
  margin: 80px auto 0;
}
.intr__title {
  margin-top: 12px;
  color: #3b4268;
  font-size: 36px;
}
.intr__title--english {
  color: #999999;
  font-size: 48px;
  position: relative;
  top: -32px;
  opacity: 0.26;
}
.intr__main {
  padding: 32px 0 178px 0;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: space-around;
}
.intr__li__title {
  font-size: 20px;
  color: #5d6280;
  margin-top: 50px;
}
.intr__li__tip {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 16px;
}
.safe {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding: 94px 0 130px;
}
.safe__title {
  font-size: 36px;
  color: #3b4268;
}
.safe__main {
  margin-top: 144px;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: space-around;
}

.safe__main__li__title {
  font-size: 20px;
  color: #5d6280;
  margin-top: 40px;
}
.safe__main__li__tip {
  font-size: 14px;
  color: #999999;
  margin-top: 32px;
  line-height: 22px;
}
.tab {
  background-color: #a3d8f7;
  padding: 34px 0 22px 0;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
.tab_btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin-top: 28px;
  font-size: 18px;
  color: #999999;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 6px;
  box-shadow: 0 2px 10px #8ab5cc;
  cursor: pointer;
}
.footerBox {
  background-color: #383e49;
}
.footer {
  width: 1200px;
  margin: 0 auto;
  padding: 54px 0 27px 0;
  color: #ffffff;
  font-size: 18px;
}
.footer_left {
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: space-between;
}
.footer__part {
  width: 558px;
}
.footer__part__title {
  font-size: 28px;
  line-height: 40px;
}
.footer__part__line {
  width: 107px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 14px;
}
.footer__left__phone,
.footer__left__address {
  font-size: 14px;
  line-height: 24px;
}
.footer__left__phone > img,
.footer__left__address > img {
  margin-right: 20px;
  vertical-align: top;
}
.footer__left__phone {
  margin-top: 50px;
}
.footer__left__address {
  margin-top: 20px;
}
.images {
  margin: 50px 0 20px 0;
  overflow: hidden;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: flex-end;
}
.images > img {
  margin-left: 10px;
  width: inherit;
  height: inherit;
}
.images > img:nth-child(1) {
  margin-left: 0;
  margin-right: 10px;
}
.images > .footer__part-qr > img {
  width: inherit;
  height: inherit;
}

.footer__right__tip {
  margin-top: 18px;
  font-size: 16px;
  line-height: 32px;
}

.footer__right__inputBox {
  margin: 25px 0 20px 0;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: space-between;
}
.footer__right__input {
  width: 233px;
  height: 38px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  display: -webkit-flex; /* Safari */
  display: flex;
}
.footer__right__input__icon {
  height: 24px;
  margin: 7px 12px 0 14px;
}
.footer__right__input__line {
  width: 1px;
  height: 23px;
  margin-top: 7px;
  background-color: #ffffff;
  margin-right: 20px;
}
.footer__right__input input {
  width: 150px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 20px;
  box-sizing: border-box;
}
.footer__right__textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  font-size: 20px;
  text-indent: 10px;
  padding: 10px 0;
  box-sizing: border-box;
}

.footer__right__btnBox {
  margin: 24px 0 38px;
  overflow: hidden;
}
.footer__right__btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #4c90fc;
  text-align: center;
  float: right;
}
.footer__right__right {
  text-align: right;
}
.footer__right__ba {
  color: white;
  padding: 0 20px;
}

.footer__part-qr {
  width: 120px;
  height: 120px;
}

.page {
  width: 1200px;
  margin: 0 auto;
}

/* 20210330 新增 */

.titleLine {
  text-align: center;
  margin: 130px 0 0;
}
.titleLine__line {
  width: 50px;
  height: 6px;
  background-color: #4c90fc;
  margin: 0 auto 12px;
}
.titleLine__title {
  font-size: 36px;
  color: #3b4268;
}
.titleLine__title--en {
  font-size: 48px;
  color: rgba(153, 153, 153, 0.26);
  position: relative;
  top: -32px;
}
