* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun, sans-serif;
  color: #3e3a39;
}

a {
  color: #3e3a39;
}

a:hover {
  color: #2b378e;
  text-decoration: none;
}

img {
  max-width: 100%;
}

*[class*="rect-"] {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
}

a:before,
a:after,
*:before,
*:after,
.trans {
  transition: all .4s ease 0s;
}

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0px;
  font-size: 0px;
}

.justify:after {
  content: " ";
  height: 0px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.justify > * {
  text-align: left;
  font-size: 14px;
}

.justify .box {
  display: inline-block;
  vertical-align: top;
}

.page-wrap {
  background: #f5f5f5;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.left-box {
  width: 20%;
  margin-top: 4%;
}

.right-box {
  width: 76%;
  margin-top: 4%;
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .container,
  .main-box {
    max-width: 76%;
  }
}

@media screen and (max-width: 1150px) {
  .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .left-box {
    width: 30%;
  }

  .right-box {
    width: 66%;
  }
}

@media screen and (max-width: 640px) {
  body {
    padding-top: 48px;
  }

  .main-box {
    width: 100%;
  }

  .left-box {
    width: 100%;
    margin-top: 0;
  }

  .right-box {
    width: 100%;
  }

  .hidden-xs {
    display: none !important;
  }
}

.header {
  width: 100%;
  z-index: 1000;
  position: relative;
  background: #ffffff;
  padding: 20px 0;
}

.header:before,
.header:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 50%;
  left: 0;
  top: 0;
  z-index: 99;
}

.header:before {
  background: transparent;
}

.header:after {
  left: auto;
  right: 0;
  background: transparent;
}

.header .container {
  position: relative;
}

.header .navbar-brand,
.header .navbar {
  vertical-align: middle;
}

.header .navbar-brand {
  width: 28%;
}

.header .slogon {
  width: 24%;
  vertical-align: middle;
}

.header .navbar {
  width: 64.25%;
}

.header .navbar-btn {
  display: none;
}

.header .logo {
  height: auto;
  overflow: hidden;
  display: block;
}

.header .navbar-collapse {
  width: 76%;
}

.header .navbar-collapse li {
  position: relative;
}

.header .navbar-collapse li a {
  color: #2b378e;
  position: relative;
  display: inline-block;
  padding: 5px 12px;
  z-index: 1;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #2b378e;
}

.header .navbar-collapse li a:before {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  width: 100%;
  height: 36px;
  border-radius: 5px;
  content: " ";
  z-index: -1;
}

.header .navbar-collapse li a:after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
  border: solid 6px transparent;
  border-bottom: solid 6px #ffffff;
  width: 10px;
  height: 10px;
  opacity: 0;
  content: " ";
  z-index: -1;
}

.header .navbar-collapse li a:hover {
  color: #ffffff;
}

.header .navbar-collapse li a:hover:before {
  opacity: 1;
  background: #2b378e;
}

.header .navbar-collapse li a:hover:after {
  opacity: 1;
}

.header .sub-list {
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: 100%;
  width: 260px;
  text-align: left;
  padding: 0;
  margin-top: 25px;
  display: none;
  border-top: solid 3px #d4252c;
}

.header .sub-list .link {
  text-align: left;
  display: block;
  padding: 15px;
  background: #fff;
  color: #3e3a39;
  border-bottom: solid 1px #e3e3e3;
  font-size: 15px;
}

.header .sub-list .link:hover {
  background: #2b378e;
  color: #ffffff;
}

.header .sub-list .link:before {
  background: transparent;
}

.header .sub-list.active {
  display: block;
}

.header .topbar {
  position: absolute;
  padding: 0;
  top: 50%;
  right: 15px;
  margin-top: -15px;
  font-size: 17px;
}

.header .topbar .ico {
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 30px;
  height: 30px;
}

.header .topbar .icon {
  color: #2b378e;
  font-size: 20px;
}

.header .topbar .icon-global {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 3px;
}

.header .topbar .link {
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 10px;
  display: inline-block;
  color: #ffffff;
  background: #2b378e;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    width: 100vw;
    z-index: 1000;
    padding: 0;
    top: 0;
  }

  .header .container {
    padding: 0;
    width: 100%;
    max-width: none;
  }

  .header .navbar-brand {
    width: 100%;
    display: block;
    position: relative;
    padding: 15px;
  }

  .header .navbar {
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 100%;
    height: 0;
    z-index: 8;
    position: relative;
  }

  .header .logo {
    position: relative;
    top: 5px;
    display: inline-block;
  }

  .header .navbar-collapse {
    height: 0;
    width: 100%;
  }

  .header .navbar-collapse li {
    display: block;
    opacity: 0;
    transform: translateX(250px);
    transition: all .2s ease .3s;
  }

  .header .navbar-collapse li a {
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    display: block;
    color: #ffffff;
  }

  .header .navbar-btn {
    z-index: 9;
    right: 15px;
    background: #2b378e;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 23px;
    position: absolute;
    display: inline-block;
  }

  .header .navbar-btn:before,
  .header .navbar-btn:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #2b378e;
    transition: top .3s, bottom .3s, transform .3s;
  }

  .header .navbar-btn:before {
    top: -6px;
  }

  .header .navbar-btn:after {
    bottom: -6px;
  }

  .header .navbar-btn.active {
    background: transparent;
  }

  .header .navbar-btn.active:before {
    top: 0;
    transform: rotate(45deg);
    background: #ffffff;
  }

  .header .navbar-btn.active:after {
    bottom: 0;
    transform: rotate(-45deg);
    background: #ffffff;
  }

  .header .bg {
    display: none;
  }

  .header .topbar {
    right: 55px;
    margin-top: -13px;
  }

  .header .topbar .link:first-child:before {
    display: none;
  }

  .header.open {
    border-bottom: 0;
  }

  .header.open .topbar {
    display: none;
  }

  .header.open .navbar {
    position: fixed;
    opacity: 1;
    height: auto;
  }

  .header.open .navbar-collapse {
    height: auto;
  }

  .header.open .navbar-collapse li {
    opacity: 1;
    transform: translateX(0);
  }

  .header.open .navbar-collapse li:nth-child(1) {
    transition-duration: 0.4s;
  }

  .header.open .navbar-collapse li:nth-child(2) {
    transition-duration: 0.5s;
  }

  .header.open .navbar-collapse li:nth-child(3) {
    transition-duration: 0.6s;
  }

  .header.open .navbar-collapse li:nth-child(4) {
    transition-duration: 0.7s;
  }

  .header.open .navbar-collapse li:nth-child(5) {
    transition-duration: 0.8s;
  }

  .header.open .navbar-collapse li:nth-child(6) {
    transition-duration: 0.9s;
  }

  .header.open .navbar-collapse li:nth-child(7) {
    transition-duration: 1s;
  }

  .header.open .bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .navbar-search .search-btn {
    width: 22px;
    height: 22px;
  }

  .navbar-search .search-btn:hover,
  .navbar-search .search-btn:active {
    background: #2b378e;
    border: solid 1px #2b378e;
  }

  .navbar-search .search-btn svg {
    fill: #c9c9c9;
    margin: 5px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 640px) {
  .header .slogon {
    display: none;
  }

  .header .logo {
    width: 48%;
  }

  .header .logo img {
    width: 100%;
    height: auto;
  }

  .header.active .logo img {
    margin-top: 0;
  }
}

@media screen and (max-width: 375px) {
  .header .logo {
    height: auto;
  }

  .header.active .logo img {
    margin-top: 0;
  }
}

.footer {
  background: #000 url("../img/footer-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  z-index: 99;
  padding: 3% 0 0;
}

.footer .container {
  position: relative;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #ffffff;
}

.footer .bg {
  display: flex;
  justify-content: space-between;
}

.footer .item-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer .address {
  color: #ffffff;
  width: 296px;
}

.footer .address .share-nav {
  margin-top: 10px;
  font-size: 0;
  margin-bottom: 20px;
}

.footer .address .share-nav .icon-item {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  border: solid 1px;
  border-radius: 5px;
  margin-right: 10px;
}

.footer .address .share-nav .icon-item:last-child {
  margin-right: 0;
}

.footer .address .share-nav .icon {
  font-size: 24px;
  vertical-align: middle;
}

.footer .address .item {
  padding: 5px 0;
  line-height: 1.8;
}

.footer .address .item .box:first-child {
  width: 3em;
}

.footer .address .item .box:last-child {
  width: calc(100% - 3em);
}

.footer .address .list .icon {
  font-size: 24px;
  vertical-align: middle;
}

.footer .address .title {
  margin-bottom: 15px;
}

.footer .address .title .cn {
  font-size: 30px;
  font-weight: bold;
}

.footer .address .title .en {
  font-size: 16.3px;
  opacity: .7;
}

.footer .foot-logo {
  align-self: center;
}

.footer .foot-link {
  padding-top: 5px;
  width: 280px;
}

.footer .foot-link .item {
  width: 48.5%;
  display: inline-block;
  color: #ffffff;
  padding: 0 0 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}

.footer .foot-link .item:hover {
  color: #d4252c;
}

.footer .wechat {
  width: 220px;
  text-align: center;
  padding-top: 8%;
}

.footer .wechat .list {
  width: 49%;
  display: inline-block;
  text-align: center;
}

.footer .copyright {
  border-top: solid 1px #fff;
  color: #fff;
  padding: 15px 0;
  margin-top: 3%;
}

.footer .copyright .list img {
  display: inline-block;
  margin-right: 5px;
}

.footer .form {
  position: relative;
  z-index: 9;
  flex: 1;
  color: #ffffff;
}

.footer .form .form-half {
  width: 49%;
}

.footer .form .form-group {
  margin: 5px 0;
}

.footer .form .form-control {
  background: #225095;
  border: solid 1px transparent;
  width: 100%;
  padding: 8px 12px;
}

.footer .form .form-control::-webkit-input-placeholder {
  color: #fff;
}

.footer .form .form-control::-ms-input-placeholder {
  color: #fff;
}

.footer .form .form-control::placeholder {
  color: #fff;
}

.footer .form .tips {
  font-size: 16px;
  color: #ffffff;
  width: 70%;
  vertical-align: middle;
}

.footer .form .tips .item {
  display: inline-block;
  margin-right: 10px;
}

.footer .form .submit {
  text-align: right;
  vertical-align: middle;
}

.footer .form .textarea {
  height: 78px;
  width: calc(100% - 80px);
}

.footer .form .form-submit {
  display: inline-block;
  width: 70px;
  height: 78px;
  text-align: center;
  border: none;
  background: #225095;
  color: #ffffff;
}

.footer .form .title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.footer .form .title .en {
  display: block;
  font-size: 13.2px;
  font-weight: normal;
  text-transform: uppercase;
}

.footer .form .title:before {
  position: absolute;
  content: "";
  height: 3px;
  background: #2b378e;
  width: 1em;
  left: 0;
  bottom: 0;
}

.catalog {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
  width: 60px;
}

.catalog .title {
  background: #e5e5e5;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  padding: 15px 0;
  text-transform: uppercase;
  display: none;
}

.catalog .link {
  display: block;
  text-align: left;
  padding: 15px;
  position: relative;
  background: #ffffff;
  border-bottom: solid 1px #2b378e;
  display: none;
}

.catalog .link:after {
  position: absolute;
  content: "+";
  right: 15px;
  top: 50%;
  margin-top: -16px;
  font-size: 20px;
}

.catalog .link:hover,
.catalog .link:focus {
  background: #2b378e;
  color: #ffffff;
}

.catalog .link:hover:after,
.catalog .link:focus:after {
  color: #ffffff;
}

.catalog .arrow {
  background: #f7f7f7;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 20px;
}

.catalog .arrow:hover,
.catalog .arrow:focus {
  background: #2b378e;
  color: #ffffff;
}

.catalog.active {
  width: 220px;
}

.catalog.active .title,
.catalog.active .link {
  display: block;
}

.footer-index {
  padding: 3% 0;
  background: #212423;
  color: #ffffff;
}

.footer-index a {
  color: #ffffff;
}

.footer-index .hotline {
  vertical-align: top;
}

.footer-index .hotline .ico {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-right: solid 1px #ffffff;
  margin-right: 10px;
}

.footer-index .hotline .nums {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
}

.footer-index .address {
  width: 50%;
}

.footer-index .address .list {
  display: inline-block;
}

.footer-index .address .list .item {
  padding: 5px 0;
}

.footer-index .address .list:first-child {
  padding-right: 25px;
  margin-right: 25px;
  border-right: solid 1px;
}

.footer-index .qcode {
  width: 15%;
}

.footer-index .qcode .list {
  width: 46.5%;
}

.footer-index .qcode .list img {
  width: 100%;
}

.popover {
  position: absolute;
  right: 56px;
  bottom: -50px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  display: none;
  font-size: 12px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 56px;
  bottom: 288px;
  border-width: 11px;
}

.popover .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.popover .popover-content {
  min-width: 100px;
}

.popover .popover-content img {
  width: 100px;
}

.share {
  border-top: solid 6px #2b378e;
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .footer .hidden-xs {
    display: none;
  }

  .footer .bg {
    flex-direction: column;
  }

  .footer .foot-item {
    display: none;
  }

  .footer .hotline {
    text-align: left;
  }

  .footer .download,
  .footer .online,
  .footer .wechat {
    padding: 15px;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer .download .link,
  .footer .online .link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .footer .download .text,
  .footer .online .text {
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
  }

  .footer .download .ico {
    width: 48px;
  }

  .footer .online .ico {
    width: 48px;
  }

  .footer-index .logos {
    width: 100%;
    text-align: center;
  }

  .footer-index .hotline {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }

  .footer-index .hotline .ico {
    margin-top: 0;
  }

  .footer-index .hotline .nums {
    text-align: left;
  }

  .footer-index .hotline .link {
    display: none;
  }

  .footer-index .qcode {
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }

  .footer-index .qcode .list img {
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .footer .bg {
    padding-top: 8%;
  }

  .footer .foot-logo {
    text-align: center;
  }

  .footer .foot-logo img {
    width: 60%;
  }

  .footer .hotline {
    padding: 20px 0;
  }

  .footer .hotline .cn {
    font-size: 20px;
  }

  .footer .hotline .num {
    font-size: 28px;
  }

  .footer .wechat {
    margin: 0;
  }

  .footer .copyright {
    width: 100%;
  }

  .footer .copyright .box {
    width: 100%;
    text-align: center !important;
  }

  .footer-index .hotline {
    width: 100%;
    margin: 15px auto;
    display: block;
  }

  .footer-index .address {
    width: 100%;
  }

  .footer-index .address .list {
    width: 100%;
  }

  .footer-index .address .list:first-child {
    border-right: none;
  }

  .footer-index .qcode {
    width: 50%;
  }

  .footer-index .qcode .list {
    width: 46.5%;
  }

  .sidebar {
    display: none;
  }
}

.cate-bg {
  padding: 16% 0 6%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.cate-bg .text {
  width: 100%;
  text-align: right;
}

.cate-bg .en {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.cate-bg .cn {
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-top: 0;
  text-transform: uppercase;
}

.cate-bg .desc {
  font-size: 18px;
  position: relative;
  margin-top: 20px;
  padding: 25px 0;
  text-transform: uppercase;
}

.cate-bg .desc:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2em;
  height: 2px;
  content: " ";
  background: #fff;
}

.cate-title {
  font-size: 1.5em;
  padding: 15px 0;
  position: relative;
}

.cate-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 2em;
  height: 2px;
  bottom: 0;
  background: #d4252c;
}

.cate-back .box {
  vertical-align: middle;
}

.cate-desc {
  padding: 25px 0;
}

.cate-banner {
  margin-bottom: 25px;
}

.crumb {
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 20px;
}

.crumb .box {
  vertical-align: middle;
}

.crumb .bg {
  position: relative;
}

.crumb .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: #2b378e;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  z-index: 99;
}

.crumb .title .cn {
  margin: 0 auto;
  font-size: 18px;
  width: 2em;
}

.crumb .navigation:before {
  left: 0;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border: solid 2px #b7b7b7;
  border-radius: 999px;
}

.crumb .category {
  text-align: center;
  font-size: 0;
}

.crumb .category .item {
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  position: relative;
}

.crumb .category .item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  background: #e6e6e6;
}

