﻿@keyframes warn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes warn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes warn2 {
  0% {
    transform: scale(0.2);
    opacity: 0.3;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes warn2 {
  0% {
    transform: scale(0.2);
    opacity: 0.3;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes warn3 {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
a:hover {
  color: #0075c2;
}
.after {
  content: '';
  display: block;
  clear: both;
}
.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.transition {
  transition: all ease-in-out 0.3s;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
a:hover,
button:hover,
button:focus {
  text-decoration: none !important;
  outline: none !important;
  color: #333;
}
.imgobjectfit {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.imgobjectfit2 {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.transition {
  transition: all ease-in-out 0.3s;
}
/*swiper*/
.myswiper-pagination .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
}
.myswiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  border: none;
  background: none;
  margin: 0 5px;
  outline: none;
  opacity: 1;
  border: 1px solid transparent;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .myswiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
}
.myswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #0075c2;
}
.myswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #0075c2;
}
.myswiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
@media (min-width: 1200px) {
  .myswiper-pagination .swiper-pagination-bullet:before {
    width: 10px;
    height: 10px;
  }
}
.myswiper-pagination .swiper-button-prev,
.myswiper-pagination .swiper-button-next {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
  display: none;
  outline: none;
}
@media (min-width: 1600px) {
  .myswiper-pagination .swiper-button-prev,
  .myswiper-pagination .swiper-button-next {
    display: block;
  }
}
.myswiper-pagination .swiper-button-prev:hover,
.myswiper-pagination .swiper-button-next:hover {
  background: #fff;
}
.myswiper-pagination .swiper-button-prev:before,
.myswiper-pagination .swiper-button-next:before {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: '';
}
.myswiper-pagination .swiper-button-prev:before {
  background: url(/Content/Images/icon/swiper-left.png) no-repeat center center;
  background-size: contain;
}
.myswiper-pagination .swiper-button-next:before {
  background: url(/Content/Images/icon/swiper-right.png) no-repeat center center;
  background-size: contain;
}
/*bgimg*/
.bgimg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg {
  background: #F9FAFB;
}
.layui-btn {
  background: #333;
}
html,
body {
  font-size: 14px;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 10px;
  }
}
body {
  font-family: '微软雅黑', 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 1.8;
  font-weight: 500;
  overflow-x: hidden;
}
a {
  text-decoration: none!important;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #0075c2;
}
img {
  max-width: 100%;
  height: auto!important;
}
.container,
.container-box {
  padding: 0 15px;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
@media (min-width: 768px) {
  .container,
  .container-box {
    width: 760px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-box {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-box {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1500px;
    padding: 0;
  }
  .container-box {
    width: 1500px;
    max-width: 1500px;
  }
}
.header-down {
  /* border-bottom: 1px solid #e5e5e5;
*/
  position: fixed;
}
.header-down:before {
  opacity: 1;
}
.header-down .header-container {
  height: 80px!important;
}
.header-down .nav > ul {
  height: 80px!important;
  line-height: 80px!important;
}
.header-down .logo a img {
  opacity: 1;
}
.header-down .tool .sea-btn .layui-btn {
  color: #fff;
}
.header-down .tool .login-btn a {
  background: #ffffff;
}
.header-down .tool .menu span {
  background: #fff;
}
header {
  z-index: 99990;
  width: 100% !important;
  /*border-bottom: 1px solid fade(#fff,20%);*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header:before {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
header.down {
  /* border-bottom: 1px solid #e5e5e5;
*/
  position: fixed;
}
header.down:before {
  opacity: 1;
}
header.down .header-container {
  height: 80px!important;
}
header.down .nav > ul {
  height: 80px!important;
  line-height: 80px!important;
}
header.down .logo a img {
  opacity: 1;
}
header.down .tool .sea-btn .layui-btn {
  color: #fff;
}
header.down .tool .login-btn a {
  background: #ffffff;
}
header.down .tool .menu span {
  background: #fff;
}
header.fullpage-even {
  /* border-bottom: 1px solid #e5e5e5;
*/
  position: fixed;
}
header.fullpage-even:before {
  opacity: 1;
}
header.fullpage-even .header-container {
  height: 80px!important;
}
header.fullpage-even .nav > ul {
  height: 80px!important;
  line-height: 80px!important;
}
header.fullpage-even .logo a img {
  opacity: 1;
}
header.fullpage-even .tool .sea-btn .layui-btn {
  color: #fff;
}
header.fullpage-even .tool .login-btn a {
  background: #ffffff;
}
header.fullpage-even .tool .menu span {
  background: #fff;
}
header.fullpage-even:before {
  opacity: 0;
}
header.active-sea,
header.active-nav {
  /* border-bottom: 1px solid #e5e5e5;
*/
  position: fixed;
}
header.active-sea:before,
header.active-nav:before {
  opacity: 1;
}
header.active-sea .header-container,
header.active-nav .header-container {
  height: 80px!important;
}
header.active-sea .nav > ul,
header.active-nav .nav > ul {
  height: 80px!important;
  line-height: 80px!important;
}
header.active-sea .logo a img,
header.active-nav .logo a img {
  opacity: 1;
}
header.active-sea .tool .sea-btn .layui-btn,
header.active-nav .tool .sea-btn .layui-btn {
  color: #fff;
}
header.active-sea .tool .login-btn a,
header.active-nav .tool .login-btn a {
  background: #ffffff;
}
header.active-sea .tool .menu span,
header.active-nav .tool .menu span {
  background: #fff;
}
header .header-container {
  display: flex;
  padding: 0 15px;
  align-items: center;
  height: 60px;
}
@media (min-width: 992px) {
  header .header-container {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  header .header-container {
    height: 90px;
  }
}
@media (min-width: 1400px) {
  header .header-container {
    height: 100px;
  }
}
@media (min-width: 1900px) {
  header .header-container {
    max-width: 1500px;
    margin: 0 auto;
  }
}
header .logo {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  header .logo {
    flex: 0 0 auto;
  }
}
header .logo a {
  position: relative;
  width: 167px;
  height: 26px;
  display: block;
}
@media (min-width: 1200px) {
  header .logo a {
    width: 183px;
    height: 45px;
  }
}
header .logo a img {
  display: block;
  position: absolute;
  z-index: 0;
  opacity: 0;
  z-index: 1;
  opacity: 1;
  width: auto;
  top: 50%;
  margin-top: -12px;
}
@media (min-width: 1200px) {
  header .logo a img {
    width: auto;
    height: auto !important;
    margin-top: 0;
    transform: translateY(-50%);
  }
}
header .logo a img.default {
  display: none;
}
@media (min-width: 768px) {
  header .logo a img.default {
    display: block;
  }
}
header .logo a img.mobile {
  display: block;
  height: 24px !important;
}
@media (min-width: 768px) {
  header .logo a img.mobile {
    display: none;
  }
}
header .nav {
  display: none;
}
@media (min-width: 992px) {
  header .nav {
    display: block;
    flex: 1 1 auto;
    position: relative;
    z-index: 99;
  }
}
header .nav > ul {
  display: flex;
  justify-content: center;
  height: 80px;
  line-height: 80px;
}
@media (min-width: 1200px) {
  header .nav > ul {
    height: 90px;
    line-height: 90px;
    justify-content: flex-end;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  header .nav > ul {
    height: 100px;
    line-height: 100px;
  }
}
header .nav > ul > li {
  padding: 0 8px;
  font-size: 1.4rem;
  height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  header .nav > ul > li {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  header .nav > ul > li {
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  header .nav > ul > li {
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) {
  header .nav > ul > li {
    padding: 0 25px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
header .nav > ul > li.active {
  position: relative;
}
header .nav > ul > li.active a:after {
  display: block;
}
header .nav > ul > li:hover > ul {
  display: block;
}
header .nav > ul > li a {
  color: #fff;
  position: relative;
  display: block;
  height: 100%;
  white-space: nowrap;
  transition: all ease-in-out 0.3s;
}
header .nav > ul > li a:hover {
  color: #0075c2;
}
header .nav > ul > li a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  display: none;
  border-radius: 10em;
}
header .nav > ul > li > ul {
  display: none;
  position: absolute;
  width: 200px;
}
header .nav > ul > li > ul li {
  background: rgba(255, 255, 255, 0.9);
  padding: 0 20px;
  display: block;
}
header .nav > ul > li > ul li:nth-child(1) {
  padding-top: 10px;
}
header .nav > ul > li > ul li:last-child {
  padding-bottom: 10px;
}
header .nav > ul > li > ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #666;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
header .nav > ul > li > ul li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  content: '';
  border-left-color: #ccc;
}
header .nav > ul > li > ul li a:hover {
  color: #0075c2;
}
header .nav > ul > li > ul li a:hover:before {
  border-left-color: #0075c2;
}
header .nav > ul > li > ul li + li a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .tool {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1400px) {
  header .tool {
    flex: 0 0 auto;
  }
}
@media (min-width: 1600px) {
  header .tool {
    justify-content: flex-end;
  }
}
header .tool .sea-btn {
  position: relative;
  z-index: 88;
  display: none;
}
@media (min-width: 992px) {
  header .tool .sea-btn {
    display: block;
  }
}
header .tool .sea-btn .layui-btn {
  background: none;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
header .tool .sea-btn .layui-btn:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62f";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .tool .sea-btn .layui-btn i {
  font-style: normal;
  text-indent: -9999em;
}
header .tool .menu {
  background: none;
  position: relative;
  margin-top: -4px;
  padding-right: 0;
}
@media (min-width: 992px) {
  header .tool .menu {
    display: none;
  }
}
header .tool .menu.active span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -moz-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  -o-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
header .tool .menu.active span:nth-child(2) {
  opacity: 0;
}
header .tool .menu.active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -moz-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  -o-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
header .tool span {
  width: 18px;
  display: block;
  height: 2px;
  background: #fff;
  margin-top: 5px;
  border-radius: 100px;
  transition: all ease-in-out 0.3s;
}
header .tool span:last-child {
  width: 9px;
  margin-left: 50%;
}
#seachdiv {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-top: 60px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #seachdiv {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  #seachdiv {
    padding-top: 90px;
  }
}
@media (min-width: 1400px) {
  #seachdiv {
    padding-top: 105px;
  }
}
#seachdiv .seachdiv-bg {
  background: rgba(255, 255, 255, 0.76);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#seachdiv.active {
  display: block;
}
#seachdiv .form-mb {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  #seachdiv .form-mb {
    width: 600px;
  }
}
#seachdiv .form-mb .layui-item {
  display: flex;
  padding-top: 40px;
  max-width: 600px;
  margin: 0 auto;
}
#seachdiv .form-mb .layui-item input {
  flex: 1 1 auto;
}
#seachdiv .form-mb .layui-item input:hover {
  border-color: #333;
}
#seachdiv .form-mb .layui-item button {
  background: #0075c2;
  border-radius: 0;
}
#seachdiv .form-mb .layui-item button i {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 26px;
  position: relative;
  height: 26px;
}
#seachdiv .form-mb .layui-item button i:before {
  content: "\e62f";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  text-indent: 0;
  text-align: center;
  line-height: 1;
  font-size: 20px;
}
#seachdiv .form-mb .layui-item .close-search {
  width: 40px;
  height: 38px;
  flex: 0 0 auto;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
