﻿.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
@font-face {
  font-family: "icon";
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/128aa42d73014605b19642d6d57ee3ce.woff') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg') format('svg');
  
  /* IE9 */
  /* iOS 4.1- */
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 1536px;
  margin: 0 auto;
  overflow: hidden;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  font-family: 微软雅黑;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "gb";
  src: url('../fonts/gb.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gc";
  src: url('../fonts/gc.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tc";
  src: url('../fonts/tc.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rb";
  src: url('../fonts/rb.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rr";
  src: url('../fonts/rr.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dm";
  src: url('../fonts/dm.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "db";
  src: url('../fonts/db.otf');
  font-weight: normal;
  font-style: normal;
}
.phone-nav,
.phone-footer-nav {
  display: none;
}
.phone-footer-nav,
.phone-gotop-box {
  display: none;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  background: #fff;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.header-wrapper.on {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*height: 100px;*/
  height: 80px;
  align-items: center;
  padding: 0 50px;
}
.header-wrapper .logo-box {
  width: 107px;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.header-wrapper .logo-box img.original {
  display: none;
}
.header-wrapper .pc-nav-box {
  flex: 1;
  margin-right: 30px;
}
.header-wrapper .pc-nav-box .bg {
  height: 3px;
  background: #5c52ff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
}
.header-wrapper .pc-nav-box:hover .child-box {
  display: block;
}
.header-wrapper .pc-nav-box ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  text-align: right;
}
.header-wrapper .pc-nav-box ul li {
  display: inline-block;
  text-align: center;
}
.header-wrapper .pc-nav-box ul li:last-child {
  margin-right: 0;
}
.header-wrapper .pc-nav-box ul li:hover a,
.header-wrapper .pc-nav-box ul li.on a {
  color: #fff;
}
.header-wrapper .pc-nav-box ul li:hover a:after,
.header-wrapper .pc-nav-box ul li.on a:after {
  height: 100%;
}
.header-wrapper .pc-nav-box ul li a {
  position: relative;
  font-size: 16px;
  color: #333;
  /*line-height: 100px;*/
  line-height: 80px;
  display: block;
  padding: 0 30px;
  min-width: 124px;
}
.header-wrapper .pc-nav-box ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 100%;
  height: 0;
  background: #1e307e;
}
.header-wrapper .pc-nav-box .hide-box {
  position: fixed;
  left: 0;
  top: 100px;
  z-index: -1;
  width: 100%;
  text-align: left;
  height: 0;
  transition: height 0.6s ease;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -ms-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  background: #f9f9f9 url(../images/nav_bg.png) no-repeat right bottom 12px;
}
.header-wrapper .pc-nav-box .hide-box.on {
  z-index: 40;
}
.header-wrapper .pc-nav-box .hide-box.on .info,
.header-wrapper .pc-nav-box .hide-box.on .nav {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.header-wrapper .pc-nav-box .hide-box .w1200 {
  overflow: hidden;
  padding: 100px 0;
}
.header-wrapper .pc-nav-box .hide-box .info,
.header-wrapper .pc-nav-box .hide-box .nav {
  opacity: 0;
  visibility: hidden;
  transition: transform 1.4s,opacity 1.4s ease;
}
.header-wrapper .pc-nav-box .hide-box .info {
  float: left;
  width: 700px;
  padding-right: 40px;
  transform: translateX(58px);
  -webkit-transform: translateX(58px);
  -moz-transform: translateX(58px);
  -ms-transform: translateX(58px);
  -o-transform: translateX(58px);
  border-right: 1px solid #eaeaea;
}
.header-wrapper .pc-nav-box .hide-box .info > img {
  float: left;
  width: 315px;
  margin-right: 56px;
}
.header-wrapper .pc-nav-box .hide-box .info .caption-box {
  margin-top: 24px;
}
.header-wrapper .pc-nav-box .hide-box .info .caption {
  font-size: 30px;
  color: #333;
  line-height: 42px;
}
.header-wrapper .pc-nav-box .hide-box .info .desc {
  font-family: "gb";
  font-size: 14px;
  color: #e0e0e0;
  line-height: 18px;
  margin-top: 10px;
  text-transform: uppercase;
}
.header-wrapper .pc-nav-box .hide-box .nav {
  float: left;
  width: 500px;
  padding-left: 50px;
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
}
.header-wrapper .pc-nav-box .hide-box .nav.more {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header-wrapper .pc-nav-box .hide-box .nav.more a {
  width: 49%;
}
.header-wrapper .pc-nav-box .hide-box .nav.more2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  width: 800px;
}
.header-wrapper .pc-nav-box .hide-box .nav.more2 a {
  width: 32.33%;
  margin-right: 1.5%;
}
.header-wrapper .pc-nav-box .hide-box .nav.more2 a:nth-child(3n) {
  margin-right: 0;
}
.header-wrapper .pc-nav-box .hide-box .nav a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 52px;
  padding-left: 16px;
}
.header-wrapper .pc-nav-box .hide-box .nav a:hover,
.header-wrapper .pc-nav-box .hide-box .nav a.on {
  color: #1e307e;
  font-weight: 700;
}
.header-wrapper .pc-nav-box .hide-box .nav a:hover:after,
.header-wrapper .pc-nav-box .hide-box .nav a.on:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.header-wrapper .pc-nav-box .hide-box .nav a:before,
.header-wrapper .pc-nav-box .hide-box .nav a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  z-index: 10;
  width: 4px;
  height: 4px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.header-wrapper .pc-nav-box .hide-box .nav a:before {
  background: #dcdcdc;
}
.header-wrapper .pc-nav-box .hide-box .nav a:after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  background: #1e307e;
}
.header-wrapper .child-box {
  display: none;
}
.header-wrapper .child-box .hide-box .w1200 {
  width: 100%;
  padding-left: 360px;
}
.header-wrapper .child-box.scroll {
  display: none!important;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  height: 100px;
  align-items: center;
}
.header-wrapper .other-box,
.header-wrapper .pc-search-box .search {
  height: 100px;
}
.header-wrapper .pc-search-box {
  width: 20px;
  margin: 0 52px 0 30px;
}
.header-wrapper .pc-search-box .search {
  display: block;
  width: 100%;
  height: 100px;
  background: url(../images/search2.png) no-repeat center center;
}
.header-wrapper .language-box {
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.header-wrapper .language-box a {
  display: inline-block;
  line-height: 26px;
  width: 40px;
  font-size: 12px;
  color: #666;
  text-align: center;
  border: 1px solid #1e307e;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.header-wrapper .language-box a:first-child {
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}
.header-wrapper .language-box a:last-child {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}
.header-wrapper .language-box a:hover,
.header-wrapper .language-box a.on {
  background: #1e307e;
  color: #fff;
}
.header-wrapper.index.on,
.header-wrapper.on {
  background: #fff;
}
.header-wrapper.index.on:hover .logo-box img.on,
.header-wrapper.on:hover .logo-box img.on {
  display: block;
}
.header-wrapper.index.on:hover .logo-box img.original,
.header-wrapper.on:hover .logo-box img.original {
  display: none;
}
.header-wrapper.index.on:hover .pc-nav-box ul li a,
.header-wrapper.on:hover .pc-nav-box ul li a {
  color: #333333;
}
.header-wrapper.index.on:hover .pc-nav-box ul li:hover a,
.header-wrapper.on:hover .pc-nav-box ul li:hover a,
.header-wrapper.index.on:hover .pc-nav-box ul li.on a,
.header-wrapper.on:hover .pc-nav-box ul li.on a {
  color: #ffffff;
}
.header-wrapper.index.on:hover .pc-search-box .search,
.header-wrapper.on:hover .pc-search-box .search {
  background: url(../images/search2.png) no-repeat center center;
}
.header-wrapper.index.on:hover .language-box a,
.header-wrapper.on:hover .language-box a {
  color: #666;
  border-color: #1e307e;
}
.header-wrapper.index.on:hover .language-box a:hover,
.header-wrapper.on:hover .language-box a:hover,
.header-wrapper.index.on:hover .language-box a.on,
.header-wrapper.on:hover .language-box a.on {
  background: #1e307e;
  color: #fff;
}
.header-wrapper.index.on .logo-box img.original,
.header-wrapper.on .logo-box img.original {
  display: none;
}
.header-wrapper.index.on .logo-box img.on,
.header-wrapper.on .logo-box img.on {
  display: block;
}
.header-wrapper.index.on .pc-nav-box ul li a,
.header-wrapper.on .pc-nav-box ul li a {
  color: #333333;
}
.header-wrapper.index.on .pc-search-box .search,
.header-wrapper.on .pc-search-box .search {
  background: url(../images/search2.png) no-repeat center center;
}
.header-wrapper.index.on .language-box a,
.header-wrapper.on .language-box a {
  color: #666;
  border-color: #1e307e;
}
.header-wrapper.index.on .language-box a:hover,
.header-wrapper.on .language-box a:hover,
.header-wrapper.index.on .language-box a.on,
.header-wrapper.on .language-box a.on {
  background: #1e307e;
  color: #fff;
}
.p_h {
  width: 100%;
  /*height: 100px;*/
  height:80px;
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  display: none;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 100px;
  background: #fff;
  z-index: 30;
  padding: 70px 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w1200 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 56px;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: 15px;
}
.search-form .icon-close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  font-size: 30px;
  color: #999;
  margin-top: -15px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .icon-close:hover {
  color: #5c52ff;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.footer-wrapper {
  background: #7f7f7f;
}
.footer-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 95px 0 60px;
}
.footer-wrapper .footer-nav a {
  display: block;
  line-height: 30px;
}
.footer-wrapper .footer-nav dl {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  padding-right: 15px;
}
.footer-wrapper .footer-nav dt {
  margin-bottom: 15px;
}
.footer-wrapper .footer-nav dt a {
  font-size: 18px;
  color: #fff;
}
.footer-wrapper .footer-nav dd a {
  font-size: 12px;
  color: #bbb;
}
.footer-wrapper .footer-nav dd a:hover {
  color: #fff;
}
.footer-wrapper .contact {
  text-align: right;
}
.footer-wrapper .tel {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  font-family: "gb";
  margin-bottom: 8px;
}
.footer-wrapper p {
  font-size: 14px;
  color: #bbb;
}
.footer-wrapper .share {
  display: none;
  font-size: 0;
  margin-top: 38px;
}
.footer-wrapper .share a {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  margin-right: 20px;
}
.footer-wrapper .share a:last-child {
  margin-right: 0;
}
.footer-wrapper .share a:hover img.on {
  display: block;
}
.footer-wrapper .share a:hover img.original {
  display: none;
}
.footer-wrapper .share a img {
  width: 100%;
  display: block;
}
.footer-wrapper .share a img.on {
  display: none;
}
.footer-wrapper .qrcode {
  display: inline-block;
  width: 120px;
  margin-top: 20px;
}
.footer-wrapper .qrcode img {
  display: block;
  width: 100%;
}
.footer-wrapper .qrcode p {
  text-align: center;
  font-size: 14px;
  color: #bbb;
  line-height: 30px;
  margin-top: 6px;
}
.footer-wrapper .box-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #838383;
  text-align:center;
  width:100%;
  padding-bottom:50px;
}
.footer-wrapper .box-2 a {
  font-size: 12px;
  color: #bbb;
  text-transform: uppercase;
 
}
.footer-wrapper .box-2 .copy {
  font-size: 12px;
  color: #bbb;
  text-transform: uppercase;
  text-align:center;
  width:100%;
 
}

.footer-wrapper .box-2 a:hover {
  color: #fff;
}
.footer-wrapper .box-2 .link {
  font-size: 0;
}
.footer-wrapper .box-2 .link a {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.footer-wrapper .box-2 .link a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #bbb;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.footer-wrapper .box-2 .link a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-wrapper .box-2 .link a:last-child:after {
  display: none;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .swiper-slide .video {
  font-size: 0;
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide .video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding-top: 224px;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
}
.index-banner-wrapper .name {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  line-height: 72px;
}
.index-banner-wrapper .en {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-family: rb;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 10px;
  letter-spacing: 5px;
}
.index-banner-wrapper .info-2 .en {
  font-family: tc;
}
.index-banner-wrapper .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .swiper-pagination {
  bottom: 30px;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  margin: 0 10px;
  width: 8px;
  height: 8px;
  transition: width 0.8s ease;
  -webkit-transition: width 0.8s ease;
  -moz-transition: width 0.8s ease;
  -ms-transition: width 0.8s ease;
  -o-transition: width 0.8s ease;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
  outline: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5c52ff;
  width: 30px;
  border-radius: 30px;
}
.index-title-box {
  position: relative;
  padding: 120px 0 70px;
}
.index-title-box .title {
  font-size: 36px;
  color: #3d3d3d;
  line-height: 36px;
  font-weight: 700;
}
.index-title-box p {
  font-size: 24px;
  color: #666;
  font-family: tc;
  text-transform: uppercase;
  line-height: 30px;
}
.index-title-box .line {
  width: 27px;
  height: 3px;
  background: #a3a3a3;
  margin-top: 32px;
}
.index-title-box .cat-box {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 10;
  font-size: 0;
}
.index-title-box .cat-box a {
  position: relative;
  display: inline-block;
  margin-right: 60px;
  font-size: 16px;
  color: #999;
  line-height: 30px;
  padding-bottom: 8px;
}
.index-title-box .cat-box a.on {
  color: #1e307e;
}
.index-title-box .cat-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-title-box .cat-box a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1e307e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.index-title-box .cat-box a:last-child {
  margin-right: 0;
}
.index-more {
  display: block;
  width: 182px;
  line-height: 52px;
  background: #5c52ff;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  text-transform: uppercase;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.index-more:hover {
  background: #1e307e;
}
.index-more:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.index-more i {
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../images/right3.png) no-repeat;
  background-size: contain;
  margin-left: 15px;
  vertical-align: middle;
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
}
.index-box-1 {
  padding: 120px 0;
  background: url(../images/index_bg.png) no-repeat left bottom;
}
.index-box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  position: relative;
}
.index-box-1 .index-title-box {
  padding-top: 0;
}
.index-box-1 .left {
  width: 37.42%;
  padding-right: 180px;
}
.index-box-1 .right {
  width: 62.58%;
}
.index-box-1 .name {
  font-size: 36px;
  color: #414141;
  line-height: 36px;
  letter-spacing: 1px;
}
.index-box-1 .en {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-top: 8px;
}
.index-box-1 .desc {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 42px;
}
.index-box-1 .data {
  margin-top: 60px;
}
.index-box-1 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-1 .data li {
  width: 20%;
  padding-right: 20px;
}
.index-box-1 .data .num span,
.index-box-1 .data .num i,
.index-box-1 .data .num em {
  display: inline-block;
  font-style: normal;
}
.index-box-1 .data .num span,
.index-box-1 .data .num em {
  font-size: 72px;
  color: #1e307e;
  font-family: dm;
  line-height: 60px;
}
.index-box-1 .data .num i {
  font-size: 24px;
  vertical-align: top;
  margin-left: 8px;
}
.index-box-1 .data .title {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 20px;
  width: 80%;
}
.index-box-1 .index-more {
  bottom: 96px;
}
.index-box-2,
.index-box-3,
.index-box-4 {
  background: #f7f7f7;
}
.index-box-2 .swiper-slide {
  width: 20%;
  transition: width 0.8s ease;
  -webkit-transition: width 0.8s ease;
  -moz-transition: width 0.8s ease;
  -ms-transition: width 0.8s ease;
  -o-transition: width 0.8s ease;
}
.index-box-2 .swiper-slide.on {
  width: 40%;
}
.index-box-2 .swiper-slide.on .info {
  padding-left: 80px;
  padding-right: 120px;
}
.index-box-2 .swiper-slide.on .more {
  background: #5c52ff;
  text-align: center;
}
.index-box-2 .swiper-slide .pic {
  font-size: 0;
  overflow: hidden;
}
.index-box-2 .swiper-slide .pic img {
  width: 100%;
  height: 760px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.index-box-2 .swiper-slide .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-2 .swiper-slide .name {
  font-size: 28px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
}
.index-box-2 .swiper-slide .desc {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin: 22px auto 30px;
  display: none;
}
.index-box-2 .swiper-slide a {
  position: relative;
  display: block;
}
.index-box-2 .swiper-slide .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 78px 60px;
  background: rgba(0, 0, 0, 0.3);
}
.index-box-2 .swiper-slide .more {
  width: 130px;
  height: 46px;
  line-height: 46px;
  margin-top: 20px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.index-box-2 .swiper-slide .more span {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  color: #fff;
  font-family: "gb";
  text-transform: uppercase;
}
.index-box-2 .swiper-slide .more i {
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-left: 6px;
  vertical-align: middle;
  background: url(../images/more3.png) no-repeat;
  background-size: contain;
}
.index-box-2 .swiper-pagination {
  display: none;
}
.index-box-3 .index-title-box {
  text-align: center;
}
.index-box-3 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.index-box-3 .list ul li {
  position: relative;
  width: 50%;
}
.index-box-3 .list ul li:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.index-box-3 .list ul li:hover .pic:after {
  background: rgba(92, 82, 255, 0.95);
}
.index-box-3 .list ul li:hover .more {
  height: 48px;
  border: solid 2px rgba(255, 255, 255, 0.2);
}
.index-box-3 .list ul li .pic {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.index-box-3 .list ul li .pic:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-3 .list ul li .pic img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.index-box-3 .list ul li .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .list ul li .info {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  padding: 20px;
  width: 100%;
}
.index-box-3 .list ul li .icon {
  width: 70px;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.index-box-3 .list ul li .name {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  margin-top: 20px;
}
.index-box-3 .list ul li .en {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  font-family: tc;
  text-transform: uppercase;
}
.index-box-3 .list ul li .more {
  width: 112px;
  height: 0;
  margin: 50px auto 0;
  background: url(../images/long-right.png) no-repeat center center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-4 {
  padding: 0 0 90px;
}
.index-box-4 .item {
  display: none;
}
.index-box-4 .item ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-4 .item ul li {
  width: 48.63%;
  background: #fff;
  margin-bottom: 30px;
}
.index-box-4 .item ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-4 .item ul li:hover .name {
  color: #5c52ff;
}
.index-box-4 .item ul li:hover .more {
  background: url(../images/more2.png) no-repeat;
  background-size: contain;
}
.index-box-4 .item ul a {
  display: block;
  zoom: 1;
}
.index-box-4 .item ul a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-box-4 .item ul .date {
  font-size: 24px;
  color: #999;
  line-height: 30px;
  font-family: tc;
}
.index-box-4 .item ul .name {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 6px auto 40px;
}
.index-box-4 .item ul .info {
  float: left;
  width: 62.2%;
  padding: 20px 96px 30px 40px;
}
.index-box-4 .item ul .pic {
  float: right;
  width: 37.8%;
  font-size: 0;
  overflow: hidden;
}
.index-box-4 .item ul .pic img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.index-box-4 .item ul .more {
  width: 8px;
  height: 13px;
  background: url(../images/more.png) no-repeat;
  background-size: contain;
}
.index-box-4 .index-more {
  display: none;
}
.page-banner-wrapper {
  position: relative;
}
.page-banner-wrapper .banner {
  display: block;
  width: 100%;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  text-align: center;
  width: 100%;
}
.page-banner-wrapper .info .name {
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
}
.page-banner-wrapper .info .desc {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 14px;
}
.page-banner-wrapper .info-2 {
  line-height: 30px;
  text-align: left;
}
.page-banner-wrapper .info-2 .caption {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 48px;
}
.page-banner-wrapper .info-2 .brief {
  font-size: 24px;
  color: #fff;
  margin: 16px auto 40px;
}
.page-banner-wrapper .info-2 .intro {
  font-size: 16px;
  color: #fff;
  width: 570px;
}
.page-box {
  padding: 30px 0;
}
.page-box.bg {
  background: #eee;
}
.page-box.bg .pageNum a {
  background: #fff;
}
.page-box.bg .pageNum a:hover,
.page-box.bg .pageNum .aNow {
  background: #1e307e;
}
.page-title-box {
  margin-bottom: 32px;
}
.page-title-box .title {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
}
.page-title-box p {
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
  font-family: "tc";
  margin-top: 8px;
}
.page-caption {
  font-size: 36px;
  color: #333;
  line-height: 36px;
}
.page-more {
  position: relative;
  font-family: Arial;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: 182px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #1e307e;
  text-align: center;
  border: 1px solid #f0f0f0;
}
.page-more i {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 11px;
  margin-left: 15px;
  background: url(../images/right.png) no-repeat;
  background-size: contain;
  transition: all 1s .3s;
  -webkit-transition: all 1s .3s;
}
.page-more:hover {
  color: #fff;
  background: #1e307e;
  transition: all 1s .3s;
  -webkit-transition: all 1s .3s;
}
.page-more:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  background: url(../images/right3.png) no-repeat;
  background-size: contain;
}
.page-more:hover span:nth-child(2),
.page-more:hover span:nth-child(4) {
  width: 182px;
}
.page-more:hover span:last-child,
.page-more:hover span:nth-child(3) {
  height: 56px;
}
.page-more span {
  position: absolute;
  display: inline-block;
  background: #1e307e;
  z-index: 10;
}
.page-more span:nth-child(2),
.page-more span:nth-child(4) {
  width: 0;
  height: 1px;
}
.page-more span:last-child,
.page-more span:nth-child(3) {
  width: 1px;
  height: 0;
}
.page-more span:nth-child(2) {
  left: -1px;
  top: -1px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
}
.page-more span:nth-child(3) {
  right: -1px;
  top: -1px;
  transition: all .1s .1s linear;
  -webkit-transition: all .1s .1s linear;
  -moz-transition: all .1s .1s linear;
  -o-transition: all .1s .1s linear;
}
.page-more span:nth-child(4) {
  right: -1px;
  bottom: -1px;
  transition: all .1s .2s linear;
  -webkit-transition: all .1s .2s linear;
  -moz-transition: all .1s .2s linear;
  -o-transition: all .1s .2s linear;
}
.page-more span:last-child {
  left: -1px;
  bottom: -1px;
  transition: all .1s .3s linear;
  -webkit-transition: all .1s .3s linear;
  -moz-transition: all .1s .3s linear;
  -o-transition: all .1s .3s linear;
}
.swiper-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 48px;
  z-index: 10;
  background-color: #1e307e;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.swiper-btn.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper-btn.prev {
  left: 0;
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-btn.next {
  right: 0;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.about-wrapper .box-1 .intro-box,
.about-wrapper .box-1 .video-box {
  width: 50%;
  float: left;
}
.about-wrapper .box-1 .intro-box {
  padding-left: 193px;
  padding-right: 120px;
  background: url(../images/about_bg.jpg) no-repeat left bottom;
}
.about-wrapper .box-1 .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 50px;
}
.about-wrapper .box-1 .video-box.on .info {
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-1 .video-box.on .video {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-1 .video-box .pic {
  position: relative;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}
.about-wrapper .box-1 .video-box .pic > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-wrapper .box-1 .video-box .info {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  width: 100%;
  padding: 0 40px;
  cursor: pointer;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  opacity: 1;
  visibility: visible;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.about-wrapper .box-1 .video-box .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.about-wrapper .box-1 .video-box .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-wrapper .box-2 {
  margin-top: 120px;
  padding: 108px 0 96px;
  background: url(../images/about2.jpg) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.about-wrapper .box-2 .title-box {
  text-align: center;
}
.about-wrapper .box-2 .title-box .title {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  letter-spacing: 3px;
}
.about-wrapper .box-2 .title-box p {
  font-size: 14px;
  color: #fff;
  font-family: Arial;
  line-height: 30px;
  margin-top: 10px;
}
.about-wrapper .box-2 .data {
  margin-top: 46px;
}
.about-wrapper .box-2 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-2 .data ul li {
  width: 25%;
  padding-right: 15px;
}
.about-wrapper .box-2 .data .num span,
.about-wrapper .box-2 .data em,
.about-wrapper .box-2 .data i {
  display: inline-block;
  font-family: "dm";
  color: #fff;
  font-style: normal;
}
.about-wrapper .box-2 .data .num span,
.about-wrapper .box-2 .data em {
  font-size: 72px;
  line-height: 60px;
}
.about-wrapper .box-2 .data em,
.about-wrapper .box-2 .data i {
  vertical-align: top;
}
.about-wrapper .box-2 .data i {
  font-size: 24px;
}
.about-wrapper .box-2 .data .name {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-top: 20px;
}
.about-wrapper .box-3 {
  margin-top: 120px;
}
.about-wrapper .box-3 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-3 .list ul li {
  position: relative;
  width: 49.08%;
  margin-bottom: 1.84%;
}
.about-wrapper .box-3 .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-3 .list ul li:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.about-wrapper .box-3 .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.about-wrapper .box-3 .list ul li .pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.about-wrapper .box-3 .list ul li .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0 80px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.about-wrapper .box-3 .list ul li .inner {
  width: 100%;
}
.about-wrapper .box-3 .list ul li .name {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 25px;
}
.about-wrapper .box-3 .list ul li .desc {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 48px;
}
.about-wrapper .box-4 {
  position: relative;
  margin-top: 100px;
  background: #0d47a1;
  background-size: cover;
}
.about-wrapper .box-4 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-4 .page-title-box .title,
.about-wrapper .box-4 .page-title-box p {
  color: #fff;
}
.about-wrapper .box-4 .detail-box,
.about-wrapper .box-4 .year-box {
  width: 50%;
  position: relative;
  z-index: 2;
}
.about-wrapper .box-4 .detail-box {
  padding-top: 118px;
}
.about-wrapper .box-4 .detail-box .item {
  display: none;
  padding-left: 34px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
.about-wrapper .box-4 .detail-box .item .year {
  font-size: 48px;
  color: #fff;
  font-family: db;
  line-height: 48px;
  margin-bottom: 20px;
}
.about-wrapper .box-4 .detail-box .item .desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  width: 490px;
}
.about-wrapper .box-4 .year-box {
  position: relative;
  padding-left: 120px;
  padding-right: 236px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.about-wrapper .box-4 .year-box .swiper-container {
  height: 650px;
}
.about-wrapper .box-4 .year-box:before {
  content: "";
  width: 960px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  border-right: none;
}
.about-wrapper .box-4 .year-box .swiper-slide {
  position: relative;
  cursor: pointer;
  font-family: db;
  font-size: 24px;
  color: #5f84bd;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.about-wrapper .box-4 .year-box .swiper-slide:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  transition: width 1s ease;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -ms-transition: width 1s ease;
  -o-transition: width 1s ease;
}
.about-wrapper .box-4 .year-box .swiper-slide.swiper-slide-prev,
.about-wrapper .box-4 .year-box .swiper-slide.swiper-slide-next {
  color: #acc9f6;
}
.about-wrapper .box-4 .year-box .swiper-slide.swiper-slide-active {
  color: #fff;
  font-size: 36px;
}
.about-wrapper .box-4 .year-box .swiper-slide.swiper-slide-active:before {
  width: 104px;
}
.about-wrapper .box-4 .swiper-btn {
  width: 36px;
  height: 20px;
  margin: 0 auto;
  left: 460px;
  background: #0d47a1;
}
.about-wrapper .box-4 .swiper-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.about-wrapper .box-4 .swiper-btn.swiper-button-disabled:before {
  opacity: 0.5;
}
.about-wrapper .box-4 .swiper-btn.prev {
  top: 234px;
}
.about-wrapper .box-4 .swiper-btn.prev:before {
  background: url(../images/icon-up.png) no-repeat center center;
  background-size: 17px;
}
.about-wrapper .box-4 .swiper-btn.next {
  right: auto;
  bottom: 234px;
  top: auto;
}
.about-wrapper .box-4 .swiper-btn.next:before {
  background: url(../images/icon-down.png) no-repeat center center;
  background-size: 17px;
}
.about-wrapper .box-4 canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.about-wrapper .box-5 {
  margin-top: 120px;
}
.about-wrapper .box-5 .page-title-box {
  text-align: center;
}
.about-wrapper .box-5 .swiper-slide {
  padding: 10px;
  border: 1px solid #efefef;
}
.about-wrapper .box-5 .swiper-slide:hover .line_t,
.about-wrapper .box-5 .swiper-slide:hover .line_b {
  width: 100%;
}
.about-wrapper .box-5 .swiper-slide:hover .line_r,
.about-wrapper .box-5 .swiper-slide:hover .line_l {
  height: 100%;
}
.about-wrapper .box-5 .swiper-slide span {
  position: absolute;
  background: #1e307e;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about-wrapper .box-5 .swiper-slide .line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.about-wrapper .box-5 .swiper-slide .line_r {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.about-wrapper .box-5 .swiper-slide .line_b {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.about-wrapper .box-5 .swiper-slide .line_l {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.about-wrapper .box-5 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.about-wrapper .box-5 .swiper-container {
  padding-bottom: 50px;
}
.about-wrapper .box-5 .swiper-pagination {
  bottom: 0;
}
.about-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #ccc;
  margin: 0 10px;
  width: 10px;
  height: 10px;
}
.about-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e307e;
}
.honor-wrapper .list ul {
  margin-bottom: 50px;
}
.honor-wrapper .list li {
  width: 23.46%;
  float: left;
  background: #f9f9f9;
  margin-right: 2.053%;
  margin-bottom: 2.053%;
  padding: 60px 46px 36px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.honor-wrapper .list li:nth-child(4n) {
  margin-right: 0;
}
.honor-wrapper .list li:hover {
  box-shadow: 5px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.honor-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.honor-wrapper .list li .pic {
  font-size: 0;
  overflow: hidden;
}
.honor-wrapper .list li .pic img {
  width: 100%;
  height: 195px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.honor-wrapper .list li .name {
  font-size: 16px;
  color: #393f4b;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 50px;
}
.innovating-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.innovating-wrapper .box-1 .info {
  padding-left: 192px;
}
.innovating-wrapper .box-1 .info,
.innovating-wrapper .box-1 .pic {
  width: 50%;
}
.innovating-wrapper .box-1 .name {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
}
.innovating-wrapper .box-1 .content {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: justify;
}
.innovating-wrapper .box-1 .pic {
  font-size: 0;
  overflow: hidden;
  padding-left: 100px;
}
.innovating-wrapper .box-1 .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.innovating-wrapper .box-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.innovating-wrapper .data {
  margin-top: 65px;
}
.innovating-wrapper .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.innovating-wrapper .data ul li {
  width: 48%;
  margin-bottom: 46px;
}
.innovating-wrapper .data ul .num {
  font-family: db;
  color: #1e307e;
  line-height: 36px;
}
.innovating-wrapper .data ul .num span {
  font-size: 36px;
}
.innovating-wrapper .data ul .num em,
.innovating-wrapper .data ul .num i {
  display: inline-block;
  font-style: normal;
}
.innovating-wrapper .data ul .num em {
  font-size: 36px;
}
.innovating-wrapper .data ul .num i {
  font-size: 18px;
  vertical-align: top;
  line-height: 20px;
  margin-left: 8px;
}
.innovating-wrapper .data .brief {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 6px;
}
.innovating-wrapper .box-2 {
  margin-top: 96px;
  padding: 146px 0;
  background: url(../images/innovate_3.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.innovating-wrapper .box-2 .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.innovating-wrapper .box-2 .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.innovating-wrapper .box-2 .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.innovating-wrapper .box-2 ul li {
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding-left: 16px;
  margin-bottom: 24px;
}
.innovating-wrapper .box-2 ul li:last-child {
  margin-bottom: 0;
}
.innovating-wrapper .box-2 ul li img {
  width: 5px;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 10;
}
.innovating-wrapper .box-2 .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.innovating-wrapper .box-2 .swiper-slide:hover .name {
  color: #1e307e;
}
.innovating-wrapper .box-2 .pic,
.innovating-wrapper .box-2 .info {
  width: 50%;
}
.innovating-wrapper .box-2 .pic {
  font-size: 0;
  overflow: hidden;
}
.innovating-wrapper .box-2 .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.innovating-wrapper .box-2 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.innovating-wrapper .box-2 .info {
  background: #fff;
  padding: 66px 98px 70px 60px;
}
.innovating-wrapper .box-2 .name {
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
  line-height: 36px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.innovating-wrapper .box-2 .swiper-pagination {
  bottom: 60px;
  padding-left: 60px;
  width: 50%;
  right: 0;
  left: auto;
  text-align: left;
}
.innovating-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #ccc;
  margin: 0;
  margin-right: 20px;
  width: 8px;
  height: 8px;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.innovating-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e307e;
  width: 42px;
  border-radius: 30px;
}
.innovating-wrapper .box-3 {
  margin-top: 120px;
}
.innovating-wrapper .box-3 .page-title-box {
  text-align: center;
}
.innovating-wrapper .box-3 .swiper-box {
  position: relative;
}
.innovating-wrapper .box-3 .swiper-box:before,
.innovating-wrapper .box-3 .swiper-box:after {
  content: '';
  display: block;
  width: 230px;
  height: 423px;
  position: absolute;
  z-index: 10;
}
.innovating-wrapper .box-3 .swiper-box:before {
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
}
.innovating-wrapper .box-3 .swiper-box:after {
  right: 0;
  top: 0;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
}
.innovating-wrapper .box-3 .swiper-container {
  padding-top: 10px;
}
.innovating-wrapper .box-3 .swiper-slide {
  font-size: 0;
  border: 5px solid #fff;
  box-shadow: 0px 8px 23px 0px rgba(0, 0, 0, 0.15);
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.innovating-wrapper .box-3 .swiper-slide.swiper-slide-next {
  right: -17px;
}
.innovating-wrapper .box-3 .swiper-slide.swiper-slide-prev {
  left: -17px;
}
.innovating-wrapper .box-3 .swiper-slide.swiper-slide-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.innovating-wrapper .box-3 .swiper-slide img {
  width: 100%;
  height: 423px;
  object-fit: contain;
}
.innovating-wrapper .box-3 .btn-group {
  margin-top: 100px;
  font-size: 0;
  text-align: center;
}
.innovating-wrapper .box-3 .btn-group .swiper-btn {
  position: static;
}
.innovating-wrapper .box-3 .btn-group .swiper-btn.prev {
  margin-right: 50px;
  background: rgba(0, 0, 0, 0.2) url(../images/prev.png) no-repeat center center;
}
.innovating-wrapper .box-3 .btn-group .swiper-btn.prev:hover {
  background: #1e307e url(../images/prev.png) no-repeat center center;
}
.innovating-wrapper .box-3 .btn-group .swiper-btn.next {
  background: rgba(0, 0, 0, 0.2) url(../images/next.png) no-repeat center center;
}
.innovating-wrapper .box-3 .btn-group .swiper-btn.next:hover {
  background: #1e307e url(../images/next.png) no-repeat center center;
}
.goods-wrapper .list ul li {
  float: left;
  width: 33.24%;
  margin-right: 0.14%;
  margin-bottom: 0.14%;
  background: #fff;
  height: 380px;
  padding: 30px 30px 40px;
}
.goods-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.goods-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-wrapper .list ul li:hover .name {
  color: #1e307e;
}
.goods-wrapper .list ul li:hover .desc {
  display: none;
}
.goods-wrapper .list ul li:hover .more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.goods-wrapper .list ul li a {
  display: block;
}
.goods-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.goods-wrapper .list ul li .pic img {
  display: block;
  width: 100%;
  height: 370px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.goods-wrapper .list ul li .info {
  text-align: center;
  line-height: 30px;
}
.goods-wrapper .list ul li .name {
  font-size: 20px;
  color: #000;
}
.goods-wrapper .list ul li .desc {
  font-size: 14px;
  color: #666;
  margin-top: 2px;
}
.goods-wrapper .list ul li .more {
  width: 160px;
  line-height: 44px;
  border-radius: 30px;
  background: #1e307e;
  color: #fff;
  font-weight: 700;
  font-family: Arial;
  font-size: 14px;
  margin: 10px auto 0;
  text-align: center;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.goods-wrapper .box {
  background: #fff;
  padding: 36px 0;
  margin-top: 20px;
}
.goods-wrapper .box .pageNum a {
  background: #fff;
}
.goods-wrapper .box .pageNum a:hover,
.goods-wrapper .box .pageNum a.aNow {
  color: #fff;
  background: #1e307e;
}
.goods-wrapper .box .more:hover {
  background: #1e307e;
}
.particles-box {
  height: 450px;
  background: url(../images/gi_bg.jpg) repeat-x;
}
.breadcrumb {
  line-height: 50px;
  font-size: 0;
}
.breadcrumb span,
.breadcrumb a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.breadcrumb a:hover {
  font-weight: 700;
}
.breadcrumb .icon {
  margin: 0 15px;
}
.breadcrumb .home {
  margin-right: 10px;
}
.goodsinfo-wrapper .box-1 {
  background-color: #f8f8f8;
}
.goodsinfo-wrapper .box-1 .box-container {
  position: relative;
  top: -380px;
}
.goodsinfo-wrapper .base-box {
  border-radius: 5px;
  padding: 120px 128px;
  background-color: #fff;
  box-shadow: 0px 22px 29px 0px rgba(0, 0, 0, 0.05);
}
.goodsinfo-wrapper .base-box .pics,
.goodsinfo-wrapper .base-box .info {
  width: 50%;
  float: left;
}
.goodsinfo-wrapper .base-box .info {
  padding-left: 120px;
}
.goodsinfo-wrapper .base-box .name {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
}
.goodsinfo-wrapper .base-box .desc {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding-right: 20px;
  overflow-y: auto;
  max-height: 330px;
  text-align: justify;
  margin-top: 20px;
}
.goodsinfo-wrapper .base-box .desc::-webkit-scrollbar {
  width: 4px;
}
.goodsinfo-wrapper .base-box .desc::-webkit-scrollbar-track {
  background-color: #f7f8f9;
}
.goodsinfo-wrapper .base-box .desc::-webkit-scrollbar-thumb {
  background-color: #1e307e;
}
.goodsinfo-wrapper .base-box .pics .swiper-slide img {
  display: block;
  width: 100%;
  height: 496px;
  object-fit: contain;
}
.goodsinfo-wrapper .base-box .thumbs {
  margin-top: 85px;
}
.goodsinfo-wrapper .base-box .thumbs .swiper-slide {
  cursor: pointer;
  border: 1px solid #f7f7f7;
}
.goodsinfo-wrapper .base-box .thumbs .swiper-slide.active {
  border: 2px solid #1e307e;
}
.goodsinfo-wrapper .base-box .thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 85px;
  object-fit: cover;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.goodsinfo-wrapper .box-2 {
  background: #fff;
  margin-top: -280px;
  margin-bottom: 120px;
}
.goodsinfo-wrapper .box-2 .top-box {
  border-bottom: 1px solid #fafafa;
}
.goodsinfo-wrapper .box-2 .top-box .box-container {
  text-align: center;
  font-size: 0;
}
.goodsinfo-wrapper .box-2 .top-box a {
  position: relative;
  display: inline-block;
  line-height: 100px;
  color: #666;
  margin-right: 30px;
}
.goodsinfo-wrapper .box-2 .top-box a:last-child {
  margin-right: 0;
}
.goodsinfo-wrapper .box-2 .top-box a:hover,
.goodsinfo-wrapper .box-2 .top-box a.on {
  color: #1e307e;
}
.goodsinfo-wrapper .box-2 .top-box a:hover:after,
.goodsinfo-wrapper .box-2 .top-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.goodsinfo-wrapper .box-2 .top-box a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #1e307e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.goodsinfo-wrapper .box-2 .detail-box {
  margin-top: 60px;
}
.goodsinfo-wrapper .box-2 .item {
  display: none;
}
.goodsinfo-wrapper .box-2 .item .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.case-wrapper .list ul li {
  float: left;
  width: 31.42%;
  margin-right: 2.87%;
  margin-bottom: 2.87%;
}
.case-wrapper .list ul li:nth-child(-n+2) {
  width: 48.63%;
}
.case-wrapper .list ul li:nth-child(-n+2) .pic img {
  height: 466px;
}
.case-wrapper .list ul li:first-child {
  margin-right: 2.64%;
}
.case-wrapper .list ul li:nth-child(2) {
  margin-right: 0;
}
.case-wrapper .list ul li:nth-child(3n-1) {
  margin-right: 0;
}
.case-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-wrapper .list ul li:hover .name {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  background: #1e307e;
  transition: all 1s .3s;
  -webkit-transition: all 1s .3s;
}
.case-wrapper .list ul li:hover .name:before,
.case-wrapper .list ul li:hover .name:after {
  height: 100%;
}
.case-wrapper .list ul li:hover .name i {
  width: 100%;
}
.case-wrapper .list ul li:hover .info {
  opacity: 1;
  visibility: visible;
}
.case-wrapper .list ul li a {
  display: block;
  position: relative;
}
.case-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.case-wrapper .list ul li .pic img {
  width: 100%;
  display: block;
  height: 286px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.case-wrapper .list ul li .info {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(30, 48, 126, 0.9);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
}
.case-wrapper .list ul li .info .inner {
  width: 100%;
}
.case-wrapper .list ul li .title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.case-wrapper .list ul li .more {
  width: 140px;
  height: 48px;
  line-height: 48px;
  margin: 20px auto 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.case-wrapper .list ul li .more:hover {
  background: #5c52ff;
  border-color: #5c52ff;
}
.case-wrapper .list ul li .name {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 100px;
  text-align: center;
  background: #f5f5f5;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-wrapper .list ul li .name:before,
.case-wrapper .list ul li .name:after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #1e307e;
  position: absolute;
  z-index: 10;
}
.case-wrapper .list ul li .name:before {
  left: 0;
  top: 0;
}
.case-wrapper .list ul li .name:after {
  right: 0;
  bottom: 0;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}
.case-wrapper .list ul li .name i {
  display: block;
  position: absolute;
  z-index: 10;
  width: 0;
  height: 1px;
  background: #1e307e;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.case-wrapper .list ul li .name i:first-child {
  left: 0;
  bottom: 0;
  transition-delay: 0.4s;
  transition: all .2s 0.3s linear;
  -webkit-transition: all .2s 0.3s linear;
  -moz-transition: all .2s 0.3s linear;
  -o-transition: all .2s 0.3s linear;
}
.case-wrapper .list ul li .name i:last-child {
  right: 0;
  top: 0;
  transition: all .2s 0.2s linear;
  -webkit-transition: all .2s 0.2s linear;
  -moz-transition: all .2s 0.2s linear;
  -o-transition: all .2s 0.2s linear;
}
.caselist-wrapper .list ul {
  margin-bottom: 35px;
}
.caselist-wrapper .list ul li {
  float: left;
  width: 31.42%;
  margin-right: 2.87%;
  margin-bottom: 2.87%;
}
.caselist-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.caselist-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.caselist-wrapper .list ul li:hover .name {
  color: #fff;
  background: #1e307e;
  transition: all 1s .3s;
  -webkit-transition: all 1s .3s;
}
.caselist-wrapper .list ul li:hover .name:before,
.caselist-wrapper .list ul li:hover .name:after {
  height: 100%;
}
.caselist-wrapper .list ul li:hover .name i {
  width: 100%;
}
.caselist-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.caselist-wrapper .list ul li .pic img {
  width: 100%;
  display: block;
  height: 286px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.caselist-wrapper .list ul li .name {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 100px;
  text-align: center;
  background: #f5f5f5;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caselist-wrapper .list ul li .name:before,
.caselist-wrapper .list ul li .name:after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #1e307e;
  position: absolute;
  z-index: 10;
}
.caselist-wrapper .list ul li .name:before {
  left: 0;
  top: 0;
}
.caselist-wrapper .list ul li .name:after {
  right: 0;
  bottom: 0;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}
.caselist-wrapper .list ul li .name i {
  display: block;
  position: absolute;
  z-index: 10;
  width: 0;
  height: 1px;
  background: #1e307e;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.caselist-wrapper .list ul li .name i:first-child {
  left: 0;
  bottom: 0;
  transition-delay: 0.4s;
  transition: all .2s 0.3s linear;
  -webkit-transition: all .2s 0.3s linear;
  -moz-transition: all .2s 0.3s linear;
  -o-transition: all .2s 0.3s linear;
}
.caselist-wrapper .list ul li .name i:last-child {
  right: 0;
  top: 0;
  transition: all .2s 0.2s linear;
  -webkit-transition: all .2s 0.2s linear;
  -moz-transition: all .2s 0.2s linear;
  -o-transition: all .2s 0.2s linear;
}
.news-wrapper .first-box:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .first-box:hover .name {
  color: #1e307e;
}
.news-wrapper .first-box a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.news-wrapper .first-box .pic {
  width: 55.36%;
  font-size: 0;
  overflow: hidden;
}
.news-wrapper .first-box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.news-wrapper .first-box .info {
  width: 44.4%;
  line-height: 30px;
  background: #fff;
  padding: 100px 100px 0;
}
.news-wrapper .first-box .date {
  font-size: 16px;
  color: #999;
  font-family: "rr";
}
.news-wrapper .first-box .date span {
  display: inline-block;
  font-size: 40px;
  color: #1e307e;
  font-family: "rb";
  margin-right: 6px;
}
.news-wrapper .first-box .name {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  margin: 22px auto 40px;
}
.news-wrapper .first-box .desc {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 90px;
}
.news-wrapper .list {
  margin-top: 45px;
}
.news-wrapper .list ul {
  margin-bottom: 35px;
}
.news-wrapper .list ul li {
  float: left;
  width: 31.42%;
  margin-right: 2.87%;
  margin-bottom: 2.87%;
}
.news-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.news-wrapper .list ul li:hover {
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}
.news-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .list ul li:hover .name {
  color: #1e307e;
}
.news-wrapper .list ul li:hover .more i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.news-wrapper .list ul li a {
  display: block;
}
.news-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.news-wrapper .list ul li .pic img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.news-wrapper .list ul li .info {
  line-height: 30px;
  background: #fff;
  padding: 30px 40px 54px;
}
.news-wrapper .list ul li .date {
  font-size: 16px;
  color: #999;
}
.news-wrapper .list ul li .name {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 8px auto 20px;
}
.news-wrapper .list ul li .more {
  font-size: 14px;
  color: #1e307e;
  font-weight: 700;
  font-family: Arial;
  text-transform: uppercase;
}
.news-wrapper .list ul li .more i {
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../images/right.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
}
.newsinfo-wrapper .top {
  position: relative;
  line-height: 30px;
  border-bottom: 1px solid #ededed;
}
.newsinfo-wrapper .top .name {
  font-size: 36px;
  color: #333;
  line-height: 36px;
  font-weight: 700;
}
.newsinfo-wrapper .top .date {
  font-size: 16px;
  color: #999;
  font-family: "gb";
  margin: 28px auto 60px;
}
.newsinfo-wrapper .top .return {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 10;
  display: inline-block;
  font-size: 14px;
  color: #999;
}
.newsinfo-wrapper .top .return:hover {
  color: #1e307e;
  font-weight: 700;
}
.newsinfo-wrapper .top .return:hover i {
  background: url(../images/return2.png) no-repeat;
  background-size: contain;
}
.newsinfo-wrapper .top .return i {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(../images/return.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.newsinfo-wrapper .content-box {
  width: 58.4%;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}
.newsinfo-wrapper .main {
  margin-top: 72px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsinfo-wrapper .relative-box {
  width: 35.2%;
}
.newsinfo-wrapper .relative-box .title {
  border-bottom: 1px solid #fbfbfb;
}
.newsinfo-wrapper .relative-box .title span {
  display: inline-block;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  border-bottom: 2px solid #1e307e;
  padding-bottom: 20px;
}
.newsinfo-wrapper .relative-box ul li {
  border-bottom: 1px solid #fbfbfb;
  padding: 30px 0;
}
.newsinfo-wrapper .relative-box ul li:hover .name {
  color: #1e307e;
}
.newsinfo-wrapper .relative-box ul li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.newsinfo-wrapper .relative-box ul li .pic {
  width: 188px;
  font-size: 0;
  overflow: hidden;
}
.newsinfo-wrapper .relative-box ul li .pic img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.newsinfo-wrapper .relative-box ul li .info {
  flex: 1;
  line-height: 30px;
  margin-left: 30px;
  padding-top: 12px;
}
.newsinfo-wrapper .relative-box ul li .date {
  font-size: 14px;
  color: #999;
  font-family: Arial;
}
.newsinfo-wrapper .relative-box ul li .name {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 6px;
}
.core-wrapper .box-1 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.core-wrapper .box-1 ul li {
  width: 25%;
  padding: 0 20px;
}
.core-wrapper .box-1 ul li:hover .icon:after {
  transform: translate(-50%, -50%) rotateY(180deg);
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -moz-transform: translate(-50%, -50%) rotateY(180deg);
  -ms-transform: translate(-50%, -50%) rotateY(180deg);
  -o-transform: translate(-50%, -50%) rotateY(180deg);
}
.core-wrapper .box-1 .icon {
  position: relative;
  width: 140px;
  height: 140px;
  line-height: 140px;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  color: #fff;
  background: rgba(31, 49, 127, 0.1);
  border-radius: 50%;
  transform: perspective(1px) translateZ(0);
}
.core-wrapper .box-1 .icon:after {
  content: "";
  width: 78.57%;
  height: 78.57%;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  background: #1e307e;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.core-wrapper .box-1 .desc {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 22px;
}
.core-wrapper .box-2 {
  margin-top: 70px;
}
.core-wrapper .box-2 ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 20px;
}
.core-wrapper .box-2 ul li:last-child {
  margin-bottom: 0;
}
.core-wrapper .box-2 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.core-wrapper .box-2 ul li .pic,
.core-wrapper .box-2 ul li .info {
  width: 50%;
}
.core-wrapper .box-2 ul li .info {
  text-align: center;
  background: #f8f8f8;
  padding: 98px 84px 0 100px;
}
.core-wrapper .box-2 ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.core-wrapper .box-2 ul li .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.core-wrapper .box-2 ul li .name {
  position: relative;
  font-size: 36px;
  color: #1e307e;
  font-weight: 700;
  line-height: 40px;
}
.core-wrapper .box-2 ul li .name img {
  width: 50px;
  position: relative;
  top: 10px;
  margin-right: 12px;
}
.core-wrapper .box-2 ul li .content {
  font-size: 14px;
  line-height: 24px;
  margin-top: 50px;
}
.making-wrapper .list .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.making-wrapper .list .pic,
.making-wrapper .list .info {
  width: 50%;
}
.making-wrapper .list .pic {
  font-size: 0;
  overflow: hidden;
}
.making-wrapper .list .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.making-wrapper .list .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-1-wrapper {
  padding-bottom: 0!important;
}
.case-1-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.case-1-wrapper .box-1 .pic {
  width: 50.06%;
}
.case-1-wrapper .box-1 .info {
  width: 36.58%;
}
.case-1-wrapper .box-1 .content {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 38px;
}
.case-1-wrapper .box-1 .caption {
  font-size: 24px;
  color: #20317f;
  line-height: 30px;
}
.case-1-wrapper .box-2 {
  background: #f7f7f7;
  padding: 120px 0 112px;
  margin-top: 100px;
}
.case-1-wrapper .box-2 .title {
  text-align: center;
}
.case-1-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: 68px;
}
.case-1-wrapper .box-2 ul li {
  width: 25%;
  text-align: center;
  padding: 0 36px;
}
.case-1-wrapper .box-2 ul .icon {
  display: block;
  margin: 0 auto;
}
.case-1-wrapper .box-2 ul .name {
  font-size: 30px;
  color: #000;
  line-height: 30px;
  margin-top: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-1-wrapper .box-2 ul .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 22px;
}
.case-2-wrapper .caption {
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  color: #000;
  margin-bottom: 72px;
}
.case-2-wrapper .box-1 .inner {
  position: relative;
}
.case-2-wrapper .box-1 .inner.animated .bg {
  width: 100%;
}
.case-2-wrapper .box-1 .inner .bg {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../images/line.png) no-repeat;
  transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
}
.case-2-wrapper .box-1 .inner ul {
  position: relative;
  width: 100%;
  height: 290px;
}
.case-2-wrapper .box-1 .inner li {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  width: 155px;
  height: 155px;
  line-height: 155px;
  border-radius: 50%;
  background: #1e307e;
}
.case-2-wrapper .box-1 .inner li:nth-child(2),
.case-2-wrapper .box-1 .inner li:nth-child(5),
.case-2-wrapper .box-1 .inner li:nth-child(6) {
  width: 124px;
  height: 124px;
  line-height: 124px;
}
.case-2-wrapper .box-1 .inner li:nth-child(3) {
  width: 136px;
  height: 136px;
  line-height: 136px;
}
.case-2-wrapper .box-1 .inner li:first-child {
  left: 0;
}
.case-2-wrapper .box-1 .inner li:last-child {
  right: 0;
}
.case-2-wrapper .box-1 .inner li:nth-child(2) {
  left: 220px;
}
.case-2-wrapper .box-1 .inner li:nth-child(3) {
  left: 360px;
}
.case-2-wrapper .box-1 .inner li:nth-child(4) {
  left: 550px;
}
.case-2-wrapper .box-1 .inner li:nth-child(7) {
  right: 442px;
}
.case-2-wrapper .box-1 .inner li:nth-child(6) {
  right: 252px;
}
.case-2-wrapper .box-1 .inner li:nth-child(5) {
  right: 622px;
}
.case-2-wrapper .box-1 .inner li:first-child,
.case-2-wrapper .box-1 .inner li:last-child {
  top: 92px;
}
.case-2-wrapper .box-1 .inner li:nth-child(2),
.case-2-wrapper .box-1 .inner li:nth-child(4),
.case-2-wrapper .box-1 .inner li:nth-child(7) {
  bottom: 0;
}
.case-2-wrapper .box-1 .inner li:nth-child(3),
.case-2-wrapper .box-1 .inner li:nth-child(5),
.case-2-wrapper .box-1 .inner li:nth-child(6) {
  top: 0;
}
.case-2-wrapper .box-2 {
  margin-top: 120px;
  background: #f5f5f5;
  padding: 118px 0 90px;
}
.case-2-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.case-2-wrapper .box-2 ul li {
  width: 31.94%;
  margin-right: 2.09%;
  margin-bottom: 2.09%;
  background: #fff;
}
.case-2-wrapper .box-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.case-2-wrapper .box-2 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-2-wrapper .box-2 ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.case-2-wrapper .box-2 ul li .pic img {
  width: 100%;
  display: block;
  height: 275px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.case-2-wrapper .box-2 ul li .info {
  padding: 36px 20px 54px;
  text-align: center;
  line-height: 30px;
}
.case-2-wrapper .box-2 ul li .name {
  font-size: 24px;
  color: #1e307e;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-2-wrapper .box-2 ul li .desc {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.case-2-wrapper .box-3 {
  margin-top: 96px;
  margin-bottom: 80px;
}
.case-2-wrapper .box-3 .content {
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.case-3-wrapper .page-caption {
  text-align: center;
}
.case-3-wrapper .box-1 .inner {
  margin-top: 34px;
  margin-bottom: 82px;
}
.case-3-wrapper .box-1 .inner:last-child {
  margin-bottom: 0;
}
.case-3-wrapper .box-1 .inner ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.case-3-wrapper .box-1 .inner ul li {
  text-align: center;
  line-height: 30px;
}
.case-3-wrapper .box-1 .inner ul li:hover .icon {
  transform: rotateY(180deg);
}
.case-3-wrapper .box-1 .inner ul .icon {
  display: block;
  width: 110px;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.case-3-wrapper .box-1 .inner ul .name {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin: 34px auto 12px;
}
.case-3-wrapper .box-1 .inner ul .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  width: 60%;
  margin: 0 auto;
}
.case-3-wrapper .box-1 .title {
  position: relative;
  text-align: center;
  margin-bottom: 44px;
}
.case-3-wrapper .box-1 .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f9f9f9;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.case-3-wrapper .box-1 .title span {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #1e307e;
  font-weight: 700;
  background: #fff;
  padding: 0 20px;
}
.case-3-wrapper .box-1 .inner-1 ul li {
  width: 33.33%;
}
.case-3-wrapper .box-1 .inner-2 .title span {
  color: #85c226;
}
.case-3-wrapper .box-1 .inner-2 ul li {
  width: 25%;
}
.case-3-wrapper .box-2 {
  margin-top: 114px;
  padding: 120px 0;
  background: url(../images/so_3bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.case-3-wrapper .box-2 .page-caption {
  color: #fff;
}
.case-3-wrapper .box-2 .intro {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin: 14px auto 32px;
}
.case-3-wrapper .box-2 .swiper-slide {
  padding: 20px;
  background: #fff;
}
.case-3-wrapper .box-2 .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-3-wrapper .box-2 .swiper-slide .pic {
  font-size: 0;
  overflow: hidden;
}
.case-3-wrapper .box-2 .swiper-slide .pic img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.case-3-wrapper .box-2 .swiper-slide .name {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 14px;
}
.case-3-wrapper .box-2 .swiper-pagination {
  display: none;
}
.case-3-wrapper .box-3 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: 90px;
}
.case-3-wrapper .box-3 .pic,
.case-3-wrapper .box-3 .info {
  width: 50%;
}
.case-3-wrapper .box-3 .pic {
  font-size: 0;
  overflow: hidden;
}
.case-3-wrapper .box-3 .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.case-3-wrapper .box-3 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-3-wrapper .box-3 .info {
  padding-left: 200px;
  padding-top: 48px;
}
.case-3-wrapper .box-3 .title {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 36px;
}
.case-3-wrapper .box-3 .content {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 36px;
}
.case-4-wrapper .page-caption {
  text-align: center;
}
.case-4-wrapper .box-1 .intro {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
}
.case-4-wrapper .box-1 .content {
  margin-top: 44px;
}
.case-4-wrapper .box-2 {
  margin-top: 120px;
  background: #f8f8f8;
  padding: 120px 0;
}
.case-4-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
  margin-top: 70px;
}
.case-4-wrapper .box-2 li {
  text-align: center;
  flex: 1;
}
.case-4-wrapper .box-2 li:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.case-4-wrapper .box-2 .icon {
  width: 140px;
  margin: 0 auto;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.case-4-wrapper .box-2 .name {
  font-size: 30px;
  color: #000;
  line-height: 30px;
  margin-top: 40px;
}
.case-4-wrapper .box-2 .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  width: 55%;
  margin: 22px auto 0;
}
.case-4-wrapper .box-3 {
  margin-top: 96px;
}
.case-4-wrapper .box-3 .intro {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: center;
  margin-top: 6px;
}
.case-4-wrapper .box-3 .swiper-box {
  margin-top: 45px;
}
.case-4-wrapper .box-3 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-4-wrapper .box-3 .swiper-slide .pic {
  font-size: 0;
  overflow: hidden;
  border: 1px solid #f6f6f6;
}
.case-4-wrapper .box-3 .swiper-slide .pic img {
  width: 100%;
  height: 202px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.case-4-wrapper .box-3 .swiper-slide .name {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 12px;
}
.case-4-wrapper .box-3 .swiper-pagination {
  display: none;
}
.case-5-wrapper .page-caption {
  text-align: center;
}
.case-5-wrapper .list {
  margin-top: 58px;
}
.case-5-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.case-5-wrapper .list li {
  width: 33.33%;
  padding: 0 30px;
  text-align: center;
  margin-bottom: 78px;
}
.case-5-wrapper .list li.last {
  margin-bottom: 0;
}
.case-5-wrapper .list li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-5-wrapper .list .pic {
  font-size: 0;
  overflow: hidden;
}
.case-5-wrapper .list .pic img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.case-5-wrapper .list .name {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  margin: 28px auto 20px;
}
.case-5-wrapper .list .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.case-6-wrapper .page-caption {
  text-align: center;
}
.case-6-wrapper .list {
  margin-top: 50px;
}
.case-6-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.case-6-wrapper .list ul li {
  width: 23.72%;
  text-align: center;
  margin-right: 1.7%;
  margin-bottom: 40px;
}
.case-6-wrapper .list ul li:nth-child(4n) {
  margin-right: 0;
}
.case-6-wrapper .list ul li.last {
  margin-bottom: 0;
}
.case-6-wrapper .list ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-6-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
  border: 1px solid #f8f8f8;
}
.case-6-wrapper .list ul li .pic img {
  width: 100%;
  height: 454px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.case-6-wrapper .list ul li .info {
  line-height: 30px;
  margin-top: 38px;
}
.case-6-wrapper .list ul li .name {
  font-size: 24px;
  color: #1e307e;
  font-weight: 700;
}
.case-6-wrapper .list ul li .desc {
  font-size: 18px;
  color: #666;
  margin-top: 1px;
}
.case-7-wrapper .page-caption {
  text-align: center;
}
.case-7-wrapper .box-1 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: 90px;
}
.case-7-wrapper .box-1 ul li {
  flex: 1;
  text-align: center;
  padding: 0 30px;
}
.case-7-wrapper .box-1 ul li:hover .pic {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.case-7-wrapper .box-1 ul li .pic {
  width: 120px;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.case-7-wrapper .box-1 ul li .pic img {
  width: 100%;
}
.case-7-wrapper .box-1 ul li .name {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 46px;
}
.case-7-wrapper .box-1 ul li .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  width: 74%;
  margin: 20px auto 0;
}
.case-7-wrapper .box-2 {
  margin-top: 136px;
  padding: 120px 0;
  background: url(../images/so7_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.case-7-wrapper .box-2 .page-caption {
  color: #fff;
}
.case-7-wrapper .box-2 .swiper-box {
  margin-top: 78px;
}
.case-7-wrapper .box-2 .swiper-slide {
  padding-right: 32px;
  text-align: center;
  background: url(../images/so_7_r.png) no-repeat top 30px right;
}
.case-7-wrapper .box-2 .swiper-slide.swiper-slide-next + .swiper-slide {
  background: none;
}
.case-7-wrapper .box-2 .swiper-slide:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.case-7-wrapper .box-2 .swiper-slide .icon {
  width: 120px;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.case-7-wrapper .box-2 .swiper-slide .name {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin-top: 38px;
}
.case-7-wrapper .box-2 .swiper-slide .desc {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 8px;
}
.case-7-wrapper .box-2 .swiper-pagination {
  display: none;
}
.case-7-wrapper .box-3 {
  margin-top: 120px;
}
.case-7-wrapper .box-3 .inner {
  position: relative;
  width: 720px;
  height: 720px;
  margin: 128px auto 0;
  border-radius: 50%;
  background: rgba(133, 194, 38, 0.05);
}
.case-7-wrapper .box-3 .center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(bottom, #85c226 0%, #26c25d 100%), -webkit-linear-gradient(#85c226, #85c226);
  background-image: -o-linear-gradient(bottom, #85c226 0%, #26c25d 100%), -o-linear-gradient(#85c226, #85c226);
  background-image: linear-gradient(to top, #85c226 0%, #26c25d 100%), linear-gradient(#85c226, #85c226);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 21px 0px rgba(133, 194, 38, 0.52);
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.case-7-wrapper .box-3 .center .name {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
}
.case-7-wrapper .box-3 .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(133, 194, 38, 0.2);
  animation: cirAni 4s linear infinite;
}
.case-7-wrapper .box-3 .circle:nth-child(2) {
  animation-delay: 1s;
}
.case-7-wrapper .box-3 .circle:nth-child(3) {
  animation-delay: 2s;
}
.case-7-wrapper .box-3 .list ul li {
  width: 396px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  position: absolute;
  z-index: 12;
}
.case-7-wrapper .box-3 .list ul li:hover .icon {
  box-shadow: 0px 0px 21px 0px rgba(133, 194, 38, 0.52);
}
.case-7-wrapper .box-3 .list ul li:hover .name {
  color: #85c226;
}
.case-7-wrapper .box-3 .list ul li:first-child {
  top: -60px;
  left: 50%;
  margin-left: -60px;
}
.case-7-wrapper .box-3 .list ul li:nth-child(7) {
  left: -253px;
  top: 85px;
}
.case-7-wrapper .box-3 .list ul li:nth-child(2) {
  right: -253px;
  top: 85px;
}
.case-7-wrapper .box-3 .list ul li:nth-child(3) {
  right: -328px;
  top: 340px;
}
.case-7-wrapper .box-3 .list ul li:nth-child(6) {
  left: -328px;
  top: 340px;
}
.case-7-wrapper .box-3 .list ul li:nth-child(4) {
  right: -156px;
  bottom: 4px;
}
.case-7-wrapper .box-3 .list ul li:nth-child(5) {
  left: -156px;
  bottom: 4px;
}
.case-7-wrapper .box-3 .list ul li:nth-last-child(-n+3) .icon {
  order: 1;
}
.case-7-wrapper .box-3 .list ul li:nth-last-child(-n+3) .info {
  order: 0;
  text-align: right;
  padding-right: 40px;
  padding-left: 0;
}
.case-7-wrapper .box-3 .list ul li .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
}
.case-7-wrapper .box-3 .list ul li .info {
  flex: 1;
  overflow: hidden;
  padding-left: 40px;
}
.case-7-wrapper .box-3 .list ul li .name {
  font-size: 24px;
  color: #000;
  line-height: 30px;
}
.case-7-wrapper .box-3 .list ul li .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 10px;
}
.case-8-wrapper .page-caption {
  text-align: center;
}
.case-8-wrapper .box-1 .list {
  margin-top: 70px;
}
.case-8-wrapper .box-1 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.case-8-wrapper .box-1 .list ul li {
  flex: 1;
  padding-right: 36px;
  background: url(../images/right4.png) no-repeat center right;
  background-size: 34px;
  margin-right: 30px;
}
.case-8-wrapper .box-1 .list ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}
.case-8-wrapper .box-1 .list ul li:hover .name {
  color: #1e307e;
}
.case-8-wrapper .box-1 .list ul li .name {
  font-size: 30px;
  color: #1e307e;
  font-family: db;
  line-height: 30px;
}
.case-8-wrapper .box-1 .list ul li .desc {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin-top: 10px;
}
.case-8-wrapper .box-2 {
  margin-top: 120px;
}
.case-8-wrapper .box-2 .list {
  margin-top: 50px;
}
.case-8-wrapper .box-2 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.case-8-wrapper .box-2 .list ul li {
  position: relative;
  width: 31.42%;
  margin-right: 2.87%;
  margin-bottom: 2.87%;
  border: 1px solid #f6f6f6;
  text-align: center;
  padding: 52px 60px 15px;
}
.case-8-wrapper .box-2 .list ul li:nth-child(3n) {
  margin-right: 0;
}
.case-8-wrapper .box-2 .list ul li.last {
  margin-bottom: 0;
}
.case-8-wrapper .box-2 .list ul li .name {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
}
.case-8-wrapper .box-2 .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.case-8-wrapper .box-2 .list ul li .pic img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.case-8-wrapper .box-2 .list ul li:hover .line_t,
.case-8-wrapper .box-2 .list ul li:hover .line_b {
  width: 100%;
}
.case-8-wrapper .box-2 .list ul li:hover .line_r,
.case-8-wrapper .box-2 .list ul li:hover .line_l {
  height: 100%;
}
.case-8-wrapper .box-2 .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-8-wrapper .box-2 .list ul li:hover .name {
  color: #1e307e;
}
.case-8-wrapper .box-2 .list ul li span {
  position: absolute;
  background: #1e307e;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.case-8-wrapper .box-2 .list ul li .line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.case-8-wrapper .box-2 .list ul li .line_r {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.case-8-wrapper .box-2 .list ul li .line_b {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.case-8-wrapper .box-2 .list ul li .line_l {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.case-8-wrapper .box-3 {
  margin-top: 120px;
  padding: 120px 0;
  background: url(../images/so8_bg.jpg) no-repeat;
  background-size: cover;
}
.case-8-wrapper .box-3 .page-caption {
  color: #fff;
  line-height: 48px;
}
.case-8-wrapper .box-3 .page-caption b {
  display: block;
}
.case-8-wrapper .box-3 .swiper-box {
  margin-top: 34px;
}
.case-8-wrapper .box-3 .swiper-slide {
  background: #fff;
  padding: 46px 100px 16px;
  text-align: center;
  overflow: hidden;
}
.case-8-wrapper .box-3 .swiper-slide:hover .icon {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-8-wrapper .box-3 .swiper-slide .icon {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.case-8-wrapper .box-3 .swiper-slide .name {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin-top: 26px;
}
.case-8-wrapper .box-4 {
  margin-top: 120px;
}
.case-8-wrapper .box-4 .page-caption {
  line-height: 48px;
}
.case-8-wrapper .box-4 .page-caption b {
  display: block;
}
.case-8-wrapper .box-4 .swiper-box {
  margin-top: 78px;
}
.case-8-wrapper .box-4 .swiper-box .swiper-slide {
  text-align: center;
}
.case-8-wrapper .box-4 .swiper-box .swiper-slide:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.case-8-wrapper .box-4 .swiper-box .swiper-slide:hover .name {
  color: #1e307e;
}
.case-8-wrapper .box-4 .swiper-box .swiper-slide .icon {
  width: 120px;
  margin: 0 auto;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.case-8-wrapper .box-4 .swiper-box .swiper-slide .name {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-top: 24px;
}
.case-8-wrapper .swiper-pagination {
  display: none;
}
.service-wrapper {
  padding-bottom: 0!important;
}
.service-wrapper .page-caption {
  text-align: center;
}
.service-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.service-wrapper .box-1 .pic {
  width: 50.06%;
  font-size: 0;
  overflow: hidden;
}
.service-wrapper .box-1 .pic img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.service-wrapper .box-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.service-wrapper .box-1 .info {
  width: 42.37%;
}
.service-wrapper .box-1 .info .content {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.service-wrapper .box-2 {
  margin-top: 120px;
  padding: 120px 0;
  background: #f7f7f7;
}
.service-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  margin-top: 62px;
}
.service-wrapper .box-2 li {
  width: 25%;
  padding: 0 45px;
  margin-bottom: 82px;
  text-align: center;
}
.service-wrapper .box-2 li.last {
  margin-bottom: 0;
}
.service-wrapper .box-2 li:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.service-wrapper .box-2 li:hover .name {
  color: #1e307e;
}
.service-wrapper .box-2 li .icon {
  width: 132px;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.service-wrapper .box-2 li .name {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 28px;
}
.service-wrapper .box-2 li .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 10px;
}
.support-wrapper .list ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 30px;
}
.support-wrapper .list ul li:last-child {
  margin-bottom: 0;
}
.support-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.support-wrapper .list ul .info,
.support-wrapper .list ul .pic {
  width: 50%;
}
.support-wrapper .list ul .info {
  background: #f5f5f5;
  padding: 76px 130px 30px 80px;
}
.support-wrapper .list ul .pic {
  font-size: 0;
  overflow: hidden;
}
.support-wrapper .list ul .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.support-wrapper .list ul .name {
  font-size: 30px;
  color: #000;
  line-height: 36px;
}
.support-wrapper .list ul .content {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 30px;
}
.contact-wrapper {
  padding-bottom: 0!important;
}
.contact-wrapper .box-1 {
  margin-bottom: 120px;
}
.contact-wrapper .box-1 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.contact-wrapper .box-1 .list ul li {
  width: 33.33%;
  padding-right: 50px;
  padding-bottom: 70px;
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 76px;
}
.contact-wrapper .box-1 .list ul li.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contact-wrapper .box-1 .list ul li .name {
  font-size: 24px;
  color: #1e307e;
  line-height: 30px;
  font-weight: 700;
}
.contact-wrapper .box-1 .list ul li .info {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 18px;
}
.contact-wrapper .box-2 {
  position: relative;
  height: 630px;
  overflow: hidden;
}
.contact-wrapper .box-2 .map {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-wrapper .goods-box {
  margin-top: 120px;
  background: #f7f7f7;
  padding: 120px 0;
}
.solution-wrapper .goods-box .page-title-box {
  text-align: center;
}
.solution-wrapper .goods-box .swiper-slide {
  height: 550px;
  background: #fff;
  padding: 30px 30px 40px;
}
.solution-wrapper .goods-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-wrapper .goods-box .swiper-slide:hover .name {
  color: #1e307e;
}
.solution-wrapper .goods-box .swiper-slide:hover .desc {
  display: none;
}
.solution-wrapper .goods-box .swiper-slide:hover .more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.solution-wrapper .goods-box .swiper-slide a {
  display: block;
}
.solution-wrapper .goods-box .swiper-slide .pic {
  font-size: 0;
  overflow: hidden;
}
.solution-wrapper .goods-box .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: 370px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solution-wrapper .goods-box .swiper-slide .info {
  text-align: center;
  line-height: 30px;
}
.solution-wrapper .goods-box .swiper-slide .name {
  font-size: 20px;
  color: #000;
}
.solution-wrapper .goods-box .swiper-slide .desc {
  font-size: 14px;
  color: #666;
  margin-top: 2px;
}
.solution-wrapper .goods-box .swiper-slide .more {
  width: 160px;
  line-height: 44px;
  border-radius: 30px;
  background: #1e307e;
  color: #fff;
  font-weight: 700;
  font-family: Arial;
  font-size: 14px;
  margin: 10px auto 0;
  text-align: center;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.solution-wrapper .goods-box .swiper-pagination {
  display: none;
}
.solution-1-wrapper .page-title-box {
  text-align: center;
}
.solution-1-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.solution-1-wrapper .box-1 .page-title-box {
  text-align: left;
}
.solution-1-wrapper .box-1 .content {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.solution-1-wrapper .box-1 .info,
.solution-1-wrapper .box-1 .pic {
  width: 50%;
}
.solution-1-wrapper .box-1 .info {
  padding-right: 110px;
}
.solution-1-wrapper .box-1 .pic {
  font-size: 0;
  overflow: hidden;
}
.solution-1-wrapper .box-1 .pic img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solution-1-wrapper .box-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-1-wrapper .box-2 {
  padding: 120px 0;
  margin-top: 120px;
  background: #f6f6f6;
}
.solution-1-wrapper .box-2 .tag-box {
  font-size: 0;
  text-align: center;
}
.solution-1-wrapper .box-2 .tag-box span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  line-height: 56px;
  padding: 0 22px;
  border-radius: 5px;
  background: #1e307e;
  margin-right: 20px;
  margin-bottom: 20px;
}
.solution-1-wrapper .box-2 .tag-box span:last-child {
  margin-right: 0;
}
.solution-1-wrapper .box-2 .content {
  margin-top: 50px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.solution-1-wrapper .box-2 .list {
  margin-top: 92px;
}
.solution-1-wrapper .box-2 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.solution-1-wrapper .box-2 .list ul li {
  width: 20%;
  padding: 0 20px;
  text-align: center;
}
.solution-1-wrapper .box-2 .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-1-wrapper .box-2 .list ul li:hover .name {
  color: #1e307e;
}
.solution-1-wrapper .box-2 .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.solution-1-wrapper .box-2 .list ul li .pic img {
  display: block;
  width: 100%;
  height: 104px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solution-1-wrapper .box-2 .list ul li .name {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
  margin-top: 36px;
}
.solution-1-wrapper .box-2 .list ul li .desc {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-top: 20px;
}
.solution-1-wrapper .box-3 {
  padding: 120px 0;
  background: url(../images/solution_bg.jpg) no-repeat;
  background-size: cover;
}
.solution-1-wrapper .box-3 .page-title-box .title {
  color: #fff;
}
.solution-1-wrapper .box-3 .page-title-box p {
  color: rgba(255, 255, 255, 0.5);
}
.solution-1-wrapper .box-3 .content img {
  display: block;
  width: 100%;
}
.solution-1-wrapper .box-3 .list {
  margin-top: 50px;
}
.solution-1-wrapper .box-3 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.solution-1-wrapper .box-3 .list ul li {
  width: 32.07%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  margin-right: 1.895%;
  background: #fff;
  padding: 8px;
}
.solution-1-wrapper .box-3 .list ul li:nth-child(2n) .icon {
  background: #79b132;
}
.solution-1-wrapper .box-3 .list ul li:nth-child(3n) .icon {
  background: #f59600;
}
.solution-1-wrapper .box-3 .list ul .desc {
  flex: 1;
  overflow: hidden;
  padding-left: 30px;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 24px;
  padding-right: 50px;
}
.solution-1-wrapper .box-3 .list ul .icon {
  width: 102px;
  height: 102px;
  line-height: 102px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  background: #1e307e;
}
.solution-1-wrapper .box-4 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: 120px;
}
.solution-1-wrapper .box-4 .pic,
.solution-1-wrapper .box-4 .info {
  width: 50%;
}
.solution-1-wrapper .box-4 .info {
  padding-top: 76px;
  padding-right: 120px;
}
.solution-1-wrapper .box-4 .page-title-box {
  text-align: left;
}
.solution-1-wrapper .box-4 .content {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.solution-1-wrapper .box-4 .content p {
  position: relative;
  padding-left: 20px;
}
.solution-1-wrapper .box-4 .content em {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 10;
  width: 8px;
  height: 8px;
  border: 2px solid #1e307e;
  border-radius: 50%;
}
.solution-1-wrapper .box-4 .pic {
  font-size: 0;
  overflow: hidden;
}
.solution-1-wrapper .box-4 .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solution-1-wrapper .box-4 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-1-wrapper .box-6 {
  margin-top: 120px;
}
.solution-1-wrapper .box-6 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-1-wrapper .box-6 .swiper-slide:hover .name {
  color: #fff;
  background: #1e307e;
  transition: all 1s .3s;
  -webkit-transition: all 1s .3s;
}
.solution-1-wrapper .box-6 .swiper-slide:hover .name:before,
.solution-1-wrapper .box-6 .swiper-slide:hover .name:after {
  height: 100%;
}
.solution-1-wrapper .box-6 .swiper-slide:hover .name i {
  width: 100%;
}
.solution-1-wrapper .box-6 .swiper-slide .pic {
  font-size: 0;
  overflow: hidden;
}
.solution-1-wrapper .box-6 .swiper-slide .pic img {
  width: 100%;
  display: block;
  height: 286px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solution-1-wrapper .box-6 .swiper-slide .name {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 100px;
  text-align: center;
  background: #f5f5f5;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-1-wrapper .box-6 .swiper-slide .name:before,
.solution-1-wrapper .box-6 .swiper-slide .name:after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #1e307e;
  position: absolute;
  z-index: 10;
}
.solution-1-wrapper .box-6 .swiper-slide .name:before {
  left: 0;
  top: 0;
}
.solution-1-wrapper .box-6 .swiper-slide .name:after {
  right: 0;
  bottom: 0;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}
.solution-1-wrapper .box-6 .swiper-slide .name i {
  display: block;
  position: absolute;
  z-index: 10;
  width: 0;
  height: 1px;
  background: #1e307e;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.solution-1-wrapper .box-6 .swiper-slide .name i:first-child {
  left: 0;
  bottom: 0;
  transition-delay: 0.4s;
  transition: all .2s 0.3s linear;
  -webkit-transition: all .2s 0.3s linear;
  -moz-transition: all .2s 0.3s linear;
  -o-transition: all .2s 0.3s linear;
}
.solution-1-wrapper .box-6 .swiper-slide .name i:last-child {
  right: 0;
  top: 0;
  transition: all .2s 0.2s linear;
  -webkit-transition: all .2s 0.2s linear;
  -moz-transition: all .2s 0.2s linear;
  -o-transition: all .2s 0.2s linear;
}
.solution-1-wrapper .box-6 .swiper-pagination {
  display: none;
}
.solution-2-wrapper {
  padding-bottom: 0!important;
}
.solution-2-wrapper .box-1 {
  position: relative;
}
.solution-2-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.solution-2-wrapper .box-1 .info,
.solution-2-wrapper .box-1 .pic {
  width: 50%;
}
.solution-2-wrapper .box-1 .info {
  padding-right: 105px;
}
.solution-2-wrapper .box-1 .content {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.solution-2-wrapper .box-1 .pic {
  font-size: 0;
  overflow: hidden;
}
.solution-2-wrapper .box-1 .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solution-2-wrapper .box-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-2-wrapper .box-1 .canvas {
  width: 100%;
  height: 310px;
  margin-top: -140px;
}
.solution-2-wrapper .box-2 {
  padding: 120px 0;
  background: url(../images/solution_2bg.jpg) no-repeat;
  background-size: cover;
}
.solution-2-wrapper .box-2 .page-title-box {
  text-align: center;
}
.solution-2-wrapper .box-2 .page-title-box .title {
  color: #ffffff;
}
.solution-2-wrapper .box-2 .page-title-box p {
  color: rgba(255, 255, 255, 0.5);
}
.solution-2-wrapper .box-2 .swiper-slide {
  height: 428px;
  background: #fff;
  text-align: center;
  padding: 96px 40px 40px;
}
.solution-2-wrapper .box-2 .swiper-slide:hover .pic img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.solution-2-wrapper .box-2 .swiper-slide:hover .name {
  color: #1e307e;
}
.solution-2-wrapper .box-2 .swiper-slide .pic {
  font-size: 0;
  width: 120px;
  margin: 0 auto;
}
.solution-2-wrapper .box-2 .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solution-2-wrapper .box-2 .swiper-slide .name {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  margin-top: 48px;
  font-weight: 700;
}
.solution-2-wrapper .box-2 .swiper-slide .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 15px;
}
.solution-2-wrapper .box-3 {
  margin-top: 120px;
}
.solution-2-wrapper .box-3 .page-title-box {
  text-align: center;
}
.solution-2-wrapper .box-3 .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.solution-2-wrapper .box-4 {
  margin-top: 120px;
  padding: 120px 0;
  background: #f4f4f8;
}
.solution-2-wrapper .box-4 .page-title-box {
  text-align: center;
}
.solution-2-wrapper .box-4 .swiper-slide {
  background: #fff;
  padding: 26px 30px;
}
.solution-2-wrapper .box-4 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-2-wrapper .box-4 .swiper-slide:hover .name {
  color: #1e307e;
}
.solution-2-wrapper .box-4 .swiper-slide .pic {
  font-size: 0;
  overflow: hidden;
  border-bottom: 1px solid #ededf1;
}
.solution-2-wrapper .box-4 .swiper-slide .pic img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solution-2-wrapper .box-4 .swiper-slide .name {
  font-size: 18px;
  color: #3d3d3d;
  line-height: 30px;
  font-weight: 700;
  margin-top: 24px;
}
.solution-2-wrapper .box-4 .swiper-slide .desc {
  margin-top: 6px;
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.solution-2-wrapper .box-4 .swiper-slide .desc li {
  position: relative;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 24px;
  padding-left: 20px;
}
.solution-2-wrapper .box-4 .swiper-slide .desc li i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 10;
  font-size: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #1e307e;
  border-radius: 50%;
}
.solution-2-wrapper .box-5 {
  padding: 120px 0;
  background: url(../images/solution_bg2.jpg) repeat-y;
}
.solution-2-wrapper .box-5 .page-title-box {
  text-align: center;
}
.solution-2-wrapper .box-5 .page-title-box .title {
  color: #ffffff;
}
.solution-2-wrapper .box-5 .page-title-box p {
  color: rgba(255, 255, 255, 0.5);
}
.solution-2-wrapper .box-5 .swiper-box {
  position: relative;
}
.solution-2-wrapper .box-5 .swiper-box:before,
.solution-2-wrapper .box-5 .swiper-box:after {
  position: absolute;
  content: "";
  display: block;
}
.solution-2-wrapper .box-5 .swiper-box:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  height: 88px;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.solution-2-wrapper .box-5 .swiper-box:after {
  width: 100%;
  height: 1px;
  background: url(../images/line2.png) repeat-x;
  left: 0;
  top: 50%;
}
.solution-2-wrapper .box-5 .swiper-container {
  height: 400px;
}
.solution-2-wrapper .box-5 .swiper-slide {
  width: 360px;
  height: 210px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-left: -180px;
}
.solution-2-wrapper .box-5 .swiper-slide:first-child {
  margin-left: 0;
}
.solution-2-wrapper .box-5 .swiper-slide:nth-child(odd) .info {
  padding-top: 4px;
}
.solution-2-wrapper .box-5 .swiper-slide:nth-child(even) {
  top: 190px;
  align-items: flex-end;
}
.solution-2-wrapper .box-5 .swiper-slide:nth-child(even) .info {
  padding-bottom: 4px;
}
.solution-2-wrapper .box-5 .swiper-slide:nth-child(even) .line {
  background-position: left bottom;
}
.solution-2-wrapper .box-5 .swiper-slide:nth-child(even) .line:after {
  bottom: auto;
  top: 0;
}
.solution-2-wrapper .box-5 .swiper-slide:hover .line:after {
  border-color: #85c226;
}
.solution-2-wrapper .box-5 .swiper-slide .line {
  position: relative;
  width: 32px;
  height: 100%;
  background: url(../images/traggle.png) no-repeat left top;
  background-size: 23px;
}
.solution-2-wrapper .box-5 .swiper-slide .line:before,
.solution-2-wrapper .box-5 .swiper-slide .line:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
}
.solution-2-wrapper .box-5 .swiper-slide .line:before {
  right: 7px;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.solution-2-wrapper .box-5 .swiper-slide .line:after {
  right: -2px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #85c226;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.solution-2-wrapper .box-5 .swiper-slide .info {
  flex: 1;
  padding-left: 10px;
  overflow: hidden;
}
.solution-2-wrapper .box-5 .swiper-slide .key {
  font-size: 24px;
  color: #fff;
  font-family: rr;
  line-height: 30px;
}
.solution-2-wrapper .box-5 .swiper-slide .desc {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 12px;
}
.solution-2-wrapper .box-6 {
  margin-top: 0;
}
.solution-2-wrapper .swiper-pagination {
  display: none;
}
.solution-3-wrapper {
  padding-bottom: 0!important;
}
.solution-3-wrapper .page-title-box {
  text-align: center;
}
.solution-3-wrapper .box-1 {
  position: relative;
}
.solution-3-wrapper .box-1 .page-title-box {
  text-align: left;
}
.solution-3-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.solution-3-wrapper .box-1 .info,
.solution-3-wrapper .box-1 .pic {
  width: 50%;
}
.solution-3-wrapper .box-1 .info {
  padding-right: 105px;
}
.solution-3-wrapper .box-1 .content {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.solution-3-wrapper .box-1 .pic {
  font-size: 0;
  overflow: hidden;
}
.solution-3-wrapper .box-1 .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solution-3-wrapper .box-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-3-wrapper .box-1 .canvas {
  width: 100%;
  height: 200px;
  margin-top: -30px;
}
.solution-3-wrapper .box-2 {
  padding: 120px 0;
  background: #f6f6f6;
}
.solution-3-wrapper .box-2 .inner {
  position: relative;
  width: 700px;
  height: 700px;
  margin: 40px auto 0;
  border-radius: 50%;
  background: rgba(19, 74, 151, 0.05);
}
.solution-3-wrapper .box-2 .center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #005bea 0%, #2e7fff 100%), linear-gradient(#1e307e, #1e307e);
  background-blend-mode: normal,normal;
  box-shadow: 0px 0px 37px 0px rgba(30, 48, 126, 0.26);
}
.solution-3-wrapper .box-2 .center .icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/solution_37.png) no-repeat center center;
}
.solution-3-wrapper .box-2 .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(19, 74, 151, 0.1);
  animation: cirAni 4s linear infinite;
}
.solution-3-wrapper .box-2 .circle:nth-child(2) {
  animation-delay: 1s;
}
.solution-3-wrapper .box-2 .circle:nth-child(3) {
  animation-delay: 2s;
}
.solution-3-wrapper .box-2 ul li {
  position: absolute;
  z-index: 10;
  width: 340px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.solution-3-wrapper .box-2 ul li:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.solution-3-wrapper .box-2 ul li:hover .name {
  color: #1e307e;
}
.solution-3-wrapper .box-2 ul li .icon {
  width: 80px;
  height: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solution-3-wrapper .box-2 ul li .info {
  flex: 1;
  overflow: hidden;
  padding-top: 12px;
  padding-left: 20px;
}
.solution-3-wrapper .box-2 ul li .name {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
}
.solution-3-wrapper .box-2 ul li .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 4px;
}
.solution-3-wrapper .box-2 ul li:first-child {
  flex-flow: wrap;
  text-align: center;
  left: 50%;
  top: 0;
  margin-left: -170px;
}
.solution-3-wrapper .box-2 ul li:first-child .icon {
  margin: 14px auto 0;
  order: 1;
}
.solution-3-wrapper .box-2 ul li:first-child .info {
  order: 0;
  flex: 0 0 100%;
}
.solution-3-wrapper .box-2 ul li:nth-child(2) {
  right: -298px;
  top: 272px;
}
.solution-3-wrapper .box-2 ul li:nth-child(3) {
  right: -130px;
  bottom: 120px;
}
.solution-3-wrapper .box-2 ul li:nth-child(4) {
  left: -130px;
  bottom: 120px;
}
.solution-3-wrapper .box-2 ul li:nth-child(5) {
  left: -267px;
  top: 160px;
}
.solution-3-wrapper .box-2 ul li:nth-last-child(-n+2) {
  text-align: right;
}
.solution-3-wrapper .box-2 ul li:nth-last-child(-n+2) .info {
  order: 0;
  padding-left: 0;
  padding-right: 20px;
}
.solution-3-wrapper .box-2 ul li:nth-last-child(-n+2) .icon {
  order: 1;
}
.solution-3-wrapper .box-3 {
  padding: 120px 0;
  background: url(../images/solution_3bg.jpg) no-repeat;
  background-size: cover;
}
.solution-3-wrapper .box-3 .page-title-box {
  text-align: center;
}
.solution-3-wrapper .box-3 .page-title-box .title {
  color: #fff;
}
.solution-3-wrapper .box-3 .page-title-box p {
  color: rgba(255, 255, 255, 0.5);
}
.solution-3-wrapper .box-3 .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.solution-3-wrapper .box-3 .swiper-slide {
  text-align: center;
  padding: 30px 30px 54px;
  background: #fff;
}
.solution-3-wrapper .box-3 .swiper-slide .name {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 12px;
  text-transform: uppercase;
}
.solution-3-wrapper .box-3 .swiper-slide .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin-top: 4px;
}
.solution-3-wrapper .box-3 .swiper-slide .pic {
  font-size: 0;
  overflow: hidden;
}
.solution-3-wrapper .box-3 .swiper-slide .pic img {
  width: 100%;
  height: 274px;
  object-fit: contain;
}
.solution-3-wrapper .box-3 .swiper-container {
  padding-bottom: 58px;
}
.solution-3-wrapper .box-3 .swiper-pagination {
  bottom: 0;
}
.solution-3-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 6px;
  width: 8px;
  height: 8px;
  transition: width 0.8s ease;
  -webkit-transition: width 0.8s ease;
  -moz-transition: width 0.8s ease;
  -ms-transition: width 0.8s ease;
  -o-transition: width 0.8s ease;
}
.solution-3-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 28px;
  border-radius: 30px;
}
.solution-3-wrapper .box-4 {
  margin: 120px auto 0;
}
.solution-3-wrapper .box-4 .content {
  position: relative;
  margin: 0 auto;
}
.solution-3-wrapper .box-4 .content .pic {
  display: block;
  width: 735px;
  margin: 0 auto;
}
.solution-3-wrapper .box-4 .content li {
  position: absolute;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.solution-3-wrapper .box-4 .content li:nth-child(1),
.solution-3-wrapper .box-4 .content li:nth-child(4) {
  text-align: right;
}
.solution-3-wrapper .box-4 .content li:nth-child(1) .info,
.solution-3-wrapper .box-4 .content li:nth-child(4) .info {
  order: 0;
  padding-right: 32px;
  padding-left: 0;
}
.solution-3-wrapper .box-4 .content li:nth-child(1) .line,
.solution-3-wrapper .box-4 .content li:nth-child(4) .line {
  order: 1;
}
.solution-3-wrapper .box-4 .content li:nth-child(1) {
  left: 120px;
  top: 0;
}
.solution-3-wrapper .box-4 .content li:nth-child(1).animated .line {
  width: 282px;
}
.solution-3-wrapper .box-4 .content li:nth-child(1) .line {
  width: 0;
  height: 84px;
  background: url(../images/line3.png) no-repeat;
  background-size: contain;
}
.solution-3-wrapper .box-4 .content li:nth-child(1) .info {
  position: relative;
  top: -10px;
}
.solution-3-wrapper .box-4 .content li:nth-child(2) {
  right: 80px;
  top: 0;
}
.solution-3-wrapper .box-4 .content li:nth-child(2).animated .line {
  width: 250px;
}
.solution-3-wrapper .box-4 .content li:nth-child(2) .line {
  width: 0;
  height: 54px;
  background: url(../images/line5.png) no-repeat;
  background-size: contain;
}
.solution-3-wrapper .box-4 .content li:nth-child(2) .info {
  position: relative;
  top: -10px;
}
.solution-3-wrapper .box-4 .content li:nth-child(3) {
  right: 80px;
  bottom: 0;
}
.solution-3-wrapper .box-4 .content li:nth-child(3).animated .line {
  width: 362px;
}
.solution-3-wrapper .box-4 .content li:nth-child(3) .line {
  width: 0;
  height: 121px;
  background: url(../images/line4.png) no-repeat;
  background-size: contain;
}
.solution-3-wrapper .box-4 .content li:nth-child(3) .info {
  padding-top: 96px;
}
.solution-3-wrapper .box-4 .content li:nth-child(4) {
  left: 100px;
  bottom: 40px;
}
.solution-3-wrapper .box-4 .content li:nth-child(4).animated .line {
  width: 192px;
}
.solution-3-wrapper .box-4 .content li:nth-child(4) .line {
  width: 0;
  height: 88px;
  background: url(../images/line6.png) no-repeat;
  background-size: contain;
}
.solution-3-wrapper .box-4 .content li:nth-child(4) .info {
  padding-top: 68px;
}
.solution-3-wrapper .box-4 .content .line {
  transition: width 1.6s ease;
  -webkit-transition: width 1.6s ease;
  -moz-transition: width 1.6s ease;
  -ms-transition: width 1.6s ease;
  -o-transition: width 1.6s ease;
}
.solution-3-wrapper .box-4 .content .info {
  padding-left: 32px;
  width: 276px;
}
.solution-3-wrapper .box-4 .content .name {
  font-size: 24px;
  color: #1e307e;
  font-weight: 700;
  line-height: 30px;
}
.solution-3-wrapper .box-4 .content .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 10px;
}
.service-2-wrapper .desc {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: center;
  margin-bottom: 52px;
}
.service-2-wrapper .desc .tel {
  color: #1e307e;
}
.service-2-wrapper .main {
  background: url(../images/service2_bg.jpg) no-repeat;
  background-size: cover;
}
.service-2-wrapper .main ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.service-2-wrapper .main ul li {
  cursor: pointer;
  text-align: center;
  width: 16.79%;
  padding: 0 36px;
  background: rgba(2, 17, 108, 0.5);
  height: 508px;
  padding-top: 198px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.service-2-wrapper .main ul li:last-child {
  border-right: none;
}
.service-2-wrapper .main ul li:hover {
  border-color: transparent;
  background: rgba(2, 17, 108, 0.7);
}
.service-2-wrapper .main .name {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}
.service-2-wrapper .main .line {
  width: 21px;
  height: 2px;
  background: #fff;
  margin: 16px auto 30px;
}
.service-2-wrapper .main .brief {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
.market-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.market-wrapper .info {
  width: 43.9%;
}
.market-wrapper .content {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.market-wrapper .content ul li {
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  padding-left: 22px;
  margin-bottom: 26px;
}
.market-wrapper .content ul li .icon {
  width: 8px;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 10;
}
.market-wrapper .pic {
  width: 48.56%;
}
.market-wrapper .pic img {
  width: 100%;
}
.quality-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.quality-wrapper .info {
  width: 35.16%;
}
.quality-wrapper .content {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: justify;
}
.quality-wrapper .pic {
  width: 55.98%;
  overflow: hidden;
  font-size: 0;
}
.quality-wrapper .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.quality-wrapper .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.people-wrapper .list li {
  padding: 60px 0;
  border-bottom: 1px solid #e6e6e6;
}
.people-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.people-wrapper .list li:hover .more {
  color: #fff;
  background: #1e307e;
}
.people-wrapper .list li:hover .more i {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  background: url(../images/more3.png) no-repeat;
}
.people-wrapper .list li:hover .name {
  color: #1e307e;
}
.people-wrapper .list li:first-child {
  padding-top: 0;
}
.people-wrapper .list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.people-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.people-wrapper .list li .pic {
  width: 21.9%;
  font-size: 0;
  overflow: hidden;
}
.people-wrapper .list li .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.people-wrapper .list li .info {
  flex: 1;
  overflow: hidden;
  margin-left: 50px;
  padding-top: 30px;
}
.people-wrapper .list li .name {
  font-size: 36px;
  color: #000;
  line-height: 36px;
  font-weight: 700;
}
.people-wrapper .list li .name i {
  display: inline-block;
  font-size: 16px;
  color: #999;
  font-weight: 500;
  font-family: Arial;
  margin-left: 8px;
}
.people-wrapper .list li .level {
  font-size: 24px;
  color: #1e307e;
  line-height: 30px;
  margin: 36px auto 12px;
}
.people-wrapper .list li .brief {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 24px;
}
.people-wrapper .list li .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 54px;
}
.people-wrapper .list li .desc b {
  color: #000;
}
.people-wrapper .list li .detail {
  display: none;
}
.people-wrapper .list li .more {
  position: relative;
  font-family: Arial;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: 130px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #1e307e;
  text-align: center;
  font-family: "gc";
  border: 1px solid #1e307e;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.people-wrapper .list li .more i {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
  width: 8px;
  height: 13px;
  margin-left: 10px;
  background: url(../images/more2.png) no-repeat;
  transition: all, 0.1s 0.3s ease;
  -webkit-transition: all, 0.1s 0.3s ease;
  -moz-transition: all, 0.1s 0.3s ease;
  -ms-transition: all, 0.1s 0.3s ease;
  -o-transition: all, 0.1s 0.3s ease;
}
.people-modal-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: none;
}
.people-modal-box .box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.people-modal-box .inner {
  position: relative;
  width: 894px;
  margin: 0 auto;
  background: #fff;
  padding: 78px 65px 78px 80px;
}
.people-modal-box .close {
  display: inline-block;
  font-size: 36px;
  color: #d2d2d2;
  font-family: tc;
  line-height: 36px;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 10;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.people-modal-box .close:hover {
  color: #1e307e;
}
.people-modal-box .name {
  font-size: 36px;
  color: #000;
  line-height: 36px;
  font-weight: 700;
}
.people-modal-box .name i {
  font-size: 16px;
  color: #999;
  font-weight: 500;
  display: inline-block;
  margin-left: 8px;
}
.people-modal-box .level {
  font-size: 24px;
  color: #1e307e;
  line-height: 30px;
  margin: 32px auto 10px;
}
.people-modal-box .detail {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding-right: 24px;
  max-height: 264px;
  overflow-y: auto;
  text-align: justify;
}
.people-modal-box .detail::-webkit-scrollbar {
  width: 5px;
}
.people-modal-box .detail::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}
.people-modal-box .detail::-webkit-scrollbar-thumb {
  background-color: #1e307e;
}
.company-wrapper {
  padding-bottom: 0!important;
}
.company-wrapper .pic {
  font-size: 0;
  overflow: hidden;
}
.company-wrapper .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.company-wrapper .box-1 .title {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
}
.company-wrapper .box-1 .desc {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: center;
  margin: 22px auto 45px;
}
.company-wrapper .box-1 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.company-wrapper .box-1 .list ul li {
  position: relative;
  width: 49.08%;
}
.company-wrapper .box-1 .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.company-wrapper .box-1 .list ul li .pic img {
  height: 340px;
  object-fit: cover;
}
.company-wrapper .box-1 .list ul li .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0 80px;
}
.company-wrapper .box-1 .list ul li .inner {
  width: 100%;
}
.company-wrapper .box-1 .list ul li .name {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 28px;
}
.company-wrapper .box-1 .list ul li .brief {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 48px;
}
.company-wrapper .box-2 {
  margin-top: 120px;
  background: #f7f7f7;
  padding: 120px 0 36px;
}
.company-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.company-wrapper .box-2 ul li {
  width: 31.38%;
  margin-right: 2.93%;
  margin-bottom: 50px;
}
.company-wrapper .box-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.company-wrapper .box-2 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.company-wrapper .box-2 ul li:hover .name {
  color: #1e307e;
}
.company-wrapper .box-2 .pic img {
  height: 275px;
  object-fit: cover;
}
.company-wrapper .box-2 .name {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 28px auto 14px;
}
.company-wrapper .box-2 .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
/*分页*/
.pageNum {
  text-align: center;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  font-family: Arial;
  vertical-align: middle;
  margin: 0 10px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #f6f6f6;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum .button {
  font-family: 宋体;
}
.pageNum .more {
  background: #eee;
  line-height: 38px;
}
.pageNum .more:hover {
  background: #1e307e;
}
.pageNum a:hover,
.pageNum .aNow {
  color: #fff;
  background: #1e307e;
}
.pageMore {
  display: none;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #1e307e;
  color: #fff;
  font-size: 14px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.comproblemitems {
  margin-top: 40px;
  margin-bottom: 60px;
}
.comproblemitem {
  background-color: #f4f4f4;
  margin-bottom: 20px;
}
.comprmitemtop {
  width: 100%;
  height: 120px;
  padding: 45px 38px;
  cursor: pointer;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.comprmitemtop .type {
  width: 30px;
  height: 30px;
  background-color: #1e307e;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-family: 'gothicb';
  font-size: 16px;
}
.comprmitemtop .name {
  flex: 1;
  margin: 0 40px 0 20px;
  line-height: 30px;
  color: #000;
  font-size: 18px;
}
.comprmitemtop .icon {
  width: 12px;
  height: 30px;
  position: relative;
}
.comprmitemtop .icon:after {
  content: "";
  width: 12px;
  height: 4px;
  background-color: #1e307e;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.comprmitemtop .icon:before {
  content: "";
  width: 4px;
  height: 12px;
  background-color: #1e307e;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -6px;
  transition: 0.5s ease-in-out 0s;
  -webkit-transition: 0.5s ease-in-out 0s;
  -moz-transition: 0.5s ease-in-out 0s;
}
.comprmitembot {
  padding: 0 38px 58px;
  display: none;
}
.comprmitembot .type {
  width: 30px;
  height: 30px;
  float: left;
  background-color: #5c52ff;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-family: 'gothicb';
  font-size: 16px;
}
.comprmitembot .con {
  float: left;
  margin-left: 20px;
  width: 92%;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.comproblemitem.cur {
  background-color: #fff;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
}
.comproblemitem.cur .comprmitemtop .name {
  font-weight: bold;
}
.comproblemitem.cur .comprmitemtop .icon:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.downnav {
  position: absolute;
  right: 0;
  bottom: 14px;
  z-index: 10;
}
.downnavlist {
  display: inline-block;
  margin-right: 40px;
  color: #666;
  font-size: 16px;
  position: relative;
}
.downnavlist:nth-last-of-type(1) {
  margin-right: 0;
}
.downnavlist:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #1e307e;
  position: absolute;
  bottom: -14px;
  left: 0;
  transition: 0.5s ease-in-out 0s;
  -webkit-transition: 0.5s ease-in-out 0s;
  -moz-transition: 0.5s ease-in-out 0s;
}
.downnavlist.cur {
  color: #1e307e;
  font-size: 16px;
  font-weight: bold;
}
.downnavlist.cur:after {
  width: 100%;
}
.conformbox {
  margin-top: 45px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.conformralist {
  margin-right: 80px;
  margin-top: 10px;
  cursor: pointer;
}
.conformralist:nth-last-of-type(1) {
  margin-right: 0;
}
.conformralist .selicon {
  width: 16px;
  height: 16px;
  border: 1px solid #dcdcdc;
  margin-right: 10px;
}
.conformralist .name {
  color: #999;
  line-height: 16px;
}
.conformralist.cur .name {
  color: #1e307e;
}
.merformlist {
  width: 31.94%;
  margin-right: 2.09%;
  margin-bottom: 36px;
  position: relative;
}
.merformlist:nth-of-type(3n) {
  margin-right: 0;
}
.merformlist .top {
  color: #666666;
}
.merformlist .top span {
  color: #e60012;
}
.merformlist .input,
.merselect {
  margin-top: 16px;
}
.merformlist .input input {
  width: 100%;
  height: 62px;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 0 19px;
}
.merformlist .input input:focus {
  border-color: #1e307e;
  border-radius: 62px;
}
.merformlist.last {
  width: 100%;
  margin-right: 0;
}
.merchantsbtn {
  width: 460px;
  height: 62px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background-color: #1e307e;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 62px;
  margin-top: 24px;
}
@keyframes cirAni {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 720px;
    height: 720px;
    opacity: 0.2;
  }
}

ul.nav li p.sub {
	display: none;
	height: auto;
	padding: 0;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	position: absolute;
	top: 100%;
	z-index: 98;
}
ul.nav li p.sub a {
	line-height: 42px;
	color: #666;
	font-size: 15px;
	text-align: center;
	background: none;
	padding: 0 2px;
	border-bottom: 1px solid #ddd;
}
ul.nav li p.sub a:hover, ul.nav li p.sub.on a {
	color: #fff;
	font-weight:bold;
	border-bottom-color: #fff;
}