.crumb .category .item:last-child:after {
  display: none;
}

.crumb .category .item:last-child .link:after {
  display: none;
}

.crumb .category .link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding: 8px 25px;
  border: 1px solid transparent;
}

.crumb .category .link .cn {
  font-size: 18px;
}

.crumb .category .link .en {
  font-size: .75em;
  text-transform: capitalize;
  opacity: .7;
}

.crumb .category .link:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  bottom: 0;
  background: #2b378e;
}

.crumb .category .link:active,
.crumb .category .link:hover,
.crumb .category .link:focus {
  color: #2b378e;
  border: 1px solid #2b378e;
}

.crumb .category .link:active:before,
.crumb .category .link:hover:before,
.crumb .category .link:focus:before {
  left: 0;
  width: 100%;
}

.crumb-title {
  padding: 3% 0 15px;
  line-height: 1;
  text-align: center;
}

.crumb-title .cn {
  font-size: 30px;
  position: relative;
  font-weight: bold;
  padding-bottom: 10px;
}

.crumb-title .cn:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -.5em;
  width: 1em;
  height: 2px;
  background: transparent;
}

.crumb-title .en {
  opacity: .7;
  text-transform: uppercase;
}

.crumb-title .desc {
  opacity: .7;
  padding-top: 10px;
}

.crumb-title.white .cn {
  color: #fff;
}

.crumb-title.white .en {
  color: #fff;
}

.crumb-title.white .em {
  color: #fff;
}

.crumb-desc {
  font-size: 16px;
  padding: 2%;
  margin-bottom: 2%;
  margin-top: 2%;
  background: #edf0f4;
}

.crumb-desc .text {
  width: 60%;
  vertical-align: middle;
}

.crumb-desc .em {
  font-weight: bold;
}

.crumb-desc .title {
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.crumb-desc .title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0;
  width: 2em;
  background: #2b378e;
}

.crumb-desc .desc {
  line-height: 1.8;
}

.crumb-desc .desc p {
  padding-bottom: .5em;
}

.crumb-desc .pic {
  vertical-align: middle;
  text-align: center;
  width: 38%;
}

.crumb-desc .list {
  width: 48.5%;
}

.crumb-desc .item {
  position: relative;
  padding-left: 10px;
}

.crumb-desc .item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #2b378e;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
}

.sidebar .item {
  margin-bottom: 10px;
  float: right;
  clear: both;
}

.sidebar .link {
  font-size: 0;
}

.sidebar .link .bg,
.sidebar .link .hover {
  width: 28px;
  height: 28px;
  margin: 6px;
}

.sidebar .link .hover {
  display: none;
}

.sidebar .link .ico {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 999px;
  display: inline-block;
  text-align: center;
}

@media \0screen {
  .sidebar .link .ico {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B3000000, endcolorstr=#B3000000);
  }
}

.sidebar .link .icon {
  font-size: 22px;
  color: #ffffff;
}

.sidebar .link .text {
  vertical-align: middle;
  display: none;
  padding: 0 0 0 15px;
  font-size: 18px;
  background: #2b378e;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}

.sidebar .link:hover {
  padding-right: 8px;
}

.sidebar .link:hover .bg {
  display: none;
}

.sidebar .link:hover .hover {
  display: block;
}

.sidebar .link:hover .ico {
  background: #2b378e;
  border: solid 1px #2b378e;
}

.sidebar .link:hover .icon {
  color: #ffffff;
}

.sidebar .link:hover .ico.has-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sidebar .link:hover .text {
  display: inline-block;
}

.popover {
  position: absolute;
  right: 56px;
  bottom: -50px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  display: none;
  font-size: 12px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 56px;
  bottom: 288px;
  border-width: 11px;
}

.popover .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.popover .popover-content {
  min-width: 100px;
}

.popover .popover-content img {
  width: 100px;
}

.aside .aside-title {
  position: relative;
}

.aside .aside-title .aside-btn {
  display: none;
  z-index: 9;
  right: 15px;
  width: 18px;
  top: 50%;
  margin-top: -6px;
  position: absolute;
}

.aside .aside-title .aside-btn .item {
  display: block;
  background: #ffffff;
  width: 100%;
  height: 2px;
  transition: top .3s, bottom .3s, transform .3s;
  margin-bottom: 3px;
}

.aside .aside-title .aside-btn .item:last-child {
  margin-bottom: 0;
}

.aside .aside-title .aside-btn.active {
  background: transparent;
}

.aside .aside-logo {
  padding: 15px;
  background: #2b378e;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5em;
}

.aside .list {
  border: 1px solid #ccc;
}

.aside .aside-list {
  text-transform: uppercase;
}

.aside .aside-list .has-sub,
.aside .aside-list .no-sub {
  position: relative;
}

.aside .aside-list .has-sub .link,
.aside .aside-list .no-sub .link {
  padding: 15px;
  display: block;
  position: relative;
}

.aside .aside-list .has-sub .link:hover,
.aside .aside-list .no-sub .link:hover {
  color: #2b378e;
}

.aside .aside-list .has-sub .link:hover .sub-btn,
.aside .aside-list .no-sub .link:hover .sub-btn {
  background: #2b378e;
}

.aside .aside-list .has-sub .sub-btn,
.aside .aside-list .no-sub .sub-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  background: #d2d2d2;
}

.aside .aside-list .has-sub .sub-btn:before,
.aside .aside-list .no-sub .sub-btn:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(-45deg);
  content: "";
  height: 7px;
  width: 7px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.aside .aside-list .has-sub.item,
.aside .aside-list .no-sub.item {
  margin: 0;
  border-bottom: solid 1px #ccc;
  display: block;
}

.aside .aside-list .has-sub.active .sub-list,
.aside .aside-list .no-sub.active .sub-list {
  display: block !important;
}

.aside .aside-list .has-sub.active .link,
.aside .aside-list .no-sub.active .link {
  display: block;
  background: #f6f6f6;
}

.aside .aside-list .has-sub.active .sub-btn,
.aside .aside-list .no-sub.active .sub-btn {
  background: #d4252c;
}

.aside .aside-list .has-sub.active .sub-btn:before,
.aside .aside-list .no-sub.active .sub-btn:before {
  transform: rotate(90deg);
}

.aside .aside-list .sub-list {
  display: none;
}

.aside .aside-list .sub-list .sub-link {
  display: block !important;
  padding: 15px 0 15px 25px;
  position: relative;
  border-bottom: solid 1px #ccc;
}

.aside .aside-list .sub-list .sub-link:after {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -2px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 999px;
  background: #999;
}

.aside .aside-list .sub-list .sub-link:hover {
  background: #f6f6f6;
}

.aside .aside-list:last-child {
  border-bottom: none;
}

.aside .address {
  background: #fff;
  margin-top: 20px;
  padding-bottom: 15px;
}

.aside .address dt {
  padding: 25px 15px 15px;
}

.aside .address dt .cn {
  font-size: 22px;
}

.aside .address dt .en {
  opacity: .7;
  text-transform: uppercase;
  font-size: .75em;
  position: relative;
  padding-bottom: 15px;
}

.aside .address dt .en:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 4em;
  height: 2px;
  margin-left: 0;
  content: " ";
  background: #2b378e;
}

.aside .address dd {
  margin: 0 15px;
  position: relative;
  line-height: 18px;
  padding: 5px 20px;
}

.aside .address dd .em {
  color: #2b378e;
  display: inline-block;
  padding-bottom: 10px;
}

.aside .address dd .ico {
  position: absolute;
  left: 0;
}

.category-inner {
  margin-top: 3%;
  text-align: center;
}

.category-inner .item {
  display: inline-block;
  width: 180px;
}

.category-inner .item.none {
  margin: 0;
}

.category-inner .link {
  display: block;
  text-align: center;
  border: solid 1px transparent;
  padding: 15px;
  font-size: 16px;
}

.category-inner .link:hover,
.category-inner .link:active,
.category-inner .link.active {
  border: solid 1px #d4252c;
  color: #d4252c;
}

.category-inner.center {
  text-align: center;
}

.category-inner.center .item {
  margin: 15px 8px;
}

@media screen and (max-width: 991px) {
  .crumb-desc .text {
    width: 100%;
  }

  .crumb-desc .pic {
    width: 100%;
  }

  .category-inner {
    display: flex;
    overflow: auto;
    width: 100vw;
    background: #f7f7f7;
    margin: 0 -15px;
  }

  .category-inner .item {
    margin-right: 0;
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    position: relative;
  }

  .category-inner .link {
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 20px 5px;
    z-index: 9;
    border: none;
  }

  .category-inner .link .cn {
    font-size: 16px;
  }

  .category-inner .link .en {
    display: none;
  }

  .category-inner .link:active,
  .category-inner .link:hover,
  .category-inner .link:focus {
    background: #2b378e;
    color: #ffffff;
  }

  .category-inner .link:active:after,
  .category-inner .link:hover:after,
  .category-inner .link:focus:after {
    left: 0;
    width: 100%;
  }

  .category-inner.center .item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cate-bg {
    padding: 15% 0 12%;
  }

  .cate-bg .en {
    font-size: 28px;
  }

  .cate-bg .cn {
    font-size: 20px;
  }

  .aside .list {
    margin: 0 -15px;
    border: none;
    box-shadow: none;
    background: #f7f7f7;
  }

  .aside .aside-logo {
    display: none;
  }

  .aside .aside-list {
    display: flex;
    overflow: auto;
    width: calc(100vw - 0);
  }

  .aside .aside-list .has-sub .sub-btn {
    display: none;
  }

  .aside .aside-list .has-sub.item {
    margin: 0;
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    border: none;
  }

  .aside .aside-list .has-sub .link {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .crumb {
    position: relative;
    overflow: visible;
    margin: 0 -15px;
    padding: 0;
  }

  .crumb .navigation {
    display: none;
  }

  .crumb .category {
    display: flex;
    overflow: auto;
    width: 100vw;
    background: #f7f7f7;
  }

  .crumb .category .item {
    margin-right: 0;
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    padding: 0;
  }

  .crumb .category .link {
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 15px;
    z-index: 9;
  }

  .crumb .category .link .cn {
    font-size: 16px;
  }

  .crumb .category .link .en {
    display: none;
  }

  .crumb .category .link:active,
  .crumb .category .link:hover,
  .crumb .category .link:focus {
    background: #2b378e;
    color: #ffffff;
  }

  .crumb .category .link:active:after,
  .crumb .category .link:hover:after,
  .crumb .category .link:focus:after {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .sidebar {
    display: none;
  }

  .cate-bg {
    padding: 30% 0 10%;
  }

  .cate-bg .en {
    font-size: 20px;
  }

  .cate-bg .cn {
    font-size: 20px;
  }

  .crumb-title {
    margin-top: 25px;
  }

  .crumb-title .cn {
    font-size: 20px;
  }

  .aside {
    width: 100%;
  }

  .aside .aside-logo {
    margin-top: 3%;
  }

  .aside .aside-logo img {
    width: 30%;
  }

  .aside .address {
    display: none;
  }
}

.crumb::-webkit-scrollbar,
.aside::-webkit-scrollbar {
  display: none;
}

.content .white-bg {
  overflow: hidden;
  background: #ffffff;
  padding: 20px 30px;
  position: relative;
  top: -48px;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.content.gray {
  background: #f2f2f3;
  padding-bottom: 3%;
}

.content-desc {
  font-size: 16px;
  margin: 3% 0;
}

.content-title {
  font-size: 20px;
  display: block;
  margin-top: 5%;
  color: #333;
}

.content-title.center {
  text-align: center;
}

.content-time {
  display: block;
  margin: 15px 0;
  text-align: center;
  color: #999;
}

.content-body {
  padding: 2% 0;
  font-size: 16px;
  line-height: 1.8;
}

.content-body p {
  padding-bottom: 1em;
}

.content-body table {
  width: 100%;
}

.context {
  width: 65%;
  margin: 15px auto;
}

.context .box {
  width: 31%;
  vertical-align: middle;
  cursor: pointer;
}

.context .link {
  padding: 10px 0;
  border: solid 1px #c0bfbe;
  display: block;
  text-align: center;
}

.context .link:hover,
.context .link:active {
  background: #d4252c;
  color: #ffffff;
  border: solid 1px #d4252c;
}

.content-nav {
  font-size: 16px;
}

.content-nav .title {
  font-size: 28px;
  font-weight: bold;
  border-bottom: solid 1px #bfbfbf;
  padding-bottom: 15px;
}

.infor {
  margin: 8% 0;
}

.infor .item {
  padding: 5px 0;
  width: 100%;
}

.infor .item .title {
  display: inline-block;
}

.infor .item .desc {
  display: inline-block;
}

.infor .item.none {
  padding: 0;
  border-bottom: none;
}

.content-related {
  margin: 15px 0;
  padding-top: 15px;
  border-top: solid 1px #e3e3e3;
}

.content-related .list {
  width: 68.25%;
  vertical-align: middle;
}

.content-related .back {
  vertical-align: middle;
}

.content-related .back a {
  display: inline-block;
  padding: 8px 16px;
  border: solid 1px #e3e3e3;
}

.content-related .back a:hover {
  color: #ffffff;
  background: #2b378e;
}

.detail-btn {
  margin-top: 5%;
  padding: 10px 0;
  display: block;
  background: #2b378e;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
}

.detail-btn:hover {
  color: #ffffff;
}

.detail-nav {
  font-size: 16px;
  margin-bottom: 30px;
  border-bottom: solid 1px #efefef;
  margin: 3% 0;
}

.detail-nav .cn {
  display: inline-block;
  position: relative;
  bottom: -2px;
  border: solid 1px #efefef;
  border-top: solid 3px #2b378e;
  border-bottom: none;
  background: #ffffff;
  padding: 10px 36px;
}

.related-title {
  color: #2b378e;
  font-size: 16px;
}

.detail .pic {
  position: relative;
  width: 40%;
}

.detail .pic .rect-pic {
  border: solid 1px #e3e3e3;
  padding-bottom: 100%;
}

.detail .pic img {
  width: 100%;
}

.detail .pic-title {
  position: relative;
}

.detail .pic-title .title {
  width: 100%;
  text-align: center;
  color: #2b378e;
}

.detail .pic-title .share {
  position: absolute;
  right: 0;
  top: 0;
}

.detail .text {
  width: 55%;
  padding: 0;
}

.detail .title {
  font-size: 28px;
  border-bottom: solid 1px #c9c9c9;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.detail .sub-title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.detail .desc {
  line-height: 1.8;
  padding: 0;
}

.detail .desc strong {
  display: block;
  font-size: 18px;
  padding-bottom: 15px;
}

.detail .share {
  padding: 15px 0;
  position: relative;
}

.detail .share .share-btn {
  display: inline-block;
  vertical-align: top;
}

.detail .share .share-list {
  opacity: 0;
  display: none;
  position: absolute;
  right: -120px;
  top: 15px;
  width: 120px;
  vertical-align: top;
  padding: 15px;
  border-radius: 10px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
}

@media \0screen {
  .detail .share .share-list {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
  }
}

.detail .share .share-list .link {
  display: block;
  padding: 3px 0;
  color: #ffffff;
  line-height: 25px;
}

.detail .share .share-list .link img {
  display: inline-block;
  margin-right: 3px;
}

.detail .share .share-list.active {
  opacity: 1;
  display: block;
}

.detail .thumb-list {
  position: relative;
}

.detail .swiper-thumb .swiper-button-prev,
.detail .swiper-thumb .swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: 15px 15px;
  margin-top: -15px;
}

.detail .swiper-thumb .swiper-button-prev:hover,
.detail .swiper-thumb .swiper-button-prev:active,
.detail .swiper-thumb .swiper-button-prev:focus,
.detail .swiper-thumb .swiper-button-next:hover,
.detail .swiper-thumb .swiper-button-next:active,
.detail .swiper-thumb .swiper-button-next:focus {
  background-color: rgba(255, 255, 255, 0.7);
}

.detail .swiper-thumb .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjNTg1ODU4Jy8+PC9zdmc+");
}

.detail .swiper-thumb .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyM1ODU4NTgnLz48L3N2Zz4=");
}

