* {
  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: #0652a2;
  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: #0652a2;
}

.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: #ffffff;
  position: relative;
  display: inline-block;
  padding: 30px 5px;
  z-index: 1;
  font-size: 16px;
}

.header .navbar-collapse li a:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #ffffff;
  content: " ";
  z-index: -1;
}

.header .navbar-collapse li a:hover {
  color: #0652a2;
}

.header .navbar-collapse li a:hover:before {
  opacity: 1;
  height: 100%;
}

.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 #da0e02;
}

.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: #0652a2;
  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;
  color: #ffffff;
}

.header .topbar .ico {
  background: #ffffff;
  vertical-align: middle;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
}

.header .topbar .icon {
  color: #0652a2;
  font-size: 20px;
}

.header .topbar .icon-global {
  position: relative;
  left: 6px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

.header .topbar .link {
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 5px;
  display: inline-block;
  color: #ffffff;
  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;
    -ms-transform: translateX(250px);
        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: #ffffff;
    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: #ffffff;
    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;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    background: #ffffff;
  }

  .header .navbar-btn.active:after {
    bottom: 0;
    -ms-transform: rotate(-45deg);
        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;
    -ms-transform: translateX(0);
        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: #0652a2;
    border: solid 1px #0652a2;
  }

  .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: 28%;
  }

  .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: #1b1b1b;
  background-size: cover;
  color: #939495;
  position: relative;
  z-index: 99;
}

.footer .container {
  position: relative;
}

.footer a {
  color: #939495;
}

.footer a:hover {
  color: #ffffff;
}

.footer .address {
  vertical-align: top;
}

.footer .address .item {
  padding: 5px 0;
}

.footer .address .title {
  margin-bottom: 10px;
}

.footer .address .title .cn {
  font-size: 20px;
  color: #ffffff;
}

.footer .address .title .en {
  opacity: .7;
}

.footer .item-title {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  border-bottom: solid 1px #0652a2;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.footer .hotline {
  padding-top: 3%;
  vertical-align: top;
}

.footer .hotline .ico {
  display: inline-block;
  vertical-align: middle;
}

.footer .hotline .text {
  display: inline-block;
  vertical-align: middle;
}

.footer .hotline .cn {
  color: #ffffff;
}

.footer .hotline .num {
  font-weight: bold;
  font-size: 30px;
  color: #0652a2;
  background-image: -webkit-linear-gradient(bottom, #0652a2, #007cff, #0652a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .line {
  margin-bottom: 2%;
  border-bottom: solid 1px #626262;
}

.footer .foot-logo {
  vertical-align: middle;
}

.footer .foot-link {
  vertical-align: middle;
  font-size: 0;
}

.footer .foot-link .item {
  display: inline-block;
  padding: 20px;
  font-size: 14px;
}

.footer .foot-link .item:hover {
  color: #ffffff;
  background: #0652a2;
}

.footer .wechat {
  padding-top: 3%;
  vertical-align: top;
}

.footer .wechat .item {
  font-size: 12px;
  display: inline-block;
  text-align: center;
}

.footer .copyright {
  color: #939495;
  padding: 15px 0;
  border-top: solid 1px #626262;
  margin-top: 2%;
}

.footer .copyright .list {
  display: inline-block;
  line-height: 26px;
}

.footer .copyright .list img {
  display: inline-block;
  margin-right: 5px;
}

.footer .copyright .list:first-child {
  margin-right: 15px;
}

.footer .form {
  width: 35%;
  color: #ffffff;
}

.footer .form .form-box {
  position: relative;
  padding-right: 38px;
}

.footer .form .form-half {
  width: 48.5%;
}

.footer .form .form-group {
  margin: 10px 0;
}

.footer .form .form-group.none {
  margin-bottom: 0;
}

.footer .form .form-control {
  background: transparent;
  border: solid 1px #9fa0a0;
  width: 100%;
  padding: 6px 12px;
}

.footer .form .form-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 86%;
  padding: 0 10px;
  text-align: center;
  background: none;
  color: #ffffff;
  background: #0652a2;
  border: none;
}

.footer .form .cn {
  width: 1em;
  display: inline-block;
}

.footer .form .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #9fa0a0;
}

.footer .form .form-control::-ms-input-placeholder {
  color: #9fa0a0;
  font-size: 13px;
}

.footer .form .form-control:placeholder {
  font-size: 13px;
  color: #9fa0a0;
}

.catalog {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-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 #0652a2;
  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: #0652a2;
  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: #0652a2;
  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 #0652a2;
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .footer .line {
    padding-bottom: 15px;
  }

  .footer .hidden-xs {
    display: none;
  }

  .footer .address,
  .footer .hotline,
  .footer .foot-logo,
  .footer .wechat {
    width: 100%;
  }

  .footer .foot-link {
    display: none;
  }

  .footer .address .box {
    display: block;
  }

  .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 .hotline {
    padding: 20px 0;
  }

  .footer .hotline .cn {
    font-size: 20px;
  }

  .footer .hotline .num {
    font-size: 28px;
  }

  .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: 6% 0;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.cate-bg .text {
  width: 68.25%;
}

.cate-bg .en {
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.cate-bg .cn {
  font-size: 28px;
  position: relative;
  display: inline-block;
  margin-top: 0;
  text-transform: uppercase;
}

.cate-bg .cn .em {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
}

.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;
}

.crumb {
  background: #e6e6e6;
}

.crumb .list .item {
  width: 33%;
}

.crumb .list .link {
  text-align: center;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  position: relative;
}

.crumb .list .link:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -18px;
  display: none;
  border-top: 18px solid #0652a2;
  border-right: 60px solid transparent;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.crumb .list .link:hover,
.crumb .list .link:active,
.crumb .list .link:focus,
.crumb .list .link.active {
  background: #0652a2;
  color: #ffffff;
}

.crumb .list .link:hover:after,
.crumb .list .link:active:after,
.crumb .list .link:focus:after,
.crumb .list .link.active:after {
  display: block;
}

.crumb .category {
  font-size: 0;
}

.crumb .category .item {
  display: inline-block;
}

.crumb .category .link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding: 15px 25px;
}

.crumb .category .link .cn {
  position: relative;
  z-index: 8;
}

.crumb .category .link:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  bottom: 0;
  background: #0652a2;
  z-index: 0;
}

.crumb .category .link:active,
.crumb .category .link:hover,
.crumb .category .link:focus {
  color: #ffffff;
}

.crumb .category .link:active:before,
.crumb .category .link:hover:before,
.crumb .category .link:focus:before {
  height: 100%;
}

.crumb-title {
  margin-top: 10px;
  color: #ffffff;
}

.crumb-title a {
  color: #ffffff;
}

