@font-face {
  font-family: 'BGI Bold';
  src: url('../font/bgi.bold.ttf');
}

@font-face {
  font-family: 'BGI Medium';
  src: url('../font/bgi.medium.ttf');
}

@font-face {
  font-family: FZDHTK;
  src: url('../font/fzdhtk.ttf');
}

@font-face {
  font-family: FZLanTing;
  src: url('../font/fzlanting.ttf');
}

@font-face {
  font-family: 'FZLanTing Pro';
  src: url('../font/fzlthpro.gb18030.zhong.otf');
}

@font-face {
  font-family: 'BGI Light';
  src: url('../font/bgi.light.ttf');
}

/* 基础字体为方正兰亭黑简体 */
* {
  font-family: FZLanTing, sans-serif;
}

.w-auto {
  width: auto !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.flex {
  display: flex;
}

.col-grow {
  flex-grow: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.bg-color {
  margin: 40px 0;
  padding: 40px 0;
  background: rgb(245 248 253 / 60%);
}

h3.line-through {
  position: relative;
  color: #595757;
  font-size: 50px;
  text-align: center;
  overflow: hidden;
}

h3.line-through span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
  font-family: 'FZLanTing Pro', sans-serif;
  z-index: 1;
}

.dot::before {
  display: inline-block;
  content: '•';
  padding-right: 10px;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  text-align: left;
}

.cursor-pointer {
  cursor: pointer;
}

a.none-decoration {
  text-decoration: none !important;
}

.left-bordered-title {
  border-left: 4px solid #337ab7;
  padding-left: 8px;
  line-height: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

/* header 部分 start */

.top-social ul li a span.lang {
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #636060;
}

.top-social ul li a span.lang:hover {
  background-color: #07a5ad;
}

.banner-main {
  padding-top: 140px;
}

.banner-main > div p {
  text-align: left;
  color: #fff !important;
}

.banner-main > div p:nth-child(1) {
  font-family: 'BGI Bold', sans-serif;
  line-height: 1em;
  font-size: 73.95px;
}

.banner-main > div p:nth-child(2) {
  margin-top: 30px;
  font-family: FZLanTing, sans-serif;
  line-height: 1em;
  font-size: 63.07px;
}

.banner-main > div p:nth-child(2) span {
  font-family: FZDHTK, sans-serif;
}

.banner-main > div > div:nth-child(3) {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: FZDHTK, sans-serif;
  color: #fff !important;
  margin-top: 60px;
}

.banner-main > div div:nth-child(3) .left {
  display: inline-block;
  padding: 5px 20px;
  border: 4px solid #fff;
  font-size: 2em;
}

.banner-main > div div:nth-child(3) .right {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 2em;
  line-height: 1em;
  font-family: 'BGI Medium', sans-serif;
  font-weight: 400;
}

.navbar-nav > li.dropdown > a:hover {
  background-color: #0b5d8a !important;
}

.navbar-nav > li.dropdown.open > a {
  background-color: #0b5d8a !important;
}

@media (max-width: 767px) {
  .navbar-nav > .dropdown > .dropdown-menu {
    background-color: #0b5d8a;
  }

  .navbar-nav > .dropdown > .dropdown-menu > li > a {
    color: #fff !important;
  }

  .cl-effect-3 .navbar-nav li {
    text-align: center;
  }

  .line-through {
    font-size: 2.5em !important;
  }
}

/* header 部分 end */

/* banner 部分 start */
.banner,
.banner1 {
  background-image: url('../img/home/banner.jpg');
}

/* header 部分 end */

/* footer 部分 start */
.footer h4 {
  font-family: FZLanTing, sans-serif;
}

.footer > .container > div p {
  font-size: 16px;
  color: #fff !important;
}

.footer .footer-grid h4 {
  font-size: 31px;
}

.footer .footer-logo {
  width: 100%;
  max-width: 263px;
}

.footer .ftr-icons .ftr-text p {
  line-height: 22px;
}

.footer .ftr-icons .ftr-text p,
.footer .ftr-icons .ftr-iblock span {
  color: #7f7f7f !important;
}

.footer .ftr-icons .ftr-text p a {
  color: #7f7f7f;
}

.footer .ftr-icons .ftr-text p a:hover {
  color: #07a5ad;
}

.footer .ftr-social-icons .weixin img {
  width: 120px;
  height: 120px;
}

.footer .copy-one {
  display: block;
  margin-top: 22px;
  text-align: left;
}

.footer .copy-two {
  display: none;
}

.footer .disclaimer {
  margin-top: 10px;
}

.footer .container .footer-grid p.disclaimer a {
  color: #7f7f7f;
  width: 100%;
}

.footer .container .footer-grid .disclaimer a:hover,
.footer .container .footer-grid .disclaimer a:active {
  color: #fff;
  text-decoration: underline;
}

.footer .container .footer-grid .disclaimer a:focus {
  text-decoration: none;
}

@media (max-width: 640px) {
  .footer .footer-logo {
    display: block;
    margin: auto;
  }

  .footer .footer-grid h4 {
    margin-bottom: 30px;
  }

  .footer .copy-one {
    display: none;
  }

  .footer .copy-two {
    display: block;
  }
}

/* footer 部分 end */

.img-hover:hover {
  transform: scale(1.1);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