.detail-related {
  position: relative;
  margin-bottom: 5%;
}

.detail-related .link {
  position: relative;
  display: block;
  background: #ffffff;
}

.detail-related .link .rect-pic {
  padding-bottom: 100%;
  background: #fff;
  border: solid 1px #e3e3e3;
}

.detail-related .link .rect-pic img {
  width: 100%;
}

.detail-related .link .pic-bg {
  width: 100%;
  position: absolute;
  z-index: 999;
  height: 100%;
  color: #ffffff;
  left: 0;
  top: 0;
  padding: 8%;
  opacity: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
}

@media \0screen {
  .detail-related .link .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D9000000, endcolorstr=#D9000000);
  }
}

.detail-related .link .pic-bg .text {
  text-align: center;
}

.detail-related .link .pic-bg .em {
  padding: 25% 0;
}

.detail-related .link .pic-bg .cn {
  font-size: 1.36em;
}

.detail-related .link:hover,
.detail-related .link:active {
  color: #ffffff;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.detail-related .link:hover .pic-bg,
.detail-related .link:active .pic-bg {
  display: block;
  opacity: 1;
}

.detail-related .link:hover img,
.detail-related .link:active img {
  transform: scale(1.1);
}

.detail-related .swiper-related .swiper-button-prev,
.detail-related .swiper-related .swiper-button-next {
  background-size: 20px 20px;
}

.detail-related .swiper-related .swiper-button-prev:hover,
.detail-related .swiper-related .swiper-button-prev:active,
.detail-related .swiper-related .swiper-button-prev:focus,
.detail-related .swiper-related .swiper-button-next:hover,
.detail-related .swiper-related .swiper-button-next:active,
.detail-related .swiper-related .swiper-button-next:focus {
  background-color: rgba(255, 255, 255, 0.7);
}

.detail-related .swiper-related .swiper-button-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjNTg1ODU4Jy8+PC9zdmc+");
}

.detail-related .swiper-related .swiper-button-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyM1ODU4NTgnLz48L3N2Zz4=");
}

.detail-video .item {
  width: 31.5%;
}

.detail-video .rect-box {
  padding-bottom: 56.25%;
}

.detail-video .video-js {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.detail-video .video-js .vjs-big-play-button {
  height: 1.6em;
  width: 1.6em;
  margin-left: -0.8em;
  border-radius: 999px;
}

.preview {
  margin-bottom: 10px;
}

.thumb {
  margin-top: 20px;
  cursor: pointer;
}

.thumb .swiper-slide-thumb-active .rect-pic {
  border: solid 1px #2b378e;
}

.tab-list {
  overflow: visible;
}

.tab-list .swiper-slide {
  text-align: center;
  background: #eeefef;
  border-bottom: solid 2px #2b378e;
  font-size: 18px;
  padding: 15px 0;
  display: block;
  color: #2b378e;
  overflow: visible;
}

.tab-list .ico {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.tab-list .swiper-slide-thumb-active {
  background: #2b378e;
  border-bottom: solid 2px #2b378e;
  color: #ffffff;
  position: relative;
  drop-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.tab-list .swiper-slide-thumb-active .ico {
  filter: brightness(100);
}

.tab-list .swiper-slide-thumb-active:after {
  position: absolute;
  content: "";
  border: solid 15px transparent;
  border-top: solid 15px #2b378e;
  left: 50%;
  margin-left: -15px;
  bottom: -25px;
  z-index: -1;
}

.tab-content .swiper-slide {
  padding: 3% 0;
}

.tab-content .bg {
  background: #eeeeed;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .content .white-bg {
    padding: 0 15px;
  }

  .thumbs {
    display: none;
  }

  .detail .thumb-list {
    display: none;
  }

  .swiper-detail {
    width: 100%;
    position: relative;
    top: -35px;
  }

  .swiper-detail .swiper-button-prev,
  .swiper-detail .swiper-button-next {
    display: none;
  }

  .swiper-detail .swiper-pagination {
    display: block;
    width: 100%;
  }

  .swiper-detail .swiper-pagination-bullets {
    display: block;
  }

  .swiper-detail .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .swiper-detail .swiper-pagination-bullet-active {
    background: #2b378e;
  }

  .context {
    overflow: hidden;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .content .white-bg {
    box-shadow: none;
    top: 0;
  }

  .detail-video .item {
    width: 100%;
    margin-bottom: 15px;
  }

  .detail-video .video-js {
    width: 100%;
    padding-bottom: 75%;
  }

  .detail .title {
    font-size: 20px;
  }

  .detail .pic {
    width: 100%;
  }

  .detail .text {
    width: 100%;
  }

  .detail .share {
    display: none;
  }

  .content-related .list,
  .content-related .back {
    width: 100%;
  }

  .content-related .back {
    margin-top: 15px;
    text-align: center;
  }

  .content-related .back a {
    display: block;
  }

  .tab-list .swiper-slide {
    font-size: 14px;
  }
}

.page-list {
  display: block;
  padding: 0 0 30px;
  text-align: center;
}

.page-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}

.page-list ul {
  display: inline-block;
  vertical-align: bottom;
  border-radius: 4px;
}

.page-list ul li {
  display: inline-block;
  float: left;
  margin-right: 2px;
  line-height: 2;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 999px;
  background: #f7f7f7;
}

.page-list ul li a {
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  color: #3e3a39;
}

.page-list ul li.active {
  color: #ffffff;
  background: #2b378e;
}

.page-list ul li.active a {
  color: #ffffff;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.active {
  display: block;
}

.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#af000000, endcolorstr=#af000000);
  background: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-body .video-js {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 56.25vw;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.home-title {
  padding: 15px 0;
  color: #2b378e;
  margin-bottom: 2%;
}

.home-title .cn {
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}

.home-title .cn:before,
.home-title .cn:after {
  position: absolute;
  content: "";
  bottom: 0;
}

.home-title .cn:before {
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #d4252c;
}

.home-title .cn:after {
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 3px;
  display: none;
  background: #d4252c;
}

.home-title .en {
  text-transform: uppercase;
  font-size: 28px;
  position: relative;
}

.home-title .em {
  color: #d4252c;
}

.home-title .desc {
  opacity: .5;
}

.home-title.inner .cn {
  color: #595757;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-title.inner .cn:before,
.home-title.inner .cn:after {
  left: auto;
  top: 50%;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  background: #d4252c;
  border-radius: 999px;
}

.home-title.inner .cn:before {
  left: 0;
  margin-left: -2em;
}

.home-title.inner .cn:after {
  right: 0;
  margin-left: auto;
  margin-right: -2em;
}

.home-title.white {
  color: #ffffff;
}

.home-title.white .en {
  color: #ffffff;
}

.home-title.white .cn {
  color: #ffffff;
}

.home-desc {
  color: #ffffff;
  text-align: center;
  padding-top: 3%;
}

.home-desc img {
  width: 100%;
}

.home-desc .cn {
  font-size: 18px;
}

.home-form {
  padding: 3% 0 5%;
}

.home-form .container {
  border-top: solid 1px #d1d1d1;
  padding-top: 3%;
}

.home-form .doc {
  width: 32%;
}

.home-form .doc .en {
  font-size: 48px;
  color: #2b378e;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 0;
}

.home-form .doc .link {
  display: block;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-top: 15px;
}

.home-form .doc .pic {
  width: 65%;
}

.home-form .doc .text {
  vertical-align: bottom;
  text-align: center;
  width: 30%;
}

.home-form .doc .text .em {
  background: #2b378e;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 10px;
}

.home-form .form {
  width: 50%;
}

.home-form .form .en {
  color: #2b378e;
  font-size: 38px;
  text-transform: uppercase;
}

.home-form .form .cn {
  font-size: 20px;
  line-height: 1;
}

.home-form .form .desc {
  vertical-align: bottom;
}

.home-form .form .bg {
  background: #f1f1f1;
  padding: 20px;
}

.home-form .form .form-group {
  margin: 5px 0;
}

.home-form .form .form-group:first-child {
  margin: 0 0 5px;
}

.home-form .form .form-control {
  background: #fafafa;
  border: 0;
  width: 100%;
  padding: 12px 12px;
}

.home-form .form .tips {
  width: 60%;
  vertical-align: middle;
  opacity: .75;
}

.home-form .form .submit {
  text-align: right;
  vertical-align: middle;
}

.home-form .form .form-submit {
  display: inline-block;
  padding: 8px 36px;
  text-align: center;
  border: 0;
  background: #2b378e;
  color: #ffffff;
}

.home-more {
  margin: 3% 0;
  text-align: center;
}

.home-more .link {
  display: inline-block;
  color: #ffffff;
  background: #2b378e;
  padding: 10px 64px;
  font-size: 15px;
  font-family: Arial;
  border: 1px solid transparent;
}

.home-more .link img {
  display: inline-block;
  margin-left: 5px;
}

.home-more .link:hover {
  background: #ffffff;
  color: #2b378e;
  border: 1px solid #2b378e;
}

.home-more.white .link {
  color: #d4252c;
  background: #ffffff;
}

.home-more.white .link:hover {
  background: #d4252c;
  color: #ffffff;
}

.home-cate {
  flex: 0 1 15%;
  background: #2b378e;
  background: #2b378e url("../img/logo-dot.png") 25px 25px no-repeat;
  color: #ffffff;
  text-align: center;
}

.home-cate .title {
  padding-top: 60%;
}

.home-cate .cn {
  padding-left: 10px;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 20px;
  vertical-align: top;
}

.home-cate .en {
  font-weight: 400;
  vertical-align: top;
  font-size: 30px;
  width: 1em;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .home-cate {
    background-position: 15px 15px;
    padding: 15px 0;
    flex: 0 1 100%;
  }

  .home-cate .title {
    text-align: center;
    padding-top: 0;
  }

  .home-cate .cn {
    width: auto;
    display: block;
    padding-left: 0;
  }

  .home-cate .en {
    font-size: 1em;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }

  .home-title .cn {
    font-size: 2em;
  }

  .home-title .desc {
    font-size: 1em;
  }

  .home-form {
    padding: 3% 0 5%;
  }

  .home-form .container {
    border-top: solid 1px #d1d1d1;
    padding-top: 3%;
  }

  .home-form .doc {
    width: 100%;
  }

  .home-form .doc .en {
    font-size: 1.5em;
  }

  .home-form .form {
    width: 100%;
  }

  .home-form .form .en {
    padding-top: 15px;
    font-size: 1.2em;
  }

  .home-form .form .cn {
    width: 5em;
    font-size: 1em;
  }

  .home-form .form .desc {
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .home-more .link {
    padding: 10px 30px;
  }

  .home-title .en {
    font-size: 18px;
  }

  .home-title .cn {
    font-size: 18px;
  }

  .home-title .desc {
    width: 100%;
  }
}

.banner {
  width: 100%;
}

.banner .swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .bg {
  position: relative;
}

.banner .bg .pc,
.banner .bg .mobile {
  display: block;
}

.banner .bg .mobile {
  display: none;
}

.banner .swiper-slide-active .bg {
  animation: scaleUpDown 4s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 991px) {
  .banner .swiper-pagination-bullet {
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .banner .swiper-pagination-bullet-active {
    background: #2b378e;
  }

  .banner .bg .pc {
    display: none;
  }

  .banner .bg .mobile {
    display: block;
  }

  .banner .text {
    text-align: center;
    font-size: 14px;
  }
}

@-webkit-keyframes scaleUpDown {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

.home-swiper {
  padding: 3% 0 0;
}

.about-bg {
  padding: 2% 0;
  background: #edf0f5;
}

.home-about {
  position: relative;
}

.home-about .bg {
  padding: 2% 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.home-about .text {
  flex: 0 1 51%;
  background-size: cover;
}

.home-about .text .home-title {
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}

.home-about .text .home-title:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #ffffff;
  left: -30px;
  bottom: 10px;
  width: 10em;
}

.home-about .text .title {
  vertical-align: middle;
  margin-bottom: 2%;
}

.home-about .text .title .en {
  font-size: 24px;
  line-height: 1;
  display: block;
}

.home-about .text .title .cn {
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.home-about .text .desc {
  vertical-align: middle;
  line-height: 1.75;
  width: 100%;
}

.home-about .text .desc p {
  padding-bottom: .45em;
}

.home-about .text .more {
  vertical-align: middle;
}

.home-about .text .more .link {
  display: inline-block;
  color: #2b378e;
  border: solid 1px;
  padding: 6px 12px;
}

.home-about .text .more .link:hover,
.home-about .text .more .link:focus {
  color: #ffffff;
  background: #2b378e;
}

.home-about .pic {
  position: relative;
  flex: 0 1 47%;
  cursor: pointer;
}

.home-about .pic .focus {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 78%;
  overflow: hidden;
}

.home-about .pic .focus:hover img {
  transform: scale(1.1);
}

.home-about .about-link .item {
  color: #ffffff;
  position: relative;
  width: 48.5%;
}

.home-about .about-link .item:before {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
  background: #d4252c;
  background-color: rgba(212, 37, 44, 0.75);
}

@media \0screen {
  .home-about .about-link .item:before {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BFD4252C, endcolorstr=#BFD4252C);
  }
}

.home-about .about-link .item:after {
  z-index: 2;
  position: absolute;
  right: 5%;
  top: 50%;
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(45deg);
}

.home-about .about-link .item:first-child:before {
  background: #2b378e;
  background-color: rgba(43, 55, 142, 0.75);
}

@media \0screen {
  .home-about .about-link .item:first-child:before {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF2B378E, endcolorstr=#BF2B378E);
  }
}

.home-about .about-link .item:hover:after,
.home-about .about-link .item:focus:after,
.home-about .about-link .item:active:after {
  margin-top: 3px;
}

.home-about .about-link .item:hover .ico,
.home-about .about-link .item:focus .ico,
.home-about .about-link .item:active .ico {
  transform: scale(1.1);
}

.home-about .about-link .pic {
  overflow: hidden;
}

.home-about .about-link .text {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5%;
  margin: auto;
}

.home-about .about-link .en {
  font-size: 24px;
}

.home-about .about-link .cn {
  font-size: 20px;
}

.home-about .about-link .ico {
  width: 100%;
}

.home-video img {
  width: 100%;
}

.home-video .video-js {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 67%;
}

.about-video {
  width: 75%;
  margin: 0 auto;
}

.about-video .video-js {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.swiper-about {
  display: none;
  position: relative;
}

.swiper-about .swiper-pagination {
  display: block;
  width: 100%;
}

.swiper-about .swiper-pagination-bullets {
  display: block;
}

.swiper-about .swiper-pagination-bullet {
  background: #999;
  margin: 0 3px;
  display: inline-block;
  width: 5px;
  height: 5px;
}

.swiper-about .swiper-pagination-bullet-active {
  width: 15px;
  background: #2b378e;
}

.about-item {
  display: block;
  position: relative;
  width: 100%;
}

.about-item .rect-box {
  padding-bottom: 43.75%;
}

.about-item .box {
  vertical-align: middle;
}

.about-item .ico {
  width: 120px;
}

.about-item .list {
  width: 70%;
}

.about-item .icon {
  font-size: 120px;
}

.about-item .summary {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  top: 50%;
  padding: 0 0 0 15%;
}

.about-item .title {
  font-size: 32px;
}

.about-item .desc {
  width: 70%;
  padding: 5% 0;
}

.about-item .white {
  color: #ffffff;
}

.about-item .blue {
  color: #2b378e;
}

.about-item .link {
  display: inline-block;
  border: solid 1px;
  position: relative;
  overflow: hidden;
}

.about-item .link .em {
  font-style: normal;
  position: relative;
  z-index: 2;
  padding: 10px 36px;
  display: block;
}

.about-item .link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 140%;
  background: #000;
  opacity: 0;
  transform: translateX(100%) skew(0deg);
  z-index: -1;
}

.about-item:hover .ico,
.about-item:focus .ico,
.about-item:active .ico {
  transform: rotateY(180deg);
}

.about-item:hover .cover,
.about-item:focus .cover,
.about-item:active .cover {
  transform: scale(1.1);
}

.about-item:hover .link,
.about-item:focus .link,
.about-item:active .link {
  color: #ffffff;
  border-color: #d4252c;
}

.about-item:hover .link .em,
.about-item:focus .link .em,
.about-item:active .link .em {
  background: #d4252c;
}

.about-item:hover .link:before,
.about-item:focus .link:before,
.about-item:active .link:before {
  opacity: 1;
  transform: translateX(10%) skew(-20deg);
}

.about-list {
  padding: 15px 0;
  width: 100%;
  position: relative;
  z-index: 2;
}

.about-list .link {
  display: block;
  text-align: center;
  color: #333;
  position: relative;
  padding: 20px 10px 20px;
}

.about-list .link:hover,
.about-list .link:focus,
.about-list .link:active {
  background: #2b378e;
}

.about-list .swiper-slide .link {
  background: transparent;
  border-bottom: solid 1px #e5e5e5;
}

.about-list .swiper-slide-thumb-active .link {
  background: #2b378e;
  color: #ffffff;
}

.about-list .swiper-slide-thumb-active .link:before {
  border-top: solid 8px #3e3a39;
}

.about-list .swiper-slide-thumb-active .link:after {
  left: 0;
  width: 100%;
}

.about-list .list-icon {
  width: 100%;
}

.about-list .list-text {
  width: 100%;
}

.about-list .cn {
  font-size: 18px;
}

.about-list .en {
  text-transform: uppercase;
  opacity: .7;
  padding-bottom: 5px;
}

.about-list .desc {
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  font-size: 13px;
  opacity: .5;
}

.home-culture {
  background: #fff url("../img/culture.jpg") 0 0 no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.home-culture .text {
  line-height: 1.8;
  font-size: 16px;
  padding: 8%;
}

.partner {
  padding: 3% 0;
  background: #edf1f5;
}

.partner .list {
  position: relative;
}

.partner .swiper-slide-active .title {
  display: block;
}

.partner .rect-link {
  border: 1px solid #bfbfbf;
  padding-bottom: 34%;
  background: #ffffff;
}

.partner .rect-link img {
  padding: 5px;
  width: 100%;
}

.partner .rect-link:hover .title,
.partner .rect-link:active .title,
.partner .rect-link:focus .title {
  display: block;
}

.partner .title {
  position: absolute;
  display: block;
  overflow: hidden;
  padding: 15px 0;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #fff;
  background: #2b378e;
  background-color: rgba(43, 55, 142, 0.75);
}

@media \0screen {
  .partner .title {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF2B378E, endcolorstr=#BF2B378E);
  }
}

.partner .title .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}

.partner .title .text {
  display: table-cell;
  vertical-align: middle;
}

.partner .swiper-partner {
  width: 100%;
}

.partner .swiper-partner .swiper-pagination {
  display: none;
}

.partner .swiper-partner .swiper-button-prev,
.partner .swiper-partner .swiper-button-next {
  background-size: 15px 15px;
}

.partner .swiper-partner .swiper-button-prev {
  left: -5px;
}

.partner .swiper-partner .swiper-button-next {
  right: -5px;
}

.partner .swiper-partner .swiper-pagination-bullets {
  width: 100%;
  bottom: 0;
}

.partner .swiper-partner .swiper-pagination-bullet {
  margin: 0 3px;
  width: 6px;
  height: 6px;
  background: #2b378e;
}

.partner .swiper-partner .swiper-pagination-bullet-active {
  background-color: #d4252c;
}

@media \0screen {
  .partner .swiper-partner .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFD4252C, endcolorstr=#FFD4252C);
  }
}

.partner-list {
  margin: 3% auto 0;
}

.partner-list .item {
  width: 24.6%;
  background: #ffffff;
  margin-bottom: 0.5%;
}

.partner-list .item .link .rect-pic {
  padding-bottom: 56%;
}

.partner-list .item .link img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.partner-list .item .link:hover img {
  transform: scale(1.1);
}

.partner-list .item.none {
  margin-bottom: 0;
}

.about {
  padding: 5% 0;
}

.about .desc {
  line-height: 1.8;
  padding: 6% 0;
}

.about .title .cn {
  font-size: 24px;
}

.about .title .en {
  opacity: .7;
}

.about .text {
  width: 50%;
}

.about .text p {
  padding-bottom: 1em;
}

.about .more .link {
  color: #ffffff;
  background: #2b378e;
  padding: 10px 36px;
}

.about .more .link:hover,
.about .more .link:active,
.about .more .link:focus {
  background: #d4252c;
}

.about .pic {
  position: relative;
  width: 49%;
  overflow: hidden;
}

.about .pic img {
  width: 100%;
}

.about .pic:hover img {
  transform: scale(1.1);
}

.about .pic .swiper-pagination-bullets {
  width: 100%;
  bottom: -20px;
}

.about .pic .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: transparent;
  border: solid 2px #2b378e;
}

.about .pic .swiper-pagination-bullet-active {
  background-color: #2b378e;
}

@media \0screen {
  .about .pic .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF2B378E, endcolorstr=#FF2B378E);
  }
}

.about-inner {
  padding: 5% 0;
}

.about-inner .item {
  position: relative;
}

.about-inner .item:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #1b1b1b url("../img/company-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  z-index: 0;
}

.about-inner .text {
  width: 50%;
  vertical-align: middle;
  color: #ffffff;
}

.about-inner .text .desc {
  padding: 5%;
  position: relative;
  z-index: 2;
}

.about-inner .text .sign {
  text-align: right;
}

.about-inner .text .sign .name {
  display: inline-block;
  margin-left: 10px;
}

.about-inner .text .sign img {
  display: inline-block;
}

.about-inner .text .title .en {
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.about-inner .text .title .en:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4em;
  height: 1px;
  bottom: 0;
  background: #ffffff;
}

.about-inner .text .title .cn {
  font-size: 30px;
  position: relative;
  font-weight: bold;
  display: block;
}

.about-inner .text .summary {
  line-height: 1.8;
  padding: 5% 0;
}

.about-inner .pic {
  vertical-align: middle;
  position: relative;
  width: 50%;
}

.about-inner .pic img {
  width: 100%;
}

.about-inner .pic .swiper-pagination-bullets {
  width: 100%;
  text-align: center;
  bottom: 15px;
}

.about-inner .pic .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: #2b378e;
}

.about-inner .pic .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 20px;
}

.culture {
  padding: 3% 0;
}

.culture .bg {
  position: relative;
}

.culture .bg:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 52%;
  height: 100%;
  background: #2b378e;
  background: #2b378e url("../img/culture-1.jpg") 0 0 no-repeat;
  background-size: cover;
  z-index: 0;
}