.crumb-title .link {
  color: #ffffff;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-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: #0652a2;
  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: #0652a2;
  border: solid 1px #0652a2;
}

.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 {
  text-align: center;
  position: relative;
}

.aside .aside-logo {
  text-align: center;
  padding: 15px 0;
  background: #0652a2;
  border: solid 1px #0652a2;
}

.aside .aside-list {
  padding: 18px;
  border-bottom: solid 1px #ccc;
  background: #ffffff;
}

.aside .aside-list dt {
  padding-left: 15px;
  border-left: solid 2px #0652a2;
  font-size: 16px;
}

.aside .aside-list dd {
  padding-left: 38px;
}

.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: #0652a2;
}

.aside .address dd {
  margin: 0 15px;
  position: relative;
  line-height: 18px;
  padding: 5px 20px;
}

.aside .address dd .em {
  color: #0652a2;
  display: inline-block;
  padding-bottom: 10px;
}

.aside .address dd .ico {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 991px) {
  .cate-bg {
    padding: 15% 0 12%;
  }

  .cate-bg .en {
    font-size: 28px;
  }

  .cate-bg .cn {
    font-size: 20px;
  }

  .crumb {
    position: relative;
    overflow: visible;
  }

  .crumb .category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
        justify-content: left;
    overflow: auto;
    width: 100vw;
  }

  .crumb .category .item {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    position: relative;
  }

  .crumb .category .link {
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 15px 10px;
    z-index: 9;
  }

  .crumb .category .link:active,
  .crumb .category .link:hover,
  .crumb .category .link:focus {
    background: #0652a2;
    color: #ffffff;
  }

  .crumb .category .link:active:after,
  .crumb .category .link:hover:after,
  .crumb .category .link:focus:after {
    left: 0;
    width: 100%;
  }

  .crumb .list .link {
    font-size: 14px;
  }

  .crumb .list .link:after {
    bottom: -10px;
    border-top: 10px solid #0652a2;
    border-right: 40px solid transparent;
  }
}

@media screen and (max-width: 640px) {
  .sidebar {
    display: none;
  }

  .cate-bg {
    padding: 12% 0 8%;
  }

  .cate-bg .en {
    font-size: 20px;
  }

  .cate-bg .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 {
  background: #ffffff;
}

.content.gray {
  background: #f1f1f1;
}

.content.gray-bot {
  padding-bottom: 3%;
}

.gray-bg {
  background: #efefef;
  padding: 3% 0;
}

.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: 3% 0 0;
  font-size: 16px;
  line-height: 1.8;
}

.content-body p {
  padding-bottom: 1em;
}

.content-body table {
  width: 100%;
}

.context {
  margin-bottom: 3%;
}

.context .box {
  vertical-align: middle;
  cursor: pointer;
}

.context .next {
  text-align: right;
}

.content-nav {
  margin-top: 3%;
  font-size: 16px;
  text-align: center;
}

.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: #0652a2;
}

.detail-btn {
  padding: 10px 0;
  display: block;
  background: #da0e02;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
}

.detail-btn:hover {
  color: #ffffff;
}

.detail-nav {
  font-size: 14px;
  margin-bottom: 30px;
  background: transparent;
  border-bottom: solid 1px #bfbfbf;
  margin: 3% 0;
}

.detail-nav .cn {
  display: inline-block;
  color: #ffffff;
  background: #0652a2;
  padding: 12px 36px;
}

.related-title {
  color: #0652a2;
  font-size: 16px;
}

.detail {
  margin-top: 3%;
}

.detail .pic {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.detail .pic .rect-pic {
  padding-bottom: 100%;
}

.detail .pic .rect-pic img {
  width: 100%;
}

.detail .pic-title {
  position: relative;
}

.detail .pic-title .title {
  width: 100%;
  text-align: center;
  color: #0652a2;
}

.detail .pic-title .share {
  position: absolute;
  right: 0;
  top: 0;
}

.detail .text {
  width: 60%;
  padding: 3% 5%;
}

.detail .desc {
  padding: 0;
}

.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-detail .swiper-button-prev,
.detail .swiper-detail .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 20px 20px;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.6);
}

.detail .swiper-detail .swiper-button-prev:hover,
.detail .swiper-detail .swiper-button-prev:active,
.detail .swiper-detail .swiper-button-prev:focus,
.detail .swiper-detail .swiper-button-next:hover,
.detail .swiper-detail .swiper-button-next:active,
.detail .swiper-detail .swiper-button-next:focus {
  background-color: #da0e02;
}

