* {
  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: #393939;
}

a {
  color: #393939;
}

a:hover {
  color: #0f95a3;
  text-decoration: none;
}

img {
  max-width: 100%;
}

*[class*="rect-"] {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
}

a:before,
a:after,
*:before,
*:after,
.trans {
  transition: all .4s ease 0s;
}

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0px;
  font-size: 0px;
}

.justify:after {
  content: " ";
  height: 0px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.justify > * {
  text-align: left;
  font-size: 14px;
}

.justify .box {
  display: inline-block;
  vertical-align: top;
}

.page-wrap {
  background: #f5f5f5;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.left-box {
  width: 20%;
  margin-top: 4%;
}

.right-box {
  width: 76%;
  margin-top: 4%;
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .container,
  .main-box {
    max-width: 76%;
  }
}

@media screen and (max-width: 1150px) {
  .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .left-box {
    width: 30%;
  }

  .right-box {
    width: 66%;
  }
}

@media screen and (max-width: 640px) {
  body {
    padding-top: 48px;
  }

  .main-box {
    width: 100%;
  }

  .left-box {
    width: 100%;
    margin-top: 0;
  }

  .right-box {
    width: 100%;
  }

  .hidden-xs {
    display: none !important;
  }
}

.header {
  width: 100%;
  z-index: 1000;
  position: relative;
  background: #ffffff;
}

.header .container {
  position: relative;
}

.header .navbar-brand,
.header .navbar {
  vertical-align: middle;
}

.header .navbar-brand {
  width: 24%;
}

.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: 78%;
}

.header .navbar-collapse li {
  position: relative;
}

.header .navbar-collapse li a {
  color: #0f95a3;
  position: relative;
  display: inline-block;
  padding: 25px 15px;
  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: #0f95a3;
  content: " ";
  z-index: -1;
}

.header .navbar-collapse li a:hover {
  color: #ffffff;
}

.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 #55ba84;
}

.header .sub-list .link {
  text-align: left;
  display: block;
  padding: 15px;
  background: #fff;
  color: #393939;
  border-bottom: solid 1px #e3e3e3;
  font-size: 15px;
}

.header .sub-list .link:hover {
  background: #0f95a3;
  color: #ffffff;
}

.header .sub-list .link:before {
  background: transparent;
}

.header .sub-list.active {
  display: block;
}

.header .topbar {
  position: absolute;
  padding: 0;
  top: 50%;
  right: 15px;
  margin-top: -15px;
  font-size: 17px;
}

.header .topbar .ico {
  vertical-align: middle;
  display: inline-block;
}

.header .topbar .icon {
  color: #0f95a3;
  font-size: 20px;
}

.header .topbar .link {
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 5px;
  display: inline-block;
  color: #0f95a3;
  position: relative;
}

.header .topbar .link:first-child {
  padding-left: 15px;
}

.header .topbar .link:first-child:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  margin-top: -7px;
  left: 0;
  top: 50%;
  background: #0f95a3;
}

@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: 10px 15px;
  }

  .header .navbar {
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 100%;
    height: 0;
    z-index: 8;
    position: relative;
  }

  .header .logo {
    display: inline-block;
  }

  .header .navbar-collapse {
    height: 0;
    width: 100%;
  }

  .header .navbar-collapse li {
    display: block;
    opacity: 0;
    transform: translateX(250px);
    transition: all .2s ease .3s;
  }

  .header .navbar-collapse li a {
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    display: block;
    color: #ffffff;
  }

  .header .navbar-btn {
    z-index: 9;
    right: 15px;
    background: #0f95a3;
    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: #0f95a3;
    transition: top .3s, bottom .3s, transform .3s;
  }

  .header .navbar-btn:before {
    top: -6px;
  }

  .header .navbar-btn:after {
    bottom: -6px;
  }

  .header .navbar-btn.active {
    background: transparent;
  }

  .header .navbar-btn.active:before {
    top: 0;
    transform: rotate(45deg);
    background: #ffffff;
  }

  .header .navbar-btn.active:after {
    bottom: 0;
    transform: rotate(-45deg);
    background: #ffffff;
  }

  .header .bg {
    display: none;
  }

  .header .topbar {
    right: 55px;
    margin-top: -13px;
  }

  .header .topbar .link:first-child:before {
    display: none;
  }

  .header.open {
    border-bottom: 0;
  }

  .header.open .topbar {
    display: none;
  }

  .header.open .navbar {
    position: fixed;
    opacity: 1;
    height: auto;
  }

  .header.open .navbar-collapse {
    height: auto;
  }

  .header.open .navbar-collapse li {
    opacity: 1;
    transform: translateX(0);
  }

  .header.open .navbar-collapse li:nth-child(1) {
    transition-duration: 0.4s;
  }

  .header.open .navbar-collapse li:nth-child(2) {
    transition-duration: 0.5s;
  }

  .header.open .navbar-collapse li:nth-child(3) {
    transition-duration: 0.6s;
  }

  .header.open .navbar-collapse li:nth-child(4) {
    transition-duration: 0.7s;
  }

  .header.open .navbar-collapse li:nth-child(5) {
    transition-duration: 0.8s;
  }

  .header.open .navbar-collapse li:nth-child(6) {
    transition-duration: 0.9s;
  }

  .header.open .navbar-collapse li:nth-child(7) {
    transition-duration: 1s;
  }

  .header.open .bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .navbar-search .search-btn {
    width: 22px;
    height: 22px;
  }

  .navbar-search .search-btn:hover,
  .navbar-search .search-btn:active {
    background: #0f95a3;
    border: solid 1px #0f95a3;
  }

  .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: 38%;
  }

  .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 .container {
  position: relative;
}

.footer a {
  color: #fafafa;
}

.footer a:hover {
  color: #ffffff;
}

.footer .text {
  width: 80%;
  text-align: center;
}

.footer .foot-link {
  padding: 10px 0;
  background: #212423;
  font-size: 18px;
  border-bottom: solid 1px #3b3b3b;
}

.footer .foot-link .box {
  vertical-align: middle;
}

.footer .foot-link .quick {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  color: #ffffff;
  border: solid 1px;
}