.culture .text {
  width: 52%;
  position: relative;
  z-index: 9;
  color: #ffffff;
}

.culture .text .title {
  font-weight: bold;
  font-size: 2em;
}

.culture .text .desc {
  padding: 8%;
  line-height: 1.8;
}

.culture .text .more {
  border: solid 1px #ffffff;
  padding: 10px 36px;
  display: inline-block;
  color: #ffffff;
}

.culture .text .more:hover,
.culture .text .more:active {
  background: #d4252c;
  border: solid 1px #d4252c;
}

.culture .pic {
  position: relative;
  width: 47%;
}

.culture .culture-list .item {
  width: 100%;
  margin-bottom: 1%;
}

.culture .culture-list .item.bottom {
  margin-bottom: 0;
  width: 49.5%;
}

.culture .culture-list .item.bottom .rect-pic {
  padding-bottom: 71%;
}

.culture .culture-list .item:hover .rect-pic img {
  transform: scale(1.1);
}

.culture .culture-list .rect-pic {
  padding-bottom: 31%;
}

.culture .culture-list .rect-pic img {
  width: 100%;
}

.testing {
  padding: 5% 0;
}

.testing .bg {
  position: relative;
}

.testing .bg:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 26%;
  height: 100%;
  background: #2b378e;
  background-size: cover;
  z-index: 0;
}

.testing .text {
  width: 26%;
  position: relative;
  z-index: 9;
  color: #ffffff;
  padding: 2%;
}

.testing .text .cn {
  padding-top: 25%;
  font-size: 24px;
}

.testing .text .desc {
  padding: 10% 0;
  line-height: 1.8;
}

.testing .text .more {
  border: solid 1px #ffffff;
  padding: 10px 36px;
  display: inline-block;
  color: #ffffff;
}

.testing .text .more:hover,
.testing .text .more:active {
  background: #d4252c;
  border: solid 1px #d4252c;
}

.testing .pic {
  position: relative;
  width: 73%;
}

.testing .test-list .item {
  width: 49%;
  margin-bottom: 1%;
}

.testing .test-list .item:hover .rect-pic img {
  transform: scale(1.1);
}

.testing .test-list .item:nth-child(3n),
.testing .test-list .item:nth-child(4n) {
  margin-bottom: 0;
}

.testing .test-list .rect-pic {
  padding-bottom: 56%;
}

.testing .test-list .rect-pic img {
  width: 100%;
}

.equipment {
  padding: 0;
}

.equipment .list {
  position: relative;
}

.equipment .rect-link {
  position: relative;
  padding-bottom: 130%;
}

.equipment .rect-link img {
  width: 100%;
}

.equipment .title {
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: #2b378e;
  background-color: rgba(43, 55, 142, 0.65);
}

@media \0screen {
  .equipment .title {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#A62B378E, endcolorstr=#A62B378E);
  }
}

.equipment .swiper-slide {
  transform: scale(0.95);
}

.equipment .swiper-slide-active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

.equipment .swiper-equipment {
  width: 100%;
}

.equipment .swiper-equipment .swiper-pagination {
  display: none;
}

.equipment .swiper-equipment .swiper-button-prev,
.equipment .swiper-equipment .swiper-button-next {
  width: 36px;
  height: 72px;
  background-size: 20px 20px;
  background-color: rgba(255, 174, 0, 0.6);
}

.equipment .swiper-equipment .swiper-button-prev:hover,
.equipment .swiper-equipment .swiper-button-prev:active,
.equipment .swiper-equipment .swiper-button-prev:focus,
.equipment .swiper-equipment .swiper-button-next:hover,
.equipment .swiper-equipment .swiper-button-next:active,
.equipment .swiper-equipment .swiper-button-next:focus {
  background-color: #d4252c;
}

.equipment .swiper-equipment .swiper-button-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.equipment .swiper-equipment .swiper-button-next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

.equipment .swiper-equipment .swiper-pagination-bullets {
  width: 100%;
  bottom: 20px;
}

.equipment .swiper-equipment .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: transparent;
  border: solid 2px #2b378e;
}

.equipment .swiper-equipment .swiper-pagination-bullet-active {
  background-color: #2b378e;
}

@media \0screen {
  .equipment .swiper-equipment .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF2B378E, endcolorstr=#FF2B378E);
  }
}

.equipment.inner {
  padding: 3% 0;
  background: url("../img/equipment-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}

.equipment.inner .swiper-slide {
  transform: scale(0.8);
}

.equipment.inner .swiper-slide-active {
  transform: scale(0.85);
}

.equipment.inner .swiper-equipment .swiper-button-prev,
.equipment.inner .swiper-equipment .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 999px;
}

.home-certificate {
  padding: 2% 0;
}

.home-certificate .list {
  position: relative;
}

.home-certificate .swiper-slide {
  transform: scale(0.85);
}

.home-certificate .swiper-slide-active {
  transform: scale(1);
}

.home-certificate .rect-link {
  padding-bottom: 130%;
}

.home-certificate .rect-link img {
  width: 100%;
}

.home-certificate .rect-link:hover .title,
.home-certificate .rect-link:active .title,
.home-certificate .rect-link:focus .title {
  width: 100%;
  height: 100%;
}

.home-certificate .title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #2b378e;
  background-color: rgba(43, 55, 142, 0.75);
}

@media \0screen {
  .home-certificate .title {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF2B378E, endcolorstr=#BF2B378E);
  }
}

.home-certificate .title .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}

.home-certificate .title .text {
  display: table-cell;
  vertical-align: middle;
}

.home-certificate .swiper-honor .swiper-pagination {
  display: none;
}

.home-certificate .swiper-honor .swiper-button-prev,
.home-certificate .swiper-honor .swiper-button-next {
  width: 36px;
  height: 72px;
  background-size: 20px 20px;
  background-color: rgba(1, 29, 70, 0.6);
}

.home-certificate .swiper-honor .swiper-button-prev:hover,
.home-certificate .swiper-honor .swiper-button-prev:active,
.home-certificate .swiper-honor .swiper-button-prev:focus,
.home-certificate .swiper-honor .swiper-button-next:hover,
.home-certificate .swiper-honor .swiper-button-next:active,
.home-certificate .swiper-honor .swiper-button-next:focus {
  background-color: #d4252c;
}

.home-certificate .swiper-honor .swiper-button-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.home-certificate .swiper-honor .swiper-button-next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

.home-certificate.inner {
  padding: 5% 0 7%;
  background: #efefef;
}

.home-certificate.inner .swiper-slide {
  transform: scale(1);
}

.home-certificate.inner .swiper-slide .cn {
  height: 0;
  display: none;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
  background-color: rgba(43, 55, 142, 0.75);
}

@media \0screen {
  .home-certificate.inner .swiper-slide .cn {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF2B378E, endcolorstr=#BF2B378E);
  }
}

.home-certificate.inner .swiper-slide-active .cn {
  height: auto;
  display: block;
  opacity: 1;
}

.home-certificate.inner .swiper-honor {
  margin: 36px 0 0;
  position: relative;
}

.home-certificate.inner .swiper-honor .swiper-button-prev,
.home-certificate.inner .swiper-honor .swiper-button-next {
  height: 48px;
  width: 48px;
  border-radius: 999px;
  left: 50%;
  background-color: rgba(255, 174, 0, 0.6);
}