.detail .swiper-detail .swiper-button-prev {
  left: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.detail .swiper-detail .swiper-button-next {
  right: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

.detail-related {
  margin-bottom: 5%;
  position: relative;
}

.detail-related .link {
  position: relative;
  display: block;
  background: #ffffff;
}

.detail-related .link .rect-pic {
  padding-bottom: 100%;
  background: #fff;
}

.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 {
  -ms-transform: scale(1.1);
      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: #3e3a39;
}

.preview {
  margin-bottom: 10px;
}

.thumb {
  margin-top: 20px;
  cursor: pointer;
}

.thumb .swiper-slide-thumb-active .rect-pic {
  border: solid 1px #0652a2;
}

.tab-list .swiper-slide {
  display: block;
}

.tab-list .swiper-slide-thumb-active {
  background: #0652a2;
  border: solid 1px #0652a2;
  color: #ffffff;
}

.tab-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.tab-content .swiper-slide {
  padding: 3% 0;
}

@media screen and (max-width: 991px) {
  .thumbs {
    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: #0652a2;
  }

  .context .back {
    width: 5%;
  }

  .context .prev,
  .context .next {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .content .white-bg {
    top: 0;
  }

  .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: #8f8f8f;
}

.page-list ul li a {
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  color: #ffffff;
}

.page-list ul li.active {
  color: #ffffff;
  background: #da0e02;
}

.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;
  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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.home-title {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 2%;
}

.home-title .cn {
  display: inline-block;
  font-size: 24px;
  position: relative;
  font-weight: bold;
}

.home-title .cn:before,
.home-title .cn:after {
  position: absolute;
  content: "";
  bottom: 0;
}

.home-title .cn:before {
  left: 50%;
  width: 4em;
  margin-left: -2em;
  height: 1px;
  background: transparent;
}

.home-title .cn:after {
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 3px;
  background: transparent;
}

.home-title .en {
  text-transform: uppercase;
  font-size: 20px;
  color: #0652a2;
  opacity: .7;
  position: relative;
  display: block;
}

.home-title .em {
  color: #da0e02;
}

.home-title .desc {
  opacity: .5;
}

.home-title.inner {
  margin-bottom: 0;
}

.home-title.padding {
  margin-top: 3%;
}

.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: #0652a2;
  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: #0652a2;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 10px;
}

.home-form .form {
  width: 50%;
}

.home-form .form .en {
  color: #0652a2;
  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: #0652a2;
  color: #ffffff;
}

.home-more {
  margin: 3% 0;
  text-align: center;
}

.home-more .link {
  display: inline-block;
  background: #da0e02;
  color: #ffffff;
  border: solid 1px;
  padding: 6px 48px;
  font-size: 15px;
  border-radius: 999px;
  font-family: Arial;
}

.home-more .link img {
  display: inline-block;
  margin-left: 5px;
}

.home-more .link:hover {
  background: #ffffff;
  color: #da0e02;
}

.home-more.white .link {
  color: #ffffff;
}

.home-cate {
  -ms-flex: 0 1 15%;
      flex: 0 1 15%;
  background: #0652a2;
  background: #0652a2 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;
    -ms-flex: 0 1 100%;
        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-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 {
  background-color: #3e3a39;
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}

.banner .bg .pc,
.banner .bg .mobile {
  display: block;
}

.banner .bg .mobile {
  display: none;
}

.banner .text {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  padding: 0 10%;
  font-size: 24px;
}

.banner .text .en {
  font-size: 1.3em;
  text-transform: uppercase;
}

.banner .text .cn {
  font-size: 2.6em;
}

.banner .text .desc {
  font-size: 1em;
  padding-top: 25px;
  padding-bottom: 20px;
}

.banner .text .link {
  font-size: .6em;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  border: solid 1px;
}

.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 {
    padding-top: 3%;
  }

  .banner .swiper-pagination-bullet {
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .banner .swiper-pagination-bullet-active {
    background: #0652a2;
  }

  .banner .bg .pc {
    display: none;
  }

  .banner .bg .mobile {
    display: block;
  }

  .banner .text {
    text-align: center;
    font-size: 14px;
  }
}

@keyframes scaleUpDown {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

.home-swiper {
  padding: 3% 0 4%;
}

.about-box {
  overflow: hidden;
}

.home-about {
  position: relative;
}

.home-about .bg {
  background: transparent;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.home-about .text {
  -ms-flex: 0 1 49%;
      flex: 0 1 49%;
  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 {
  margin-bottom: 3.6%;
}

.home-about .text .title .en {
  opacity: .7;
  font-size: .85em;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}

.home-about .text .title .cn {
  font-size: 22px;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}

.home-about .text .desc {
  line-height: 1.8;
  padding: 20px 30px;
}

.home-about .text .desc p {
  padding-bottom: .8em;
}

.home-about .text .more {
  padding: 0 5%;
}

.home-about .text .more .link {
  display: inline-block;
  color: #ffffff;
  padding: 8px 36px;
  background-image: linear-gradient(to right, #da0e02, #da0e02);
  border-radius: 999px;
}

.home-about .text .more .link:hover,
.home-about .text .more .link:focus {
  color: #ffffff;
  background: #0652a2;
}

.home-about .pic {
  position: relative;
  -ms-flex: 0 1 49%;
      flex: 0 1 49%;
  cursor: pointer;
}

.home-about .pic .focus {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 78%;
  overflow: hidden;
}

.home-about .pic .focus:hover img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.home-video .video-js {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 43%;
}

.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: #0652a2;
}

.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;
  -ms-transform: translateY(-50%);
      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: #0652a2;
}

.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;
  -ms-transform: translateX(100%) skew(0deg);
      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 {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.about-item:hover .link,
.about-item:focus .link,
.about-item:active .link {
  color: #ffffff;
  border-color: #da0e02;
}

.about-item:hover .link .em,
.about-item:focus .link .em,
.about-item:active .link .em {
  background: #da0e02;
}

.about-item:hover .link:before,
.about-item:focus .link:before,
.about-item:active .link:before {
  opacity: 1;
  -ms-transform: translateX(10%) skew(-20deg);
      transform: translateX(10%) skew(-20deg);
}

.history {
  padding: 2% 0;
  background: #383838;
}

.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;
  background: #eeeeee;
}

.about-list .link:before,
.about-list .link:after {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  left: 50%;
  bottom: 0;
}

.about-list .link:after {
  background: #3e3a39;
}

.about-list .link:before {
  margin-left: -6px;
  bottom: -16px;
  height: 8px;
  width: 8px;
  border: solid 8px transparent;
}

.about-list .link:hover,
.about-list .link:focus,
.about-list .link:active {
  background: #0652a2;
  color: #ffffff;
}

.about-list .link:hover .list-icon img,
.about-list .link:focus .list-icon img,
.about-list .link:active .list-icon img {
  filter: brightness(100);
}

.about-list .link:hover:before,
.about-list .link:focus:before,
.about-list .link:active:before {
  border-top: solid 8px #3e3a39;
}

.about-list .link:hover:after,
.about-list .link:focus:after,
.about-list .link:active:after {
  left: 0;
  width: 100%;
}

.about-list .swiper-slide-thumb-active .link {
  background: #0652a2;
  color: #ffffff;
}

.about-list .swiper-slide-thumb-active .link .list-icon img {
  filter: brightness(100);
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.home-culture .text {
  line-height: 1.8;
  font-size: 16px;
  padding: 8%;
}

.partner {
  border-top: solid 3px #0652a2;
  padding: 5% 0;
  background: #f5f5f5 url("../img/partner-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.partner .home-more .link {
  color: #969696;
  border: solid 1px #969696;
}

.partner .home-more .link:hover,
.partner .home-more .link:active {
  color: #ffffff;
  border: solid 1px #0652a2;
}

.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 {
  -ms-transform: scale(1.1);
      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: #0652a2;
  padding: 10px 36px;
}

.about .more .link:hover,
.about .more .link:active,
.about .more .link:focus {
  background: #da0e02;
}

.about .pic {
  position: relative;
  width: 49%;
  overflow: hidden;
}

.about .pic img {
  width: 100%;
}

.about .pic:hover img {
  -ms-transform: scale(1.1);
      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 #0652a2;
}

.about .pic .swiper-pagination-bullet-active {
  background-color: #0652a2;
}

@media \0screen {
  .about .pic .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0652A2, endcolorstr=#FF0652A2);
  }
}

.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: #0652a2;
}

.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: #0652a2;
  background: #0652a2 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: #da0e02;
  border: solid 1px #da0e02;
}

.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 {
  -ms-transform: scale(1.1);
      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: #0652a2;
  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: #da0e02;
  border: solid 1px #da0e02;
}

.testing .pic {
  position: relative;
  width: 73%;
}

.testing .test-list .item {
  width: 49%;
  margin-bottom: 1%;
}

.testing .test-list .item:hover .rect-pic img {
  -ms-transform: scale(1.1);
      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-title {
  margin-top: 3%;
  background: #fff url("../img/equipment-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}

.equipment-title .text {
  padding: 3%;
  line-height: 1.8;
  color: #ffffff;
}

.equipment {
  padding: 0;
}

.equipment .list {
  position: relative;
}

.equipment .rect-pic {
  position: relative;
  padding-bottom: 75%;
}

.equipment .rect-pic img {
  width: 100%;
}

.equipment .title {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background: #eeeeee;
}

.equipment .title:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #da0e02;
  width: 2em;
  left: 50%;
  bottom: 15px;
  margin-left: -1em;
}

.equipment .link:hover .rect-pic img,
.equipment .link:active .rect-pic img,
.equipment .link:focus .rect-pic img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.equipment .link:hover .title,
.equipment .link:active .title,
.equipment .link:focus .title {
  background: #0652a2;
  color: #ffffff;
}

.equipment .link:hover .title:after,
.equipment .link:active .title:after,
.equipment .link:focus .title:after {
  background: #ffffff;
}

.equipment .swiper-slide {
  -ms-transform: scale(1);
      transform: scale(1);
}

.equipment .swiper-slide-active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-transform: scale(1);
      transform: scale(1);
}

.equipment .swiper-slide-active .title {
  background: #0652a2;
  color: #ffffff;
}

.equipment .swiper-slide-active .title:after {
  background: #ffffff;
}

.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: #da0e02;
}

.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 #0652a2;
}

.equipment .swiper-equipment .swiper-pagination-bullet-active {
  background-color: #0652a2;
}

@media \0screen {
  .equipment .swiper-equipment .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0652A2, endcolorstr=#FF0652A2);
  }
}

