﻿@font-face {
  font-family: 'DINPro-Light';
  src: url("../fonts/DINPro-Light.otf");
}
@font-face {
  font-family: 'DINPro-Regular';
  src: url("../fonts/DINPro-Regular_0.otf");
}
@font-face {
  font-family: 'DINPro-Medium';
  src: url("../fonts/DINPro-Medium.otf");
}
@font-face {
  font-family: 'AVGARDM_0';
  src: url("../fonts/AVGARDM_0.TTF");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-scale {
  0%,85%,100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes o-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-ani-1 {
  0%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes o-ani-2 {
  0%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes o-ani-3 {
  0%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes o-scale-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes o-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes o-run {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 40px;
    height: 40px;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}
@keyframes o-run-1 {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 32px;
    height: 32px;
  }
  100% {
    width: 16px;
    height: 16px;
  }
}
@keyframes o-width {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  60% {
    width: 100%;
    left: 0;
    right: auto;
  }
  61% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }

  .dom-loaded .header .ope .hide {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .dom-loaded .fixed-search .bg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .dom-loaded .fixed-search form {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
}
.wrapper {
  width: 63vw;
  max-width: 1580px;
  margin: 0 auto;
  position: relative;
}
.wrapper1 {
  max-width: 1580px;
  margin: 0 auto;
  position: relative;
}
.wrapper2 {
  max-width: 1430px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

body {
  padding-top: 90px;
}

/* header */
.header {
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e1e1e1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.header .logo {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-right: 1px solid #999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding:13px 40px 13px 25px;
}
.header .logo a {
  display: block;
  height: 100%;
}
.header .logo img {
  width: auto;
}
.header ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 3.125vw;
  font-size: 0;
}
.header ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.5vw;
  position: relative;
}
.header ul li:nth-of-type(1) {
  margin-left: 0;
}
.header ul li a.single {
  display: block;
  font-size: 20px;
  line-height: 90px;
  color: #1e2835;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header ul li a.single:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #eb1329;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header ul li .drop {
  width: 200px;
  position: absolute;
  top: 100%;
  left: 13%;
  margin-left: -70px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  display: none;
}
.header ul li .drop a {
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 36px;
  color: #666;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .header ul li .drop a:hover {
    color: #eb1329;
  }
}
@media screen and (min-width: 1025px) {
  .header ul li:hover a.single, .header ul li.active a.single {
    color: #eb1329;
  }
  .header ul li:hover a.single:after, .header ul li.active a.single:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.header .ope {
  position: absolute;
  right: 0;
  top: 22px;
}
.header a.tel {
  margin-right: 2vw;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #1e2835;
  font-family: 'Impact';
}
.header a.tel:before {
  content: '';
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 00;
}
.header a.search {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eb1329;
  background-image: url("../images/icon-2.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.down .logo {
  height: 90px;
}
.header.down ul li a.single {
  line-height: 90px;
}
/* search */
.fixed-search .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 6;
  opacity: 0;
  visibility: hidden;
}
.fixed-search form {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 7;
  padding: 0 70px;
  opacity: 0;
  top: 90px;
  visibility: hidden;
}
.fixed-search form input {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.fixed-search form button {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-3-on.png");
  cursor: pointer;
  background-color: transparent;
}
.fixed-search form .close {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.fixed-search form .close svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
.fixed-search.down form {
  top: 70px;
}
.fixed-search.active .bg, .fixed-search.active form {
  opacity: 1;
  visibility: visible;
}

/*  */
.fixed-right {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 10;
}
.fixed-right .block {
  display: block;
  width: 60px;
  position: relative;
  cursor: pointer;
}
.fixed-right .block .cell-box {
  width: 100%;
  height: 100%;
  text-align: center;
}
.fixed-right .block i {
  display: block;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.fixed-right .block .t {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
}
.fixed-right .block.link {
  height: 67px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  background-image: url("../images/fixed-icon-1.svg");
}
.fixed-right .block.link i {
  background-image: url("../images/fixed-icon-2.svg");
}
@media screen and (min-width: 1025px) {
  .fixed-right .block.link:hover {
    background-image: url("../images/fixed-icon-1-on.svg");
  }
}
.fixed-right .block.form {
  height: 80px;
  background-color: #1e2835;
  z-index: 1;
}
.fixed-right .block.form i {
  background-image: url("../images/fixed-icon-3.svg");
}
@media screen and (min-width: 1025px) {
  .fixed-right .block.form:hover i {
    background-image: url("../images/fixed-icon-3-on.svg");
  }
}
.fixed-right .block.tel {
  height: 60px;
  background-color: #1e2835;
  border-radius: 0 0 2px 2px;
  z-index: 1;
}
.fixed-right .block.tel i {
  background-image: url("../images/fixed-icon-4.svg");
}
.fixed-right .block.address i {
  background-image: url("../images/fixed-icon-3.svg") !important;
}
@media screen and (min-width: 1025px) {
  .fixed-right .block.tel:hover i {
    background-image: url("../images/fixed-icon-4-on.svg");
  }
  .fixed-right .block.address:hover i {
    background-image: url("../images/fixed-icon-3-on.svg") !important;
  }
  .fixed-right .block.address:hover .tel-box {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .fixed-right .block.tel:hover .tel-box {
    opacity: 1;
    visibility: visible;
  }
}
.fixed-right .block.totop {
  height: 36px;
  background-color: #1e2835;
  margin-top: 2px;
  border-radius: 2px;
  transition: all .3s ease;
}
.fixed-right .block.totop i {
  background-image: url("../images/fixed-icon-5.svg");
  background-size: auto 12px;
}
.fixed-right .block.totop .t {
  display: none;
}
@media screen and (min-width: 1025px) {
  .fixed-right .block.totop:hover {
    background-color: #eb1329;
  }
}
.fixed-right .tel-box {
  position: absolute;
  right: 100%;
  bottom: 0;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
}
.fixed-right .tel-box .box {
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  white-space: nowrap;
}
.fixed-right .tel-box .info {
  padding: 15px 30px;
}
.fixed-right .tel-box h3 {
  font-size: 16px;
  color: #4b494a;
}
.fixed-right .tel-box .tel {
  font-size: 32px;
  color: #eb1329;
  line-height: 1;
  font-family: 'DINPro-Regular';
  margin-top: 10px;
}
.fixed-right .tel-box p {
  font-size: 12px;
  color: #4b494a;
  line-height: 30px;
  padding: 0 30px;
  background-color: #f5f5f5;
}

.fixed-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  display: none;
}
.fixed-form .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.fixed-form .box {
  position: absolute;
  width: 90%;
  max-width: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.fixed-form .close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close.png");
  cursor: pointer;
}
.fixed-form h3 {
  padding: 0 30px;
  font-size: 24px;
  line-height: 2.5;
  color: #fff;
  background-color: #eb1329;
}
.fixed-form h3:before {
  content: '';
  width: 26px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/fixed-icon-3.svg");
}
.fixed-form .center-box {
  padding: 40px 30px;
}
.fixed-form .label {
  margin-top: 12px;
}
.fixed-form .label:nth-of-type(1) {
  margin-top: 0;
}
.fixed-form .label input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 12px;
  color: #808080;
}
.fixed-form .label textarea {
  display: block;
  width: 100%;
  height: 90px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 12px;
  color: #808080;
  resize: none;
}
.fixed-form .bot-box {
  background-color: #f5f5f5;
  padding: 30px;
}
.fixed-form .bot-box button {
  display: block;
  width: 100%;
  height: 42px;
  background-color: #eb1329;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

/* footer */
.footer .top-block {
  background-color: #1e2835;
  padding: 3.125vw 0;
  font-size: 0;
}
.footer .top-block .cont {
  display: flex;
  justify-content: space-between;
}
.footer .top-block h3 {
  font-size: 16px;
  color: #fff;
}
.footer .top-block h3:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #eb1329;
  display: block;
  margin: 20px 0;
}
.footer .vertical-line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .info-block .logo img {
  display: block;
  height: 60px;
}
.footer .info-block .tip {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
.footer .info-block .tel {
  font-size: 36px;
  line-height: 1;
  color: #eb1329;
  font-family: 'DINPro-Regular';
  margin-top: 15px;
}
.footer .info-block .para {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  opacity: .5;
  margin-top: 5px;
}
.footer .nav-block .link a {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  opacity: .5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .nav-block .link a:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .footer .nav-block .link a:hover {
    opacity: 1;
  }
}
.footer .share a {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background-color: #171f29;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0 0 0 8px;
  padding: 0;
}
.footer .share a:first-of-type {
  margin-left: 0;
}
.footer .share a[data-cmd="weixin"] {
  background-image: url("../images/share-1.png");
}
.footer .share a[data-cmd="tsina"] {
  background-image: url("../images/share-2.png");
}
.footer .share a[data-cmd="sqq"] {
  background-image: url("../images/share-3.png");
}
.footer .ewm-box {
  margin-top: 30px;
  padding: 15px 40px 15px 0;
  background-image: linear-gradient(90deg, rgba(23, 31, 41, 0), #171f29);
}
.footer .ewm-box .img-box {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
}
.footer .ewm-box .img-box img {
  display: block;
  width: 100%;
}
.footer .ewm-box .txt-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.footer .ewm-box h4 {
  font-size: 16px;
  color: #fff;
}
.footer .ewm-box p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
}
.footer .mid-block {
  background-color: #1e2835;
  font-size: 0;
}
.footer .mid-block .cont {
  padding: 2vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .mid-block span, .footer .mid-block .link {
  display: inline-block;
  vertical-align: top;
}
.footer .mid-block span, .footer .mid-block a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  opacity: .5;
}
.footer .mid-block span {
  width: 80px;
}
.footer .mid-block .link {
  width: calc(100% - 80px);
}
.footer .mid-block a {
  margin-right: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .footer .mid-block a:hover {
    opacity: 1;
  }
}
.footer .copyright {
  font-size: 0;
  padding: 2vw 0;
  background-color: #171f29;
}
.footer .copyright span, .footer .copyright a.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .copyright span:before, .footer .copyright a.btn:before {
  content: '';
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: middle;
  margin: -2px 12px 0;
}
.footer .copyright span:nth-of-type(1):before, .footer .copyright a.btn:nth-of-type(1):before {
  display: none;
}
.footer .copyright .link {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .copyright .link a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  opacity: .5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .copyright .link a:after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: middle;
  margin: -2px 12px 0;
}
.footer .copyright .link a:last-of-type:after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .footer .copyright .link a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1680px) {
}
/* media */
@media screen and (max-width: 1600px) {
  .header a.tel {
    font-size: 20px;
  }

  .header a.tel:before {
    width: 20px;
    height: 20px;
  }

  .footer .info-block .tel {
    font-size: 32px;
  }
}
@media screen and (max-width: 1440px) {
	.index-s3 .tab-cont .logo img{
		margin-right:19px !important;
	}
}
@media screen and (max-width: 1366px) {
	.oli-item2 .layout-list1 li h4{
		    margin: -26px 0 0 34px !important;
	}
	.layout-list1 li p{
		width:100% !important;
		padding:0 5% !important;
	}
	.fixed-right .tel-box h3{
		font-size:12px !important;
	}
.fixed-right{
	bottom:0;
}
  .header ul li {
    margin-left: 2vw;
  }

  .header a.tel {
    font-size: 18px;
  }

  .footer .ewm-box .img-box {
    width: 70px;
  }

  .footer .info-block .tip,
  .footer .top-block h3,
  .footer .ewm-box h4 {
    font-size: 14px;
  }

  .footer .info-block .tel {
    font-size: 28px;
  }

  .footer .info-block .para,
  .footer .nav-block .link a,
  .footer .ewm-box p {
    font-size: 12px;
  }

  .fixed-form h3 {
    font-size: 20px;
  }

  .fixed-form .center-box {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 54px;
    padding-bottom: 40px;
  }

  .wrapper {
    width: 100%;
  }

  .header {
    height: 54px;
  }

  .header .logo {
    width: 220px;
  }
  .header .logo img{
	max-width:175px;
  }
  .header .ope {
    top: 20px;
    right: 60px;
  }

  .header a.search {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("../images/icon-3-on.png");
    background-size: contain;
  }

  .header a.tel {
    font-size: 14px;
  }

  .header a.tel:before {
    width: 16px;
    height: 16px;
  }

  .header .nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 70px 45px 45px;
    margin-left: 0;
    z-index: 3;
    overflow: auto;
    -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    transition: left 0.3s linear;
  }
  .header .nav.active {
    left: 0;
  }

  .header ul li {
    display: block;
    text-align: left;
    margin: 0;
  }

  .header ul li a.single {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-size: 18px;
    line-height: 50px;
  }

  .header ul li a.single:after {
    display: none;
  }

  .header ul li i {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/drop.png");
    background-size: auto 10px;
  }

  .header ul li .drop {
    width: 100%;
    position: static;
    box-shadow: none;
    padding: 15px 20px;
    margin-left: 0;
    border-top: 1px solid #e6e6e6;
    display: none;
  }

  .header ul li .drop a {
    text-align: left;
    line-height: 30px;
  }

  .mNavBtn {
    display: block;
    width: 24px;
    height: 16px;
    right: 20px;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #eb1329;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }

  .fixed-search form {
    top: 60px;
    padding: 0 50px;
  }

  .fixed-search form input {
    height: 50px;
  }

  .fixed-search form button,
  .fixed-search form .close {
    width: 50px;
    height: 50px;
  }

  .footer .top-block {
    padding: 40px 20px 20px;
  }

  .footer .info-block {
    text-align: center;
    width: 100%;
  }

  .footer .info-block .logo img {
    height: 40px;
    margin: 0 auto;
  }

  .footer .info-block .para {
    display: none;
  }

  .footer .info-block .tel {
    font-size: 24px;
    margin-top: 10px;
  }

  .footer .info-block .tip {
    margin-top: 10px;
  }

  .footer .vertical-line,
  .footer .nav-block,
  .footer .share-block {
    display: none;
  }

  .footer .mid-block .cont {
    padding: 20px;
  }

  .footer .mid-block span {
    width: 100%;
    display: block;
  }

  .footer .mid-block .link {
    width: 100%;
    display: block;
  }

  .footer .mid-block a {
    margin-right: 15px;
    font-size: 12px;
  }

  .footer .copyright {
    padding: 20px;
  }

  .footer .copyright .link {
    position: static;
    text-align: center;
  }

  .footer .copyright .txt {
    margin-top: 10px;
    text-align: center;
  }

  .footer .copyright .link a,
  .footer .copyright span,
  .footer .copyright a.btn {
    font-size: 12px;
  }

  .fixed-right {
    left: 0;
    bottom: 0;
    font-size: 0;
  }

  .fixed-right .block {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 40px !important;
    margin: 0;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .fixed-right .block:nth-of-type(4) {
    border: none;
  }

  .fixed-right .block i {
    display: none;
  }

  .fixed-right .block .t {
    display: block !important;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-top: 0;
  }

  .fixed-right .block {
    background-image: none !important;
    background-color: #1e2835;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .fixed-right .block .tel-box {
    display: none;
  }

  .fixed-form h3 {
    font-size: 18px;
    padding: 0 20px;
  }

  .fixed-form .close {
    right: 20px;
    top: 12px;
  }

  .fixed-form .center-box {
    padding: 20px;
  }

  .fixed-form .bot-box {
    padding: 20px;
  }

  .fixed-form .label input {
    height: 36px;
  }

  .fixed-form .label textarea {
    height: 70px;
  }
}
/* common */
.c-tit {
  text-align: center;
}
.c-tit h3 {
  font-size: 32px;
  letter-spacing: 2px;  
  color:#fff;
}
.c-tit.white h5 {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}
.c-tit h4 {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.6;
  letter-spacing: 2px;
}
.c-tit p {
  font-size: 18px;
  margin-top: 15px;
}
.c-tit.gray h3 {
  color: #1e2835;
}
.c-tit.gray h4 {
  color: #808080;
}
.c-tit.gray p {
  color: #1e2835;
}
.c-tit.gray h5 {
  color: #666;
  font-size:18px;
  margin-top: 15px;
}

.comm-s1 {
  padding: 5vw 0;
  position: relative;
  overflow: hidden;
}
.comm-s1 .img-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.comm-s1 .img-box img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.comm-s1 .cont {
  position: relative;
  padding-right: 360px;
}
.comm-s1 .c-tit {
  text-align: left;
}
.comm-s1 a {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -23px;
  display: block;
  width: 200px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-color: #eb1329;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .comm-s1 a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(235, 19, 41, 0.3);
  }
}

.comm-s2 {
  position: relative;
}
.comm-s2 .img-box {
  overflow: hidden;
}
.comm-s2 .img-box img {
  display: block;
  width: 100%;
  -webkit-animation: o-scale 12s linear infinite;
  -moz-animation: o-scale 12s linear infinite;
  -ms-animation: o-scale 12s linear infinite;
  animation: o-scale 12s linear infinite;
}
.comm-s2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg.png");
  z-index: 1;
}
.comm-s2 .txt-box {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.comm-s2 h3 {
  font-size: 60px;
  color: #fff;
}
.comm-s2 h4 {
  font-size: 48px;
  color: #fff;
}
.comm-s2 p {
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 5px;
}
.comm-s2 form {
  position: relative;
  display: block;
  width: 60%;
  max-width: 960px;
  margin: 3.125vw auto 0;
  height: 60px;
  padding-right: 60px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.comm-s2 input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  color: #808080;
}
.comm-s2 button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../images/icon-1.png");
  cursor: pointer;
}

.comm-page {
  font-size: 0;
  text-align: center;
  margin-top: 2vw;
}
.comm-page li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.comm-page li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm-page li:hover a, .comm-page li.active a {
  border-color: #eb1329;
  background-color: #eb1329;
  color: #fff;
}

.comm-share {
  float: left;
  margin-left: -100px;
  margin-top: 9vw;
  width: 40px;
  position: sticky;
  top: 80px;
}
.comm-share span {
  margin-top: 20px;
  height: 1px;
  background-color: #e6e6e6;
  display: block;
}
.comm-share a {
  display: block;
  width: 40px;
  height: 40px !important;
  padding: 0 !important;
  margin: 10px 0 0 !important;
  float: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm-share a:first-of-type {
  border-radius: 50%;
  background-color: #f6e2e6;
  background-image: url("../images/detail-1.png");
}
.comm-share a.wx {
  background-image: url("../images/detail-2.png");
}
.comm-share a.wx:hover {
  background-image: url("../images/detail-2-on.png");
}
.comm-share a.sina {
  background-image: url("../images/detail-3.png");
}
.comm-share a.sina:hover {
  background-image: url("../images/detail-3-on.png");
}

.comm-other {
  margin-top: 24px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 24px 30px;
  border-top: 3px solid #eb1329;
}
.comm-other a {
  display: block;
  font-size: 16px;
  line-height: 2;
  color: #1e2835;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.comm-other a div {
  display: none;
}
@media screen and (min-width: 1025px) {
  .comm-other a:hover {
    color: #eb1329;
  }
}
.comm-other p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* index */
.index-s1 {
  position: relative;
}
.index-s1 .item {
  position: relative;
}
.index-s1 .item .img-box {
  overflow: hidden;
}
.index-s1 .item .img-box img {
  display: block;
  width: 100%;
  -webkit-animation: o-scale 12s linear infinite;
  -moz-animation: o-scale 12s linear infinite;
  -ms-animation: o-scale 12s linear infinite;
  animation: o-scale 12s linear infinite;
}
.index-s1 .item .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 15vw;
}
.index-s1 .item .wrapper:before {
  content: '';
  width: 9.635vw;
  height: 11.458vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3vw;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s1 .item .cn, .index-s1 .item .en {
  position: relative;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s1 .item .cn {
  font-size: 60px;
  letter-spacing: 5px;
  font-style:italic;
}
.index-s1 .item .en {
  font-size: 36px;
  font-family: 'AVGARDM_0';
  margin-top: 20px;
}
.index-s1 .item p {
  font-size: 36px;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 2px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s1 .item .btn {
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s1 .item span {
  display: block;
  width: 140px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .index-s1 .item span:hover {
    border-color: #eb1329;
    color: #eb1329;
  }
}
.index-s1 .item.swiper-slide-active .wrapper:before, .index-s1 .item.swiper-slide-active .cn, .index-s1 .item.swiper-slide-active .en, .index-s1 .item.swiper-slide-active p, .index-s1 .item.swiper-slide-active .btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.index-s1 .item.swiper-slide-active .wrapper:before {
  transition-delay: .6s;
}
.index-s1 .item.swiper-slide-active .cn {
  transition-delay: .8s;
}
.index-s1 .item.swiper-slide-active .en, .index-s1 .item.swiper-slide-active p {
  transition-delay: 1s;
}
.index-s1 .item.swiper-slide-active .btn {
  transition-delay: 1.2s;
}
.index-s1 .ope {
  position: absolute;
  bottom: 3vw;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
  z-index: 2;
}
.index-s1 .ope ul {
  display: inline-block;
  vertical-align: middle;
}
.index-s1 .ope ul li {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 20px;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.index-s1 .ope ul li:first-of-type {
  margin-left: 0;
}
.index-s1 .ope ul li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
.index-s1 .ope ul li span {
  position: absolute;
  left: 0;
  top: 8px;
  width: 0;
  height: 3px;
  background-color: #eb1329;
}
.index-s1 .ope ul li.active span {
  width: 100%;
  -webkit-transition: width 5s linear;
  -moz-transition: width 5s linear;
  -ms-transition: width 5s linear;
  transition: width 5s linear;
}
.index-s1 .ope a {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-2.png");
  margin-left: 20px;
}
.index-s1 .ope a.play {
  background-image: url("../images/icon-2-on.png");
}

.index-s2 {
  padding: 4.5vw 0;
}
.index-s2 .cont {
  margin:2vw -3.7vw;
  position: relative;
}
.index-s2 .cont img.bg {
  display: block;
  width: 100%;
}
.index-s2 .cont .ani-top {
  width: 8.54%;
  position: absolute;
  top: 5.263%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index-s2 .cont .ani-top img {
  display: block;
  width: 100%;
  -webkit-animation: o-ani-1 2s linear infinite;
  -moz-animation: o-ani-1 2s linear infinite;
  -ms-animation: o-ani-1 2s linear infinite;
  animation: o-ani-1 2s linear infinite;
}
.index-s2 .cont .ani .icon {
  position: absolute;
}
.index-s2 .cont .ani .icon img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index-s2 .cont .ani .icon img:nth-of-type(1) {
  -webkit-animation: o-ani-2 3s linear infinite;
  -moz-animation: o-ani-2 3s linear infinite;
  -ms-animation: o-ani-2 3s linear infinite;
  animation: o-ani-2 3s linear infinite;
}
.index-s2 .cont .ani .icon img:nth-of-type(2) {
  -webkit-animation: o-ani-3 3s linear infinite;
  -moz-animation: o-ani-3 3s linear infinite;
  -ms-animation: o-ani-3 3s linear infinite;
  animation: o-ani-3 3s linear infinite;
}
.index-s2 .cont .ani .txt {
  position: absolute;
  width: 7.78%;
  height: 14.84%;
}
.index-s2 .cont .ani .txt .hexagon {
  width: 100%;
  height: 100%;
  text-align: center;
}
.index-s2 .cont .ani .txt .hexagon:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: o-scale 5s linear infinite;
  transition: all .3s ease;
}
.index-s2 .cont .ani .txt .hexagon .cell-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index-s2 .cont .ani .txt .hexagon span {
  font-size: 18px;
  color: #236696;
  transition: all .3s ease;
}
.index-s2 .cont .ani .txt .line {
  position: absolute;
  width: 62.6%;
  height: 66.36%;
}
.index-s2 .cont .ani .txt .line:before {
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.index-s2 .cont .ani .txt .range {
  width: 40px;
  height: 40px;
  position: absolute;
}
.index-s2 .cont .ani .txt .range:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  background-color: #528ac8;
}
.index-s2 .cont .ani .txt .range span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid rgba(82, 138, 200, 0.3);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: o-scale-1 1.8s linear infinite;
  -moz-animation: o-scale-1 1.8s linear infinite;
  -ms-animation: o-scale-1 1.8s linear infinite;
  animation: o-scale-1 1.8s linear infinite;
}
.index-s2 .cont .ani .txt .range span:nth-of-type(2) {
  animation-delay: .6s;
}
.index-s2 .cont .ani .txt .range span:nth-of-type(3) {
  animation-delay: 1.2s;
}
.index-s2 .cont .ani-1 .icon {
  width: 7.531%;
  top: 59.244%;
  left: 24.873%;
}
.index-s2 .cont .ani-1 .txt {
  top: 48.04%;
  left: 11.07%;
}
.index-s2 .cont .ani-1 .txt .hexagon:before {
  background-image: url("../images/ani-6.png");
}
.index-s2 .cont .ani-1 .txt .cell-box {
  width: 100%;
  height: 100%;
}
.index-s2 .cont .ani-1 .txt .line {
  top: 50%;
  left: 100%;
}
.index-s2 .cont .ani-1 .txt .line:before {
  background-image: url("../images/ani-7.png");
}
.index-s2 .cont .ani-1 .txt .range {
  top: 100%;
  left: 100%;
  margin: -20px 0 0 -20px;
}
@media screen and (min-width: 1024px) {
  .index-s2 .cont .ani-1:hover .txt .hexagon:before {
    background-image: url("../images/ani-6-on.png");
  }
}
.index-s2 .cont .ani-2 .icon {
  width: 12.215%;
  top: 22.26%;
  left: 62.53%;
}
.index-s2 .cont .ani-2 .txt {
  top: 4.318%;
  left: 69.62%;
}
.index-s2 .cont .ani-2 .txt .hexagon:before {
  background-image: url("../images/ani-11.png");
}
.index-s2 .cont .ani-2 .txt .cell-box {
  width: 100%;
  height: 100%;
}
.index-s2 .cont .ani-2 .txt .line {
  top: 50%;
  right: 100%;
}
.index-s2 .cont .ani-2 .txt .line:before {
  background-image: url("../images/ani-12.png");
}
.index-s2 .cont .ani-2 .txt .range {
  top: 100%;
  left: 0;
  margin: -20px 0 0 -20px;
}
@media screen and (min-width: 1024px) {
  .index-s2 .cont .ani-2:hover .txt .hexagon:before {
    background-image: url("../images/ani-11-on.png");
  }
}
.index-s2 .cont .ani-3 .icon {
  width: 5.25%;
  top: 56.27%;
  left: 72.4%;
}
.index-s2 .cont .ani-3 .txt {
  top: 51.14%;
  left: 84.81%;
}
.index-s2 .cont .ani-3 .txt .hexagon:before {
  background-image: url("../images/ani-16.png");
}
.index-s2 .cont .ani-3 .txt .cell-box {
  width: 100%;
  height: 100%;
}
.index-s2 .cont .ani-3 .txt .line {
  top: 50%;
  right: 100%;
}
.index-s2 .cont .ani-3 .txt .line:before {
  background-image: url("../images/ani-12.png");
}
.index-s2 .cont .ani-3 .txt .range {
  top: 100%;
  left: 0;
  margin: -20px 0 0 -20px;
}
@media screen and (min-width: 1024px) {
  .index-s2 .cont .ani-3:hover .txt .hexagon:before {
    background-image: url("../images/ani-16-on.png");
  }
}
.index-s2 .m-show {
  display: none;
}
.index-s2 .m-show img {
  display: block;
  width: 100%;
}
.index-s2 .deep-box {
  position: relative;
  z-index: 2;
}
.index-s2 .deep-box .tit {
  width: 139px;
  height: 124px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/ani-17.png");
  text-align: center;
}
.index-s2 .deep-box .tit span {
  font-size: 24px;
  color: #236696;
}
.index-s2 .deep-box .para {
  width: 80%;
  max-width: 930px;
  margin: 15px auto 0;
  position: relative;
}
.index-s2 .deep-box .para:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-image: url("../images/ani-18.png");
  z-index: 1;
}
.index-s2 .deep-box .para .info {
  border: 1px solid #e9eaf1;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.index-s2 .deep-box .para .tab-t {
  display: none;
  text-align: center;
  padding-top: 20px;
}
.index-s2 .deep-box .para .tab-t span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  margin: 0 8px;
}
.index-s2 .deep-box .para .tab-t span.active {
  color: #eb1329;
}
.index-s2 .deep-box .para p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #1e2835;
  padding: 1.5vw;
}
.index-s2 .deep-box .para p.hide {
  display: none;
}
.index-s2 .deep-box .para i.ani {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 3;
}
.index-s2 .deep-box .para i.lt {
  top: 0;
  left: 0;
  border-top: 2px solid #528ac8;
  border-left: 2px solid #528ac8;
}
.index-s2 .deep-box .para i.lb {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #528ac8;
  border-left: 2px solid #528ac8;
}
.index-s2 .deep-box .para i.rt {
  top: 0;
  right: 0;
  border-top: 2px solid #528ac8;
  border-right: 2px solid #528ac8;
}
.index-s2 .deep-box .para i.rb {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #528ac8;
  border-right: 2px solid #528ac8;
}
.index-s2 .deep-box .para.active i.ani {
  -webkit-animation: o-run 2s ease-in-out;
  -moz-animation: o-run 2s ease-in-out;
  -ms-animation: o-run 2s ease-in-out;
  animation: o-run 2s ease-in-out;
}
.index-s2 .deep-box .para.animate i.ani {
  border-color: #eb1329;
  -webkit-animation: o-run 2s ease-in-out;
  -moz-animation: o-run 2s ease-in-out;
  -ms-animation: o-run 2s ease-in-out;
  animation: o-run 2s ease-in-out;
}

.index-s3 {
  position: relative;
}
.index-s3 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
}
.index-s3 .bg-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index-s3 .bg-box .bg.active {
  opacity: 1;
}
.index-s3 .cont {
  padding: 2.5vw;
  position: relative;
  z-index: 2;
}
.index-s3 .tab-wrap {
  margin-top: 4.5vw;
  position: relative;
}
.index-s3 .tab-tit {
  float: left;
  margin-top: -20px;
}
.index-s3 .tab-tit:after {
  content: '';
  width: 6.125vw;
  height: 6.125vw;
  position: absolute;
  right: -30px;
  bottom: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/img-2.png");
  z-index: 1;
}
.index-s3 .tab-tit .items {
  width: 240px;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
.index-s3 .tab-tit .item {
  margin-bottom: 0;
  position: relative;
}
.index-s3 .tab-tit .item:last-of-type {
  margin-bottom: 0;
}
.index-s3 .tab-tit .item:last-of-type:after {
  display: none;
}
.index-s3 .tab-tit .item .txt {
  height: 87px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align:center;
}
.index-s3 .tab-tit .item i {
  width: 34px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s3 .tab-tit .item span {
  font-size: 16px;
  color: #fff;
}
.index-s3 .tab-tit .item span:before {
  content: '';
}
.index-s3 .tab-tit .item:hover .txt, .index-s3 .tab-tit .item.active .txt {
  background-color: #eb1329;
}
.index-s3 .tab-tit .item:hover i, .index-s3 .tab-tit .item.active i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.index-s3 .tab-tit .item:hover:after, .index-s3 .tab-tit .item.active:after {
  opacity: 0;
}
.index-s3 .tab-cont {
  margin-left: 175px;
  padding-left: 6.25vw;
}
.index-s3 .tab-cont .child {
  display: none;
}
.index-s3 .tab-cont .child.active {
  display: block;
}
.index-s3 .tab-cont h3, .index-s3 .tab-cont .para, .index-s3 .tab-cont .btn, .index-s3 .tab-cont .logos {
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3 .tab-cont h3 {
  font-size: 24px;
  color: #fff;
  animation-delay: .1s;
}
.index-s3 .tab-cont .para {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin-top: 1vw;
  animation-delay: .2s;
}
.index-s3 .tab-cont .btn {
  animation-delay: .3s;
}

.s-btn {
    display: inline-block;
    color: #36383C;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 20px;
    cursor: pointer;
    border: 1px solid #d4d5d7;
    position: relative;
    letter-spacing: normal;
}
.solution-more {
    border: 1px solid #FAFBFE;
    border-radius: 4px;
    height: 40px;
    width: 140px;
    margin: 20px 0 0 0;
    line-height: 30px;
    font-size: 14px;
    color: #FAFBFE;
    padding-left: 30px;
}

.solution-more em {
    width: 13px;
    height: 8px;
    margin-left: 10px;
    display: inline-block;
    background: url("../images/jiantou.png") no-repeat;
    background-size: cover;
    transition: margin-left 0.3s ease-out;
}

.solution-more:hover {
    color: #fa6f66;
    border: 1px solid #fa6f66;
}

.solution-more:hover em {
    margin-left: 15px;
    background: url("../images/jiantou1.png") no-repeat;
}
/*.index-s3 .tab-cont a {
  display: block;
  width: 200px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-color: #eb1329;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s3 .tab-cont a:before {
  content: '';
  width: 19px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}*/
@media screen and (min-width: 1025px) {
  .index-s3 .tab-cont a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(235, 19, 41, 0.3);
  }
}
.index-s3 .tab-cont .logos {
  margin-top: 2vw;
  padding-top: 1.5vw;
  font-size: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  animation-delay: .4s;
}
.index-s3 .tab-cont .logo {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 3px;
  margin-right: 24px;
  margin-top: 12px;
}
.index-s3 .tab-cont .logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin-right:39px;
}

.index-s5 {
  padding: 4.5vw 0 7vw;
  position: relative;
  z-index: 2;
}
.index-s5 .cont {
  margin-top: 2.5vw;
  position: relative;
}
.index-s5 .cont:before {
  content: '';
  width: 6.25vw;
  height: 6.15vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/img-5.png");
  position: absolute;
  left: -30px;
  bottom: -30px;
}
.index-s5 .cont .items {
  margin: 0 -1.5625vw;
  font-size: 0;
}
.index-s5 .cont .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(50% - 3.125vw);
  margin: 0 1.5625vw;
  padding-bottom: 3.125vw;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s5 .cont .item:after {
  content: '';
  height: 2px;
  width: 0;
  background-color: #eb1329;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s5 .cont .item .show {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s5 .cont .item .show:before {
  content: '';
  display: block;
  height: 7.8125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-4.jpg");
}
.index-s5 .cont .item .icon {
  width: 6.25vw;
  height: 6.25vw;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-3.125vw);
  -moz-transform: translateY(-3.125vw);
  -ms-transform: translateY(-3.125vw);
  transform: translateY(-3.125vw);
}
.index-s5 .cont .item:nth-of-type(1) .icon {
  background-image: url("../images/icon-7-2.png");
}
.index-s5 .cont .item:nth-of-type(2) .icon {
  background-image: url("../images/icon-7-2.png");
}
.index-s5 .cont .item:nth-of-type(3) .icon {
  background-image: url("../images/icon-7-3.png");
}
.index-s5 .cont .item .txt {
  text-align: center;
}
.index-s5 .cont .item h3 {
  font-size: 24px;
  color: #1e2835;
}
.index-s5 .cont .item p {
  font-size: 16px;
  color: #808080;
  margin-top: 15px;
}
.index-s5 .cont .item .img-box {
  height: 14.0625vw;
  text-align: center;
}
.index-s5 .cont .item .img-box img {
  width: auto;
  max-width: 70%;
  max-height: 70%;
}
.index-s5 .cont .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("../images/img-7.png");
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.index-s5 .cont .item:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.index-s5 .cont .item:hover:after {
  width: 100%;
}
.index-s5 .cont .item:hover .show {
  opacity: 0;
}
.index-s5 .cont .item:hover .hide {
  opacity: 1;
}

.index-s6 {
  position: relative;
  padding-bottom: 4vw;
}
.index-s6 img.img-bg {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index-s6 .cont {
  position: relative;
  padding: 2.5vw;
}
.index-s6 .tab-tit {
  text-align: center;
  font-size: 0;
  margin-top: 2.5vw;
}
.index-s6 .tab-tit span {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  font-size: 18px;
  line-height: 46px;
  color: #1e2835;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  text-align: center;
  margin: 0 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s6 .tab-tit span:hover, .index-s6 .tab-tit span.active {
  background-color: #eb1329;
  color: #fff;
  border-color: #eb1329;
}
.index-s6 .tab-cont .child {
  height: 0;
  overflow: hidden;
}
.index-s6 .tab-cont .child.active {
  height: auto;
}
.index-s6 .tab-cont .swiper {
  margin-bottom: 1px;
  padding: 2.75vw 0;
  position: relative;
}
.index-s6 .tab-cont .cont {
  margin: 0 -6.25vw;
  padding: 0 6.25vw;
  position: relative;
}
.index-s6 .tab-cont .items {
  padding: 5px;
}
.index-s6 .tab-cont .item {
  margin: 1.25vw 0;
  height: 82px;
  position: relative;
}
.index-s6 .tab-cont .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-13.png");
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s6 .tab-cont .item .bg {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-14.jpg");
  background-size: 100% 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s6 .tab-cont .item .img-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s6 .tab-cont .item .img-box img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.index-s6 .tab-cont .item .img-box.hide {
  opacity: 0;
}
.index-s6 .tab-cont .item i.ani {
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 4;
  display: none;
}
.index-s6 .tab-cont .item i.lt {
  top: 0;
  left: 0;
  border-top: 2px solid #eb1329;
  border-left: 2px solid #eb1329;
}
.index-s6 .tab-cont .item i.lb {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #eb1329;
  border-left: 2px solid #eb1329;
}
.index-s6 .tab-cont .item i.rt {
  top: 0;
  right: 0;
  border-top: 2px solid #eb1329;
  border-right: 2px solid #eb1329;
}
.index-s6 .tab-cont .item i.rb {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #eb1329;
  border-right: 2px solid #eb1329;
}
.index-s6 .tab-cont .item:hover:before {
  opacity: 1;
}
.index-s6 .tab-cont .item:hover .bg {
  opacity: 1;
}
.index-s6 .tab-cont .item:hover .img-box.hide {
  opacity: 1;
}
.index-s6 .tab-cont .item:hover i.ani {
  -webkit-animation: o-run-1 1.5s ease-in-out;
  -moz-animation: o-run-1 1.5s ease-in-out;
  -ms-animation: o-run-1 1.5s ease-in-out;
  animation: o-run-1 1.5s ease-in-out;
  display: block;
}
.index-s6 .button {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/prev-2.png");
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.index-s6 .button.show {
  opacity: 1;
  visibility: visible;
}
.index-s6 .button-prev {
  left: 0;
}
.index-s6 .button-next {
  transform: rotateY(180deg);
  right: 0;
}
.index-s6 .swiper-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #e6e6e6;
}
.index-s6 .swiper-scrollbar-drag {
  top: -1px;
  height: 3px;
  border-radius: 2px;
  background-color: #eb1329;
  cursor: pointer;
}

.index-s7 {
  margin-top: -7vw;
  padding: 4.5vw 0 3vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/img-11.png");
  background-size: 66.458% auto;
  position: relative;
  z-index: 2;
}
.index-s7 .items {
  font-size: 0;
  margin-top: 3vw;
  margin: 3vw -1.5625vw 0;
}
.index-s7 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 3.125vw);
  margin-left: 1.5625vw;
  margin-right: 1.5625vw;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.index-s7 .item .img-box {
  overflow: hidden;
}
.index-s7 .item img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-s7 .item .txt-box {
  padding: 1.5vw 1.5vw 0;
}
.index-s7 .item .date {
  font-size: 16px;
  color: #808080;
  line-height: 1;
  font-family: 'DINPro-Regular';
}
.index-s7 .item h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #221e1f;
  margin: 15px 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.index-s7 .item span {
  display: block;
  width: 17px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-8.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .index-s7 .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index-s7 .item:hover h3 {
    color: #eb1329;
  }
  .index-s7 .item:hover span {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.index-s7 a.more {
  display: block;
  width: 200px;
  margin: 2.5vw auto 0;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-color: #eb1329;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .index-s7 a.more:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(235, 19, 41, 0.3);
  }
}

/* tech */
.tech-page1-s1 {
  position: relative;
}
.tech-page1-s1 .img-box {
  overflow: hidden;
}
.tech-page1-s1 .img-box img {
  display: block;
  width: 100%;
  -webkit-animation: o-scale 12s linear infinite;
  -moz-animation: o-scale 12s linear infinite;
  -ms-animation: o-scale 12s linear infinite;
  animation: o-scale 12s linear infinite;
}
.tech-page1-s1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg.png");
  z-index: 1;
}
.tech-page1-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.tech-page1-s1 h3 {
  font-size: 60px;
  color: #fff;
  letter-spacing: 5px;
}
.tech-page1-s1 p {
  width: 60%;
  max-width: 650px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin-top: 1.5vw;
  letter-spacing: 1.5px;
  text-align: justify;
}

.tech-page1-s2 {
  background-color: #f7f9fc;
  padding: 4.5vw 0 9vw;
}
.tech-page1-s2 .items {
  font-size: 0;
  margin: -48px -24px 0;
}
.tech-page1-s2 .items-2 .item {
  width: calc(50% - 48px);
}
.tech-page1-s2 .items-3 .item {
  width: calc(33.33% - 48px);
}
.tech-page1-s2 .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 48px 24px 0;
  background-color: #fff;
  box-shadow: 0 20px 30px rgba(30, 40, 53, 0.05);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tech-page1-s2 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 40, 53, 0.5);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tech-page1-s2 .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(30, 40, 53, 0), #1e2835);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tech-page1-s2 .item .img-box {
  overflow: hidden;
}
.tech-page1-s2 .item img {
  display: block;
  width: 100%;
  opacity: .1;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tech-page1-s2 .item .show {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tech-page1-s2 .item .show h3 {
  color: #1e2835;
  margin-top: 2vw;
}
.tech-page1-s2 .item .show h4 {
  color: #808080;
}
.tech-page1-s2 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.5vw;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tech-page1-s2 .item .hide h3 {
  color: #fff;
}
.tech-page1-s2 .item .hide h4 {
  color: rgba(255, 255, 255, 0.3);
}
.tech-page1-s2 .item i {
  display: block;
  width: 8.5vw;
  height: 7.2vw;
  max-width: 162px;
  max-height: 138px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tech-page1-s2 .item h3 {
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tech-page1-s2 .item h4 {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
.tech-page1-s2 .item .label {
  font-size: 0;
}
.tech-page1-s2 .item .label a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
  border-left: 4px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-1.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tech-page1-s2 .item .label a:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}
.tech-page1-s2 .item .label a.shenfenzheng:before {
  background-image: url("../images/shenfenzheng.png");
}
.tech-page1-s2 .item .label a.huzhao:before {
  background-image: url("../images/huzhao.png");
}
.tech-page1-s2 .item .label a.hukouben:before {
  background-image: url("../images/hukouben.png");
}
.tech-page1-s2 .item .label a.chushengzhengming:before {
  background-image: url("../images/chushengzhengming.png");
}
.tech-page1-s2 .item .label a.junguanzheng:before {
  background-image: url("../images/junguanzheng.png");
}
.tech-page1-s2 .item .label a.gangaotaitongxingzheng:before {
  background-image: url("../images/gangaotaitongxingzheng.png");
}
.tech-page1-s2 .item .label a.yinhangka:before {
  background-image: url("../images/yinhangka.png");
}
.tech-page1-s2 .item .label a.yingyezhizhao:before {
  background-image: url("../images/yingyezhizhao.png");
}
.tech-page1-s2 .item .label a.xingshizheng:before {
  background-image: url("../images/xingshizheng.png");
}
.tech-page1-s2 .item .label a.jiashizheng:before {
  background-image: url("../images/jiashizheng.png");
}
.tech-page1-s2 .item .label a.chelianghegezheng:before {
  background-image: url("../images/chelianghegezheng.png");
}
.tech-page1-s2 .item .label a.gouchefapiao:before {
  background-image: url("../images/gouchefapiao.png");
}
.tech-page1-s2 .item .label a.ershouchefapiao:before {
  background-image: url("../images/ershouchefapiao.png");
}
.tech-page1-s2 .item .label a.chepai:before {
  background-image: url("../images/chepai.png");
}
.tech-page1-s2 .item .label a.zengzhishuifapiao:before {
  background-image: url("../images/zengzhishuifapiao.png");
}
.tech-page1-s2 .item .label a.huochepiao:before {
  background-image: url("../images/huochepiao.png");
}
.tech-page1-s2 .item .label a.dianzifapiao:before {
  background-image: url("../images/dianzifapiao.png");
}
.tech-page1-s2 .item .label a.chuzuchepiao:before {
  background-image: url("../images/chuzuchepiao.png");
}
.tech-page1-s2 .item .label a.tongyongwenben:before {
  background-image: url("../images/tongyongwenben.png");
}
.tech-page1-s2 .item .label a.tongyongbiaoge:before {
  background-image: url("../images/tongyongbiaoge.png");
}
.tech-page1-s2 .item .label a.tiaoxingma:before {
  background-image: url("../images/tiaoxingma.png");
}
.tech-page1-s2 .item .label a.yinzhang:before {
  background-image: url("../images/yinzhang.png");
}
.tech-page1-s2 .item .label a.hetongbidui:before {
  background-image: url("../images/hetongbidui.png");
}
.tech-page1-s2 .item .label a.zichanfuzhaibiao:before {
  background-image: url("../images/zichanfuzhaibiao.png");
}
.tech-page1-s2 .item .label a.lirunbiao:before {
  background-image: url("../images/lirunbiao.png");
}
.tech-page1-s2 .item .label a.xianjinliuliangbiao:before {
  background-image: url("../images/xianjinliuliangbiao.png");
}
.tech-page1-s2 .item .label a:hover {
  border-left-color: #eb1329;
  background-image: url("../images/img-1-on.png");
}
.tech-page1-s2 .item p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin-top: 1.5vw;
  text-align: center;
  height: 128px;
  overflow: hidden;
}
.tech-page1-s2 .item p.short {
  height: auto;
  max-height: 64px;
}
.tech-page1-s2 .item a.btn {
  margin: 2vw auto 0;
  display: block;
  width: 120px;
  font-size: 15px;
  line-height: 34px;
  color: #eb1329;
  border: 1px solid #eb1329;
  border-radius: 20px;
  text-align: center;
  background-color: rgba(235, 19, 41, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .tech-page1-s2 .item a.btn:hover {
    background-color: #eb1329;
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .tech-page1-s2 .item:hover {
    box-shadow: 0 20px 40px rgba(30, 40, 53, 0.3);
  }
  .tech-page1-s2 .item:hover img {
    opacity: .5;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
  }
  .tech-page1-s2 .item:hover .show {
    opacity: 0;
  }
  .tech-page1-s2 .item:hover:before, .tech-page1-s2 .item:hover:after,
  .tech-page1-s2 .item:hover .hide {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1025px) {
  .tech-page1-s2 .item.active {
    box-shadow: 0 20px 40px rgba(30, 40, 53, 0.3);
  }
  .tech-page1-s2 .item.active img {
    opacity: .5;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
  }
  .tech-page1-s2 .item.active .show {
    opacity: 0;
  }
  .tech-page1-s2 .item.active:before, .tech-page1-s2 .item.active:after,
  .tech-page1-s2 .item.active .hide {
    opacity: 1;
    visibility: visible;
  }
}

/* solution */
.solution-s1 {
  position: relative;
}
.solution-s1 .img-box {
  overflow: hidden;
}
.solution-s1 .img-box img {
  display: block;
  width: 100%;
  -webkit-animation: o-scale 12s linear infinite;
  -moz-animation: o-scale 12s linear infinite;
  -ms-animation: o-scale 12s linear infinite;
  animation: o-scale 12s linear infinite;
}
.solution-s1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg.png");
  z-index: 1;
}
.solution-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.solution-s1 h3 {
  font-size: 60px;
  color: #fff;
}
.solution-s1 .tip {
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
  font-style: italic;
  letter-spacing: 1px;
}
.solution-s1 .tip span {
  font-size: 48px;
  color: #eb1329;
  font-family: 'DINPro-Medium';
}
.solution-s1 .prog {
  background-color: #fff;
  display: inline-block;
  padding: 0 40px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 0;
  margin-top: 20px;
}
.solution-s1 .prog span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #1e2835;
  line-height: 60px;
}
.solution-s1 .prog span:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.solution-s1 .prog span:after {
  content: '';
  width: 10px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 20px 0;
}
.solution-s1 .prog span:last-of-type:after {
  display: none;
}
.solution-s1 .dots {
  font-size: 0;
  max-width: 740px;
  margin: 30px auto 0;
}
.solution-s1 .dot {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  font-size: 20px;
  line-height: 60px;
  color: #1e2835;
  font-style: italic;
  letter-spacing: 2px;
}
.solution-s1 .dot span {
  font-size: 32px;
  color: #eb1329;
  font-family: 'DINPro-Medium';
}
.solution-s1 .dot:nth-of-type(3), .solution-s1 .dot:nth-of-type(4) {
  margin-top: 20px;
}
.solution-s1 .dot:nth-of-type(even) {
  margin-left: 20px;
}

.solution-s2 {
  padding: 4.5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-1.jpg");
}
.solution-s2 .items {
  font-size: 0;
  display: flex;
  margin: 2vw -12px 0;
}
.solution-s2 .item {
  flex: 1;
  position: relative;
  margin: 0 12px;
  background: linear-gradient(-45deg, transparent 1.7vw, #fff 0);
  transition: transform .3s ease, box-shadow .3s ease;
}
.solution-s2 .item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/img-2.png");
  opacity: 0;
  transition: all .3s ease;
}
.solution-s2 .item:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.5vw;
  height: 2.5vw;
  background: linear-gradient(-45deg, transparent 1.7vw, #edeff2 0);
}
.solution-s2 .item .img-box {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.solution-s2 .item img {
  display: block;
  width: 100%;
  transition: all .3s ease;
}
.solution-s2 .item .txt-box {
  padding: 3vw 1.5vw;
  position: relative;
  z-index: 2;
}
.solution-s2 .item h3 {
  font-size: 24px;
  color: #1e2835;
}
.solution-s2 .item .para {
  margin-top: 15px;
}
.solution-s2 .item p {
  font-size: 16px;
  color: #808080;
  margin-top: 15px;
  padding-left: 20px;
  position: relative;
}
.solution-s2 .item p:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.solution-s2 .item p:nth-of-type(1) {
  margin-top: 0;
}
.solution-s2 .item .info {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  margin-top: 15px;
}
.solution-s2 .item .line {
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eb1329;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .solution-s2 .item:hover {
    background: #fff;
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(50, 54, 59, 0.1);
  }
  .solution-s2 .item:hover:before {
    opacity: 1;
  }
  .solution-s2 .item:hover:after {
    opacity: 0;
  }
  .solution-s2 .item:hover img {
    transform: scale(1.1);
  }
  .solution-s2 .item:hover .line {
    transform: scaleX(1);
  }
}

.solution-s3 {
  padding: 4.5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-4.jpg");
}
.solution-s3 .tab-tit {
  text-align: center;
  margin-top: 2vw;
  font-size: 0;
}
.solution-s3 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 2.5vw;
  position: relative;
  cursor: pointer;
}
.solution-s3 .tab-tit .item .icon {
  width: 6.25vw;
  height: 6.25vw;
  position: relative;
}
.solution-s3 .tab-tit .item i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.solution-s3 .tab-tit .item i.hide {
  opacity: 0;
}
.solution-s3 .tab-tit .item span {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: block;
  font-size: 18px;
  color: #1e2835;
}
.solution-s3 .tab-tit .item .line {
  position: absolute;
  top: 2.5vw;
  right: -2.5vw;
  transform: translateX(50%);
  width: 5.4vw;
  max-width: 100px;
}
.solution-s3 .tab-tit .item .line img {
  display: block;
  width: 100%;
}
.solution-s3 .tab-tit .item .line:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 0;
  border-radius: 4px;
  background-color: #eb1329;
}
@media screen and (min-width: 1025px) {
  .solution-s3 .tab-tit .item:hover i.show {
    opacity: 0;
  }
  .solution-s3 .tab-tit .item:hover i.hide {
    opacity: 1;
  }
}
.solution-s3 .tab-tit .item.active i.show {
  opacity: 0;
}
.solution-s3 .tab-tit .item.active i.hide {
  opacity: 1;
}
.solution-s3 .tab-tit .item.active .line:after {
  animation: o-width 2s linear infinite;
}
.solution-s3 .tab-cont {
  margin: 2vw -33px 0;
}
.solution-s3 .tab-cont .child {
  display: none;
}
.solution-s3 .tab-cont .child.active {
  display: block;
}
.solution-s3 .tab-cont .child img {
  display: block;
  width: 100%;
}

.solution-s4 {
  padding: 4.5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-3.jpg");
}
.solution-s4 .items {
  margin-top: 2vw;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 3vw 0;
}
.solution-s4 .item {
  width: 25%;
  position: relative;
  padding: 2vw;
  text-align: center;
  transition: all .3s ease;
}
.solution-s4 .item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #e6e6e6;
}
.solution-s4 .item:last-of-type:after {
  display: none;
}
.solution-s4 .item .icon {
  height: 3.75vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s4 .item h3 {
  font-size: 24px;
  color: #1e2835;
  margin-top: 2.5vw;
}
.solution-s4 .item p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .solution-s4 .item:hover {
    transform: translateY(-10px);
  }
}

.solution-s5 {
  padding: 4.5vw 0 6vw;
}
.solution-s5 .mid-box {
  border-bottom: 1px solid #e6e6e6;
}
.solution-s5 .tab-tit {
  font-size: 0;
  text-align: center;
  display: flex;
}
.solution-s5 .tab-tit .item {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.solution-s5 .tab-tit .item .logo {
  display: inline-block;
  width: 90%;
  max-width: 360px;
  height: 100px;
  position: relative;
}
.solution-s5 .tab-tit .item .logo:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: #eb1329;
  transform: scaleX(0);
  transition: transform .3s ease;
}
.solution-s5 .tab-tit .item img {
  width: auto;
  max-width: 70%;
  max-height: 50%;
  opacity: .2;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .3s ease;
}
.solution-s5 .tab-tit .item.active .logo:after {
  transform: scaleX(1);
}
.solution-s5 .tab-tit .item.active img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.solution-s5 .tab-cont {
  margin: 0 -6.25vw;
}
.solution-s5 .tab-cont .child {
  padding: 0 6.25vw;
  position: relative;
  overflow: hidden;
}
.solution-s5 .tab-cont .child .block {
  height: 0;
  overflow: hidden;
}
.solution-s5 .tab-cont .child.active .block {
  height: auto;
}
.solution-s5 .swiper {
  margin: 0 -2vw;
  padding: 3vw 2vw 2vw;
}
.solution-s5 .swiper .item {
  height: auto;
}
.solution-s5 .swiper .box {
  width: 99%;
  height: 99%;
  border: 1px solid #e6e6e6;
  padding: 4vw 1.5vw 1.5vw;
  position: relative;
  transition: all .3s ease;
}
.solution-s5 .swiper .box:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 446px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/img-6.jpg");
  background-size: 100% auto;
  opacity: 0;
  transition: all .3s ease;
}
.solution-s5 .swiper .box i {
  width: 5vw;
  height: 4.2vw;
  max-height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.5vw;
  top: 1.5vw;
  z-index: 2;
  transition: all .3s ease;
}
.solution-s5 .swiper .box h3 {
  font-size: 24px;
  color: #1e2835;
  position: relative;
  z-index: 2;
}
.solution-s5 .swiper .box .para {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  color: #808080;
  position: relative;
  z-index: 2;
}
.solution-s5 .swiper .box p {
  padding-left: 14px;
  position: relative;
}
.solution-s5 .swiper .box p:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #cccccc;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .solution-s5 .swiper .box:hover {
    border-color: #eb1329;
    transform: translateY(-10px);
    box-shadow: 0 1vw 2vw rgba(235, 19, 41, 0.1);
  }
  .solution-s5 .swiper .box:hover:before {
    opacity: 1;
  }
  .solution-s5 .swiper .box:hover i {
    opacity: 0;
  }
}
.solution-s5 .no-detail {
  margin-top: 2vw;
}
.solution-s5 .no-detail .items {
  font-size: 0;
  margin: 0 -1.25vw;
}
.solution-s5 .no-detail .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 2.5vw);
  margin: 0 1.25vw;
  border: 1px solid #e6e6e6;
  text-align: center;
  height: 12.5vw;
  transition: all .3s ease;
}
.solution-s5 .no-detail .item img {
  width: auto;
  max-width: 70%;
  max-height: 60%;
}
@media screen and (min-width: 1025px) {
  .solution-s5 .no-detail .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
}
.solution-s5 .button {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/prev-1.png");
  transition: all .3s ease;
  cursor: pointer;
}
.solution-s5 .button:hover {
  background-image: url("../images/prev-2.png");
}
.solution-s5 .button-prev {
  left: 0;
}
.solution-s5 .button-next {
  transform: rotateY(180deg);
  right: 0;
}
.solution-s5 .pagination {
  text-align: center;
  font-size: 0;
}
.solution-s5 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #e1e1e1;
  transition: all .3s ease;
  cursor: pointer;
}
.solution-s5 .pagination span.active {
  background-color: #eb1329;
}
.solution-s5 a.more {
  display: block;
  width: 200px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  background-color: #eb1329;
  border-radius: 30px;
  margin: 3vw auto 0;
  text-align: center;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .solution-s5 a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(235, 19, 41, 0.2);
  }
}

.solution-s6 {
  padding: 4.5vw 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.solution-s6:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg.png");
}
.solution-s6 .items {
  margin: 0 -1.25vw;
  display: flex;
  flex-wrap: wrap;
}
.solution-s6 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 2.5vw);
  margin: 2.5vw 1.25vw 0;
  position: relative;
}
.solution-s6 .item .show {
  background-color: #fff;
  padding: 4vw 0;
  text-align: center;
}
.solution-s6 .item .show i {
  display: block;
  height: 4.2vw;
  max-height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s6 .item .show h3 {
  font-size: 20px;
  color: #1e2835;
  margin-top: 2.5vw;
}
.solution-s6 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eb1329;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 2;
}
.solution-s6 .item .hide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 61.728% auto;
  background-image: url("../images/5-bg-2.png");
}
.solution-s6 .item .hide i {
  position: absolute;
  top: 1.5vw;
  left: 1.5vw;
  width: 2.5vw;
  height: 2.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s6 .item .hide .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.5vw 1.5vw;
}
.solution-s6 .item .hide h3 {
  font-size: 24px;
  color: #fff;
}
.solution-s6 .item .hide .para {
  margin-top: 15px;
}
.solution-s6 .item .hide p {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}
.solution-s6 .item .hide p:nth-of-type(1) {
  margin-top: 0;
}
.solution-s6 .item .hide p:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (min-width: 1025px) {
  .solution-s6 .item:hover .hide {
    top: -1vw;
    bottom: -1vw;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1025px) {
  .solution-s6 .item.active .hide {
    top: -5px;
    bottom: -5px;
    opacity: 1;
    visibility: visible;
  }
}

.solution-s7 {
  padding: 4.5vw 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.solution-s7:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg.png");
}
.solution-s7 .items {
  margin: 2vw -12px 0;
  display: flex;
  flex-wrap: wrap;
}
.solution-s7 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 12px;
  position: relative;
}
.solution-s7 .item .show {
  background-color: #fff;
  padding: 3vw 0;
  text-align: center;
}
.solution-s7 .item .show i {
  display: block;
  height: 3.75vw;
  max-height: 72px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s7 .item .show h3 {
  font-size: 24px;
  color: #1e2835;
  margin-top: 1.5vw;
}
.solution-s7 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eb1329;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 2;
}
.solution-s7 .item .hide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 43.1% auto;
  background-image: url("../images/5-bg-2.png");
}
.solution-s7 .item .hide i {
  position: absolute;
  top: 1.5vw;
  left: 1.5vw;
  width: 2.5vw;
  height: 2.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s7 .item .hide .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.5vw 1.5vw;
}
.solution-s7 .item .hide h3 {
  font-size: 24px;
  color: #fff;
}
.solution-s7 .item .hide .para {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1025px) {
  .solution-s7 .item:hover .hide {
    top: -10px;
    bottom: -10px;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1025px) {
  .solution-s7 .item.active .hide {
    top: -5px;
    bottom: -5px;
    opacity: 1;
    visibility: visible;
  }
}

.solution-s8 {
  padding: 5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.solution-s8 h3 {
  text-align: center;
  font-size: 48px;
  color: #fff;
}

.solution-s9 {
  padding: 4.5vw 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/7-bg-4.jpg");
}
.solution-s9 .items {
  margin-top: 2vw;
  display: flex;
  font-size: 0;
}
.solution-s9 .item {
  flex: 1;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  transition: all .3s ease;
}
.solution-s9 .item:nth-of-type(2) {
  margin-left: 24px;
}
.solution-s9 .item .img-box {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.solution-s9 .item .img-box img {
  width: auto;
  max-width: 70%;
  max-height: 60%;
}
.solution-s9 .item .txt-box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 4vw 2.5vw;
  background-color: #f7f9fc;
}
.solution-s9 .item h3 {
  font-size: 24px;
  color: #1e2835;
}
.solution-s9 .item p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .solution-s9 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
}

/* case */
.case-page-s2 {
  padding: 4.5vw 0 6vw;
  background-color: #f7f9fc;
}
.case-page-s2 .item {
  padding: 3.125vw;
  background-color: #fff;
  position: relative;
  margin-top: 4vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case-page-s2 .item:nth-of-type(1) {
  margin-top: 0;
}
.case-page-s2 .item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #eb1329;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.case-page-s2 .item:after {
  content: '';
  display: block;
  clear: both;
}
.case-page-s2 .item .img-box {
  width: 37%;
  max-width: 480px;
  float: right;
  border-radius: 12px;
  overflow: hidden;
}
.case-page-s2 .item .img-box img {
  display: block;
  width: 100%;
}
.case-page-s2 .item .txt-box {
  width: 63%;
  padding-right: 3.125vw;
}
.case-page-s2 .item h3 {
  position: relative;
  width: 5.73vw;
  height: 6.25vw;
  margin-top: -4.125vw;
}
.case-page-s2 .item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case-page-s2 .item svg.svg-1 {
  z-index: 1;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  transform-origin: 50% 100%;
  opacity: .05;
}
.case-page-s2 .item svg.svg-2 {
  z-index: 2;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  transform-origin: 0 20%;
  opacity: .15;
}
.case-page-s2 .item svg.svg-3 {
  z-index: 3;
}
.case-page-s2 .item .tit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 4;
}
.case-page-s2 .item .tit span {
  font-size: 18px;
  color: #fff;
}
.case-page-s2 .item .para {
  font-size: 16px;
  line-height: 2;
  color: #1e2835;
  margin-top: 1.5vw;
}
.case-page-s2 .item .icons {
  margin-top: 1.5vw;
  padding-top: 1.5vw;
  font-size: 0;
  border-top: 1px solid #e6e6e6;
}
.case-page-s2 .item .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 4.5vw;
  text-align: center;
}
.case-page-s2 .item .icon:last-of-type {
  margin-right: 0;
}
.case-page-s2 .item .icon i {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-page-s2 .item .icon i.chepaishibie {
  background-image: url("../images/chepaishibie.png");
}
.case-page-s2 .item .icon i.chuzuchepiaoshibie {
  background-image: url("../images/chuzuchepiaoshibie.png");
}
.case-page-s2 .item .icon i.dianhuipingzhengshibie {
  background-image: url("../images/dianhuipingzhengshibie.png");
}
.case-page-s2 .item .icon i.fapiaoshibie {
  background-image: url("../images/fapiaoshibie.png");
}
.case-page-s2 .item .icon i.gangaotongxingzhengshibie {
  background-image: url("../images/gangaotongxingzhengshibie.png");
}
.case-page-s2 .item .icon i.gonganjianxiang {
  background-image: url("../images/gonganjianxiang.png");
}
.case-page-s2 .item .icon i.hangkongxingchengdanshibie {
  background-image: url("../images/hangkongxingchengdanshibie.png");
}
.case-page-s2 .item .icon i.hetongyinzhangjiance {
  background-image: url("../images/hetongyinzhangjiance.png");
}
.case-page-s2 .item .icon i.huochepiaoshibie {
  background-image: url("../images/huochepiaoshibie.png");
}
.case-page-s2 .item .icon i.huotijiance {
  background-image: url("../images/huotijiance.png");
}
.case-page-s2 .item .icon i.huzhaoshibie {
  background-image: url("../images/huzhaoshibie.png");
}
.case-page-s2 .item .icon i.jiashizhengshibie {
  background-image: url("../images/jiashizhengshibie.png");
}
.case-page-s2 .item .icon i.kaihuxukezhengshibie {
  background-image: url("../images/kaihuxukezhengshibie.png");
}
.case-page-s2 .item .icon i.mingpianshibie {
  background-image: url("../images/mingpianshibie.png");
}
.case-page-s2 .item .icon i.mobanzidingyigongju {
  background-image: url("../images/mobanzidingyigongju.png");
}
.case-page-s2 .item .icon i.ocrshibiepingtai {
  background-image: url("../images/ocrshibiepingtai.png");
}
.case-page-s2 .item .icon i.renlianshibie {
  background-image: url("../images/renlianshibie.png");
}
.case-page-s2 .item .icon i.shenfenzhengshibie {
  background-image: url("../images/shenfenzhengshibie.png");
}
.case-page-s2 .item .icon i.shouxieshibie {
  background-image: url("../images/shouxieshibie.png");
}
.case-page-s2 .item .icon i.tongyongwenbenshibie {
  background-image: url("../images/tongyongwenbenshibie.png");
}
.case-page-s2 .item .icon i.xinchehegezhengshibie {
  background-image: url("../images/xinchehegezhengshibie.png");
}
.case-page-s2 .item .icon i.xingshizhengshibie {
  background-image: url("../images/xingshizhengshibie.png");
}
.case-page-s2 .item .icon i.yingyezhizhaoshibie {
  background-image: url("../images/yingyezhizhaoshibie.png");
}
.case-page-s2 .item .icon i.yinhangkashibie {
  background-image: url("../images/yinhangkashibie.png");
}
.case-page-s2 .item .icon i.yinhangzhipiaoshibie {
  background-image: url("../images/yinhangzhipiaoshibie.png");
}
.case-page-s2 .item .icon i.zengzhishuifapiaoshibie {
  background-image: url("../images/zengzhishuifapiaoshibie.png");
}
.case-page-s2 .item .icon i.shenfenzhengzhijian {
  background-image: url("../images/shenfenzhengzhijian.png");
}
.case-page-s2 .item .icon p {
  font-size: 16px;
  color: #1e2835;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .case-page-s2 .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  }
  .case-page-s2 .item:hover:before {
    width: 100%;
  }
}

/* news */
.news-page-s2 {
  padding: 4.5vw 6vw;
  background-color: #f7f9fc;
}
.news-page-s2 .lists-box {
  background-color: #fff;
}
.news-page-s2 .cate-box {
  padding: 0 2vw;
}
.news-page-s2 .cate-box a {
  display: inline-block;
  vertical-align: top;
  padding: 0 27px;
  font-size: 18px;
  line-height: 76px;
  color: #808080;
  margin-right: 12px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-page-s2 .cate-box a.active {
  color: #eb1329;
  border-color: #eb1329;
}
@media screen and (min-width: 1025px) {
  .news-page-s2 .cate-box a:hover {
    color: #eb1329;
  }
}
.news-page-s2 .cate-box:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #e6e6e6;
}
.news-page-s2 .opa-box {
  padding: 0 2vw;
  margin-top: 20px;
  font-size: 0;
}
.news-page-s2 .opa-box .opa {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 5px 0;
  position: relative;
}
.news-page-s2 .opa-box .opa span {
  display: block;
  background-color: #f8f8f8;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  color: #333;
}
.news-page-s2 .opa-box .opa i {
  position: absolute;
  top: -7px;
  right: -7px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 12px;
  line-height: 10px;
  color: #fff;
  background-color: #eb1329;
  font-style: normal;
  text-align: center;
  cursor: pointer;
}
.news-page-s2 .de-box {
  padding: 20px 0;
  overflow: hidden;
}
.news-page-s2 .de-box .item {
  font-size: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-page-s2 .de-box .item a {
  display: block;
  padding: 20px 2vw;
}
.news-page-s2 .de-box .item .img-box {
  width: 32%;
  max-width: 266px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.news-page-s2 .de-box .item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.news-page-s2 .de-box .item .txt-box {
  width: 68%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.5vw;
  position: relative;
}
.news-page-s2 .de-box .item .date {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'DINPro-Light';
}
.news-page-s2 .de-box .item .date:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2.png");
}
.news-page-s2 .de-box .item h3 {
  font-size: 18px;
  color: #1e2835;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news-page-s2 .de-box .item p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  max-height: 48px;
  overflow: hidden;
  margin-top: 10px;
}
.news-page-s2 .de-box .item .label {
  margin-top: 10px;
  padding-right: 140px;
}
.news-page-s2 .de-box .item .label span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 24px;
  color: #808080;
  padding: 0 10px;
  background-color: #f8f8f8;
  border-radius: 2px;
  margin-left: 10px;
}
.news-page-s2 .de-box .item .label span:nth-of-type(1) {
  margin-left: 0;
}
.news-page-s2 .de-box .item .btn {
  position: absolute;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news-page-s2 .de-box .item .btn:after {
  content: '';
  width: 96px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3.png");
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -48px;
}
@media screen and (min-width: 1025px) {
  .news-page-s2 .de-box .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .news-page-s2 .de-box .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news-page-s2 .de-box .item:hover h3 {
    color: #eb1329;
  }
  .news-page-s2 .de-box .item:hover .btn {
    opacity: 1;
  }
}

.news-separate {
  font-size: 0;
}
.news-separate .left-block {
  display: inline-block;
  vertical-align: top;
  width: 66.66%;
}
.news-separate .right-block {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding-left: 24px;
}
.news-separate .right-block .tit {
  margin: 0 -2vw;
  padding: 1.5vw 2vw;
  position: relative;
  font-size: 18px;
  color: #1e2835;
}
.news-separate .right-block .tit:before {
  content: '';
  width: 2px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  background-color: #eb1329;
}
.news-separate .right-block .top-box {
  background-color: #fff;
  padding: 0 2vw 2vw;
}
.news-separate .right-block .pic-list {
  position: relative;
}
.news-separate .right-block .pic-list a {
  display: block;
}
.news-separate .right-block .pic-list .img-box {
  overflow: hidden;
}
.news-separate .right-block .pic-list img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.news-separate .right-block .pic-list .label {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 0;
}
.news-separate .right-block .pic-list .label span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  padding: 0 10px;
  background-color: #eb1329;
  border-radius: 2px;
  margin-left: 10px;
}
.news-separate .right-block .pic-list .label span:nth-of-type(1) {
  margin-left: 0;
}
.news-separate .right-block .pic-list h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 1.5px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
}
@media screen and (min-width: 1025px) {
  .news-separate .right-block .pic-list:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.news-separate .right-block .txt-list {
  margin-top: 2vw;
}
.news-separate .right-block .txt-list a {
  display: block;
  padding-left: 16px;
  position: relative;
}
.news-separate .right-block .txt-list a:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  position: absolute;
  top: 9px;
  left: 0;
}
.news-separate .right-block .txt-list h3 {
  font-size: 16px;
  line-height: 24px;
  color: #1e2835;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news-separate .right-block .txt-list .label {
  margin-top: 15px;
}
.news-separate .right-block .txt-list .label span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 24px;
  color: #808080;
  padding: 0 10px;
  background-color: #f8f8f8;
  border-radius: 2px;
  margin-left: 10px;
  cursor: default;
}
.news-separate .right-block .txt-list .label span:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .news-separate .right-block .txt-list:hover h3 {
    color: #eb1329;
  }
}
.news-separate .right-block .bot-box {
  background-color: #fff;
  margin-top: 24px;
  padding: 0 2vw 3vw;
}
.news-separate .right-block .label-link {
  font-size: 0;
}
.news-separate .right-block .label-link a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 24px;
  color: #808080;
  padding: 0 10px;
  background-color: #f8f8f8;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-separate .right-block .label-link a.active {
  background-color: #eb1329;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .news-separate .right-block .label-link a:hover {
    background-color: #eb1329;
    color: #fff;
  }
}