.home-certificate.inner .swiper-honor .swiper-button-prev:hover,
.home-certificate.inner .swiper-honor .swiper-button-next:hover {
  background-color: rgba(255, 174, 0, 0.85);
}

.home-certificate.inner .swiper-honor .swiper-button-prev {
  margin-left: -56px;
}

.home-certificate.inner .swiper-honor .swiper-button-next {
  margin-right: -56px;
}

.home-certificate.inner .rect-link:hover .cn,
.home-certificate.inner .rect-link:active .cn,
.home-certificate.inner .rect-link:focus .cn {
  height: auto;
  display: block;
  opacity: 1;
}

.certificate {
  padding: 3% 0;
}

.certificate .list {
  position: relative;
  margin: 0 -15px;
}

.certificate .item {
  float: left;
  width: 25%;
}

.certificate .link {
  margin: 15px;
  display: block;
}

.certificate .link img {
  background: #edf0f5;
  padding: 15px;
  width: 100%;
  border: solid 3px transparent;
}

.certificate .link .rect-pic {
  padding-bottom: 136%;
}

.certificate .link .title {
  margin-top: 5px;
  background: transparent;
  text-align: center;
  padding: 15px 0;
  border: 1px solid transparent;
}

.certificate .link:hover img,
.certificate .link:active img,
.certificate .link:focus img {
  border: solid 3px transparent;
}

.certificate .link:hover .title,
.certificate .link:active .title,
.certificate .link:focus .title {
  color: #2b378e;
  border: 1px solid;
}

.service .item {
  width: 32.5%;
  margin-bottom: 2.5%;
  text-align: center;
}

.service .item.none {
  margin-bottom: 0;
}

.service .rect-box {
  padding-bottom: 56%;
}

.service .link {
  display: block;
  background: #eaeef1;
}

.service .ico {
  padding-top: 12%;
  margin-bottom: 10px;
}

.video-bottom .rect-link {
  padding-bottom: 31%;
}

.job-list {
  padding: 0 0 3%;
}