.equipment.inner {
  padding: 3% 0;
  background: url("../img/equipment-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}

.equipment.inner .swiper-slide {
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}

.equipment.inner .swiper-slide-active {
  -ms-transform: scale(0.85);
      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 {
  -ms-transform: scale(0.85);
      transform: scale(0.85);
}

.home-certificate .swiper-slide-active {
  -ms-transform: scale(1);
      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: #0652a2;
  background-color: rgba(6, 82, 162, 0.75);
}

@media \0screen {
  .home-certificate .title {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF0652A2, endcolorstr=#BF0652A2);
  }
}

.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: #da0e02;
}

.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 {
  -ms-transform: scale(1);
      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(6, 82, 162, 0.75);
}

@media \0screen {
  .home-certificate.inner .swiper-slide .cn {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF0652A2, endcolorstr=#BF0652A2);
  }
}

.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: 5% 0;
}

.certificate .list {
  position: relative;
  margin: 0 -15px;
}

.certificate .item {
  float: left;
  width: 25%;
}

.certificate .link {
  margin: 15px;
  display: block;
}

.certificate .link img {
  width: 100%;
}

.certificate .link .rect-pic {
  border: solid 1px #b6b6b6;
  padding-bottom: 100%;
}

.certificate .link .title {
  background: #f1f1f1;
  text-align: center;
  padding: 15px 0;
}

.certificate .link:hover .title,
.certificate .link:active .title,
.certificate .link:focus .title {
  color: #ffffff;
  background: #0652a2;
}

@media screen and (max-width: 991px) {
  .home-about .bg {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .home-about .text {
    padding-bottom: 8%;
  }

  .home-about .pic {
    -ms-flex: 0 1 100%;
        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: #0652a2;
  }

  .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: #0652a2;
  }

  .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: #0652a2;
    background: #0652a2 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-about .text .cn {
    font-size: 20px;
  }

  .home-about .text .en {
    padding: 5px 0;
    font-size: 14px;
  }

  .home-about .text .more .link {
    text-align: center;
    padding: 10px 0;
    display: block;
  }

  .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: #da0e02;
  }

  .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;
  }

  .about-item .ico {
    width: 80px;
  }

  .about-item .icon {
    font-size: 80px;
  }

  .about-item .summary {
    padding: 0 0 0 8%;
  }

  .about-item .title {
    font-size: 18px;
  }

  .about-item .desc {
    font-size: 12px;
    width: 90%;
  }

  .about-item .link .em {
    font-size: 12px;
    padding: 5px 24px;
  }

  .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;
  }
}

.super-nav {
  margin-bottom: 15px;
}

.super-nav .swiper-slide {
  cursor: pointer;
  padding: 10px 0 15px;
  text-align: center;
}

.super-nav .swiper-slide .ico {
  display: inline-block;
  vertical-align: middle;
}

.super-nav .swiper-slide .cn {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.super-nav .swiper-slide-thumb-active {
  background: url("../img/super-item.png") center bottom no-repeat;
  background-size: 100% 100%;
}

.super-nav .swiper-slide-thumb-active .ico {
  filter: brightness(100);
}

.super-nav .swiper-slide-thumb-active .cn {
  color: #ffffff;
}

.home-super {
  padding: 2% 0;
  margin-bottom: 2%;
  background: #f7f8f8;
  background: #f7f8f8 url("../img/super-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}

.home-super .justify {
  width: 50%;
  margin: 0 0 0 29%;
}

.home-super .item {
  width: 32%;
  text-align: center;
}

.home-super .ico {
  filter: brightness(100);
}

.home-super .cn {
  margin-top: 5px;
  color: #ffffff;
  font-size: 18px;
}

.super {
  padding: 5% 0;
  background: #eeeeee;
}

.super .list {
  width: 58.5%;
}

.super .list .item {
  margin: 0 0 15px;
}

.super .list .title {
  background: #e8e8e8;
  margin-bottom: 10px;
}

.super .list .ico {
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  margin-right: 10px;
  display: inline-block;
  background: #000;
  vertical-align: middle;
}

.super .pic {
  position: relative;
  width: 40%;
}

.super .pic img {
  width: 100%;
}

.super .pic .swiper-pagination-bullets {
  width: 100%;
  bottom: -20px;
}

.super .pic .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: transparent;
  border: solid 2px #0652a2;
}

.super .pic .swiper-pagination-bullet-active {
  background-color: #0652a2;
}

@media \0screen {
  .super .pic .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0652A2, endcolorstr=#FF0652A2);
  }
}

@media screen and (max-width: 991px) {
  .super .list,
  .super .pic {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .super-nav .swiper-slide .ico {
    width: 24px;
  }

  .super-nav .swiper-slide .cn {
    font-size: 14px;
  }

  .home-super .item img {
    width: 48px;
  }

  .home-super .cn {
    font-size: 14px;
  }
}

.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: #da0e02;
}

.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 {
  -ms-transform: scale(1.1);
      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: #0652a2;
  }

  .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 {
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
}