.footer .foot-link .quick:first-child {
  margin-right: 10px;
}

.footer .foot-link .quick:hover,
.footer .foot-link .quick:focus,
.footer .foot-link .quick:active {
  background: #ffffff;
  color: #0f95a3;
}

.footer .foot-link .link {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #ffffff;
}

.footer .copyright {
  background: #212423;
  color: #fafafa;
  padding: 25px 0;
}

.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;
}

.catalog {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
  width: 60px;
}

.catalog .title {
  background: #e5e5e5;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  padding: 15px 0;
  text-transform: uppercase;
  display: none;
}

.catalog .link {
  display: block;
  text-align: left;
  padding: 15px;
  position: relative;
  background: #ffffff;
  border-bottom: solid 1px #0f95a3;
  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: #0f95a3;
  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: #0f95a3;
  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 #0f95a3;
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .footer .hidden-xs {
    display: none;
  }

  .footer .share .link {
    margin: 0 5px;
  }

  .footer .foot-link .box:first-child {
    width: 100%;
    text-align: center;
  }

  .footer .foot-link img {
    display: inline-block;
    margin-top: 15px;
  }

  .footer .foot-link .quick {
    width: 46.5%;
  }

  .footer .foot-link .link {
    display: none;
  }

  .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 .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: 10% 0;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.cate-bg .text {
  width: 68.25%;
}

.cate-bg .en {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-top: 3%;
}

.cate-bg .cn {
  font-size: 48px;
  position: relative;
  display: inline-block;
  margin-top: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
}

.cate-bg .cn .em {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 2px;
  margin-left: 0;
  content: " ";
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
}

.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 {
  padding: 10px 0;
  position: relative;
  background: #efefef;
}

.crumb .box {
  vertical-align: middle;
}

.category {
  margin: 5% 0 3%;
  font-size: 0;
  text-align: center;
}

.category .item {
  display: inline-block;
  margin: 0 10px;
}

.category .link {
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  margin-bottom: 10px;
  z-index: 9;
  background: #eeeeee;
}

.category .link:active,
.category .link:hover,
.category .link:focus {
  background: #0f95a3;
  color: #ffffff;
}

.category .link:active:after,
.category .link:hover:after,
.category .link:focus:after {
  left: 0;
  width: 100%;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
}

.sidebar .item {
  margin-bottom: 10px;
  float: right;
  clear: both;
}

.sidebar .link {
  font-size: 0;
}

.sidebar .link .bg,
.sidebar .link .hover {
  width: 28px;
  height: 28px;
  margin: 6px;
}

.sidebar .link .hover {
  display: none;
}

.sidebar .link .ico {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 999px;
  display: inline-block;
  text-align: center;
}

@media \0screen {
  .sidebar .link .ico {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B3000000, endcolorstr=#B3000000);
  }
}

.sidebar .link .icon {
  font-size: 22px;
  color: #ffffff;
}

.sidebar .link .text {
  vertical-align: middle;
  display: none;
  padding: 0 0 0 15px;
  font-size: 18px;
  background: #0f95a3;
  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: #0f95a3;
  border: solid 1px #0f95a3;
}

.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: #0f95a3;
  border: solid 1px #0f95a3;
}

.aside .aside-list {
  padding: 18px;
  border-bottom: solid 1px #ccc;
  background: #ffffff;
}

.aside .aside-list dt {
  padding-left: 15px;
  border-left: solid 2px #0f95a3;
  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: #0f95a3;
}

.aside .address dd {
  margin: 0 15px;
  position: relative;
  line-height: 18px;
  padding: 5px 20px;
}

.aside .address dd .em {
  color: #0f95a3;
  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;
  }

  .cate-bg .en {
    font-size: 28px;
  }

  .cate-bg .cn {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .sidebar {
    display: none;
  }

  .cate-bg {
    padding: 20% 0;
  }

  .cate-bg .en {
    font-size: 20px;
  }

  .cate-bg .cn {
    font-size: 20px;
  }

  .category {
    text-align: left;
  }

  .category .item {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 5px;
  }

  .category .item:nth-child(even) {
    margin-right: 0;
  }

  .category .link {
    display: block;
    text-align: center;
    font-size: 14px;
  }

  .aside {
    width: 100%;
  }

  .aside .aside-logo {
    margin-top: 3%;
  }

  .aside .aside-logo img {
    width: 30%;
  }

  .aside .address {
    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 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 {
  font-size: 16px;
}

.content-nav .title {
  font-size: 28px;
  font-weight: bold;
}

.infor {
  margin: 2% 0;
}

.infor .item {
  padding: 5px 0;
  width: 48.5%;
  border-bottom: solid 1px #cccccc;
  font-size: 13px;
}

.infor .item .title {
  color: #0f95a3;
}

.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: #0f95a3;
}

.detail-btn {
  padding: 10px 25px;
  width: 120px;
  display: block;
  margin: 5% auto 0;
  background: #0f95a3;
  color: #ffffff;
  text-align: center;
}

.detail-btn:hover {
  color: #ffffff;
}

.detail-nav {
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  background: #0f95a3;
  color: #ffffff;
  margin: 3% 0;
}

.related-title {
  color: #0f95a3;
  font-size: 16px;
}

.detail {
  margin-top: 5%;
  background: #eeeeee url("../img/detail.jpg") right bottom no-repeat;
}

.detail .pic {
  position: relative;
  width: 40%;
}

.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: #0f95a3;
}

.detail .pic-title .share {
  position: absolute;
  right: 0;
  top: 0;
}

.detail .text {
  width: 60%;
  padding: 3% 5%;
}

.detail .desc {
  padding: 0;
  border-top: solid 1px #e3e3e3;
}

.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: 64px;
  height: 64px;
  background-size: 20px 20px;
  border-radius: 999px;
  border: solid 1px #0f95a3;
}

.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: #393939;
}

.detail .swiper-detail .swiper-button-prev {
  left: -80px;
}

.detail .swiper-detail .swiper-button-next {
  right: -80px;
}

.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 {
  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: #393939;
}

.preview {
  margin-bottom: 10px;
}

.thumb {
  margin-top: 20px;
  cursor: pointer;
}

