@charset "UTF-8";
html, body {
  margin: 0;
  width: 100%;
  height: 100%; }

/**+ X**/
.add-icon.close-icon:before, .add-icon.close-icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }

.add-icon:before, .add-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: ""; }

.add-icon:before {
  width: 2px;
  height: 13px; }

.add-icon:after {
  width: 13px;
  height: 2px; }

@font-face {
  font-family: "myFont";
  src: url("../lib/fonts/NotoSansHans-Regular.otf"); }

@font-face {
  font-family: "Arial";
  src: url("../lib/fonts/ariblk.ttf"); }

body {
  font-family: myFont; }

.english {
  font-family: Arial; }

.ter-banner-title {
  position: absolute;
  top: 50%;
  left: calc((100% - 1200px) / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1200px;
  margin: 0 auto;
  padding-left: 32px;
  z-index: 10;
  color: #fff;
  font-weight: 400; }
  .ter-banner-title .banner-mainTitle {
    font-size: 40px; }
  .ter-banner-title .banner-subTitle {
    max-width: 680px;
    margin-top: 20px;
    font-size: 18px;
    color: #dfdfdf;
    line-height: 26px; }

@media screen and (max-width: 1199.98px) {
  .ter-banner-title {
    width: 100%;
    left: 0;
    padding-left: 0;
    text-align: center; }
    .ter-banner-title .banner-mainTitle {
      font-size: 24px; }
    .ter-banner-title .banner-subTitle {
      max-width: 309px;
      margin: 0 auto;
      margin-top: 28px;
      font-size: 14px;
      line-height: 20px; } }

/*公用样式*/
ul, li {
  list-style: none; }

button {
  outline: none; }

textarea {
  resize: none; }

a:hover {
  text-decoration: none; }

/**清楚按钮点击时的outline**/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none; }

/*重置样式文件*/
.nav-header {
  z-index: 10010; }

.nav-pc .logo {
  padding-top: 15px; }

.nav-item {
  padding: 15px 0;
  position: relative; }

.nav-item a {
  font-size: 16px;
  color: #fff; }

.nav-item:hover .nav-dropdown {
  display: block; }

.nav-dropdown {
  position: absolute;
  top: 70px;
  left: -10px;
  width: 128px;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-left: 0; }
  .nav-dropdown li {
    text-align: center;
    color: #eee;
    font-size: 16px;
    height: 40px;
    line-height: 40px; }
  .nav-dropdown li:hover a {
    color: #007AC3; }

.nav-bg-black {
  height: 70px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 100;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px); }

.nav-bg-black.is-hover {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.nav-item:hover .nav-hover-img {
  display: block; }

.nav-item.active .nav-hover-img {
  display: block; }

.nav-hover-img {
  position: relative;
  display: none; }
  .nav-hover-img img {
    position: absolute;
    width: 140px;
    height: 32px;
    bottom: -14px;
    z-index: -1;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.mobile-menu-list.animated {
  visibility: visible; }

.bg-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292929;
  z-index: 10000; }

.mobile-menu-list {
  z-index: 10010;
  visibility: hidden;
  left: 50%;
  top: 55%;
  height: 90%;
  overflow: scroll;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: center; }

.mobile-menu-list .item-header-desc {
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 10px;
  margin-top: 20px;
  opacity: .5; }

.mobile-menu-list .item {
  margin-bottom: 10px;
  letter-spacing: 2px; }

.mobile-menu-list a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 30px; }

.animated .leftIn {
  -webkit-animation-name: leftIn;
          animation-name: leftIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: backwards !important;
          animation-fill-mode: backwards !important; }

.delay400 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s; }

.delay600 {
  -webkit-animation-delay: .6s;
          animation-delay: .6s; }

.delay800 {
  -webkit-animation-delay: .8s;
          animation-delay: .8s; }

.delay1000 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.delay1200 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }

.delay1400 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }

.delay1600 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s; }