.news .pic {
  -ms-flex: 0 1 30%;
      flex: 0 1 30%;
  overflow: hidden;
  position: relative;
}

.news .pic .swiper-slide {
  position: relative;
  z-index: 2;
}

.news .pic .swiper-slide .rect-pic {
  padding-bottom: 108%;
}

.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: #0652a2;
  background: #ffffff;
}

.news .pic .swiper-slide:hover .more,
.news .pic .swiper-slide:active .more,
.news .pic .swiper-slide:focus .more {
  border-top: solid 1px #0652a2;
}

.news .pic .swiper-slide:hover .more .icon,
.news .pic .swiper-slide:active .more .icon,
.news .pic .swiper-slide:focus .more .icon {
  color: #0652a2;
}

.news .pic .swiper-slide:hover .rect-pic img,
.news .pic .swiper-slide:active .rect-pic img,
.news .pic .swiper-slide:focus .rect-pic img {
  -ms-transform: scale(1.1);
      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: #da0e02;
}

.news .list {
  position: relative;
  width: 68%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      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: #da0e02;
}

.news .list .link:hover:after,
.news .list .link:focus:after,
.news .list .link:active:after {
  height: 100%;
}

.news .list .link:hover .ico,
.news .list .link:focus .ico,
.news .list .link:active .ico {
  background: #da0e02;
  box-shadow: 0 0 10px 0 rgba(189, 15, 5, 0.6);
  border: solid 1px #ffffff;
  color: #ffffff;
}

.news .list .text {
  width: 71%;
  padding-left: 15px;
  vertical-align: middle;
}

.news .list .time {
  background: #0652a2;
  color: #ffffff;
  padding: 15px 0;
  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;
  border-bottom: dashed 1px;
  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: 5% 0;
}

.news-list .item {
  margin-bottom: 2.5%;
}

.news-list .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.news-list .link .pic {
  -ms-flex: 0 1 25%;
      flex: 0 1 25%;
}

.news-list .link .text {
  -ms-flex: 0 1 74%;
      flex: 0 1 74%;
  padding: 2%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.news-list .link .title {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.news-list .link .time {
  vertical-align: middle;
  width: 118px;
  height: 118px;
  background: #0652a2;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.news-list .link .summary {
  vertical-align: middle;
  width: 83%;
}

.news-list .link .date {
  color: #ffffff;
  font-size: 28px;
}

.news-list .link .year {
  color: #ffffff;
  font-size: 16px;
}

.news-list .link .rect-pic {
  padding-bottom: 56%;
}

.news-list .link .rect-pic img {
  width: 100%;
}

.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;
}

.news-list .link:hover .rect-pic img,
.news-list .link:focus .rect-pic img,
.news-list .link:active .rect-pic img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.news-list .link:hover .text,
.news-list .link:focus .text,
.news-list .link:active .text {
  background: #da0e02;
}

.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-list {
  margin: 30px 0;
}

.down-list .list {
  position: relative;
  width: 100%;
  border: solid 1px #dfdfdf;
  margin-bottom: 10px;
}

.down-list .link {
  padding: 0 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.down-list .link .time {
  display: inline-block;
  vertical-align: middle;
  color: #8d8d8e;
}

.down-list .link .title {
  display: inline-block;
  padding: 10px 0;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.down-list .link:hover {
  background: #0652a2;
}

.down-list .link:hover .title,
.down-list .link:hover .time {
  color: #fff;
}

.headline {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
}

.headline .tips {
  padding: 15px 0;
  background: #0652a2;
  color: #ffffff;
  vertical-align: middle;
  width: 13%;
  text-align: center;
  position: relative;
}

.headline .tips:before {
  position: absolute;
  content: "";
  background: #0652a2;
  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: #0652a2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.headline .time {
  color: #0652a2;
}

.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 {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .news .pic {
    width: 100%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
  }

  .news .list {
    width: 100%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
  }

  .news-list .link .summary {
    width: 75%;
  }

  .news-list .link .pic {
    -ms-flex: 0 1 20%;
        flex: 0 1 20%;
  }

  .news-list .link .text {
    -ms-flex: 0 1 79%;
        flex: 0 1 79%;
  }

  .headline .title {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .news {
    padding: 3% 0;
  }

  .news .list {
    margin-top: 25px;
  }

  .news .list .time {
    width: 20%;
  }

  .news .list .more {
    font-size: 12px;
    text-align: right;
    width: 20%;
  }

  .news .list .text {
    width: 60%;
  }

  .news .list .date {
    font-size: 16px;
  }

  .news .list .year {
    font-size: 12px;
  }

  .news .list .title {
    font-size: 14px;
  }

  .news .list .desc {
    font-size: 12px;
  }

  .news .list .ico {
    font-size: 12px;
    padding: 3px 10px;
  }

  .news-bg {
    margin-top: 0;
    padding: 36px 0 0;
  }

  .news-list .link {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .news-list .link .time {
    width: 70px;
    height: 70px;
  }

  .news-list .link .summary {
    width: 76%;
  }

  .news-list .link .title {
    font-size: 16px;
  }

  .news-list .link .desc {
    margin-top: 5px;
    line-height: 1.5;
  }

  .news-list .link .date {
    font-size: 16px;
  }

  .news-list .link .year {
    font-size: 12px;
  }

  .news-list .link .rect-pic {
    padding-bottom: 56%;
  }

  .news-list .link .pic {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
  }

  .news-list .link .text {
    padding: 5% 5%;
    -ms-flex: 0 1 100%;
        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 5%;
  background: #fff url("../img/product-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}

.product .home-title .en {
  color: #da0e02;
}

.product .title {
  text-align: center;
}

.product .bg {
  position: relative;
}

.product .text {
  width: 100%;
}

.product .pic {
  width: 100%;
}

.product .list {
  width: 100%;
  position: relative;
}

.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;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  z-index: 100;
  position: relative;
}

.product .product-tab-list .swiper-slide .rect-pic {
  padding-bottom: 21%;
}

.product .product-tab-list .swiper-slide .rect-pic img {
  width: 100%;
}

.product .product-tab-list .swiper-slide .cn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 10;
}

.product .product-tab-list .swiper-slide .cn .em {
  margin-top: 5px;
  font-style: normal;
  color: #3e3a39;
  font-size: 14px;
  opacity: .7;
  display: none;
}

.product .product-tab-list .swiper-slide .num {
  width: 56px;
  height: 36px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.product .product-tab-list .swiper-slide .num:after {
  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 .pic-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 9;
  background: #0652a2;
  background-color: rgba(6, 82, 162, 0.65);
}

@media \0screen {
  .product .product-tab-list .swiper-slide .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#A60652A2, endcolorstr=#A60652A2);
  }
}

.product .product-tab-list .swiper-slide:nth-child(2n) .pic-bg {
  background: #da0e02;
  background-color: rgba(218, 14, 2, 0.65);
}

@media \0screen {
  .product .product-tab-list .swiper-slide:nth-child(2n) .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#A6DA0E02, endcolorstr=#A6DA0E02);
  }
}

.product .product-tab-list .swiper-slide:nth-child(3n) .pic-bg {
  background: #595757;
  background-color: rgba(89, 87, 87, 0.65);
}

@media \0screen {
  .product .product-tab-list .swiper-slide:nth-child(3n) .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#A6595757, endcolorstr=#A6595757);
  }
}

.product .product-tab-list .swiper-slide:hover .rect-pic img,
.product .product-tab-list .swiper-slide:active .rect-pic img,
.product .product-tab-list .swiper-slide:focus .rect-pic img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.product .product-tab-list .swiper-slide-thumb-active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.product .product-tab-list .swiper-slide-thumb-active .cn {
  font-weight: bold;
}

.product .product-tab-list .swiper-slide-thumb-active .cn .em {
  display: block;
}

.product .product-tab-list .swiper-slide-thumb-active .num {
  display: none;
}

.product .product-tab-list .swiper-slide-thumb-active .ico {
  display: inline-block;
}

.product .swiper-product .swiper-pagination {
  display: none;
}

.product .swiper-product .swiper-button-prev,
.product .swiper-product .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 20px 20px;
  border: solid 1px transparent;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 999px;
}

.product .swiper-product .swiper-button-prev:hover,
.product .swiper-product .swiper-button-prev:active,
.product .swiper-product .swiper-button-prev:focus,
.product .swiper-product .swiper-button-next:hover,
.product .swiper-product .swiper-button-next:active,
.product .swiper-product .swiper-button-next:focus {
  background-color: #0652a2;
}

.product .swiper-product .swiper-button-prev {
  left: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.product .swiper-product .swiper-button-next {
  right: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

.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 .link {
  padding: 0;
  background: #fff;
  position: relative;
  display: block;
  z-index: 2;
}

.home-product-list .link .rect-pic {
  position: relative;
  padding-bottom: 100%;
}

.home-product-list .link .rect-pic .img {
  width: 100%;
}

.home-product-list .link .pic-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: #626262;
  background-color: rgba(98, 98, 98, 0.85);
}

@media \0screen {
  .home-product-list .link .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D9626262, endcolorstr=#D9626262);
  }
}

.home-product-list .link .pic-bg .text {
  padding: 10px 0;
  text-align: center;
}

.home-product-list .link .pic-bg .cn {
  font-size: 16px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.home-product-list .link .pic-bg .cn:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #da0e02;
}

.home-product-list .link .pic-bg .more {
  color: #ffffff;
  display: none;
}

.home-product-list .link:hover .pic-bg,
.home-product-list .link:active .pic-bg,
.home-product-list .link:focus .pic-bg {
  padding: 15px 0;
  background: #0652a2;
  background-color: rgba(6, 82, 162, 0.85);
}

@media \0screen {
  .home-product-list .link:hover .pic-bg,
  .home-product-list .link:active .pic-bg,
  .home-product-list .link:focus .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D90652A2, endcolorstr=#D90652A2);
  }
}

.home-product-list .link:hover .pic-bg .cn:after,
.home-product-list .link:active .pic-bg .cn:after,
.home-product-list .link:focus .pic-bg .cn:after {
  left: 0;
  width: 100%;
}

.home-product-list .link:hover .pic-bg .more,
.home-product-list .link:active .pic-bg .more,
.home-product-list .link:focus .pic-bg .more {
  display: block;
}

.home-product-list .link:hover .rect-pic .img,
.home-product-list .link:active .rect-pic .img,
.home-product-list .link:focus .rect-pic .img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.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;
}