.thumb .swiper-slide-thumb-active .rect-pic {
  border: solid 1px #0f95a3;
}

.tab-list .swiper-slide {
  display: block;
}

.tab-list .swiper-slide-thumb-active {
  background: #0f95a3;
  border: solid 1px #0f95a3;
  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) {
  .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: #0f95a3;
  }

  .thumb {
    display: none;
  }

  .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 {
  line-height: 18px;
  display: inline-block;
  float: left;
  margin-right: 2px;
  padding: 8px 12px;
  border: solid 1px #ddd;
  border-right: none;
  border-radius: 0;
  border-radius: 4px;
  background: #ffffff;
}

.page-list ul li a {
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  color: #393939;
}

.page-list ul li:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.page-list ul li:first-child {
  border-radius: 4px 0 0 4px;
}

.page-list ul li:last-child {
  border-radius: 0 4px 4px 0;
}

.page-list ul li.active {
  color: #ffffff;
  background: #0f95a3;
}

.page-list ul li.active a {
  color: #ffffff;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.active {
  display: block;
}

.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#af000000, endcolorstr=#af000000);
  background: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-body .video-js {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 56.25vw;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.home-title {
  text-align: center;
  padding: 15px 0;
  overflow: hidden;
}

.home-title .cn {
  display: block;
  line-height: 30px;
  font-size: 30px;
  position: relative;
  font-weight: bold;
  color: #202020;
  text-transform: uppercase;
}

.home-title .en {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #585858;
  opacity: .75;
}

.home-title .desc {
  margin-top: 15px;
  opacity: .7;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

.home-title.inner .en {
  padding-bottom: 10px;
}

.home-title.inner .en:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 2px;
  bottom: 0;
  background: #0f95a3;
}

.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: #0f95a3;
  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: #0f95a3;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 10px;
}

.home-form .form {
  width: 50%;
}

.home-form .form .en {
  color: #0f95a3;
  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: #0f95a3;
  color: #ffffff;
}

.home-more {
  margin: 3% 0;
  text-align: center;
}

.home-more .link {
  display: inline-block;
  color: #0f95a3;
  border: solid 1px;
  padding: 6px 64px;
  font-size: 15px;
  border-radius: 5px;
  font-family: Arial;
}

.home-more .link img {
  display: inline-block;
  margin-left: 5px;
}

.home-more .link:hover {
  background: #0f95a3;
  color: #ffffff;
}

.home-more.white .link {
  color: #ffffff;
}

.home-cate {
  flex: 0 1 15%;
  background: #0f95a3;
  background: #0f95a3 url("../img/logo-dot.png") 25px 25px no-repeat;
  color: #ffffff;
  text-align: center;
}

.home-cate .title {
  padding-top: 60%;
}

.home-cate .cn {
  padding-left: 10px;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 20px;
  vertical-align: top;
}