.news-detail-s1 {
  position: relative;
  z-index: 1;
}
.news-detail-s1 .img-box {
  overflow: hidden;
}
.news-detail-s1 .img-box img {
  display: block;
  width: 100%;
  -webkit-animation: o-scale 12s linear infinite;
  -moz-animation: o-scale 12s linear infinite;
  -ms-animation: o-scale 12s linear infinite;
  animation: o-scale 12s linear infinite;
}
.news-detail-s1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg.png");
  z-index: 1;
}
.news-detail-s1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(30, 40, 53, 0), #1e2835);
  z-index: 2;
}
.news-detail-s1 .txt-box {
  padding-top: 8vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.news-detail-s1 h4 {
  font-size: 48px;
  color: #fff;
  width: 66.66%;
  letter-spacing: 5px;
}

.news-detail-s2 {
  border-top: 1px solid transparent;
  background-color: #f7f9fc;
  padding-bottom: 6vw;
  position: relative;
  z-index: 2;
}
.news-detail-s2 .main {
  margin-top: -9vw;
}
.news-detail-s2 .info {
  font-size: 0;
}
.news-detail-s2 .info span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
}
.news-detail-s2 .info span:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.5vw;
}
.news-detail-s2 .info span:nth-of-type(1):before {
  display: none;
}
.news-detail-s2 .news-separate {
  margin-top: 2vw;
}
.news-detail-s2 .cont-box {
  background-color: #fff;
  padding: 4vw 2vw 0;
}
.news-detail-s2 a.back {
  display: block;
  width: 176px;
  height: 182px;
  margin: 3vw auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .news-detail-s2 a.back:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* about */
.about-page-s1 {
  position: relative;
}
.about-page-s1 .img-box {
  overflow: hidden;
}
.about-page-s1 .img-box img {
  display: block;
  width: 100%;
  -webkit-animation: o-scale 12s linear infinite;
  -moz-animation: o-scale 12s linear infinite;
  -ms-animation: o-scale 12s linear infinite;
  animation: o-scale 12s linear infinite;
}
.about-page-s1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg.png");
  z-index: 1;
}
.about-page-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
}
.about-page-s1 .cn, .about-page-s1 .en {
  line-height: 1;
  color: #fff;
  font-style: italic;
}
.about-page-s1 .cn {
  font-size: 60px;
  letter-spacing: 5px;
}
.about-page-s1 .en {
  font-size: 48px;
  font-family: 'AVGARDM_0';
  margin-top: 20px;
}