.product-list .link .rect-pic {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
}

.product-list .link .rect-pic img {
  width: 100%;
}

.product-list .link .title {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  background: #a0a0a0;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.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: #0652a2;
  background-color: rgba(6, 82, 162, 0.75);
}

@media \0screen {
  .product-list .link .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF0652A2, endcolorstr=#BF0652A2);
  }
}

.product-list .link .pic-bg .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 999px;
  text-align: center;
  background: #ffffff;
  border-radius: 999px;
  color: #0652a2;
  padding: 10px 30px;
  position: relative;
}

.product-list .link:hover,
.product-list .link:active {
  color: #ffffff;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.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 {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.product-list .link:hover .title,
.product-list .link:active .title {
  color: #ffffff;
  background: #0652a2;
}

.product-cate {
  padding: 10px 0 20px;
  font-size: 0;
}

.product-cate .item {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  background: #ffffff;
  padding: 6px 30px;
}

.product-cate .item:last-child {
  margin-right: 0;
}

.product-cate .item:hover,
.product-cate .item:active,
.product-cate .item:focus {
  color: #3e3a39;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.product-cate .item:hover .cn:after,
.product-cate .item:active .cn:after,
.product-cate .item:focus .cn:after {
  left: 50%;
  bottom: 0;
  width: 1.2em;
  margin-left: -.6em;
}

.product-cate .cn {
  display: inline-block;
  position: relative;
}

.product-cate .cn:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #da0e02;
}

.product-cate.inner .item:hover,
.product-cate.inner .item:active,
.product-cate.inner .item:focus {
  color: #ffffff;
  box-shadow: none;
  background: #0652a2;
}

.product-cate.inner .cn:after {
  background: transparent;
}

.product-crumb {
  margin-top: 3%;
  padding: 15px 0;
  border-bottom: solid 1px #7d7d7d;
}

.product-crumb .form {
  font-size: 0;
}

.product-crumb .en {
  text-transform: uppercase;
  font-size: 24px;
}

.product-crumb .input {
  font-size: 14px;
  line-height: 21px;
  padding: 0 6px;
  border: solid 1px #7d7d7d;
  display: inline-block;
  vertical-align: middle;
}

.product-crumb .icon {
  color: #ffffff;
  font-size: 20px;
}

.product-crumb .btn {
  padding: 0 12px;
  vertical-align: middle;
  border: none;
  background: #0652a2;
  color: #ffffff;
  display: inline-block;
}

@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%;
  }

  .product .product-tab-list .swiper-slide {
    font-size: 14px;
  }

  .product .product-tab-list .swiper-slide .rect-pic {
    padding-bottom: 36%;
  }

  .product .product-tab-list .swiper-slide .rect-pic img {
    -ms-transform: scale(3.5);
        transform: scale(3.5);
  }

  .product .product-tab-list .swiper-slide-thumb-active .rect-pic img {
    -ms-transform: scale(2.5) !important;
        transform: scale(2.5) !important;
  }

  .product .swiper-product {
    min-height: 20px;
    margin-top: 5px;
    position: relative;
  }

  .product .swiper-product .swiper-button-prev,
  .product .swiper-product .swiper-button-next {
    display: none;
  }

  .product .swiper-product .swiper-pagination {
    display: block;
    width: 100%;
  }

  .product .swiper-product .swiper-pagination-bullets {
    display: block;
  }

  .product .swiper-product .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .product .swiper-product .swiper-pagination-bullet-active {
    width: 15px;
    background: #0652a2;
  }

  .product-list .item {
    width: 48.5%;
  }

  .product-cate .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5px;
    text-align: center;
  }

  .product-cate .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .home-product-list .item {
    width: 100%;
  }

  .product-list {
    padding: 15px 0;
  }

  .product-list .item {
    width: 48.5%;
  }

  .product-list .link {
    padding: 8px;
  }

  .product-list .link .pic-bg .em {
    font-size: 18px;
  }
}