.home-cate .en {
  font-weight: 400;
  vertical-align: top;
  font-size: 30px;
  width: 1em;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .home-cate {
    background-position: 15px 15px;
    padding: 15px 0;
    flex: 0 1 100%;
  }

  .home-cate .title {
    text-align: center;
    padding-top: 0;
  }

  .home-cate .cn {
    width: auto;
    display: block;
    padding-left: 0;
  }

  .home-cate .en {
    font-size: 1em;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }

  .home-title .cn {
    font-size: 2em;
  }

  .home-title .desc {
    font-size: 1em;
  }

  .home-form {
    padding: 3% 0 5%;
  }

  .home-form .container {
    border-top: solid 1px #d1d1d1;
    padding-top: 3%;
  }

  .home-form .doc {
    width: 100%;
  }

  .home-form .doc .en {
    font-size: 1.5em;
  }

  .home-form .form {
    width: 100%;
  }

  .home-form .form .en {
    padding-top: 15px;
    font-size: 1.2em;
  }

  .home-form .form .cn {
    width: 5em;
    font-size: 1em;
  }

  .home-form .form .desc {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .home-title .cn {
    font-size: 24px;
  }

  .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: #393939;
  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 .swiper-pagination-bullet {
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .banner .swiper-pagination-bullet-active {
    background: #0f95a3;
  }

  .banner .bg .pc {
    display: none;
  }

  .banner .bg .mobile {
    display: block;
  }

  .banner .text {
    text-align: center;
    font-size: 14px;
  }
}

@-webkit-keyframes scaleUpDown {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

.home-about {
  padding: 5% 0;
}

.home-about .bg {
  overflow: hidden;
  display: flex;
}

.home-about .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 1 60%;
  background: #eee;
}

.home-about .text .title {
  margin-bottom: 3.6%;
}

.home-about .text .title .en {
  text-transform: uppercase;
  line-height: 1;
  display: block;
}

.home-about .text .title .cn {
  font-size: 24px;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}

.home-about .text .desc {
  font-size: 16px;
  padding: 3%;
}

.home-about .text .desc p {
  padding-bottom: .8em;
}

.home-about .text .more .link {
  display: inline-block;
  border: solid 1px;
  color: #0f95a3;
  padding: 5px 30px;
}

.home-about .text .more .link:hover,
.home-about .text .more .link:focus {
  background: #0f95a3;
  color: #ffffff;
}

.home-about .pic {
  position: relative;
  flex: 0 1 25%;
  cursor: pointer;
}

.home-about .pic .solgon {
  width: 70%;
  vertical-align: middle;
}

.home-about .pic .btn {
  vertical-align: middle;
  width: 38px;
  height: 38px;
  border: solid 2px;
  border-radius: 999px;
  position: relative;
  margin-left: 10px;
}

.home-about .pic .btn:after {
  position: absolute;
  content: "";
  border: solid 10px transparent;
  border-left: solid 10px #ffffff;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -5px;
}

.home-about .pic .video-nav {
  width: 100%;
  z-index: 9999;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #ffffff;
}

.home-about .pic .video-nav .cn {
  font-size: 16px;
}

.home-about .pic .video-nav .en {
  text-transform: uppercase;
  font-size: .7em;
  opacity: .8;
}

.home-about .pic .video-cover {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 165%;
  overflow: hidden;
}

.home-about .pic .video-cover:hover img {
  transform: scale(1.1);
}

.home-about .pic .video-title {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  background: #000;
}

.home-about .list {
  display: flex;
}

.home-about .list .item {
  overflow: hidden;
}

.home-about .list .item img {
  width: 100%;
}

.home-about .list .item:hover img {
  transform: scale(1.1);
}

.about-item {
  display: block;
  position: relative;
  width: 100%;
}

.about-item .rect-box {
  padding-bottom: 43.75%;
}

.about-item .box {
  vertical-align: middle;
}

.about-item .ico {
  width: 120px;
}

.about-item .list {
  width: 70%;
}

.about-item .icon {
  font-size: 120px;
}

.about-item .summary {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  top: 50%;
  padding: 0 0 0 15%;
}

.about-item .title {
  font-size: 32px;
}

.about-item .desc {
  width: 70%;
  padding: 5% 0;
}

.about-item .white {
  color: #ffffff;
}

.about-item .blue {
  color: #0f95a3;
}

.about-item .link {
  display: inline-block;
  border: solid 1px;
  position: relative;
  overflow: hidden;
}

.about-item .link .em {
  font-style: normal;
  position: relative;
  z-index: 2;
  padding: 10px 36px;
  display: block;
}

.about-item .link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 140%;
  background: #000;
  opacity: 0;
  transform: translateX(100%) skew(0deg);
  z-index: -1;
}

.about-item:hover .ico,
.about-item:focus .ico,
.about-item:active .ico {
  transform: rotateY(180deg);
}

.about-item:hover .cover,
.about-item:focus .cover,
.about-item:active .cover {
  transform: scale(1.1);
}

.about-item:hover .link,
.about-item:focus .link,
.about-item:active .link {
  color: #ffffff;
  border-color: #c30d23;
}

.about-item:hover .link .em,
.about-item:focus .link .em,
.about-item:active .link .em {
  background: #c30d23;
}

.about-item:hover .link:before,
.about-item:focus .link:before,
.about-item:active .link:before {
  opacity: 1;
  transform: translateX(10%) skew(-20deg);
}

.history {
  padding: 2% 0;
  background: #383838;
}

.about-list {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.about-list .list-item {
  width: 32.5%;
  position: relative;
  text-align: center;
}

.about-list .list-item:first-child .em {
  padding-right: 0;
}

.about-list .list-item:first-child .em:after {
  content: "";
}

.about-list .desc,
.about-list .num {
  display: block;
  vertical-align: middle;
}

.about-list .desc {
  font-size: 18px;
}

.about-list .small {
  font-size: 14px;
  color: #585858;
  display: block;
}

.about-list .em {
  font-size: 64px;
  line-height: 1;
  position: relative;
  padding-right: 38px;
  font-weight: bold;
  color: #00aeff;
}

.about-list .em:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -38px;
  font-size: 64px;
  line-height: 64px;
  font-weight: bold;
  content: "+";
}

.partner {
  border-top: solid 3px #0f95a3;
  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 #0f95a3;
}

.partner-list {
  margin: 3% auto 0;
}

.partner-list .item {
  width: 24.6%;
  background: #ffffff;
  margin-bottom: 0.5%;
}

.partner-list .item .link .rect-pic {
  padding-bottom: 56%;
}

.partner-list .item .link img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.partner-list .item .link:hover img {
  transform: scale(1.1);
}

.partner-list .item.none {
  margin-bottom: 0;
}

.about {
  padding: 0 0 5%;
}

.about .bg {
  background: #eeeeee;
  padding: 25px 0 25px 15px;
}

.about .desc {
  padding: 0 3%;
}

.about .item {
  position: relative;
}

.about .item:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  background: #0f95a3;
  z-index: 0;
}

.about .text {
  width: 57%;
}

.about .text p {
  padding-bottom: 1em;
}

.about .pic {
  position: relative;
  width: 43%;
}

.about .pic img {
  width: 100%;
}

.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 #0f95a3;
}

.about .pic .swiper-pagination-bullet-active {
  background-color: #0f95a3;
}

@media \0screen {
  .about .pic .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0F95A3, endcolorstr=#FF0F95A3);
  }
}

.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: #0f95a3;
}

.about-inner .pic .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 20px;
}

.culture {
  padding: 5% 0;
}

.culture .bg {
  position: relative;
}

.culture .bg:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #f1f1f1;
  z-index: 0;
}

.culture .text,
.culture .pic {
  width: 50%;
}

.culture .pic {
  position: relative;
}

.culture .pic .swiper-pagination-bullets {
  width: 100%;
  text-align: center;
  bottom: 15px;
}

.culture .pic .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: #0f95a3;
}

.culture .pic .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 20px;
}

.culture .culture-list {
  position: relative;
  padding: 0 8%;
  z-index: 9;
}

.culture .culture-list .box {
  vertical-align: top;
}

.culture .culture-list .item {
  width: 50%;
  margin: 6% 0 0;
}

.culture .culture-list dt.box {
  font-weight: bold;
  width: 5em;
  font-size: 18px;
}

.culture .culture-list dd.box {
  text-align: left;
  width: 68%;
}

.culture .culture-list dd.box p {
  padding: 0 !important;
}

.equipmnet .rect-link {
  padding-bottom: 65%;
}

.equipmnet .rect-link img {
  width: 100%;
}

.equipmnet .title {
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

@media \0screen {
  .equipmnet .title {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000);
  }
}

.equipmnet .swiper-equipment {
  width: 100%;
  position: relative;
}

.equipmnet .swiper-equipment .swiper-pagination-bullets {
  width: 100%;
  bottom: -20px;
}

.equipmnet .swiper-equipment .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: transparent;
  border: solid 2px #0f95a3;
}

.equipmnet .swiper-equipment .swiper-pagination-bullet-active {
  background-color: #0f95a3;
}

@media \0screen {
  .equipmnet .swiper-equipment .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0F95A3, endcolorstr=#FF0F95A3);
  }
}

.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: #0f95a3;
}