.job-list .item {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

.job-list .title {
  background: #3e3a39;
  color: #ffffff;
  width: 138px;
  height: 138px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.job-list .desc {
  font-size: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #eaeef1;
}

.job-list .list-item {
  padding: 5px 0;
  width: 32.5%;
}

.job-list .small {
  color: #9fa0a0;
  display: inline-block;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .service .item {
    width: 48.5%;
  }

  .home-about .bg {
    flex-direction: column;
  }

  .home-about .about-link {
    margin-top: 15px;
  }

  .home-about .text {
    padding-bottom: 8%;
  }

  .home-about .text .more {
    width: 100%;
    text-align: center;
  }

  .home-about .text .desc {
    width: 100%;
  }

  .home-about .pic {
    flex: 0 1 100%;
  }

  .home-about .pic .video-nav {
    display: none;
  }

  .home-about .pic .focus {
    margin-top: 5px;
  }

  .home-about .pic .focus img {
    width: 100%;
  }

  .equipment .swiper-equipment .swiper-pagination {
    display: block;
  }

  .equipment .swiper-equipment .swiper-button-prev,
  .equipment .swiper-equipment .swiper-button-next {
    display: none;
  }

  .home-certificate .swiper-honor .swiper-button-prev,
  .home-certificate .swiper-honor .swiper-button-next {
    display: none;
  }

  .home-certificate .swiper-honor .swiper-pagination {
    display: block;
    width: 93%;
  }

  .home-certificate .swiper-honor .swiper-pagination-bullets {
    display: block;
  }

  .home-certificate .swiper-honor .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .home-certificate .swiper-honor .swiper-pagination-bullet-active {
    background: #2b378e;
  }

  .home-certificate.inner .swiper-honor {
    margin-top: 0;
  }

  .swiper-about {
    bottom: 15px;
    display: block;
  }

  .about .bg {
    padding: 0;
  }

  .about .desc {
    padding: 3% 0;
  }

  .about .pic {
    margin-top: 15px;
    width: 100%;
  }

  .about .text {
    width: 100%;
  }

  .testing .bg:after {
    display: none;
  }

  .testing .text,
  .testing .pic {
    width: 100%;
  }

  .testing .text {
    padding: 5%;
    margin-bottom: 5px;
    background: #2b378e;
  }

  .testing .text .cn {
    padding-top: 0;
  }

  .testing .text .desc {
    padding: 2% 0;
  }

  .partner-list .item {
    width: 31.5%;
  }

  .about-inner .item:after {
    display: none;
  }

  .about-inner .text {
    width: 100%;
    background: #1b1b1b url("../img/company-bg.jpg") 0 0 no-repeat;
    background-size: cover;
  }

  .about-inner .text .title .cn {
    font-size: 20px;
  }

  .about-inner .pic {
    width: 100%;
  }

  .about-inner .pic .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .about-inner .pic .swiper-pagination-bullet-active {
    width: 10px;
  }

  .culture .text,
  .culture .pic {
    width: 100%;
  }

  .culture .text {
    padding: 5%;
    background: #2b378e;
    background: #2b378e url("../img/culture-1.jpg") 0 0 no-repeat;
    background-size: cover;
    margin-bottom: 1%;
  }

  .culture .bg:after {
    display: none;
  }

  .certificate .item {
    width: 33.33%;
  }
}

@media screen and (max-width: 640px) {
  .home-swiper {
    padding-bottom: 0;
  }

  .service .ico {
    padding-top: 15px;
    margin-bottom: 0;
  }

  .service .img {
    width: 36px;
  }

  .service .item {
    width: 48.5%;
  }

  .service .desc {
    padding: 0 15px;
    font-size: 12px;
  }

  .home-about .about-link .item {
    width: 100%;
    margin: 5px 0;
  }

  .home-about .text .cn {
    font-size: 20px;
  }

  .home-about .text .en {
    padding: 5px 0;
    font-size: 14px;
  }

  .home-about .text .btn .ico {
    width: 30px;
    height: 30px;
  }

  .home-about .text .btn .ico:before {
    margin-top: -6px;
    margin-left: -3px;
    border: solid 6px transparent;
    border-left-color: #d4252c;
  }

  .home-about .text .btn .link {
    line-height: 30px;
    font-size: 12px;
  }

  .home-video .video-js {
    padding-bottom: 75%;
  }

  .about-video {
    width: 100%;
  }

  .about-video .video-js {
    padding-bottom: 75%;
  }

  .about-list .list-icon img {
    width: 36px;
  }

  .about-list .link {
    padding: 5px;
  }

  .about-list .cn {
    font-size: 14px;
  }

  .about-list .en {
    font-size: 12px;
  }

  .partner-list .item {
    width: 48.5%;
  }

  .certificate .item {
    width: 50%;
  }

  .equipment {
    padding: 0 0 3%;
  }

  .culture .text .title {
    font-size: 1.5em;
  }

  .culture .text .desc {
    padding: 8% 0;
  }

  .job-list .item {
    flex-direction: column;
  }

  .job-list .title {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }

  .job-list .list-item {
    width: 48.5%;
  }
}

.super {
  background: url("../img/super-bg.jpg") no-repeat;
  background-size: cover;
  padding: 5% 0;
}

.super .pic {
  width: 56%;
}

.super .text {
  width: 44%;
}

.super .title {
  font-size: 32px;
  position: relative;
}

.super .desc {
  line-height: 1.8;
  font-size: 18px;
  padding: 5% 0 8%;
}

.super .em {
  color: #d4252c;
}

.super .more {
  display: inline-block;
  color: #ffffff;
  background: #2b378e;
  padding: 10px 64px;
  font-size: 15px;
  font-family: Arial;
  border: 1px solid transparent;
}

.super .more img {
  display: inline-block;
  margin-left: 5px;
}

.super .more:hover {
  background: #ffffff;
  color: #2b378e;
  border: 1px solid #2b378e;
}

@media screen and (max-width: 640px) {
  .super {
    background-position: 40% 0;
  }

  .super .pic {
    width: 100%;
  }

  .super .text {
    width: 100%;
  }

  .super .title {
    font-size: 24px;
  }

  .super .desc {
    font-size: 16px;
  }
}

.honor {
  padding: 5% 0 0;
}

.honor .list {
  width: 100%;
  position: relative;
}

.honor .swiper-honor .swiper-pagination {
  display: none;
}

.honor .swiper-honor .swiper-button-prev,
.honor .swiper-honor .swiper-button-next {
  width: 40px;
  height: 60px;
  margin-top: -30px;
  background-size: 20px 20px;
  border: solid 1px transparent;
  background-color: rgba(0, 0, 0, 0.6);
}

.honor .swiper-honor .swiper-button-prev:hover,
.honor .swiper-honor .swiper-button-prev:active,
.honor .swiper-honor .swiper-button-prev:focus,
.honor .swiper-honor .swiper-button-next:hover,
.honor .swiper-honor .swiper-button-next:active,
.honor .swiper-honor .swiper-button-next:focus {
  background-color: #d4252c;
}

.honor .swiper-honor .swiper-button-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.honor .swiper-honor .swiper-button-next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

.honor-list .link {
  position: relative;
  display: block;
}

.honor-list .link .rect-pic {
  border: solid 1px #b6b6b6;
  padding-bottom: 100%;
}

.honor-list .link .rect-pic .img {
  width: 100%;
}

.honor-list .link:hover,
.honor-list .link:active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.honor-list .link:hover .img,
.honor-list .link:active .img {
  transform: scale(1.1);
}

@media screen and (max-width: 640px) {
  .honor .swiper-honor {
    top: -15px;
    position: relative;
  }

  .honor .swiper-honor .swiper-button-prev,
  .honor .swiper-honor .swiper-button-next {
    display: none;
  }

  .honor .swiper-honor .swiper-pagination {
    display: block;
    width: 100%;
  }

  .honor .swiper-honor .swiper-pagination-bullets {
    display: block;
  }

  .honor .swiper-honor .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .honor .swiper-honor .swiper-pagination-bullet-active {
    background: #2b378e;
  }

  .honor-list {
    padding: 15px 0;
  }

  .honor-list .item {
    width: 48.5%;
  }

  .honor-list .link {
    padding: 8px;
  }

  .honor-list .link .pic-bg .em {
    font-size: 18px;
  }
}

.news {
  padding: 3% 0;
}

.news .bg {
  justify-content: space-between;
  display: flex;
}

.news .pic {
  flex: 0 1 40%;
  overflow: hidden;
  position: relative;
}

.news .pic .swiper-slide {
  position: relative;
  z-index: 2;
}

.news .pic .swiper-slide .rect-pic {
  padding-bottom: 68%;
}

.news .pic .swiper-slide .rect-pic img {
  width: 100%;
}

.news .pic .swiper-slide .text {
  padding: 15px;
}

.news .pic .swiper-slide .text .title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.news .pic .swiper-slide .text .desc {
  text-align: left;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  opacity: .75;
  margin-bottom: 5%;
}

.news .pic .swiper-slide .time {
  margin-bottom: 3%;
  text-align: center;
}

.news .pic .swiper-slide .date {
  display: block;
  font-weight: bold;
  font-size: 48px;
}

.news .pic .swiper-slide .day {
  font-size: 14px;
}

.news .pic .swiper-slide .more {
  border-top: solid 1px #a4a3a3;
  padding: 10px 0;
}

.news .pic .swiper-slide .more .icon {
  font-size: 36px;
  opacity: .75;
}

.news .pic .swiper-slide:hover,
.news .pic .swiper-slide:active,
.news .pic .swiper-slide:focus {
  color: #2b378e;
  background: #ffffff;
}

.news .pic .swiper-slide:hover .more,
.news .pic .swiper-slide:active .more,
.news .pic .swiper-slide:focus .more {
  border-top: solid 1px #2b378e;
}

.news .pic .swiper-slide:hover .more .icon,
.news .pic .swiper-slide:active .more .icon,
.news .pic .swiper-slide:focus .more .icon {
  color: #2b378e;
}

.news .pic .swiper-slide:hover .rect-pic img,
.news .pic .swiper-slide:active .rect-pic img,
.news .pic .swiper-slide:focus .rect-pic img {
  transform: scale(1.1);
}

.news .pic .swiper-news {
  bottom: 30px;
  position: relative;
}

.news .pic .swiper-news .swiper-pagination {
  display: block;
  width: 100%;
}

.news .pic .swiper-news .swiper-pagination-bullets {
  display: block;
}

.news .pic .swiper-news .swiper-pagination-bullet {
  background: #fff;
  margin: 0 3px;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.news .pic .swiper-news .swiper-pagination-bullet-active {
  background: #d4252c;
}

.news .list {
  position: relative;
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news .list .link {
  display: block;
  background: #ffffff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  position: relative;
}

.news .list .link:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 0;
  right: 0;
  top: 0;
  background: transparent;
}

.news .list .link:hover,
.news .list .link:focus,
.news .list .link:active {
  color: #d4252c;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.news .list .link:hover:after,
.news .list .link:focus:after,
.news .list .link:active:after {
  height: 100%;
}

.news .list .link:hover .time,
.news .list .link:focus .time,
.news .list .link:active .time {
  background: #d4252c;
  color: #ffffff;
}

.news .list .link:hover .ico,
.news .list .link:focus .ico,
.news .list .link:active .ico {
  background: #d4252c;
  box-shadow: 0 0 10px 0 rgba(189, 15, 5, 0.6);
  border: solid 1px #ffffff;
  color: #ffffff;
}

.news .list .text {
  width: 88%;
  padding: 0 15px;
  vertical-align: middle;
}

.news .list .time {
  padding: 15px 0 30px;
  width: 12%;
  vertical-align: middle;
  text-align: center;
}

.news .list .date {
  font-size: 28px;
}

.news .list .year {
  font-size: 16px;
}

.news .list .more {
  width: 15%;
  vertical-align: middle;
  text-align: right;
}

.news .list .ico {
  display: inline-block;
  margin: 0 auto;
  padding: 3px 25px;
  color: #ffffff;
  border: solid 1px;
  background: #c9caca;
  border-radius: 99px;
}

.news .list .title {
  font-size: 16px;
  opacity: .7;
  padding-bottom: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.news .list .desc {
  margin-top: 5px;
  height: 40px;
  line-height: 18px;
  font-size: 13px;
  overflow: hidden;
  opacity: .75;
}

.news-bg {
  padding: 5% 0;
}

.news-list {
  padding: 3% 0 0;
}

.news-list .item {
  margin-bottom: 2.5%;
}

.news-list .link {
  display: flex;
  justify-content: space-between;
}

.news-list .link .pic {
  flex: 0 1 35%;
}

.news-list .link .title {
  margin-top: 10px;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-list .link .time {
  opacity: .7;
}

.news-list .link .time img {
  display: inline-block;
  margin-right: 5px;
}

.news-list .link .rect-pic {
  padding-bottom: 65%;
}

.news-list .link .rect-pic img {
  width: 100%;
}

.news-list .link .text {
  flex: 0 1 65%;
  padding: 3% 4%;
  background: #edf0f5;
}

.news-list .link .desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #878787;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list .link .more {
  text-align: center;
  display: inline-block;
  padding: 6px 15px;
  margin-top: 25px;
  background: #ffffff;
}

.news-list .link .more .ico {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #2b378e;
  border: solid 1px;
  border-radius: 999px;
}

.news-list .link:hover .rect-pic img,
.news-list .link:focus .rect-pic img,
.news-list .link:active .rect-pic img {
  transform: scale(1.1);
}

.news-list .link:hover .text,
.news-list .link:focus .text,
.news-list .link:active .text {
  background: #2b378e;
}

.news-list .link:hover .more,
.news-list .link:focus .more,
.news-list .link:active .more {
  color: #d4252c;
  background: #ffffff;
}

.news-list .link:hover .more .ico,
.news-list .link:focus .more .ico,
.news-list .link:active .more .ico {
  background: #ffffff;
}

.news-list .link:hover .time,
.news-list .link:hover .title,
.news-list .link:hover .desc,
.news-list .link:focus .time,
.news-list .link:focus .title,
.news-list .link:focus .desc,
.news-list .link:active .time,
.news-list .link:active .title,
.news-list .link:active .desc {
  color: #ffffff;
}

.down-link {
  margin-bottom: 25px;
}

.down-link .cn {
  display: inline-block;
  vertical-align: middle;
  color: #2b378e;
  font-size: 24px;
}

.down-link .btn {
  background: #2b378e;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
  padding: 12px 56px;
}

.down-link .ico {
  position: relative;
  top: -8px;
  height: 8px;
  margin-right: 3px;
}

.down {
  padding: 3% 0 0;
}

.down .title {
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
}

.down .btn {
  background: #2b378e;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
  padding: 12px 56px;
}

.down .desc {
  padding-top: 10px;
  opacity: .7;
}

.down-list {
  margin: 30px 0;
}

.down-list .item {
  width: 18.5%;
  margin-bottom: 30px;
}

.down-list .item.none {
  margin-bottom: 0;
}

.down-list .link {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 15px;
}

.down-list .link .rect-pic {
  border: 1px solid #dcdcdc;
  padding-bottom: 136%;
}

.down-list .link .ico {
  text-align: center;
  background: #e5e5e5;
  padding: 5px 0;
}

.down-list .link .ico img {
  top: -2px;
  position: relative;
  margin-right: 5px;
}

.down-list .link .img {
  width: 100%;
}

.down-list .link .title {
  padding: 10px 0;
  text-align: center;
}

.down-list .link:hover .ico {
  color: #ffffff;
  background: #2b378e;
}

.down-list .link:hover .ico img {
  filter: brightness(100);
}

.headline {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
}

.headline .tips {
  padding: 15px 0;
  background: #2b378e;
  color: #ffffff;
  vertical-align: middle;
  width: 13%;
  text-align: center;
  position: relative;
}

.headline .tips:before {
  position: absolute;
  content: "";
  background: #2b378e;
  height: 100%;
  width: 800%;
  top: 0;
  left: -780%;
}

.headline .title {
  vertical-align: middle;
  width: 75%;
}

.headline .title .link {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  color: #2b378e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.headline .time {
  color: #2b378e;
}

.headline .more {
  vertical-align: middle;
}

.headline .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

@media screen and (max-width: 991px) {
  .news .bg {
    flex-direction: column;
  }

  .news .pic {
    width: 100%;
    flex: 0 1 100%;
  }

  .news .list {
    width: 100%;
    flex: 0 1 100%;
  }

  .news-list .link .more {
    text-align: left;
  }

  .news-list .link .pic {
    flex: 0 1 20%;
  }

  .news-list .link .text {
    flex: 0 1 79%;
  }

  .headline .title {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
   .down-link .cn {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .news {
    padding: 3% 0;
  }

  .news .list .item {
    width: 100%;
    background: #eeeeee;
    margin-bottom: 25px;
  }

  .news .list .time {
    padding: 2% 0;
    width: 100%;
  }

  .news .list .cover {
    width: 100%;
  }

  .news .list .more {
    padding: 0 5% 5%;
    text-align: left;
    width: 100%;
  }

  .news .list .text {
    padding: 5%;
    width: 100%;
  }

  .news .list .date {
    font-size: 16px;
  }

  .news .list .year {
    font-size: 12px;
  }

  .news .list .ico {
    font-size: 12px;
    padding: 6px 20px;
  }

  .news .list:before {
    display: none;
  }

  .news-bg {
    margin-top: 0;
    padding: 36px 0 0;
  }

  .news-list .link {
    flex-direction: column;
  }

  .news-list .link .rect-pic {
    padding-bottom: 56%;
  }

  .news-list .link .pic {
    flex: 0 1 100%;
  }

  .news-list .link .text {
    padding: 8%;
    flex: 0 1 100%;
  }

  .headline .tips {
    font-size: 14px;
    width: 25%;
    text-align: left;
  }

  .headline .tips:before {
    left: -799%;
  }

  .headline .title {
    width: 70%;
  }

  .headline .title .link {
    width: 70%;
  }

  .headline .more {
    display: none;
  }
}

.product {
  padding: 3% 0;
}

.product .home-title {
  border-bottom: solid 1px #e5e5e5;
}

.product .title {
  text-align: center;
}

.product .bg {
  position: relative;
  overflow: hidden;
}

.product .bg:before {
  display: none;
  position: absolute;
  content: "";
  width: 55%;
  height: 100%;
  right: 0;
  top: 0;
}

.product .text {
  width: 28%;
  position: relative;
}

.product .text:before {
  position: absolute;
  content: "";
  background: #eee;
  left: 0;
  width: 90%;
  height: 100%;
}

.product .pic {
  width: 70%;
}

.product .product-tab-content .swiper-container {
  z-index: 6;
}

.product .product-tab-content .swiper-wrapper {
  z-index: 6;
}

.product .product-tab-content .swiper-slide {
  z-index: 6;
}

.product .product-tab-content .swiper-slide img {
  position: relative;
  z-index: 6;
}

.product .product-tab-list {
  z-index: 100;
  overflow: visible;
}

.product .product-tab-list .swiper-wrapper {
  z-index: 100;
}

.product .product-tab-list .swiper-slide {
  display: block;
  height: 94px !important;
  line-height: 36px;
  padding: 15px;
  font-size: 20px;
  z-index: 100;
  color: #595757;
}

.product .product-tab-list .swiper-slide .cn {
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}

.product .product-tab-list .swiper-slide .cn .em {
  text-transform: uppercase;
  margin-top: 5px;
  font-style: normal;
  font-size: 14px;
  opacity: .7;
}

.product .product-tab-list .swiper-slide .num {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 999px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #d4252c;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.product .product-tab-list .swiper-slide .num:after {
  display: none;
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 72px;
  right: 0;
  top: -17px;
}

.product .product-tab-list .swiper-slide .en {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.product .product-tab-list .swiper-slide .ico {
  position: relative;
  z-index: 999;
  display: none;
  background: url("../img/icon.png") 50% no-repeat;
  background-size: cover;
  width: 37px;
  height: 36px;
  margin-right: 15px;
  vertical-align: middle;
}

.product .product-tab-list .swiper-slide:before {
  background: transparent;
  position: absolute;
  content: "";
  display: none;
  width: 48px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.product .product-tab-list .swiper-slide-thumb-active {
  background: #2b378e;
  color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.product .product-tab-list .swiper-slide-thumb-active .cn .em {
  display: block;
}

.product .product-tab-list .swiper-slide-thumb-active .ico {
  display: inline-block;
}

.search {
  border: solid 1px #ccc;
  border-radius: 6px;
  position: relative;
  margin: 3% 0;
}

.search .form-control {
  width: 100%;
  padding: 12px 12px;
  text-align: center;
  border: 0;
  background: transparent;
}

.search .form-submit {
  opacity: .5;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3.5em;
  margin-top: -12px;
  border: 0;
  opacity: .5;
  background: transparent;
}

.search.active .form-control {
  text-align: left;
  padding-left: 24px;
}

.search.active .form-submit {
  left: 0;
  margin-left: 0;
}

.home-product-list .item {
  width: 31.5%;
  margin-bottom: 2.5%;
}

.home-product-list .link {
  position: relative;
  display: block;
  background: #eeeeee;
  border: solid 2px transparent;
}

.home-product-list .link .rect-pic {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
}

.home-product-list .link .rect-pic img {
  width: 100%;
}

.home-product-list .link .title {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
}

.home-product-list .link .pic-bg {
  width: 100%;
  position: absolute;
  z-index: 999;
  height: 100%;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  background: #2b378e;
  background-color: rgba(43, 55, 142, 0.75);
}

@media \0screen {
  .home-product-list .link .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF2B378E, endcolorstr=#BF2B378E);
  }
}

.home-product-list .link .pic-bg .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 8%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.home-product-list .link .pic-bg .em {
  font-size: 2em;
  padding-bottom: 15px;
}

.home-product-list .link .pic-bg .cn {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
}

.home-product-list .link .pic-bg .en {
  font-size: 1.2em;
  text-transform: uppercase;
  display: block;
}

.home-product-list .link .pic-bg .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  text-align: center;
  background: #ffffff;
  border-radius: 999px;
  color: #2b378e;
  padding: 10px 30px;
  position: relative;
}

.home-product-list .link:hover,
.home-product-list .link:active {
  color: #ffffff;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border: solid 2px #2b378e;
}

.home-product-list .link:hover .rect-pic img,
.home-product-list .link:active .rect-pic img {
  transform: scale(1.1);
}

.home-product-list .link:hover .pic-bg,
.home-product-list .link:active .pic-bg {
  display: block;
  opacity: 1;
}

.home-product-list .link:hover .pic-bg img,
.home-product-list .link:active .pic-bg img {
  transform: scale(1.1);
}

.home-product-list .link:hover .title,
.home-product-list .link:active .title {
  background: #2b378e;
  color: #ffffff;
}

.product-list {
  margin: 5% 0 3%;
}

.product-list .item {
  width: 31.5%;
  margin-bottom: 2.5%;
}

.product-list .link {
  position: relative;
  display: block;
  background: #ffffff;
  border: solid 1px transparent;
}

.product-list .link .rect-pic {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
  border: solid 1px #d3d2d3;
}

.product-list .link .rect-pic .img {
  width: 100%;
}

.product-list .link .title {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  background: #e5e5e5;
}

.product-list .link .pic-bg {
  width: 100%;
  position: absolute;
  z-index: 999;
  height: 100%;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  background: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

@media \0screen {
  .product-list .link .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF000000, endcolorstr=#BF000000);
  }
}

.product-list .link .pic-bg .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 8%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.product-list .link .pic-bg .em {
  font-size: 2em;
  padding-bottom: 15px;
}

.product-list .link .pic-bg .cn {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
}

.product-list .link .pic-bg .en {
  font-size: 1.2em;
  text-transform: uppercase;
  display: block;
}

.product-list .link .pic-bg .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  text-align: center;
  background: #ffffff;
  border-radius: 999px;
  color: #2b378e;
  padding: 10px 30px;
  position: relative;
}

.product-list .link:hover,
.product-list .link:active {
  padding: 0;
}

.product-list .link:hover .pic-bg,
.product-list .link:active .pic-bg {
  display: block;
  opacity: 1;
}

.product-list .link:hover .pic-bg img,
.product-list .link:active .pic-bg img {
  transform: scale(1.1);
}

.product-list .link:hover .rect-pic img,
.product-list .link:active .rect-pic img {
  transform: scale(1.1);
}

.product-list .link:hover .title,
.product-list .link:active .title {
  color: #ffffff;
  background: #2b378e;
}

.product-cate {
  padding: 5% 0;
}

.product-cate .item {
  width: 15%;
  margin-bottom: 20px;
}

.product-cate .title {
  margin-bottom: 10px;
}

.product-cate .title .link {
  display: block;
  text-align: center;
  background: #212423;
  color: #ffffff;
  padding: 10px 0;
}

.product-cate .title .link:hover {
  background: #2b378e;
}

.product-cate .list .link {
  display: block;
}

.cate-list {
  padding: 5% 0;
}

.cate-list .list-item {
  width: 100%;
  padding: 3% 0;
  border-bottom: solid 1px #2b378e;
}

.cate-list .list-item:first-child {
  border-top: solid 1px #2b378e;
}

.cate-list .link {
  position: relative;
  display: block;
  overflow: hidden;
}

.cate-list .cn {
  margin-bottom: 20px;
  font-size: 24px;
}

.cate-list .en {
  text-transform: uppercase;
  display: block;
  margin-bottom: 2%;
}

.cate-list .pic {
  width: 50%;
  padding-bottom: 999px;
  margin-bottom: -999px;
}

.cate-list .text {
  width: 50%;
  padding: 2%;
}

.cate-list .text .item {
  width: 32.5%;
  text-align: center;
  padding: 10px 0;
  border: solid 1px transparent;
  border-radius: 5px;
  color: #3e3a39;
  font-size: 16px;
}

.cate-list .text .item:hover,
.cate-list .text .item:active,
.cate-list .text .item:focus {
  border: solid 1px #2b378e;
  color: #2b378e;
}

.cate-list .rect-pic {
  padding-bottom: 63%;
}

.cate-list .rect-pic img {
  width: 100%;
}

.cate-list .rect-pic:hover img,
.cate-list .rect-pic:active img,
.cate-list .rect-pic:focus img {
  transform: scale(1.1);
}

.cate-list .more {
  display: inline-block;
  margin-top: 3%;
  border: solid 1px #2b378e;
  border-radius: 999px;
  color: #2b378e;
  padding: 10px 36px;
}

.cate-list .more:hover,
.cate-list .more:active,
.cate-list .more:focus {
  background: #2b378e;
  color: #ffffff;
}

.pdf-list {
  border: solid 1px #b5b5b5;
  margin: 3% 0;
  width: 100%;
  table-layout: fixed;
}

.pdf-list .title {
  display: inline-block;
  vertical-align: middle;
}

.pdf-list .box {
  vertical-align: middle;
}

.pdf-list .item:last-child .name {
  border-bottom: none;
}

.pdf-list .item:last-child .desc {
  border-bottom: none;
}

.pdf-list .item:last-child .language {
  border-bottom: none;
}

.pdf-list .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.pdf-list .name {
  padding: 10px;
  width: 40%;
  border-right: solid 1px #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
}

.pdf-list .desc {
  padding: 10px;
  width: 40%;
  border-right: solid 1px #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
}

.pdf-list .language {
  padding: 10px;
  border-bottom: solid 1px #b5b5b5;
}

@media screen and (max-width: 991px) {
  .product .bg:before {
    display: none;
    background: transparent;
  }

  .product .text {
    overflow: hidden;
    width: 100%;
  }

  .product .pic {
    overflow: hidden;
    width: 100%;
  }

  .swiper-product {
    width: 100%;
    position: absolute;
    bottom: 30px;
  }

  .swiper-product .swiper-pagination {
    display: block;
    width: 100%;
  }

  .swiper-product .swiper-pagination-bullets {
    display: block;
  }

  .swiper-product .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .swiper-product .swiper-pagination-bullet-active {
    width: 15px;
    background: #2b378e;
  }

  .home-product-list .item {
    width: 48.5%;
  }

  .product-list .item {
    width: 48.5%;
  }

  .product-cate .item {
    width: 30%;
  }

  .cate-list .pic {
    width: 100%;
  }

  .cate-list .text {
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .home-product-list {
    padding: 15px 0;
  }

  .home-product-list .item {
    width: 48.5%;
  }

  .home-product-list .link {
    padding: 8px;
  }

  .home-product-list .link .pic-bg .em {
    font-size: 18px;
  }

  .product-list .item {
    width: 48.5%;
  }

  .product-cate .item {
    width: 48.5%;
  }
}

.contact {
  padding: 1% 0;
}

.contact .title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: solid 1px #2b378e;
}

.contact .title .cn {
  color: #2b378e;
  font-size: 20px;
}

.contact .title .en {
  opacity: .7;
  text-transform: uppercase;
}

.contact.white {
  background: #ffffff;
}

.contact .bg {
  padding: 2% 0;
}

.contact .gray {
  background: #efeff0;
  position: relative;
}

.contact .gray:before {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: url("../img/contact.jpg") center top no-repeat;
}

.contact .pic,
.contact .text,
.contact .form,
.contact .online {
  width: 50%;
}

.contact .pic img {
  width: 100%;
}

.contact .pic .swiper-pagination-bullets {
  width: 100%;
  bottom: -20px;
}

.contact .pic .swiper-pagination-bullet {
  margin: 0 3px;
  width: 30px;
  height: 3px;
  background-color: rgba(62, 58, 57, 0.75);
}

@media \0screen {
  .contact .pic .swiper-pagination-bullet {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF3E3A39, endcolorstr=#BF3E3A39);
  }
}

.contact .pic .swiper-pagination-bullet-active {
  background-color: #2b378e;
}

@media \0screen {
  .contact .pic .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF2B378E, endcolorstr=#FF2B378E);
  }
}

.contact .text {
  position: relative;
  z-index: 2;
}

.contact .text .desc ul {
  padding: 25px;
}

.contact .text .desc li {
  padding-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.contact .text .desc li .ico {
  display: inline-block;
  vertical-align: middle;
}

.contact .text .desc li .ico svg {
  width: 30px;
  fill: #b6b6b6;
}

.contact .text .wechat {
  padding: 25px;
  text-align: right;
  width: 42%;
}

.contact .text .qcode {
  text-align: center;
  display: inline-block;
  font-size: 12px;
}

.contact .online .title {
  font-size: 18px;
}

.contact .online .ico {
  margin: 20px 0;
}

.contact .online .link {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: solid 1px #646464;
  border-radius: 999px;
  margin-right: 30px;
}

.contact .online .link:last-child {
  margin-right: 0;
}

.contact .online .link img {
  margin: 5px;
}

.contact .form {
  width: 100%;
}

.contact .form .icon {
  font-size: 22px;
  margin-right: 3px;
  vertical-align: middle;
}

.contact .form .form-half {
  width: 48.5%;
}

.contact .form .form-group {
  margin: 15px 0;
}

.contact .form .form-group:first-child {
  margin: 0 0 5px;
}

.contact .form .form-control {
  background: #eeeeee;
  border: solid 1px transparent;
  width: 100%;
  border-radius: 5px;
  padding: 12px;
}

.contact .form .form-control::-webkit-input-placeholder {
  color: #9fa0a0;
}

.contact .form .form-control::-ms-input-placeholder {
  color: #9fa0a0;
}

.contact .form .form-control::placeholder {
  color: #9fa0a0;
}

.contact .form .tips {
  font-size: 16px;
  color: #ffffff;
  width: 70%;
  vertical-align: middle;
}

.contact .form .tips .item {
  display: inline-block;
  margin-right: 10px;
}

.contact .form .submit {
  text-align: right;
  vertical-align: middle;
}

.contact .form .form-submit {
  margin-top: 10px;
  width: 100%;
  display: block;
  padding: 12px 56px;
  text-align: center;
  border: 0;
  background: #2b378e;
  border-radius: 6px;
  color: #ffffff;
}

.contact .form .desc {
  margin-top: 15px;
}

.contact .form .desc .wechat {
  margin-top: 10%;
  text-align: center;
}

.contact .form .desc .qcode {
  display: inline-block;
}

.contact .form .desc li {
  padding-bottom: 10px;
}

.contact .form .desc .ico {
  position: relative;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 4px;
  color: #2b378e;
}

.contact .form .desc .ico svg {
  fill: #2b378e;
  width: 20px;
  height: 20px;
}

.map .rect-map {
  padding-bottom: 38%;
}

.home-contact {
  background: #efeff0;
}

.home-contact .bg {
  background: #efeff0;
  padding: 0 3%;
}

.home-contact.inner {
  background: transparent;
}

.home-contact.inner .bg {
  background: transparent;
}

.home-contact .pic,
.home-contact .text,
.home-contact .form {
  width: 50%;
}

.home-contact .form {
  width: 100%;
}

.home-contact .title {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
}

.home-contact .title .en {
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}

.home-contact .title:before {
  position: absolute;
  content: "";
  height: 2px;
  background: #2b378e;
  width: 2em;
  left: 0;
  bottom: 0;
}

.home-contact .hotline {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}

.home-contact .desc ul {
  padding: 15px 0;
}

.home-contact .desc li {
  padding-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home-contact .wechat {
  width: 35%;
}

.home-contact .qcode {
  width: 48.5%;
  text-align: center;
  font-size: 12px;
}

.home-contact .form {
  padding: 2% 9% 3%;
  background: #d4252c;
  border-bottom-left-radius: 180px;
  border-top-right-radius: 180px;
  color: #ffffff;
  position: relative;
  bottom: -80px;
  z-index: 99999;
}

.home-contact .form .form-half {
  width: 48.5%;
}

.home-contact .form .form-input {
  vertical-align: middle;
  width: 80%;
}

.home-contact .form .form-button {
  vertical-align: middle;
}

.home-contact .form .form-group {
  margin: 10px 0;
}

.home-contact .form .form-group:first-child {
  margin: 0 0 5px;
}

.home-contact .form .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  border-bottom: solid 1px;
  width: 100%;
  padding: 15px 0;
}

.home-contact .form .form-control::-webkit-input-placeholder {
  color: #9fa0a0;
}

.home-contact .form .form-control::-ms-input-placeholder {
  color: #9fa0a0;
}

.home-contact .form .form-control::placeholder {
  color: #9fa0a0;
}

.home-contact .form .tips {
  width: 60%;
  vertical-align: middle;
  opacity: .75;
}

.home-contact .form .submit {
  text-align: right;
  vertical-align: middle;
}

.home-contact .form .form-submit {
  display: inline-block;
  padding: 12px 48px;
  text-align: center;
  border: 0;
  background: #ffffff;
  color: #d4252c;
  border-radius: 999px;
  position: relative;
}

.home-contact.white {
  color: #ffffff;
  padding-top: 0;
  background: #ffffff;
}

.home-contact.white .bg {
  padding: 0;
  background: #2b378e url("../img/contact.jpg") right 0 no-repeat;
}

.home-contact.white .wechat {
  width: 45%;
}

.home-contact.white .form {
  width: 60%;
  padding: 3%;
}

.home-contact.white .form .form-half {
  width: 48.5%;
}

.home-contact.white .form .form-control {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-bottom: solid 1px #ffffff;
  background: transparent;
}

.home-contact.white .form .form-control::placeholder {
  color: #ffffff;
}

.home-contact.white .form .form-submit {
  background: transparent;
  border: solid 1px;
}

.home-contact.white .pic {
  width: 40%;
  padding: 2%;
  background: #2b378e;
}

.contact-title {
  padding: 15px 0;
  border-bottom: solid 1px #bfbfbf;
}

.contact-title .ico {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.contact-list {
  margin: 5% 0;
  position: relative;
  z-index: 9;
}

.contact-list a {
  color: #3e3a39;
}

.contact-list .title {
  text-align: left;
  padding: 15px 0;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

.contact-list .title .cn {
  position: relative;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
  color: #2b378e;
}

.contact-list .title .cn:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1.5em;
  height: 2px;
  background: #d4252c;
}

.contact-list .ico {
  display: inline-block;
  vertical-align: middle;
}

.contact-list .en {
  line-height: 1;
  opacity: .6;
  text-transform: uppercase;
}

.contact-list .text,
.contact-list .form {
  width: 50%;
}

.contact-list .text {
  width: 50%;
  padding: 0;
}

.contact-list .desc {
  font-size: 16px;
  line-height: 1.8;
}

.contact-list .desc .item {
  margin-bottom: 5px;
}

.contact-list .desc .icon {
  vertical-align: middle;
  margin-right: 5px;
  color: #3e3a39;
  font-size: 20px;
}

.contact-list .desc .dib {
  display: inline-block;
  vertical-align: top;
}

.contact-list .desc .wechat {
  text-align: center;
}

.contact-list .desc .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #3e3a39;
  text-align: center;
}

.contact-list .desc .em {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 28px;
  color: #2b378e;
}

.contact-list .desc .address {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}

.contact-list .qcode {
  margin-top: 20px;
  text-align: center;
}

.contact-list .qcode .list {
  font-size: 12px;
  display: inline-block;
}

.contact-list .qcode .list:first-child {
  margin-right: 10px;
}

.contact-list:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background: transparent;
}

.contact-list.blue {
  margin-top: 5%;
  margin-bottom: 2%;
}

.contact-list.blue:before {
  background: #2b378e;
}

.contact-list.orange:before {
  background: #ed8600;
}

.contact-list .online {
  width: 410px;
}

.contact-list .online .cn {
  font-size: 18px;
}

.contact-list .online .num {
  font-size: 20px;
}

.contact-list .online .online-item {
  width: 46.5%;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.contact-list .online .online-item:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #2b378e;
}

.contact-list .online .online-item:hover .online-text,
.contact-list .online .online-item:active .online-text {
  display: block;
}

.contact-list .online .online-item:hover:before,
.contact-list .online .online-item:active:before {
  height: 100%;
}

.contact-list .online .online-cover {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.contact-list .online .online-text {
  padding-bottom: 25px;
  display: none;
}

.contact-list .online .online-title {
  padding: 5px 0;
  background: #2b378e;
  font-size: 16px;
}

.contact-list .form {
  color: #3e3a39;
}

.contact-list .form .icon {
  font-size: 22px;
  margin-right: 3px;
  vertical-align: middle;
}

.contact-list .form .form-half {
  width: 48.5%;
}

.contact-list .form .form-group {
  margin: 18px 0;
}

.contact-list .form .form-group:first-child {
  margin: 0 0 5px;
}

.contact-list .form .form-control {
  background: transparent;
  border: solid 1px #9fa0a0;
  width: 100%;
  padding: 10px 12px;
}

.contact-list .form .form-control::-webkit-input-placeholder {
  color: #9fa0a0;
}

.contact-list .form .form-control::-ms-input-placeholder {
  color: #9fa0a0;
}

.contact-list .form .form-control::placeholder {
  color: #9fa0a0;
}

.contact-list .form .tips {
  font-size: 16px;
  color: #3e3a39;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
}

.contact-list .form .submit {
  text-align: right;
  vertical-align: middle;
}

.contact-list .form .form-submit {
  margin-top: 15px;
  width: 100%;
  display: block;
  padding: 12px 0;
  text-align: center;
  border: 0;
  background: #2b378e;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .home-contact .container {
    padding: 0;
  }

  .home-contact .pic,
  .home-contact .text,
  .home-contact .form {
    width: 100%;
  }

  .home-contact .form {
    padding: 5%;
  }

  .home-contact .bg:before {
    background: transparent;
  }

  .home-contact.white .wechat {
    width: 70%;
  }

  .home-contact.white .bg {
    background-position: left bottom;
  }

  .home-contact.white .pic {
    width: 100%;
  }

  .home-contact.white .form {
    width: 100%;
    background: transparent;
  }

  .home-contact.white .form .form-half {
    width: 100%;
  }

  .contact .container {
    padding: 0;
  }

  .contact .pic,
  .contact .text,
  .contact .form,
  .contact .online {
    width: 100%;
  }

  .contact .bg .form {
    padding: 15px;
  }

  .contact .bg:before {
    background: transparent;
  }

  .contact .gray .pic {
    width: 100%;
  }

  .contact .gray:before {
    display: none;
  }

  .contact-list .text,
  .contact-list .map {
    width: 100%;
  }

  .contact-list .qcode {
    margin-top: 15px;
  }

  .contact-list:before {
    display: none;
  }

  .contact-list.blue .text {
    background: #2b378e;
  }

  .contact-list.orange .text {
    background: #ed8600;
  }
}

@media screen and (max-width: 640px) {
  .home-contact {
    padding: 0;
  }

  .home-contact .wechat {
    text-align: left;
    width: 60%;
    margin-bottom: 15px;
  }

  .home-contact .wechat .qcode {
    text-align: center;
    width: 48.5%;
  }

  .home-contact .text .desc ul {
    padding: 15px;
  }

  .home-contact .text .desc li {
    padding-bottom: 10px;
  }

  .home-contact .form .form-half {
    width: 100%;
  }

  .home-contact .form .title {
    margin-top: 5%;
  }

  .home-contact .form .desc .wechat {
    margin-top: 5%;
  }

  .home-contact .form .form-submit {
    width: 100%;
  }

  .contact .form .form-half {
    width: 100%;
  }

  .contact .form-btn {
    display: flex;
    flex-direction: column-reverse;
  }

  .contact .form-btn .form-submit {
    width: 100%;
  }

  .contact .form-btn .tips {
    width: 100%;
    padding-top: 20px;
  }

  .contact-list .online {
    width: 100%;
  }

  .contact-list .en {
    font-size: 14px;
  }

  .map {
    margin-top: 0;
  }

  .map .rect-30 {
    padding-bottom: 68.25%;
  }
}

.home-apply {
  overflow: hidden;
  padding: 3% 0 5%;
  background: #edf1f5;
}

.home-apply .list {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-apply .list .swiper-list .swiper-slide {
  z-index: 99;
  background-size: cover;
  width: 19.5%;
  height: 190px;
}

.home-apply .list .swiper-list .swiper-slide .rect-pic {
  padding-bottom: 100%;
}

.home-apply .list .swiper-list .swiper-slide .img {
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: none;
  height: auto;
}

.home-apply .list .swiper-list .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  z-index: 999;
  padding: 5%;
  opacity: 0;
}

.home-apply .list .swiper-list .swiper-slide .text:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.home-apply .list .swiper-list .swiper-slide .text .more {
  width: 38px;
  height: 38px;
  text-align: center;
  background: #d4252c;
  color: #ffffff;
  font-size: 20px;
  line-height: 36px;
}

.home-apply .list .swiper-list .swiper-slide .cn {
  font-size: 20px;
  position: relative;
  color: #ffffff;
  display: inline-block;
  padding-bottom: 10px;
}

.home-apply .list .swiper-list .swiper-slide .cn:after {
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  width: 1.5em;
  height: 2px;
  background: #d4252c;
}

.home-apply .list .swiper-list .swiper-slide .desc {
  padding-top: 15px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-apply .list .swiper-list .swiper-slide .title {
  height: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}

.home-apply .list .swiper-list .swiper-slide .title .more {
  color: #ffffff;
  display: none;
}

.home-apply .list .swiper-list .swiper-slide .en {
  text-transform: uppercase;
}

.home-apply .list .swiper-list .swiper-slide .link {
  display: block;
  position: relative;
  height: 100%;
}

.home-apply .list .swiper-list .swiper-slide .link:hover .title,
.home-apply .list .swiper-list .swiper-slide .link:active .title,
.home-apply .list .swiper-list .swiper-slide .link:focus .title {
  background: #3d3734;
}

.home-apply .list .swiper-list .swiper-slide .link:hover .title .cn,
.home-apply .list .swiper-list .swiper-slide .link:active .title .cn,
.home-apply .list .swiper-list .swiper-slide .link:focus .title .cn {
  display: none;
}

.home-apply .list .swiper-list .swiper-slide .link:hover .title .en,
.home-apply .list .swiper-list .swiper-slide .link:active .title .en,
.home-apply .list .swiper-list .swiper-slide .link:focus .title .en {
  display: none;
}

.home-apply .list .swiper-list .swiper-slide .link:hover .title .more,
.home-apply .list .swiper-list .swiper-slide .link:active .title .more,
.home-apply .list .swiper-list .swiper-slide .link:focus .title .more {
  display: block;
}

.home-apply .list .swiper-list .swiper-slide .link:hover .text,
.home-apply .list .swiper-list .swiper-slide .link:active .text,
.home-apply .list .swiper-list .swiper-slide .link:focus .text {
  opacity: 1;
}

.home-apply .list .swiper-list .swiper-slide .link:hover .text:after,
.home-apply .list .swiper-list .swiper-slide .link:active .text:after,
.home-apply .list .swiper-list .swiper-slide .link:focus .text:after {
  height: 100%;
}

.home-apply .list .swiper-list .swiper-slide-active {
  z-index: 1000;
  width: 32.5% !important;
}

.home-apply .list .swiper-list .swiper-slide-active .rect-pic {
  padding-bottom: 47%;
}

.home-apply .list .swiper-list .swiper-slide-active .title {
  background: #3d3734;
}

.home-apply .list .swiper-list .swiper-slide-active .title .cn {
  display: none;
}

.home-apply .list .swiper-list .swiper-slide-active .title .en {
  display: none;
}

.home-apply .list .swiper-list .swiper-slide-active .title .more {
  display: block;
}

.home-apply .list .swiper-list .swiper-slide-active .text {
  opacity: 1;
}

.home-apply .list .swiper-list .swiper-slide-active .text:after {
  height: 100%;
}

.home-apply .swiper-apply {
  height: 38px;
  overflow: hidden;
  position: absolute;
  top: 32%;
  height: 70px;
  width: 100%;
  text-align: center;
}

.home-apply .swiper-apply .swiper-button-prev,
.home-apply .swiper-apply .swiper-button-next {
  width: 38px;
  height: 56px;
  background-size: 20px 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

.home-apply .swiper-apply .swiper-button-prev:hover,
.home-apply .swiper-apply .swiper-button-prev:active,
.home-apply .swiper-apply .swiper-button-prev:focus,
.home-apply .swiper-apply .swiper-button-next:hover,
.home-apply .swiper-apply .swiper-button-next:active,
.home-apply .swiper-apply .swiper-button-next:focus {
  background-color: rgba(239, 87, 12, 0.6);
}

.home-apply .swiper-apply .swiper-button-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.home-apply .swiper-apply .swiper-button-next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

.home-apply .swiper-apply .swiper-pagination {
  display: none;
  width: 100%;
}

.home-apply .swiper-apply .swiper-pagination-bullets {
  display: none;
}

.home-apply .swiper-apply .swiper-pagination-bullet {
  background: #999;
  margin: 0 3px;
  display: inline-block;
  width: 25px;
  height: 3px;
}

.home-apply .swiper-apply .swiper-pagination-bullet-active {
  background: #2b378e;
}

.apply-list .item {
  width: 32.5%;
}

.apply-list .link {
  margin: 15px 0;
  position: relative;
  display: block;
}

.apply-list .link .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #2b378e;
  background-color: rgba(43, 55, 142, 0.75);
}

@media \0screen {
  .apply-list .link .bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF2B378E, endcolorstr=#BF2B378E);
  }
}

.apply-list .link .bg .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}

.apply-list .link .bg .text {
  display: table-cell;
  vertical-align: middle;
}

.apply-list .link .cn {
  font-size: 28px;
  position: relative;
  display: block;
  padding-bottom: 10px;
  letter-spacing: 4px;
}

.apply-list .link .en {
  font-size: 16px;
  text-transform: uppercase;
}

.apply-list .link .pic.rect-100 {
  padding-bottom: 100%;
}

.apply-list .link .pic.rect-70 {
  padding-bottom: 70%;
}

.apply-list .link .pic.rect-56 {
  padding-bottom: 56%;
}

.apply-list .link .pic img {
  width: 100%;
  transform: scale(1.005);
}

.apply-list .link:hover,
.apply-list .link:active,
.apply-list .link:focus {
  transform: scale(1.15);
}

.apply-list .link:hover .bg,
.apply-list .link:active .bg,
.apply-list .link:focus .bg {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}

.apply-list .link:hover .pic img,
.apply-list .link:active .pic img,
.apply-list .link:focus .pic img {
  transform: scale(1.1);
}

.img-list {
  overflow: hidden;
  margin: 3% -25px;
}

.img-list .item {
  width: 33.333%;
  float: left;
}

.img-list .link {
  margin: 25px;
  position: relative;
  display: block;
  background: #ffffff;
}

.img-list .link .bg {
  position: static;
  overflow: hidden;
  margin: 2px 0 0;
  text-align: center;
  border: 1px solid transparent;
}

.img-list .link .bg .inner {
  position: static;
  padding: 15px 0;
}

.img-list .link .cn {
  position: relative;
  display: block;
}

.img-list .link .en {
  font-size: 16px;
  text-transform: uppercase;
}

.img-list .link .rect-pic {
  border: solid 3px transparent;
  padding-bottom: 70%;
}

.img-list .link .rect-pic img {
  width: 100%;
}

.img-list .link:hover,
.img-list .link:active,
.img-list .link:focus {
  padding: 0;
}

.img-list .link:hover .bg,
.img-list .link:active .bg,
.img-list .link:focus .bg {
  color: #2b378e;
  border: 1px solid #2b378e;
}

.img-list .link:hover .rect-pic,
.img-list .link:active .rect-pic,
.img-list .link:focus .rect-pic {
  border: solid 3px transparent;
}

.img-list .link:hover .rect-pic img,
.img-list .link:active .rect-pic img,
.img-list .link:focus .rect-pic img {
  transform: scale(1.1);
}

.apply-inner {
  padding: 3% 0 0;
}

.apply-inner .apply-tab-list .item {
  text-align: center;
}

.apply-inner .apply-tab-list .link {
  display: block;
  position: relative;
}

.apply-inner .apply-tab-list .link:hover,
.apply-inner .apply-tab-list .link:active {
  top: -5px;
}

.apply-inner .apply-tab-list .link:hover .img,
.apply-inner .apply-tab-list .link:active .img {
  filter: brightness(100);
}

.apply-inner .apply-tab-list .link:hover .ico,
.apply-inner .apply-tab-list .link:active .ico {
  background: #2b378e;
}

.apply-inner .apply-tab-list .ico {
  position: relative;
  border-radius: 10px;
  padding: 15px;
  background: #f7f8f8;
  border: solid 1px #e7e8e8;
}

.apply-inner .apply-tab-list .cn {
  padding: 5px 0;
}

.apply-inner .apply-tab-content {
  margin-top: 2%;
}

.apply-inner .apply-tab-content .item {
  width: 30%;
  margin-bottom: 2.5%;
}

.apply-inner .apply-tab-content .item.none {
  margin-bottom: 0;
}

.apply-inner .apply-tab-content .title {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.apply-inner .apply-tab-content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .home-apply .apply-title {
    width: 100%;
  }

  .home-apply .summary,
  .home-apply .list {
    width: 100%;
  }

  .home-apply .summary .swiper-list .swiper-slide,
  .home-apply .list .swiper-list .swiper-slide {
    width: auto;
    height: auto;
  }

  .home-apply .summary .swiper-list .swiper-slide .pic,
  .home-apply .list .swiper-list .swiper-slide .pic {
    padding-bottom: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
  }

  .home-apply .summary .swiper-list .swiper-slide .pic .img,
  .home-apply .list .swiper-list .swiper-slide .pic .img {
    width: 100%;
    height: auto;
    position: relative;
    transform: translateX(0);
  }

  .home-apply .summary .swiper-list .swiper-slide .cn,
  .home-apply .list .swiper-list .swiper-slide .cn {
    font-size: 1.2em;
  }

  .home-apply .summary .swiper-list .swiper-slide .en,
  .home-apply .list .swiper-list .swiper-slide .en {
    font-size: 1em;
  }

  .home-apply .summary .swiper-list .swiper-slide .icon,
  .home-apply .list .swiper-list .swiper-slide .icon {
    width: 24px;
    display: none;
    margin: 0 auto;
  }

  .home-apply .summary .swiper-list .swiper-slide-active,
  .home-apply .list .swiper-list .swiper-slide-active {
    width: auto;
  }

  .apply-inner .bg {
    margin-bottom: 30px;
  }

  .apply-inner .text {
    width: 100%;
  }

  .apply-inner .apply-tab-content .pic img {
    width: 100%;
  }

  .apply-inner .apply-tab-content .item {
    width: 48.5%;
  }
}

@media screen and (max-width: 640px) {
  .apply-list .item {
    width: 49.5%;
    margin-bottom: .5%;
  }

  .apply-list .link .cn {
    font-size: 20px;
  }

  .apply-list .link .en {
    font-size: 14px;
  }

  .apply-list .link .ico img {
    width: 50px;
  }

  .img-list .item {
    width: 50%;
    margin-bottom: .5%;
  }

  .img-list .link {
    padding: 8px;
    margin: 0 25px;
  }

  .img-list .link .bg .inner {
    padding: 0;
  }

  .img-list .link .cn {
    font-size: 14px;
  }

  .img-list .link .en {
    font-size: 14px;
  }

  .img-list .link .ico img {
    width: 50px;
  }

  .apply-inner .apply-tab-content .item {
    width: 100%;
  }

  .apply-inner .apply-tab-list {
    display: flex;
    overflow: auto;
    width: 100vw;
    justify-content: flex-start;
    text-align: left;
  }

  .apply-inner .apply-tab-list .item {
    margin-right: 15px;
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    position: relative;
  }

  .apply-inner .apply-tab-list .img {
    width: 48px;
  }

  .apply-inner .apply-tab-list .ico {
    padding: 10px;
  }
}

.history {
  background: url("../img/apply-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.history .bg {
  padding: 0 0 200px;
  position: relative;
  overflow: hidden;
}

.history .list {
  position: relative;
}

.history .list:after {
  z-index: 0;
  content: '';
  position: absolute;
  left: -50%;
  top: 50px;
  width: 200%;
  height: 0;
  border-bottom: 2px dashed rgba(192, 33, 37, 0.5);
}

.history .pic {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 478px;
  width: 94%;
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(111, 111, 111, 0.18);
  z-index: 9;
}

.history-list {
  position: relative;
  margin-top: 180px;
  z-index: 2;
}

.history-list .item {
  height: 150px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history-list .inner {
  opacity: 0.5;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px #011f53;
  position: relative;
}

.history-list .inner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
}

.history-list .year {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-family: Arial;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.history-list .swiper-slide-prev .inner,
.history-list .swiper-slide-next .inner {
  width: 80px;
  height: 80px;
  opacity: 1;
}

.history-list .swiper-slide-prev .year {
  padding-right: 50%;
}

.history-list .swiper-slide-prev .inner {
  margin-left: -50%;
}

.history-list .swiper-slide-next .year {
  padding-left: 50%;
}

.history-list .swiper-slide-next .inner {
  margin-right: -50%;
}

.history-list .swiper-slide-active .inner {
  width: 100px;
  height: 100px;
  opacity: 1;
}

.history-list .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.history-content .rect-pic {
  padding-bottom: 56.25%;
}

.history-content .rect-pic img {
  width: 100%;
}

.history-content .text {
  padding: 6% 8% 8%;
}

.history-content .title {
  font-size: 20px;
  margin-top: 8px;
  color: #d4252c;
}

.history-content .ico {
  opacity: .6;
  font-size: 42px;
}

.history-content .year {
  font-size: 36px;
}

.history-content .desc {
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.swiper-history {
  padding-top: 15px;
}

.swiper-history .swiper-pagination {
  display: block;
  width: 100%;
}

.swiper-history .swiper-pagination-bullets {
  display: block;
}

.swiper-history .swiper-pagination-bullet {
  background: #999;
  margin: 0 3px;
  display: inline-block;
  width: 20px;
  height: 5px;
}

.swiper-history .swiper-pagination-bullet-active {
  background: #d4252c;
}

@media screen and (max-width: 991px) {
  .history .bg {
    padding-bottom: 150px;
  }

  .history-list {
    opacity: 0;
  }
}

.feedback {
  padding: 5% 0;
  background: #292d32;
}

.feedback .bg {
  background: #43464a;
  position: relative;
  z-index: 2;
}

.feedback .bg:before {
  position: absolute;
  content: "";
  left: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
}

.feedback.white-bg {
  background: #ffffff;
}

.feedback.white-bg .bg:before {
  background: #f2f2f2;
}

.feedback .page-title {
  color: #ffffff;
  text-align: center;
  padding-bottom: 2%;
}

.feedback .page-title .cn {
  font-size: 36px;
}

.feedback .page-title .en {
  font-size: 24px;
}

.feedback .text,
.feedback .form {
  width: 50%;
  padding: 30px;
}

.feedback .text.foot,
.feedback .form.foot {
  width: 100%;
  padding: 30px 0;
}

.feedback .text {
  position: relative;
  z-index: 2;
}

.feedback .text .desc {
  width: 56%;
}

.feedback .text .desc li {
  padding-bottom: 5px;
}

.feedback .text .wechat {
  text-align: right;
  font-size: 0;
  width: 42%;
}

.feedback .text .wechat img {
  display: inline-block;
  vertical-align: middle;
}

.feedback .text .title {
  font-size: 18px;
  opacity: .75;
  padding-bottom: 15px;
}

.feedback .text .time {
  font-size: 14px;
  opacity: .75;
}

.feedback .text .num {
  color: #2b378e;
  font-size: 24px;
  text-align: right;
}

.feedback .text .tips {
  margin-top: 25px;
  width: 86%;
}

.feedback .text .qcode {
  text-align: right;
}

.feedback .form .form-group {
  margin: 5px 0;
}

.feedback .form .form-group.half {
  width: 49.6%;
}

.feedback .form .form-control {
  background: #3b3e42;
  border: 0;
  width: 100%;
  padding: 12px 12px;
}

.feedback .form .tips {
  width: 60%;
  vertical-align: middle;
  color: #ffffff;
  opacity: .2;
}

.feedback .form .submit {
  text-align: right;
  vertical-align: middle;
}

.feedback .form .form-submit {
  display: inline-block;
  padding: 8px 30px;
  text-align: center;
  border: 0;
  background: #2b378e;
  color: #ffffff;
}

.feedback .copyright {
  text-transform: uppercase;
  margin-top: 3%;
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
  border-top: solid 1px #3f4952;
}

.feedback .copyright a {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .feedback .bg:before {
    display: none;
  }

  .feedback .page-title .cn {
    font-size: 24px;
  }

  .feedback .page-title .en {
    font-size: 30px;
  }

  .feedback .text {
    background: #ffffff;
    width: 100%;
    padding: 5%;
  }

  .feedback .text .num {
    font-size: 18px;
  }

  .feedback .text .tips {
    margin-top: 10px;
    width: 100%;
  }

  .feedback .form {
    width: 100%;
    padding: 5%;
  }

  .feedback .form .form-group.half {
    width: 100%;
  }

  .feedback .copyright {
    padding: 15px 5%;
    border-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .feedback .bg {
    margin-top: 15%;
  }

  .feedback.white-bg .bg {
    margin-top: 15px;
  }

  .feedback .text .title {
    padding-bottom: 10px;
  }

  .feedback .copyright {
    padding: 5px 5%;
    border-top: 0;
  }
}

.video {
  padding-bottom: 5%;
}

.video .rect-box {
  padding-bottom: 38%;
}

.video .video-js {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 38%;
}

.video .video-js .vjs-big-play-button {
  display: none;
}

@media screen and (max-width: 991px) {
  .video {
    padding-bottom: 1px;
  }

  .video .container {
    padding: 0;
  }
}