.contact {
  padding: 1% 0;
}

.contact .title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: solid 1px #0652a2;
}

.contact .title .cn {
  color: #0652a2;
  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: #0652a2;
}

@media \0screen {
  .contact .pic .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0652A2, endcolorstr=#FF0652A2);
  }
}

.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;
}

.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%;
  color: #ffffff;
}

.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: transparent;
  border: solid 1px #9fa0a0;
  width: 100%;
  border-radius: 5px;
  padding: 12px;
}

.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 {
  display: inline-block;
  padding: 10px 56px;
  text-align: center;
  border: 0;
  background: #0652a2;
  border-radius: 999px;
  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: #0652a2;
}

.contact .form .desc .ico svg {
  fill: #0652a2;
  width: 20px;
  height: 20px;
}

.contact .form .title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.contact .form .title .en {
  display: block;
  font-size: 13.2px;
  font-weight: normal;
  text-transform: uppercase;
}

.contact .form .title:before {
  position: absolute;
  content: "";
  height: 3px;
  background: #0652a2;
  width: 1em;
  left: 0;
  bottom: 0;
}

.map .rect-map {
  padding-bottom: 56%;
}

.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: #0652a2;
  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;
}

.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: #da0e02;
  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 :-ms-input-placeholder {
  color: #ffffff;
}

.home-contact .form ::placeholder {
  color: #ffffff;
}

.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: #da0e02;
  border-radius: 999px;
  position: relative;
}

.home-contact.white {
  color: #ffffff;
  padding-top: 0;
  background: #ffffff;
}

.home-contact.white .bg {
  padding: 0;
  background: #0652a2 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:-ms-input-placeholder {
  color: #ffffff;
}

.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: #0652a2;
}

.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 {
  border: solid 1px #bfbfbf;
  border-left: none;
  border-right: none;
  padding: 15px 0;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-list .ico {
  display: inline-block;
  vertical-align: middle;
}

.contact-list .en {
  line-height: 1;
  opacity: .6;
  text-transform: uppercase;
}

.contact-list .cn {
  position: relative;
  top: 3px;
  display: inline-block;
  vertical-align: middle;
}

.contact-list .text,
.contact-list .map {
  width: 49%;
}

.contact-list .text {
  width: 50%;
  padding: 0;
}

.contact-list .desc {
  font-size: 16px;
  line-height: 1.8;
}

.contact-list .desc .item {
  margin-bottom: 10px;
}

.contact-list .desc .icon {
  font-size: 20px;
}

.contact-list .desc .dib {
  display: inline-block;
  vertical-align: top;
}

.contact-list .desc .ico {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #0652a2;
  text-align: center;
  border: solid 1px;
  border-radius: 5px;
}

.contact-list .desc .em {
  display: block;
  font-weight: bold;
  font-size: 28px;
  color: #0652a2;
  background-image: -webkit-linear-gradient(bottom, #0652a2, #007cff, #0652a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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: #0652a2;
}

.contact-list.orange:before {
  background: #ed8600;
}

@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: #0652a2;
  }

  .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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .contact .form-btn .form-submit {
    width: 100%;
  }

  .contact .form-btn .tips {
    width: 100%;
    padding-top: 20px;
  }

  .map {
    margin-top: 0;
  }

  .map .rect-30 {
    padding-bottom: 68.25%;
  }
}

.home-apply {
  padding: 3% 0;
  background: #fff;
  overflow: hidden;
}

.home-apply .list {
  position: relative;
  left: -2.5%;
  width: 105%;
}

.home-apply .apply-content .link {
  display: block;
  padding-bottom: 30%;
}

.home-apply .apply-content .img {
  width: 100%;
}

.home-apply .swiper-list .swiper-slide {
  -ms-transform: scale(0.85) translateY(15%);
      transform: scale(0.85) translateY(15%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.home-apply .swiper-list .swiper-slide .pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-apply .swiper-list .swiper-slide .pic .img {
  width: 100%;
}

.home-apply .swiper-list .swiper-slide .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  color: #fff;
  background: url("../img/apply-slide.png") 0 0 no-repeat;
  background-size: cover;
}

.home-apply .swiper-list .swiper-slide .bg .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 8%;
}

.home-apply .swiper-list .swiper-slide .bg .text {
  display: table-cell;
  vertical-align: middle;
}

.home-apply .swiper-list .swiper-slide .num {
  font-size: 60px;
  opacity: .5;
}

.home-apply .swiper-list .swiper-slide .cn {
  font-size: 30px;
  position: relative;
  display: inline-block;
  padding-top: 8%;
}

.home-apply .swiper-list .swiper-slide .icon {
  position: relative;
  display: inline-block;
  padding: 15px 0 10px;
  text-transform: uppercase;
}

.home-apply .swiper-list .swiper-slide .icon:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: 0;
  width: 2.6em;
}

.home-apply .swiper-list .swiper-slide .en {
  font-size: 20px;
  color: #da0e02;
  text-transform: uppercase;
}

.home-apply .swiper-list .swiper-slide-active {
  -ms-transform: scale(1.15);
      transform: scale(1.15);
}

.home-apply .swiper-list .swiper-slide-active .bg {
  background: url("../img/apply-slide-active.png") 0 0 no-repeat;
}

.home-apply .swiper-list .swiper-slide-active .bg .text {
  padding: 0 15px;
}

.home-apply .swiper-list .swiper-slide-active .en {
  color: #522800;
  display: block;
}

.home-apply .swiper-list .link {
  display: block;
}

.home-apply .swiper-apply .swiper-pagination {
  display: none;
}

.home-apply .swiper-apply .swiper-button-prev,
.home-apply .swiper-apply .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 20px 20px;
  border: solid 1px #0652a2;
  border-radius: 999px;
}

.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: #3e3a39;
}