@media screen and (max-width: 991px) {
  .home-about .bg {
    flex-direction: column;
  }

  .home-about .pic {
    flex: 0 1 100%;
  }

  .home-about .pic .video-nav {
    display: none;
  }

  .home-about .pic .video-cover {
    padding-bottom: 68.25%;
  }

  .home-about .pic .video-cover img {
    width: 100%;
    transform: translateY(-30%);
  }

  .about .bg {
    padding: 0;
  }

  .about .desc {
    padding: 3%;
  }

  .about .pic {
    width: 100%;
  }

  .about .text {
    padding-top: 30px;
    width: 100%;
  }

  .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 .swiper-pagination-bullet,
  .culture .pic .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .culture .text .swiper-pagination-bullet-active,
  .culture .pic .swiper-pagination-bullet-active {
    width: 10px;
  }

  .culture .text {
    background: #f1f1f1;
  }

  .culture .bg:after {
    display: none;
  }

  .culture .culture-list {
    padding: 3% 8%;
  }

  .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: #c30d23;
  }

  .home-about .text .btn .link {
    line-height: 30px;
    font-size: 12px;
  }

  .about-list .list-item {
    width: 100%;
  }

  .about-list .em {
    font-size: 36px;
    padding-right: 28px;
  }

  .about-list .em:after {
    font-size: 36px;
  }

  .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%;
  }

  .culture .culture-list .item {
    width: 48.5%;
  }
}

.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 #0f95a3;
}

.super .pic .swiper-pagination-bullet-active {
  background-color: #0f95a3;
}

@media \0screen {
  .super .pic .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0F95A3, endcolorstr=#FF0F95A3);
  }
}

@media screen and (max-width: 991px) {
  .super .list,
  .super .pic {
    width: 100%;
  }
}

.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: #c30d23;
}

.honor .swiper-honor .swiper-button-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.honor .swiper-honor .swiper-button-next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

.honor-list .link {
  position: relative;
  display: block;
}

.honor-list .link .rect-pic {
  border: solid 1px #b6b6b6;
  padding-bottom: 100%;
}

.honor-list .link .rect-pic .img {
  width: 100%;
}

.honor-list .link:hover,
.honor-list .link:active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.honor-list .link:hover .img,
.honor-list .link:active .img {
  transform: scale(1.1);
}

@media screen and (max-width: 640px) {
  .honor .swiper-honor {
    top: -15px;
    position: relative;
  }

  .honor .swiper-honor .swiper-button-prev,
  .honor .swiper-honor .swiper-button-next {
    display: none;
  }

  .honor .swiper-honor .swiper-pagination {
    display: block;
    width: 100%;
  }

  .honor .swiper-honor .swiper-pagination-bullets {
    display: block;
  }

  .honor .swiper-honor .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .honor .swiper-honor .swiper-pagination-bullet-active {
    background: #0f95a3;
  }

  .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: 5% 0;
}

.news .bg {
  display: flex;
}

.news .list {
  flex: 0 1 85%;
  overflow: hidden;
  position: relative;
}

.news .list .swiper-slide {
  background: #f8f8f8;
  position: relative;
  z-index: 2;
}

.news .list .swiper-slide .rect-pic {
  padding-bottom: 56.25%;
}

.news .list .swiper-slide .rect-pic img {
  width: 100%;
}

.news .list .swiper-slide .text {
  padding: 15px;
}

.news .list .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 .list .swiper-slide .text .desc {
  text-align: left;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  opacity: .75;
  margin-bottom: 5%;
}

.news .list .swiper-slide .time {
  margin-bottom: 3%;
  text-align: center;
}

.news .list .swiper-slide .date {
  display: block;
  font-weight: bold;
  font-size: 48px;
}

.news .list .swiper-slide .day {
  font-size: 14px;
}

.news .list .swiper-slide .more {
  border-top: solid 1px #a4a3a3;
  padding: 10px 0;
}

.news .list .swiper-slide .more .icon {
  font-size: 36px;
  opacity: .75;
}

.news .list .swiper-slide:hover,
.news .list .swiper-slide:active,
.news .list .swiper-slide:focus {
  color: #0f95a3;
  background: #ffffff;
}

.news .list .swiper-slide:hover .more,
.news .list .swiper-slide:active .more,
.news .list .swiper-slide:focus .more {
  border-top: solid 1px #0f95a3;
}

.news .list .swiper-slide:hover .more .icon,
.news .list .swiper-slide:active .more .icon,
.news .list .swiper-slide:focus .more .icon {
  color: #0f95a3;
}

.news .list .swiper-slide:hover .rect-pic img,
.news .list .swiper-slide:active .rect-pic img,
.news .list .swiper-slide:focus .rect-pic img {
  transform: scale(1.1);
}

.news .list .swiper-news {
  margin-top: 3%;
  background: #c30d23;
  height: 38px;
  position: relative;
}

.news .list .swiper-news .swiper-pagination {
  display: none;
}

.news .list .swiper-news .swiper-button-prev,
.news .list .swiper-news .swiper-button-next {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  background-size: 20px 20px;
  left: 50%;
}