.about-page-s2 {
  background-color: #f7f9fc;
  position: relative;
  z-index: 2;
  border-top: 1px solid transparent;
}
.about-page-s2 .cont {
  margin-top: -6vw;
  position: relative;
}
.about-page-s2 .cont:after {
  content: '';
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  bottom: -30px;
  right: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.about-page-s2 .para {
  background-color: #fff;
  border-radius: 20px;
  padding: 4vw 6.25vw;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  position: relative;
  z-index: 2;
}

.about-page-s3 {
  padding: 4.5vw 0 10vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-3.jpg");
}
.about-page-s3 .cont {
  position: relative;
  margin-top: 3vw;
}
.about-page-s3 .airplane {
  position: absolute;
  top: 70px;
  width: 86%;
  max-width: 1240px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 2px dashed #cecfcf;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  z-index: 1;
}
.about-page-s3 .airplane:before {
  content: '';
  position: absolute;
  left: 0;
  width: 30%;
  height: 3px;
  top: -2px;
  background-image: linear-gradient(-90deg, rgba(244, 246, 248, 0), #f4f6f8);
}
.about-page-s3 .airplane:after {
  content: '';
  position: absolute;
  right: 0;
  width: 30%;
  height: 3px;
  top: -2px;
  background-image: linear-gradient(90deg, rgba(244, 246, 248, 0), #f4f6f8);
}
.about-page-s3 .airplane img {
  width: 114px;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: left 0.6s ease;
  -moz-transition: left 0.6s ease;
  -ms-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
.about-page-s3 .tab-cont {
  max-width: 647px;
  height: 320px;
  margin: 0 auto;
  padding: 0 3.125vw;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 1vw 2vw rgba(235, 19, 41, 0.3);
  background-image: url("../images/img-5.png");
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about-page-s3 .tab-cont .child {
  display: none;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-page-s3 .tab-cont .child.active {
  display: block;
}
.about-page-s3 .tab-cont h3 {
  position: relative;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: 'DINPro-Medium';
}
.about-page-s3 .tab-cont h3:before {
  content: '';
  width: 27px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4.png");
  position: absolute;
  left: 0;
  top: 0;
}
.about-page-s3 .tab-cont .para {
  margin-top: 1.5vw;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  min-height: 96px;
}
.about-page-s3 .year {
  max-width: 1200px;
  margin: 3vw auto 0;
  position: relative;
  z-index: 2;
}
.about-page-s3 .year .item {
  position: relative;
}
.about-page-s3 .year .item .box {
  text-align: center;
  cursor: pointer;
}
.about-page-s3 .year .item .box:before {
  content: '';
  width: 25px;
  height: 32px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2.png");
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page-s3 .year .item .box .dot {
  width: 16px;
  height: 16px;
  margin: 24px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page-s3 .year .item .box h3 {
  font-size: 24px;
  line-height: 1;
  color: #1e2835;
  opacity: .5;
  font-family: 'DINPro-Regular';
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page-s3 .year .item .line {
  position: absolute;
  left: 100%;
  top: 62px;
  width: 100px;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/img-4.png");
}
.about-page-s3 .year .item .line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #eb1329;
}
@media screen and (min-width: 1025px) {
  .about-page-s3 .year .item:hover .box h3 {
    opacity: 1;
    color: #eb1329;
  }
}
.about-page-s3 .year .item.active .box:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about-page-s3 .year .item.active .box .dot {
  background-image: url("../images/icon-3-on.png");
}
.about-page-s3 .year .item.active .box h3 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #eb1329;
  opacity: 1;
}
.about-page-s3 .year .item.active .line:after {
  width: 100%;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}
.about-page-s3 .button {
  position: absolute;
  top: 8vw;
  width: 44px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/prev.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 2;
}
.about-page-s3 .button:hover {
  background-image: url("../images/prev-1.png");
}
.about-page-s3 .button-prev {
  left: 0;
}
.about-page-s3 .button-next {
  right: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about-page-s4 {
  padding: 4.5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-1.jpg");
  background-attachment: fixed;
}
.about-page-s4 .tab-tit {
  text-align: center;
  font-size: 0;
  margin: 2vw 0;
}
.about-page-s4 .tab-tit span {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 24px;
  margin: 0 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about-page-s4 .tab-tit span:hover, .about-page-s4 .tab-tit span.active {
  border-color: #eb1329;
  background-color: #eb1329;
  color: #fff;
}
.about-page-s4 .tab-cont {
  position: relative;
}
.about-page-s4 .tab-cont:after {
  content: '';
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  bottom: -30px;
  left: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-6.png");
  z-index: 1;
}
.about-page-s4 .tab-cont .child {
  position: relative;
  z-index: 2;
  display: none;
}
.about-page-s4 .tab-cont .child.active {
  display: block;
}
.about-page-s4 .tab-cont .box {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-page-s4 .tab-cont .txt-box {
  width: 50%;
  padding: 2vw 3vw;
}
.about-page-s4 .tab-cont h3 {
  font-size: 24px;
  color: #1e2835;
}
.about-page-s4 .tab-cont .para {
  font-size: 16px;
  line-height: 2;
  color: #496080;
  margin-top: 20px;
  letter-spacing: 2px;
}
.about-page-s4 .tab-cont .img-box {
  width: 50%;
  overflow: hidden;
}
.about-page-s4 .tab-cont .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.about-page-s4 .cont {
  text-align: center;
}
.about-page-s4 .cont .para {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  padding: 2vw 0;
}
.about-page-s4 .cont a {
  display: block;
  width: 300px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  border-radius: 6px;
  background-color: #eb1329;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .about-page-s4 .cont a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(235, 19, 41, 0.3);
  }
}
.about-page-s6 {
  position: relative;
  padding-bottom:4vw;
}
.about-page-s6 .c-tit {
  position: absolute;
  left: 0;
  right: 0;
  top: -6.5vw;
  z-index: 3;
}
.about-page-s6 .cont {
  margin-top: -4.5vw;
  position: relative;
  z-index: 3;
}
.about-page-s6 .tab-cont {
  position: relative;
  z-index: 1;
}
.about-page-s5 {
  position: relative;
  padding-bottom:2vw;
  background-color:#f3f3f3;
}
.about-page-s5 .c-tit {
  padding:2vw;
}
.about-page-s5 .cont {
  position: relative;
  z-index: 3;
}
.about-page-s5 .tab-cont {
  position: relative;
  z-index: 1;
}

.about-page-s5 .tab-cont .child {
  position: relative;
  display: none;
}
.about-page-s5 .tab-cont .child img {
  display: block;
  width: 100%;
}
.about-page-s5 .tab-cont .child .map-c {
  position: absolute;
  bottom: 36.71%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page-s5 .tab-cont .child .map-c .box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 20px;
  font-size: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  opacity: 0;
  -webkit-animation: o-opacity 0.3s ease forwards;
  -moz-animation: o-opacity 0.3s ease forwards;
  -ms-animation: o-opacity 0.3s ease forwards;
  animation: o-opacity 0.3s ease forwards;
}
.about-page-s5 .tab-cont .child .map-c .box:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.about-page-s5 .tab-cont .child .map-c .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  height: 90px;
  text-align: center;
  background-color: #eb1329;
}
.about-page-s5 .tab-cont .child .map-c .img-box img {
  display: inline;
  width: auto;
  max-height: 42px;
  max-width: 80%;
}
.about-page-s5 .tab-cont .child .map-c .txt-box {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  text-align: center;
  background-color: #fff;
}
.about-page-s5 .tab-cont .child .map-c .txt-box span {
  font-size: 16px;
  line-height: 24px;
  color: #496080;
}
.about-page-s5 .tab-cont .child .map-c:after {
  content: '';
  width: 30px;
  height: 42px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-13.png");
  opacity: 0;
  -webkit-animation: o-opacity 0.3s ease forwards;
  -moz-animation: o-opacity 0.3s ease forwards;
  -ms-animation: o-opacity 0.3s ease forwards;
  animation: o-opacity 0.3s ease forwards;
}
.about-page-s5 .tab-cont .child.active {
  display: block;
}
.about-page-s5 .tab-cont .child.active .map-c .box {
  animation-delay: .3s;
}
.about-page-s5 .tab-tit {
  font-size: 0;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  overflow: hidden;
}
.about-page-s5 .tab-tit .item {
  position: relative;
  width: 25%;
  height: 180px;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
}
.about-page-s5 .tab-tit .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #eb1329;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.about-page-s5 .tab-tit .item:after {
  content: '';
  width: 1px;
  height: 90px;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page-s5 .tab-tit .item .cell-box {
  height: 100%;
}
.about-page-s5 .tab-tit .item h3 {
  font-size: 24px;
  color: #1e2835;
  letter-spacing: 2px;
}
.about-page-s5 .tab-tit .item p {
  font-size: 14px;
  line-height: 18px;
  color: #496080;
  margin-top: 10px;
  letter-spacing: 2px;
}
.about-page-s5 .tab-tit .item:last-of-type:after {
  display: none;
}
.about-page-s5 .tab-tit .item:hover:before, .about-page-s5 .tab-tit .item.active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.about-page-s5 .info-items {
  margin: 24px -12px 0;
  font-size: 0;
  display: flex;
  position: relative;
}
.about-page-s5 .info-items:after {
  content: '';
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  bottom: -30px;
  right: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.about-page-s5 .info-items .info {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 24px);
  margin: 0 12px;
  padding: 2.5vw 2vw;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.about-page-s5 .info-items .info h3 {
  font-size: 24px;
  color: #1e2835;
  letter-spacing: 2px;
}
.about-page-s5 .info-items .info .para {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #496080;
}
.about-page-s5 .info-items .info a.btn {
  display: block;
  width: 180px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  border-radius: 24px;
  margin: 4.5vw auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .about-page-s5 .info-items .info a.btn:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.about-page-s5 .info-items .info a.red {
  background-color: #eb1329;
}
@media screen and (min-width: 1025px) {
  .about-page-s5 .info-items .info a.red:hover {
    box-shadow: 0 10px 30px rgba(235, 19, 41, 0.3);
  }
}
.about-page-s5 .info-items .info a.black {
  background-color: #1e2835;
}
@media screen and (min-width: 1025px) {
  .about-page-s5 .info-items .info a.black:hover {
    box-shadow: 0 10px 30px rgba(30, 40, 53, 0.3);
  }
}
.about-page-s5 .info-items .info .ewm {
  width: 60%;
  max-width: 180px;
  margin: 24px auto 0;
  border: 1px solid #e6e6e6;
}
.about-page-s5 .info-items .info .ewm img {
  display: block;
  width: 100%;
}
.about-page-s5 .info-items .info .link {
  font-size: 0;
  max-width: 180px;
  margin: 0 auto;
}
.about-page-s5 .info-items .info .link a {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2vw;
}
.about-page-s5 .info-items .info .link a:nth-of-type(1), .about-page-s5 .info-items .info .link a:nth-of-type(2) {
  margin-top: 0;
}
.about-page-s5 .info-items .info .link a:nth-of-type(even) {
  margin-left: 3.125vw;
}
.about-page-s5 .info-items .info .link a.weibo {
  background-image: url("../images/icon-7.png");
}
.about-page-s5 .info-items .info .link a.zhihu {
  background-image: url("../images/icon-8.png");
}
.about-page-s5 .info-items .info .link a.baidu {
  background-image: url("../images/icon-9.png");
}
.about-page-s5 .info-items .info .link a.souhu {
  background-image: url("../images/icon-10.png");
}
.about-page-s5 .info-items .info .link a.yidian {
  background-image: url("../images/icon-11.png");
}
.about-page-s5 .info-items .info .link a.toutiao {
  background-image: url("../images/icon-12.png");
}

/* other */
.search-s2 {
  position: relative;
  background-color: #fff;
  padding: 4.5vw 0 6vw;
}
.search-s2 .cont {
  max-width: 1200px;
  margin: 0 auto;
}
.search-s2 .tip {
  font-size: 18px;
  color: #333;
}
.search-s2 .tip b {
  color: #eb1329;
}
.search-s2 .item {
  border-bottom: 8px solid #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-s2 .item a {
  display: block;
  padding: 3.125vw 0;
}
.search-s2 .item .date {
  font-size: 14px;
  color: #eb1329;
  font-style: italic;
}
.search-s2 .item h3 {
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
.search-s2 .item .url {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
}
.search-s2 .item span {
  display: inline-block;
  font-size: 16px;
  color: #eb1329;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .search-s2 .item:hover {
    border-color: #eb1329;
  }
}

.sitemap-s1 {
  padding: 4.5vw 0 6vw;
  position: relative;
  background-color: #fff;
}
.sitemap-s1 .cont {
  max-width: 1200px;
  margin: 0 auto;
}
.sitemap-s1 .item {
  padding: 2vw 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
}
.sitemap-s1 a.btn {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 5vw) / 5);
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  -ms-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
.sitemap-s1 h3 a.btn {
  display: block;
  background-color: #eb1329;
  color: #fff;
}
.sitemap-s1 .link {
  margin-top: 1.25vw;
}
.sitemap-s1 .link a.btn {
  background-color: #e6e6e6;
  margin-right: 1.25vw;
  margin-top: 1.25vw;
  color: #666;
}
.sitemap-s1 .link a.btn:nth-of-type(5n) {
  margin-right: 0;
}
.sitemap-s1 .link a.btn:hover {
  background-color: #eb1329;
  color: #fff;
}

.legal-s1 {
  position: relative;
  background-color: #fff;
  padding: 4.5vw 0 6vw;
}
.legal-s1 .cont {
  max-width: 1200px;
  margin: 0 auto;
}
.legal-s1 .para {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

@media screen and (max-width: 1800px) {
  .solution-s5 .tab-cont,
  .index-s6 .tab-cont .cont {
    margin: 0;
  }
}
@media screen and (max-width: 1600px) {
  .c-tit h3 {
    font-size: 28px;
  }

  .c-tit h4 {
    font-size: 18px;
  }

  .c-tit p {
    font-size: 16px;
  }

  .tech-page1-s1 h3,
  .solution-s1 h3,
  .about-page-s1 .cn,
  .about-page-s3 .tab-cont h3,
  .comm-s2 h3,
  .index-s1 .item .cn {
    font-size: 50px;
  }

  .tech-page1-s2 .item {
    margin: 24px 12px 0;
  }

  .tech-page1-s2 .items-3 .item {
    width: calc(33.33% - 24px);
  }

  .tech-page1-s2 .items-2 .item {
    width: calc(50% - 24px);
  }

  .tech-page1-s2 .item h3 {
    font-size: 20px;
  }

  .tech-page1-s2 .item .label a {
    font-size: 14px;
    line-height: 36px;
    padding: 0 5px;
  }

  .solution-s1 .tip {
    font-size: 20px;
  }

  .solution-s1 .tip span {
    font-size: 40px;
  }

  .solution-s1 .prog span {
    font-size: 16px;
    line-height: 50px;
  }

  .solution-s3 .tab-cont {
    margin: 3vw 5vw 0;
  }

  .solution-s8 h3 {
    font-size: 40px;
  }

  .solution-s7 .item .show h3,
  .solution-s7 .item .hide h3 {
    font-size: 20px;
  }

  .solution-s7 .item .hide .para {
    font-size: 15px;
    margin-top: 10px;
  }

  .solution-s9 .item h3 {
    font-size: 20px;
  }

  .solution-s2 .item h3 {
    font-size: 20px;
  }

  .solution-s6 .item .hide h3 {
    font-size: 20px;
  }

  .solution-s6 .item .hide .para {
    margin-top: 10px;
  }

  .solution-s6 .item .hide p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
  }

  .solution-s6 .item .hide p:before {
    top: 8px;
  }

  .solution-s1 .dot {
    font-size: 18px;
  }

  .solution-s1 .dot span {
    font-size: 26px;
  }

  .solution-s4 .item h3 {
    font-size: 20px;
  }

  .solution-s5 .tab-tit .item .logo {
    height: 90px;
  }

  .solution-s5 .swiper .box h3 {
    font-size: 20px;
  }

  .solution-s5 .swiper .box .para {
    font-size: 15px;
    line-height: 24px;
  }

  .solution-s5 .swiper .box p:before {
    top: 10px;
  }

  .solution-s5 a.more {
    width: 180px;
  }

  .solution-s2 .item p {
    font-size: 15px;
    margin-top: 10px;
  }

  .solution-s3 .tab-tit .item span {
    font-size: 16px;
  }

  .sitemap-s1 a.btn {
    line-height: 54px;
  }

  .search-s2 .item h3 {
    font-size: 18px;
  }

  .search-s2 .item .url {
    font-size: 14px;
  }

  .search-s2 .item span {
    font-size: 14px;
  }

  .about-page-s1 .en,
  .index-s1 .item .en {
    font-size: 40px;
  }

  .about-page-s2 .para {
    font-size: 15px;
  }

  .about-page-s3 .tab-cont .para {
    font-size: 15px;
    min-height: 90px;
  }

  .about-page-s3 .year .item .line {
    width: 80px;
  }

  .about-page-s3 .year .item .box h3 {
    font-size: 20px;
  }

  .about-page-s4 .tab-tit span {
    width: 160px;
    font-size: 15px;
    line-height: 40px;
  }

  .about-page-s4 .tab-cont h3 {
    font-size: 20px;
  }

  .about-page-s4 .tab-cont .para {
    font-size: 15px;
  }

  .about-page-s4 .cont .para {
    font-size: 15px;
  }

  .about-page-s4 .cont a {
    font-size: 15px;
    line-height: 44px;
    width: 280px;
  }

  .about-page-s5 .tab-tit .item h3 {
    font-size: 20px;
  }

  .about-page-s5 .info-items .info h3 {
    font-size: 20px;
  }

  .about-page-s5 .info-items .info a.btn {
    width: 160px;
    font-size: 15px;
    line-height: 44px;
  }

  .comm-s2 p {
    font-size: 20px;
  }

  .case-page-s2 .item .tit span {
    font-size: 16px;
  }

  .case-page-s2 .item .para {
    font-size: 15px;
  }

  .case-page-s2 .item .icon {
    margin-right: 3vw;
  }

  .case-page-s2 .item .icon p {
    font-size: 15px;
  }

  .case-page-s2 .item .icon i {
    width: 50px;
    height: 40px;
  }

  .index-s1 .item p {
    font-size: 30px;
  }

  .index-s2 .cont {
    margin: 0 auto;
    width: 80%;
  }

  .index-s2 .cont .ani .txt .hexagon span {
    font-size: 16px;
  }

  .index-s2 .deep-box .tit {
    width: 100px;
    height: 90px;
  }

  .index-s2 .deep-box .tit span {
    font-size: 18px;
  }

  .index-s2 .deep-box .para p {
    font-size: 15px;
  }

  .index-s3 .tab-cont h3 {
    font-size: 20px;
  }

  .index-s3 .tab-cont .para {
    font-size: 15px;
  }

  .index-s3 .tab-cont a {
    width: 160px;
    line-height: 40px;
    font-size: 15px;
  }

  .index-s3 .tab-tit .item {
    margin-bottom: 30px;
  }

  .index-s3 .tab-tit .item:after {
    bottom: -15px;
  }

  .index-s5 .cont .item h3 {
    font-size: 20px;
  }

  .index-s5 .cont .item p {
    font-size: 15px;
  }

  .index-s6 .tab-tit span {
    width: 180px;
    font-size: 16px;
    line-height: 40px;
  }

  .index-s7 a.more {
    width: 180px;
    font-size: 15px;
  }

  .comm-s2 h4,
  .news-detail-s1 h4 {
    font-size: 40px;
  }

  .news-page-s2 .cate-box a {
    font-size: 16px;
    line-height: 70px;
  }

  .news-detail-s2 .info span {
    font-size: 16px;
  }

  .comm-share {
    margin-left: -60px;
  }
}
@media screen and (max-width: 1366px) {
  .c-tit h3 {
    font-size: 24px;
  }

  .tech-page1-s1 h3,
  .solution-s1 h3,
  .about-page-s1 .cn,
  .about-page-s3 .tab-cont h3,
  .comm-s2 h3,
  .index-s1 .item .cn {
    font-size: 36px;
  }

  .tech-page1-s1 p {
    font-size: 15px;
    line-height: 24px;
  }

  .tech-page1-s2 .items {
    margin: -24px -12px 0;
  }

  .tech-page1-s2 .item h3 {
    font-size: 18px;
  }

  .tech-page1-s2 .item p {
    font-size: 15px;
    line-height: 24px;
    height: 96px;
  }

  .tech-page1-s2 .item p.short {
    max-height: 48px;
  }

  .solution-s1 .tip {
    font-size: 18px;
  }

  .solution-s1 .tip span {
    font-size: 36px;
  }

  .solution-s1 .prog span {
    font-size: 15px;
    line-height: 46px;
  }

  .solution-s8 h3 {
    font-size: 34px;
  }

  .c-tit p {
    font-size: 15px;
  }

  .solution-s7 .item .show h3,
  .solution-s7 .item .hide h3 {
    font-size: 18px;
  }

  .solution-s7 .item .hide .para {
    font-size: 14px;
    line-height: 20px;
  }

  .solution-s9 .item h3 {
    font-size: 18px;
  }

  .solution-s2 .item h3 {
    font-size: 18px;
  }

  .solution-s6 .item .show h3,
  .solution-s6 .item .hide h3 {
    font-size: 18px;
  }

  .solution-s6 .item .hide p {
    font-size: 14px;
  }

  .solution-s6 .item .show {
    padding: 5vw 0;
  }

  .solution-s1 .dot {
    font-size: 16px;
    line-height: 50px;
  }

  .solution-s1 .dot span {
    font-size: 24px;
  }

  .solution-s4 .item h3 {
    font-size: 18px;
  }

  .solution-s5 .tab-tit .item .logo {
    height: 80px;
  }

  .solution-s5 .swiper .box h3 {
    font-size: 18px;
  }

  .solution-s5 .swiper .box .para {
    font-size: 14px;
  }

  .solution-s5 a.more {
    width: 140px;
    font-size: 14px;
    line-height: 40px;
  }

  .comm-s1 a {
    width: 160px;
    font-size: 15px;
    line-height: 40px;
  }

  .solution-s5 .button,
  .index-s6 .button {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }

  .solution-s2 .item p {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 10px;
  }

  .solution-s3 .tab-tit .item span {
    font-size: 15px;
  }

  .sitemap-s1 a.btn {
    line-height: 46px;
  }

  .search-s2 .item h3 {
    margin-top: 10px;
  }

  .search-s2 .item .url {
    margin-top: 10px;
  }

  .search-s2 .item span {
    margin-top: 15px;
  }

  .about-page-s1 .en,
  .index-s1 .item .en {
    font-size: 28px;
  }

  .about-page-s2 .para {
    font-size: 14px;
  }

  .about-page-s3 .tab-cont {
    max-width: 580px;
    height: 280px;
  }

  .about-page-s3 .tab-cont .para {
    font-size: 14px;
    line-height: 24px;
    min-height: 72px;
  }

  .about-page-s3 .year .item .line {
    width: 60px;
  }

  .about-page-s3 .airplane img {
    width: 90px;
  }

  .about-page-s4 .tab-tit span {
    width: 140px;
  }

  .about-page-s4 .tab-cont h3 {
    font-size: 18px;
  }

  .about-page-s4 .tab-cont .para {
    font-size: 14px;
  }

  .about-page-s4 .cont .para {
    font-size: 14px;
  }

  .about-page-s4 .cont a {
    font-size: 14px;
    line-height: 40px;
    width: 260px;
  }

  .about-page-s5 .tab-cont .child .map-c .img-box {
    width: 150px;
    height: 70px;
  }

  .about-page-s5 .tab-cont .child .map-c .txt-box {
    width: 210px;
  }

  .about-page-s5 .tab-cont .child .map-c .txt-box span {
    font-size: 14px;
  }

  .about-page-s5 .tab-cont .child .map-c:after {
    width: 24px;
    height: 36px;
  }

  .about-page-s5 .tab-tit .item h3 {
    font-size: 18px;
  }

  .about-page-s5 .info-items .info a.btn {
    width: 140px;
    font-size: 14px;
    line-height: 40px;
  }

  .about-page-s5 .info-items .info .link a:nth-of-type(even) {
    margin-left: 40px;
  }

  .comm-s2 p {
    font-size: 18px;
  }

  .case-page-s2 .item h3 {
    width: 78px;
    height: 85px;
  }

  .case-page-s2 .item .tit span {
    font-size: 14px;
  }

  .case-page-s2 .item .para {
    font-size: 14px;
    line-height: 24px;
  }

  .case-page-s2 .item .icon p {
    font-size: 14px;
  }

  .index-s1 .item p {
    font-size: 26px;
  }

  .index-s1 .item span {
    width: 120px;
    font-size: 14px;
    line-height: 36px;
  }

  .index-s2 .cont .ani .txt .hexagon span {
    font-size: 12px;
  }

  .index-s2 .deep-box .tit {
    width: 90px;
    height: 80px;
  }

  .index-s2 .deep-box .tit span {
    font-size: 16px;
  }

  .index-s2 .deep-box .para p {
    font-size: 14px;
  }

  .index-s3 .tab-tit .item .txt {
    height: 80px;
  }

  .index-s3 .tab-cont h3 {
    font-size: 18px;
  }

  .index-s3 .tab-cont .para {
    font-size: 14px;
  }

  .index-s3 .tab-cont a {
    font-size: 14px;
  }

  .index-s3 .tab-cont .logo {
        height: 187px;
  }

  .index-s5 .cont .item h3 {
    font-size: 18px;
  }

  .index-s5 .cont .item p {
    font-size: 14px;
  }

  .index-s5 .cont .item .show:before {
    height: 110px;
  }

  .index-s5 .cont .item .icon {
    width: 90px;
    height: 90px;
    transform: translateY(-45px);
  }

  .index-s5 .cont .item .img-box {
    height: 200px;
  }

  .c-tit h4 {
    font-size: 16px;
  }

  .index-s6 .tab-tit span {
    width: 160px;
  }

  .index-s6 .tab-cont .item {
    height: 70px;
  }

  .index-s7 .item h3 {
    font-size: 16px;
  }

  .index-s7 a.more {
    width: 160px;
  }

  .comm-s2 form {
    height: 50px;
    padding-right: 50px;
  }

  .comm-s2 button {
    width: 50px;
    height: 50px;
  }

  .comm-s2 h4,
  .news-detail-s1 h4 {
    font-size: 32px;
  }

  .news-page-s2 .cate-box a {
    line-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .tech-page1-s1 .txt-box {
    padding: 0 5vw;
  }

  .tech-page1-s1 h3,
  .solution-s1 h3,
  .about-page-s1 .cn,
  .about-page-s3 .tab-cont h3,
  .comm-s2 h3,
  .index-s1 .item .cn {
    font-size: 32px;
  }

  .solution-s8 h3 {
    font-size: 28px;
  }

  .c-tit h3 {
    font-size: 24px;
  }

  .tech-page1-s2 {
    padding: 40px 5vw;
  }

  .comm-s1 {
    padding: 80px 5vw;
  }

  .tech-page1-s2 .items-3 .item {
    width: calc(50% - 24px);
  }

  .tech-page1-s2 .item .hide {
    padding: 0 20px;
  }

  .solution-s3 {
    padding: 40px 5vw;
  }

  .solution-s3 .tab-cont {
    margin: 20px 0 0;
  }

  .solution-s7 {
    padding: 40px 5vw;
  }

  .solution-s7 .item .show {
    padding: 4vw 0;
  }

  .solution-s9 {
    padding: 40px 5vw;
  }

  .solution-s2 {
    padding: 40px 5vw;
  }

  .solution-s6 {
    padding: 40px 5vw;
  }

  .solution-s6 .item {
    width: calc(50% - 2.5vw);
  }

  .solution-s4 {
    padding: 40px 5vw;
  }

  .solution-s5 {
    padding: 40px 5vw;
  }

  .solution-s5 .button,
  .index-s6 .button {
    display: none;
  }

  .solution-s3 .tab-tit .item {
    margin: 0 40px;
  }

  .solution-s3 .tab-tit .item .line {
    width: 50px;
    top: 24px;
    right: -40px;
  }

  .solution-s3 .tab-tit .item .icon {
    width: 60px;
    height: 60px;
  }

  .sitemap-s1 {
    padding: 40px 5vw;
  }

  .sitemap-s1 a.btn {
    font-size: 15px;
  }

  .search-s2 {
    padding: 40px 5vw;
  }

  .legal-s1 {
    padding: 40px 5vw;
  }

  .about-page-s1 .en,
  .index-s1 .item .en {
    font-size: 28px;
  }

  .about-page-s2 {
    padding: 40px 5vw;
  }

  .about-page-s2 .cont {
    margin-top: 0;
  }

  .about-page-s3 {
    padding: 0 5vw 40px;
	display:none;
  }

  .about-page-s4 {
    padding: 40px 5vw;
  }

  .about-page-s5 .tab-cont .child .map-c .box {
    display: none;
  }

  .about-page-s5 .cont {
    margin-top: 0;
    padding: 40px 5vw;
  }

  .about-page-s5 {
    padding-bottom: 0;
  }

  .about-page-s5 .info-items .info .link a:nth-of-type(even) {
    margin-left: 28px;
  }

  .solution-s5 .tab-cont .child,
  .index-s6 .tab-cont .cont {
    padding: 0;
  }

  .case-page-s2 {
    padding: 40px 5vw;
  }

  .case-page-s2 .item .img-box {
    margin-top: 50px;
  }

  .index-s1 .item .txt-box {
    padding: 0 5vw;
  }
.index-s3 .tab-tit .items{
	width:200px;
}
.type .img{
	height:auto !important;
}
.clo_4 {
    width: 33.3333% !important;
}
.index-s3 .tab-tit .item{
	margin-bottom:0;
}
  .index-s2 {
    padding: 40px 5vw;
  }

  .index-s2 .cont {
    display: none;
  }

  .index-s2 .m-show {
    display: block;
  }

  .index-s2 .deep-box .para .tab-t {
    display: block;
  }

  .index-s2 .cont .ani .txt {
    width: 78px;
    height: 70px;
  }

  .index-s3 .cont {
    padding: 40px 5vw;
  }

  .index-s3 .tab-cont .logo {
    height: 50px;
  }

  .index-s5 {
    padding: 40px 5vw;
  }

  .index-s6 {
    padding: 0 5vw 40px;
  }

  .index-s7 {
    padding: 40px 5vw;
    margin-top: 0;
  }

  .news-page-s2 {
    padding: 40px 5vw;
  }

  .news-detail-s1 .txt-box {
    padding: 10vw 5vw 0;
  }

  .news-detail-s2 {
    padding: 40px 5vw;
  }

  .news-detail-s2 .main {
    margin-top: 0;
  }

  .news-detail-s2 .info span {
    color: #333;
  }

  .news-detail-s2 .info span:before {
    background-color: #c7c7c7;
    margin: 0 5px;
  }

  .comm-share {
    display: none;
  }
}
@media screen and (max-width: 768px) {
	.layout-list1 li{
		width:100% !important;
	}
	.index-s1,.about-page-s1{
		padding-top:54px;
	}
	.index-item3 .item3-box .item3-pic{
		display:none;
	}
	.main{
		display:none;
	}
	.about-page-s6 .c-tit{
		position: relative;
		top:0;
	}
	.c-tit h3{		
		color:#000;
	}
	.about-page-s6 .cont{
		
		margin-top: 0;
	}
.list-4 li a {
	padding: 0 0 15px;
	margin-bottom: 15px;
}
.list-4 li .img-center {
	width: 90px;
}
.list-4 li .text {
	margin: 0 0 0 100px;
	padding: 0 40px 0 0;
}
.list-4 li .text h4 {
	padding: 0;
	font-size: 14px;
}
.list-4 li .text p {
	line-height: 18px;
	font-size: 12px;
	height: 36px;
	overflow: hidden;
}
.list-4 li .date {
	margin-top: 0;
	right: 0;
}
.list-4 li .date span {
	margin: 0 0 5px;
	font-size: 12px;
	color: #adadad;
}
.list-4 li a:hover {
	padding-left: 0;
}
.list-4 li a:hover .text {
	padding: 0 40px 0 0;
}
.list-4 li:first-child a {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
	.newsUl_1{ padding: 0px 10px 10px 10px;padding-top: 0 !important;}
    .newsUl_1 li{width: 100% !important;margin-bottom:0 !important;padding: 8px 0 !important; }
    .newsUl_1 li .newsImage{display:none;}
    .newsUl_1 li .newsText_1{ width: 100% !important;}
	.box-img{
		width:100% !important;
		height:100% !important;
	}
	.layout-list1 li h4{
		width:100% !important;
	}
	.oli-item2 .layout-list1 li h4{
		margin: -26px 0 0 0 !important; 
	}
	.header .ope{
		display:none;
	}
	.header .logo{
		width:190px;
		border-right:0;
		padding:5px 0 0 0;
	}
	.header .logo img{
		width:150px;
	}
	.clo_4,.clo_3{		
		width: 100% !important;
	}
	.clo_2{
		width:50% !important;
	}
	.index-s4 .cont,.index-s6 .cont{
		padding:4.5vw !important;
	}
	.col-sm-3{
		width:50% !important;
	}
  .tech-page1-s1 h3,
  .solution-s1 h3,
  .about-page-s1 .cn,
  .about-page-s3 .tab-cont h3,
  .comm-s2 h3,
  .index-s1 .item .cn {
    font-size: 24px;
  }

  .tech-page1-s1 p {
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
  }

  .tech-page1-s2 .item h3 {
    font-size: 16px;
  }

  .tech-page1-s2 .item i {
    width: 70px;
    height: 50px;
  }

  .tech-page1-s2 .item .show h3 {
    margin-top: 15px;
  }

  .tech-page1-s2 .item p {
    font-size: 12px;
    line-height: 18px;
    height: auto;
    max-height: 72px;
    margin-top: 15px;
  }

  .tech-page1-s2 .item a.btn {
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
  }

  .comm-s1 {
    padding: 40px 20px;
  }

  .solution-s7 .item .show {
    padding: 50px 0;
  }

  .solution-s7 .item .show i {
    height: 36px;
  }

  .solution-s7 .item .hide i {
    width: 24px;
    height: 24px;
  }

  .solution-s9 .item .img-box {
    width: 100%;
    height: 80px;
    display: block;
  }

  .solution-s9 .item .txt-box {
    width: 100%;
    display: block;
  }

  .solution-s9 .item h3 {
    text-align: center;
  }

  .solution-s6 .item .show {
    padding: 50px 0;
  }

  .solution-s6 .item .show i {
    height: 36px;
  }

  .solution-s6 .item .hide i {
    width: 24px;
    height: 24px;
  }

  .solution-s2 .item {
    margin: 0 5px;
  }

  .solution-s3 .tab-tit .item {
    margin: 0;
  }

  .solution-s3 .tab-tit .item .icon {
    margin: 0 auto;
  }

  .solution-s3 .tab-tit .item span {
    position: static;
    transform: none;
  }

  .solution-s3 .tab-tit .item .line {
    width: 30px;
    right: -20px;
  }

  .about-page-s1 .en,
  .index-s1 .item .en {
    font-size: 16px;
    margin-top: 10px;
  }

  .about-page-s3 .airplane {
    display: none;
  }

  .about-page-s3 .button {
    display: none;
  }

  .about-page-s3 .year .item .line {
    margin-left: -20px;
  }

  .index-s1 .item p {
    font-size: 16px;
  }

  .index-s2 .deep-box .para p {
    padding: 20px;
  }

  .index-s2 .deep-box .para {
    width: 100%;
  }

  .news-separate .left-block {
    width: 100%;
    display: block;
  }

  .news-separate .right-block {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .tech-page1-s1 .txt-box,
  .solution-s1 .txt-box,
  .about-page-s1 .txt-box,
  .comm-s2 .txt-box,
  .index-s1 .item .txt-box,
  .news-detail-s1 .txt-box {
    padding: 40px 5vw;
    position: relative;
    z-index: 2;
  }

  .tech-page1-s1 .img-box,
  .solution-s1 .img-box,
  .about-page-s1 .img-box,
  .comm-s2 .img-box,
  .index-s1 .item .img-box,
  .news-detail-s1 .img-box {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
  }

  .tech-page1-s1 .img-box img,
  .solution-s1 .img-box img,
  .about-page-s1 .img-box img,
  .comm-s2 .img-box img,
  .index-s1 .item .img-box img,
  .news-detail-s1 .img-box img {
    position: absolute;
    top: 0;
    left: 50%;
    animation: none;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }

  .tech-page1-s2 .items {
    margin: 0;
  }

  .tech-page1-s2 .items-3 .item,
  .tech-page1-s2 .items-2 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .tech-page1-s2 .items-3 .item:nth-of-type(1),
  .tech-page1-s2 .items-2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .comm-s1 .cont {
    padding: 0;
  }

  .c-tit h3 {
    font-size: 20px;
  }

  .c-tit h4 {
    font-size: 14px;
    margin-top: 15px;
  }

  .comm-s1 a {
    width: 120px;
    line-height: 36px;
    font-size: 14px;
    position: static;
    margin-top: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .solution-s1 .tip {
    font-size: 14px;
    margin-top: 10px;
  }

  .solution-s1 .tip span {
    font-size: 24px;
  }

  .solution-s1 .prog {
    padding: 10px;
    margin-top: 10px;
  }

  .solution-s1 .prog span:before {
    width: 14px;
    height: 14px;
    margin: -2px 4px 0 0;
  }

  .solution-s1 .prog span {
    font-size: 12px;
    line-height: 24px;
  }

  .solution-s1 .prog span:after {
    width: 5px;
    height: 7px;
    margin: -2px 4px 0;
  }

  .solution-s8 {
    padding: 40px 5vw;
  }

  .solution-s8 h3 {
    font-size: 24px;
  }

  .c-tit p {
    font-size: 14px;
    line-height: 24px;
  }

  .solution-s7 .items {
    margin: 20px 0 0;
    display: block;
  }

  .solution-s7 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .solution-s7 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .solution-s7 .item .hide i,
  .solution-s6 .item .hide i {
    top: 20px;
    left: 20px;
  }

  .solution-s7 .item .hide .txt,
  .solution-s6 .item .hide .txt {
    padding: 0 20px 20px;
  }

  .solution-s7 .item .show h3,
  .solution-s7 .item .hide h3,
  .solution-s6 .item .show h3,
  .solution-s6 .item .hide h3 {
    font-size: 16px;
  }

  .solution-s9 .items {
    margin-top: 20px;
    display: block;
  }

  .solution-s9 .item {
    flex: none;
  }

  .solution-s9 .item:nth-of-type(2) {
    margin: 20px 0 0;
  }

  .solution-s9 .item .txt-box {
    padding: 20px;
  }

  .solution-s9 .item h3 {
    font-size: 16px;
  }

  .solution-s2 .items {
    margin: 20px 0 0;
    display: block;
  }

  .solution-s2 .item {
    margin: 20px 0 0;
  }
  .solution-s2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .solution-s2 .item .txt-box {
    padding: 20px;
  }

  .solution-s2 .item h3 {
    font-size: 16px;
  }

  .solution-s6 .items {
    margin: 20px 0 0;
    display: block;
  }

  .solution-s6 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .solution-s6 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .solution-s6 .item .hide p {
    font-size: 12px;
    line-height: 14px;
  }

  .solution-s6 .item .hide p:before {
    top: 6px;
  }

  .solution-s1 .dot {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .solution-s1 .dot span {
    font-size: 20px;
  }

  .solution-s1 .dot:nth-of-type(3), .solution-s1 .dot:nth-of-type(4) {
    margin-top: 0;
  }

  .solution-s1 .dot:nth-of-type(even) {
    margin-left: 0;
  }

  .solution-s4 .items {
    margin-top: 20px;
    padding: 0;
    display: block;
    background-color: transparent;
  }

  .solution-s4 .item {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
  }
  .solution-s4 .item:nth-of-type(1) {
    margin: 0;
  }

  .solution-s4 .item .icon {
    width: 40px;
    height: 40px;
    float: left;
  }

  .solution-s4 .item h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0 60px;
  }

  .solution-s4 .item p {
    margin: 10px 0 0 60px;
  }

  .solution-s5 .no-detail {
    margin-top: 20px;
  }

  .solution-s5 .no-detail .items {
    margin: -10px -5px 0;
  }

  .solution-s5 .no-detail .item {
    width: calc(50% - 10px);
    height: 80px;
    margin: 10px 5px 0;
  }

  .solution-s5 .tab-tit .item .logo {
    height: 60px;
  }

  .solution-s5 .tab-tit .item img {
    max-width: 90%;
  }

  .solution-s5 .tab-cont {
    margin: 0;
  }

  .solution-s5 .swiper {
    margin: 20px 0 0;
    padding: 0;
  }

  .solution-s5 .swiper .box {
    padding: 20px;
  }

  .solution-s5 .swiper .box i {
    width: 34px;
    height: 34px;
    top: 20px;
    right: 20px;
  }

  .solution-s5 .swiper .box h3 {
    font-size: 16px;
  }

  .solution-s5 .pagination {
    margin-top: 15px;
  }

  .solution-s5 .pagination span {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }

  .solution-s5 a.more {
    margin-top: 20px;
  }

  .solution-s3 .tab-tit {
    margin-top: 20px;
  }

  .solution-s3 .tab-tit .item {
    width: 85px;
    margin-right: 40px;
  }
  .solution-s3 .tab-tit .item:last-of-type {
    margin-right: 0;
  }

  .solution-s3 .tab-tit .item span {
    font-size: 12px;
  }

  .sitemap-s1 .item {
    padding: 15px 0;
  }

  .sitemap-s1 a.btn {
    width: calc((100% - 10px) / 3);
    line-height: 36px;
    font-size: 13px;
  }

  .sitemap-s1 .link a.btn {
    margin-right: 5px;
    margin-top: 5px;
  }
  .sitemap-s1 .link a.btn:nth-of-type(3n) {
    margin-right: 0;
  }
  .sitemap-s1 .link a.btn:nth-of-type(5n) {
    margin-right: 5px;
  }

  .search-s2 .item {
    border-bottom-width: 2px;
  }

  .search-s2 .item a {
    padding: 20px 0;
  }

  .search-s2 .item .date {
    font-size: 12px;
  }

  .search-s2 .item h3 {
    font-size: 16px;
  }

  .search-s2 .item .url {
    font-size: 12px;
    line-height: 18px;
  }

  .search-s2 .tip {
    text-align: center;
  }

  .legal-s1 .para {
    font-size: 14px;
    line-height: 24px;
  }

  .about-page-s2 .para {
    line-height: 24px;
    padding: 0;
    background-color: transparent;
  }

  .about-page-s3 .cont {
    margin-top: 20px;
  }

  .about-page-s3 .tab-cont {
    padding: 20px;
    height: 200px;
  }

  .about-page-s3 .tab-cont .para {
    margin-top: 10px;
  }

  .about-page-s3 .tab-cont h3:before {
    width: 16px;
    height: 16px;
  }

  .about-page-s3 .year {
    margin-top: 20px;
  }

  .about-page-s3 .year .item .box:before {
    width: 16px;
    height: 24px;
  }

  .about-page-s3 .year .item .box .dot {
    margin: 15px auto;
  }

  .about-page-s3 .year .item .line {
    top: 44px;
    height: 2px;
  }

  .about-page-s3 .year .item .line:after {
    height: 2px;
  }

  .about-page-s4 .tab-tit {
    margin: 20px 0;
  }

  .about-page-s4 .tab-tit span {
    width: 80px;
    line-height: 30px;
    border-width: 1px;
    margin: 0 5px;
    font-size: 14px;
  }

  .about-page-s4 .tab-cont .box {
    display: block;
    border-radius: 5px;
  }

  .about-page-s4 .tab-cont .txt-box {
    padding: 20px;
    width: 100%;
  }

  .about-page-s4 .tab-cont .img-box {
    width: 100%;
  }

  .about-page-s4 .tab-cont h3 {
    font-size: 16px;
    text-align: center;
  }

  .about-page-s4 .tab-cont .para {
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 15px;
  }

  .about-page-s4 .cont .para {
    line-height: 24px;
    padding: 15px 0;
  }

  .about-page-s5 .tab-cont {
    overflow: hidden;
  }

  .about-page-s5 .tab-cont .child img {
    width: 140%;
    margin-left: -20%;
  }

  .about-page-s5 .tab-tit {
    display: block;
    background-color: transparent;
    box-shadow: none;
    overflow: inherit;
  }

  .about-page-s5 .tab-tit .item {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .about-page-s5 .tab-tit .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-page-s5 .tab-tit .item:after {
    display: none;
  }

  .about-page-s5 .info-items {
    margin: 20px 0 0;
    display: block;
  }

  .about-page-s5 .info-items .info {
    width: 100%;
    padding: 20px;
    margin: 20px 0 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .about-page-s5 .info-items .info:nth-of-type(1) {
    margin-top: 0;
  }

  .about-page-s5 .info-items .info a.btn {
    width: 120px;
    line-height: 36px;
    margin-top: 20px;
  }

  .about-page-s5 .info-items .info .ewm {
    width: 50%;
  }

  .about-page-s5 .info-items .info .link {
    max-width: 220px;
  }

  .about-page-s5 .info-items .info .link a {
    margin: 10px !important;
  }

  .about-page-s2 .cont:after,
  .about-page-s4 .tab-cont:after,
  .about-page-s5 .info-items:after {
    display: none;
  }

  .comm-s2 p {
    font-size: 16px;
  }

  .case-page-s2 .item {
    padding: 0;
    background-color: transparent;
  }

  .case-page-s2 .item .img-box {
    float: none;
    margin-top: 0;
    width: 100%;
  }

  .case-page-s2 .item .txt-box {
    width: 100%;
    padding: 20px;
    background-color: #fff;
  }

  .case-page-s2 .item h3 {
    width: 100%;
    height: 24px;
    margin-top: 0;
  }

  .case-page-s2 .item svg {
    display: none;
  }

  .case-page-s2 .item .tit span {
    font-size: 16px;
    color: #333;
  }

  .case-page-s2 .item .para {
    margin-top: 15px;
  }

  .case-page-s2 .item .icons {
    margin-top: 15px;
    padding-top: 15px;
  }

  .case-page-s2 .item .icon {
    margin-right: 0;
    width: 25%;
    margin-top: 15px;
  }
  .case-page-s2 .item .icon:nth-of-type(1), .case-page-s2 .item .icon:nth-of-type(2), .case-page-s2 .item .icon:nth-of-type(3), .case-page-s2 .item .icon:nth-of-type(4) {
    margin-top: 0;
  }

  .case-page-s2 .item .icon i {
    width: 40px;
    height: 32px;
  }

  .case-page-s2 .item .icon p {
    font-size: 12px;
    transform: scale(0.9);
  }

  .index-s1 .item .txt-box {
    top: 0;
    height: auto;
  }

  .index-s1 .item .btn {
    margin-top: 20px;
  }

  .index-s2 {
    overflow: hidden;
  }

  .index-s2 .deep-box {
  }

  .index-s2 .deep-box .tit {
    width: 80px;
    height: 70px;
  }

  .index-s2 .deep-box .tit span {
    font-size: 14px;
  }

  .index-s2 .deep-box .para p {
    line-height: 24px;
  }

  .index-s3 .tab-wrap {
    margin-top: 20px;
  }

  .index-s3 .tab-tit {
    float: none;
    margin-top: 0;
  }

  .index-s3 .tab-tit .items {
    width: 100%;
    background-color: transparent;
    font-size: 0;
    border-radius: 0;
  }

  .index-s3 .tab-tit .item:after {
    display: none;
  }

  .index-s3 .tab-tit .item {
    margin-bottom: 0;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }

  .index-s3 .tab-tit .item .txt {
    height: auto;
    padding: 10px 0;
  }

  .index-s3 .tab-tit .item i {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 28px;
  }

  .index-s3 .tab-tit .item span {
    display: block;
    font-size: 12px;
    transform: scale(0.9);
  }

  .index-s3 .tab-cont {
    margin: 20px 0 0;
    padding: 0;
  }

  .index-s3 .tab-cont h3 {
    font-size: 16px;
  }

  .index-s3 .tab-cont .para {
    line-height: 24px;
    margin-top: 15px;
  }

  .index-s3 .tab-cont .btn {
    margin-top: 15px;
  }

  .index-s3 .tab-cont a {
    width: 140px;
  }

  .index-s3 .tab-cont .logos {
    margin-top: 15px;
    padding-top: 15px;
  }

  .index-s3 .tab-cont .logo {
    margin-top: 10px;
    margin-right: 10px;
  }
  .index-s3 .tab-cont .logo:nth-of-type(1), .index-s3 .tab-cont .logo:nth-of-type(2) {
    margin-top: 0;
  }
  .index-s3 .tab-cont .logo:nth-of-type(even) {
    margin-right: 0;
  }

  .index-s5 .cont {
    margin-top: 20px;
  }

  .index-s5 .cont .items {
    margin: 0 -5px;
  }

  .index-s5 .cont .item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }

  .index-s5 .cont .item .show {
    display: none;
  }

  .index-s5 .cont .item .hide {
    position: static;
    opacity: 1;
  }

  .index-s5 .cont .item .img-box {
    height: 150px;
  }

  .index-s5 .cont .item h3 {
    font-size: 16px;
  }

  .index-s5 .cont .item p {
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
    padding: 0 10px;
  }

  .index-s6 .tab-tit {
    margin-top: 20px;
  }

  .index-s6 .tab-tit span {
    width: 70px;
    margin: 0 2px;
    font-size: 12px;
    line-height: 30px;
  }

  .index-s6 .tab-cont .item {
    height: 50px;
  }

  .index-s6 .tab-cont .swiper {
    padding: 20px 0;
  }

  .index-s6 .tab-cont .items {
    padding: 0;
  }

  .index-s6 img.img-bg {
    display: none;
  }

  .index-s7 {
    padding: 0 5vw 40px;
  }

  .index-s7 .items {
    margin: 20px 0 0;
  }

  .index-s7 .item {
    width: 100%;
    margin: 0;
  }
  .index-s7 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .index-s7 .item .txt-box {
    padding: 10px 10px 0;
  }

  .index-s7 .item .date {
    font-size: 12px;
  }

  .index-s7 .item h3 {
    margin: 10px 0;
  }

  .index-s7 a.more {
    width: 140px;
    font-size: 14px;
    line-height: 36px;
    margin-top: 20px;
  }

  .index-s7 .pagination {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
  }

  .index-s7 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: #e1e1e1;
    transition: all .3s ease;
    cursor: pointer;
  }
  .index-s7 .pagination span.active {
    background-color: #eb1329;
  }

  .index-s3 .tab-tit:after,
  .index-s5 .cont:before {
    display: none;
  }

  .comm-s2 h4,
  .news-detail-s1 h4 {
    font-size: 24px;
  }

  .comm-s2 form {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    margin-top: 20px;
  }

  .comm-s2 button {
    width: 40px;
    height: 40px;
    background-size: auto 20px;
  }

  .news-page-s2 .cate-box {
    padding: 0;
    text-align: center;
  }

  .news-page-s2 .cate-box a {
    line-height: 40px;
    padding: 0 10px;
    margin: 0 10px;
    border-width: 2px;
  }

  .news-page-s2 {
    padding: 0;
  }

  .news-page-s2 .de-box {
    padding: 20px;
  }

  .news-page-s2 .de-box .item a {
    padding: 0;
  }

  .news-page-s2 .de-box .item {
    margin-top: 20px;
  }
  .news-page-s2 .de-box .item:nth-of-type(1) {
    margin-top: 0;
  }

  .news-page-s2 .de-box .item .img-box {
    width: 100px;
    vertical-align: top;
  }

  .news-page-s2 .de-box .item .btn {
    display: none;
  }

  .news-page-s2 .de-box .item .txt-box {
    width: calc(100% - 100px);
    padding-left: 10px;
    vertical-align: top;
  }

  .news-page-s2 .de-box .item .date {
    position: static;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    display: none;
  }

  .news-page-s2 .de-box .item h3 {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
  }

  .news-page-s2 .de-box .item p {
    display: none;
  }

  .news-page-s2 .de-box .item .label {
    padding: 0;
    margin-top: 5px;
  }

  .news-page-s2 .de-box .item .label span {
    padding: 0 5px;
    margin-left: 5px;
    margin-top: 2px;
  }

  .comm-page {
    margin-top: 20px;
  }

  .comm-page li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .news-separate .right-block .top-box {
    padding: 0 20px 20px;
  }

  .news-separate .right-block .tit {
    margin: 0 -20px;
    padding: 15px 20px;
  }

  .news-separate .right-block .pic-list .label span,
  .news-separate .right-block .txt-list .label span {
    padding: 0 5px;
    margin-left: 5px;
  }

  .news-separate .right-block .txt-list {
    margin-top: 20px;
  }

  .news-separate .right-block .bot-box {
    margin-top: 20px;
    padding: 0 20px 20px;
  }

  .news-detail-s1 h4 {
    width: 100%;
  }

  .news-detail-s2 .info {
    padding: 0 20px;
  }

  .news-detail-s2 .info span {
    font-size: 12px;
  }

  .news-detail-s2 .news-separate {
    margin-top: 20px;
  }

  .news-detail-s2 .cont-box {
    padding: 20px;
  }

  .comm-other {
    margin-top: 20px;
    padding: 15px 20px;
  }

  .comm-other a {
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .comm-other a:nth-of-type(2) {
    margin-top: 5px;
  }

  .news-detail-s2 {
    padding: 20px 0 40px;
  }

  .news-detail-s2 a.back {
    display: none;
  }

  .news-detail-s1 .txt-box {
    min-height: 164px;
  }
}

/*# sourceMappingURL=bundle.css.map */
.ani-txt .ani-1{
	position: absolute;	    
    top: -9%;
    left: 19%;
}
.ani-txt .ani-2{
	position: absolute;	
    top: -3%;
    right: 12%;
}
.ani-txt .ani-3{
	position: absolute;	   
    top: 40%;
    left: 12%;
}
.ani-txt .ani-4{
	position: absolute;	    
    top: 41%;
    right: 13%;
}
.ani-txt .ani-1:hover,.ani-txt .ani-2:hover,.ani-txt .ani-3:hover,.ani-txt .ani-4:hover{
	animation: o-scale 5s linear infinite;
    transition: all .3s ease;
}

.index-s4{
	background-color:#f9f9f9;
    overflow: hidden;
}

.index-s4 .cont {
  padding: 2.5vw;
  position: relative;
  z-index: 2;
}
.clo_4{
	width: 33.3333%;
	float: left;
}
.advantage{
	cursor: pointer;
	margin: 10px 45px;
	text-align: center
}
.advantage img{
	margin-bottom: 5px;
}
.advantage h2{
	font-weight: 500;
	font-size: 24px;
	padding:50px 0 30px 0;
	color:#000;
}
.advantage p{
	font-size: 16px;
	color: #919191;
	line-height: 30px;
}

.index-partner .row {
    margin-left: 0;
    margin-right: 0;
}
.index-partner-div1 {
    margin-top: 40px;
}
.col-sm-3 {
    width: 25%;
}
.index-part-a1 {
    display: inline-block;
}
.index-part-a1 img{
	width:100%;
}
.index-part-a1 img {
    display: block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-part-a1:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.newsUl_1{
	padding-top:50px;
	margin-left:0;
}
.newsUl_1 li{ 
	width: 49%; 
	margin-bottom: 20px;
	padding: 8px; 
	float:left;
	transition: all .5s ease-out;
}
.newsUl_1 li:hover{  
	box-shadow: 0 0 30px #ccc;
	transition: all .5s ease-out; 
}
.newsUl_1 li .newsImage{ 
	width:162px;
	float:left;
	overflow: hidden; 
}
.newsUl_1 li .newsImage img{
	width: 100%;
}
.newsUl_1 li .newsText_1{
	padding: 20px; 
	width: 320px; 
	float:left;
	background-color:#fafafa;
}
.newsUl_1 li .newsText_1 h4{ 
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
	text-align: left; 
}
.newsUl_1 li .newsText_1 .intro{ 
	margin-top: 8px;
	height:56px;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: -webkit-box;-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
}
.newsUl_1 li .newsText_1 .intro p,.newsUl_1 li .newsText_1 .intro *{
	color:#656565; 
	font-size: 14px;
	line-height: 28px;
}
.more{	
    display: block;
    text-align: center;
}

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}



/*snd*/
.nav-sub {
	text-align: center;
	font-size: 0;
	margin: -20px 0 40px -20px;
}
.nav-sub li {
	display: inline-block;
	vertical-align: middle;
}
.nav-sub li a {
	display: block;
	line-height: 48px;
	padding: 0 40px;
	background-color: #363e45;
	color: #fff;
	font-size: 16px;
	margin: 20px 0 0 20px;
}
.nav-sub li a:hover, .nav-sub li.active a {
	background-color: #104492;
}
.list-4 li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-4 li a:hover{
	text-decoration:none;
}
.list-4 li .img-center {
	float: left;
	width: 250px;
}
.list-4 li .text {
	margin: 0 0 0 290px;
	position: relative;
	padding-right: 180px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-4 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 23px;
}
.list-4 li .text p {
	line-height: 2;
	height: 52px;
	overflow: hidden;
	margin: 10px 0 0;
	color: #999;
}
.list-4 li .date {
	position: absolute;
	right: 30px;
	top: 0;
}
.list-4 li .date span {
	display: block;
	font-family: Impact;
	color: #ccc;
	font-size: 22px;
	margin-bottom: 20px;
}
.list-4 li .date i {
	border-left: 1px solid #e5e5e5;
	text-align: right;
	line-height: 20px;
	font-size: 0;
	display: block;
}
.list-4 li .date i:before {
	content: '→';
	color: #999;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 20px;
	display: block;
	text-align: center;
}
.list-4 li a:hover {
	padding-left: 30px;
}
.list-4 li a:hover .text {
	padding-right: 150px;
}
.list-4 li a:hover .date i:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.dede_pages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;padding:0 10px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li a{float:left;color:#555;display:block}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid}
.dede_pages ul li.thisclass a{color:#fff}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.oli-item2 .layout-list1 li h4 {
    margin: -26px 0 0 85px;


}
.layout-list1 { overflow: hidden;margin-left:0; }
.layout-list1 li {
    float: left;
    width: 31%;
	margin:0 1%;
}
.layout-list1 li h4 {
    position: relative;
    height: 51px;
    padding: 10px 0 10px 0;
    font-size: 17px;
    line-height: 31px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: #5d8ddb;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-transition:  margin .2s ease-out;
    transition:  margin .2s ease-out
}
.layout-list1 li h4 em {
    display: inline-block;
    width: 45px;
    height: 31px;
    font-size: 28px;
    font-family: DIN-Bold;
    font-weight: 200;
    vertical-align: top;
    opacity: .6;
    filter: alpha(opacity=60);

}
.layout-list1 li p {
    position: relative;
    margin-top: 9px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #4c4c4c;
    -webkit-transition:  padding .2s ease-out;
    transition:  padding .2s ease-out
}
/*.oli-item2 .layout-list1 li p { }*/
.oli-item2 .layout-list1 li:hover h4 { margin-left: 50px; }
/*.oli-item2 .layout-list1 li:hover p { padding-left: 42px; }*/
.oli-item2 .layout-list1 li:hover p:before { width: 30px; }
.box-img {
    display: block;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 2px;
}
.box-img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.box-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .8;
}
.moduleCont{
	padding-top:40px;
}

.special_bg{background-color: #f3f4f6;padding-bottom:40px;}
.moduleWrap{margin: 0 auto;padding-bottom: 90px;}
.moduleTitle{text-align: center;padding: 50px 0 0 0;}
.moduleTitle h1{margin: 0;font-weight: 500;color: #242527;}
.moduleTitle p{letter-spacing: 3px;margin: 0;margin-top: 20px;font-weight: bolder;color: #858585;font-size:16px;}
.type{margin: 10px;background-color: #fafafa;box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.1);transition: all 0.5s ease;}
.type:hover{box-shadow: none;}
.type .img{height: 276px;overflow: hidden;position: relative;}
.type .img img{width: 100%;height: 100%;transition: all .5s ease;}
.type .img:hover img{transform: scale(1.1);}
.type .img h2{font-size: 22px;font-weight: 400;position: absolute;bottom: 0;left: 0;color: #fff;margin: 0;right: 0;padding: 15px 22px;background-color: rgba(0, 0, 0, 0.5);}
.type .img h2:after{content: "";position: absolute;height: 3px;width: 70px;background-color: #05d9ff;bottom: 0;left: 22px;}
.type p{font-size:15px;margin: 0;padding: 15px 20px;line-height: 26px;color: #919191;height: 105px;}

.scene{margin: 0px 20px;background-color: #fff;transition: all 0.5s ease;}
.scene:hover{box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.1);}
.scene:hover .img>img{transform: scale(1.2);}
.scene .img{overflow: hidden;height: 216px}
.scene .img>img{transition: all 0.5s ease;}
.scene p{margin: 0;text-align: center;padding: 12px 0;font-size:18px;}

.clo_3{width: 25%;float: left;}
.industry{height: 360px;margin: 10px 7px;color: #fff;position: relative;text-align: center;overflow: hidden;}
.industry.special{height: 245px;}
.industry.special:hover >img{transform: scale(1.2);}
.industry.special>h3{top: 195px;margin: 0;line-height: 54px;background: rgba(0, 0, 0, 0.4);}
.industry>img{position: absolute;z-index: 0;top: 0;left: 0;width: 100%;height: 100%;transition: all 0.5s ease;}
.industry h3{position: relative;z-index: 2;font-size: 16px;font-weight: 400;margin: 0 0 40px;color:#fff;}
.industry .details{position:relative;z-index:2;top: 170px;transition: all 0.4s ease;}
.industry span{transition: all 0.2s ease;position: absolute;z-index: 2;top: 0;left: 0;width: 100%;height: 100%;background: #3482ec;opacity: 0;}
.industry:hover .details{top: 65px;}
.industry:hover span{opacity: .5;}
.industry:hover .details ul{opacity: 1;}
.industry .details ul{transition: all 0.2s ease;opacity: 0;}
.industry .details li{height: 32px;}


.clo_2{width: 20%;float: left;}
.client{margin:18px 12px;/*height: 80px;*/transition: all 0.3s ease;}
.client:hover{box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.1);}

.industry{height: 162px;margin: 10px;color: #fff;position: relative;text-align: center;overflow: hidden;}
.industry:hover >img{transform: scale(1.2);}
.industry>img{width: 100%;transition: all 0.5s ease;}
.industry h3{position: absolute;top: 70px;left: 0;right: 0;font-size: 18px;margin: 0;font-weight: 400;}

.applicable{margin:18px 12px;background:#fff;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;transition:all .3s ease;position: relative;}
.applicable .img{overflow:hidden;font-size:0;height:206px;}
.applicable .img img{transition:all .3s ease}
.applicable p{text-align:center;font-size:22px;position: absolute;top: 45%;left: 40%;color:#fff;}
.applicable:hover img{transform:scale(1.2)}
.applicable:hover{box-shadow:0 10px 34px 0 rgba(0,0,0,.1)}


.gallery-container h1 {
    text-align: center;
    margin: 50px 0;
    font-weight: bold;
}
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
	.fixed-right .block.form{
		display:none;
	}
}