.home-apply .swiper-apply .swiper-button-prev {
  left: -64px;
}

.home-apply .swiper-apply .swiper-button-next {
  right: -64px;
}

.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: #0652a2;
  background-color: rgba(6, 82, 162, 0.75);
}

@media \0screen {
  .apply-list .link .bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF0652A2, endcolorstr=#BF0652A2);
  }
}

.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%;
  -ms-transform: scale(1.005);
      transform: scale(1.005);
}

.apply-list .link:hover,
.apply-list .link:active,
.apply-list .link:focus {
  -ms-transform: scale(1.15);
      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 {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.img-list {
  overflow: hidden;
  margin: 3% -15px;
}

.img-list .item {
  width: 33.333%;
  float: left;
}

.img-list .link {
  margin: 15px;
  position: relative;
  display: block;
  background: #ffffff;
}

.img-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: #0652a2;
  background-color: rgba(6, 82, 162, 0.5);
}

@media \0screen {
  .img-list .link .bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#800652A2, endcolorstr=#800652A2);
  }
}

.img-list .link .bg .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}

.img-list .link .bg .text {
  display: table-cell;
  vertical-align: middle;
}

.img-list .link .cn {
  font-size: 28px;
  position: relative;
  display: block;
  padding-bottom: 10px;
  letter-spacing: 4px;
}

.img-list .link .en {
  font-size: 16px;
  text-transform: uppercase;
}

.img-list .link .text-blue {
  background: #0652a2;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
}

.img-list .link .rect-pic {
  padding-bottom: 70%;
}

.img-list .link .rect-pic img {
  width: 100%;
}

.img-list .link:hover .bg,
.img-list .link:active .bg,
.img-list .link:focus .bg {
  width: 100%;
  height: 100%;
}

.img-list .link:hover .rect-pic img,
.img-list .link:active .rect-pic img,
.img-list .link:focus .rect-pic img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.apply-inner {
  padding: 2% 0;
}

.apply-inner .bg {
  position: relative;
  overflow: hidden;
}

.apply-inner .text .swiper-container {
  height: 100%;
}

.apply-inner .pic {
  width: 100%;
}

.apply-inner .apply-tab-list .swiper-slide {
  border: dashed 1px #9fa0a0;
  border-top: none;
  border-left: none;
  z-index: 9;
}

.apply-inner .apply-tab-list .swiper-slide:nth-child(2n) {
  border-bottom: none;
}

.apply-inner .apply-tab-list .swiper-slide .link {
  display: block;
  position: relative;
}

.apply-inner .apply-tab-list .swiper-slide .link:hover .cn,
.apply-inner .apply-tab-list .swiper-slide .link:active .cn,
.apply-inner .apply-tab-list .swiper-slide .link:focus .cn {
  color: #ffffff;
}

.apply-inner .apply-tab-list .swiper-slide .link:hover .ico img,
.apply-inner .apply-tab-list .swiper-slide .link:active .ico img,
.apply-inner .apply-tab-list .swiper-slide .link:focus .ico img {
  filter: brightness(100);
}

.apply-inner .apply-tab-list .swiper-slide .link:hover .rect-pic img,
.apply-inner .apply-tab-list .swiper-slide .link:active .rect-pic img,
.apply-inner .apply-tab-list .swiper-slide .link:focus .rect-pic img {
  opacity: 1;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.apply-inner .apply-tab-list .swiper-slide .rect-pic {
  padding-bottom: 75%;
}

.apply-inner .apply-tab-list .swiper-slide .rect-pic img {
  opacity: 0;
  width: 100%;
}

.apply-inner .apply-tab-list .swiper-slide .ico {
  position: relative;
  z-index: 2;
  vertical-align: middle;
}

.apply-inner .apply-tab-list .swiper-slide .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  text-align: center;
  color: #da0e02;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.apply-inner .apply-tab-list .swiper-slide .cn {
  font-size: 16px;
}

.apply-inner .apply-tab-list .swiper-slide .en {
  font-size: .5em;
}

.apply-inner .apply-tab-list .swiper-slide .desc {
  font-size: 16px;
  position: relative;
  z-index: 2;
  padding: 10% 0;
  display: none;
  opacity: 0;
  position: relative;
}

.apply-inner .apply-tab-list .swiper-slide .dot {
  position: relative;
  z-index: 2;
  display: none;
  opacity: 0;
}

.apply-inner .apply-tab-list .swiper-slide:hover {
  color: #0652a2;
}

.apply-inner .apply-tab-list .swiper-slide:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-image: linear-gradient(to top, #da0e02, transparent);
}

.apply-inner .apply-tab-list .swiper-slide-thumb-active {
  color: #ffffff;
}

.apply-inner .apply-tab-list .swiper-slide-thumb-active .title {
  display: block;
}

.apply-inner .apply-tab-list .swiper-slide-thumb-active .desc {
  display: block;
  opacity: 1;
}

.apply-inner .apply-tab-list .swiper-slide-thumb-active .dot {
  display: block;
  opacity: 1;
}

.apply-inner .apply-tab-list .swiper-slide-thumb-active .cn {
  color: #ffffff;
}

.apply-inner .apply-tab-list .swiper-slide-thumb-active .ico img {
  filter: brightness(100);
}

.apply-inner .apply-tab-list .swiper-slide-thumb-active .rect-pic img {
  opacity: 1;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.apply-inner .apply-tab-content .link {
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .home-apply .list {
    width: 100%;
    left: 0;
  }

  .apply-inner .bg {
    margin-bottom: 30px;
  }

  .apply-inner .text {
    width: 100%;
  }

  .apply-inner .apply-tab-list .swiper-slide {
    border-bottom: none;
    text-align: center;
  }

  .apply-inner .apply-tab-list .swiper-slide .ico {
    width: 36px;
    display: block;
    margin-right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .apply-inner .apply-tab-list .swiper-slide .desc {
    display: none !important;
  }

  .apply-inner .apply-tab-content .swiper-slide:before {
    background: #0652a2;
    background-color: #0652a2;
    width: 38%;
  }

  .apply-inner .swiper-apply-tab .swiper-pagination {
    z-index: 999;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
  }

  .apply-inner .swiper-apply-tab .swiper-pagination-bullet {
    margin: 0 2px;
    background: #3e3a39;
    width: 5px;
    height: 5px;
  }

  .apply-inner .swiper-apply-tab .swiper-pagination-bullet-active {
    background: #0652a2;
  }
}

@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;
  }

  .img-list .link .cn {
    font-size: 20px;
  }

  .img-list .link .en {
    font-size: 14px;
  }

  .img-list .link .ico img {
    width: 50px;
  }
}

.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: #0652a2;
  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: #0652a2;
  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;
  }
}