.news .list .swiper-news .swiper-button-prev {
  margin-left: -96px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.news .list .swiper-news .swiper-button-next {
  margin-right: -96px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

.news .pic {
  position: relative;
  width: 45%;
}

.news .pic .link {
  display: block;
}

.news .pic .rect-pic {
  padding-bottom: 55%;
}

.news .pic .rect-pic img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.news .pic .text {
  padding: 3%;
  background: #fff;
}

.news .pic .time {
  opacity: .75;
}

.news .pic .title {
  margin-top: 1%;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.news .pic .desc {
  padding-top: 10px;
  height: 40px;
  line-height: 16px;
  overflow: hidden;
  opacity: .75;
}

.news-bg {
  padding: 5% 0;
}

.news-list {
  padding: 3% 0 0;
}

.news-list .item {
  width: 31.5%;
  margin-bottom: 2.5%;
}

.news-list .item.none {
  margin-bottom: 0;
}

.news-list .link {
  display: block;
  padding: 20px;
  background: #ffffff;
}

.news-list .link .title {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-list .link .time {
  color: #878787;
  padding: 10px 0;
  display: block;
}

.news-list .link .time img {
  display: inline-block;
  margin-right: 5px;
}

.news-list .link .rect-pic {
  padding-bottom: 56%;
}

.news-list .link .rect-pic img {
  width: 100%;
}

.news-list .link .text {
  width: 100%;
}

.news-list .link .desc {
  border-top: solid 1px #dedede;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 13px;
  color: #878787;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list .link:hover,
.news-list .link:focus,
.news-list .link:active {
  background: #0f95a3;
  color: #ffffff;
}

.news-list .link:hover .rect-pic img,
.news-list .link:focus .rect-pic img,
.news-list .link:active .rect-pic img {
  transform: scale(1.1);
}

.news-list .link:hover .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: #0f95a3;
}

.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: #0f95a3;
  color: #ffffff;
  vertical-align: middle;
  width: 13%;
  text-align: center;
  position: relative;
}

.headline .tips:before {
  position: absolute;
  content: "";
  background: #0f95a3;
  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: #0f95a3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.headline .time {
  color: #0f95a3;
}

.headline .more {
  vertical-align: middle;
}

.headline .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

@media screen and (max-width: 991px) {
  .news .bg {
    flex-direction: column;
  }

  .news .list {
    flex: 0 1 100%;
  }

  .news .swiper-news {
    margin-top: 5px;
    position: relative;
  }

  .news .swiper-news .swiper-button-prev,
  .news .swiper-news .swiper-button-next {
    display: none;
  }

  .news .swiper-news .swiper-pagination {
    display: block;
    width: 100%;
  }

  .news .swiper-news .swiper-pagination-bullets {
    display: block;
  }

  .news .swiper-news .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .news .swiper-news .swiper-pagination-bullet-active {
    background: #0f95a3;
  }

  .news-list .item {
    width: 50%;
    margin-bottom: 48px;
  }

  .headline .title {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .news .list .link {
    width: 100%;
    margin-bottom: 15px;
  }

  .news-bg {
    margin-top: 0;
    padding: 36px 0 0;
  }

  .news-list .item {
    width: 100%;
    margin-bottom: 28px;
  }

  .news-list .link {
    padding: 5%;
  }

  .news-list .link .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .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: 5% 0 3%;
  background: url("../img/product-bg.jpg") 50% 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.product .bg {
  position: relative;
}

.product .list {
  width: 100%;
  position: relative;
}

.product .swiper-slide .link {
  transform: scale(0.9);
  border: solid 2px #0f95a3;
  background: #0f95a3;
}

.product .swiper-slide-active .link {
  transform: scale(1);
  border: solid 2px #c30d23;
  background: #c30d23;
}

.product .swiper-product .swiper-pagination {
  display: none;
}

.product .swiper-product .swiper-button-prev,
.product .swiper-product .swiper-button-next {
  width: 64px;
  height: 64px;
  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: #0f95a3;
}

.product .swiper-product .swiper-button-prev {
  left: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.product .swiper-product .swiper-button-next {
  right: 30px;
  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;
  position: relative;
  display: block;
  z-index: 2;
  border-radius: 10px;
  border: solid 1px #0f95a3;
  color: #ffffff;
}

.home-product-list .link .rect-pic {
  position: relative;
  padding-bottom: 138%;
}

.home-product-list .link .rect-pic .img {
  border-radius: 10px;
  width: 100%;
}

.home-product-list .link .pic-bg {
  padding: 15px;
}

.home-product-list .link .pic-bg .text {
  width: 60%;
}

.home-product-list .link .pic-bg .btn {
  vertical-align: middle;
  width: 38px;
  height: 38px;
  border: solid 2px;
  border-radius: 999px;
  position: relative;
  margin-left: 10px;
}

.home-product-list .link .pic-bg .btn:after {
  position: absolute;
  content: "+";
  font-size: 36px;
  left: 50%;
  margin-left: -11px;
  margin-top: -29px;
  top: 50%;
}

.home-product-list .link .pic-bg .en {
  font-size: 18px;
  display: block;
}

.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 {
  padding-bottom: 100%;
  background: #fff;
}

.product-list .link .rect-pic img {
  width: 100%;
}

.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-color: rgba(0, 0, 0, 0.85);
}

@media \0screen {
  .product-list .link .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D9000000, endcolorstr=#D9000000);
  }
}

.product-list .link .pic-bg .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 8%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.product-list .link .pic-bg .em {
  font-size: 2em;
  padding-bottom: 15px;
}

.product-list .link .pic-bg .cn {
  font-size: 20px;
  position: relative;
}

.product-list .link .pic-bg .en {
  font-size: 1.2em;
  text-transform: uppercase;
  display: block;
}

.product-list .link .pic-bg .btn {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ffffff;
  text-align: center;
}

.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 .title,
.product-list .link:active .title {
  opacity: 0;
}

.product-list .link:hover img,
.product-list .link:active img {
  transform: scale(1.1);
}

.product-cate {
  padding: 5% 0;
}

.product-cate .item {
  width: 15%;
  margin-bottom: 20px;
}

.product-cate .title {
  margin-bottom: 10px;
}

.product-cate .title .link {
  display: block;
  text-align: center;
  background: #212423;
  color: #ffffff;
  padding: 10px 0;
}

.product-cate .title .link:hover {
  background: #0f95a3;
}

.product-cate .list .link {
  display: block;
}

@media screen and (max-width: 991px) {
  .product {
    margin-bottom: 5%;
  }

  .product .list {
    padding-bottom: 5%;
  }

  .product .swiper-product {
    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 {
    background: #0f95a3;
  }

  .product-list .item {
    width: 48.5%;
  }

  .product-cate .item {
    width: 30%;
  }
}

@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;
  }

  .product-cate .item {
    width: 48.5%;
  }
}

.contact {
  padding: 5% 0;
  background: #dcdcdc;
}

.contact.white {
  background: #ffffff;
}

.contact .bg .form {
  padding: 2%;
}

.contact .gray {
  background: #efefef;
  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(57, 57, 57, 0.75);
}

@media \0screen {
  .contact .pic .swiper-pagination-bullet {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF393939, endcolorstr=#BF393939);
  }
}

.contact .pic .swiper-pagination-bullet-active {
  background-color: #0f95a3;
}

@media \0screen {
  .contact .pic .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0F95A3, endcolorstr=#FF0F95A3);
  }
}

.contact .text {
  position: relative;
  z-index: 2;
}

.contact .text .desc ul {
  padding: 25px;
}

.contact .text .desc li {
  padding-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.contact .text .desc li .ico {
  display: inline-block;
  vertical-align: middle;
}

.contact .text .desc li .ico svg {
  width: 30px;
  fill: #b6b6b6;
}

.contact .text .wechat {
  padding: 25px;
  text-align: right;
  width: 42%;
}

.contact .text .qcode {
  text-align: center;
  display: inline-block;
  font-size: 12px;
}

.contact .online .title {
  font-size: 18px;
}

.contact .online .ico {
  margin: 20px 0;
}

.contact .online .link {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: solid 1px #646464;
  border-radius: 999px;
  margin-right: 30px;
}

.contact .online .link:last-child {
  margin-right: 0;
}

.contact .online .link img {
  margin: 5px;
}

.contact .form {
  padding: 2% 0 2% 2%;
}

.contact .form .form-group {
  margin: 5px 0;
}

.contact .form .form-group:first-child {
  margin: 0 0 5px;
}

.contact .form .form-control {
  background: #fafafa;
  border: 0;
  width: 100%;
  padding: 12px 12px;
}

.contact .form .tips {
  width: 60%;
  vertical-align: middle;
  opacity: .75;
}

.contact .form .submit {
  text-align: right;
  vertical-align: middle;
}

.contact .form .form-submit {
  display: inline-block;
  padding: 8px 36px;
  text-align: center;
  border: 0;
  background: #0f95a3;
  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: #0f95a3;
}

.contact .form .desc .ico svg {
  fill: #0f95a3;
  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: #0f95a3;
  width: 1em;
  left: 0;
  bottom: 0;
}

.map {
  margin-top: 25px;
}

.map .rect-30 {
  padding-bottom: 30%;
}

.home-contact {
  padding: 5% 0;
  background: #000b1e url("../img/feedback-bg.jpg") 50% 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.home-contact .bg {
  background: #efefef;
  padding: 3%;
}

.home-contact .pic,
.home-contact .text,
.home-contact .form {
  width: 50%;
}

.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: #0f95a3;
  width: 2em;
  left: 0;
  bottom: 0;
}

.home-contact .hotline {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}

.home-contact .desc ul {
  padding: 15px 0;
}

.home-contact .desc li {
  padding-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home-contact .wechat {
  width: 35%;
}

.home-contact .qcode {
  width: 48.5%;
  text-align: center;
  font-size: 12px;
}

.home-contact .form {
  padding: 0 0 0 2%;
}

.home-contact .form .form-half {
  width: 48.5%;
}

.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: #fafafa;
  border: 0;
  width: 100%;
  padding: 15px 15px;
}

.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: 8px 30px;
  text-align: center;
  border: 0;
  background: #0f95a3;
  color: #ffffff;
  position: relative;
}

.home-contact.white {
  color: #ffffff;
  padding-top: 0;
  background: #ffffff;
}

.home-contact.white .bg {
  padding: 0;
  background: #0f95a3 url("../img/contact.jpg") right 0 no-repeat;
}

.home-contact.white .wechat {
  width: 45%;
}

.home-contact.white .form {
  width: 60%;
  padding: 3%;
}

.home-contact.white .form .form-half {
  width: 48.5%;
}

.home-contact.white .form .form-control {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-bottom: solid 1px #ffffff;
  background: transparent;
}

.home-contact.white .form .form-control::placeholder {
  color: #ffffff;
}

.home-contact.white .form .form-submit {
  background: transparent;
  border: solid 1px;
}

.home-contact.white .pic {
  width: 40%;
  padding: 2%;
  background: #0f95a3;
}

@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 {
    background: #fbfbfb;
  }

  .home-contact .bg .form {
    background: #0d1728;
  }

  .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;
  }
}