#seachdiv .form-mb .layui-item .close-search i {
  font-size: 24px;
}
#navdiv {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
  bottom: 0;
  transition: all ease-in-out 0.4s;
  display: block;
  left: 100%;
  width: 100vw;
}
#navdiv.active {
  left: 0;
}
@media (min-width: 992px) {
  #navdiv.active {
    display: none;
  }
}
#navdiv.active .nav-bg {
  opacity: 1;
}
#navdiv .nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.2;
  transition: all ease-in-out 0.8s;
}
#navdiv .nav {
  position: relative;
  z-index: 3;
  width: 70%;
  margin: 0 0 0 auto;
  background: rgba(255, 255, 255, 0.94);
  height: 100%;
  overflow: auto;
  padding: 20px 20px;
}
#navdiv .nav .form-mb {
  display: flex;
  padding-right: 30px;
}
#navdiv .nav .form-mb .layui-item {
  flex: 1 1 auto;
  display: flex;
}
#navdiv .nav .form-mb .layui-item button {
  background: #0075c2;
  border-radius: 0;
}
#navdiv .nav .form-mb .layui-item button i {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 26px;
  position: relative;
  height: 26px;
}
#navdiv .nav .form-mb .layui-item button i:before {
  content: "\e62f";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  text-indent: 0;
  text-align: center;
  line-height: 1;
  font-size: 20px;
}
#navdiv .nav .menu {
  background: none;
  position: relative;
  margin-top: -4px;
  padding-right: 0;
  width: 30px;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  #navdiv .nav .menu {
    display: none;
  }
}
#navdiv .nav .menu span {
  width: 30px;
  display: block;
  height: 2px;
  background: #333;
  margin-top: 7px;
  transition: all ease-in-out 0.3s;
}
#navdiv .nav .menu span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -moz-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  -o-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
#navdiv .nav .menu span:nth-child(2) {
  opacity: 0;
}
#navdiv .nav .menu span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -moz-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  -o-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
#navdiv .nav ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
#navdiv .nav ul li.active span.kg {
  bottom: auto;
  height: 3.5em;
}
#navdiv .nav ul li.active span.kg:before {
  transform: translateY(-50%) rotate(90deg);
}
#navdiv .nav ul li.active ul {
  display: block;
}
#navdiv .nav ul li a {
  flex: 1 1 auto;
  display: block;
  padding: 15px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
}
#navdiv .nav ul li span.kg {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  cursor: pointer;
  font-size: 1.4rem;
  bottom: 0;
}
#navdiv .nav ul li span.kg:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e74a";
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#navdiv .nav ul li ul {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  display: none;
}
#navdiv .nav ul li ul li {
  border-bottom: none;
}
#navdiv .nav ul li ul li a {
  font-size: 14px;
  padding: 5px 0;
  padding-left: 1em;
}
#daohang {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}
@media (min-width: 992px) {
  #daohang {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  #daohang {
    padding-top: 90px;
  }
}
@media (min-width: 1400px) {
  #daohang {
    padding-top: 105px;
  }
}
#daohang.active {
  display: none;
}
@media (min-width: 768px) {
  #daohang.active {
    display: block;
  }
}
#daohang .daohang-container {
  background: #fff;
  border-bottom-right-radius: 20px;
}
#daohang .xnav .xnav-item {
  display: none;
  position: relative;
  align-items: center;
}
@media (min-width: 1600px) {
  #daohang .xnav .xnav-item {
    height: 470px;
  }
}
#daohang .xnav .xnav-item.active {
  display: flex;
}
#daohang .xnav .xnav-item.xnav-item-product {
  align-items: stretch;
}
@media (min-width: 1900px) {
  #daohang .xnav .xnav-item.xnav-item-product .list {
    padding-top: 50px;
  }
}
#daohang .xnav .xnav-item.xnav-item-product .list > ul > li {
  width: 25%;
}
#daohang .xnav .xnav-item.xnav-item-product .list > ul > li:nth-child(2) {
  width: 50%;
}
#daohang .xnav .xnav-item .img {
  width: 30%;
  overflow: hidden;
  border-bottom-right-radius: 20px;
  height: 100%;
}
#daohang .xnav .xnav-item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
#daohang .xnav .xnav-item .list {
  width: 70%;
  flex: 1 1 auto;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  #daohang .xnav .xnav-item .list {
    padding: 20px 40px;
  }
}
@media (min-width: 1900px) {
  #daohang .xnav .xnav-item .list {
    padding: 70px 106px;
    padding-top: 50px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
#daohang .xnav .xnav-item .list > ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-top: -10px;
}
#daohang .xnav .xnav-item .list > ul > li {
  width: 33.33%;
  padding: 10px 15px;
}
#daohang .xnav .xnav-item .list > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: relative;
  color: #333;
  border-bottom: 1px solid #BFBFBF;
  padding: 6px 0;
}
@media (min-width: 992px) {
  #daohang .xnav .xnav-item .list > ul > li > a {
    font-size: 18px;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  #daohang .xnav .xnav-item .list > ul > li > a {
    font-size: 20px;
    padding: 10px 0;
  }
}
@media (min-width: 1600px) {
  #daohang .xnav .xnav-item .list > ul > li > a {
    font-size: 24px;
    padding: 15px 0;
  }
}
#daohang .xnav .xnav-item .list > ul > li > a:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background: #0075c2;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1900px) {
  #daohang .xnav .xnav-item .list > ul > li > a:before {
    width: 5px;
    height: 5px;
    left: -12px;
  }
}
#daohang .xnav .xnav-item .list > ul > li ul {
  padding-top: 15px;
}
@media (min-width: 1900px) {
  #daohang .xnav .xnav-item .list > ul > li ul {
    padding-top: 35px;
  }
}
#daohang .xnav .xnav-item .list > ul > li ul li {
  padding: 5px 0;
}
@media (min-width: 1900px) {
  #daohang .xnav .xnav-item .list > ul > li ul li {
    padding: 10px 0;
  }
}
#daohang .xnav .xnav-item .list > ul > li ul li a {
  color: #888;
  line-height: 1.2;
  display: block;
}
@media (min-width: 992px) {
  #daohang .xnav .xnav-item .list > ul > li ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #daohang .xnav .xnav-item .list > ul > li ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  #daohang .xnav .xnav-item .list > ul > li ul li a {
    font-size: 18px;
  }
}
#daohang .xnav .xnav-item .list > ul > li ul li a:hover {
  color: #0075c2;
}
#daohang .xnav .xnav-item .list > ul > li ul.ul2 {
  display: flex;
}
#daohang .xnav .xnav-item .list > ul > li ul.ul2 > li {
  width: 50%;
  padding: 0 5px;
  padding-top: 5px;
}
#daohang .xnav .xnav-item .list > ul > li ul.ul2 > li > a {
  display: block;
  color: #000;
  font-weight: bold;
}
@media (min-width: 992px) {
  #daohang .xnav .xnav-item .list > ul > li ul.ul2 > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #daohang .xnav .xnav-item .list > ul > li ul.ul2 > li > a {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  #daohang .xnav .xnav-item .list > ul > li ul.ul2 > li > a {
    font-size: 22px;
  }
}
#daohang .xnav .xnav-item .list > ul > li ul.ul2 > li ul {
  padding-top: 10px;
}
.bsBox,
.bsBox * {
  box-sizing: content-box;
}
.a-btn {
  background: #0075c2;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  padding: 0.8em 4em;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.a-btn:hover {
  color: #fff;
  opacity: 0.8;
}
footer {
  background: #07283E;
}
footer .container {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  footer .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  footer .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  footer .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  footer .container {
    width: 1500px;
  }
}
footer .navs {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 15px;
  font-size: 0.8rem;
  line-height: 1.4;
  padding-left: 30px;
}
@media (min-width: 768px) {
  footer .navs {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  footer .navs {
    font-size: 14px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  footer .navs {
    font-size: 14px;
    padding-top: 90px;
    padding-bottom: 150px;
  }
}
footer .navs .navs-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 992px) {
  footer .navs .navs-nav {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  footer .navs .navs-nav {
    width: 65%;
  }
}
@media (min-width: 1600px) {
  footer .navs .navs-nav {
    width: 940px;
    flex: 0 0 auto;
    flex-wrap: nowrap;
  }
}
footer .navs .navs-nav ul {
  width: 25%;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  footer .navs .navs-nav ul {
    width: 20%;
  }
}
@media (min-width: 1600px) {
  footer .navs .navs-nav ul {
    flex: 1 1 auto;
  }
}
footer .navs .navs-nav ul li {
  padding: 5px 0;
}
footer .navs .navs-nav ul li.first {
  padding-bottom: 10px;
  padding-top: 0;
  line-height: 1;
}
@media (min-width: 1600px) {
  footer .navs .navs-nav ul li.first {
    font-size: 15px;
  }
}
footer .navs .navs-nav ul li.first a {
  color: #fff;
  font-weight: 300;
  line-height: 1;
}
footer .navs .navs-nav ul li a {
  color: #94B8CF;
  font-weight: 300;
}
footer .navs .navs-nav ul li a:hover {
  color: #fff;
}
footer .navs .navs-wx {
  width: 100px;
  flex: 0 0 auto;
  margin-top: 30px;
}
@media (min-width: 1600px) {
  footer .navs .navs-wx {
    width: 220px;
    margin-top: 0;
  }
}
footer .navs .navs-wx .img {
  padding-top: 5px;
}
@media (min-width: 992px) {
  footer .navs .navs-wx .img {
    padding-top: 20px;
  }
}
@media (min-width: 1600px) {
  footer .navs .navs-wx .img {
    padding-top: 12px;
  }
}
footer .navs .navs-wx .img img {
  width: 90px;
  height: 90px;
}
footer .navs .navs-wx .tit {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: 300;
}
@media (min-width: 1600px) {
  footer .navs .navs-wx .tit {
    font-size: 15px;
  }
}
footer .navs .navs-tel {
  width: 120px;
  flex: 0 0 auto;
  padding-left: 20px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  footer .navs .navs-tel {
    width: 200px;
    margin-top: 0;
  }
}
footer .navs .navs-tel .tit {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: 300;
}
@media (min-width: 1600px) {
  footer .navs .navs-tel .tit {
    font-size: 15px;
  }
}
footer .navs .navs-tel .tel {
  font-size: 23px;
  color: #94B8CF;
  white-space: nowrap;
  padding-top: 5px;
  font-weight: 300;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  footer .navs .navs-tel .tel {
    padding-top: 8px;
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  footer .navs .navs-tel .tel {
    font-size: 25px;
  }
}
footer .navs .navs-tel .tel a {
  color: #94B8CF;
  display: block;
  line-height: 1;
}
footer .navs .navs-top {
  flex: 1 1 auto;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  footer .navs .navs-top {
    padding-left: 0;
    margin-top: 0;
  }
}
footer .navs .navs-top a {
  display: block;
  background: url(/content/images/top.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 10000em;
}
@media (min-width: 992px) {
  footer .navs .navs-top a {
    width: 50px;
    height: 50px;
  }
}
footer .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  footer .copy {
    height: 80px;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  footer .copy {
    font-size: 14px;
  }
}
footer .copy .container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  footer .copy .container {
    align-items: center;
  }
}
footer .copy .container .copy-txt {
  color: #4C697B;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-weight: 300;
}
@media (min-width: 1200px) {
  footer .copy .container .copy-txt {
    width: auto;
    flex: 1 1 auto;
    text-align: left;
  }
}
footer .copy .container .copy-txt a {
  color: #4C697B;
}
footer .copy .container .copy-like {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #4C697B;
  font-weight: 300;
}
@media (min-width: 1200px) {
  footer .copy .container .copy-like {
    justify-content: flex-end;
    width: 300px;
    flex: 0 0 auto;
  }
}
footer .copy .container .copy-like a {
  color: #4C697B;
}
footer .copy .container .copy-like .alike {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
footer .copy .container .copy-like .alike a {
  display: block;
  line-height: 1;
}
footer .copy .container .copy-like .alike a:hover {
  color: #fff;
}
footer .copy .container .copy-like .alike a + a {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
footer .copy .container .copy-like .alike a + a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #4C697B;
  width: 1px;
}
footer .copy .container .copy-like .fx {
  width: auto;
}
footer .copy .container .copy-like .fx .bshare-custom a {
  background: #4C697B !important;
  color: #07283E !important;
  border-color: #4C697B !important;
}
.more {
  transition: all ease-in-out 0.3s;
}
.more a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 6px 24px;
  padding: 4px 10px;
  border-radius: 10em;
  color: #fff;
  font-size: 14px;
  font-size: 10px;
  line-height: 1;
  border-width: 0.5px;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
.more a:hover {
  background: #fff;
  color: #333;
}
.more a:after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62b";
  line-height: 1;
  font-size: 12px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .more a {
    font-size: 12px;
    border-width: 1px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .more a {
    font-size: 14px;
    padding: 12px 24px;
  }
}
@media (min-width: 1600px) {
  .more a {
    font-size: 16px;
    padding: 12px 30px;
  }
}
.index-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.index-banner .nli {
  position: absolute;
  z-index: 333;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
}
@media (min-width: 768px) {
  .index-banner .nli {
    width: 115px;
    transform: translateY(-50%);
    top: 50%;
    right: 150px;
    left: auto;
    bottom: auto;
  }
}
.index-banner .nli ul {
  display: flex;
}
@media (min-width: 768px) {
  .index-banner .nli ul {
    display: block;
  }
}
.index-banner .nli ul li {
  position: relative;
  color: #fff;
  cursor: pointer;
  line-height: 1.2;
  height: 120px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .index-banner .nli ul li {
    height: auto;
    padding: 8px 0;
  }
}
.index-banner .nli ul li:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10em;
  bottom: 0;
  width: 1px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .index-banner .nli ul li:after {
    height: 2px;
    width: 30px;
    right: 0;
    top: 50%;
    left: auto;
    transform: none;
  }
}
.index-banner .nli ul li p {
  opacity: 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .index-banner .nli ul li p {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .index-banner .nli ul li p {
    font-size: 16px;
  }
}
.index-banner .nli ul li.active:after {
  background: #fff;
  height: 60px;
  bottom: -30px;
}
@media (min-width: 768px) {
  .index-banner .nli ul li.active:after {
    right: -30px;
    width: 60px;
    height: 2px;
  }
}
.index-banner .nli ul li.active p {
  opacity: 1;
}
.index-banner .gallery-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
}
.index-banner .gallery-top .swiper-slide.swiper-slide-1 .container .txt .tit2,
.index-banner .gallery-top .swiper-slide.swiper-slide-2 .container .txt .tit2,
.index-banner .gallery-top .swiper-slide.swiper-slide-3 .container .txt .tit2,
.index-banner .gallery-top .swiper-slide.swiper-slide-4 .container .txt .tit2 {
  font-size: 25px;
}
@media (min-width: 992px) {
  .index-banner .gallery-top .swiper-slide.swiper-slide-1 .container .txt .tit2,
  .index-banner .gallery-top .swiper-slide.swiper-slide-2 .container .txt .tit2,
  .index-banner .gallery-top .swiper-slide.swiper-slide-3 .container .txt .tit2,
  .index-banner .gallery-top .swiper-slide.swiper-slide-4 .container .txt .tit2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .index-banner .gallery-top .swiper-slide.swiper-slide-1 .container .txt .tit2,
  .index-banner .gallery-top .swiper-slide.swiper-slide-2 .container .txt .tit2,
  .index-banner .gallery-top .swiper-slide.swiper-slide-3 .container .txt .tit2,
  .index-banner .gallery-top .swiper-slide.swiper-slide-4 .container .txt .tit2 {
    font-size: 45px;
  }
}
@media (min-width: 1600px) {
  .index-banner .gallery-top .swiper-slide.swiper-slide-1 .container .txt .tit2,
  .index-banner .gallery-top .swiper-slide.swiper-slide-2 .container .txt .tit2,
  .index-banner .gallery-top .swiper-slide.swiper-slide-3 .container .txt .tit2,
  .index-banner .gallery-top .swiper-slide.swiper-slide-4 .container .txt .tit2 {
    font-size: 59px;
  }
}
.index-banner .gallery-top .img-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index-banner .gallery-top .img-mobile img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.index-banner .gallery-top .img-mobile:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  right: 0;
  content: '';
}
@media (min-width: 768px) {
  .index-banner .gallery-top .img-mobile {
    display: none;
  }
}
.index-banner .gallery-top .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .index-banner .gallery-top .img {
    display: block;
  }
}
.index-banner .gallery-top .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.index-banner .gallery-top .img:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  right: 0;
  content: '';
}
.index-banner .gallery-top .container {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .index-banner .gallery-top .container {
    width: 760px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .index-banner .gallery-top .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .index-banner .gallery-top .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .index-banner .gallery-top .container {
    width: 1500px;
    padding: 0;
  }
}
.index-banner .gallery-top .container .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1;
  overflow: hidden;
  padding: 20px;
}
@media (min-width: 768px) {
  .index-banner .gallery-top .container .txt {
    text-align: left;
  }
}
.index-banner .gallery-top .container .txt .tit1 {
  font-size: 16px;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) {
  .index-banner .gallery-top .container .txt .tit1 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .index-banner .gallery-top .container .txt .tit1 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .index-banner .gallery-top .container .txt .tit1 {
    font-size: 18px;
  }
}
.index-banner .gallery-top .container .txt .tit2 {
  font-weight: bold;
  font-size: 40px;
  padding: 10px 0 20px 0;
  line-height: 1.5;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) {
  .index-banner .gallery-top .container .txt .tit2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .index-banner .gallery-top .container .txt .tit2 {
    font-size: 45px;
  }
}
@media (min-width: 1600px) {
  .index-banner .gallery-top .container .txt .tit2 {
    font-size: 61px;
  }
}
.index-banner .gallery-top .container .txt .more {
  transition: all ease-in-out 0.3s;
}
.index-banner .gallery-top .container .txt .more a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 10px;
  border-radius: 10em;
  color: #fff;
  font-size: 10px;
  transition: all ease-in-out 0.3s;
}
.index-banner .gallery-top .container .txt .more a:hover {
  background: #fff;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.index-banner .gallery-top .container .txt .more a:after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62b";
  line-height: 1;
  font-size: 12px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .index-banner .gallery-top .container .txt .more a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .index-banner .gallery-top .container .txt .more a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .index-banner .gallery-top .container .txt .more a {
    font-size: 14px;
  }
}
.index-banner .gallery-top .ani-slide .txt .tit1 {
  transform: translateX(0);
  opacity: 1;
}
.index-banner .gallery-top .ani-slide .txt .tit2 {
  transform: translateX(0);
  opacity: 1;
}
.index-banner .gallery-top .ani-slide .txt .more {
  transform: translateX(0);
  opacity: 1;
}
.index-banner .footer {
  position: absolute;
  z-index: 33;
  left: 0;
  bottom: 0;
  right: 0;
  /*  border-top: 1px solid fade(#fff,20%);*/
  height: 80px;
}
.index-banner .footer .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.index-banner .footer .container .copy {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 0.5rem;
  flex: 1 1 auto;
  font-weight: 300;
}
@media (min-width: 768px) {
  .index-banner .footer .container .copy {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .index-banner .footer .container .copy {
    font-size: 12px;
    text-align: left;
  }
}
.index-banner .footer .container .copy a {
  color: #fff;
}
.index-banner .footer .container .fx {
  display: none;
}
@media (min-width: 768px) {
  .index-banner .footer .container .fx {
    display: block;
    flex: 0 0 auto;
  }
}
.fx {
  text-align: right;
}
@media (min-width: 992px) {
  .fx {
    width: 200px;
    flex: 0 0 auto;
    text-align: right;
    padding-top: 0;
  }
}
.fx a:nth-child(1) {
  width: 24px;
  height: 24px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #fff;
  background: #fff !important;
  color: #333;
}
.fx a:nth-child(1) i {
  font-size: 20px;
}
.fx a:nth-child(1) i:before {
  font-weight: normal;
}
.fx .bshare-custom {
  display: inline-block !important;
}
.fx .bshare-custom a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  opacity: 1;
  margin-left: 10px;
  margin-right: 0;
  padding: 0;
  position: relative;
  border: 1px solid #fff;
  background: #fff !important;
  text-align: center;
  color: #333;
  transition: all ease-in-out 0.3s;
}
.fx .bshare-custom a:before {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-weight: normal;
  transition: all ease-in-out 0.3s;
}
.fx .bshare-custom a:hover {
  background: #0075c2 !important;
  color: #fff !important;
  border-color: #0075c2;
}
.fx .bshare-custom a:hover:before {
  color: #fff !important;
}
.fx .bshare-custom a.bshare-weixin:before {
  content: "\e63c";
}
.fx .bshare-custom a.bshare-sinaminiblog:before {
  content: "\e606";
}
.fx .bshare-custom a.bshare-qqim:before {
  content: "\e67f";
}
.fx .bshare-custom a.bshare-more {
  display: none;
}
.fx .bshare-custom a.bshare-more:before {
  content: "\e60e";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.body {
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #333;
  text-align: justify;
}
@media (min-width: 768px) {
  .body {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1400px) {
  .body {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .body {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .body {
    /* font-size: 18px;
        line-height:2.2;*/
  }
}
.body p {
  margin: 1.5em 0;
}
.img-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: none;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .img-bg {
    display: block;
  }
}
.img-bg img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.img-bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: block;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .img-bg-mobile {
    display: none;
  }
}
.img-bg-mobile img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.banner-box {
  position: relative;
  height: 350px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .banner-box {
    height: 450px;
  }
}
@media (min-width: 1600px) {
  .banner-box {
    height: 650px;
  }
}
@media (min-width: 1900px) {
  .banner-box {
    height: 750px;
  }
}
@media (max-width: 768px) {
  .banner-box.banner-box-about1 {
    height: auto !important;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.banner-box.banner-box-about1 .container .txt .th1 {
  text-shadow: 1px 1px 0 #000000;
}
.banner-box.banner-box-about1 .container .txt .body {
  text-shadow: 1px 1px 0 #000000;
  font-weight: 300;
}
@media (min-width: 768px) {
  .banner-box.banner-box-about1 .container .txt .body {
    font-weight: normal;
  }
}
.banner-box.banner-box-business .container {
  align-items: flex-start;
  padding-top: 20vh;
}
@media (max-width: 768px) {
  .banner-box.banner-box-business .container {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .banner-box.banner-box-business .container {
    padding-top: 0;
    align-items: center;
  }
}
@media (min-height: 600px) {
  .banner-box.banner-box-business .container .img img {
    width: 80%;
  }
}
@media (max-width: 650px) {
  .banner-box.banner-box-business .container .img img {
    width: 100%;
  }
}
.banner-box.banner-box-business .navs .container {
  width: 100%;
  padding: 0;
  padding-top: 0;
  align-items: center;
}
.banner-box.in .img-bg {
  display: none;
}
@media (min-width: 768px) {
  .banner-box.in .img-bg {
    display: block;
  }
}
.banner-box.in .img-bg img {
  transform: translate3d(0px, 0px, 0px) scale(1.02408, 1.02408);
}
.banner-box.in .img-bg-mobile {
  display: block;
}
@media (min-width: 768px) {
  .banner-box.in .img-bg-mobile {
    display: none;
  }
}
.banner-box.in .img-bg-mobile img {
  transform: translate3d(0px, 0px, 0px) scale(1.02408, 1.02408);
}
.banner-box .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-box .container.container-banner-job {
  justify-content: center;
}
.banner-box .container .banner-job {
  text-align: center;
}
.banner-box .container .banner-job .banner-txt {
  text-align: center;
}
.banner-box .container .banner-job .banner-btn {
  padding: 40px 0;
}
.banner-box .container .banner-job .banner-btn a {
  width: 200px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .banner-box .container .banner-job .banner-btn a {
    width: 300px;
  }
}
@media (min-width: 1900px) {
  .banner-box .container .banner-job .banner-btn a {
    width: auto;
  }
}
.banner-box .container .txt .th1 {
  position: relative;
  line-height: 1;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  padding-bottom: 25px;
  font-weight: bold;
  font-size: 45px;
}
@media (min-width: 1200px) {
  .banner-box .container .txt .th1 {
    font-size: 28px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  .banner-box .container .txt .th1 {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .banner-box .container .txt .th1 {
    font-size: 45px;
  }
}
.banner-box .container .txt .th1:after {
  height: 1px;
  width: 2em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #fff;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .banner-box .container .txt .th1:after {
    height: 2px;
  }
}
.banner-box .container .txt .tit-en {
  padding: 15px 0;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .banner-box .container .txt .tit-en {
    font-weight: normal;
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .banner-box .container .txt .tit-en {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .banner-box .container .txt .tit-en {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .banner-box .container .txt .tit-en {
    padding: 26px 0;
    font-size: 26px;
  }
}
.banner-box .container .txt .desc {
  padding: 15px 0;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  padding-top: 15px;
  line-height: 2;
  font-weight: 300;
}
@media (min-width: 768px) {
  .banner-box .container .txt .desc {
    font-weight: normal;
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .banner-box .container .txt .desc {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .banner-box .container .txt .desc {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .banner-box .container .txt .desc {
    padding: 26px 0;
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .banner-box .container .txt .desc {
    font-weight: normal;
  }
}
.banner-box .container .txt .body {
  color: #fff;
  text-align: justify;
}
@media (min-width: 1900px) {
  .banner-box .container .txt .body {
    line-height: 2;
  }
}
.banner-box .container .txt .more {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .banner-box .container .txt .more {
    text-align: left;
  }
}
.banner-box.banner-box-case-show .container .txt .th1 {
  font-size: 30px;
}
@media (min-width: 1200px) {
  .banner-box.banner-box-case-show .container .txt .th1 {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .banner-box.banner-box-case-show .container .txt .th1 {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .banner-box.banner-box-case-show .container .txt .th1 {
    font-size: 45px;
  }
}
.banner-box.banner-box-case-show .container .txt .desc {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .banner-box.banner-box-case-show .container .txt .desc {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .banner-box.banner-box-case-show .container .txt .desc {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .banner-box.banner-box-case-show .container .txt .desc {
    padding: 26px 0;
    font-size: 26px;
  }
}
.banner-box.banner-box-case-show .container .txt .desc .desc-mobile {
  text-align: justify;
}
@media (min-width: 768px) {
  .banner-box.banner-box-case-show .container .txt .desc .desc-mobile {
    display: none;
  }
}
.banner-box.banner-box-case-show .container .txt .desc .desc-pc {
  display: none;
}
@media (min-width: 768px) {
  .banner-box.banner-box-case-show .container .txt .desc .desc-pc {
    display: block;
  }
}
@media (min-width: 992px) {
  .banner-box.banner-box-about .container .txt {
    width: 55%;
  }
}
.banner-box.banner-box-about .container .txt .th1 {
  text-shadow: 1px 1px 0 #000000;
}
.banner-box.banner-box-about .container .txt .th1:after {
  display: none;
}
.banner-box.banner-box-about .container .txt .tit-en {
  padding: 5px 0;
}
.banner-box.banner-box-about .container .txt .body {
  text-shadow: 1px 1px 0 #000000;
}
.banner-box.banner-box-about .container .txt .body p {
  margin: 0;
}
.banner-box.banner-box-business .navs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 33;
}
.banner-box.banner-box-business .navs .container {
  height: 100%;
  display: block;
}
.banner-box.banner-box-business .navs ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.banner-box.banner-box-business .navs ul li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}
.banner-box.banner-box-business .navs ul li:hover {
  background: rgba(0, 0, 0, 0.4);
}
.banner-box.banner-box-business .navs ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.banner-box.banner-box-business .navs ul li a {
  display: block;
}
@media (min-width: 768px) {
  .banner-box.banner-box-business .navs ul li a {
    display: flex;
    align-items: center;
  }
  .banner-box.banner-box-business .navs ul li a .txt {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .banner-box.banner-box-business .navs ul li a .txt {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .banner-box.banner-box-business .navs ul li a .txt {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .banner-box.banner-box-business .navs ul li a .txt {
    font-size: 20px;
  }
}
.banner-box.banner-box-business .navs ul li a .icon {
  text-align: center;
  margin-right: 5px;
}
.banner-box.banner-box-business .navs ul li a .txt {
  color: #fff;
}
.about-ul {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .about-ul {
    padding: 30px 0;
    margin: 0 -15px;
  }
}
@media (min-width: 1900px) {
  .about-ul {
    padding: 50px 0;
  }
}
.about-ul li {
  flex: 1 1 auto;
  width: 33.33%;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .about-ul li {
    width: 16.66%;
    padding: 0 15px;
  }
}
.about-ul li .item {
  text-align: center;
}
@media (min-width: 768px) {
  .about-ul li .item {
    text-align: left;
  }
}
.about-ul li .item .img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-ul li .item .img {
    width: 30px;
    height: 30px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .about-ul li .item .img {
    width: 50px;
    height: 50px;
  }
}
.about-ul li .item .number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .about-ul li .item .number {
    justify-content: flex-start;
    padding-top: 10px;
  }
}
.about-ul li .item .number span {
  display: block;
  font-size: 0.5rem;
}
@media (min-width: 1900px) {
  .about-ul li .item .number span {
    font-size: 20px;
  }
}
.about-ul li .item .number .timer {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  font-family: Bahnschrift;
}
@media (min-width: 1200px) {
  .about-ul li .item .number .timer {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .about-ul li .item .number .timer {
    font-size: 40px;
  }
}
.about-ul li .item .number .timerss {
  font-weight: bold;
}
.about-ul li .item .tit {
  font-size: 1rem;
}
@media (min-width: 1900px) {
  .about-ul li .item .tit {
    font-size: 20px;
  }
}
.about-ul-cooperation {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1600px) {
  .about-ul-cooperation {
    width: 1300px;
    margin: 0 auto;
  }
}
.about-ul-cooperation li {
  flex: 1 1 auto;
  width: 50%;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .about-ul-cooperation li {
    width: 25%;
  }
}
.about-ul-cooperation li .item {
  display: flex;
  align-items: center;
}
.about-ul-cooperation li .item .img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .about-ul-cooperation li .item .img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .about-ul-cooperation li .item .img {
    width: 80px;
    height: 80px;
  }
}
.about-ul-cooperation li .item .txt {
  flex: 1 1 auto;
  padding-left: 10px;
}
@media (min-width: 1600px) {
  .about-ul-cooperation li .item .txt {
    padding-left: 20px;
  }
}
.about-ul-cooperation li .item .number {
  display: flex;
  padding-top: 4px;
}
.about-ul-cooperation li .item .number span {
  display: block;
}
.about-ul-cooperation li .item .number .timer {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  font-family: Bahnschrift;
}
@media (min-width: 768px) {
  .about-ul-cooperation li .item .number .timer {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .about-ul-cooperation li .item .number .timer {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .about-ul-cooperation li .item .number .timer {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .about-ul-cooperation li .item .number .timer {
    font-size: 20px;
  }
}
.about-ul-cooperation li .item .number .timerss {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
}
@media (min-width: 768px) {
  .about-ul-cooperation li .item .number .timerss {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .about-ul-cooperation li .item .number .timerss {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .about-ul-cooperation li .item .number .timerss {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .about-ul-cooperation li .item .number .timerss {
    font-size: 20px;
  }
}
.about-ul-cooperation li .item .number .dw {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 300;
}
@media (min-width: 768px) {
  .about-ul-cooperation li .item .number .dw {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .about-ul-cooperation li .item .number .dw {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .about-ul-cooperation li .item .number .dw {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .about-ul-cooperation li .item .number .dw {
    font-size: 18px;
  }
}
.about-ul-cooperation li .item .tit {
  font-size: 0.8rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .about-ul-cooperation li .item .tit {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .about-ul-cooperation li .item .tit {
    font-size: 22px;
  }
}
.thead {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.thead .tit {
  padding-bottom: 0.8em;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #333;
  flex: 1 1 auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .thead .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .thead .tit {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .thead .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .thead .tit {
    font-size: 40px;
  }
}
.thead .tit:after {
  height: 2px;
  width: 1em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0075c2;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .thead .tit:after {
    height: 4px;
  }
}
.thead .more a {
  border-color: #ccc;
  color: #999;
  border-width: 1px;
  line-height: 1;
  font-size: 0.8rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .thead .more a {
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .thead .more a {
    padding: 10px 30px;
  }
}
@media (min-width: 1900px) {
  .thead .more a {
    padding: 12px 30px;
    font-size: 14px;
  }
}
.thead .more a:hover {
  color: #fff;
  background: #0075c2;
  border-color: #0075c2;
}
.about-box2 {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .about-box2 {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .about-box2 {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .about-box2 {
    padding: 100px 0;
  }
}
@media (min-width: 1900px) {
  .about-box2 {
    padding: 150px 0;
  }
}
.about-box2 .thead {
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.about-box2 .thead .tit {
  padding-bottom: 0.8em;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #333;
  flex: 1 1 auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .about-box2 .thead .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .about-box2 .thead .tit {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .about-box2 .thead .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .about-box2 .thead .tit {
    font-size: 40px;
  }
}
.about-box2 .thead .tit:after {
  height: 2px;
  width: 1em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0075c2;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .about-box2 .thead .tit:after {
    height: 4px;
  }
}
.about-box3 {
  padding: 60px 0;
  position: relative;
}
@media (min-width: 768px) {
  .about-box3 {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .about-box3 {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .about-box3 {
    padding: 100px 0;
  }
}
@media (min-width: 1900px) {
  .about-box3 {
    padding: 150px 0;
  }
}
.about-box3 .thead {
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.about-box3 .thead .tit {
  padding-bottom: 0.8em;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #333;
  flex: 1 1 auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .about-box3 .thead .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .about-box3 .thead .tit {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .about-box3 .thead .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .about-box3 .thead .tit {
    font-size: 40px;
  }
}
.about-box3 .thead .tit:after {
  height: 2px;
  width: 1em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0075c2;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .about-box3 .thead .tit:after {
    height: 4px;
  }
}
.about-box3 .img-bg {
  display: block !important;
}
.about-box3 .thead .tit {
  text-align: center;
  color: #fff;
}
.about-box3 .thead .tit:after {
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.about-box3 .container {
  position: relative;
  z-index: 2;
}
.about-box3 .swiper {
  padding: 30px 0;
  padding-bottom: 40px;
}
@media (min-width: 1900px) {
  .about-box3 .swiper {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.about-box3 .swiper .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
}
.about-box3 .swiper .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  border: none;
  background: none;
  margin: 0 5px;
  outline: none;
  opacity: 1;
  border: 1px solid transparent;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .about-box3 .swiper .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
}
.about-box3 .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #0075c2;
}
.about-box3 .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #0075c2;
}
.about-box3 .swiper .swiper-pagination-bullet:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
@media (min-width: 1200px) {
  .about-box3 .swiper .swiper-pagination-bullet:before {
    width: 10px;
    height: 10px;
  }
}
.about-box3 .swiper .swiper-button-prev,
.about-box3 .swiper .swiper-button-next {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
  display: none;
  outline: none;
}
@media (min-width: 1600px) {
  .about-box3 .swiper .swiper-button-prev,
  .about-box3 .swiper .swiper-button-next {
    display: block;
  }
}
.about-box3 .swiper .swiper-button-prev:hover,
.about-box3 .swiper .swiper-button-next:hover {
  background: #fff;
}
.about-box3 .swiper .swiper-button-prev:before,
.about-box3 .swiper .swiper-button-next:before {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: '';
}
.about-box3 .swiper .swiper-button-prev:before {
  background: url(/Content/Images/icon/swiper-left.png) no-repeat center center;
  background-size: contain;
}
.about-box3 .swiper .swiper-button-next:before {
  background: url(/Content/Images/icon/swiper-right.png) no-repeat center center;
  background-size: contain;
}
.about-box3 .swiper .swiper-slide a {
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 220px;
  outline: none;
}
@media (min-width: 768px) {
  .about-box3 .swiper .swiper-slide a {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .about-box3 .swiper .swiper-slide a {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .about-box3 .swiper .swiper-slide a {
    height: 220px;
  }
}
@media (min-width: 1600px) {
  .about-box3 .swiper .swiper-slide a {
    height: 220px;
  }
}
.about-box3 .swiper .swiper-slide a img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.about-box3 .swiper .swiper-slide .txt {
  margin: 15px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .about-box3 .swiper .swiper-slide .txt {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .about-box3 .swiper .swiper-slide .txt {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .about-box3 .swiper .swiper-slide .txt {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .about-box3 .swiper .swiper-slide .txt {
    font-size: 20px;
  }
}
@keyframes move_wave {
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.about-box4 {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .about-box4 {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .about-box4 {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .about-box4 {
    padding: 100px 0;
  }
}
@media (min-width: 1900px) {
  .about-box4 {
    padding: 150px 0;
  }
}
.about-box4 .thead {
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.about-box4 .thead .tit {
  padding-bottom: 0.8em;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #333;
  flex: 1 1 auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .about-box4 .thead .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .about-box4 .thead .tit {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .about-box4 .thead .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .about-box4 .thead .tit {
    font-size: 40px;
  }
}
.about-box4 .thead .tit:after {
  height: 2px;
  width: 1em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0075c2;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .about-box4 .thead .tit:after {
    height: 4px;
  }
}
.about-box4 .thead .tit {
  text-align: center;
}
.about-box4 .thead .tit:after {
  left: 50%;
  transform: translateX(-50%);
}
.about-box4 .container {
  position: relative;
  z-index: 2;
}
.about-box4 .swiper-year {
  height: 400px;
  padding: 30px 0;
  position: relative;
  padding-bottom: 100px;
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .about-box4 .swiper-year {
    height: 500px;
  }
}
.about-box4 .swiper-year .container {
  height: 100%;
}
.about-box4 .swiper-year .img-bg-animation {
  animation: move_wave 15s linear infinite;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: repeat-x;
  height: 244px;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
  width: 200%;
}
.about-box4 .swiper-year .swiper-container {
  height: 100%;
}
.about-box4 .swiper-year .swiper-container .swiper-slide {
  position: relative;
}
.about-box4 .swiper-year .swiper-container .swiper-slide:nth-child(odd) .item {
  bottom: 20px;
}
.about-box4 .swiper-year .swiper-container .swiper-slide:nth-child(3n+2) .item {
  bottom: 20px;
  height: 90%;
}
.about-box4 .swiper-year .swiper-container .swiper-slide:nth-child(3n+3) .item {
  bottom: 40px;
  height: 40%;
}
.about-box4 .swiper-year .swiper-container .swiper-slide:nth-child(3n+2) .item {
  bottom: 10px;
  height: 70%;
}
.about-box4 .swiper-year .swiper-container .swiper-slide:nth-child(3n+5) .item {
  bottom: 0;
  height: 90%;
}
.about-box4 .swiper-year .swiper-container .swiper-slide:nth-child(4n+1) .item .tit:after {
  background: #ccc;
}
.about-box4 .swiper-year .swiper-container .swiper-slide:nth-child(4n+1) .item .icon:after {
  background: #ccc;
}
.about-box4 .swiper-year .swiper-container .swiper-slide:nth-child(4n+1) .item .icon:before {
  background: #ccc;
}
.about-box4 .swiper-year .swiper-container .swiper-slide .item {
  position: absolute;
  height: 60%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.about-box4 .swiper-year .swiper-container .swiper-slide .item .tit {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  font-family: Bahnschrift;
  transition: all ease-in-out 0.3s;
}
.about-box4 .swiper-year .swiper-container .swiper-slide .item .tit:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #A1A1A1;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .about-box4 .swiper-year .swiper-container .swiper-slide .item .tit:after {
    width: 10px;
    height: 10px;
    bottom: -10px;
  }
}
.about-box4 .swiper-year .swiper-container .swiper-slide .item .icon {
  width: 100%;
  flex: 1;
  position: relative;
}
.about-box4 .swiper-year .swiper-container .swiper-slide .item .icon:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  margin-left: -1px;
  background: #A1A1A1;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .about-box4 .swiper-year .swiper-container .swiper-slide .item .icon:before {
    width: 2px;
  }
}
.about-box4 .swiper-year .swiper-container .swiper-slide .item .icon:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #A1A1A1;
  border-radius: 100%;
  left: 50%;
  margin-left: -4px;
  bottom: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .about-box4 .swiper-year .swiper-container .swiper-slide .item .icon:after {
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
  }
}
.about-box4 .swiper-year .swiper-container .swiper-slide.swiper-slide-thumb-active .item {
  height: 100% !important;
  bottom: 0 !important;
}
.about-box4 .swiper-year .swiper-container .swiper-slide.swiper-slide-thumb-active .item .icon:after {
  background: #0075c2;
}
.about-box4 .swiper-year .swiper-container .swiper-slide.swiper-slide-thumb-active .item .icon:before {
  background: #0075c2;
}
.about-box4 .swiper-year .swiper-container .swiper-slide.swiper-slide-thumb-active .item .tit {
  color: #0075c2;
}
@media (min-width: 992px) {
  .about-box4 .swiper-year .swiper-container .swiper-slide.swiper-slide-thumb-active .item .tit {
    font-size: 32px;
  }
}
.about-box4 .swiper-year .swiper-container .swiper-slide.swiper-slide-thumb-active .item .tit:after {
  background: #0075c2;
}
.about-box4 .swiper-txt {
  padding-bottom: 80px;
}
.about-box4 .swiper-txt .item .tit {
  line-height: 30px;
  color: #0075c2;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 400;
  font-family: Bahnschrift;
}
@media (min-width: 1400px) {
  .about-box4 .swiper-txt .item .tit {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .about-box4 .swiper-txt .item .tit {
    font-size: 30px;
  }
}
@media (min-width: 1900px) {
  .about-box4 .swiper-txt .item .tit {
    font-size: 35px;
  }
}
.about-box4 .swiper-txt .item .txt {
  font-size: 14px;
  color: #333;
  font-weight: 300;
}
@media (min-width: 768px) {
  .about-box4 .swiper-txt .item .txt {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1400px) {
  .about-box4 .swiper-txt .item .txt {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .about-box4 .swiper-txt .item .txt {
    font-size: 16px;
  }
}
.about-box4 .swiper-txt .item .txt ul li {
  display: flex;
  padding: 10px 0;
  color: #333;
}
.about-box4 .swiper-txt .item .txt ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #0075c2;
  border-radius: 100%;
  display: block;
  flex: 0 0 auto;
  margin-top: 10px;
  margin-right: 10px;
}
@media (min-width: 1900px) {
  .about-box4 .swiper-txt .item .txt ul li:before {
    margin-top: 12px;
  }
}
.about-about-box2 {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .about-about-box2 {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .about-about-box2 {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .about-about-box2 {
    padding: 80px 0;
  }
}
@media (min-width: 1600px) {
  .about-about-box2 {
    padding: 100px 0;
  }
}
@media (min-width: 1900px) {
  .about-about-box2 {
    padding: 100px 0;
  }
}
.about-about-box2 ul {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .about-about-box2 ul {
    padding: 30px 0;
    margin: 0 -15px;
  }
}
@media (min-width: 1900px) {
  .about-about-box2 ul {
    padding: 50px 0;
  }
}
.about-about-box2 ul li {
  flex: 1 1 auto;
  width: 33.33%;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .about-about-box2 ul li {
    width: 16.66%;
    padding: 0 15px;
  }
}
.about-about-box2 ul li .item {
  text-align: center;
}
@media (min-width: 768px) {
  .about-about-box2 ul li .item {
    text-align: left;
  }
}
.about-about-box2 ul li .item .img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-about-box2 ul li .item .img {
    width: 30px;
    height: 30px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .about-about-box2 ul li .item .img {
    width: 50px;
    height: 50px;
  }
}
.about-about-box2 ul li .item .number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .about-about-box2 ul li .item .number {
    justify-content: flex-start;
    padding-top: 10px;
  }
}
.about-about-box2 ul li .item .number span {
  display: block;
  font-size: 0.5rem;
}
@media (min-width: 1900px) {
  .about-about-box2 ul li .item .number span {
    font-size: 20px;
  }
}
.about-about-box2 ul li .item .number .timer {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  font-family: Bahnschrift;
}
@media (min-width: 1200px) {
  .about-about-box2 ul li .item .number .timer {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .about-about-box2 ul li .item .number .timer {
    font-size: 40px;
  }
}
.about-about-box2 ul li .item .number .timerss {
  font-weight: bold;
}
.about-about-box2 ul li .item .tit {
  font-size: 1rem;
}
@media (min-width: 1900px) {
  .about-about-box2 ul li .item .tit {
    font-size: 20px;
  }
}
.about-about-box2 ul li {
  width: 33.33%;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .about-about-box2 ul li {
    padding: 20px 0;
  }
}
@media (min-width: 1900px) {
  .about-about-box2 ul li {
    padding: 25px 0;
  }
}
.about-about-box2 ul li .item {
  text-align: center;
}
.about-about-box2 ul li .item .img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .about-about-box2 ul li .item .img {
    width: 120px;
    height: 120px;
  }
}
.about-about-box2 ul li .item .img img {
  width: 100%;
  max-width: 100%;
}
.about-about-box2 ul li .item .tit {
  padding-top: 20px;
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  .about-about-box2 ul li .item .tit {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .about-about-box2 ul li .item .tit {
    font-size: 20px;
  }
}
.about-about-box2 ul li .item .number {
  justify-content: center;
}
.about-about-box3 {
  position: relative;
}
.about-about-box3 .img-bg {
  opacity: 1;
  display: block!important;
}
.about-about-box3 .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .about-about-box3 .container {
    min-height: 750px;
    padding: 0 15px;
  }
}
@media (min-width: 1900px) {
  .about-about-box3 .container {
    height: 850px;
    padding: 0;
  }
}
.about-about-box3 .container .body {
  color: #fff;
  padding: 100px 0;
}
@media (min-width: 992px) {
  .about-about-box3 .container .body {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .about-about-box3 .container .body {
    padding: 200px 0;
  }
}
.about-culture-list .item-box {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .about-culture-list .item-box {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .about-culture-list .item-box {
    padding: 100px 0;
  }
}
@media (min-width: 1600px) {
  .about-culture-list .item-box {
    padding: 125px 0;
  }
}
@media (min-width: 1900px) {
  .about-culture-list .item-box {
    padding: 145px 0;
  }
}
.about-culture-list .item-box:nth-child(even) {
  background: #F6F8FB;
}
.about-culture-list .item-box:nth-child(even) .item .txt {
  order: 2;
  padding-left: 20px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .about-culture-list .item-box:nth-child(even) .item .txt {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .about-culture-list .item-box:nth-child(even) .item .txt {
    padding-left: 100px;
  }
}
.about-culture-list .item-box .item {
  display: flex;
  align-items: center;
}
.about-culture-list .item-box .item .txt {
  padding-right: 20px;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .about-culture-list .item-box .item .txt {
    padding-right: 40px;
  }
}
.about-culture-list .item-box .item .txt .tit {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.8em;
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .about-culture-list .item-box .item .txt .tit {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .about-culture-list .item-box .item .txt .tit {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .about-culture-list .item-box .item .txt .tit {
    font-size: 30px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .about-culture-list .item-box .item .txt .tit {
    font-size: 40px;
  }
}
.about-culture-list .item-box .item .txt .tit:after {
  width: 1em;
  position: absolute;
  height: 2px;
  background: #0075c2;
  content: '';
  left: 0;
  bottom: 0;
}
.about-culture-list .item-box .item .txt .desc {
  padding-top: 10px;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 300;
  color: #333;
}
@media (min-width: 768px) {
  .about-culture-list .item-box .item .txt .desc {
    font-weight: normal;
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .about-culture-list .item-box .item .txt .desc {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .about-culture-list .item-box .item .txt .desc {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .about-culture-list .item-box .item .txt .desc {
    /* font-size: 26px;*/
  }
}
.about-culture-list .item-box .item .img {
  width: 40%;
  flex: 0 0 auto;
}
@media (min-width: 1600px) {
  .about-culture-list .item-box .item .img {
    width: 700px;
    height: 450px;
  }
}
.about-culture-list .item-box .item .img img {
  border-radius: 10px;
}
.business-box {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .business-box {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .business-box {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .business-box {
    padding: 100px 0;
  }
}
@media (min-width: 1900px) {
  .business-box {
    padding: 150px 0;
  }
}
.business-box .thead {
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.business-box .thead .tit {
  padding-bottom: 0.8em;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #333;
  flex: 1 1 auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .business-box .thead .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .business-box .thead .tit {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .business-box .thead .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .business-box .thead .tit {
    font-size: 40px;
  }
}
.business-box .thead .tit:after {
  height: 2px;
  width: 1em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0075c2;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .business-box .thead .tit:after {
    height: 4px;
  }
}
.business-box .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .business-box .row {
    margin: 0 -20px;
  }
}
@media (min-width: 1200px) {
  .business-box .row {
    padding: 40px 0;
    margin: 0 -30px;
  }
}
@media (min-width: 1600px) {
  .business-box .row {
    margin: 0 -50px;
  }
}
.business-box .row .col-xs-12 {
  padding: 15px;
}
@media (min-width: 992px) {
  .business-box .row .col-sm-4 {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .business-box .row .col-sm-4 {
    padding: 0 30px;
  }
}
@media (min-width: 1600px) {
  .business-box .row .col-sm-4 {
    padding: 0 50px;
  }
}
.business-box .item .img {
  overflow: hidden;
  border-radius: 5px;
}
.business-box .item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.business-box .item .txt {
  padding-top: 25px;
}
.business-box .item .txt .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .business-box .item .txt .tit {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .business-box .item .txt .tit {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .business-box .item .txt .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .business-box .item .txt .tit {
    font-size: 26px;
  }
}
.business-box .item .txt .desc {
  line-height: 1.8;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 300;
  color: #333;
  text-align: justify;
}
@media (min-width: 768px) {
  .business-box .item .txt .desc {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .business-box .item .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .business-box .item .txt .desc {
    font-size: 16px;
  }
}
.business-box2 {
  padding: 60px 0;
  background: #F6F8FB;
}
@media (min-width: 768px) {
  .business-box2 {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .business-box2 {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .business-box2 {
    padding: 100px 0;
  }
}
@media (min-width: 1900px) {
  .business-box2 {
    padding: 150px 0;
  }
}
.business-box2 .thead {
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.business-box2 .thead .tit {
  padding-bottom: 0.8em;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #333;
  flex: 1 1 auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .business-box2 .thead .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .business-box2 .thead .tit {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .business-box2 .thead .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .business-box2 .thead .tit {
    font-size: 40px;
  }
}
.business-box2 .thead .tit:after {
  height: 2px;
  width: 1em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0075c2;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .business-box2 .thead .tit:after {
    height: 4px;
  }
}
.business-box3 {
  padding: 60px 0;
  position: relative;
}
@media (min-width: 768px) {
  .business-box3 {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .business-box3 {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .business-box3 {
    padding: 100px 0;
  }
}
@media (min-width: 1900px) {
  .business-box3 {
    padding: 150px 0;
  }
}
.business-box3 .thead {
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.business-box3 .thead .tit {
  padding-bottom: 0.8em;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #333;
  flex: 1 1 auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .business-box3 .thead .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .business-box3 .thead .tit {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .business-box3 .thead .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .business-box3 .thead .tit {
    font-size: 40px;
  }
}
.business-box3 .thead .tit:after {
  height: 2px;
  width: 1em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0075c2;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .business-box3 .thead .tit:after {
    height: 4px;
  }
}
.business-box3 .img-bg {
  display: block !important;
}
.business-box3 .thead .tit {
  color: #fff;
  text-align: center;
}
.business-box3 .thead .tit:after {
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.business-box3 .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.business-box3 .img-bg img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.business-box3 .container {
  position: relative;
  z-index: 2;
}
.business-box3 .body {
  color: #fff;
}
@media (min-width: 992px) {
  .business-box3 .body {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .business-box3 .body > .aos-init:first-child {
    width: 70%;
    margin: 0 auto;
  }
}
.business-box3-ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .business-box3-ul {
    padding-top: 20px;
  }
}
@media (min-width: 1400px) {
  .business-box3-ul {
    width: 1280px;
    margin: 0 auto;
  }
}
.business-box3-ul li {
  width: 33.33%;
}
@media (min-width: 768px) {
  .business-box3-ul li {
    width: 16.66%;
  }
}
@media (min-width: 1200px) {
  .business-box3-ul li:nth-child(odd) .item {
    /*  border: 1px solid fade(#fff,30%);
                    background: fade(#fff,20%);*/
    z-index: 1;
  }
}
.business-box3-ul li .item {
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .business-box3-ul li .item {
    padding: 0;
    /* border: 1px solid fade(#fff,50%);
                background: fade(#fff,30%);*/
    border-radius: 100%;
    width: 230px;
    height: 230px;
    z-index: 3;
    position: relative;
    padding-top: 50px;
  }
}
@media (min-width: 1600px) {
  .business-box3-ul li .item {
    padding-top: 40px;
  }
}
.business-box3-ul li .item .img {
  text-align: center;
}
.business-box3-ul li .item .img img {
  margin: 0 auto;
}
.business-box3-ul li .item .txt {
  line-height: 1.5;
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 1200px) {
  .business-box3-ul li .item .txt {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .business-box3-ul li .item .txt {
    font-size: 18px;
  }
}
.business-box4 {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .business-box4 {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .business-box4 {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .business-box4 {
    padding: 100px 0;
  }
}
@media (min-width: 1900px) {
  .business-box4 {
    padding: 150px 0;
  }
}
.business-box4 .thead {
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.business-box4 .thead .tit {
  padding-bottom: 0.8em;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #333;
  flex: 1 1 auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .business-box4 .thead .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .business-box4 .thead .tit {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .business-box4 .thead .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .business-box4 .thead .tit {
    font-size: 40px;
  }
}
.business-box4 .thead .tit:after {
  height: 2px;
  width: 1em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0075c2;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .business-box4 .thead .tit:after {
    height: 4px;
  }
}
.business-box4 .thead .tit {
  text-align: center;
}
.business-box4 .thead .tit:after {
  left: 50%;
  transform: translateX(-50%);
}
.business-box4 .thead + .body {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .business-box4 .thead + .body {
    text-align: center;
  }
}
.business-box4 .layui-tab {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .business-box4 .layui-tab {
    padding-top: 40px;
  }
}
.business-box4 .layui-tab .layui-tab-title {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  flex-wrap: wrap;
  height: auto;
}
.business-box4 .layui-tab .layui-tab-title li {
  padding: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .business-box4 .layui-tab .layui-tab-title li {
    width: auto;
    padding: 0 15px;
  }
}
.business-box4 .layui-tab .layui-tab-title li:after {
  display: none !important;
}
.business-box4 .layui-tab .layui-tab-title li a {
  display: block;
  border: 1px solid #D9D9D9;
  color: #999;
  text-align: center;
  border-radius: 10em;
  width: 100%;
  font-size: 12px;
}
@media (min-width: 768px) {
  .business-box4 .layui-tab .layui-tab-title li a {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .business-box4 .layui-tab .layui-tab-title li a {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .business-box4 .layui-tab .layui-tab-title li a {
    font-size: 22px;
    height: 65px;
    line-height: 65px;
    padding: 0 60px;
  }
}
.business-box4 .layui-tab .layui-tab-title li.layui-this a {
  color: #fff;
  border-color: #0075c2;
  background: #0075c2;
}
.business-box4 .layui-tab .layui-tab-bar {
  display: none;
}
.business-box4 .body p {
  text-align: justify;
}
.business-box5-thead {
  padding: 60px 0;
  background: #F6F8FB;
}
@media (min-width: 768px) {
  .business-box5-thead {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .business-box5-thead {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .business-box5-thead {
    padding: 100px 0;
  }
}
@media (min-width: 1900px) {
  .business-box5-thead {
    padding: 150px 0;
  }
}
.business-box5-thead .thead {
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.business-box5-thead .thead .tit {
  padding-bottom: 0.8em;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #333;
  flex: 1 1 auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .business-box5-thead .thead .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .business-box5-thead .thead .tit {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .business-box5-thead .thead .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .business-box5-thead .thead .tit {
    font-size: 40px;
  }
}
.business-box5-thead .thead .tit:after {
  height: 2px;
  width: 1em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0075c2;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .business-box5-thead .thead .tit:after {
    height: 4px;
  }
}
@media (min-width: 1600px) {
  .business-box5-thead {
    padding-bottom: 75px;
  }
}
.business-box5-thead .thead .tit {
  text-align: center;
}
.business-box5-thead .thead .tit:after {
  left: 50%;
  transform: translateX(-50%);
}
.business-box5-thead .tab {
  padding-top: 40px;
}
.business-box5-thead .tab ul {
  display: flex;
  flex-wrap: wrap;
}
.business-box5-thead .tab ul li {
  flex: 1 1 auto;
  cursor: pointer;
  position: relative;
}
.business-box5-thead .tab ul li:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  opacity: 0;
}
@media (min-width: 768px) {
  .business-box5-thead .tab ul li:after {
    bottom: -50px;
  }
}
@media (min-width: 1200px) {
  .business-box5-thead .tab ul li:after {
    bottom: -60px;
  }
}
@media (min-width: 1600px) {
  .business-box5-thead .tab ul li:after {
    border: 20px solid transparent;
    border-bottom-color: #fff;
    bottom: -75px;
  }
}
.business-box5-thead .tab ul li.active:after {
  opacity: 1;
}
.business-box5-thead .tab ul li.active .item .img img.default {
  opacity: 0;
  z-index: 1;
}
.business-box5-thead .tab ul li.active .item .img img.hover {
  opacity: 1;
  z-index: 3;
}
.business-box5-thead .tab ul li.active .item .txt {
  color: #000;
}
.business-box5-thead .tab ul li .item .img {
  width: 100%;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .business-box5-thead .tab ul li .item .img {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1600px) {
  .business-box5-thead .tab ul li .item .img {
    width: 80px;
    height: 80px;
  }
}
.business-box5-thead .tab ul li .item .img img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.business-box5-thead .tab ul li .item .img img.default {
  opacity: 1;
  z-index: 3;
}
.business-box5-thead .tab ul li .item .img img.hover {
  opacity: 0;
  z-index: 1;
}
.business-box5-thead .tab ul li .item .txt {
  line-height: 1;
  text-align: center;
  font-size: 14px;
  padding-top: 15px;
  color: #ccc;
}
@media (min-width: 1200px) {
  .business-box5-thead .tab ul li .item .txt {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .business-box5-thead .tab ul li .item .txt {
    font-size: 18px;
  }
}
.business-box5-content {
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .business-box5-content {
    padding-top: 60px;
  }
}
@media (min-width: 1600px) {
  .business-box5-content {
    padding-top: 75px;
  }
}
.business-box5-content .item {
  display: none;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .business-box5-content .item {
    padding-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .business-box5-content .item {
    padding-bottom: 75px;
  }
}
.business-box5-content .item.active {
  display: block;
}
@media (min-width: 768px) {
  .business-box5-content .item-box {
    display: flex;
    align-items: center;
  }
}
.business-box5-content .item-box .img {
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .business-box5-content .item-box .img {
    width: 40%;
    flex: 0 0 auto;
  }
}
@media (min-width: 1600px) {
  .business-box5-content .item-box .img {
    width: 700px;
  }
}
.business-box5-content .item-box .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.business-box5-content .item-box .txt {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .business-box5-content .item-box .txt {
    flex: 1 1 auto;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .business-box5-content .item-box .txt {
    padding-left: 50px;
  }
}
.business-box5-content .item-box .txt .tit {
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .business-box5-content .item-box .txt .tit {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .business-box5-content .item-box .txt .tit {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .business-box5-content .item-box .txt .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .business-box5-content .item-box .txt .tit {
    font-size: 26px;
  }
}
.business-box5-content .item-box .txt .desc {
  color: #666;
  padding-top: 20px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #333;
  text-align: justify;
}
@media (min-width: 768px) {
  .business-box5-content .item-box .txt .desc {
    text-align: left;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .business-box5-content .item-box .txt .desc {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .business-box5-content .item-box .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .business-box5-content .item-box .txt .desc {
    font-size: 16px;
  }
}
.item-box-icon {
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .item-box-icon {
    padding-top: 60px;
  }
}
@media (min-width: 1600px) {
  .item-box-icon {
    padding-top: 75px;
  }
}
.item-box-icon ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (min-width: 1600px) {
  .item-box-icon ul {
    margin: 0 -30px;
  }
}
.item-box-icon ul li {
  width: 33.33%;
  text-align: center;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .item-box-icon ul li {
    width: 16.66%;
  }
}
@media (min-width: 1600px) {
  .item-box-icon ul li {
    padding: 0 30px;
  }
}
.item-box-icon ul li .libox {
  padding: 20px 0;
}
.item-box-icon ul li .libox .tit {
  font-size: 14px;
  line-height: 1;
  padding: 1em 0;
}
@media (min-width: 1200px) {
  .item-box-icon ul li .libox .tit {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .item-box-icon ul li .libox .tit {
    font-size: 20px;
  }
}
.item-box-icon ul li .libox .desc {
  color: #666;
  font-size: 1.1rem;
  font-weight: 300;
  color: #333;
  text-align: justify;
}
@media (min-width: 768px) {
  .item-box-icon ul li .libox .desc {
    text-align: center;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .item-box-icon ul li .libox .desc {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .item-box-icon ul li .libox .desc {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .item-box-icon ul li .libox .desc {
    font-size: 14px;
  }
}
.case-cls-list .item {
  height: 300px;
  position: relative;
}
@media (min-width: 1200px) {
  .case-cls-list .item {
    height: 440px;
  }
}
@media (min-width: 1600px) {
  .case-cls-list .item {
    height: 540px;
  }
}
.case-cls-list .item:nth-child(even) .container {
  justify-content: flex-end;
}
.case-cls-list .item:nth-child(even) .container .txt {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .case-cls-list .item:nth-child(even) .container .txt {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .case-cls-list .item:nth-child(even) .container .txt {
    padding-left: 80px;
  }
}
@media (min-width: 1600px) {
  .case-cls-list .item:nth-child(even) .container .txt {
    padding-left: 200px;
  }
}
.case-cls-list .item .img-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .case-cls-list .item .img-mobile {
    display: none;
  }
}
.case-cls-list .item .img-mobile img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.case-cls-list .item .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
@media (min-width: 768px) {
  .case-cls-list .item .img {
    display: block;
  }
}
.case-cls-list .item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.case-cls-list .item .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .case-cls-list .item .container {
    width: 1000px;
  }
}
.case-cls-list .item .container .txt {
  width: 50%;
}
.case-cls-list .item .container .txt .tit {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.8em;
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .case-cls-list .item .container .txt .tit {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .case-cls-list .item .container .txt .tit {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .case-cls-list .item .container .txt .tit {
    font-size: 30px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .case-cls-list .item .container .txt .tit {
    font-size: 40px;
  }
}
.case-cls-list .item .container .txt .tit:after {
  width: 1em;
  position: absolute;
  height: 2px;
  background: #0075c2;
  content: '';
  left: 0;
  bottom: 0;
}
.case-cls-list .item .container .txt .desc {
  padding-top: 10px;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 300;
  color: #333;
}
@media (min-width: 768px) {
  .case-cls-list .item .container .txt .desc {
    font-weight: normal;
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .case-cls-list .item .container .txt .desc {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .case-cls-list .item .container .txt .desc {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .case-cls-list .item .container .txt .desc {
    /* font-size: 26px;*/
  }
}
.case-cls-list .item .container .txt .more {
  padding-top: 20px;
}
.case-cls-list .item .container .txt .more a {
  border-color: #0075c2;
  color: #0075c2;
  line-height: 1;
  font-weight: 300;
  border-width: 0.5px;
}
@media (min-width: 768px) {
  .case-cls-list .item .container .txt .more a {
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .case-cls-list .item .container .txt .more a {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.case-top-list .item {
  position: relative;
  height: 300px;
}
@media (min-width: 768px) {
  .case-top-list .item {
    height: 440px;
  }
}
@media (min-width: 1200px) {
  .case-top-list .item {
    height: 540px;
  }
}
@media (min-width: 1600px) {
  .case-top-list .item {
    height: 640px;
  }
}
@media (min-width: 1900px) {
  .case-top-list .item {
    height: 740px;
  }
}
.case-top-list .item .img-mobile {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .case-top-list .item .img-mobile {
    display: none;
  }
}
.case-top-list .item .img-mobile img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.case-top-list .item .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .case-top-list .item .img {
    display: block;
  }
}
.case-top-list .item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.case-top-list .item .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-top-list .item .txt .tit {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  padding: 0.8em 0;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .case-top-list .item .txt .tit {
    font-size: 24px;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .case-top-list .item .txt .tit {
    font-size: 26px;
    font-weight: 500;
  }
}
@media (min-width: 1600px) {
  .case-top-list .item .txt .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .case-top-list .item .txt .tit {
    font-size: 36px;
  }
}
.case-top-list .item .txt .desc {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .case-top-list .item .txt .desc {
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .case-top-list .item .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .case-top-list .item .txt .desc {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .case-top-list .item .txt .desc {
    /* font-size: 18px;*/
  }
}
.case-top-list .item .txt .more {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .case-top-list .item .txt .more {
    padding-top: 30px;
  }
}
.case-list {
  padding: 40px 0;
  background: #F6F8FB;
}
@media (min-width: 1200px) {
  .case-list {
    padding: 60px 0;
  }
}
@media (min-width: 1900px) {
  .case-list {
    padding: 95px 0;
  }
}
@media (min-width: 1900px) {
  .case-list .row {
    margin: 0 -25px;
  }
}
.case-list .row .col-xs-6 {
  padding: 0 15px;
}
@media (min-width: 1900px) {
  .case-list .row .col-xs-6 {
    padding: 0 25px;
  }
}
.case-list .item {
  padding-bottom: 30px;
}
.case-list .item a {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.case-list .item a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(51, 122, 183, 0.8);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.case-list .item a:hover:before {
  opacity: 1;
}
.case-list .item a:hover .txt {
  opacity: 1;
}
.case-list .item .img {
  border-radius: 5px;
  overflow: hidden;
  height: 123px;
}
@media (min-width: 768px) {
  .case-list .item .img {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .case-list .item .img {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .case-list .item .img {
    height: 209px;
  }
}
@media (min-width: 1600px) {
  .case-list .item .img {
    height: 278px;
  }
}
@media (min-width: 1900px) {
  .case-list .item .img {
    height: 270px;
  }
}
.case-list .item .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.case-list .item .txt {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) {
  .case-list .item .txt {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .case-list .item .txt {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .case-list .item .txt {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .case-list .item .txt {
    font-size: 22px;
  }
}
.case-list .layui-flow-more {
  clear: both;
}
.case-list .layui-flow-more a cite {
  display: inline-block;
  border: 1px solid #E3E3E3;
  padding: 6px 24px;
  border-radius: 10em;
  background: none;
  color: #999;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
}
.case-list .layui-flow-more a cite:hover {
  background: #fff;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.case-list .layui-flow-more a cite:after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62b";
  line-height: 1;
  font-size: 12px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .case-list .layui-flow-more a cite {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .case-list .layui-flow-more a cite {
    font-size: 14px;
    padding: 12px 24px;
  }
}
@media (min-width: 1600px) {
  .case-list .layui-flow-more a cite {
    font-size: 16px;
    padding: 12px 40px;
  }
}
.case-show-box1 {
  position: relative;
}
.case-show-box1 .img-mobile {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: block;
}
@media (min-width: 768px) {
  .case-show-box1 .img-mobile {
    display: none;
  }
}
.case-show-box1 .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .case-show-box1 .img {
    display: block;
  }
}
.case-show-box1 .img + .txt-bg {
  padding: 100px 0;
}
@media (min-width: 1200px) {
  .case-show-box1 .img + .txt-bg {
    height: 540px;
  }
}
@media (min-width: 1600px) {
  .case-show-box1 .img + .txt-bg {
    height: 640px;
  }
}
@media (min-width: 1900px) {
  .case-show-box1 .img + .txt-bg {
    height: 740px;
  }
}
.case-show-box1 .img + .txt-bg .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .case-show-box1 .img + .txt-bg .txt {
    width: 50%;
    text-align: left;
  }
}
.case-show-box1 .txt-bg {
  position: relative;
  z-index: 2;
  padding: 60px 0;
  height: 100%;
}
@media (min-width: 1200px) {
  .case-show-box1 .txt-bg {
    padding: 100px 0;
  }
}
.case-show-box1 .txt {
  text-align: center;
}
@media (min-width: 992px) {
  .case-show-box1 .txt {
    text-align: left;
  }
}
.case-show-box1 .txt .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .case-show-box1 .txt .tit {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .case-show-box1 .txt .tit {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .case-show-box1 .txt .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .case-show-box1 .txt .tit {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .case-show-box1 .txt .tit {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .case-show-box1 .txt .tit {
    font-size: 26px;
    font-weight: 500;
  }
}
@media (min-width: 1600px) {
  .case-show-box1 .txt .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .case-show-box1 .txt .tit {
    font-size: 36px;
  }
}
.case-show-box1 .txt .desc {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  text-align: justify;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .case-show-box1 .txt .desc {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .case-show-box1 .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .case-show-box1 .txt .desc {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .case-show-box1 .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .case-show-box1 .txt .desc {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .case-show-box1 .txt .desc {
    /* font-size: 18px;*/
  }
}
.case-show-swiper {
  position: relative;
  overflow: hidden;
}
.case-show-swiper .swiper-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.case-show-swiper .swiper-img .swiper-container {
  height: 100%;
}
.case-show-swiper .swiper-img .img,
.case-show-swiper .swiper-img .img-mobile {
  height: 100%;
  width: 100%;
}
.case-show-swiper .swiper-img .img {
  display: none;
}
@media (min-width: 768px) {
  .case-show-swiper .swiper-img .img {
    display: block;
  }
}
.case-show-swiper .swiper-img .img-mobile {
  display: block;
}
@media (min-width: 768px) {
  .case-show-swiper .swiper-img .img-mobile {
    display: none;
  }
}
.case-show-swiper .swiper-bg {
  position: relative;
  z-index: 2;
  height: 100%;
}
.case-show-swiper .swiper-bg:after {
  position: absolute;
  background: rgba(0, 117, 194, 0.85);
  content: '';
  top: 0;
  left: -200%;
  bottom: 0;
  right: 0;
  display: none;
}
.case-show-swiper .swiper-bg .container {
  position: relative;
}
.case-show-swiper .swiper-bg .container:after {
  position: absolute;
  background: rgba(0, 117, 194, 0.85);
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 300%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .case-show-swiper .swiper-bg .container:after {
    right: 425px;
    left: auto;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .case-show-swiper .swiper-bg .container:after {
    right: 640px;
  }
}
@media (min-width: 1600px) {
  .case-show-swiper .swiper-bg .container:after {
    right: 970px;
  }
}
.case-show-swiper .swiper-tab {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 33;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 992px) {
  .case-show-swiper .swiper-tab {
    width: 480px;
  }
}
@media (min-width: 1200px) {
  .case-show-swiper .swiper-tab {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .case-show-swiper .swiper-tab {
    height: 100px;
    line-height: 100px;
    font-size: 20px;
  }
}
.case-show-swiper .swiper-tab .swiper-slide {
  width: auto;
}
.case-show-swiper .swiper-tab .swiper-slide:last-child .item {
  margin-right: 0 !important;
}
.case-show-swiper .swiper-tab .swiper-slide.swiper-slide-thumb-active .item:after {
  opacity: 1;
}
.case-show-swiper .swiper-tab .item {
  cursor: pointer;
  position: relative;
  height: 100%;
}
@media (min-width: 1600px) {
  .case-show-swiper .swiper-tab .item {
    margin-right: 5px;
  }
}
.case-show-swiper .swiper-tab .item:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.case-show-swiper .swiper-txt {
  padding: 100px 0;
}
@media (min-width: 992px) {
  .case-show-swiper .swiper-txt {
    width: 480px;
  }
}
@media (min-width: 1200px) {
  .case-show-swiper .swiper-txt {
    height: 540px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .case-show-swiper .swiper-txt {
    height: 640px;
  }
}
@media (min-width: 1900px) {
  .case-show-swiper .swiper-txt {
    height: 740px;
  }
}
.case-show-swiper .swiper-txt .swiper-container {
  height: 100%;
}
.case-show-swiper .swiper-txt .swiper-slide {
  display: flex;
  align-items: center;
  height: 100%;
}
.case-show-swiper .swiper-txt .item {
  display: flex;
}
.case-show-swiper .swiper-txt .item .img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
@media (min-width: 1600px) {
  .case-show-swiper .swiper-txt .item .img {
    width: 60px;
    height: 60px;
  }
}
.case-show-swiper .swiper-txt .item .img + .txt {
  padding-left: 20px;
}
.case-show-swiper .swiper-txt .item .txt {
  flex: 1 1 auto;
  text-align: left;
  color: #fff;
  padding-top: 10px;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .case-show-swiper .swiper-txt .item .txt {
    padding-top: 0;
  }
}
@media (min-width: 1600px) {
  .case-show-swiper .swiper-txt .item .txt {
    padding-top: 5px;
  }
}
.case-show-swiper .swiper-txt .item .txt .tit {
  font-size: 18px;
  line-height: 1.4;
  padding: 0.8em 0;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 20px 0;
  font-weight: bold;
  color: #fff;
  padding-top: 0;
}
@media (min-width: 768px) {
  .case-show-swiper .swiper-txt .item .txt .tit {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .case-show-swiper .swiper-txt .item .txt .tit {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .case-show-swiper .swiper-txt .item .txt .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .case-show-swiper .swiper-txt .item .txt .tit {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .case-show-swiper .swiper-txt .item .txt .tit {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .case-show-swiper .swiper-txt .item .txt .tit {
    font-size: 26px;
    font-weight: 500;
  }
}
@media (min-width: 1600px) {
  .case-show-swiper .swiper-txt .item .txt .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .case-show-swiper .swiper-txt .item .txt .tit {
    font-size: 36px;
  }
}
.case-show-swiper .swiper-txt .item .txt .desc {
  font-size: 12px;
  font-weight: 300;
  text-align: justify;
}
@media (min-width: 768px) {
  .case-show-swiper .swiper-txt .item .txt .desc {
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .case-show-swiper .swiper-txt .item .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .case-show-swiper .swiper-txt .item .txt .desc {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .case-show-swiper .swiper-txt .item .txt .desc {
    /*  font-size: 18px;*/
  }
}
.news-box {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .news-box {
    padding: 80px 0;
  }
}
.news-box .box1 {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .news-box .box1 {
    display: flex;
    min-height: 378px;
  }
}
@media (min-width: 1200px) {
  .news-box .box1 {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .news-box .box1 .swiper {
    width: 50%;
    flex: 0 0 auto;
  }
}
.news-box .box1 .swiper .swiper-container {
  height: 100%;
}
.news-box .box1 .swiper .swiper-slide {
  height: 270px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-box .box1 .swiper .swiper-slide {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .news-box .box1 .swiper .swiper-slide {
    height: 100%;
  }
}
.news-box .box1 .swiper .swiper-slide:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  z-index: 1;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
}
.news-box .box1 .swiper .item {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 15px;
  color: #fff;
  z-index: 3;
}
@media (min-width: 992px) {
  .news-box .box1 .swiper .item {
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  .news-box .box1 .swiper .item {
    padding: 20px 40px;
  }
}
@media (min-width: 1600px) {
  .news-box .box1 .swiper .item {
    padding: 20px 50px;
  }
}
.news-box .box1 .swiper .item a {
  color: #fff;
}
.news-box .box1 .swiper .item .tit {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .news-box .box1 .swiper .item .tit {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box .box1 .swiper .item .tit {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-box .box1 .swiper .item .tit {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .news-box .box1 .swiper .item .tit {
    font-size: 18px;
  }
}
.news-box .box1 .swiper .item .desc {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .news-box .box1 .swiper .item .desc {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1600px) {
  .news-box .box1 .swiper .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .news-box .box1 .swiper .item .desc {
    font-size: 16px;
  }
}
.news-box .box1 .swiper .item .time {
  display: flex;
  align-items: center;
  font-size: 12px;
}
@media (min-width: 1600px) {
  .news-box .box1 .swiper .item .time {
    font-size: 14px;
  }
}
.news-box .box1 .swiper .item .time:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62e";
  margin-right: 5px;
  font-size: 14px;
}
.news-box .box1 .list {
  background: #F6F8FB;
  padding: 15px;
}
@media (min-width: 992px) {
  .news-box .box1 .list {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .news-box .box1 .list {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .news-box .box1 .list {
    padding: 0 40px;
  }
}
@media (min-width: 1600px) {
  .news-box .box1 .list {
    padding: 20px 50px;
  }
}
.news-box .box1 .list .item {
  padding: 20px 0;
  z-index: 3;
  position: relative;
}
@media (min-width: 1600px) {
  .news-box .box1 .list .item {
    padding: 25px 0;
  }
}
.news-box .box1 .list .item + .item {
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
}
.news-box .box1 .list .item:before {
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  right: -20px;
  content: '';
  background: #0075c2;
  z-index: 1;
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
.news-box .box1 .list .item:hover .tit {
  color: #0075c2;
}
.news-box .box1 .list .item:hover .desc {
  color: #000;
}
.news-box .box1 .list .item:hover .time {
  color: rgba(0, 0, 0, 0.8);
}
.news-box .box1 .list .item a {
  color: #333;
  position: relative;
  z-index: 2;
}
.news-box .box1 .list .item .tit {
  line-height: 1;
  font-size: 15px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .news-box .box1 .list .item .tit {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box .box1 .list .item .tit {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-box .box1 .list .item .tit {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .news-box .box1 .list .item .tit {
    font-size: 18px;
  }
}
.news-box .box1 .list .item .desc {
  font-size: 13px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  font-weight: 300;
}
@media (min-width: 992px) {
  .news-box .box1 .list .item .desc {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box .box1 .list .item .desc {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .news-box .box1 .list .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .news-box .box1 .list .item .desc {
    font-size: 16px;
    margin-top: 10px;
  }
}
.news-box .box1 .list .item .time {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
  position: relative;
  z-index: 2;
  font-weight: 300;
}
@media (min-width: 1600px) {
  .news-box .box1 .list .item .time {
    font-size: 14px;
    font-weight: normal;
  }
}
.news-box .box1 .list .item .time:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62e";
  margin-right: 5px;
  font-size: 14px;
}
.news-box .more {
  text-align: center;
}
@media (min-width: 1600px) {
  .news-box .more {
    padding-top: 10px;
  }
}
.news-box .more a {
  border-color: #CCCCCC;
  color: #999;
  padding-left: 3em;
  padding-right: 3em;
}
.news-box .more a:hover {
  background: #0075c2;
  color: #fff;
  border-color: #0075c2;
}
.news-box2 {
  background: #F6F8FB;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .news-box2 {
    padding: 80px 0;
  }
}
.news-box2 .swiper {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .news-box2 .swiper {
    padding: 40px 0;
  }
}
.news-box2 .swiper .swiper-container {
  height: 450px;
}
.news-box2 .swiper .swiper-container .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.news-box2 .swiper .swiper-container .swiper-slide .item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.news-box2 .swiper .swiper-container .swiper-slide .item .tit {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 992px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .tit {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .tit {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .tit {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .tit {
    font-size: 18px;
  }
}
.news-box2 .swiper .swiper-container .swiper-slide .item .time {
  color: rgba(255, 255, 255, 0.5);
  padding: 0.8em 0;
  font-weight: 300;
}
@media (min-width: 992px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .time {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .time {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .time {
    font-size: 14px;
  }
}
.news-box2 .swiper .swiper-container .swiper-slide .item .desc {
  color: rgba(255, 255, 255, 0.5);
  padding: 0.8em 0;
  color: #fff;
  padding: 0;
  font-weight: 300;
}
@media (min-width: 992px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .news-box2 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 16px;
  }
}
.news-box2 .swiper .swiper-container .swiper-slide .item .desc a {
  color: #fff;
}
.news-box2 .swiper .swiper-pagination {
  bottom: 30px;
  color: #fff;
  line-height: 1;
}
@media (min-width: 992px) {
  .news-box2 .swiper .swiper-pagination {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .news-box2 .swiper .swiper-pagination {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .news-box2 .swiper .swiper-pagination {
    font-size: 24px;
  }
}
@media (min-width: 1900px) {
  .news-box2 .swiper .swiper-pagination {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .news-box2 .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .news-box2 .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  .news-box2 .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
  }
}
@media (min-width: 1900px) {
  .news-box2 .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 45px;
  }
}
.news-box2 .swiper .swiper-button-prev,
.news-box2 .swiper .swiper-button-next {
  top: auto;
  bottom: 15px;
  background: none;
}
@media (min-width: 1600px) {
  .news-box2 .swiper .swiper-button-prev,
  .news-box2 .swiper .swiper-button-next {
    bottom: 30px;
  }
}
.news-box2 .swiper .swiper-button-prev:before,
.news-box2 .swiper .swiper-button-next:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "\e62b";
  color: #fff;
  font-size: 45px;
}
.news-box2 .swiper .swiper-button-prev {
  left: 50%;
  transform: translateX(-100px);
}
.news-box2 .swiper .swiper-button-prev:before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.news-box2 .swiper .swiper-button-next {
  right: 50%;
  transform: translateX(100px);
}
.news-box2 .more {
  text-align: center;
}
@media (min-width: 1600px) {
  .news-box2 .more {
    padding-top: 10px;
  }
}
.news-box2 .more a {
  border-color: #CCCCCC;
  color: #999;
  padding-left: 3em;
  padding-right: 3em;
}
.news-box2 .more a:hover {
  background: #0075c2;
  color: #fff;
  border-color: #0075c2;
}
.news-box3 {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .news-box3 {
    padding: 80px 0;
  }
}
.news-box3 .box1 {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .news-box3 .box1 {
    display: flex;
    min-height: 378px;
  }
}
@media (min-width: 1200px) {
  .news-box3 .box1 {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .news-box3 .box1 .swiper {
    width: 50%;
    flex: 0 0 auto;
  }
}
.news-box3 .box1 .swiper .swiper-container {
  height: 100%;
}
.news-box3 .box1 .swiper .swiper-slide {
  height: 270px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-box3 .box1 .swiper .swiper-slide {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .news-box3 .box1 .swiper .swiper-slide {
    height: 100%;
  }
}
.news-box3 .box1 .swiper .swiper-slide:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  z-index: 1;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
}
.news-box3 .box1 .swiper .item {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 15px;
  color: #fff;
  z-index: 3;
}
@media (min-width: 992px) {
  .news-box3 .box1 .swiper .item {
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  .news-box3 .box1 .swiper .item {
    padding: 20px 40px;
  }
}
@media (min-width: 1600px) {
  .news-box3 .box1 .swiper .item {
    padding: 20px 50px;
  }
}
.news-box3 .box1 .swiper .item a {
  color: #fff;
}
.news-box3 .box1 .swiper .item .tit {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .news-box3 .box1 .swiper .item .tit {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box3 .box1 .swiper .item .tit {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-box3 .box1 .swiper .item .tit {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .news-box3 .box1 .swiper .item .tit {
    font-size: 18px;
  }
}
.news-box3 .box1 .swiper .item .desc {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .news-box3 .box1 .swiper .item .desc {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1600px) {
  .news-box3 .box1 .swiper .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .news-box3 .box1 .swiper .item .desc {
    font-size: 16px;
  }
}
.news-box3 .box1 .swiper .item .time {
  display: flex;
  align-items: center;
  font-size: 12px;
}
@media (min-width: 1600px) {
  .news-box3 .box1 .swiper .item .time {
    font-size: 14px;
  }
}
.news-box3 .box1 .swiper .item .time:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62e";
  margin-right: 5px;
  font-size: 14px;
}
.news-box3 .box1 .list {
  background: #F6F8FB;
  padding: 15px;
}
@media (min-width: 992px) {
  .news-box3 .box1 .list {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .news-box3 .box1 .list {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .news-box3 .box1 .list {
    padding: 0 40px;
  }
}
@media (min-width: 1600px) {
  .news-box3 .box1 .list {
    padding: 20px 50px;
  }
}
.news-box3 .box1 .list .item {
  padding: 20px 0;
  z-index: 3;
  position: relative;
}
@media (min-width: 1600px) {
  .news-box3 .box1 .list .item {
    padding: 25px 0;
  }
}
.news-box3 .box1 .list .item + .item {
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
}
.news-box3 .box1 .list .item:before {
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  right: -20px;
  content: '';
  background: #0075c2;
  z-index: 1;
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
.news-box3 .box1 .list .item:hover .tit {
  color: #0075c2;
}
.news-box3 .box1 .list .item:hover .desc {
  color: #000;
}
.news-box3 .box1 .list .item:hover .time {
  color: rgba(0, 0, 0, 0.8);
}
.news-box3 .box1 .list .item a {
  color: #333;
  position: relative;
  z-index: 2;
}
.news-box3 .box1 .list .item .tit {
  line-height: 1;
  font-size: 15px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .news-box3 .box1 .list .item .tit {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box3 .box1 .list .item .tit {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-box3 .box1 .list .item .tit {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .news-box3 .box1 .list .item .tit {
    font-size: 18px;
  }
}
.news-box3 .box1 .list .item .desc {
  font-size: 13px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  font-weight: 300;
}
@media (min-width: 992px) {
  .news-box3 .box1 .list .item .desc {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box3 .box1 .list .item .desc {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .news-box3 .box1 .list .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .news-box3 .box1 .list .item .desc {
    font-size: 16px;
    margin-top: 10px;
  }
}
.news-box3 .box1 .list .item .time {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
  position: relative;
  z-index: 2;
  font-weight: 300;
}
@media (min-width: 1600px) {
  .news-box3 .box1 .list .item .time {
    font-size: 14px;
    font-weight: normal;
  }
}
.news-box3 .box1 .list .item .time:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62e";
  margin-right: 5px;
  font-size: 14px;
}
.news-box3 .more {
  text-align: center;
}
@media (min-width: 1600px) {
  .news-box3 .more {
    padding-top: 10px;
  }
}
.news-box3 .more a {
  border-color: #CCCCCC;
  color: #999;
  padding-left: 3em;
  padding-right: 3em;
}
.news-box3 .more a:hover {
  background: #0075c2;
  color: #fff;
  border-color: #0075c2;
}
@media (min-width: 1200px) {
  .news-box3 .box1 .swiper {
    width: 650px;
    flex: 0 0 auto;
  }
}
.news-box3 .box1 .swiper .item .time {
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 300;
}
@media (min-width: 1600px) {
  .news-box3 .box1 .swiper .item .time {
    font-size: 14px;
    font-weight: normal;
  }
}
.news-box3 .box1 .swiper .item .more {
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 300;
}
.news-box3 .box1 .swiper .item .more:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62b";
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-right: 10px;
}
.news-box3 .box1 .list {
  padding: 0;
  background: none;
}
@media (min-width: 992px) {
  .news-box3 .box1 .list {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .news-box3 .box1 .list {
    padding-right: 40px;
    width: auto;
    flex: 1 1 auto;
  }
}
.news-box3 .box1 .list .item {
  position: relative;
  padding-left: 15px;
}
@media (min-width: 1900px) {
  .news-box3 .box1 .list .item {
    padding: 22px 0;
    padding-left: 20px;
  }
}
.news-box3 .box1 .list .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-box3 .box1 .list .item:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #0075c2;
}
.news-box3 .box1 .list .item:hover a .tit {
  color: #0075c2;
}
.news-box3 .box1 .list .item:hover a .time {
  color: #666;
}
.news-box3 .box1 .list .item a {
  display: flex;
  align-items: center;
}
.news-box3 .box1 .list .item a .tit {
  flex: 1 1 auto;
  font-size: 12px;
  padding: 0;
  margin: 0 !important;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .news-box3 .box1 .list .item a .tit {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 1600px) {
  .news-box3 .box1 .list .item a .tit {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .news-box3 .box1 .list .item a .tit {
    font-size: 18px;
  }
}
.news-box3 .box1 .list .item a .time {
  width: 60px;
  flex: 0 0 auto;
  text-align: right;
  display: block !important;
  color: #999;
  font-weight: 300;
}
.news-box3 .box1 .list .item a .time:before {
  display: none;
}
.news-box4 {
  padding: 40px 0;
  background: #F6F8FB;
}
@media (min-width: 1200px) {
  .news-box4 {
    padding: 80px 0;
  }
}
.news-box4 .swiper {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .news-box4 .swiper {
    padding: 40px 0;
  }
}
.news-box4 .swiper .swiper-container {
  height: 450px;
}
.news-box4 .swiper .swiper-container .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.news-box4 .swiper .swiper-container .swiper-slide .item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.news-box4 .swiper .swiper-container .swiper-slide .item .tit {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 992px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .tit {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .tit {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .tit {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .tit {
    font-size: 18px;
  }
}
.news-box4 .swiper .swiper-container .swiper-slide .item .time {
  color: rgba(255, 255, 255, 0.5);
  padding: 0.8em 0;
  font-weight: 300;
}
@media (min-width: 992px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .time {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .time {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .time {
    font-size: 14px;
  }
}
.news-box4 .swiper .swiper-container .swiper-slide .item .desc {
  color: rgba(255, 255, 255, 0.5);
  padding: 0.8em 0;
  color: #fff;
  padding: 0;
  font-weight: 300;
}
@media (min-width: 992px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .news-box4 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 16px;
  }
}
.news-box4 .swiper .swiper-container .swiper-slide .item .desc a {
  color: #fff;
}
.news-box4 .swiper .swiper-pagination {
  bottom: 30px;
  color: #fff;
  line-height: 1;
}
@media (min-width: 992px) {
  .news-box4 .swiper .swiper-pagination {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .news-box4 .swiper .swiper-pagination {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .news-box4 .swiper .swiper-pagination {
    font-size: 24px;
  }
}
@media (min-width: 1900px) {
  .news-box4 .swiper .swiper-pagination {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .news-box4 .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .news-box4 .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  .news-box4 .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
  }
}
@media (min-width: 1900px) {
  .news-box4 .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 45px;
  }
}
.news-box4 .swiper .swiper-button-prev,
.news-box4 .swiper .swiper-button-next {
  top: auto;
  bottom: 15px;
  background: none;
}
@media (min-width: 1600px) {
  .news-box4 .swiper .swiper-button-prev,
  .news-box4 .swiper .swiper-button-next {
    bottom: 30px;
  }
}
.news-box4 .swiper .swiper-button-prev:before,
.news-box4 .swiper .swiper-button-next:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "\e62b";
  color: #fff;
  font-size: 45px;
}
.news-box4 .swiper .swiper-button-prev {
  left: 50%;
  transform: translateX(-100px);
}
.news-box4 .swiper .swiper-button-prev:before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.news-box4 .swiper .swiper-button-next {
  right: 50%;
  transform: translateX(100px);
}
.news-box4 .more {
  text-align: center;
}
@media (min-width: 1600px) {
  .news-box4 .more {
    padding-top: 10px;
  }
}
.news-box4 .more a {
  border-color: #CCCCCC;
  color: #999;
  padding-left: 3em;
  padding-right: 3em;
}
.news-box4 .more a:hover {
  background: #0075c2;
  color: #fff;
  border-color: #0075c2;
}
@media (min-width: 1200px) {
  .news-box4 {
    padding-bottom: 160px;
  }
}
@media (min-width: 1600px) {
  .news-box4 .thead {
    position: absolute;
  }
}
.news-box4 .box1 {
  position: relative;
  padding-bottom: 100px;
}
@media (min-width: 1600px) {
  .news-box4 .box1 {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0;
  }
}
.news-box4 .box1 .more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1600px) {
  .news-box4 .box1 .more {
    left: 0;
    transform: none;
    top: 300px;
    z-index: 33;
  }
}
.news-box4 .box1 .swiper-pagination {
  bottom: 80px;
  color: #333;
  line-height: 1;
}
@media (min-width: 992px) {
  .news-box4 .box1 .swiper-pagination {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .news-box4 .box1 .swiper-pagination {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .news-box4 .box1 .swiper-pagination {
    font-size: 24px;
    left: 0;
    top: 150px;
    width: auto;
    left: 50px;
    bottom: auto;
  }
}
@media (min-width: 1900px) {
  .news-box4 .box1 .swiper-pagination {
    font-size: 30px;
  }
}
.news-box4 .box1 .swiper-button-prev,
.news-box4 .box1 .swiper-button-next {
  top: auto;
  bottom: 75px;
  height: 30px;
}
@media (min-width: 1600px) {
  .news-box4 .box1 .swiper-button-prev,
  .news-box4 .box1 .swiper-button-next {
    top: 170px;
  }
}
.news-box4 .box1 .swiper-button-prev {
  left: 50%;
  transform: translateX(-100px);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234B4B4B'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
@media (min-width: 1600px) {
  .news-box4 .box1 .swiper-button-prev {
    left: 0;
    transform: translateX(0);
  }
}
.news-box4 .box1 .swiper-button-next {
  right: 50%;
  transform: translateX(100px);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234B4B4B'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
@media (min-width: 1600px) {
  .news-box4 .box1 .swiper-button-next {
    left: 150px;
    transform: none;
  }
}
@media (min-width: 1600px) {
  .news-box4 .box1 .swiper {
    width: 1130px;
    padding: 0;
  }
}
.news-box4 .box1 .swiper .swiper-container {
  height: 100%;
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .news-box4 .box1 .swiper .swiper-container .swiper-slide {
    overflow: inherit;
  }
  .news-box4 .box1 .swiper .swiper-container .swiper-slide:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    width: 1px;
    background: rgba(0, 0, 0, 0.05);
    right: -50px;
  }
}
@media (min-width: 640px) and (min-width: 1200px) {
  .news-box4 .box1 .swiper .swiper-container .swiper-slide:after {
    right: -50px;
  }
}
.news-box4 .box1 .swiper .swiper-container .swiper-slide .item {
  color: #333;
  position: relative;
  top: auto;
  transform: none;
  text-align: left;
}
.news-box4 .box1 .swiper .swiper-container .swiper-slide .item:hover .tit a {
  color: #0075c2;
}
@media (min-width: 640px) {
  .news-box4 .box1 .swiper .swiper-container .swiper-slide .item {
    text-align: left;
    padding-bottom: 0;
  }
}
.news-box4 .box1 .swiper .swiper-container .swiper-slide .item .time {
  color: #666;
  padding: 0;
  padding-bottom: 15px;
}
.news-box4 .box1 .swiper .swiper-container .swiper-slide .item .tit {
  color: #000;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .news-box4 .box1 .swiper .swiper-container .swiper-slide .item .tit {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-box4 .box1 .swiper .swiper-container .swiper-slide .item .tit {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-box4 .box1 .swiper .swiper-container .swiper-slide .item .tit {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .news-box4 .box1 .swiper .swiper-container .swiper-slide .item .tit {
    font-size: 18px;
  }
}
.news-box4 .box1 .swiper .swiper-container .swiper-slide .item .tit a {
  color: #000;
}
.news-box4 .box1 .swiper .swiper-container .swiper-slide .item .tit a:hover {
  color: #0075c2;
}
.news-box4 .box1 .swiper .swiper-container .swiper-slide .item .desc {
  margin-top: 20px;
  color: #333;
  height: 5em;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
}
@media (min-width: 768px) {
  .news-box4 .box1 .swiper .swiper-container .swiper-slide .item .desc {
    height: 8em;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .news-box4 .box1 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 12px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .news-box4 .box1 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .news-box4 .box1 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .news-box4 .box1 .swiper .swiper-container .swiper-slide .item .desc {
    font-size: 16px;
  }
}
.news-box4 .box1 .swiper .swiper-container .swiper-slide .item .more {
  padding-top: 30px;
  text-align: left;
  position: relative;
  top: auto;
  transform: none;
  left: 0;
}
.news-box4 .box1 .swiper .swiper-container .swiper-slide .item .more a {
  border: none;
  color: #333;
  padding: 0;
}
.news-box4 .box1 .swiper .swiper-container .swiper-slide .item .more a:hover {
  background: none;
  box-shadow: none;
  color: #0075c2;
}
.news-box4 .box1 .swiper .swiper-container .swiper-slide .item .more a:after {
  content: "\e74a";
  color: #333;
}
.page-path {
  line-height: 1;
  padding: 30px 0;
  color: #333;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  font-weight: 300;
}
@media (min-width: 1600px) {
  .page-path {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 1900px) {
  .page-path {
    font-size: 16px;
  }
}
.page-path ul {
  display: flex;
}
.page-path ul li + li:before {
  content: '/';
  margin: 0 10px;
  color: #999;
}
@media (min-width: 1900px) {
  .page-path ul li + li:before {
    margin: 0 15px;
  }
}
.page-path ul li.active a {
  color: #999;
}
.news-list .list {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .news-list .list {
    margin: 0;
  }
}
.news-list .list .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  transition: all ease-in-out 0.3s;
}
.news-list .list .item:hover .tit a {
  color: #0075c2;
}
.news-list .list .item:hover .time {
  color: rgba(0, 0, 0, 0.5);
}
.news-list .list .item:hover .desc {
  color: #000;
}
.news-list .list .item:hover .more2 a {
  color: #000;
}
.news-list .list .item .time {
  background: url(/content/images/time.png) no-repeat left center;
  padding-left: 30px;
  font-family: Bahnschrift;
  font-size: 14px;
  line-height: 1;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 300;
}
@media (min-width: 1600px) {
  .news-list .list .item .time {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .news-list .list .item .time {
    /*  font-size: 18px;*/
  }
}
.news-list .list .item .tit {
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) {
  .news-list .list .item .tit {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .news-list .list .item .tit {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-list .list .item .tit {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .news-list .list .item .tit {
    font-size: 18px;
  }
}
.news-list .list .item .desc {
  font-size: 0.8rem;
  padding-top: 20px;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .news-list .list .item .desc {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1600px) {
  .news-list .list .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .news-list .list .item .desc {
    font-size: 16px;
  }
}
.news-list .list .item .more2 {
  padding-top: 20px;
  transition: all ease-in-out 0.3s;
}
.news-list .list .item .more2 a {
  display: flex;
  font-size: 12px;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .news-list .list .item .more2 a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-list .list .item .more2 a {
    font-size: 15px;
  }
}
.news-list .list .item .more2 a:after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e74a";
  font-size: 12px;
}
@media (min-width: 1200px) {
  .news-list .list .item .more2 a:after {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .news-list .list .item .more2 a:after {
    font-size: 15px;
  }
}
.news-show .show {
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .news-show .show {
    padding: 50px 0;
  }
}
.news-show .show .show-header {
  text-align: center;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.news-show .show .show-header .title {
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  padding-top: 0;
}
@media (min-width: 992px) {
  .news-show .show .show-header .title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .news-show .show .show-header .title {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .news-show .show .show-header .title {
    font-size: 32px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .news-show .show .show-header .title {
    font-size: 40px;
  }
}
.news-show .show .show-header .info {
  color: #999;
  font-weight: 300;
  font-size: 0.8rem;
}
@media (min-width: 1600px) {
  .news-show .show .show-header .info {
    font-size: 15px;
  }
}
.news-show .show .body {
  padding: 30px 0;
  font-size: 1rem;
}
@media (min-width: 1900px) {
  .news-show .show .body {
    font-size: 16px;
  }
}
.news-show .show .body .pdfurl {
  padding-top: 30px;
  display: inline-block;
}
.news-show .show .body .pdfurl a {
  display: flex;
  align-items: center;
  line-height: 1;
  background: #0075c2;
  color: #fff;
  border-radius: 10em;
  padding: 1em 3em;
}
.news-show .show .body .pdfurl a:before {
  content: '';
  background: url(/content/images/social-responsibility/zr/2.png) no-repeat center center;
  width: 24px;
  height: 26px;
  margin-right: 10px;
}
.news-show .show .next {
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  .news-show .show .next {
    display: flex;
    align-items: center;
  }
}
.news-show .show .next ul {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .news-show .show .next ul {
    flex: 1 1 auto;
  }
}
@media (min-width: 1200px) {
  .news-show .show .next ul {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .news-show .show .next ul {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .news-show .show .next ul {
    font-size: 15px;
  }
}
.news-show .show .next .fx2 {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .news-show .show .next .fx2 {
    padding: 0;
  }
}
.cooperation-box {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .cooperation-box {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .cooperation-box {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .cooperation-box {
    padding: 100px 0;
  }
}
@media (min-width: 1900px) {
  .cooperation-box {
    padding: 150px 0;
  }
}
.cooperation-box .thead {
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.cooperation-box .thead .tit {
  padding-bottom: 0.8em;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #333;
  flex: 1 1 auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .cooperation-box .thead .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .cooperation-box .thead .tit {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .cooperation-box .thead .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .cooperation-box .thead .tit {
    font-size: 40px;
  }
}
.cooperation-box .thead .tit:after {
  height: 2px;
  width: 1em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0075c2;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .cooperation-box .thead .tit:after {
    height: 4px;
  }
}
.cooperation-box .body {
  padding-top: 20px;
}
.cooperation-box .logolist {
  padding: 30px 0;
}
.cooperation-box .logolist ul {
  display: flex;
  flex-wrap: wrap;
}
.cooperation-box .logolist ul li {
  width: 33.33%;
}
@media (min-width: 768px) {
  .cooperation-box .logolist ul li {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .cooperation-box .logolist ul li {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .cooperation-box .logolist ul li {
    width: 16.66%;
  }
}
.cooperation-box .logolist ul li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin: -0.5px;
  transition: all ease-in-out 0.3s;
}
.cooperation-box .logolist ul li a:hover {
  z-index: 99;
  transform: translate(0, -5px);
}
.cooperation-box .logolist ul li a:hover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  box-shadow: 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.cooperation-box .logolist ul li a img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.cooperation-box .logolist .layui-flow-more {
  clear: both;
  width: 100%;
  padding-top: 20px;
}
.cooperation-box .logolist .layui-flow-more a cite {
  display: inline-block;
  border: 1px solid #E3E3E3;
  padding: 6px 24px;
  border-radius: 10em;
  background: none;
  color: #999;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
}
.cooperation-box .logolist .layui-flow-more a cite:hover {
  background: #fff;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cooperation-box .logolist .layui-flow-more a cite:after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62b";
  line-height: 1;
  font-size: 12px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .cooperation-box .logolist .layui-flow-more a cite {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .cooperation-box .logolist .layui-flow-more a cite {
    font-size: 14px;
    padding: 12px 24px;
  }
}
@media (min-width: 1600px) {
  .cooperation-box .logolist .layui-flow-more a cite {
    font-size: 16px;
    padding: 12px 40px;
  }
}
.social-cls-list .item {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .social-cls-list .item {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .social-cls-list .item {
    padding: 90px 0;
  }
}
@media (min-width: 1600px) {
  .social-cls-list .item {
    padding: 110px 0;
  }
}
@media (min-width: 1900px) {
  .social-cls-list .item {
    padding: 150px 0;
  }
}
.social-cls-list .item:nth-child(even) {
  background: #F6F8FB;
}
.social-cls-list .item:nth-child(even) .container {
  justify-content: flex-end;
}
.social-cls-list .item:nth-child(even) .container .img {
  order: 2;
}
.social-cls-list .item:nth-child(even) .container .txt {
  order: 2;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .social-cls-list .item:nth-child(even) .container .txt {
    padding-left: 0;
    padding-right: 40px;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .social-cls-list .item:nth-child(even) .container .txt {
    padding-right: 80px;
  }
}
@media (min-width: 1600px) {
  .social-cls-list .item:nth-child(even) .container .txt {
    padding-right: 100px;
  }
}
.social-cls-list .item .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
@media (min-width: 768px) {
  .social-cls-list .item .container {
    display: flex;
    align-items: center;
  }
}
.social-cls-list .item .container .txt {
  width: 100%;
  flex: 0 0 auto;
  padding-right: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .social-cls-list .item .container .txt {
    width: 50%;
    padding-left: 40px;
    order: 2;
  }
}
@media (min-width: 1600px) {
  .social-cls-list .item .container .txt {
    width: auto;
    flex: 1 1 auto;
    padding-left: 100px;
  }
}
.social-cls-list .item .container .txt .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .social-cls-list .item .container .txt .tit {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .social-cls-list .item .container .txt .tit {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .social-cls-list .item .container .txt .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .social-cls-list .item .container .txt .tit {
    font-size: 26px;
  }
}
.social-cls-list .item .container .txt .desc {
  line-height: 1.8;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 300;
  color: #333;
  text-align: justify;
}
@media (min-width: 768px) {
  .social-cls-list .item .container .txt .desc {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .social-cls-list .item .container .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .social-cls-list .item .container .txt .desc {
    font-size: 16px;
  }
}
.social-cls-list .item .container .txt .more {
  padding-top: 20px;
}
@media (min-width: 1600px) {
  .social-cls-list .item .container .txt .more {
    padding-top: 40px;
  }
}
.social-cls-list .item .container .txt .more a {
  border-color: #0075c2;
  color: #0075c2;
}
@media (min-width: 1200px) {
  .social-cls-list .item .container .txt .more a {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.social-cls-list .item .container .txt .more a:hover {
  background: #0075c2;
  color: #fff;
}
.social-cls-list .item .container .txt .iconli {
  padding-top: 30px;
}
.social-cls-list .item .container .txt .iconli ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media (min-width: 1600px) {
  .social-cls-list .item .container .txt .iconli ul li {
    padding: 15px 0;
  }
}
@media (min-width: 1900px) {
  .social-cls-list .item .container .txt .iconli ul li {
    padding: 20px 0;
  }
}
.social-cls-list .item .container .txt .iconli ul li img {
  width: 60px;
  height: 60px;
}
@media (min-width: 1200px) {
  .social-cls-list .item .container .txt .iconli ul li img {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1600px) {
  .social-cls-list .item .container .txt .iconli ul li img {
    width: 120px;
    height: 120px;
  }
}
.social-cls-list .item .container .txt .iconli ul li .info {
  white-space: nowrap;
  padding-left: 10px;
}
@media (min-width: 1600px) {
  .social-cls-list .item .container .txt .iconli ul li .info {
    padding-left: 40px;
  }
}
.social-cls-list .item .container .txt .iconli ul li .info .t1 {
  font-size: 12px;
  color: #666;
  line-height: 1;
}
@media (min-width: 1200px) {
  .social-cls-list .item .container .txt .iconli ul li .info .t1 {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .social-cls-list .item .container .txt .iconli ul li .info .t1 {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .social-cls-list .item .container .txt .iconli ul li .info .t1 {
    font-size: 18px;
  }
}
.social-cls-list .item .container .txt .iconli ul li .info .t2 {
  display: flex;
  line-height: 1;
  padding-top: 5px;
  align-items: flex-end;
}
@media (min-width: 1600px) {
  .social-cls-list .item .container .txt .iconli ul li .info .t2 {
    padding-top: 15px;
  }
}
.social-cls-list .item .container .txt .iconli ul li .info .t2 .timer {
  font-family: Bahnschrift;
  font-size: 28px;
}
@media (min-width: 1200px) {
  .social-cls-list .item .container .txt .iconli ul li .info .t2 .timer {
    font-size: 38px;
  }
}
@media (min-width: 1600px) {
  .social-cls-list .item .container .txt .iconli ul li .info .t2 .timer {
    font-size: 45px;
  }
}
@media (min-width: 1900px) {
  .social-cls-list .item .container .txt .iconli ul li .info .t2 .timer {
    font-size: 52px;
  }
}
.social-cls-list .item .container .txt .iconli ul li .info .t2 .dw {
  font-family: Bahnschrift;
  white-space: nowrap;
  font-size: 12px;
  position: relative;
  bottom: 3px;
}
@media (min-width: 1200px) {
  .social-cls-list .item .container .txt .iconli ul li .info .t2 .dw {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .social-cls-list .item .container .txt .iconli ul li .info .t2 .dw {
    font-size: 24px;
    bottom: 10px;
  }
}
@media (min-width: 1900px) {
  .social-cls-list .item .container .txt .iconli ul li .info .t2 .dw {
    font-size: 26px;
  }
}
.social-cls-list .item .container .img {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .social-cls-list .item .container .img {
    width: auto;
    display: block;
    order: 1;
  }
}
@media (min-width: 1600px) {
  .social-cls-list .item .container .img {
    width: 700px;
    flex: 0 0 auto;
  }
}
.social-cls-list .item .container .img img {
  border-radius: 5px;
}
.social-cls-list .item .container .img-mobile {
  display: block;
  padding: 20px 0 30px 0;
}
@media (min-width: 768px) {
  .social-cls-list .item .container .img-mobile {
    display: none;
  }
}
.social-cls-list.social-cls-list2 .item:nth-child(even) {
  background: #fff;
}
.social-cls-list.social-cls-list2 .item:nth-child(odd) {
  background: #F6F8FB;
}
.social-cls-list.social-cls-list2 .item:nth-child(odd) .container .img {
  order: 1;
}
.social-cls-list.social-cls-list2 .item:nth-child(odd) .container .txt {
  order: 2;
}
@media (min-width: 1600px) {
  .social-cls-list.social-cls-list2 .item .container .img {
    width: 750px;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .social-cls-list.social-cls-list2 .item .container .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .social-cls-list.social-cls-list2 .item .container .txt .desc {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .social-cls-list.social-cls-list2 .item .container .txt .desc {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .social-cls-list.social-cls-list2 .item .container .txt .desc {
    /* font-size: 24px;
                            line-height: 2;*/
  }
}
.social-list .list ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .social-list .list ul li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .social-list .list ul li {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.social-list .list ul li:hover a:before {
  background: url(/content/images/social-responsibility/zr/1s.png) no-repeat left center;
  background-size: contain;
}
.social-list .list ul li:hover a .tit {
  color: #0075c2;
}
.social-list .list ul li:hover a .time {
  color: #0075c2;
}
.social-list .list ul li a {
  display: block;
  position: relative;
  padding-left: 50px;
}
@media (min-width: 1200px) {
  .social-list .list ul li a {
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .social-list .list ul li a {
    padding-left: 60px;
  }
}
@media (min-width: 1900px) {
  .social-list .list ul li a {
    padding-left: 70px;
  }
}
.social-list .list ul li a:before {
  background: url(/content/images/social-responsibility/zr/1.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  content: '';
}
@media (min-width: 1600px) {
  .social-list .list ul li a:before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1900px) {
  .social-list .list ul li a:before {
    width: 50px;
    height: 50px;
  }
}
.social-list .list ul li a:hover {
  /* &:before {
                            background: url(/content/images/social-responsibility/zr/1s.png) no-repeat left center;
                            background-size: contain;
                        }*/
}
.social-list .list ul li a .more2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  right: 0;
  padding-right: 20px;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .social-list .list ul li a .more2 {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .social-list .list ul li a .more2 {
    font-size: 16px;
  }
}
.social-list .list ul li a .more2:after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e608";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 0;
}
.social-list .list ul li a .tit {
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .social-list .list ul li a .tit {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 1600px) {
  .social-list .list ul li a .tit {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (min-width: 1900px) {
  .social-list .list ul li a .tit {
    /* font-size: 24px;*/
    font-size: 18px;
  }
}
.social-list .list ul li a .time {
  color: #999;
  font-size: 12px;
  line-height: 1;
  padding: 4px 0;
  padding-bottom: 0 !important;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .social-list .list ul li a .time {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .social-list .list ul li a .time {
    font-size: 14px;
    padding: 5px 0;
  }
}
@media (min-width: 1900px) {
  .social-list .list ul li a .time {
    font-size: 14px;
    padding: 10px 0;
  }
}
.jobs-box {
  background: #F6F8FB;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .jobs-box {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .jobs-box {
    padding: 90px 0;
  }
}
@media (min-width: 1600px) {
  .jobs-box {
    padding: 110px 0;
  }
}
@media (min-width: 1900px) {
  .jobs-box {
    padding: 150px 0;
  }
}
.jobs-box .thead {
  text-align: center;
}
.jobs-box .thead .tit:after {
  left: 50%;
  transform: translateX(-50%);
}
.jobs-box .more {
  text-align: center;
  padding: 30px 0;
  padding-bottom: 0;
}
.jobs-box .more a {
  color: #999;
  border-color: #ccc;
}
.jobs-box .more a:hover {
  background: #0075c2;
  color: #fff;
  border-color: #0075c2;
}
.jobs-box .swiper {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .jobs-box .swiper {
    padding-top: 30px;
  }
}
.jobs-box .swiper .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
}
.jobs-box .swiper .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  border: none;
  background: none;
  margin: 0 5px;
  outline: none;
  opacity: 1;
  border: 1px solid transparent;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .jobs-box .swiper .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
}
.jobs-box .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #0075c2;
}
.jobs-box .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #0075c2;
}
.jobs-box .swiper .swiper-pagination-bullet:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
@media (min-width: 1200px) {
  .jobs-box .swiper .swiper-pagination-bullet:before {
    width: 10px;
    height: 10px;
  }
}
.jobs-box .swiper .swiper-button-prev,
.jobs-box .swiper .swiper-button-next {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
  display: none;
  outline: none;
}
@media (min-width: 1600px) {
  .jobs-box .swiper .swiper-button-prev,
  .jobs-box .swiper .swiper-button-next {
    display: block;
  }
}
.jobs-box .swiper .swiper-button-prev:hover,
.jobs-box .swiper .swiper-button-next:hover {
  background: #fff;
}
.jobs-box .swiper .swiper-button-prev:before,
.jobs-box .swiper .swiper-button-next:before {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: '';
}
.jobs-box .swiper .swiper-button-prev:before {
  background: url(/Content/Images/icon/swiper-left.png) no-repeat center center;
  background-size: contain;
}
.jobs-box .swiper .swiper-button-next:before {
  background: url(/Content/Images/icon/swiper-right.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 992px) {
  .jobs-box .swiper .swiper-pagination {
    display: none;
  }
}
.jobs-box .swiper .swiper-button-next,
.jobs-box .swiper .swiper-button-prev {
  background: #D9E1E4;
  width: 58px;
  height: 58px;
  text-align: center;
  display: none;
}
@media (min-width: 992px) {
  .jobs-box .swiper .swiper-button-next,
  .jobs-box .swiper .swiper-button-prev {
    display: block;
  }
}
.jobs-box .swiper .swiper-button-next:hover,
.jobs-box .swiper .swiper-button-prev:hover {
  background: #0075c2;
}
.jobs-box .swiper .swiper-button-next:hover:before,
.jobs-box .swiper .swiper-button-prev:hover:before {
  color: #fff;
}
.jobs-box .swiper .swiper-button-next:before,
.jobs-box .swiper .swiper-button-prev:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62b";
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1900px) {
  .jobs-box .swiper .swiper-button-next {
    right: -80px;
  }
}
@media (min-width: 1900px) {
  .jobs-box .swiper .swiper-button-prev {
    left: -80px;
  }
}
.jobs-box .swiper .swiper-button-prev:before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.jobs-box .swiper .swiper-slide {
  width: 80%;
  height: auto;
}
.jobs-box .swiper .item {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: 100%;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .jobs-box .swiper .item {
    padding: 30px;
  }
}
.jobs-box .swiper .item:hover {
  background: #0075c2;
}
.jobs-box .swiper .item:hover .th .tit {
  color: #fff;
}
.jobs-box .swiper .item:hover .th .adr {
  color: #fff;
}
.jobs-box .swiper .item:hover .desc {
  color: #fff;
}
.jobs-box .swiper .item:hover .desc ul li {
  color: #fff;
}
.jobs-box .swiper .item .th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.jobs-box .swiper .item .th .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .jobs-box .swiper .item .th .tit {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .jobs-box .swiper .item .th .tit {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .jobs-box .swiper .item .th .tit {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .jobs-box .swiper .item .th .tit {
    font-size: 24px;
    font-weight: 400;
  }
}
.jobs-box .swiper .item .th .adr {
  color: #999;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .jobs-box .swiper .item .th .adr {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .jobs-box .swiper .item .th .adr {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .jobs-box .swiper .item .th .adr {
    font-size: 16px;
  }
}
.jobs-box .swiper .item .desc {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .jobs-box .swiper .item .desc {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .jobs-box .swiper .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .jobs-box .swiper .item .desc {
    font-size: 16px;
  }
}
.jobs-box .swiper .item .desc strong {
  font-weight: 300;
}
.jobs-box .swiper .item .desc ul {
  padding: 10px 0;
}
.jobs-box .swiper .item .desc ul li {
  color: #999;
  position: relative;
  padding-left: 10px;
}
.jobs-box .swiper .item .desc ul li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #ccc;
  border-radius: 100%;
  top: 0.7em;
}
.jobs-box .swiper .swiper-container {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .jobs-box .swiper .swiper-container {
    padding: 20px;
  }
}
.jobs-list .list {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .jobs-list .list {
    margin: 0;
  }
}
.jobs-list .list .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  transition: all ease-in-out 0.3s;
}
.jobs-list .list .item:hover .tit a {
  color: #0075c2;
}
.jobs-list .list .item:hover .time {
  color: rgba(0, 0, 0, 0.5);
}
.jobs-list .list .item:hover .desc {
  color: #000;
}
.jobs-list .list .item:hover .more2 a {
  color: #000;
}
.jobs-list .list .item .time {
  background: url(/content/images/time.png) no-repeat left center;
  padding-left: 30px;
  font-family: Bahnschrift;
  font-size: 14px;
  line-height: 1;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 300;
}
@media (min-width: 1600px) {
  .jobs-list .list .item .time {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .jobs-list .list .item .time {
    /*  font-size: 18px;*/
  }
}
.jobs-list .list .item .tit {
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) {
  .jobs-list .list .item .tit {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .jobs-list .list .item .tit {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .jobs-list .list .item .tit {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .jobs-list .list .item .tit {
    font-size: 18px;
  }
}
.jobs-list .list .item .desc {
  font-size: 0.8rem;
  padding-top: 20px;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .jobs-list .list .item .desc {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 1600px) {
  .jobs-list .list .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .jobs-list .list .item .desc {
    font-size: 16px;
  }
}
.jobs-list .list .item .more2 {
  padding-top: 20px;
  transition: all ease-in-out 0.3s;
}
.jobs-list .list .item .more2 a {
  display: flex;
  font-size: 12px;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .jobs-list .list .item .more2 a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .jobs-list .list .item .more2 a {
    font-size: 15px;
  }
}
.jobs-list .list .item .more2 a:after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e74a";
  font-size: 12px;
}
@media (min-width: 1200px) {
  .jobs-list .list .item .more2 a:after {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .jobs-list .list .item .more2 a:after {
    font-size: 15px;
  }
}
.jobs-list .list {
  margin: 0;
}
.jobs-list .list .item {
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .jobs-list .list .item {
    padding: 20px 0;
  }
}
@media (min-width: 1600px) {
  .jobs-list .list .item {
    padding: 30px 0;
  }
}
@media (min-width: 1900px) {
  .jobs-list .list .item {
    padding: 40px 0;
  }
}
.jobs-list .list .item:hover {
  background: none;
}
.jobs-list .list .item a {
  display: block;
}
.jobs-list .list .item a:hover ul li:first-child {
  color: #0075C2;
}
.jobs-list .list .item a:hover ul li:first-child:before {
  background: url(/content/images/develop/2/li2.png) no-repeat center center;
  background-size: contain;
}
.jobs-list .list .item a:hover ul li:last-child span {
  border-color: #0075C2;
  background: #0075C2;
  color: #fff;
}
.jobs-list .list .item a ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.jobs-list .list .item a ul li {
  width: 50%;
  color: #999;
  padding: 5px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .jobs-list .list .item a ul li {
    width: 16.66%;
    flex: 1 1 auto;
    padding: 5px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .jobs-list .list .item a ul li {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .jobs-list .list .item a ul li {
    font-size: 16px;
  }
}
.jobs-list .list .item a ul li:first-child {
  width: 100%;
  color: #000;
  font-size: 16px;
  padding: 0;
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .jobs-list .list .item a ul li:first-child {
    font-size: 16px;
    width: 33.32%;
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .jobs-list .list .item a ul li:first-child {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .jobs-list .list .item a ul li:first-child {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .jobs-list .list .item a ul li:first-child {
    font-size: 24px;
    font-weight: 400;
  }
}
.jobs-list .list .item a ul li:first-child:before {
  content: '';
  background: url(/content/images/develop/2/li1.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
@media (min-width: 1600px) {
  .jobs-list .list .item a ul li:first-child:before {
    width: 36px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .jobs-list .list .item a ul li:last-child {
    text-align: right;
  }
}
.jobs-list .list .item a ul li:last-child span {
  position: relative;
  display: inline-block;
  color: #0075C2;
  border: 1px solid rgba(0, 117, 194, 0.1);
  border-radius: 10em;
  line-height: 1;
  padding: 5px 30px;
  padding-top: 4px;
}
@media (min-width: 1600px) {
  .jobs-list .list .item a ul li:last-child span {
    padding: 10px 30px;
  }
}
@media (min-width: 1900px) {
  .jobs-list .list .item a ul li:last-child span {
    padding: 15px 40px;
  }
}
.jobs-list .list .item a ul li:last-child span:after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62b";
}
.contact-box {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .contact-box {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .contact-box {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .contact-box {
    padding: 100px 0;
  }
}
@media (min-width: 1900px) {
  .contact-box {
    padding: 150px 0;
  }
}
.contact-box .thead {
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.contact-box .thead .tit {
  padding-bottom: 0.8em;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #333;
  flex: 1 1 auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .contact-box .thead .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .contact-box .thead .tit {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .contact-box .thead .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .contact-box .thead .tit {
    font-size: 40px;
  }
}
.contact-box .thead .tit:after {
  height: 2px;
  width: 1em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0075c2;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .contact-box .thead .tit:after {
    height: 4px;
  }
}
.contact-box .infos {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .contact-box .infos {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .contact-box .infos {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .contact-box .infos ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.contact-box .infos ul li {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .contact-box .infos ul li {
    width: 25%;
    padding: 0 15px;
    border: none !important;
    text-align: center;
  }
  .contact-box .infos ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    content: '';
    width: 0.5px;
    background: rgba(0, 0, 0, 0.1);
  }
}
.contact-box .infos ul li:nth-child(3) {
  border-left: none;
}
.contact-box .infos ul li:first-child:before {
  display: none;
}
.contact-box .infos ul li:first-child .txt .desc {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .contact-box .infos ul li:first-child .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .contact-box .infos ul li:first-child .txt .desc {
    font-size: 16px;
  }
}
.contact-box .infos ul li .item {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .contact-box .infos ul li .item {
    display: block;
  }
}
.contact-box .infos ul li .img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .contact-box .infos ul li .img {
    width: auto;
    height: auto;
  }
}
.contact-box .infos ul li .img img {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .contact-box .infos ul li .img img {
    width: auto;
    height: auto;
  }
}
.contact-box .infos ul li .txt {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .contact-box .infos ul li .txt {
    padding-left: 0;
  }
}
.contact-box .infos ul li .txt .tit {
  font-weight: 300;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .contact-box .infos ul li .txt .tit {
    font-size: 15px;
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .contact-box .infos ul li .txt .tit {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .contact-box .infos ul li .txt .tit {
    font-size: 20px;
  }
}
.contact-box .infos ul li .txt .desc {
  font-size: 0.8rem;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .contact-box .infos ul li .txt .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .contact-box .infos ul li .txt .desc {
    font-size: 16px;
  }
}
.contact-box .bdmap #map {
  height: 300px;
}
@media (min-width: 1200px) {
  .contact-box .bdmap #map {
    height: 560px;
  }
}
.contact-box .bdmap #map * {
  box-sizing: border-box;
}
.contact-box .bdmap #map label {
  max-width: inherit;
}
.contact-box .bdmap #map img {
  max-width: inherit;
}
.contact-box2 {
  padding: 60px 0;
  background: #F6F8FB;
}
@media (min-width: 768px) {
  .contact-box2 {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .contact-box2 {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .contact-box2 {
    padding: 100px 0;
  }
}
@media (min-width: 1900px) {
  .contact-box2 {
    padding: 150px 0;
  }
}
.contact-box2 .thead {
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.contact-box2 .thead .tit {
  padding-bottom: 0.8em;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #333;
  flex: 1 1 auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .contact-box2 .thead .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .contact-box2 .thead .tit {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .contact-box2 .thead .tit {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .contact-box2 .thead .tit {
    font-size: 40px;
  }
}
.contact-box2 .thead .tit:after {
  height: 2px;
  width: 1em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0075c2;
  border-radius: 10em;
}
@media (min-width: 1600px) {
  .contact-box2 .thead .tit:after {
    height: 4px;
  }
}
.contact-box2 .layui-tab {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .contact-box2 .layui-tab {
    padding-top: 30px;
  }
}
.contact-box2 .layui-tab .layui-tab-title {
  border: none;
  overflow: auto;
  white-space: normal;
  height: auto;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .contact-box2 .layui-tab .layui-tab-title {
    margin: 0 -2em;
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .contact-box2 .layui-tab .layui-tab-title {
    height: 60px;
    font-size: 20px;
    margin: 0 -30px;
  }
}
@media (min-width: 1900px) {
  .contact-box2 .layui-tab .layui-tab-title {
    height: 80px;
    font-size: 22px;
  }
}
.contact-box2 .layui-tab .layui-tab-title .layui-tab-bar {
  display: none;
}
.contact-box2 .layui-tab .layui-tab-title li {
  font-weight: bold;
  min-width: initial;
  padding: 0 0.5em;
}
@media (min-width: 768px) {
  .contact-box2 .layui-tab .layui-tab-title li {
    padding: 0 2em;
    font-weight: 400;
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .contact-box2 .layui-tab .layui-tab-title li {
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .contact-box2 .layui-tab .layui-tab-title li {
    height: 80px;
    font-weight: 400;
    line-height: 80px;
    font-size: 24px;
  }
}
.contact-box2 .layui-tab .layui-tab-title li.layui-this {
  color: #0075c2;
}
.contact-box2 .layui-tab .layui-tab-title li.layui-this span {
  position: relative;
  display: block;
}
.contact-box2 .layui-tab .layui-tab-title li.layui-this span:after {
  height: 0.5px;
  background: #0075c2;
  bottom: 0;
  top: auto;
  border: none;
  left: 0;
  right: 0;
  position: absolute;
  content: '';
}
@media (min-width: 768px) {
  .contact-box2 .layui-tab .layui-tab-title li.layui-this span:after {
    height: 1px;
  }
}
.contact-box2 .layui-tab .layui-tab-title li.layui-this:after {
  display: none;
}
.contact-box2 .layui-tab .layui-tab-content {
  padding: 0;
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .contact-box2 .layui-tab .layui-tab-content {
    padding-top: 80px;
  }
}
@media (min-width: 1600px) {
  .contact-box2 .layui-tab .layui-tab-content {
    padding-top: 100px;
  }
}
.map1 {
  margin: 0 auto;
  text-align: center;
}
.map2 {
  position: relative;
  max-width: 1003px;
  margin: 0 auto;
}
.map2 .list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map2 .list .item {
  position: absolute;
  top: 0;
  z-index: 33;
  left: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}
.map2 .list .item.active {
  transform: scale(4);
}
@media (min-width: 1200px) {
  .map2 .list .item.active {
    transform: scale(2);
  }
}
@media (min-width: 1900px) {
  .map2 .list .item.active {
    transform: scale(1.2);
  }
}
.map2 .list .item.active .dian:after {
  background: #999;
}
.map2 .list .item.active .dian:before,
.map2 .list .item.active .dian span {
  background: rgba(153, 153, 153, 0.5);
}
.map2 .list .item.item-heilongjiang {
  left: 86%;
  top: 12.7%;
}
.map2 .list .item.item-jilin {
  left: 86.4%;
  top: 24.7%;
}
.map2 .list .item.item-liaoning {
  left: 80.8%;
  top: 30.2%;
}
.map2 .list .item.item-neimenggu {
  left: 62%;
  top: 32.7%;
}
.map2 .list .item.item-neimenggu .tips {
  right: 20px;
  left: auto;
}
.map2 .list .item.item-neimenggu .tips:before {
  left: auto;
  right: -8px;
}
.map2 .list .item.item-beijing {
  left: 70.2%;
  top: 34.3%;
}
.map2 .list .item.item-beijing:before {
  background: url(/content/images/contact/1.png) no-repeat center center;
  background-size: contain;
  width: 23px;
  height: 22px;
  content: '';
  position: absolute;
  margin-top: -12px;
  margin-left: -12px;
  transform: scale(0.5);
  transform-origin: center center;
}
@media (min-width: 992px) {
  .map2 .list .item.item-beijing:before {
    transform: scale(1);
  }
}
.map2 .list .item.item-beijing .title {
  font-weight: bold;
  transform: translateX(-150%);
}
.map2 .list .item.item-tianjin {
  left: 72%;
  top: 37%;
}
.map2 .list .item.item-hebei {
  left: 68.5%;
  top: 39.5%;
}
.map2 .list .item.item-shanxi {
  left: 63.4%;
  top: 41.4%;
}
.map2 .list .item.item-shanxi .tips {
  right: 20px;
  left: auto;
}
.map2 .list .item.item-shanxi .tips:before {
  left: auto;
  right: -8px;
}
.map2 .list .item.item-shanxi-2 {
  left: 63.4%;
  top: 41.4%;
}
.map2 .list .item.item-shanxi-2 .title {
  display: none;
}
.map2 .list .item.item-shanxi-2 .tips {
  right: 20px;
  left: auto;
}
.map2 .list .item.item-shanxi-2 .tips:before {
  left: auto;
  right: -8px;
}
.map2 .list .item.item-shanxi2 {
  left: 57.6%;
  top: 49%;
}
.map2 .list .item.item-shandong {
  left: 73.3%;
  top: 44.1%;
}
.map2 .list .item.item-henan {
  left: 66.6%;
  top: 48%;
}
.map2 .list .item.item-henan .tips {
  right: 20px;
  left: auto;
}
.map2 .list .item.item-henan .tips:before {
  left: auto;
  right: -8px;
}
.map2 .list .item.item-henan-2 {
  left: 64.8%;
  top: 48%;
}
.map2 .list .item.item-henan-2 .title {
  display: none;
}
.map2 .list .item.item-henan-2 .tips {
  right: 20px;
  left: auto;
}
.map2 .list .item.item-henan-2 .tips:before {
  left: auto;
  right: -8px;
}
.map2 .list .item.item-jiangsu {
  left: 76.1%;
  top: 53.5%;
}
.map2 .list .item.item-jiangsu .tips {
  right: 20px;
  left: auto;
}
.map2 .list .item.item-jiangsu .tips:before {
  left: auto;
  right: -8px;
}
.map2 .list .item.item-anhui {
  left: 73.1%;
  top: 55.1%;
}
.map2 .list .item.item-shanghai {
  left: 80.9%;
  top: 56.8%;
}
.map2 .list .item.item-zhejiang {
  left: 79.4%;
  top: 60.8%;
}
.map2 .list .item.item-zhejiang .tips {
  right: 20px;
  left: auto;
}
.map2 .list .item.item-zhejiang .tips:before {
  left: auto;
  right: -8px;
}
.map2 .list .item.item-hubei {
  left: 63.8%;
  top: 58.9%;
}
.map2 .list .item.item-hunan {
  left: 62.6%;
  top: 67.1%;
}
.map2 .list .item.item-jiangxi {
  left: 70.7%;
  top: 67%;
}
.map2 .list .item.item-fujian {
  left: 75.6%;
  top: 70.6%;
}
.map2 .list .item.item-guangdong {
  left: 66.9%;
  top: 76.5%;
}
.map2 .list .item.item-guangxi {
  left: 57.7%;
  top: 76.3%;
}
.map2 .list .item.item-yunnan {
  left: 44.2%;
  top: 74.5%;
}
.map2 .list .item.item-guizhou {
  left: 53.5%;
  top: 68.8%;
}
.map2 .list .item.item-chongqing {
  left: 55%;
  top: 61.8%;
}
.map2 .list .item.item-sichuan {
  left: 48.4%;
  top: 58.1%;
}
.map2 .list .item.item-xizang {
  left: 22.3%;
  top: 55.4%;
}
.map2 .list .item.item-qinghai {
  left: 34.9%;
  top: 44.5%;
}
.map2 .list .item.item-gansu {
  left: 37.5%;
  top: 33.7%;
}
.map2 .list .item.item-ningxia {
  left: 53.4%;
  top: 41.7%;
}
.map2 .list .item.item-xinjiang {
  left: 26.5%;
  top: 18.8%;
}
.map2 .list .item.item-xinjiang-2 {
  left: 26.5%;
  top: 18.8%;
}
.map2 .list .item.item-xinjiang-2 .title {
  display: none;
}
.map2 .list .item .title {
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  font-size: 12px;
  font-size: 0.4rem;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .map2 .list .item .title {
    font-size: 14px;
  }
}
.map2 .list .item .dian {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 2;
  right: 0;
  left: 0;
  top: 0;
  transform: translate(-20px, -20px);
}
.map2 .list .item .dian + .title {
  top: 10px;
}
.map2 .list .item .dian:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #0075c2;
  border-radius: 100%;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .map2 .list .item .dian:after {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1600px) {
  .map2 .list .item .dian:after {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1900px) {
  .map2 .list .item .dian:after {
    width: 14px;
    height: 14px;
  }
}
.map2 .list .item .dian:before,
.map2 .list .item .dian span {
  -webkit-animation: warn 5s ease-out;
  -moz-animation: warn 5s ease-out;
  animation: warn 5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(0, 117, 194, 0.3);
  left: 0;
  z-index: 1;
  top: 0;
}
.map2 .list .item .dian:before {
  content: '';
  animation: warn2 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 2;
}
.map2 .list .item .tips {
  position: absolute;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  width: 300px;
  top: -50px;
  left: 20px;
  z-index: 99;
  display: none;
}
@media (min-width: 1900px) {
  .map2 .list .item .tips {
    padding: 30px;
    width: 400px;
  }
}
.map2 .list .item .tips:before {
  content: '';
  border: 8px solid #fff;
  position: absolute;
  left: -8px;
  transform: rotate(45deg);
  top: 40px;
}
.map2 .list .item .tips .tit {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 1900px) {
  .map2 .list .item .tips .tit {
    font-size: 24px;
    font-weight: 400;
  }
}
.map2 .list .item .tips .desc {
  padding: 20px 0;
}
.map2 .list .item .tips .desc ul li {
  display: flex;
  font-size: 12px;
  color: #666;
  padding: 4px 0;
}
@media (min-width: 1900px) {
  .map2 .list .item .tips .desc ul li {
    font-size: 16px;
  }
}
.map2 .list .item .tips .desc ul li label {
  flex: 0 0 auto;
}
.map2 .list .item .tips .desc ul li.adr:before {
  content: '';
  background: url(/content/images/contact/icon/5.png) no-repeat center center;
  width: 20px;
  height: 21px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map2 .list .item .tips .desc ul li.zip:before {
  content: '';
  background: url(/content/images/contact/icon/6.png) no-repeat center center;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map2 .list .item .tips .desc ul li.tel:before {
  content: '';
  background: url(/content/images/contact/icon/7.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map2 .list .item:hover {
  z-index: 99;
}
.map2 .list .item:hover .title {
  color: #0075c2;
}
@media (min-width: 768px) {
  .map2 .list .item:hover .tips {
    display: block;
  }
}
.map2-swiper {
  position: relative;
}
@media (min-width: 768px) {
  .map2-swiper {
    display: none;
  }
}
.map2-swiper .swiper-container {
  padding: 20px;
}
.map2-swiper .item {
  position: absolute;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  width: 300px;
  top: -50px;
  left: 20px;
  z-index: 99;
  display: none;
  position: static;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 1900px) {
  .map2-swiper .item {
    padding: 30px;
    width: 400px;
  }
}
.map2-swiper .item:before {
  content: '';
  border: 8px solid #fff;
  position: absolute;
  left: -8px;
  transform: rotate(45deg);
  top: 40px;
}
.map2-swiper .item .tit {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 1900px) {
  .map2-swiper .item .tit {
    font-size: 24px;
    font-weight: 400;
  }
}
.map2-swiper .item .desc {
  padding: 20px 0;
}
.map2-swiper .item .desc ul li {
  display: flex;
  font-size: 12px;
  color: #666;
  padding: 4px 0;
}
@media (min-width: 1900px) {
  .map2-swiper .item .desc ul li {
    font-size: 16px;
  }
}
.map2-swiper .item .desc ul li label {
  flex: 0 0 auto;
}
.map2-swiper .item .desc ul li.adr:before {
  content: '';
  background: url(/content/images/contact/icon/5.png) no-repeat center center;
  width: 20px;
  height: 21px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map2-swiper .item .desc ul li.zip:before {
  content: '';
  background: url(/content/images/contact/icon/6.png) no-repeat center center;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map2-swiper .item .desc ul li.tel:before {
  content: '';
  background: url(/content/images/contact/icon/7.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map2-swiper .item:before {
  display: none;
}
.map3 {
  position: relative;
  max-width: 1003px;
  margin: 0 auto;
}
.map3 .list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map3 .list .item {
  position: absolute;
  top: 0;
  z-index: 33;
  left: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}
.map3 .list .item.active {
  transform: scale(4);
}
@media (min-width: 1200px) {
  .map3 .list .item.active {
    transform: scale(2);
  }
}
@media (min-width: 1900px) {
  .map3 .list .item.active {
    transform: scale(1.2);
  }
}
.map3 .list .item.active .dian:after {
  background: #999;
}
.map3 .list .item.active .dian:before,
.map3 .list .item.active .dian span {
  background: rgba(153, 153, 153, 0.5);
}
.map3 .list .item.item-heilongjiang {
  left: 86%;
  top: 12.7%;
}
.map3 .list .item.item-jilin {
  left: 86.4%;
  top: 24.7%;
}
.map3 .list .item.item-liaoning {
  left: 80.8%;
  top: 30.2%;
}
.map3 .list .item.item-neimenggu {
  left: 62%;
  top: 32.7%;
}
.map3 .list .item.item-neimenggu .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-neimenggu .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-beijing {
  left: 70.2%;
  top: 34.3%;
}
.map3 .list .item.item-beijing:before {
  background: url(/content/images/contact/1.png) no-repeat center center;
  background-size: contain;
  width: 23px;
  height: 22px;
  content: '';
  position: absolute;
  margin-top: -12px;
  margin-left: -12px;
  transform: scale(0.5);
  transform-origin: center center;
}
@media (min-width: 992px) {
  .map3 .list .item.item-beijing:before {
    transform: scale(1);
  }
}
.map3 .list .item.item-beijing .title {
  font-weight: bold;
  transform: translateX(-150%);
}
.map3 .list .item.item-tianjin {
  left: 72%;
  top: 37%;
}
.map3 .list .item.item-hebei {
  left: 68.5%;
  top: 39.5%;
}
.map3 .list .item.item-shanxi {
  left: 63.4%;
  top: 41.4%;
}
.map3 .list .item.item-shanxi .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-shanxi .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-shanxi-2 {
  left: 63.4%;
  top: 41.4%;
}
.map3 .list .item.item-shanxi-2 .title {
  display: none;
}
.map3 .list .item.item-shanxi-2 .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-shanxi-2 .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-shanxi2 {
  left: 57.6%;
  top: 49%;
}
.map3 .list .item.item-shandong {
  left: 73.3%;
  top: 44.1%;
}
.map3 .list .item.item-henan {
  left: 66.6%;
  top: 48%;
}
.map3 .list .item.item-henan .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-henan .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-henan-2 {
  left: 64.8%;
  top: 48%;
}
.map3 .list .item.item-henan-2 .title {
  display: none;
}
.map3 .list .item.item-henan-2 .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-henan-2 .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-jiangsu {
  left: 76.1%;
  top: 53.5%;
}
.map3 .list .item.item-jiangsu .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-jiangsu .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-anhui {
  left: 73.1%;
  top: 55.1%;
}
.map3 .list .item.item-shanghai {
  left: 80.9%;
  top: 56.8%;
}
.map3 .list .item.item-zhejiang {
  left: 79.4%;
  top: 60.8%;
}
.map3 .list .item.item-zhejiang .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-zhejiang .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-hubei {
  left: 63.8%;
  top: 58.9%;
}
.map3 .list .item.item-hunan {
  left: 62.6%;
  top: 67.1%;
}
.map3 .list .item.item-jiangxi {
  left: 70.7%;
  top: 67%;
}
.map3 .list .item.item-fujian {
  left: 75.6%;
  top: 70.6%;
}
.map3 .list .item.item-guangdong {
  left: 66.9%;
  top: 76.5%;
}
.map3 .list .item.item-guangxi {
  left: 57.7%;
  top: 76.3%;
}
.map3 .list .item.item-yunnan {
  left: 44.2%;
  top: 74.5%;
}
.map3 .list .item.item-guizhou {
  left: 53.5%;
  top: 68.8%;
}
.map3 .list .item.item-chongqing {
  left: 55%;
  top: 61.8%;
}
.map3 .list .item.item-sichuan {
  left: 48.4%;
  top: 58.1%;
}
.map3 .list .item.item-xizang {
  left: 22.3%;
  top: 55.4%;
}
.map3 .list .item.item-qinghai {
  left: 34.9%;
  top: 44.5%;
}
.map3 .list .item.item-gansu {
  left: 37.5%;
  top: 33.7%;
}
.map3 .list .item.item-ningxia {
  left: 53.4%;
  top: 41.7%;
}
.map3 .list .item.item-xinjiang {
  left: 26.5%;
  top: 18.8%;
}
.map3 .list .item.item-xinjiang-2 {
  left: 26.5%;
  top: 18.8%;
}
.map3 .list .item.item-xinjiang-2 .title {
  display: none;
}
.map3 .list .item .title {
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  font-size: 12px;
  font-size: 0.4rem;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .map3 .list .item .title {
    font-size: 14px;
  }
}
.map3 .list .item .dian {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 2;
  right: 0;
  left: 0;
  top: 0;
  transform: translate(-20px, -20px);
}
.map3 .list .item .dian + .title {
  top: 10px;
}
.map3 .list .item .dian:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #0075c2;
  border-radius: 100%;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .map3 .list .item .dian:after {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1600px) {
  .map3 .list .item .dian:after {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1900px) {
  .map3 .list .item .dian:after {
    width: 14px;
    height: 14px;
  }
}
.map3 .list .item .dian:before,
.map3 .list .item .dian span {
  -webkit-animation: warn 5s ease-out;
  -moz-animation: warn 5s ease-out;
  animation: warn 5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(0, 117, 194, 0.3);
  left: 0;
  z-index: 1;
  top: 0;
}
.map3 .list .item .dian:before {
  content: '';
  animation: warn2 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 2;
}
.map3 .list .item .tips {
  position: absolute;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  width: 300px;
  top: -50px;
  left: 20px;
  z-index: 99;
  display: none;
}
@media (min-width: 1900px) {
  .map3 .list .item .tips {
    padding: 30px;
    width: 400px;
  }
}
.map3 .list .item .tips:before {
  content: '';
  border: 8px solid #fff;
  position: absolute;
  left: -8px;
  transform: rotate(45deg);
  top: 40px;
}
.map3 .list .item .tips .tit {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 1900px) {
  .map3 .list .item .tips .tit {
    font-size: 24px;
    font-weight: 400;
  }
}
.map3 .list .item .tips .desc {
  padding: 20px 0;
}
.map3 .list .item .tips .desc ul li {
  display: flex;
  font-size: 12px;
  color: #666;
  padding: 4px 0;
}
@media (min-width: 1900px) {
  .map3 .list .item .tips .desc ul li {
    font-size: 16px;
  }
}
.map3 .list .item .tips .desc ul li label {
  flex: 0 0 auto;
}
.map3 .list .item .tips .desc ul li.adr:before {
  content: '';
  background: url(/content/images/contact/icon/5.png) no-repeat center center;
  width: 20px;
  height: 21px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map3 .list .item .tips .desc ul li.zip:before {
  content: '';
  background: url(/content/images/contact/icon/6.png) no-repeat center center;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map3 .list .item .tips .desc ul li.tel:before {
  content: '';
  background: url(/content/images/contact/icon/7.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map3 .list .item:hover {
  z-index: 99;
}
.map3 .list .item:hover .title {
  color: #0075c2;
}
@media (min-width: 768px) {
  .map3 .list .item:hover .tips {
    display: block;
  }
}
.map3 .list .item {
  margin-top: -5px;
}
.map3 .list .item.active {
  transform: scale(4);
}
@media (min-width: 1200px) {
  .map3 .list .item.active {
    transform: scale(2);
  }
}
@media (min-width: 1900px) {
  .map3 .list .item.active {
    transform: scale(1.2);
  }
}
.map3 .list .item.active .dian:after {
  background: #999;
}
.map3 .list .item.active .dian:before,
.map3 .list .item.active .dian span {
  background: rgba(153, 153, 153, 0.5);
}
.map3 .list .item.item-heilongjiang {
  left: 86%;
  top: 12.7%;
  left: 84%;
  top: 17.7%;
}
.map3 .list .item.item-jilin {
  left: 86.4%;
  top: 24.7%;
  left: 83.2%;
  top: 22.7%;
}
.map3 .list .item.item-liaoning {
  left: 80.8%;
  top: 30.2%;
}
.map3 .list .item.item-neimenggu {
  left: 62%;
  top: 32.7%;
}
.map3 .list .item.item-neimenggu .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-neimenggu .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-beijing {
  left: 70.2%;
  top: 34.3%;
}
.map3 .list .item.item-beijing:before {
  background: url(/content/images/contact/1.png) no-repeat center center;
  background-size: contain;
  width: 23px;
  height: 22px;
  content: '';
  position: absolute;
  margin-top: -12px;
  margin-left: -12px;
  transform: scale(0.5);
  transform-origin: center center;
}
@media (min-width: 992px) {
  .map3 .list .item.item-beijing:before {
    transform: scale(1);
  }
}
.map3 .list .item.item-beijing .title {
  font-weight: bold;
  transform: translateX(-150%);
}
.map3 .list .item.item-tianjin {
  left: 72%;
  top: 37%;
}
.map3 .list .item.item-hebei {
  left: 68.5%;
  left: 66.8%;
  top: 39.5%;
}
.map3 .list .item.item-shanxi {
  top: 41.4%;
  left: 63.4%;
  top: 40.4%;
}
.map3 .list .item.item-shanxi .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-shanxi .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-shanxi-2 {
  left: 63.4%;
  top: 41.4%;
}
.map3 .list .item.item-shanxi-2 .title {
  display: none;
}
.map3 .list .item.item-shanxi-2 .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-shanxi-2 .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-shanxi2 {
  left: 57.6%;
  top: 49%;
}
.map3 .list .item.item-shandong {
  left: 73.3%;
  top: 44.1%;
}
.map3 .list .item.item-henan {
  left: 66.6%;
  top: 48%;
}
.map3 .list .item.item-henan .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-henan .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-henan-2 {
  left: 64.8%;
  top: 48%;
}
.map3 .list .item.item-henan-2 .title {
  display: none;
}
.map3 .list .item.item-henan-2 .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-henan-2 .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-jiangsu {
  left: 76.1%;
  top: 53.5%;
}
.map3 .list .item.item-jiangsu .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-jiangsu .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-anhui {
  left: 73.1%;
  top: 55.1%;
}
.map3 .list .item.item-shanghai {
  left: 80.9%;
  top: 56.8%;
}
.map3 .list .item.item-zhejiang {
  left: 79.4%;
  top: 60.8%;
}
.map3 .list .item.item-zhejiang .tips {
  right: 20px;
  left: auto;
}
.map3 .list .item.item-zhejiang .tips:before {
  left: auto;
  right: -8px;
}
.map3 .list .item.item-hubei {
  left: 63.8%;
  top: 58.9%;
  left: 66.8%;
  top: 59.9%;
}
.map3 .list .item.item-hunan {
  left: 62.6%;
  top: 67.1%;
  left: 64.6%;
  top: 64.1%;
}
.map3 .list .item.item-jiangxi {
  top: 67%;
  left: 70.7%;
  top: 63%;
}
.map3 .list .item.item-fujian {
  left: 75.6%;
  top: 70.6%;
  left: 77.6%;
  top: 68.6%;
}
.map3 .list .item.item-guangdong {
  left: 66.9%;
  top: 76.5%;
}
.map3 .list .item.item-guangxi {
  left: 57.7%;
  top: 76.3%;
}
.map3 .list .item.item-yunnan {
  left: 44.2%;
  top: 74.5%;
}
.map3 .list .item.item-guizhou {
  left: 53.5%;
  top: 68.8%;
}
.map3 .list .item.item-chongqing {
  left: 55%;
  top: 61.8%;
}
.map3 .list .item.item-sichuan {
  left: 48.4%;
  top: 58.1%;
}
.map3 .list .item.item-xizang {
  left: 22.3%;
  top: 55.4%;
}
.map3 .list .item.item-qinghai {
  left: 34.9%;
  top: 44.5%;
  left: 44.9%;
  top: 42.5%;
}
.map3 .list .item.item-gansu {
  left: 37.5%;
  top: 33.7%;
}
.map3 .list .item.item-ningxia {
  left: 53.4%;
  top: 41.7%;
}
.map3 .list .item.item-xinjiang {
  left: 26.5%;
  top: 18.8%;
}
.map3 .list .item.item-xinjiang-2 {
  left: 26.5%;
  top: 18.8%;
}
.map3 .list .item.item-xinjiang-2 .title {
  display: none;
}
@media (min-width: 992px) {
  .map3 .list .item .dian:before {
    background: url(/content/images/contact/2s.png) no-repeat center center;
    width: 15px;
    background-size: contain;
    height: 20px;
    animation: none;
    border-radius: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 33;
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  .map3 .list .item .dian + .title {
    top: 15px;
  }
}
.map3-swiper {
  position: relative;
}
@media (min-width: 768px) {
  .map3-swiper {
    display: none;
  }
}
.map3-swiper .swiper-container {
  padding: 20px;
}
.map3-swiper .item {
  position: absolute;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  width: 300px;
  top: -50px;
  left: 20px;
  z-index: 99;
  display: none;
  position: static;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 1900px) {
  .map3-swiper .item {
    padding: 30px;
    width: 400px;
  }
}
.map3-swiper .item:before {
  content: '';
  border: 8px solid #fff;
  position: absolute;
  left: -8px;
  transform: rotate(45deg);
  top: 40px;
}
.map3-swiper .item .tit {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 1900px) {
  .map3-swiper .item .tit {
    font-size: 24px;
    font-weight: 400;
  }
}
.map3-swiper .item .desc {
  padding: 20px 0;
}
.map3-swiper .item .desc ul li {
  display: flex;
  font-size: 12px;
  color: #666;
  padding: 4px 0;
}
@media (min-width: 1900px) {
  .map3-swiper .item .desc ul li {
    font-size: 16px;
  }
}
.map3-swiper .item .desc ul li label {
  flex: 0 0 auto;
}
.map3-swiper .item .desc ul li.adr:before {
  content: '';
  background: url(/content/images/contact/icon/5.png) no-repeat center center;
  width: 20px;
  height: 21px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map3-swiper .item .desc ul li.zip:before {
  content: '';
  background: url(/content/images/contact/icon/6.png) no-repeat center center;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map3-swiper .item .desc ul li.tel:before {
  content: '';
  background: url(/content/images/contact/icon/7.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map3-swiper .item:before {
  display: none;
}
.contact-box2 .layui-tab-content .layui-tab-item:nth-child(3) .map4-list {
  display: block;
}
@media (max-width: 768px) {
  .contact-box2 .layui-tab-content .layui-tab-item:nth-child(3) .map4-list {
    display: none;
  }
}
.map4-list .row .col-xs-12 {
  padding: 15px 0;
}
.map4-list .item {
  position: absolute;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  width: 300px;
  top: -50px;
  left: 20px;
  z-index: 99;
  display: none;
  position: static;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  width: 100% !important;
  background: none;
  box-shadow: none;
  padding: 0 20px;
}
@media (min-width: 1900px) {
  .map4-list .item {
    padding: 30px;
    width: 400px;
  }
}
.map4-list .item:before {
  content: '';
  border: 8px solid #fff;
  position: absolute;
  left: -8px;
  transform: rotate(45deg);
  top: 40px;
}
.map4-list .item .tit {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 1900px) {
  .map4-list .item .tit {
    font-size: 24px;
    font-weight: 400;
  }
}
.map4-list .item .desc {
  padding: 20px 0;
}
.map4-list .item .desc ul li {
  display: flex;
  font-size: 12px;
  color: #666;
  padding: 4px 0;
}
@media (min-width: 1900px) {
  .map4-list .item .desc ul li {
    font-size: 16px;
  }
}
.map4-list .item .desc ul li label {
  flex: 0 0 auto;
}
.map4-list .item .desc ul li.adr:before {
  content: '';
  background: url(/content/images/contact/icon/5.png) no-repeat center center;
  width: 20px;
  height: 21px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map4-list .item .desc ul li.zip:before {
  content: '';
  background: url(/content/images/contact/icon/6.png) no-repeat center center;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map4-list .item .desc ul li.tel:before {
  content: '';
  background: url(/content/images/contact/icon/7.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map4-list .item:before {
  display: none;
}
.map4-list .item .tit {
  font-size: 1.2rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .map4-list .item .tit {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .map4-list .item .tit {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .map4-list .item .tit {
    font-size: 22px;
  }
}
.map4-list .item .desc {
  padding: 20px 0;
}
.map4-list .item .desc ul li {
  display: flex;
  font-size: 12px;
  color: #666;
  padding: 4px 0;
  font-weight: 300;
  font-size: 0.8rem;
}
@media (min-width: 1900px) {
  .map4-list .item .desc ul li {
    font-size: 16px;
  }
}
.map4-list .item .desc ul li label {
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 1900px) {
  .map4-list .item .desc ul li label {
    font-size: 16px;
  }
}
.map4-list .item .desc ul li:before {
  width: 15px !important;
  height: 15px !important;
  background-size: contain !important;
}
.map4-list .item .desc ul li.adr:before {
  content: '';
  background: url(/content/images/contact/icon/5.png) no-repeat center center;
  width: 20px;
  height: 21px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map4-list .item .desc ul li.zip:before {
  content: '';
  background: url(/content/images/contact/icon/6.png) no-repeat center center;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.map4-list .item .desc ul li.tel:before {
  content: '';
  background: url(/content/images/contact/icon/7.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.boxss,
.divname {
  position: relative;
  top: -90px;
}
.pager ul li span,
.pager ul li a {
  border: none;
  border-radius: 0;
}
.fnav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 50px;
}
.fnav ul {
  flex: 1 1 auto;
}
.fnav ul li {
  padding: 5px 0;
}
.fnav ul li.first {
  padding-bottom: 10px;
  padding-top: 0;
  line-height: 1;
}
@media (min-width: 1600px) {
  .fnav ul li.first {
    font-size: 22px;
  }
}
.fnav ul li.first a {
  color: #94B8CF;
  font-weight: bold;
  line-height: 1;
}
.fnav ul li a {
  color: #4C697B;
}
.fnav ul li a:hover {
  color: #000;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-50%, -15px, 0);
    transform: translate3d(-50%, -15px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-50%, -15px, 0);
    transform: translate3d(-50%, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(-50%, -4px, 0);
    transform: translate3d(-50%, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-50%, -15px, 0);
    transform: translate3d(-50%, -15px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-50%, -15px, 0);
    transform: translate3d(-50%, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(-50%, -4px, 0);
    transform: translate3d(-50%, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.bus-icon-box1 {
  padding: 20px 0;
}
.bus-icon-box1 .row {
  display: flex;
  flex-wrap: wrap;
}
.bus-icon-box1 .row .col-xs-12 {
  padding: 15px;
}
@media (min-width: 768px) {
  .bus-icon-box1 .row .col-xs-12:nth-child(odd) {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .bus-icon-box1 .row .col-xs-12:nth-child(odd) {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .bus-icon-box1 .row .col-xs-12:nth-child(even) {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .bus-icon-box1 .row .col-xs-12:nth-child(even) {
    padding-left: 40px;
  }
}
.bus-icon-box1 .item .img img {
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) {
  .bus-icon-box1 .item .img img {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .bus-icon-box1 .item .img img {
    width: 100px;
    height: 100px;
  }
}
.bus-icon-box1 .item .tit {
  font-weight: bold;
  padding: 15px 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .bus-icon-box1 .item .tit {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .bus-icon-box1 .item .tit {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .bus-icon-box1 .item .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
.bus-icon-box1 .item .desc {
  font-size: 14px;
}
@media (min-width: 768px) {
  .bus-icon-box1 .item .desc {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .bus-icon-box1 .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .bus-icon-box1 .item .desc {
    font-size: 16px;
  }
}
.bus-icon-box2 {
  padding: 20px 0;
}
.bus-icon-box2 .row {
  display: flex;
  flex-wrap: wrap;
}
.bus-icon-box2 .row .col-xs-6 {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .bus-icon-box2 .row .col-sm-2 {
    width: 20%;
  }
}
.bus-icon-box2 .item {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bus-icon-box2 .item {
    width: 60px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .bus-icon-box2 .item {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .bus-icon-box2 .item {
    width: 100px;
  }
}
.bus-icon-box2 .item .img img {
  width: 80px;
  height: 80px;
}
@media (min-width: 992px) {
  .bus-icon-box2 .item .img img {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .bus-icon-box2 .item .img img {
    width: 100px;
    height: 100px;
  }
}
.bus-icon-box2 .item .tit {
  font-weight: bold;
  padding: 15px 0;
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .bus-icon-box2 .item .tit {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .bus-icon-box2 .item .tit {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .bus-icon-box2 .item .tit {
    font-size: 24px;
    font-weight: 500;
  }
}
.bus-icon-box2 .item .desc {
  font-size: 14px;
  font-size: 1rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .bus-icon-box2 .item .desc {
    font-size: 10px;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .bus-icon-box2 .item .desc {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .bus-icon-box2 .item .desc {
    font-size: 16px;
  }
}
.logodiv {
  padding: 30px 0 50px 0;
}
@media (min-width: 992px) {
  .logodiv {
    display: flex;
    padding: 100px 0 50px 0;
  }
}
.logodiv .logo-left {
  width: 100%;
  flex: 0 0 auto;
  height: 320px;
}
@media (min-width: 992px) {
  .logodiv .logo-left {
    width: 450px;
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .logodiv .logo-left {
    width: 650px;
    height: 650px;
  }
}
.logodiv .logo-right {
  flex: 1 1 auto;
  overflow: hidden;
  padding-top: 40px;
  margin: 0 -40px;
}
@media (min-width: 768px) {
  .logodiv .logo-right {
    padding: 50px 0 0 50px;
  }
}
.logodiv .logolist {
  width: 650px;
  height: 650px;
  position: relative;
  flex: 0 0 auto;
  margin: 0 auto;
  transform: scale(0.55) translateX(-50%);
  transform-origin: 0 0;
  position: absolute;
  left: 50%;
}
@media (min-width: 700px) {
  .logodiv .logolist {
    transform-origin: center 0;
    left: 0;
    transform: scale(0.55);
    position: relative;
  }
}
@media (min-width: 992px) {
  .logodiv .logolist {
    width: 650px;
    height: 650px;
    transform: scale(0.6);
    transform-origin: 0 40%;
  }
}
@media (min-width: 1200px) {
  .logodiv .logolist {
    transform: none;
    transform-origin: 0 40%;
  }
}
.logodiv .logolist > .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.logodiv .logolist > .img img {
  width: 100%;
  height: 100%;
}
.logodiv .logolist .txt {
  position: absolute;
  z-index: 3;
}
.logodiv .logolist .txt .item {
  position: absolute;
  width: 0;
  height: 0;
}
.logodiv .logolist .txt .item.active .title {
  background: #0075c2;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  bottom: 16px;
}
.logodiv .logolist .txt .item.active .title .img img:first-child {
  opacity: 0;
  z-index: 0;
}
.logodiv .logolist .txt .item.active .title .img img:last-child {
  opacity: 1;
  z-index: 2;
}
.logodiv .logolist .txt .item.active .title:after {
  border-top-color: #0075c2;
  border-top-width: 15px;
  bottom: -20px;
}
.logodiv .logolist .txt .item .dians {
  position: absolute;
  transform: rotate(-35deg);
  top: 0;
  left: 0;
}
.logodiv .logolist .txt .item .dians:before {
  background: url(/Content/images/cooperation/0.png) no-repeat center center;
  width: 21px;
  height: 9px;
  position: absolute;
  content: '';
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
}
.logodiv .logolist .txt .item .dian {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border-radius: 0;
  z-index: 2;
  right: 0;
  left: 0;
  top: 0;
  transform: translate(-20px, -20px) skewX(45deg);
}
.logodiv .logolist .txt .item .dian + .title {
  top: 10px;
}
.logodiv .logolist .txt .item .dian:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  /*background: @color2;
                        border-radius: 100%;*/
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/Content/images/cooperation/0.png) no-repeat center center;
  width: 21px;
  height: 9px;
  opacity: 0;
}
.logodiv .logolist .txt .item .dian:before,
.logodiv .logolist .txt .item .dian span {
  -webkit-animation: warn 5s ease-out;
  -moz-animation: warn 5s ease-out;
  animation: warn 5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(0, 117, 194, 0.3);
  left: 0;
  z-index: 1;
  top: 0;
}
.logodiv .logolist .txt .item .dian:before {
  content: '';
  animation: warn2 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 2;
}
.logodiv .logolist .txt .item .title {
  width: 100px;
  min-height: 86px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  cursor: pointer;
  padding-top: 10px;
  transition: all ease-in-out 0.3s;
}
.logodiv .logolist .txt .item .title .img {
  position: relative;
  height: 35px;
}
.logodiv .logolist .txt .item .title .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.logodiv .logolist .txt .item .title .img img:first-child {
  opacity: 1;
  z-index: 2;
}
.logodiv .logolist .txt .item .title .img img:last-child {
  opacity: 0;
  z-index: 1;
}
.logodiv .logolist .txt .item .title .tit {
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 10px;
}
.logodiv .logolist .txt .item .title:hover {
  background: #0075c2;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  bottom: 16px;
}
.logodiv .logolist .txt .item .title:hover .img img:first-child {
  opacity: 0;
  z-index: 0;
}
.logodiv .logolist .txt .item .title:hover .img img:last-child {
  opacity: 1;
  z-index: 2;
}
.logodiv .logolist .txt .item .title:hover:after {
  border-top-color: #0075c2;
  border-top-width: 15px;
  bottom: -20px;
}
.logodiv .logolist .txt .item .title:after {
  position: absolute;
  content: '';
  border: 8px solid transparent;
  border-top-color: #fff;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  transition: all ease-in-out 0.3s;
}
.logodiv .logolist .txt .item.item-1 {
  left: 110px;
  top: 266px;
}
.logodiv .logolist .txt .item.item-2 {
  left: 240px;
  top: 264px;
}
.logodiv .logolist .txt .item.item-3 {
  left: 390px;
  top: 208px;
}
.logodiv .logolist .txt .item.item-4 {
  left: 520px;
  top: 266px;
}
.logodiv .logolist .txt .item.item-5 {
  left: 90px;
  top: 400px;
}
.logodiv .logolist .txt .item.item-6 {
  left: 220px;
  top: 416px;
}
.logodiv .logolist .txt .item.item-7 {
  left: 350px;
  top: 330px;
}
.logodiv .logolist .txt .item.item-8 {
  left: 466px;
  top: 376px;
}
.logodiv .logolist .txt .item.item-9 {
  left: 570px;
  top: 400px;
}
.logodiv .logolist .txt .item.item-10 {
  left: 200px;
  top: 540px;
}
.logodiv .logolist .txt .item.item-11 {
  left: 340px;
  top: 470px;
}
.logodiv .logolist .txt .item.item-12 {
  left: 500px;
  top: 500px;
}
.logodiv .logolist .txt .item.item-13 {
  left: 220px;
  top: 140px;
}
.logodiv .logo-swiper {
  position: relative;
  padding-bottom: 20px;
}
.logodiv .logo-swiper .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}
.logodiv .logo-swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 10em;
  margin: 0 3px;
  width: 10px;
  height: 10px;
}
.logodiv .logo-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
}
.logodiv .logo-swiper .swiper-container {
  width: 100%;
  padding: 20px;
}
.logodiv .logo-swiper .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
}
.logodiv .logo-swiper .swiper-slide ul li {
  padding: 10px;
  width: 33.33%;
}
.logodiv .logo-swiper .swiper-slide ul li a {
  display: block;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.logodiv .logo-swiper .swiper-slide ul li a img {
  height: 65px !important;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .logodiv .logo-swiper .swiper-slide ul li a img {
    height: 95px !important;
  }
}
#threeCanvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}