/**
 * style.less
 * 层叠样式表
 */
.ff {
   font-family: 'iconfont' !important;
}
@font-face {
   font-family: 'Staatliches';
   font-weight: normal;
   font-style: normal;

   src: url('../fonts/Staatliches-Regular.eot');
   src: local('Staatliches Regular'), local('Staatliches-Regular'), url('../fonts/Staatliches-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Staatliches-Regular.woff2') format('woff2'), url('../fonts/Staatliches-Regular.woff') format('woff'), url('../fonts/Staatliches-Regular.ttf') format('truetype'), url('../fonts/Staatliches-Regular.svg#Staatliches-Regular') format('svg');
   font-display: swap;
}
@font-face {
   font-family: 'DINCond';
   font-weight: bold;
   font-style: normal;

   src: url('../fonts/DINCond-Bold.eot');
   src: local('DINCond-Bold'), url('../fonts/DINCond-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCond-Bold.woff2') format('woff2'), url('../fonts/DINCond-Bold.woff') format('woff'), url('../fonts/DINCond-Bold.ttf') format('truetype'), url('../fonts/DINCond-Bold.svg#DINCond-Bold') format('svg');
   font-display: swap;
}
@font-face {
   font-family: 'DINCond';
   font-weight: normal;
   font-style: normal;

   src: url('../fonts/DINCond-Regular.eot');
   src: local('DINCond-Regular'), url('../fonts/DINCond-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCond-Regular.woff2') format('woff2'), url('../fonts/DINCond-Regular.woff') format('woff'), url('../fonts/DINCond-Regular.ttf') format('truetype'), url('../fonts/DINCond-Regular.svg#DINCond-Regular') format('svg');
   font-display: swap;
}
.textcolor {
   background-image: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
   -webkit-background-clip: text;

   -webkit-text-fill-color: transparent;
}
.bgcolor {
   background: -webkit-gradient(linear, right top, left top, from(#18a7a3), to(#0f74e8));
   background: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
   background: linear-gradient(right, #18a7a3, #0f74e8);
}
.fz-16 {
   font-size: 16px;
   line-height: 2.25;
}
@media (max-width: 767px) {
   .fz-16 {
      font-size: 14px;
      line-height: 24px;
   }
}
.fz-16 p {
   margin: 0;
}
body {
   font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
   font-size: 14px;

   color: #000;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
   line-height: 58px;

   position: absolute;
   z-index: 9;
   z-index: 8;
   top: 50%;
   left: 3%;

   overflow: hidden;

   width: 30px;
   height: 58px;
   padding: 0;

   cursor: pointer;
   -webkit-transition: all .4s;
   transition: all .4s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   color: #fff;
   border: none;
   outline: none;
   background: none;
   background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 1199px) {
   .slick-arrow {
      line-height: 40px;

      left: -10px;

      width: 30px;
      height: 40px;
   }
}
.slick-arrow:before {
   font-family: 'iconfont' !important;
   font-size: 24px;

   display: inline-block;

   content: '\eb60';
}
.slick-arrow.slick-next {
   right: 3%;
   left: auto;
}
@media (max-width: 1199px) {
   .slick-arrow.slick-next {
      right: -10px;
   }
}
.slick-arrow.slick-next:before {
   content: '\e625';
}
.slick-arrow:hover {
   color: #fff;
   border-color: rgba(39, 81, 168, .8);
   background-color: rgba(39, 81, 168, .8);
}
.slick-dots {
   margin-top: 40px;

   text-align: center;
}
.slick-dots li {
   display: inline-block;

   width: 70px;
   height: 4px;
   margin: 0 10px;

   vertical-align: top;

   background-color: #dfdfdf;
}
@media (max-width: 1470px) {
   .slick-dots li {
      width: 50px;
   }
}
@media (max-width: 991px) {
   .slick-dots li {
      width: 20px;
      height: 2px;
      margin: 0 4px;
   }
}
.slick-dots li button {
   display: none;
}
.slick-dots li.slick-active {
   background-color: #2751a8;
}
.header {
   position: fixed;
   z-index: 10;
   top: 0;

   width: 100%;
   height: 110px;
   padding: 0 2%;

   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: right;

   color: #fff;
   border-bottom: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 1199px) {
   .header {
      position: fixed;

      height: 60px;
   }
}
.header .logo {
   display: inline-block;
   float: left;

   height: 60px;
   margin-top: 25px;
}
@media (max-width: 1199px) {
   .header .logo {
      height: 50px;
      margin-top: 5px;
   }
}
@media (max-width: 767px) {
   .header .logo {
      height: 30px;
      margin-top: 15px;
   }
}
@media (max-width: 360px) {
   .header .logo {
      height: 30px;
      margin-top: 15px;
   }
}
.header .logo a {
   display: block;

   height: 100%;
}
.header .logo img {
   display: block;

   height: 100%;
}
.header .header-right {
   display: inline-block;
}
.header .header-right .top-right {
   height: 30px;
   margin-top: 10px;
}
@media (max-width: 1199px) {
   .header .header-right .top-right {
      margin: 0;
   }
}
.header .header-right .top-right p.tel {
   font-size: 16px;
   line-height: 30px;

   display: inline-block;

   margin: 0;

   vertical-align: top;
}
@media (max-width: 1199px) {
   .header .header-right .top-right p.tel {
      line-height: 60px;

      margin-right: 10px;
   }
}
@media (max-width: 767px) {
   .header .header-right .top-right p.tel {
      display: none;
   }
}
.header .header-right .top-right p.tel:before {
   font-family: 'iconfont' !important;
   font-size: 20px;

   float: left;

   margin-right: 4px;

   content: '\e61c';
}
.header .header-right .top-right p.tel a:hover {
   text-decoration: underline;
}
.header .top-erweima {
   line-height: 30px;

   position: relative;

   display: inline-block;

   vertical-align: middle;
}
@media (max-width: 1199px) {
   .header .top-erweima {
      line-height: 60px;
   }
}
.header .top-erweima:before {
   font-family: 'iconfont' !important;
   font-size: 20px;

   float: left;

   margin-right: 4px;

   content: '\e604';
}
.header .top-erweima:after {
   display: inline-block;

   margin: 0 10px;

   content: '|';
   vertical-align: middle;
}
.header .top-erweima .pic {
   position: absolute;
   z-index: 2;
   top: 100%;
   left: -50px;

   display: none;
}
.header .top-erweima .pic img {
   max-width: 120px;
}
.header .pc-search {
   position: relative;

   display: inline-block;

   vertical-align: middle;
}
@media (max-width: 767px) {
   .header .pc-search {
      margin: 0;
   }
}
.header .pc-search:after {
   display: inline-block;

   margin: 0 10px;

   content: '|';
   vertical-align: middle;
}
.header .pc-search .search-button {
   display: inline-block;
   overflow: hidden;

   cursor: pointer;
   vertical-align: middle;
}
.header .pc-search .search-button:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   width: 30px;

   content: '\e660';
   text-align: center;
}
@media (max-width: 1199px) {
   .header .pc-search .search-button:before {
      line-height: 60px;
   }
}
.header .pc-search form {
   position: relative;

   display: inline-block;
   overflow: hidden;

   width: 0;

   -webkit-transition: all .4s;
   transition: all .4s;
   vertical-align: middle;
}
@media (max-width: 767px) {
   .header .pc-search form {
      position: absolute;
      z-index: 2;
      top: 13px;
      right: 15px;
   }
}
.header .pc-search input {
   font-size: 12px;
   line-height: 30px;

   width: 100%;
   padding: 0 30px 0 0;

   border-bottom: 1px solid rgba(255, 255, 255, .5);
   outline: none;
   background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
   color: rgba(255, 255, 255, .5);
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
   color: rgba(255, 255, 255, .5);
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
   color: rgba(255, 255, 255, .5);
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
   color: rgba(255, 255, 255, .5);
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.header .pc-search .submit {
   font-size: 18px;
   line-height: 30px;

   position: absolute;
   top: 0;
   right: 0;

   width: 30px;
   padding: 0;

   text-align: center;

   color: #fff;
   outline: none;
   background: none;
   box-shadow: none;
}
.header .pc-search .submit:before {
   font-family: 'iconfont' !important;

   content: '\e660';
}
.header .pc-search.searchactive form {
   width: 180px;
}
@media (max-width: 767px) {
   .header .pc-search.searchactive form {
      width: 100px;
   }
}
.header .pc-search.searchactive .search-button {
   width: 0;
}
.header .nav-collapse {
   position: relative;

   display: none;
   float: right;

   width: 20px;
   height: 40px;
   padding: 0;

   cursor: pointer;

   background: none;
}
.language {
   display: inline-block;
   vertical-align: middle;
   margin-right: 20px;
}
.language a {
   width: 30px;
   height: 26px;
   line-height: 26px;
   border: 1px solid #ffffff;
   text-align: center;
   display: inline-block;
}
@media (max-width: 1199px) {
   .header .nav-collapse {
      display: block;

      margin-top: 10px;
   }
   .header .nav-collapse.nav-collapse-1 {
      position: absolute;
      z-index: 9999;
      top: 5px;
      right: 20px;

      display: block;

      margin-top: 8px;

      border: none;
   }
   .header .nav-collapse.nav-collapse-1 .btn-line {
      background-color: #666 !important;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   .header .nav-collapse.nav-collapse-xs:hover .btn-line {
      background-color: #000;
   }
}
.header .nav-collapse .btn-line {
   position: absolute;
   left: 50%;

   width: 20px;
   height: 2px;

   -webkit-transition: all .5s ease;
   transition: all .5s ease;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);

   background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
   position: absolute;

   display: block;

   width: 20px;
   height: 2px;

   content: '';
   -webkit-transition: all .5s ease;
   transition: all .5s ease;

   background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(1) {
   top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
   top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
   top: 65%;
}
.header .nav-collapse.active {
   border-color: transparent;
}
.header .nav-collapse.active .btn-line {
   background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
   -webkit-transform: translateX(-50px);
   -ms-transform: translateX(-50px);
   transform: translateX(-50px);

   opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
   top: 50%;
   left: 50%;

   -webkit-transform: translateX(-50%) rotateZ(45deg);
   -ms-transform: translateX(-50%) rotate(45deg);
   transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
   top: 50%;
   left: 50%;

   -webkit-transform: translateX(-50%) rotateZ(-45deg);
   -ms-transform: translateX(-50%) rotate(-45deg);
   transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
   .header .nav {
      display: block;

      -webkit-transition: all .4s;
      transition: all .4s;
   }
   .header .nav .logo {
      display: none;
   }
}
@media (max-width: 1199px) {
   .header .nav {
      position: fixed;
      z-index: 9998;
      top: 0;
      left: 0;

      display: none;

      width: 100%;
      height: 100%;
      padding: 0 15px;

      -webkit-transition: left .3s;
      transition: left .3s;
      text-align: left;
      text-align: center;

      color: #666;
      background: #fff;
   }
   .header .nav .logo {
      display: block;
      float: left;

      margin-top: 10px;
   }
   .header .nav .tbl {
      display: table;

      width: 100%;
      height: 90%;
      padding-top: 30%;
   }
   .header .nav .tbl-cell {
      display: table-cell;

      height: 100%;

      vertical-align: top;
   }
}
@media (min-width: 1200px) {
   .header .nav .nav-list1 {
      text-align: center;
   }
   .header .nav .nav-list1>li {
      position: relative;

      display: inline-block;

      padding: 0 15px;

      vertical-align: top;
   }
   .header .nav .nav-list1>li>a {
      font-size: 18px;
      line-height: 70px;

      position: relative;

      display: inline-block;

      -webkit-transition: all .4s;
      transition: all .4s;
      vertical-align: middle;

      color: #fff;
   }
   .header .nav .nav-list1>li>a:after {
      position: absolute;
      bottom: 0;
      left: 50%;

      display: block;

      width: 0;
      height: 4px;

      content: '';
      -webkit-transition: all .2s;
      transition: all .2s;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);

      background-color: #004ea5;
   }
   .header .nav .nav-list1>li:hover>a:after,
   .header .nav .nav-list1>li.active>a:after {
      width: 100%;
   }
   .header .nav .nav-list1 .nav-list2 {
      position: absolute;
      z-index: 50;
      top: 100%;
      left: 0;

      display: none;

      padding: 20px 0;

      text-align: left;
      white-space: nowrap;

      color: #fff;
      background-color: #f3f8ff;
      box-shadow: 0 0 10px rgba(0, 0, 0, .1);
   }
   .header .nav .nav-list1 .nav-list2>li a {
      font-size: 16px;
      line-height: 30px;

      display: block;

      padding: 6px 30px;

      color: #777;
   }
   .header .nav .nav-list1 .nav-list2>li:hover a {
      color: #2751a8;
   }
}
@media (min-width: 1200px) and (max-width: 1470px) {
   .header .nav .nav-list1>li {
      padding: 0 14px;
   }
}
@media (min-width: 1200px) and (max-width: 1350px) {
   .header .nav .nav-list1>li {
      padding: 0 12px;
   }
}
@media (max-width: 1199px) {
   .header .nav .nav-list1 {
      overflow-y: auto;

      height: 100%;

      text-align: left;
   }
   .header .nav .nav-list1>li {
      position: relative;
   }
   .header .nav .nav-list1>li>a {
      font-size: 16px;
      line-height: 30px;

      display: block;

      padding: 4px 0;
   }
   .header .nav .nav-list1 .open-nav {
      font-size: 20px;
      line-height: 30px;

      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
   }
   .header .nav .nav-list1 .open-nav:after {
      font-family: 'iconfont' !important;

      content: '\e629';
   }
   .header .nav .nav-list1 .current .open-nav:after {
      font-family: 'iconfont' !important;

      content: '\e628';
   }
   .header .nav .nav-list1 .nav-list2 {
      display: none;
   }
   .header .nav .nav-list1 .nav-list2>li {
      display: inline-block;

      margin-right: 10px;

      vertical-align: top;
   }
   .header .nav .nav-list1 .nav-list2>li>a {
      font-size: 14px;
      line-height: 30px;

      display: block;

      color: #666;
   }
   .header .nav .nav-list1 .nav-list2>li>a:before {
      margin-right: 4px;

      content: '-';
   }
   .header .nav .nav-list1 .nav-list2 .nav-list3>li {
      display: inline-block;

      vertical-align: top;
   }
   .header .nav .nav-list1 .nav-list2 .nav-list3>li a {
      line-height: 24px;

      padding: 0 4px;

      color: #999;
   }
   .header .nav .nav-list1 .nav-list2 .nav-list3>li a:before {
      font-weight: bold;

      content: '·';
   }
}
@media (max-width: 1199px) and (max-width: 1199px) {
   .header .nav .nav-list1 img,
   .header .nav .nav-list1 .nicon {
      display: none;
   }
   .header .nav .nav-list1 p {
      display: inline-block;
   }
   .header .nav .nav-list1 .nav-list ul {
      margin: 0 -15px;
   }
   .header .nav .nav-list1 .nav-list li {
      display: inline-block;

      width: auto;

      vertical-align: top;
   }
   .header .nav .nav-list1 .nav-list li a {
      font-size: 15px;
      line-height: 30px;

      padding: 0 10px;

      color: #666;
   }
   .header .nav .nav-list1 .nav-list li a:before {
      margin-right: 4px;

      content: '-';
   }
   .header .nav .nav-list1 .nav-sort ul {
      margin: 0 -15px;
   }
   .header .nav .nav-list1 .nav-sort li {
      display: inline-block;

      width: auto;

      vertical-align: top;
   }
   .header .nav .nav-list1 .nav-sort li a {
      font-size: 15px;
      line-height: 30px;

      padding: 0 10px;

      color: #666;
   }
   .header .nav .nav-list1 .nav-sort li a:before {
      margin-right: 4px;

      content: '-';
   }
   .header .nav .nav-list1 .nav-product {
      display: none;
   }
}
.header .back-btn {
   position: absolute;
   left: 15px;
}
.header.fixed-header {
   background-color: #2751a8;
}
.header.fixed-header .nav-collapse .btn-line {
   background-color: #fff;
}
.header.fixed-header .nav-collapse .btn-line .nav-collapse .btn-line:nth-child(3),
.header.fixed-header .nav-collapse .btn-line .nav-collapse .btn-line:nth-child(1) {
   background-color: #fff;
}
@media (min-width: 1200px) {
   .header.fixed-header .nav .nav-list1>li>a {
      color: #fff;
   }
}
.header.fixed-header .pc-search input {
   border-bottom: 1px solid #dcdcdc;
}
.header.fixed-header .pc-search input::-webkit-input-placeholder,
.header.fixed-header .pc-search textarea::-webkit-input-placeholder {
   color: #999;
}
.header.fixed-header .pc-search input:-o-placeholder,
.header.fixed-header .pc-search textarea:-o-placeholder {
   color: #999;
}
.header.fixed-header .pc-search input::-moz-placeholder,
.header.fixed-header .pc-search textarea::-moz-placeholder {
   color: #999;
}
.header.fixed-header .pc-search input:-ms-input-placeholder,
.header.fixed-header .pc-search textarea:-ms-input-placeholder {
   color: #999;
}
.header.fixed-header .pc-search input:focus::-webkit-input-placeholder,
.header.fixed-header .pc-search textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.header.fixed-header .pc-search input:focus::-o-placeholder,
.header.fixed-header .pc-search textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.header.fixed-header .pc-search input:focus::-moz-placeholder,
.header.fixed-header .pc-search textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.header.fixed-header .pc-search input:focus::-ms-input-placeholder,
.header.fixed-header .pc-search textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.header.fixed-header .pc-search .submit {
   color: #fff;
}
.itemvideo .ibox video {
   position: absolute;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;

   background-color: #000;
}
.online-wrap .btn {
   line-height: 36px;

   position: fixed;
   z-index: 9;
   right: 0;
   bottom: 55px;

   width: 40px;
   height: 40px;
   padding: 0;

   -webkit-transform-origin: center center;
   -ms-transform-origin: center center;
   transform-origin: center center;
   text-align: center;

   border-radius: 0;
   background-color: rgba(0, 0, 0, .7);
}
@media (min-width: 992px) {
   .online-wrap .btn {
      display: none;
   }
}
.online-wrap .btn:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   display: inline-block;

   content: '\e6d2';
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;

   color: #fff;
}
.online-wrap .btn.active:before {
   -webkit-transform: rotateZ(225deg);
   -ms-transform: rotate(225deg);
   transform: rotateZ(225deg);
}
.online-wrap .code-pic {
   position: fixed;
   z-index: 101;
   right: 45px;
   bottom: 180px;

   display: none;

   max-width: 120px;
}
.online-wrap .code-pic .pic-box {
   padding: 5px;

   background-color: #fff;
}
.online-wrap .code-pic img {
   display: block;

   max-width: 100%;
}
.online-wrap .online {
   position: fixed;
   z-index: 8;
   top: 30%;
   right: 0;

   width: 220px;
   transform: translateX(170px);
   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;
}
@media (max-width: 991px) {
   .online-wrap .online {
      top: auto;
      right: -60px;
      bottom: 100px;

      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
   }
   .online-wrap .online.active {
      right: 0;
   }
}
.online-wrap .online.onlineactive {
   right: -170px;
}
/* .online-wrap .online.onlineactive .code .mask {
   display: none;
} */
.online-wrap .online .code .mask {
   display: none;
}
.online-wrap .online:hover .code .mask {
   display: block;
}
.online-wrap .online.onlineactive .icon-close:before {
   font-family: 'iconfont' !important;

   content: '\e651';
}
.online-wrap .online a {
   line-height: 48px;

   position: relative;

   display: block;

   margin: 2px auto;
   padding: 0 10px 0 0;

   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: left;
   white-space: nowrap;

   color: #fff;
   border-radius: 4px;
   background-color: #2751a8;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-wrap .online a:before {
   font-size: 20px;
   line-height: 50px;

   display: inline-block;

   width: 50px;
   height: 50px;

   text-align: center;
}
@media (min-width: 992px) {
   .online-wrap .online a:hover {
      text-decoration: none;

      background-color: #063da3;
   }
   .online-wrap .online a:hover:before {
      color: #fff;
   }
}
@media (max-width: 767px) {
   .online-wrap .online a {
      line-height: 40px;

      width: 40px;
      height: 40px;
   }
   .online-wrap .online a:before {
      font-size: 20px;
   }
}
.online-wrap .online .code:before {
   font-size: 24px;
}
@media (max-width: 767px) {
   .online-wrap .online .code:before {
      font-size: 22px;
   }
}
.online-wrap .online .code .mask {
   width: 150px;
   height: 150px;
   padding: 0 10px 10px 14px;
}
.online-wrap .online .code .mask .mask-box {
   background-color: #fff;
}
.online-wrap .online .code .mask img {
   display: block;

   width: 100%;
}
.online-wrap .online .code .mask p {
   font-size: 13px;
   line-height: 16px;

   margin: 5px 0 8px 0;

   color: #888;
}
.online-wrap .online .sale {
   width: 158px;
   margin-bottom: 30px;
}
@media (max-width: 991px) {
   .online-wrap .online .sale {
      width: 50px;
   }
}
.online-wrap .online .sale a {
   width: 158px;
   height: 162px;

   background: none;
}
@media (max-width: 991px) {
   .online-wrap .online .sale a {
      width: 50px;
      height: 50px;
   }
}
.online-wrap .online .sale img {
   max-width: 100%;
}
.online-wrap .online:hover {
   /* width: 220px; */
   transform: translateX(0);
}
.online-wrap .icon-qq:before {
   font-family: 'iconfont' !important;
   content: '\e609';
}
.online-wrap .icon-weixin:before {
   font-family: 'iconfont' !important;

   content: '\e604';
}
.online-wrap .icon-message:before {
   font-family: 'iconfont' !important;
   font-size: 24px !important;

   content: '\e72e';
}
.online-wrap .icon-skype:before {
   font-family: 'iconfont' !important;

   content: '\e616';
}
.online-wrap .icon-whatsapp:before {
   font-family: 'iconfont' !important;

   content: '\e751';
}
.online-wrap .icon-phone:before {
   font-family: 'iconfont' !important;

   content: '\e61c';
}
.online-wrap .icon-arrow-top:before {
   font-family: 'iconfont' !important;
   font-size: 24px !important;

   content: '\e605';
}
.online-wrap .icon-close:before {
   font-family: 'iconfont' !important;

   content: '\e64e';
}
.xs-online {
   position: fixed;
   z-index: 9;
   right: 0;
   bottom: 0;

   display: none;

   width: 100%;

   background-color: rgba(51, 51, 51, .9);
   box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
   .xs-online {
      display: block;
   }
}
.xs-online ul {
   overflow: hidden;

   margin: 0;
   padding: 0;

   text-align: center;

   color: #fff;
}
.xs-online ul li {
   float: left;

   width: 20%;

   list-style: none;

   border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
   font-size: 10px;

   display: block;

   padding: 8px 0;

   text-transform: uppercase;

   color: #fff;
}
@media (max-width: 320px) {
   .xs-online ul li>a {
      font-size: 8px;
   }
}
.xs-online ul li>a:before {
   font-family: 'iconfont' !important;
   font-size: 16px;
   font-style: normal;

   display: block;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
   border-left: none;
}
.xs-online ul li.tel>a:before {
   content: '\e601';
}
.xs-online ul li.mail>a:before {
   font-weight: normal;

   content: '\e649';
}
.xs-online ul li.message>a:before {
   font-weight: normal;

   content: '\e826';
}
.xs-online ul li.home>a:before {
   font-weight: normal;

   content: '\e6c8';
}
.xs-online ul li.map>a:before {
   font-weight: normal;

   content: '\e63e';
}
.xs-online ul li.product>a:before {
   font-weight: normal;

   content: '\e7e9';
}
.xs-online ul li.top>a:before {
   font-weight: normal;

   content: '\e622';
}
.xs-online ul li.whatsapp>a:before {
   font-weight: normal;

   content: '\e64e';
}
.xs-online ul li.wechat>a:before {
   font-weight: normal;

   content: '\e604';
}
.xs-online ul li.wechat img {
   position: absolute;
   top: -90px;
   left: 50%;

   display: none;

   width: 90px;

   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}
.xs-online ul li.wechat:hover img {
   display: block;
}
.banner {
   font-size: 0;

   position: relative;

   clear: both;
   overflow: hidden;

   width: 100%;
}
@media (max-width: 991px) {
   .banner .slick-banner {
      width: 140%;
      max-width: 140%;
      margin-left: -20%;
   }
}
.banner .slick-dots {
   font-size: 0;

   position: absolute;
   z-index: 2;
   bottom: 20px;

   width: 100%;
   height: 10px;
}
.banner .slick-dots>li {
   position: relative;

   display: inline-block;

   width: 10px;
   height: 10px;

   vertical-align: top;

   opacity: .6;
   border-radius: 50%;
}
.banner .slick-dots .slick-active {
   opacity: 1;
   background-color: #2751a8;
}
.banner .slick-dots button {
   display: none;
}
.banner .slick-arrow {
   display: none !important;
}
.banner .item {
   position: relative;

   display: block;
   overflow: hidden;
}
.banner .item img {
   display: block;

   width: 100%;
}
.banner .text {
   position: absolute;
   z-index: 2;
   top: 55%;

   width: 100%;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   color: #fff;
}
.banner .text-1 {
   padding: 0;
   margin: 0 auto;
   text-align: center;
   color: #063da3;
}
@media (max-width: 1199px) {
   .banner .text-1 {
      padding: 0 20%;
   }
}
.banner .text-1 h2 {
   color: #fff;
   font-size: 36px;
   font-weight: bold;
   line-height: 1.5;
   margin: 0 auto;
}
@media (max-width: 1470px) {
   .banner .text-1 h2 {
      font-size: 30px;
   }
}
@media (max-width: 1199px) {
   .banner .text-1 h2 {
      font-size: 26px;
   }
}
@media (max-width: 991px) {
   .banner .text-1 h2 {
      font-size: 22px;
   }
}
@media (max-width: 767px) {
   .banner .text-1 h2 {
      font-size: 24px;
   }
}
.banner .text-1 h2:after {
   display: block;

   width: 460px;
   height: 3px;
   margin: 14px auto 0 auto;

   content: '';

   border-radius: 10px;
   background-color: #fff;
}
@media (max-width: 767px) {
   .banner .text-1 h2:after {
      width: 340px;
      height: 3px;
      margin-top: 6px;
      background: #fff;
   }
}
.banner .text-1 h3 {
   font-size: 28px;
   font-weight: normal;
   line-height: 1.5;
   color: #fff;
   max-width: 900px;
   margin: 0 auto;
}
@media (max-width: 1470px) {
   .banner .text-1 h3 {
      font-size: 26px;
   }
}
@media (max-width: 1199px) {
   .banner .text-1 h3 {
      font-size: 24px;

      margin-top: 14px;
   }
}
@media (max-width: 991px) {
   .banner .text-1 h3 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .banner .text-1 h3 {
      font-size: 15px;
   }
}
.banner .text-2,
.banner .text-3 {
   top: 50%;

   padding: 0 5% 0 15.5%;
}
@media (max-width: 1199px) {
   .banner .text-2,
   .banner .text-3 {
      top: 55%;

      padding: 0 20%;
   }
}
.banner .text-2 h2,
.banner .text-3 h2 {
   font-size: 40px;
   font-weight: bold;
   line-height: 1.5;

   margin: 0;
}
@media (max-width: 1470px) {
   .banner .text-2 h2,
   .banner .text-3 h2 {
      font-size: 36px;
   }
}
@media (max-width: 1199px) {
   .banner .text-2 h2,
   .banner .text-3 h2 {
      font-size: 24px;
   }
}
@media (max-width: 991px) {
   .banner .text-2 h2,
   .banner .text-3 h2 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .banner .text-2 h2,
   .banner .text-3 h2 {
      font-size: 15px;
   }
}
.banner .text-2 h3,
.banner .text-3 h3 {
   font-size: 24px;
   line-height: 1.5;

   max-width: 800px;
   margin: 10px 0 0 0;
}
@media (max-width: 1470px) {
   .banner .text-2 h3,
   .banner .text-3 h3 {
      font-size: 20px;
   }
}
@media (max-width: 1199px) {
   .banner .text-2 h3,
   .banner .text-3 h3 {
      font-size: 18px;
   }
}
@media (max-width: 991px) {
   .banner .text-2 h3,
   .banner .text-3 h3 {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .banner .text-2 h3,
   .banner .text-3 h3 {
      font-size: 14px;
   }
}
.banner .text-3 {
   top: 50%;
}
@media (max-width: 1199px) {
   .banner .text-3 {
      top: 55%;
   }
}
.banner .slick-current .item img {
   -webkit-animation: bzoom 4s 0s ease both;
   animation: bzoom 4s 0s ease both;
}
.banner .slick-current .item .text-1 h3 {
   -webkit-animation: fadeInUp 1.5s 0s ease both;
   animation: fadeInUp 1.5s 0s ease both;
}
.banner .slick-current .item .text-1 h2 {
   -webkit-animation: fadeInDown 1.5s 0s ease both;
   animation: fadeInDown 1.5s 0s ease both;
}
.banner .slick-current .item .text-2 h3,
.banner .slick-current .item .text-3 h3 {
   -webkit-animation: fadeInUp 1.5s 0s ease both;
   animation: fadeInUp 1.5s 0s ease both;
}
.banner .slick-current .item .text-2 h2,
.banner .slick-current .item .text-3 h2 {
   -webkit-animation: fadeInDown 1.5s 0s ease both;
   animation: fadeInDown 1.5s 0s ease both;
}
.banner:hover .slick-arrow {
   display: block !important;
}
@media (max-width: 991px) {
   .banner-in .slick-banner {
      width: 140%;
      max-width: 140%;
      margin-left: -20%;
   }
}
@media (max-width: 767px) {
   .banner-in .slick-banner {
      width: 200%;
      max-width: 200%;
      margin-left: -50%;
   }
}
.banner-in .text-inner {
   position: absolute;
   top: -webkit-calc(50% + 50px);
   top: calc(50% + 50px);

   width: 100%;
   padding: 0 3%;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   color: #fff;
}
@media (max-width: 1199px) {
   .banner-in .text-inner {
      top: -webkit-calc(50% + 30px);
      top: calc(50% + 30px);
   }
}
.banner-in .text-inner h2 {
   font-size: 36px;
   font-weight: bold;
   line-height: 1.5;

   margin: 0;
}
@media (max-width: 1470px) {
   .banner-in .text-inner h2 {
      font-size: 30px;
   }
}
@media (max-width: 1199px) {
   .banner-in .text-inner h2 {
      font-size: 24px;
   }
}
@media (max-width: 991px) {
   .banner-in .text-inner h2 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .banner-in .text-inner h2 {
      font-size: 18px;
   }
}
.banner-in .text-inner h2:after {
   display: block;

   width: 75px;
   height: 7px;
   margin-top: 14px;

   content: '';

   border-radius: 10px;
   background-color: #fff;
}
@media (max-width: 767px) {
   .banner-in .text-inner h2:after {
      width: 40px;
      height: 3px;
      margin-top: 6px;
   }
}
@-webkit-keyframes bzoom {
   0% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);

      opacity: 1;
   }
   100% {
      -webkit-transform: scale(1);
      transform: scale(1);

      opacity: 1;
   }
}
@keyframes bzoom {
   0% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);

      opacity: 1;
   }
   100% {
      -webkit-transform: scale(1);
      transform: scale(1);

      opacity: 1;
   }
}
.bzoom {
   -webkit-animation-name: bzoom;
   animation-name: bzoom;
}
@-webkit-keyframes bwidth {
   0% {
      width: 0;

      opacity: 1;

      -webkit-width: 0;
      -ms-width: 0;
   }
   100% {
      width: 100%;

      opacity: 1;

      -webkit-width: 100%;
   }
}
@keyframes bwidth {
   0% {
      width: 0;

      opacity: 1;

      -webkit-width: 0;
      -ms-width: 0;
   }
   100% {
      width: 100%;

      opacity: 1;

      -webkit-width: 100%;
   }
}
.bwidth {
   -webkit-animation-name: bwidth;
   animation-name: bwidth;
}
.home {
   overflow: hidden;

   padding: 40px 3%;
}
@media (max-width: 991px) {
   .home {
      padding: 30px 15px;
   }
}
.title h2 {
   font-size: 30px;
   line-height: 30px;

   margin: 0;
}
@media (max-width: 991px) {
   .title h2 {
      font-size: 20px;
   }
}
.title h3 {
   font-family: 'Staatliches';
   font-size: 30px;
   font-weight: 500;
   line-height: 1.5;

   margin: 0;

   text-transform: uppercase;
}
.home-query {
   font-size: 0;

   position: relative;
   z-index: 2;

   padding: 46px 3% 46px -webkit-calc(3% + 190px);
   padding: 46px 3% 46px calc(3% + 190px);

   color: #fff;
   background-color: #2751a8;
}
@media (max-width: 1350px) {
   .home-query {
      padding: 46px 3% 46px -webkit-calc(3% + 160px);
      padding: 46px 3% 46px calc(3% + 160px);
   }
}
@media (max-width: 1199px) {
   .home-query {
      padding: 30px 15px 30px 135px;
   }
}
@media (max-width: 767px) {
   .home-query {
      padding: 20px 15px;
   }
}
.home-query .query,
.home-query .hotline {
   font-size: 14px;

   display: inline-block;

   vertical-align: middle;
}
@media (max-width: 767px) {
   .home-query .query,
   .home-query .hotline {
      display: block;
   }
}
.home-query .title-query {
   position: absolute;
   top: -60px;
   left: 3%;

   width: 190px;
   padding: 20px;

   text-align: center;

   color: #2a6eb9;
   border-radius: 10px;
   background-color: #fff;
}
@media (max-width: 1350px) {
   .home-query .title-query {
      top: -40px;

      width: 160px;
      padding: 20px 10px;
   }
}
@media (max-width: 1199px) {
   .home-query .title-query {
      width: 120px;
      padding: 10px;
   }
}
@media (max-width: 767px) {
   .home-query .title-query {
      position: relative;
      top: -30px;
      left: 0;

      width: 180px;
      padding: 4px 10px;
   }
}
.home-query .title-query:before {
   font-family: 'iconfont' !important;
   font-size: 80px;
   line-height: 80px;

   content: '\e665';
}
@media (max-width: 1350px) {
   .home-query .title-query:before {
      font-size: 60px;
      line-height: 60px;
   }
}
@media (max-width: 1199px) {
   .home-query .title-query:before {
      font-size: 40px;
      line-height: 40px;
   }
}
@media (max-width: 767px) {
   .home-query .title-query:before {
      float: left;

      margin-top: 4px;
   }
}
.home-query .title-query h2 {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;

   margin: 14px 0 0 0;
}
@media (max-width: 1350px) {
   .home-query .title-query h2 {
      font-size: 20px;
   }
}
@media (max-width: 1199px) {
   .home-query .title-query h2 {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .home-query .title-query h2 {
      margin: 0;
   }
}
.home-query .title-query h3 {
   font-family: 'Staatliches';
   font-size: 18px;
   line-height: 24px;

   margin: 0;
}
@media (max-width: 1350px) {
   .home-query .title-query h3 {
      font-size: 16px;
   }
}
@media (max-width: 1199px) {
   .home-query .title-query h3 {
      font-size: 14px;
   }
}
.home-query .query {
   position: relative;

   overflow: hidden;

   width: 80%;
   padding: 0 40px;
   padding-right: 140px;
}
@media (max-width: 1199px) {
   .home-query .query {
      padding-right: 50px;
   }
}
@media (max-width: 767px) {
   .home-query .query {
      width: 100%;
      margin-top: -10px;
      padding: 0;
   }
}
.home-query .query ul {
   overflow: hidden;

   margin: 0 -16px;
}
@media (max-width: 1199px) {
   .home-query .query ul {
      margin: 0 -8px;
   }
}
.home-query .query ul li {
   position: relative;

   float: left;

   width: 50%;
   padding: 0 16px;
}
@media (max-width: 1199px) {
   .home-query .query ul li {
      padding: 0 8px;
   }
}
@media (max-width: 767px) {
   .home-query .query ul li {
      width: 100%;
      margin-bottom: 10px;
   }
}
.home-query .query ul li:nth-child(3) {
   position: absolute;
   top: 0;
   right: 40px;

   width: 80px;
}
@media (max-width: 1199px) {
   .home-query .query ul li:nth-child(3) {
      right: 8px;
   }
}
@media (max-width: 767px) {
   .home-query .query ul li:nth-child(3) {
      top: auto;
      right: -30px;
      bottom: 0;
   }
}
.home-query .query ul li .item:before {
   font-family: 'iconfont' !important;
   font-size: 20px;
   line-height: 60px;

   position: absolute;
   top: 0;
   left: 34px;

   content: '\e66a';
}
@media (max-width: 991px) {
   .home-query .query ul li .item:before {
      font-size: 18px;

      left: 26px;
   }
}
@media (max-width: 767px) {
   .home-query .query ul li .item:before {
      line-height: 40px;

      left: 16px;
   }
}
.home-query .query ul li:nth-child(2) {
   padding-right: 60px;
}
.home-query .query ul li:nth-child(2) .item:before {
   font-size: 24px;

   content: '\e668';
}
@media (max-width: 991px) {
   .home-query .query ul li:nth-child(2) .item:before {
      font-size: 22px;
   }
}
.home-query .query input {
   font-size: 18px;
   line-height: 30px;

   width: 100%;
   padding: 15px 10px 15px 56px;

   border-radius: 8px;
   background-color: #143d92;
}
@media (max-width: 991px) {
   .home-query .query input {
      font-size: 14px;

      padding-left: 40px;
   }
}
@media (max-width: 767px) {
   .home-query .query input {
      font-size: 14px;

      padding: 5px 10px 5px 40px;

      border-radius: 4px;
   }
}
.home-query .query input::-webkit-input-placeholder,
.home-query .query textarea::-webkit-input-placeholder {
   color: #fff;
}
.home-query .query input:-o-placeholder,
.home-query .query textarea:-o-placeholder {
   color: #fff;
}
.home-query .query input::-moz-placeholder,
.home-query .query textarea::-moz-placeholder {
   color: #fff;
}
.home-query .query input:-ms-input-placeholder,
.home-query .query textarea:-ms-input-placeholder {
   color: #fff;
}
.home-query .query input:focus::-webkit-input-placeholder,
.home-query .query textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.home-query .query input:focus::-o-placeholder,
.home-query .query textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.home-query .query input:focus::-moz-placeholder,
.home-query .query textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.home-query .query input:focus::-ms-input-placeholder,
.home-query .query textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.home-query .query .submit {
   font-size: 30px;
   line-height: 60px;

   display: block;

   width: 80px;
   height: 60px;
   padding: 0;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;

   color: #fff;
   outline: none;
   border-radius: 8px;
   background-color: #1476d1;
}
@media (max-width: 1199px) {
   .home-query .query .submit {
      width: 60px;
   }
}
@media (max-width: 767px) {
   .home-query .query .submit {
      font-size: 20px;
      line-height: 40px;

      width: 40px;
      height: 40px;

      border-radius: 4px;
   }
}
.home-query .query .submit:before {
   font-family: 'iconfont' !important;

   content: '\e6dd';
}
.home-query .query .submit:hover {
   background-color: #2751a8;
}
.home-query .hotline {
   width: 20%;
}
@media (max-width: 767px) {
   .home-query .hotline {
      width: 100%;
   }
}
.home-query .hotline b {
   font-size: 16px;
   line-height: 30px;

   display: block;
}
@media (max-width: 767px) {
   .home-query .hotline b {
      font-size: 16px;
   }
}
.home-query .hotline p {
   font-size: 16px;
   line-height: 28px;

   display: -webkit-box;
   overflow: hidden;

   height: 28px;
   margin: 0;

   color: #a3b8e4;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
   .home-query .hotline p {
      font-size: 14px;
   }
}
.home-product {
   /*max-width: 1680px; margin: 0 auto;*/
}
.home-product .product-nav .slick-slide {
   padding: 0 10px;
}
.home-product .product-nav .item {
   display: block;

   text-align: center;
}
.home-product .product-nav .item:after {
   display: block;

   width: 0;
   height: 0;
   margin: 0 auto;
   margin-top: 20px;

   content: '';
   -webkit-transition: all .2s;
   transition: all .2s;

   opacity: 0;
   border-width: 11px 6px 0 6px;
   border-style: solid;
   border-color: #2751a8 transparent transparent transparent;
}
@media (max-width: 991px) {
   .home-product .product-nav .item:after {
      margin-top: 10px;
   }
}
.home-product .product-nav .item .picon {
   position: relative;

   overflow: hidden;

   width: 100px;
   height: 100px;
   margin: 0 auto;

   -webkit-transition: all .2s;
   transition: all .2s;

   border-radius: 10px;
   background-color: #fff;
}
@media (max-width: 1350px) {
   .home-product .product-nav .item .picon {
      width: 80px;
      height: 80px;
   }
}
@media (max-width: 991px) {
   .home-product .product-nav .item .picon {
      width: 60px;
      height: 60px;
   }
}
.home-product .product-nav .item .picon img {
   width: 100%;
}
.home-product .product-nav .item .picon .pnow {
   -webkit-transition: all .6s;
   transition: all .6s;
}
.home-product .product-nav .item .picon .phover {
   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;

   -webkit-transition: all .6s;
   transition: all .6s;
   -webkit-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
}
.home-product .product-nav .item p {
   font-size: 18px;
   line-height: 30px;

   margin: 10px 0 0 0;

   color: #1777e2;
}
@media (max-width: 1199px) {
   .home-product .product-nav .item p {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .home-product .product-nav .item p {
      font-size: 14px;
      line-height: 24px;
   }
}
.home-product .product-nav .slick-current .item:after {
   opacity: 1;
}
.home-product .product-nav .slick-current .item .picon {
   background-color: #2751a8;
}
.home-product .product-nav .slick-current .item .picon .pnow {
   -webkit-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
   transform: translateY(-100%);
}
.home-product .product-nav .slick-current .item .picon .phover {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}
.home-product .product-nav .slick-current .item p {
   font-weight: bold;

   color: #2751a8;
}
.home-product .product-nav .slick-arrow {
   left: -2%;

   color: #a6a6a6;
   background: none;
}
.home-product .product-nav .slick-arrow.slick-next {
   right: -2%;
   left: auto;
}
.home-product .product-nav .slick-arrow:hover {
   color: #2751a8;
}
.home-product .product-for {
   margin-top: 30px;
}
.home-product .product-for .item {
   display: table;

   width: 100%;
}
@media (max-width: 767px) {
   .home-product .product-for .item {
      display: block;
   }
}
.home-product .product-for .item .pic,
.home-product .product-for .item .text {
   display: table-cell;

   vertical-align: top;
}
@media (max-width: 767px) {
   .home-product .product-for .item .pic,
   .home-product .product-for .item .text {
      display: block;
   }
}
.home-product .product-for .item .pic {
   overflow: hidden;

   width: 48%;

   border-radius: 10px;
}
@media (max-width: 767px) {
   .home-product .product-for .item .pic {
      width: 100%;
   }
}
.home-product .product-for .item .pic img {
   width: 100%;
}
.home-product .product-for .item .text {
   width: 52%;
   padding-bottom: 70px;
   padding-left: 5%;
}
@media (max-width: 1350px) {
   .home-product .product-for .item .text {
      padding-bottom: 40px;
   }
}
@media (max-width: 767px) {
   .home-product .product-for .item .text {
      width: 100%;
      padding-left: 0;
   }
}
.home-product .product-for .item .text .title-product {
   margin-top: 40px;
}
@media (max-width: 1350px) {
   .home-product .product-for .item .text .title-product {
      margin-top: 10px;
   }
}
.home-product .product-for .item .text .title-product h2 {
   font-size: 30px;
   font-weight: bold;
   line-height: 1.4;

   margin: 0;
}
@media (max-width: 1350px) {
   .home-product .product-for .item .text .title-product h2 {
      font-size: 26px;
   }
}
@media (max-width: 991px) {
   .home-product .product-for .item .text .title-product h2 {
      font-size: 22px;
   }
}
@media (max-width: 767px) {
   .home-product .product-for .item .text .title-product h2 {
      font-size: 20px;
   }
}
.home-product .product-for .item .text .title-product h2:hover {
   color: #2751a8;
}
.home-product .product-for .item .text .note {
   margin-top: 20px;
}
@media (max-width: 991px) {
   .home-product .product-for .item .text .note {
      margin-top: 10px;
   }
}
.home-product .product-for .item .text .note p {
   font-size: 16px;
   line-height: 2;

   margin: 0;

   color: #777;
}
@media (max-width: 1350px) {
   .home-product .product-for .item .text .note p {
      font-size: 16px;
   }
}
@media (max-width: 991px) {
   .home-product .product-for .item .text .note p {
      font-size: 15px;
      line-height: 24px;
   }
}
@media (max-width: 767px) {
   .home-product .product-for .item .text .note p {
      font-size: 14px;
   }
}
.home-product .product-for .item .text a.more {
   font-size: 14px;
   line-height: 30px;

   position: absolute;
   bottom: 40px;

   text-align: right;

   color: #999;
}
@media (max-width: 1350px) {
   .home-product .product-for .item .text a.more {
      bottom: 10px;
   }
}
@media (max-width: 767px) {
   .home-product .product-for .item .text a.more {
      bottom: 0;
   }
}
.home-product .product-for .item .text a.more:before {
   font-family: 'iconfont' !important;
   font-size: 24px;

   float: left;

   margin-right: 4px;

   content: '\e62b';

   color: #1777e2;
}
.home-product .product-for .item .text a.more:hover {
   color: #2751a8;
}
.home-about {
   position: relative;
   z-index: 2;
}
.home-about .about {
   overflow: hidden;

   padding: 40px;

   border-radius: 10px;
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1350px) {
   .home-about .about {
      padding: 20px;
   }
}
@media (max-width: 767px) {
   .home-about .about {
      padding: 20px 10px;
   }
}
.home-about .about .row {
   font-size: 0;
}
.home-about .about .itembox {
   font-size: 14px;

   display: inline-block;
   float: none;

   vertical-align: middle;
}
.home-about .about-left {
   padding-right: 8%;
}
@media (max-width: 1360px) {
   .home-about .about-left {
      padding-right: 0;
   }
}
@media (max-width: 767px) {
   .home-about .about-left .title-about img {
      width: 200px;
   }
}
.home-about .about-left .title-about h2 {
   font-size: 24px;
   font-weight: bold;

   margin: 14px 0 0 0;
}
@media (max-width: 1360px) {
   .home-about .about-left .title-about h2 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .home-about .about-left .title-about h2 {
      font-size: 18px;
   }
}
.home-about .about-left .text {
   font-size: 16px;
   line-height: 2;

   margin-top: 30px;

   color: #777;
}
@media (max-width: 1360px) {
   .home-about .about-left .text {
      font-size: 16px;
      line-height: 1.875;
   }
}
@media (max-width: 991px) {
   .home-about .about-left .text {
      font-size: 14px;
      line-height: 24px;
   }
}
@media (max-width: 767px) {
   .home-about .about-left .text {
      margin-top: 20px;
   }
}
.home-about .about-left .text p {
   margin: 0;
}
.home-about .about-left .more {
   margin-top: 40px;
}
.home-about .about-left .more a {
   font-size: 14px;
   line-height: 30px;

   text-align: right;

   color: #999;
}
.home-about .about-left .more a:before {
   font-family: 'iconfont' !important;
   font-size: 24px;

   float: left;

   margin-right: 4px;

   content: '\e62b';

   color: #1777e2;
}
.home-about .about-left .more a:hover {
   color: #2751a8;
}
.home-about .about-left .number {
   margin-top: 50px;
}
@media (max-width: 1199px) {
   .home-about .about-left .number {
      margin-top: 30px;
   }
}
.home-about .about-left .number>ul {
   font-size: 0;
}
@media (min-width: 992px) {
   .home-about .about-left .number>ul {
      width: 100%;
      padding: 0;

      text-align: justify;
      text-justify: distribute-all-lines;
   }
   .home-about .about-left .number>ul:after {
      display: inline-block;
      overflow: hidden;

      width: 100%;
      height: 0;
      margin: 0;

      content: '';
   }
}
.home-about .about-left .number>ul>li {
   display: inline-block;

   max-width: 33.33333333%;
   padding: 0 6px;

   text-align: center;
   vertical-align: top;
}
@media (max-width: 991px) {
   .home-about .about-left .number>ul>li {
      font-size: 14px;
   }
}
.home-about .about-left .number .item b {
   font-family: 'DINCond';
   font-size: 72px;
   font-weight: normal;
   line-height: 1;

   display: block;

   color: #2751a8;
}
@media (max-width: 1360px) {
   .home-about .about-left .number .item b {
      font-size: 60px;
   }
}
@media (max-width: 1199px) {
   .home-about .about-left .number .item b {
      font-size: 50px;
   }
}
@media (max-width: 991px) {
   .home-about .about-left .number .item b {
      font-size: 40px;
   }
}
.home-about .about-left .number .item p {
   font-size: 18px;
   line-height: 24px;

   margin: 10px 0 0 0;

   color: #2751a8;
}
@media (max-width: 1199px) {
   .home-about .about-left .number .item p {
      font-size: 14px;
   }
}
.home-about .about-right {
   padding-left: 5%;
}
@media (max-width: 991px) {
   .home-about .about-right {
      padding-left: 0;
   }
}
@media (max-width: 767px) {
   .home-about .about-right {
      margin-top: 30px;
   }
}
.home-about .about-right img {
   overflow: hidden;

   width: 100%;

   border-radius: 10px;
}
.home-partners {
   margin-top: -300px;
   padding-top: 360px;

   background: url(../images/partner_bg.jpg) no-repeat center;
   background-size: cover;
}
@media (max-width: 991px) {
   .home-partners {
      padding-top: 300px;
   }
}
.home-partners .partners {
   margin-top: 40px;
   padding: 30px 18px;

   border-radius: 10px;
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
   .home-partners .partners {
      margin-top: 20px;
      padding: 20px 10px;
   }
}
.home-partners .partners .slick-slide {
   padding: 0 12px;
}
@media (max-width: 991px) {
   .home-partners .partners .slick-slide {
      padding: 0 6px;
   }
}
.home-partners .partners .item {
   overflow: hidden;

   border: 1px solid #ddd;
   border-radius: 10px;
}
.home-partners .partners .item .ibox {
   padding-bottom: 37.69230769%;
}
.home-news .slick-news {
   margin: 0 -12px;
   margin-top: 30px;
}
@media (max-width: 767px) {
   .home-news .slick-news {
      margin: 0 -6px;
      margin-top: 20px;
   }
}
.home-news .slick-news .slick-slide {
   padding: 0 12px;
}
@media (max-width: 767px) {
   .home-news .slick-news .slick-slide {
      padding: 0 6px;
   }
}
.home-news .item {
   overflow: hidden;

   border-radius: 10px;
   background-color: #f3f8ff;
}
.home-news .item .ibox {
   padding-bottom: 53.48837209%;
}
.home-news .item .ibox img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.home-news .item .note {
   padding: 30px 20px;
}
@media (max-width: 767px) {
   .home-news .item .note {
      padding: 20px 10px 30px;
   }
}
.home-news .item .note b {
   font-size: 20px;
   font-weight: normal;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
   .home-news .item .note b {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .home-news .item .note b {
      font-size: 16px;
   }
}
.home-news .item .note p {
   font-size: 16px;
   line-height: 24px;

   display: -webkit-box;
   overflow: hidden;

   height: 96px;
   margin: 10px 0 0 0;

   color: #999;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
   .home-news .item .note p {
      font-size: 14px;
   }
}
.home-news .item .link {
   font-size: 0;

   border-top: 1px solid #dee9fa;
}
.home-news .item .link span.date,
.home-news .item .link a.more {
   font-size: 16px;
   line-height: 80px;

   display: inline-block;

   width: 50%;
   padding: 0 20px;

   vertical-align: top;

   color: #666;
}
@media (max-width: 1199px) {
   .home-news .item .link span.date,
   .home-news .item .link a.more {
      line-height: 60px;
   }
}
@media (max-width: 767px) {
   .home-news .item .link span.date,
   .home-news .item .link a.more {
      line-height: 40px;
   }
}
.home-news .item .link span.date {
   border-right: 1px solid #dee9fa;
}
.home-news .item .link span.date:before {
   font-family: 'iconfont' !important;

   margin-right: 4px;

   content: '\e63a';
}
.home-news .item .link a.more {
   font-size: 14px;

   text-align: right;

   color: #999;
}
.home-news .item .link a.more:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   margin-right: 4px;

   content: '\e62b';

   color: #1777e2;
}
.home-news .item:hover .ibox img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.home-news .item:hover b {
   color: #2751a8;
}
.home-news .item:hover a.more {
   color: #2751a8;
}
.home-news .slick-arrow {
   left: -2%;
}
.home-news .slick-arrow.slick-next {
   right: -2%;
   left: auto;
}
.footer {
   font-size: 0;

   position: relative;

   overflow: hidden;

   color: rgba(255, 255, 255, .5);
   background-color: #404040;
}
.footer .foot {
   overflow: hidden;

   padding: 50px 3%;
}
@media (max-width: 767px) {
   .footer .foot {
      padding: 15px;
   }
}
.footer .foot>ul {
   font-size: 0;

   margin: 0 -15px;
}
@media (max-width: 1199px) {
   .footer .foot>ul {
      margin: 0 -10px;
   }
}
@media (min-width: 992px) {
   .footer .foot>ul {
      width: 100%;
      padding: 0;

      text-align: justify;
      text-justify: distribute-all-lines;
   }
   .footer .foot>ul:after {
      display: inline-block;
      overflow: hidden;

      width: 100%;
      height: 0;
      margin: 0;

      content: '';
   }
}
.footer .foot>ul>li {
   font-size: 14px;

   display: inline-block;

   padding: 0 15px;

   text-align: left;
   vertical-align: top;
}
@media (max-width: 767px) {
   .footer .foot>ul>li {
      width: 100%;
      margin: 4px 0;
   }
}
@media (max-width: 1199px) {
   .footer .foot>ul>li {
      padding: 0 10px;
   }
   .footer .foot>ul>li:nth-child(1) {
      display: none;
   }
}
.footer .foot .title-foot h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 30px;

   margin: 0;

   color: #fff;
}
@media (max-width: 767px) {
   .footer .foot .title-foot h3 {
      font-size: 16px;
   }
}
.footer .foot .text {
   margin-top: 10px;
}
@media (max-width: 1199px) {
   .footer .foot .item-contact {
      display: none;
   }
}
.footer .foot .item-contact p {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;

   position: relative;

   margin: 20px 0 0 0;

   color: #fff;
}
@media (max-width: 1360px) {
   .footer .foot .item-contact p {
      font-size: 20px;
   }
}
@media (max-width: 1199px) {
   .footer .foot .item-contact p {
      font-size: 18px;
   }
}
.footer .foot .item-contact p:before {
   font-family: 'iconfont' !important;
   font-size: 30px;
   font-weight: normal;

   display: inline-block;

   margin-right: 10px;

   content: '\e61c';
   vertical-align: middle;
}
.footer .foot .item-contact p.email:before {
   content: '\e685';
}
.footer .foot .item-contact img {
   max-width: 320px;
}
@media (max-width: 1350px) {
   .footer .foot .item-contact img {
      max-width: 200px;
   }
}
.footer .foot .item-contact a:hover {
   text-decoration: underline;
}
.footer .foot .item-nav a {
   font-size: 16px;
   line-height: 30px;

   display: block;

   vertical-align: top;
}
@media (max-width: 1360px) {
   .footer .foot .item-nav a {
      font-size: 14px;
   }
}
@media (max-width: 1199px) {
   .footer .foot .item-nav a {
      line-height: 24px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-nav a {
      display: inline-block;

      max-width: 100%;
      margin-right: 10px;

      vertical-align: top;
   }
}
.footer .foot .item-nav a:hover {
   color: #fff;
}
.footer .foot .item-erweima {
   text-align: center;
}
@media (max-width: 1199px) {
   .footer .foot .item-erweima {
      text-align: left;
   }
}
.footer .foot .item-erweima .erweima {
   display: inline-block;

   margin-left: 20px;

   text-align: center;
   vertical-align: top;
}
@media (max-width: 1199px) {
   .footer .foot .item-erweima .erweima {
      margin-right: 4px;
      margin-left: 0;
   }
}
.footer .foot .item-erweima .erweima img {
   max-width: 150px;
}
@media (max-width: 1360px) {
   .footer .foot .item-erweima .erweima img {
      max-width: 80px;
   }
}
.footer .foot .item-erweima .erweima p {
   font-size: 16px;
   line-height: 24px;

   margin: 10px 0 0 0;

   color: #fff;
}
@media (max-width: 767px) {
   .footer .foot .item-erweima .erweima p {
      font-size: 14px;
   }
}
.footer .copyright {
   padding: 25px 3%;

   color: rgba(255, 255, 255, .6);
   background-color: #222;
}
.footer .copyright p {
   font-size: 16px;
   line-height: 30px;

   margin: 0;
}
@media (max-width: 1199px) {
   .footer .copyright p {
      font-size: 14px;
      line-height: 24px;
   }
}
.footer .copyright p span {
   margin-left: 3%;
}
@media (max-width: 767px) {
   .footer .copyright p span {
      display: block;

      margin: 0;
   }
}
.footer .copyright p a {
   margin-left: 30px;
}
@media (max-width: 767px) {
   .footer .copyright p a {
      display: block;

      margin-left: 0;
   }
}
.footer .copyright p a:hover {
   text-decoration: underline;

   color: #fff;
}
.inner {
   overflow: hidden;

   padding: 40px 3%;
}
@media (max-width: 991px) {
   .inner {
      padding: 30px 15px;
   }
}
.inner-location {
   padding: 30px 5%;

   color: #fff;
   background-color: #2751a8;
}
@media (max-width: 1470px) {
   .inner-location {
      padding: 30px 2%;
   }
}
@media (max-width: 991px) {
   .inner-location {
      padding: 10px 15px;
   }
}
.inner-location .title-inner {
   display: inline-block;
}
.inner-location .title-inner h2 {
   font-size: 24px;
   line-height: 40px;

   margin: 0;
}
@media (max-width: 991px) {
   .inner-location .title-inner h2 {
      font-size: 20px;
      line-height: 30px;
   }
}
.inner-location .location {
   display: inline-block;
   float: right;
}
@media (max-width: 991px) {
   .inner-location .location {
      display: block;
      float: none;
   }
}
.inner-location .location:before {
   font-family: 'iconfont' !important;
   font-size: 20px;
   line-height: 40px;

   display: inline-block;

   content: '\e664';
   vertical-align: middle;
}
@media (max-width: 991px) {
   .inner-location .location:before {
      line-height: 24px;
   }
}
.inner-location .location span,
.inner-location .location ul {
   font-size: 16px;
   line-height: 40px;

   display: inline-block;

   vertical-align: top;
}
@media (max-width: 991px) {
   .inner-location .location span,
   .inner-location .location ul {
      font-size: 14px;
      line-height: 24px;
   }
}
.inner-location .location ul li {
   display: inline-block;

   vertical-align: top;
}
.inner-location .location ul li:after {
   margin: 0 4px;

   content: '>';
}
.inner-location .location ul li:last-child:after {
   display: none;
}
.inner-location .location ul li a {
   display: inline-block;
}
.inner-location .location ul li a:hover {
   text-decoration: underline;
}
.inner-left {
   float: left;

   width: -webkit-calc(100% - 330px);
   width: calc(100% - 330px);
   padding-right: 3%;
}
@media (max-width: 1470px) {
   .inner-left {
      width: -webkit-calc(100% - 300px);
      width: calc(100% - 300px);
   }
}
@media (max-width: 991px) {
   .inner-left {
      width: 100%;
      padding-right: 0;
   }
}
.inner-right {
   float: right;

   width: 330px;
}
@media (max-width: 1470px) {
   .inner-right {
      width: 300px;
   }
}
@media (max-width: 991px) {
   .inner-right {
      width: 100%;
   }
}
.inner-right .title-menu {
   padding-bottom: 10px;
}
@media (max-width: 991px) {
   .inner-right .title-menu {
      padding-bottom: 0;
   }
}
.inner-right .title-menu h2 {
   font-size: 24px;
   line-height: 30px;

   margin: 0;

   color: #2751a8;
}
@media (max-width: 991px) {
   .inner-right .title-menu h2 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .inner-right .title-menu h2 {
      font-size: 18px;
   }
}
.inner-right .menunav {
   padding: 20px;

   border: 1px solid #ddd;
}
@media (max-width: 991px) {
   .inner-right .menunav {
      padding: 10px;
   }
}
.inner-right .menunav .menulist>ul>li {
   margin-top: 8px;
}
@media (max-width: 991px) {
   .inner-right .menunav .menulist>ul>li {
      display: inline-block;

      vertical-align: top;
   }
}
.inner-right .menunav .menulist>ul>li>a {
   font-size: 15px;
   line-height: 24px;

   display: block;

   padding: 10px 14px;

   -webkit-transition: all .2s;
   transition: all .2s;

   background-color: #f5f5f5;
}
@media (max-width: 1470px) {
   .inner-right .menunav .menulist>ul>li>a {
      line-height: 26px;

      padding: 8px 10px;
   }
}
@media (max-width: 991px) {
   .inner-right .menunav .menulist>ul>li>a {
      font-size: 14px;

      padding: 4px 10px;
   }
}
.inner-right .menunav .menulist>ul>li.active>a,
.inner-right .menunav .menulist>ul>li:hover>a {
   color: #fff;
   background-color: #2751a8;
}
.inner-right .recommended {
   margin-top: 20px;
   padding: 20px;

   border: 1px solid #ddd;
}
@media (max-width: 991px) {
   .inner-right .recommended {
      display: none;

      padding: 10px;
   }
}
.inner-right .recommended .r-list .item {
   font-size: 0;

   margin-top: 20px;
}
.inner-right .recommended .r-list .item .pic,
.inner-right .recommended .r-list .item .text {
   font-size: 14px;

   display: inline-block;

   vertical-align: middle;
}
.inner-right .recommended .r-list .item .pic {
   width: 35%;
}
.inner-right .recommended .r-list .item .pic .ibox {
   overflow: hidden;

   padding-bottom: 74%;
}
.inner-right .recommended .r-list .item .pic .ibox img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.inner-right .recommended .r-list .item .text {
   width: 65%;
   padding-left: 14px;
}
.inner-right .recommended .r-list .item .text b {
   font-size: 16px;
   font-weight: normal;
   line-height: 24px;

   display: -webkit-box;
   overflow: hidden;

   height: 24px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
.inner-right .recommended .r-list .item .text span.date {
   font-size: 12px;

   display: block;

   margin-top: 10px;

   color: #999;
}
.inner-right .recommended .r-list .item:hover .pic .ibox img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.inner-right .recommended .r-list .item:hover .text b {
   color: #2751a8;
}
.inner-right .sidetel {
   margin-top: 20px;
   padding: 50px 20px;

   color: #fff;
   background: url(../images/sidetel_bg.jpg) no-repeat center;
   background-size: cover;
}
@media (max-width: 1470px) {
   .inner-right .sidetel {
      padding: 30px 20px;
   }
}
@media (max-width: 991px) {
   .inner-right .sidetel {
      display: none;
   }
}
.inner-right .sidetel b {
   font-size: 24px;

   display: block;
}
@media (max-width: 1470px) {
   .inner-right .sidetel b {
      font-size: 20px;
   }
}
.inner-right .sidetel p {
   font-size: 36px;
   font-weight: bold;
   line-height: 1.6;

   margin: 0;
}
@media (max-width: 1470px) {
   .inner-right .sidetel p {
      font-size: 26px;
   }
}
.inner-right .sidetel p a:hover {
   text-decoration: underline;
}
#about,
#culture,
#honor,
#contact,
#join,
#solution1,
#solution2,
#solution3,
#solution4,
#solution5,
#solution6,
#solution7,
#solution8 {
   position: relative;
   top: -100px;
}
@media (max-width: 1199px) {
   #about,
   #culture,
   #honor,
   #contact,
   #join,
   #solution1,
   #solution2,
   #solution3,
   #solution4,
   #solution5,
   #solution6,
   #solution7,
   #solution8 {
      top: -60px;
   }
}
.inner-about .about {
   font-size: 0;

   overflow: hidden;

   margin: 0 -10px;
   padding: 10px;
}
@media (max-width: 767px) {
   .inner-about .about {
      padding: 0 10px;
   }
}
.inner-about .about .about-left,
.inner-about .about .about-right {
   font-size: 14px;

   display: inline-block;

   width: 50%;

   vertical-align: top;
}
@media (max-width: 991px) {
   .inner-about .about .about-left,
   .inner-about .about .about-right {
      width: 100%;
   }
}
.inner-about .about .about-left {
   padding: 0 3%;
}
@media (max-width: 1350px) {
   .inner-about .about .about-left {
      padding-top: 60px;
   }
}
@media (max-width: 991px) {
   .inner-about .about .about-left {
      padding: 0;
   }
}
@media (max-width: 991px) {
   .inner-about .about .about-left .title-about img {
      width: 200px;
   }
}
.inner-about .about .about-left .title-about h2 {
   font-size: 24px;
   font-weight: bold;

   margin: 14px 0 0 0;
}
@media (max-width: 1360px) {
   .inner-about .about .about-left .title-about h2 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .inner-about .about .about-left .title-about h2 {
      font-size: 18px;
   }
}
.inner-about .about .about-left .text {
   font-size: 16px;
   line-height: 28px;

   margin-top: 30px;

   color: #777;
}
@media (max-width: 767px) {
   .inner-about .about .about-left .text {
      font-size: 14px;
      line-height: 24px;
   }
}
.inner-about .about .about-left .text p {
   margin: 0;
}

.inner-about .about-left .more {
   margin-top: 40px;
}
.inner-about .about-left .more a {
   font-size: 14px;
   line-height: 30px;

   text-align: right;

   color: #999;
}
.inner-about .about-left .more a:before {
   font-family: 'iconfont' !important;
   font-size: 24px;

   float: left;

   margin-right: 4px;

   content: '\e62b';

   color: #1777e2;
}
.inner-about .about-left .more a:hover {
   color: #2751a8;
}
.inner-about .about-right {
   padding: 7px;

   border-radius: 40px;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px) {
   .inner-about .about-right {
      margin-top: 30px;
   }
}
.inner-about .about-right img {
   width: 100%;

   border-radius: 40px;
}
.inner-number {
   background-color: #f3f8ff;
}
.inner-number .number {
   padding: 0 10%;
}
@media (max-width: 991px) {
   .inner-number .number {
      padding: 0;
   }
}
.inner-number .number>ul {
   font-size: 0;
}
@media (min-width: 768px) {
   .inner-number .number>ul {
      width: 100%;
      padding: 0;

      text-align: justify;
      text-justify: distribute-all-lines;
   }
   .inner-number .number>ul:after {
      display: inline-block;
      overflow: hidden;

      width: 100%;
      height: 0;
      margin: 0;

      content: '';
   }
}
.inner-number .number>ul>li {
   display: inline-block;

   max-width: 33.33333333%;
   padding: 0 6px;

   text-align: center;
   vertical-align: top;
}
@media (max-width: 767px) {
   .inner-number .number>ul>li {
      font-size: 14px;

      width: 50%;
      max-width: 50%;
   }
}
.inner-number .number .item {
   margin: 10px 0;
}
.inner-number .number .item b {
   font-family: 'DINCond';
   font-size: 72px;
   font-weight: normal;
   line-height: 1;

   display: block;

   color: #2751a8;
}
@media (max-width: 1360px) {
   .inner-number .number .item b {
      font-size: 60px;
   }
}
@media (max-width: 1199px) {
   .inner-number .number .item b {
      font-size: 50px;
   }
}
@media (max-width: 991px) {
   .inner-number .number .item b {
      font-size: 40px;
   }
}
.inner-number .number .item p {
   font-size: 18px;
   line-height: 24px;

   margin: 10px 0 0 0;

   color: #2751a8;
}
@media (max-width: 1199px) {
   .inner-number .number .item p {
      font-size: 14px;
   }
}
.inner-culture {
   padding-bottom: 0;
}
.inner-culture .title {
   margin-top: 30px;

   text-align: left;
}
.inner-culture .title h2:after {
   margin: 0;
   margin-top: 10px;
}
.inner-culture .text {
   font-size: 16px;
   line-height: 28px;

   margin-top: 30px;

   color: #777;
}
@media (max-width: 767px) {
   .inner-culture .text {
      font-size: 14px;
      line-height: 24px;
   }
}
.inner-culture .culture-left {
   padding-right: 5%;
}
@media (max-width: 991px) {
   .inner-culture .culture-left {
      padding-right: 0;
   }
}
.inner-culture .pic {
   padding: 7px;

   border-radius: 40px;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-culture .pic img {
   width: 100%;

   border-radius: 40px;
}
.inner-about-contact {
   padding: 50px 0 0 0;
}
.inner-about-contact .title {
   padding: 0 3%;
}
@media (max-width: 991px) {
   .inner-about-contact .title {
      padding: 0 15px;
   }
}
.inner-about-contact .about-contact-text {
   font-size: 0;

   position: relative;

   overflow: hidden;

   margin-top: 50px;

   background-color: #f5f5f5;
}
@media (max-width: 767px) {
   .inner-about-contact .about-contact-text {
      margin-top: 30px;
   }
}
.inner-about-contact .about-contact-text:before {
   font-family: 'iconfont' !important;
   font-size: 600px;
   line-height: 1;

   position: absolute;
   right: 46%;
   bottom: -5%;

   content: '\e663';
   -webkit-transform: rotate(-15deg);
   -ms-transform: rotate(-15deg);
   transform: rotate(-15deg);

   color: #f0f0f0;
}
.inner-about-contact .text,
.inner-about-contact .about-map {
   font-size: 14px;

   position: relative;
   z-index: 2;

   display: inline-block;

   width: 50%;

   vertical-align: middle;
}
@media (max-width: 767px) {
   .inner-about-contact .text,
   .inner-about-contact .about-map {
      width: 100%;
   }
}
.inner-about-contact #dituContent {
   height: 650px;
}
@media (max-width: 991px) {
   .inner-about-contact #dituContent {
      height: 500px;
   }
}
@media (max-width: 767px) {
   .inner-about-contact #dituContent {
      height: 300px;
   }
}
.inner-about-contact .text {
   padding: 0px 4% 30px 4%;
}
.inner-about-contact .text h1 {
   font-size: 26px;
   font-weight: bold;
   line-height: 1.2;
   margin-top: 0;
}
@media (max-width: 1350px) {
   .inner-about-contact .text h1 {
      font-size: 24px;
   }
}
@media (max-width: 767px) {
   .inner-about-contact .text h1 {
      font-size: 20px;
   }
}
.inner-about-contact .text h2 {
   font-size: 24px;
   font-weight: bold;
   line-height: 55px;

   margin: 0;

   color: #2751a8;
}
@media (max-width: 767px) {
   .inner-about-contact .text h2 {
      font-size: 16px;
   }
}
.inner-about-contact .text p {
   font-size: 16px;
   line-height: 40px;

   margin: 0;
}
@media (max-width: 767px) {
   .inner-about-contact .text p {
      font-size: 14px;
      line-height: 24px;
   }
}
.inner-about-contact .text p a:hover {
   text-decoration: underline;
}
.inner-about-contact .text .pic .erweima {
   display: inline-block;

   margin-top: 20px;
   margin-right: 20px;

   text-align: center;
   vertical-align: top;
}
@media (max-width: 1199px) {
   .inner-about-contact .text .pic .erweima {
      margin-right: 10px;
      margin-left: 0;
   }
}
.inner-about-contact .text .pic .erweima img {
   max-width: 150px;
}
@media (max-width: 1360px) {
   .inner-about-contact .text .pic .erweima img {
      max-width: 80px;
   }
}
.inner-about-contact .text .pic .erweima p {
   font-size: 16px;
   line-height: 24px;

   margin: 10px 0 0 0;

   color: #2751a8;
}
@media (max-width: 767px) {
   .inner-about-contact .text .pic .erweima p {
      font-size: 14px;
   }
}
.inner-service {
   background-color: #f3f8ff;
   max-width: 1600px;
   margin: 0 auto;
}
.inner-service .service {
   margin-top: -40px;
}
.inner-service .service ul li {
   padding-top: 40px;
}
.inner-service .service ul li:nth-child(2n) .item .picbox {
   left: 50%;
}
@media (max-width: 767px) {
   .inner-service .service ul li:nth-child(2n) .item .picbox {
      left: 0;
   }
}
.inner-service .service ul li:nth-child(2n) .item .text {
   right: 50%;
}
@media (max-width: 767px) {
   .inner-service .service ul li:nth-child(2n) .item .text {
      right: 0;
   }
}
.inner-service .service .item {
   font-size: 0;

   margin: 0 -40px;
}
@media (max-width: 1350px) {
   .inner-service .service .item {
      margin: 0 -20px;
   }
}
.inner-service .service .item .picbox,
.inner-service .service .item .text {
   font-size: 14px;

   position: relative;

   display: inline-block;

   width: 50%;
   padding: 0 40px;

   vertical-align: middle;
}
@media (max-width: 1350px) {
   .inner-service .service .item .picbox,
   .inner-service .service .item .text {
      padding: 0 20px;
   }
}
@media (max-width: 767px) {
   .inner-service .service .item .picbox,
   .inner-service .service .item .text {
      width: 100%;
   }
}
.inner-service .service .item .picbox .pic {
   padding: 8px;

   border-radius: 10px;
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
   .inner-service .service .item .picbox .pic {
      padding: 4px;
   }
}
.inner-service .service .item .picbox .pic img {
   width: 100%;

   border-radius: 10px;
}
.inner-service .service .item .text {
   padding-right: 5%;
}
@media (max-width: 767px) {
   .inner-service .service .item .text {
      margin-top: 30px;
   }
}
.inner-service .service .item .text .title-service h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;

   margin: 0;
}
@media (max-width: 991px) {
   .inner-service .service .item .text .title-service h3 {
      font-size: 20px;
   }
}
.inner-service .service .item .text .note {
   min-height: 380px;
   margin-top: 20px;
}
@media (max-width: 1600px) {
   .inner-service .service .item .text .note {
      min-height: 260px;
   }
}
@media (max-width: 1470px) {
   .inner-service .service .item .text .note {
      min-height: 200px;
   }
}
@media (max-width: 1199px) {
   .inner-service .service .item .text .note {
      min-height: auto;
      margin-top: 10px;
   }
}
.inner-service .service .item .text .note p {
   font-size: 16px;
   line-height: 28px;

   margin: 0;

   color: #777;
}
@media (max-width: 1199px) {
   .inner-service .service .item .text .note p {
      font-size: 14px;
      line-height: 24px;
   }
}
.inner-service .service .item .text a.more {
   line-height: 50px;

   display: inline-block;

   margin-top: 20px;
   padding: 0 20px;

   color: rgba(255, 255, 255, .7);
   border-radius: 10px;
   background-color: #2751a8;
}
@media (max-width: 767px) {
   .inner-service .service .item .text a.more {
      line-height: 40px;
   }
}
.inner-service .service .item .text a.more:before {
   font-family: 'iconfont' !important;
   font-size: 24px;

   float: left;

   margin-right: 6px;

   content: '\e62b';

   color: #1777e2;
}
.inner-service #service1,
.inner-service #service2,
.inner-service #service3,
.inner-service #service4,
.inner-service #service5,
.inner-service #service6,
.inner-service #service7 {
   position: relative;
   top: -100px;
}
.home-query-in .title-query {
   top: 20px;
   left: 7%;

   width: 120px;
   padding: 10px;
}
@media (max-width: 1470px) {
   .home-query-in .title-query {
      left: 3%;
   }
}
@media (max-width: 1199px) {
   .home-query-in .title-query {
      top: 10px;
   }
}
@media (max-width: 767px) {
   .home-query-in .title-query {
      position: relative;
      top: 0;
      left: 0;

      margin-bottom: 20px;
   }
}
.home-query-in .title-query:before {
   font-size: 40px;
   line-height: 40px;
}
@media (max-width: 1199px) {
   .home-query-in .title-query:before {
      font-size: 30px;
      line-height: 30px;
   }
}
.home-query-in .title-query h2 {
   font-size: 16px;
   line-height: 20px;
}
.home-query-in .title-query h3 {
   font-size: 12px;
}
@media (max-width: 1199px) {
   .home-query-in .title-query h3 {
      line-height: 18px;
   }
}
.inner-query {
   background-color: #f3f8ff;
}
.inner-query .query {
   max-width: 1600px;
   margin: 0 auto;
   padding: 20px 40px;

   border-radius: 10px;
   background-color: #fff;
}
@media (max-width: 991px) {
   .inner-query .query {
      padding: 20px 10px;
   }
}
.inner-query .query .tablewrap {
   overflow-x: auto;

   width: 100%;
   max-width: 100%;
}
.inner-query .query table {
   width: 100%;
   max-width: 100%;
}
.inner-query .query table th,
.inner-query .query table td {
   width: 14.28571429%;
}
.inner-query .query table th {
   font-size: 18px;
   line-height: 24px;

   padding: 20px 15px;

   color: #2751a8;
}
@media (max-width: 991px) {
   .inner-query .query table th {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .inner-query .query table th {
      font-size: 14px;

      padding: 10px 5px;
   }
}
.inner-query .query table td {
   font-size: 18px;
   line-height: 24px;

   padding: 20px 15px;

   white-space: nowrap;

   color: #777;
}
@media (max-width: 991px) {
   .inner-query .query table td {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .inner-query .query table td {
      font-size: 14px;

      padding: 10px 5px;
   }
}
.inner-query .query table tr:nth-child(2n + 1) {
   background-color: #f3f8ff;
}
.inner-query .query table tr:nth-child(1) {
   border-bottom: 1px solid #d4dcee;
   background-color: #fff;
}
.inner-query .query table tr:hover td {
   color: #2751a8;
}
.inner-news .news {
   margin-top: -30px;
}
.inner-news .news .item {
   overflow: hidden;

   margin-top: 30px;

   border-radius: 10px;
   background-color: #f3f8ff;
}
.inner-news .news .item .ibox {
   padding-bottom: 53.48837209%;
}
.inner-news .news .item .ibox img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.inner-news .news .item .note {
   padding: 30px 20px;
}
@media (max-width: 767px) {
   .inner-news .news .item .note {
      padding: 20px 10px 30px;
   }
}
.inner-news .news .item .note b {
   font-size: 20px;
   font-weight: normal;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
   .inner-news .news .item .note b {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .inner-news .news .item .note b {
      font-size: 16px;
   }
}
.inner-news .news .item .note p {
   font-size: 16px;
   line-height: 24px;

   display: -webkit-box;
   overflow: hidden;

   height: 96px;
   margin: 10px 0 0 0;

   color: #999;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
   .inner-news .news .item .note p {
      font-size: 14px;
   }
}
.inner-news .news .item .link {
   font-size: 0;

   border-top: 1px solid #dee9fa;
}
.inner-news .news .item .link span.date,
.inner-news .news .item .link a.more {
   font-size: 16px;
   line-height: 80px;

   display: inline-block;

   width: 50%;
   padding: 0 20px;

   vertical-align: top;

   color: #666;
}
@media (max-width: 1199px) {
   .inner-news .news .item .link span.date,
   .inner-news .news .item .link a.more {
      line-height: 60px;
   }
}
@media (max-width: 767px) {
   .inner-news .news .item .link span.date,
   .inner-news .news .item .link a.more {
      line-height: 40px;
   }
}
.inner-news .news .item .link span.date {
   border-right: 1px solid #dee9fa;
}
.inner-news .news .item .link span.date:before {
   font-family: 'iconfont' !important;

   margin-right: 4px;

   content: '\e63a';
}
.inner-news .news .item .link a.more {
   font-size: 14px;

   text-align: right;

   color: #999;
}
.inner-news .news .item .link a.more:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   margin-right: 4px;

   content: '\e62b';

   color: #1777e2;
}
.inner-news .news .item:hover .ibox img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.inner-news .news .item:hover b {
   color: #2751a8;
}
.inner-news .news .item:hover a.more {
   color: #2751a8;
}
@media (max-width: 991px) {
   .inner-news-show {
      padding-right: 0;
      padding-left: 0;
   }
}
.inner-news-show .news-show {
   max-width: 960px;
   margin: 0 auto;
}
.inner-news-show .title-news-show {
   text-align: center;
}
.inner-news-show .title-news-show h1 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.5;

   margin: 0;

   color: #333;
}
@media (max-width: 991px) {
   .inner-news-show .title-news-show h1 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .inner-news-show .title-news-show h1 {
      font-size: 18px;
      line-height: 24px;
   }
}
.inner-news-show .title-news-show .date {
   line-height: 24px;

   display: block;

   margin-top: 14px;

   color: #666;
}
.inner-news-show .news-show {
   line-height: 36px;

   margin-top: 30px;

   color: #666;
}
@media (max-width: 767px) {
   .inner-news-show .news-show {
      line-height: 24px;
   }
}
.inner-news-show .news-show p {
   font-size: 14px;

   margin: 0;
}
.inner-news-show .news-show img {
   max-width: 100%;
   height: auto !important;
}
.inner-news-show .news-relate {
   margin-top: 50px;
}
@media (max-width: 991px) {
   .inner-news-show .news-relate {
      margin-top: 30px;
   }
}
.inner-news-show .news-relate a {
   font-size: 16px;
   line-height: 30px;

   position: relative;

   display: block;
   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin-top: 10px;

   color: #666;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
   .inner-news-show .news-relate a {
      font-size: 14px;
   }
}
.inner-news-show .news-relate a b {
   color: #333;
}
.inner-news-show .news-relate a:hover {
   color: #2751a8;
}
.inner-partners {
   background-color: #f3f8ff;
}
.inner-partners .partners {
   margin-top: -30px;
}
.inner-partners .partners .item {
   overflow: hidden;

   margin-top: 30px;

   border-radius: 10px;
}
.inner-partners .partners .item .ibox {
   padding-bottom: 37.69230769%;
}
nav {
   text-align: center;
}
.pagination {
   margin: 50px 0 0 0;
   padding: 0;
}
@media (max-width: 991px) {
   .pagination {
      margin-top: 30px;
   }
}
.pagination li.prev a,
.pagination li.next a {
   border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before {
   font-family: 'iconfont' !important;

   content: '\eb60';
}
.pagination li.next a span:before {
   content: '\e625';
}
.pagination li a {
   line-height: 36px;

   display: block;

   width: 36px;
   height: 36px;
   margin: 0 6px;
   padding: 0;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;

   color: #666;
   border: none;
   border-radius: 50%;
   background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px) {
   .pagination li a {
      line-height: 30px;

      width: 30px;
      height: 30px;
   }
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
   color: #fff;
   background-color: #2751a8;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
   color: #fff;
   background-color: #2751a8;
}
.inner-colorful .colorful {
   position: relative;

   margin-top: 40px;
}
.inner-colorful .swiper-container .swiper-slide {
   width: 690px;

   -webkit-transition: all 1s;
   transition: all 1s;
   text-align: center;

   color: #fff;
}
@media (max-width: 1470px) {
   .inner-colorful .swiper-container .swiper-slide {
      width: 640px;
   }
}
@media (max-width: 1199px) {
   .inner-colorful .swiper-container .swiper-slide {
      width: 460px;
   }
}
@media (max-width: 991px) {
   .inner-colorful .swiper-container .swiper-slide {
      width: 400px;
   }
}
@media (max-width: 767px) {
   .inner-colorful .swiper-container .swiper-slide {
      width: 100%;
   }
}
.inner-colorful .swiper-container .swiper-slide .ibox {
   padding-bottom: 75%;

   background-color: #000;
}
.inner-colorful .swiper-container .swiper-slide .ibox img {
   -webkit-transition: all .5s;
   transition: all .5s;

   opacity: .6;
}
.inner-colorful .swiper-container .swiper-slide .note {
   width: 100%;
   padding: 10px;

   opacity: 0;
   color: #fff;
   background-color: #2751a8;
}
.inner-colorful .swiper-container .swiper-slide .note h3 {
   font-size: 24px;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
   .inner-colorful .swiper-container .swiper-slide .note h3 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .inner-colorful .swiper-container .swiper-slide .note h3 {
      font-size: 18px;
   }
}
.inner-colorful .swiper-container .swiper-slide .note p {
   font-size: 16px;
   line-height: 26px;

   display: -webkit-box;
   overflow: hidden;

   height: 26px;
   margin: 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
   .inner-colorful .swiper-container .swiper-slide .note p {
      font-size: 14px;

      margin: 0;
   }
}
.inner-colorful .swiper-container .swiper-slide-active .ibox img {
   opacity: 1;
}
.inner-colorful .swiper-container .swiper-slide-active .note {
   opacity: 1;
}
.inner-colorful .swiper-button-prev {
   font-size: 50px;

   top: 45%;
   left: 5%;

   width: 45px;
   height: 45px;

   color: #fff;
   background: none;
}
@media (max-width: 1470px) {
   .inner-colorful .swiper-button-prev {
      left: 0;
   }
}
.inner-colorful .swiper-button-prev:before {
   font-family: 'iconfont' !important;

   content: '\eb60';
}
.inner-colorful .swiper-button-prev:hover {
   color: #2751a8;
}
.inner-colorful .swiper-button-next {
   font-size: 50px;

   top: 45%;
   right: 5%;

   width: 45px;
   height: 45px;

   color: #fff;
   background: none;
}
@media (max-width: 1470px) {
   .inner-colorful .swiper-button-next {
      right: 2px;
   }
}
.inner-colorful .swiper-button-next:before {
   font-family: 'iconfont' !important;

   content: '\e625';
}
.inner-colorful .swiper-button-next:hover {
   color: #2751a8;
}
.inner-case .container {
   padding: 0;
}
.inner-case .case .item {
   display: table;

   width: 100%;
   margin-top: 30px;
   padding: 10px;

   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-case .case .item .pic,
.inner-case .case .item .note {
   display: table-cell;

   vertical-align: top;
}
.inner-case .case .item .pic {
   width: 40%;
}
@media (max-width: 991px) {
   .inner-case .case .item .pic {
      width: 48%;
   }
}
.inner-case .case .item .pic .ibox {
   padding-bottom: 75%;
}
.inner-case .case .item .pic .ibox img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.inner-case .case .item .note {
   position: relative;

   width: 60%;
   padding-left: 30px;
}
@media (max-width: 991px) {
   .inner-case .case .item .note {
      width: 52%;
      padding-left: 20px;
   }
}
.inner-case .case .item .note h3 {
   font-size: 16px;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 60px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
   .inner-case .case .item .note h3 {
      line-height: 24px;

      height: 48px;
      margin: 0;
   }
}
.inner-case .case .item .note .more {
   position: absolute;
   bottom: 0;
   left: 30px;

   color: #999;
}
@media (max-width: 991px) {
   .inner-case .case .item .note .more {
      left: 20px;
   }
}
.inner-case .case .item .note .more:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   display: inline-block;

   margin-right: 4px;

   content: '\e62b';
   vertical-align: middle;

   color: #1777e2;
}
.inner-case .case .item:hover .pic .ibox img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.inner-case .case .item:hover .note h3 {
   color: #2751a8;
}
.home-about .about-right,
.inner-about .about-right {
   position: relative;

   padding-left: 0;

   background-color: #000;
}
.home-about .about-right img,
.inner-about .about-right img {
   overflow: hidden;

   opacity: .5;
   border-radius: 10px;
}
.home-about .about-right .play,
.inner-about .about-right .play {
   font-size: 50px;

   position: absolute;
   z-index: 2;
   top: 50%;
   left: 50%;

   cursor: pointer;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);

   color: #fff;
}
.home-about .about-right .play:before,
.inner-about .about-right .play:before {
   font-family: 'iconfont' !important;

   content: '\e650';
}
.inner-about .about-right {
   padding: 0;

   border: 10px solid #fff;
}
.inner-about .about-right img {
   border-radius: 30px;
}
.banner .item {
   position: relative;
}
.banner .item .video-box {
   position: relative;

   display: block;

   padding-bottom: 41.14583333%;
}
.banner .item .video-box .fluid_video_wrapper {
   position: absolute;
   z-index: 10;
   width: 100%;
   top: 46%;
   transform: translateY(-50%);
   height: auto !important;

}
.banner .item .video-box .fluid_initial_play {
   background-color: #2751a8 !important;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
   display: none;
}
.videowrap .ibox {
   padding-bottom: 67.3%;
}
.videowrap .ibox video {
   position: absolute;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;

   background-size: cover;
}
.inner-about .about-right .ibox {
   border-radius: 30px;
}
.inner-managers {
   padding-right: 8%;
   padding-left: 8%;

   background-color: #f5f5f5;
}
@media (max-width: 991px) {
   .inner-managers {
      padding-right: 15px;
      padding-left: 15px;
   }
}
.inner-managers .title h2 {
   font-weight: bold;
}
@media (min-width: 1200px) {
   .inner-managers .managers ul {
      margin: 0 -30px;
   }
   .inner-managers .managers ul li {
      padding: 0 30px;
   }
}
.inner-managers .managers ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.inner-managers .managers ul li {
   margin-top: 40px;
}
.inner-managers .managers ul li:nth-child(5n+4) .group .img-mask,
.inner-managers .managers ul li:nth-child(5n+5) .group .img-mask {
   right: -webkit-calc(100% + 50px);
   right: calc(100% + 50px);
   left: auto;
}
.inner-managers .managers ul li:nth-child(5n+4) .group .img-mask:before,
.inner-managers .managers ul li:nth-child(5n+5) .group .img-mask:before {
   right: -50px;
   left: auto;
}
.inner-managers .managers .group {
   position: relative;
}
.inner-managers .managers .group .img {
   position: relative;
}
.inner-managers .managers .group .img .ibox {
   padding-bottom: 151.42857143%;
}
.inner-managers .managers .group .img .title-managers {
   position: absolute;
   z-index: 2;
   bottom: 0;

   width: 100%;
   padding: 30px 10px;

   text-align: center;

   color: #fff;
   background-color: rgba(39, 81, 168, .7);
}
@media (max-width: 1199px) {
   .inner-managers .managers .group .img .title-managers {
      display: none;
   }
}
.inner-managers .managers .group .img .title-managers h3 {
   font-size: 16px;
   line-height: 24px;

   margin: 0;
}
.inner-managers .managers .group .img-mask {
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (min-width: 1200px) {
   .inner-managers .managers .group .img-mask {
      position: absolute;
      z-index: 6;
      top: 50%;
      left: -webkit-calc(100% + 50px);
      left: calc(100% + 50px);

      display: none;

      min-width: 40vw;
      padding: 40px;

      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
   }
}
@media (min-width: 1200px) and (max-width: 1470px) {
   .inner-managers .managers .group .img-mask {
      padding: 30px;
   }
}
@media (max-width: 1199px) {
   .inner-managers .managers .group .img-mask {
      padding: 20px 14px;
   }
}
.inner-managers .managers .group .img-mask:before {
   position: absolute;
   top: 0;
   left: -50px;

   width: 50px;
   height: 100%;

   content: '';

   background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 1199px) {
   .inner-managers .managers .group .img-mask:before {
      display: none;
   }
}
.inner-managers .managers .group .img-mask .title-mask h3 {
   font-size: 30px;
   font-weight: bold;

   margin: 0;
}
@media (max-width: 1470px) {
   .inner-managers .managers .group .img-mask .title-mask h3 {
      font-size: 24px;
   }
}
@media (max-width: 1199px) {
   .inner-managers .managers .group .img-mask .title-mask h3 {
      font-size: 20px;
   }
}
@media (max-width: 991px) {
   .inner-managers .managers .group .img-mask .title-mask h3 {
      font-size: 18px;
   }
}
.inner-managers .managers .group .img-mask .title-mask span {
   font-size: 16px;
   line-height: 24px;

   display: block;

   margin: 10px 0 0 0;
}
.inner-managers .managers .group .img-mask .note {
   margin-top: 20px;
}
.inner-managers .managers .group .img-mask .note p {
   font-size: 16px;
   line-height: 1.625;

   margin: 0;

   color: #777;
}
@media (max-width: 1470px) {
   .inner-managers .managers .group .img-mask .note p {
      font-size: 14px;
   }
}
.inner-managers .managers .group .img-mask .tel {
   margin-top: 30px;
}
@media (max-width: 767px) {
   .inner-managers .managers .group .img-mask .tel {
      margin-top: 14px;
   }
}
.inner-managers .managers .group .img-mask .tel p {
   font-size: 20px;
   font-weight: bold;

   display: inline-block;

   padding: 10px 40px;

   color: #fff;
   background-color: #2751a8;
}
@media (max-width: 1470px) {
   .inner-managers .managers .group .img-mask .tel p {
      font-size: 18px;

      padding: 10px 20px;
   }
}
@media (max-width: 991px) {
   .inner-managers .managers .group .img-mask .tel p {
      font-size: 16px;

      padding: 10px;
   }
}
.inner-managers .managers .group .img-mask .erweima {
   margin-top: 30px;
}
@media (max-width: 991px) {
   .inner-managers .managers .group .img-mask .erweima {
      margin-top: 14px;
   }
}
.inner-managers .managers .group .img-mask .erweima img {
   width: 200px;
}
@media (max-width: 1470px) {
   .inner-managers .managers .group .img-mask .erweima img {
      width: 140px;
   }
}
.inner-managers .managers .group:hover .img-mask {
   display: block;
}
.inner-about-contact .about-contact-text {
   margin-top: 0;
}
.inner-about-contact {
   padding: 0;
}
/*PAGES*/
.page_info {
   text-align: center;
   width: 100%;
   margin: 10px auto;
   padding: 50px 0;
   color: #999;
   clear: both;
   font-size: 1.4rem !important;
}
.page_info span {
   padding: 0 2px;
   font-weight: bold;
}
.page_list {
   height: 24px;
   line-height: 24px;
   text-align: center;
   clear: both;
   letter-spacing: 0;
   font-size: 10px;
   margin: 50px auto;
   padding: 50px 0;
   clear: both;
   width: 100%;
}
.page_list a {
   display: inline-block;
   color: #898989;
   border: 1px solid #e8e8e8;
   background: #f8f8f8;
   text-align: center;
   padding: 0 8px;
   margin: 0 1px;
}
.page_list a:hover {
   color: #fff;
   border: 1px solid #898989;
   background: #898989;
}
.page_list a.on {
   color: #333;
   border: 1px solid #ccc;
   background: #E5EDF2;
}

@media (min-width: 1200px) {
   .inner-managers .managers ul li:nth-child(1) {
      flex: 1 1 100%
   }
   .inner-managers .managers ul li:nth-child(1) .group {
      width: 25%;
      margin: 0 auto;
   }
}