@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 .text .desc ul {
    padding: 15px;
  }

  .contact .text .desc li {
    padding-bottom: 10px;
  }

  .map {
    margin-top: 0;
  }

  .map .rect-30 {
    padding-bottom: 68.25%;
  }
}

.home-apply {
  padding: 5% 0;
  background: #eeeeee;
  overflow: hidden;
}

.home-apply .bg {
  display: flex;
  overflow: hidden;
}

.home-apply .list {
  flex: 0 1 85%;
  overflow: hidden;
}

.home-apply .apply-content .link {
  display: block;
  padding-bottom: 30%;
}

.home-apply .apply-content .img {
  width: 100%;
}

.home-apply .swiper-list .swiper-slide {
  width: 23.5%;
  height: 220px;
}

.home-apply .swiper-list .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-right: solid 1px #ffffff;
}

.home-apply .swiper-list .swiper-slide .pic .img {
  width: auto;
  height: 100%;
  position: absolute;
  max-width: none;
}

.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;
  text-align: center;
  color: #fff;
  background: #000;
  background-color: rgba(0, 0, 0, 0.35);
}

@media \0screen {
  .home-apply .swiper-list .swiper-slide .bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#59000000, endcolorstr=#59000000);
  }
}

.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;
}

.home-apply .swiper-list .swiper-slide .bg .text {
  display: table-cell;
  vertical-align: middle;
}

.home-apply .swiper-list .swiper-slide .cn {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-top: 10px;
}

.home-apply .swiper-list .swiper-slide .cn:before,
.home-apply .swiper-list .swiper-slide .cn:after {
  position: absolute;
  left: 0;
  width: 2em;
  top: 0;
  content: "";
  display: none;
  height: 1px;
  background: #ffffff;
}

.home-apply .swiper-list .swiper-slide .cn:before {
  left: 0;
  width: 30px;
}

.home-apply .swiper-list .swiper-slide .cn:after {
  left: 35px;
  width: .5em;
}

.home-apply .swiper-list .swiper-slide .icon {
  width: 48px;
  height: 48px;
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto;
  border: solid 1px;
  border-radius: 999px;
}

.home-apply .swiper-list .swiper-slide .en {
  font-size: 12px;
  display: none;
  text-transform: uppercase;
}

.home-apply .swiper-list .swiper-slide-active {
  width: 31%;
}