@-webkit-keyframes leftIn {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes leftIn {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@media screen and (max-width: 767.98px) {
  .nav-mobile {
    display: block;
    padding: 11px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .nav-pc {
    display: none !important; }
  .mobile-logo {
    width: 113px;
    height: 29px; }
  .mobile-nav-icon {
    color: #fff;
    vertical-align: middle;
    font-size: 18px; }
    .mobile-nav-icon.closed {
      display: none; }
  .nav-bg-black {
    height: 52px;
    -webkit-transform: translateY(-52px);
            transform: translateY(-52px); } }

@media screen and (min-width: 768px) {
  .nav-pc {
    display: block; }
  .nav-mobile {
    display: none !important; }
  .mobile-menu-list {
    display: block;
    z-index: 10010;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 30px; } }

@media (min-width: 768px) and (max-width: 819.98px) {
  .nav-link {
    padding: 0.5rem 0.2rem; } }

@media (min-width: 820px) and (max-width: 911.98px) {
  .nav-link {
    padding: 0.5rem 0.5rem; } }

@media (min-width: 912px) and (max-width: 991.98px) {
  .nav-link {
    padding: 0.5rem 0.7rem; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .nav-link {
    padding: 0.5rem 1rem; } }

/*头部菜单*/
.footer {
  width: 100%; }

.container-xl {
  padding-left: 0;
  padding-right: 0; }

.footer-consult {
  width: 100%; }
  .footer-consult canvas {
    width: 100%; }

.footer-intro {
  background: #1B3451;
  padding: 40px 0; }

.footer-col-title {
  color: #c2c2c2;
  font-size: 20px; }

.footer-item {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 35px; }

.footer-item:hover {
  color: #fff; }

.footer-contact-us {
  color: #fff;
  line-height: 35px; }
  .footer-contact-us i {
    color: #fff;
    font-size: 20px;
    margin-right: 3px; }

.footer-contact-us a {
  color: #fff; }

.top-intro {
  padding-bottom: 30px;
  border-bottom: 2.5px solid #C4C4C4; }

.bottom-intro {
  font-size: 12px;
  color: #FFFEFE;
  padding-top: 30px; }

.top-intro, .bottom-intro {
  padding-left: 20px;
  padding-right: 20px; }

.pc-consult .slogan {
  margin-right: 180px; }

.pc-consult .consult {
  margin-left: 180px; }

.slogan {
  color: #fff; }

.consult {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px; }

.consult:hover {
  color: #fff; }

.footerIcon {
  font-size: 22px;
  opacity: 0.5;
  color: #fff;
  cursor: pointer; }

.footerCodeItem {
  position: relative;
  width: 34px; }

.footerCodeItem i:hover {
  opacity: 1; }

.imgCode {
  position: absolute;
  left: 0;
  top: 40px;
  display: none; }

.filingsInfo {
  color: #FFFEFE;
  margin-right: 10px; }

@media screen and (min-width: 1200px) {
  .footer-col-content {
    padding-top: 15px; } }

@media screen and (max-width: 767.98px) {
  .footer-intro {
    padding: 30px 0; }
  .footer-consult {
    background: url("../images/mobileConsult.png") no-repeat center;
    background-size: 100% 100%;
    padding: 2.5rem 0 3.5rem; }
  .mobile-consult {
    text-align: center; }
    .mobile-consult .slogan {
      font-size: 20px;
      margin-bottom: 30px; }
    .mobile-consult .consult {
      width: 75%;
      border: 1px solid white;
      border-radius: 2px;
      font-size: 18px;
      padding: 8px 0;
      margin: 0 auto; }
  .pc-consult {
    display: none !important; }
  .pc-intro {
    display: none; }
  .top-intro {
    padding: 0 15px 10px 15px; }
  .intro-list {
    padding-left: 0;
    margin-bottom: 10px; }
  .intro-list li {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: sub;
    clear: both;
    padding: 8px 0; }
  .intro-list li.active .intro-list-img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .intro-list li.active .intro-list-items {
    display: block; }
  .intro-list-text {
    color: #c2c2c2;
    font-size: 17px; }
  .intro-list-img {
    position: absolute;
    right: 0;
    top: 10px;
    color: #6F7B8A;
    font-size: 12px; }
  .intro-list-items {
    padding: 10px 15px 5px;
    display: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px; }
  .intro-list-items a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px; }
  .bottom-intro p {
    color: #FFFEFE;
    text-align: center;
    margin-bottom: 0.5rem; } }

@media screen and (min-width: 768px) and (max-width: 912px) {
  .pc-consult .slogan {
    margin-right: 50px; }
  .pc-consult .consult {
    margin-left: 50px; }
  .top-intro {
    padding: 0 0 10px; }
  .footer-col-title {
    font-size: 18px; }
  .footer-contact-us {
    font-size: 14px; } }

@media screen and (min-width: 768px) {
  .footerCodeItem:first-child img {
    display: block; }
  .footerCodeItem:first-child i {
    opacity: 1; }
  .footer-consult {
    background: url("../images/bottomConsult.png") no-repeat center;
    background-size: 100% 100%;
    height: 90px;
    padding-top: 25px; }
  .mobile-consult {
    display: none; }
  .pc-consult {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pc-consult .slogan {
    font-size: 28px; }
  .pc-consult .consult {
    font-size: 14px;
    width: 121px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 2px;
    margin-top: 2px; }
  .mobile-intro {
    display: none; } }

/* 修改弹窗的样式 */
.popover-body {
  padding: 0px; }

.email {
  padding: 10px;
  width: 278px;
  height: 91px; }
  .email .title {
    font-size: 14px;
    margin: 0 22px; }
  .email .content {
    margin: 8px 22px;
    font-size: 12px;
    line-height: 22px; }
    .email .content .iconfont {
      color: #0070ff;
      margin-right: 5px;
      position: relative;
      top: 1px; }
    .email .content .body {
      font-weight: 500; }
    .email .content .grey {
      color: #888; }

@media screen and (max-width: 767px) {
  .email .title {
    margin: 0 10px; }
  .email .content {
    margin: 8px 10px; } }

.tip p {
  margin-bottom: 5px; }

.tip .title {
  font-size: 14px;
  margin: 8px 30px 8px 30px; }

.tip .content {
  margin: 0 30px 8px 30px;
  font-size: 12px; }
  .tip .content .grey {
    color: #888; }

.tip .content > span {
  margin-bottom: 5px; }

/* 修改客服弹窗样式 */
.consultingServiceLayer {
  min-width: 344px;
  max-width: 600px;
  min-height: 500px;
  max-height: 876px; }
  .consultingServiceLayer .layui-layer-title {
    height: 7%;
    min-height: 40px;
    padding: 0 40px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#020205), to(#061d3a));
    background-image: -webkit-linear-gradient(#020205, #061d3a);
    background-image: linear-gradient(#020205, #061d3a); }
  .consultingServiceLayer .layui-layer-setwin {
    color: #fff;
    top: 2.5%; }
  .consultingServiceLayer .closeX {
    cursor: pointer;
    width: 16px;
    height: 16px;
    right: 5px;
    font-size: 20px; }
  .consultingServiceLayer .add-icon:before {
    height: 16px; }
  .consultingServiceLayer .add-icon:after {
    width: 16px; }
  .consultingServiceLayer .layui-layer-content {
    padding: 0 57px; }
    .consultingServiceLayer .layui-layer-content .required {
      color: red; }
    .consultingServiceLayer .layui-layer-content form {
      margin-top: 35px;
      padding-bottom: 81px; }
  .consultingServiceLayer .form-group {
    margin-bottom: 0;
    height: 102px; }
    .consultingServiceLayer .form-group label {
      margin-bottom: 8px; }
    .consultingServiceLayer .form-group input {
      height: 50px; }
    .consultingServiceLayer .form-group textarea {
      height: 200px; }
    .consultingServiceLayer .form-group .invalid-feedback {
      text-align: right; }
  .consultingServiceLayer .btnSubmint {
    margin-top: 53px;
    height: 48px; }
  .consultingServiceLayer .linkText {
    color: #666666; }
    .consultingServiceLayer .linkText .form-text {
      margin-top: 20px; }
  .consultingServiceLayer .btn-light {
    background-color: #fff;
    width: 160px;
    height: 48px;
    border: 1px solid #061a35; }
  .consultingServiceLayer .form-text {
    font-size: 12px; }
  .consultingServiceLayer #getVerificationCode {
    position: absolute;
    right: 30px;
    top: 42px;
    cursor: pointer;
    text-decoration: none; }
  .consultingServiceLayer .getVerificationCode:hover {
    color: #007bff !important; }
  .consultingServiceLayer .disabled:hover {
    color: #6c757d !important; }

@media screen and (max-width: 767px) {
  .consultingServiceLayer .layui-layer-content {
    padding: 0 23px; } }

#settingBtnGroup {
  position: fixed;
  right: 5px;
  top: calc(100vh - 60vh);
  z-index: 1000; }
  #settingBtnGroup .settingBtn {
    background-color: rgba(51, 51, 51, 0.6);
    border: none;
    margin-bottom: 5px;
    border-radius: 0;
    padding: 6px 10px;
    width: 50px;
    height: 50px; }
    #settingBtnGroup .settingBtn i {
      font-size: 26px; }
  #settingBtnGroup .settingBtn:hover {
    background-color: rgba(51, 51, 51, 0.7); }
  #settingBtnGroup .settingBtn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

/*头部菜单*/