.home-apply .swiper-list .swiper-slide-active .pic .img {
  width: auto;
  height: 100%;
  transform: translateX(0);
}

.home-apply .swiper-list .swiper-slide-active .icon {
  display: none;
}

.home-apply .swiper-list .swiper-slide-active .bg {
  width: 45%;
  right: 0;
  text-align: left;
  left: auto;
  background: #c30d23;
  background-color: rgba(195, 13, 35, 0.75);
}

@media \0screen {
  .home-apply .swiper-list .swiper-slide-active .bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BFC30D23, endcolorstr=#BFC30D23);
  }
}

.home-apply .swiper-list .swiper-slide-active .bg .text {
  padding: 0 15px;
}

.home-apply .swiper-list .swiper-slide-active .cn:before,
.home-apply .swiper-list .swiper-slide-active .cn:after {
  display: block;
}

.home-apply .swiper-list .swiper-slide-active .en {
  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 #0f95a3;
  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: #393939;
}

.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: #0f95a3;
  background-color: rgba(15, 149, 163, 0.75);
}

@media \0screen {
  .apply-list .link .bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF0F95A3, endcolorstr=#BF0F95A3);
  }
}

.apply-list .link .bg .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}

.apply-list .link .bg .text {
  display: table-cell;
  vertical-align: middle;
}

.apply-list .link .cn {
  font-size: 28px;
  position: relative;
  display: block;
  padding-bottom: 10px;
  letter-spacing: 4px;
}

.apply-list .link .en {
  font-size: 16px;
  text-transform: uppercase;
}

.apply-list .link .pic.rect-100 {
  padding-bottom: 100%;
}

.apply-list .link .pic.rect-70 {
  padding-bottom: 70%;
}

.apply-list .link .pic.rect-56 {
  padding-bottom: 56%;
}

.apply-list .link .pic img {
  width: 100%;
  transform: scale(1.005);
}

.apply-list .link:hover,
.apply-list .link:active,
.apply-list .link:focus {
  transform: scale(1.15);
}

.apply-list .link:hover .bg,
.apply-list .link:active .bg,
.apply-list .link:focus .bg {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}

.apply-list .link:hover .pic img,
.apply-list .link:active .pic img,
.apply-list .link:focus .pic img {
  transform: scale(1.1);
}

.img-list {
  overflow: hidden;
  margin: 3% -15px;
}

.img-list .item {
  width: 33.333%;
  float: left;
}

.img-list .link {
  margin: 15px;
  position: relative;
  display: block;
  padding: 20px;
  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: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

@media \0screen {
  .img-list .link .bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000);
  }
}

.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 .rect-pic {
  padding-bottom: 100%;
}

.img-list .link .rect-pic img {
  width: 100%;
}

.img-list .link img {
  transform: scale(1.005);
}

.img-list .link:hover,
.img-list .link:active,
.img-list .link:focus {
  padding: 0;
}

.img-list .link:hover .bg,
.img-list .link:active .bg,
.img-list .link:focus .bg {
  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 {
  transform: scale(1.1);
}

.apply-inner .bg {
  position: relative;
  overflow: hidden;
}

.apply-inner .text {
  width: 28%;
}

.apply-inner .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.apply-inner .apply-tab-list .swiper-slide {
  display: block;
  color: #ffffff;
  padding: 15px 10%;
  border-bottom: solid 1px #ffffff;
  z-index: 9;
}

.apply-inner .apply-tab-list .swiper-slide:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #0f95a3;
  background-color: #0f95a3;
}

@media \0screen {
  .apply-inner .apply-tab-list .swiper-slide:before {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0F95A3, endcolorstr=#FF0F95A3);
  }
}

.apply-inner .apply-tab-list .swiper-slide .ico {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.apply-inner .apply-tab-list .swiper-slide .title {
  vertical-align: middle;
  display: inline-block;
}

.apply-inner .apply-tab-list .swiper-slide .cn {
  font-size: 16px;
}

.apply-inner .apply-tab-list .swiper-slide .en {
  font-size: .75em;
  text-transform: uppercase;
}

.apply-inner .apply-tab-list .swiper-slide:hover {
  color: #ffffff;
}

.apply-inner .apply-tab-list .swiper-slide:hover:before {
  width: 100%;
}

.apply-inner .apply-tab-list .swiper-slide-thumb-active {
  color: #ffffff;
}

.apply-inner .apply-tab-list .swiper-slide-thumb-active:before {
  width: 100%;
}

.apply-inner .apply-tab-content .swiper-slide:before {
  background: #000;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  display: block;
  width: 28%;
  height: 100%;
}

@media \0screen {
  .apply-inner .apply-tab-content .swiper-slide:before {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000);
  }
}

@media screen and (max-width: 991px) {
  .home-apply .bg {
    flex-direction: column;
  }

  .home-apply .list {
    flex: 0 1 100%;
  }

  .apply-inner .bg {
    overflow: visible;
    margin-bottom: 30px;
  }

  .apply-inner .text {
    width: 38%;
  }

  .apply-inner .apply-tab-list .swiper-slide {
    border-bottom: none;
    text-align: center;
  }

  .apply-inner .apply-tab-list .swiper-slide .ico {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .apply-inner .apply-tab-list .swiper-slide .title {
    vertical-align: middle;
    display: inline-block;
  }

  .apply-inner .apply-tab-content .swiper-slide:before {
    background: #0f95a3;
    background-color: #0f95a3;
    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: #393939;
    width: 5px;
    height: 5px;
  }

  .apply-inner .swiper-apply-tab .swiper-pagination-bullet-active {
    background: #0f95a3;
  }
}

@media screen and (max-width: 640px) {
  .home-apply .swiper-list .swiper-slide {
    height: 100px;
    width: 30%;
  }

  .home-apply .swiper-list .swiper-slide .icon {
    width: 30px;
    height: 30px;
    line-height: 20px;
  }

  .home-apply .swiper-list .swiper-slide .pic {
    height: 100px;
  }

  .home-apply .swiper-list .swiper-slide-active {
    width: 70%;
  }

  .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: #0f95a3;
  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: #0f95a3;
  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;
  }
}