@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: 86vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}
/* 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("../fonts/fixed-icon-2.svg");
}
@media screen and (min-width: 1025px) {
  .fixed-right .block.link:hover {
    background-image: url("../fonts/fixed-icon-1-on.svg");
  }
}
.fixed-right .block.form {
  height: 80px;
  padding-top: 20px;
  margin-top: -20px;
  background-color: #1e2835;
  z-index: 1;
}
.fixed-right .block.form i {
  background-image: url("../fonts/fixed-icon-3.svg");
}
@media screen and (min-width: 1025px) {
  .fixed-right .block.form:hover i {
    background-image: url("../fonts/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("../fonts/fixed-icon-4.svg");
}
@media screen and (min-width: 1025px) {
  .fixed-right .block.tel:hover i {
    background-image: url("../fonts/fixed-icon-4-on.svg");
  }
  .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("../fonts/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: #007FFF;
  }
}
.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: 20px;
  color: #4b494a;
}
.fixed-right .tel-box .tel {
  font-size: 32px;
  color: #007FFF;
  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: #007FFF;
}
.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: #007FFF;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}


/* footer */
.footer .top-block {
  background-color: #f8f8f8;
  background-image: url("../images/img-1 (1).png");
  padding: 1.525vw 0;
  font-size: 0;
}
.footer .top-block .cont {
  display: flex;
  justify-content: space-between;
}
.footer .top-block h3 {
  font-size: 16px;
  color: #333;
}
.footer .top-block h3:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #999;
  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: #333;
  margin-top: 5px;
}
.footer .info-block .tel {
  font-size: 26px;
  line-height: 1;
  color: #333;
  font-family: 'DINPro-Regular';
  margin-top: 5px;
}
.footer .info-block .para {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  opacity: .5;
  margin-top: 5px;
}
.footer .nav-block .link a {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  -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: #fff;
  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: 0px;
  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: #333;
}
.footer .ewm-box p {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
}
.footer .mid-block {
  background-color: #f8f8f8;
  font-size: 0;
}
.footer .mid-block .cont {
  padding: 1vw 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: #333;
  opacity: .5;
}
.footer .mid-block span {
  width: 80px;
}
.footer .mid-block .link {
  width: calc(100% - 80px);
}
.footer .mid-block a {
  margin-right: 28px;
  -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: 1vw 0;
  background-color: #eee;
}
.footer .copyright span, .footer .copyright a.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
}
.footer .copyright span:before, .footer .copyright a.btn:before {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #333;
  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: #333;
  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 */
@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: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .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: 60px;*/
    /*padding-bottom: 40px;*/
  }

  .wrapper {
    width: 100%;
  }

  .header {
    height: 60px;
  }

  .header .logo {
    width: 140px;
    height: 60px;
  }

  .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: #007CE1;
    -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: 38px;
  letter-spacing: 2px;
}
.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.white h3 {
  color: #fff;
}
.c-tit.white h4 {
  color: #fff;
}

.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: #007FFF;
  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: 60px;
  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: #007FFF;
  background-color: #007FFF;
  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 #007FFF;
}
.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: #007FFF;
  }
}
.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: 12vw;
}
.index-s1 .item .wrapper:before {
  content: '';
  width: 9.635vw;
  height: 11.458vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
  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;
  font-style: italic;
  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;
}
.index-s1 .item .en {
  font-size: 48px;
  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: #007FFF;
    color: #007FFF;
  }
}
.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: #007FFF;
}
.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-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: 4.5vw 0 3vw;
  position: relative;
  z-index: 2;
}
.index-s3 .tab-wrap {
  margin-top: 4.5vw;
  position: relative;
}
.index-s3 .tab-tit {
  float: right;
  margin-top: -60px;
}
.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: 320px;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  overflow: hidden;
}
.index-s3 .tab-tit .item {
  margin-bottom: 48px;
  position: relative;
}
.index-s3 .tab-tit .item:after {
  content: '';
  width: 24px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 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:last-of-type {
  margin-bottom: 0;
}
.index-s3 .tab-tit .item:last-of-type:after {
  display: none;
}
.index-s3 .tab-tit .item .txt {
  height: 90px;
  padding: 0 40px;
  -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;
}
.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: #007FFF;
}
.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-right: 240px;
  padding-right: 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 {
  margin-top: 1.5vw;
  animation-delay: .3s;
}
.index-s3 .tab-cont a {
  display: block;
  width: 200px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-color: #007FFF;
  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;
  width: calc(25% - 24px);
  height: 72px;
  background-color: #fff;
  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%;
}

.index-s7 {
  margin-top: -7vw;
  padding: 4.5vw 0 6vw;
  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: #007FFF;
  }
  .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: #007FFF;
  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: #007FFF;
  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: #007FFF;
  border: 1px solid #007FFF;
  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: #007FFF;
    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: #007FFF;
  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: #007FFF;
  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: #007FFF;
  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: #007FFF;
}
@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: #007FFF;
  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: #007FFF;
    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: #007FFF;
}
.solution-s5 a.more {
  display: block;
  width: 200px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  background-color: #007FFF;
  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: #007FFF;
  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: #007FFF;
  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: #007FFF;
  -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.ainengliguanlipingtai {
  background-image: url("../images/ainengliguanlipingtai.png");
}
.case-page-s2 .item .icon i.aipingtai {
  background-image: url("../images/aipingtai.png");
}
.case-page-s2 .item .icon i.budongchandengjizhengshibie {
  background-image: url("../images/budongchandengjizhengshibie.png");
}
.case-page-s2 .item .icon i.caibaoshibie {
  background-image: url("../images/caibaoshibie.png");
}
.case-page-s2 .item .icon i.chushengzhengshibie {
  background-image: url("../images/chushengzhengshibie.png");
}
.case-page-s2 .item .icon i.dianzifapiaoshibie {
  background-image: url("../images/dianzifapiaoshibie.png");
}
.case-page-s2 .item .icon i.fangchanzhengshibie {
  background-image: url("../images/fangchanzhengshibie.png");
}
.case-page-s2 .item .icon i.hetongbidui {
  background-image: url("../images/hetongbidui.png");
}
.case-page-s2 .item .icon i.jiehunzhengshibie {
  background-image: url("../images/jiehunzhengshibie.png");
}
.case-page-s2 .item .icon i.junguanzhengshibie {
  background-image: url("../images/junguanzhengshibie.png");
}
.case-page-s2 .item .icon i.renlianjiance {
  background-image: url("../images/renlianjiance.png");
}
.case-page-s2 .item .icon i.shenfenzhengzhijian {
  background-image: url("../images/shenfenzhengzhijian.png");
}
.case-page-s2 .item .icon i.tongyongbiaogeshibie {
  background-image: url("../images/tongyongbiaogeshibie.png");
}
.case-page-s2 .item .icon i.yaopinqingdanshibie {
  background-image: url("../images/yaopinqingdanshibie.png");
}
.case-page-s2 .item .icon i.yiliaopiaojushibie {
  background-image: url("../images/yiliaopiaojushibie.png");
}
.case-page-s2 .item .icon i.zixuangushibie {
  background-image: url("../images/zixuangushibie.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: #007FFF;
  border-color: #007FFF;
}
@media screen and (min-width: 1025px) {
  .news-page-s2 .cate-box a:hover {
    color: #007FFF;
  }
}
.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: #007FFF;
  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: #007FFF;
  }
  .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: 100%;
}
.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: #007FFF;
}
.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: #007FFF;
  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: #007FFF;
  }
}
.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: #007FFF;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .news-separate .right-block .label-link a:hover {
    background-color: #007FFF;
    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: 100%;
  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;
  background-image: url("../images/icon-1.png");
  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 6vw;
  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: #007FFF;
}
@media screen and (min-width: 1025px) {
  .about-page-s3 .year .item:hover .box h3 {
    opacity: 1;
    color: #007FFF;
  }
}
.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: #007FFF;
  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: #007FFF;
  background-color: #007FFF;
  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: #007FFF;
  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-s5 {
  position: relative;
  padding-bottom: 6vw;
}
.about-page-s5 .c-tit {
  position: absolute;
  left: 0;
  right: 0;
  top: 4.5vw;
  z-index: 3;
}
.about-page-s5 .cont {
  margin-top: -4.5vw;
  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: #007FFF;
}
.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: #007FFF;
  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;
  background-image: url("../images/icon-1.png");
  z-index: 1;
}
.about-page-s5 .info-items .info {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 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: #007FFF;
}
@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: #007FFF;
}
.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: #007FFF;
  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: #007FFF;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .search-s2 .item:hover {
    border-color: #007FFF;
  }
}

.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: #007FFF;
  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: #007FFF;
  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,
}
@media screen and (max-width: 1600px) {
  .c-tit h3 {
    font-size: 38px;
  }

  .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-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: 0px;
  }

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

  .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: 32px;
  }

  .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{
    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-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: 60px;
  }

  .c-tit h4 {
    font-size: 16px;
  }
  .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{
    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;
  }

  .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{
    padding: 0;
  }

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

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

  .index-s1 .item .txt-box {
    padding: 40px 5vw;
  }

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

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

  .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) {
  .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;
  }

  .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: 240px;
  }

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

  .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;
    margin-top: 10px;
    font-size: 16px;
    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 {
    width: calc(50% - 5px);
    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-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: #007FFF;
  }

  .index-s3 .tab-tit:after{
    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;
  }
}























img{ max-width: 100% !important; }
/* @font-face {font-family: 'Montserrat';  src: url('Montserrat-Light-6.otf');       } */
body{font:14px/1.6 "Microsoft Yahei","Arial","Helvetica","SimHei","STXihei",sans-serif; overflow-x: hidden;}
.banner{ position: relative; z-index: 60; width: 100%;}
.index-banner {height: 100vh}
.index-banner .swiper-slide {background: no-repeat 50%/cover;position: relative}
 
 
.svg-swiper-pagination {position: absolute;z-index: 1;display: flex;flex-wrap: wrap;justify-content: center}
.svg-swiper-pagination .swiper-pagination-bullet {background: transparent;opacity: 1;position: relative;width: 12px;height: 12px;outline: none; margin: 0 15px !important; bottom: 60px; position: relative;}
.svg-swiper-pagination .swiper-pagination-bullet:after {content: "";position: absolute;left: 50%;top: 50%;z-index: 0;width: 10px;height: 10px;background-color: transparent; border: 1px solid #fff;border-radius: 50%;margin: -6px 0 0 -6px;transition: opacity .3s}
.svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {background-color: #fff;}

.svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .svg {opacity: 1}
.svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle2 {-webkit-animation: svgCircleAnmi 6s linear forwards;animation: svgCircleAnmi 6s linear forwards}
.svg-swiper-pagination .svg {width: 30px;height: 30px; position: absolute; top: -9px; left: -9px;transform: rotate(-90deg);opacity: 0;transition: opacity .3s;display: block}
.svg-swiper-pagination .circle1 { stroke: transparent}
.svg-swiper-pagination .circle2 { stroke: #fff; stroke-dasharray: 0 339}

.index-banner .txt h1{ font-size:50px; letter-spacing: 8px;   padding-top:50pxi}
.index-banner .txt  p{ letter-spacing:20px; margin:30px 0 60px}
.index-banner .txt span{ width: 200px; height: 50px; border-radius: 25px; margin: 0 auto; font-size: 16px; letter-spacing: 5px;}

.main-btn{ position: relative; z-index: 5; overflow: hidden;}
.main-btn::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  padding: 50%;
  border-radius: 50%;
  background-color: rgb(229,27,86);
  z-index: -1;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  -moz-transform: translate3d(-50%, -50%, 0) scale(0);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0);
  -o-transform: translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }
.main-btn:hover {
  color: #fff; }
  .main-btn:hover::before {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
    -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
    transform: translate3d(-50%, -50%, 0) scale(1.5); }
.index-banner .txt .main-btn::before{ background: #fff;}
.index-banner .txt .main-btn:hover{ color: rgb(229,27,86);}
.index-banner video{min-width: 100%;
	min-height: 100%;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); z-index: 1;
	object-fit: cover;}

  .index-banner figure{ width: 100%;
    height: 100%;
    background: rgb(255 93 5 / 10%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;}
  .index-banner .txt{ position: relative; z-index: 5;}



.pc_nav li.oneItem {position: static;}
.monaka-menu-item{ background: #f8f9fa;    width: 100%;position: absolute;top: 100%; left: 0;z-index: 100; padding: 30px 0;  line-height: 3 ;

  z-index: 88;
 display: none;
  transition: all .36s ease;
 
}
.monaka-menu-item .left{ width: 50%;  }
.monaka-menu-item .left a{  font-size: 18px ; color: #888888; display: inline-block; width: 33.3%;}
.monaka-menu-item .left a:hover{ color: rgb(229,27,86);}

.pc_nav li > .monaka-menu-item {
 
  animation: bottomFloat .25s;
       
  }
          .pc_nav li:hover > .monaka-menu-item {
          display: block;
        } 
.Popsearch{ width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; z-index: 1000;background-color: rgba(26,32,49,0.95); display: none;}
.searchForm{ border-radius: 5px; padding: 0px 15px; height: 66px; width: 60vw; }
.searchForm input{ width: 80%; font-size: 16px;}
.closeSearch{cursor: pointer; transition: all .36s; opacity: 0.5; width: 25PX; position: absolute; top: 10VH; right: 10vw;}
.closeSearch:hover{ transform: rotate(180deg); opacity: 1;}

main{ width: 1520px; margin: 0 auto;}

h1{ font-size: 40px;}
.index1{ padding: 80px 0;}
 
.index1 .info{ margin: 60px 0;}



.common_more { position: relative;
	font-size: 16px;
	overflow: hidden; 	width: 198px;
	height: 44px;
	padding: 0;   	color: #333;
	cursor: pointer;
  
}

 

.common_more::before {
 
	line-height: 44px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	content: "";
	transition: all 0.56s;
	text-align: center;
	text-indent: 0;
 
	border-radius: 50%;
	background: rgb(229,27,86);
}

.common_more::after {
	font-size: 33px;
	line-height: 32px;
   border: 1px solid rgba(255, 255, 255, 0.7);
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 3px;
	width: 36px;
	height: 36px;
	content: "+";
	transition: all 0.56s;
	text-align: center;
	text-indent: 0;
	color: #fff;
	border-radius: 50%;
	background: transparent; transition: all .36s;
}

.common_more:hover{ color: #fff;}
.common_more:hover::before { width: 100%; border-radius:25px;} 
.common_more:hover::after{ transform: rotate(180deg);  }

.indexMore{ transition: all .5s ;border: 1px solid rgb(229,27,86); font-size: 16px; width: 285px; height: 70px; color: rgb(229,27,86); border-radius: 35px ; padding: 0 50px; }
.indexMore span{transition: all .36s ;display: inline-block; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgb(229,27,86); position: relative;}
.indexMore span::after{ transition: all .36s; content: ''; display: block;width: 4px; height: 4px; border-radius: 50%; background: rgb(229,27,86);  position: absolute; top: 50%; left: 50%;     transform: translate(-50%, -50%);}
.indexMore span::before{transition: all .36s;content: ''; display: block; width: 50px; height: 2px; background: rgb(229,27,86); position: absolute;  top: 50%; right: 50%;   transform: translate(-1px, -50%);}
.indexMore:hover { background:rgb(229,27,86); color: #fff; flex-direction: row-reverse; transform: scale(0.95); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
.indexMore:hover span{ border-color: #fff;}
.indexMore:hover span::before{ width: 42px; background: #fff; left: 50%; right: auto;}

.index1 {    }
.index1bottom { margin-top: 60px;}
.index1bottom li{ font-size: 18px;}
.index1bottom li span{ background: url(../images/icon2.png) no-repeat bottom 18px right;     padding-right: 30px;
    margin-right: 10px;  }

    .index1 ul li span{ background: url(../images/icon2.png) no-repeat bottom 18px right;     padding-right: 30px;
    margin-right: 10px;  }
.index1 main{ z-index: 2; position: relative;}
.yuan1{ width: 700px; height: 700px; border-radius: 50%; background-image: linear-gradient( 35deg,#fcccb6,#fff); position: absolute; top: -350px; left: -350px; z-index: 1; animation: border-transform 6s linear infinite; }
.yuan2{ background:  url(../images/index1-3.png) no-repeat top right;width: 700px; height: 700px;position: absolute;  right: 0; bottom: 0;  z-index: 1; animation:move_wave 5s linear infinite; overflow: hidden;  }

  .overflow{ overflow: hidden;}

  .index2{ background: url(../images/index2Bg.jpg) no-repeat center top; background-size: cover;  }
  .index2 ul{ padding: 130px 0 200px;}
  .index2 li{ width: 25%; transition:.5s;     -webkit-transform-style: preserve-3d;}

  .index2 li span.icon{ border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 50%; width: 90px; height: 90px; margin-bottom: 50px; transition: all .36s;}
 h2{ font-size: 30px; font-weight: normal;}
  .index2 li p{font-size: 20px; color: rgba(255, 255, 255, 0.8);   }
  .index2 li  img{ margin: 25px 0;}
   .index2 li:hover span.icon{ background: rgb(229,27,86); border-color: rgb(229,27,86);  box-shadow: 0  0 15px rgba(255, 255, 255, 0.2);
    -webkit-transform:rotateY(180deg) translateZ(0);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg) translateZ(0)}  
    .index2 li:hover  {   transform: translateY(-20px);   }
 


  .index3 ul li{ margin-top: 240px; float: left; width: 31%; margin-right: 3.5%;}
  .index3 ul li:nth-child(2){ margin-top: 160px;}
  .index3 ul li:nth-child(3){ margin-top: 0; margin-right: 0;}
  .index3 ul li .img img{ transition:all .36s}
  .index3 ul li .txt{ background: linear-gradient( transparent,rgb(229,27,86)); position: absolute; left: 0; bottom: 0; width: 100%; height: 30%;   }
  .index3 ul li:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); overflow: hidden;transform: translateY(-10px);border-radius: 35px; }
  .index3 ul li:hover .txt{ height: 50%;}
  .index3 ul li:hover .img img{ transform: scale(1.1);}
  img{ transition: all 1s;}
.f150{ font-size: 140px; color: #f7f7f7; font-weight: bold; position: absolute; top: 50px; left: -100px; line-height: 0.8; z-index: 1;}
.index3  .title{ position: absolute; top: 10px; left: 0; z-index: 2;  }



.index3 .indexMore{ position: absolute; right: 0; bottom: 80px;}
.yuan3{ position: absolute; left: 5vw; bottom: -314px; width: 38vw;}
.yuan4{ position: absolute; z-index: 1; right: 0; top: 0; width:23vw ;}
.index3 main{ z-index: 9;}

.w80{ width: 80%;}


.index5{ background-color: #f8f9fa; padding-bottom: 160px;}
.index5More{ width: 180px;  height: 54px; border-radius: 30px; box-shadow: 0 10px 25px rgba(229,27,86,0.1);} 
.index5 .main-btn::before{ background: #fff;}
.index5 .main-btn:hover{ color: rgb(229,27,86);}
.indexpage div{  width: 60px; height: 60px; border-radius: 50%; background: url(../images/jian.png) no-repeat center center #fff; }
 
.indexpage div.pageright{transform: rotateY(180deg); margin-left: 15px;}
.indexpage div:hover{ background: url(../images/jian-white.png) no-repeat center center rgb(229,27,86);  box-shadow: 0 0 10PX rgba(0, 0, 0, 0.2);}

.index5Bgtxt{ position: absolute; width: 50%;  left: 2vw; bottom:10vh; }


.index5 .right{ width: 1000px;}
.newsSwiper .swiper-slide .img{ width: 100%; height: 300px;}
.newsSwiper .swiper-slide .img img{ width: 100%; height: 100%; object-fit: cover;}
.newsSwiper .swiper-slide .txt{ padding: 30px 40px; }
.newsSwiper .swiper-slide .txt h3{ margin: 25px 0; height:3.2em; line-height: 1.6;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.newsSwiper .swiper-slide .txt  span::before{ display: inline-block ;content: '·'; font-size: 30px; padding-right: 15px; }
.newsSwiper .swiper-slide .txt  figure{ position: relative; z-index: 2;}
.newsSwiper .swiper-slide .txt em{ width: 0; height: 100%; position:absolute; top: 0; left: 0; background: rgb(229,27,86); transition: all .42s;}
.newsSwiper .swiper-slide:hover .txt{ color: #fff;}
.newsSwiper .swiper-slide:hover .txt em{ width: 100%;}
.newsSwiper .swiper-slide:hover .img {position: relative;}
.newsSwiper .swiper-slide:hover .img img{ transform: scale(1.1);}

.newsSwiper .swiper-slide:hover b{ display:block; width:100%; height:100%; position:absolute; left:0; top:0; border:1px #fff solid; z-index:20;
  -webkit-transition: -webkit-transform .32s cubic-bezier(.51,1.1,.9,.95);
      -moz-transition: -moz-transform .32s cubic-bezier(.51,1.1,.9,.95);
      -ms-transition: -ms-transform .32s cubic-bezier(.51,1.1,.9,.95);
      -o-transition: -o-transform .32s cubic-bezier(.51,1.1,.9,.95);
      transition: transform .32s cubic-bezier(.51,1.1,.9,.95);}
      .newsSwiper .swiper-slide:hover b{ -webkit-transform: scale(0.89); -moz-transform: scale(0.89); -ms-transform: scale(0.89); -o-transform: scale(0.89); transform: scale(0.89);}
  
 
 

.pt50{ padding-top: 50px;}









/*娓呴櫎娴姩*/
.fl{ float:left;}
.fr{ float:right;}
.clear10{height:10px;overflow:hidden;clear:both;}
.clear20{height:20px;overflow:hidden;clear:both;}
.clear30{height:30px;overflow:hidden;clear:both;}
.clear40{height:40px;overflow:hidden;clear:both;}
.clear150{height:150px;overflow:hidden;clear:both;}
.clearfix:after {content: "";display: block;clear: both;width: 100%;height: 0;line-height: 0;font-size: 0;}

 /* input 鐨� placeholder*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#999;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#999;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#999;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #999;}
 


.f14{ font-size: 14px;}
.f15{ font-size: 15px;}
.f16{ font-size: 16px;}
.f18{ font-size: 18px;}
.f20{ font-size: 20px;}
.f24{ font-size: 24px;}
.f28{ font-size: 28px;}
.f30{ font-size: 30px;}
.f34{ font-size: 34px;}
.f40{ font-size: 40px;}
.f50{ font-size: 50px;}
.f54{ font-size: 54px;}
.f60{ font-size: 60px;}
.f70{ font-size: 70px;}
.f80{ font-size: 80px;}


.color-blue{ color: rgb(229,27,86);}
/* a:hover{ color: #2145a8;} */
.color-red{color: red;}
.color-white{ color: white;}
.color-black{ color: black;}
.color-666{ color: #666; }
.color-888{ color: #888;}
.color-555{ color: #555;}
.color-999{ color: #999;}

.bg-f5{ background-color: #f5f7f9;}
.bg-f0{ background-color: #f0f1f5;}
.bg-blue{background-color: rgb(229,27,86);}
.bg-red{background-color: red;}
.bg-white{ background-color: white;}
.bg-black{ background-color: black;}
.bg-666{  background-color: #666;}
.bg-888{  background-color: #888;}
.bg-555{  background-color: #555;}

.dis-flex-center-center{  display: -webkit-flex; /* Safari */display: flex; align-items: center; justify-content: center;}
.dis-flex-between-center{  display: -webkit-flex; /* Safari */display: flex; justify-content: space-between; align-items: center;}
.dis-flex-center{  display: -webkit-flex; /* Safari */display: flex; align-items: center;}
.dis-flex-between{ display: -webkit-flex; /* Safari */ display: flex; justify-content: space-between}
.dis-flex{ display: -webkit-flex; /* Safari */ display: flex;}
.flex-column{ flex-direction: column;    width: auto;
    object-fit: scale-down;}
.flex-wrap{ flex-wrap: wrap;}

.hmax{ height: 100% !important;}
.wmax{ width: 100% !important;}
.w50{ width: 50% !important;}
.position-relative{ position: relative;}
.img{ position: relative; overflow: hidden;}
.transition{ transition: all .36s;}
.transition1{ transition: all 1s;}
.line-height{ line-height: 2;}
.text-center{ text-align: center;}
.text-right{ text-align: right;}
.text-left{ text-align: left;}
.text-uppercase{ text-transform: uppercase;}
.cursor{ cursor: pointer;}
.font-weight{ font-weight: 800;}
.font-normal{ font-weight: normal;}
.fixed{  position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;   -webkit-animation: 300ms ease-in-out 0s normal none fadeInDown;
  animation: 300ms ease-in-out 0s normal none fadeInDown;}
  @-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}
  @keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}
 
.line-clamp{  white-space: nowrap;   overflow: hidden;text-overflow:ellipsis;}
.line-clamp2{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp3{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp4{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.line-height2-4{ line-height: 2.4;}
.line-height2-6{ line-height: 2.6;}
.opacity6{ opacity: 0.6;}

 

  
  
/*鍒嗛〉鏍峰紡*/
.pglist {padding:  50px 0;width: 100%;text-align: center;clear: both;}
.pglist a {color: #333;padding: 0 15px;margin: 0 6px; border: 1px solid #e0e0e0; border-radius: 30px;}
.pglist a.close {background: #f2f2f2 !important;}
.pglist * {display: inline-block;vertical-align: middle;line-height: 34px;padding-bottom: 1px;}
.pglist a:hover,.pglist .hover {display: inline-block;color: #fff;background: #2145a8;border-color: #2145a8;}
.position-relative{ position: relative;}
.pglist input{border: 1px solid #e0e0e0; border-radius: 30px;margin: 0 6px; width: 55px; padding: 0 8px; text-align: center; color: #2145a8;}
.pglist  button{ color: #2145a8; border: 1px solid #2145a8; padding: 0 22px;margin: 0 6px;border-radius: 30px;}
.pglist  button:hover{ color: #fff; background: #2145a8;}
/* 鍙樿壊 */

 /* 寮曠敤瀛椾綋 */
 @font-face {
	font-family: 'DIN'; 
	src: url('../font/DIN.ttf');
	src:
		url('../font/DIN.eot?#font-spider') format('embedded-opentype');
		url('../font/DIN.woff') format('woff');
		url('../font/DIN.ttf') format('truetype');
		url('../font/DIN.svg') format('svg');		
	font-weight: 300;
	font-style: normal;


}

@font-face {
    font-family: 'ENG';
    src: url('../font/ENG-webfont.woff2') format('woff2'),
         url('../font/ENG-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.DIN{	font-family: 'DIN'; }
.ENG{	font-family: 'ENG'; }

.img{ position: relative; overflow: hidden;}

.padding-80-0{ padding: 80px 80px; }






















/* 鏂囧寲 */
.mt50{ margin-top: 50px;}
.pb80{ padding-bottom: 80px;}
.mt70{ margin-top: 70px;}
.pt80{ padding-top: 80px;}
.pb160{ padding-bottom: 160px;}

h3{ font-size: 20px; font-weight: normal;}
h4{ font-size: 20px; font-weight: normal;}


.f26{ font-size: 26px;}
.f22{ font-size: 22px;}
@media screen and (max-width:1600px) {
.f60{ font-size: 58px;}
.f30{ font-size: 28px;}
.mt50{ margin-top: 45px;}

.pt50{ padding-top: 45px;}
.pb80{ padding-bottom: 75px;}
.responsibilitybtn{ height: 75px;}
.mt70{ margin-top:65px;}
.pt80{ padding-top: 75px;}
.pb160{ padding-bottom: 150px;}
.padding-80-0{ padding: 75px 0;}
.index5{ padding-bottom: 120px;}

.rencai-tit h3{ font-size: 28px;}
	.rencai-tit p{ font-size: 18px;}
	.rencai-box2 .div1 .rc-name{  font-size: 20px;}
	.rencai-box2 .rc-text p{ font-size: 14px;}
}

@media screen and (max-width:1540px) {
h1{ font-size: 36px;}h2{ font-size: 26px;}h3{ font-size: 22px;  }h4{ font-size: 20px; }.index2 li p{ font-size: 18px;}.f60{ font-size: 52px;}.f30{ font-size: 24px;}
main{ width: 1320px; margin: 0 auto;}

.heard_search{padding-left: 80px;}.pc_nav li{margin-right: 80px;}.monaka-menu-item{ padding: 20px 0;}
.indexMore{ width: 250px; height: 65px;     padding: 0 40px;}
.index3 ul li{margin-top: 200px;}.index3 ul li:nth-child(2){ margin-top: 140px;}.index4 .img img{  max-width: 94% !important; } 
#wave1,#wave2,#wave3{ height:120px;top: -115px; }.index5 .right{ width: 920px;}.newsSwiper .swiper-slide .txt{ padding: 20px 30px;}.newsSwiper .swiper-slide .txt h3{ margin: 18px 0;}
.ewm{ width: 22%;}.ewm img{ width: 120px;}.gbook{ width: 32%;}
.index2 ul{ padding: 110px 0 160px;}
 
 
footer h4{ }

 
 

}

@media screen and (max-width:1460px) {
main{ width: 1300px; margin: 0 auto;}.heard_search{padding-left: 60px;}.pc_nav li{margin-right: 60px;}
#certify  .swiper-slide { width: 720px; height: 400px;} 
#certify{ margin: 30px auto;}
.index2 li p{ font-size: 16px;}
.f150{ font-size: 100px;}
.f60{ font-size: 48px;}
.f30{ font-size: 22px;}
.index1 img{ width: 500px;}
.indexMore{ width: 240px; height: 60px; padding: 0 30px;}.index1bottom{ margin-top: 50px;}.index-banner .txt h1{ font-size: 40px; letter-spacing: 8px;}#wave1,#wave2,#wave3{ height:100px;top: -95px; }.index2 ul{ padding: 100px 0 140px;}
footer .foot_nav{ width: 34%;}

.pt80{ padding-top: 65px;}



.index1 .info{ margin: 40px 0;}

footer h4{  margin-bottom: 12px;}

 

}

@media screen and (max-width:1380px) {
.padding-80-0{ padding: 60px 0;}h1{ font-size: 32px;}.mt50{ margin-top: 35px;}.pt50{ padding-top: 35px;}.index5{ padding-bottom: 100px}
   h3{ font-size: 20px;}

  

main{ width: 1200px; margin: 0 auto;}.heard_search{padding-left: 50px;}.pc_nav li{margin-right: 50px;}
 .index1 ul li span,.index1bottom li span{background: url(../images/icon2.png) no-repeat bottom  8px right; background-size: 15px 15px;padding-right: 25px}
.monaka-menu-item .left a{ font-size: 16px;}

.indexMore{ width: 200px; height: 55px; padding: 0 25px;}.indexMore span{ width: 24px; height: 24px;}.newsSwiper .swiper-slide .txt h3{ margin: 15px 0;}.index1bottom{ margin-top: 40px;}
.index5 .right{ width: 850px ;}
.index5 .left{ padding-bottom: 50px;}.ewm{ width: 17%;}.ewm img{ width: 80px;}

.f26{ font-size: 24px;}
.f22{ font-size: 18px;}
.culture3 figure{ height: 500px;}
.f60{ font-size: 36px;}
.culture4 .f22{ margin-top: 20px;}
.pb160{ padding-bottom: 100px;}


.newsDetailbg{ height: 450px;}
.newsdetail{ width: 1200px; margin: -180px auto 0;}

.contactgbook .right{ padding: 0 30px;}

.responsibility3 .swiper-slide .txt{ padding: 30px;}
.responsibility2{ height: 600px;}
.responsibility4 .txt{ height: 350px; padding: 30px;}
.responsibility4 .txt a{ bottom: 30px;}

.PoPCon{ padding: 40px 20px;}

}
@media screen and (max-width:1240px) { 
  .f16{ font-size: 14px;}
  #wave1,#wave2,#wave3{ height:80px;top: -75px; }

 
  main{  width: calc(100% - 50px); margin: 0 auto;}

  .newsDetailbg{ height: 350px;}
  .newsdeatiltop h2{ padding-top: 80px;}
  .newsdetail{ width: calc(100% - 50px);; margin: -180px auto 0; padding: 25px;}
  .newsdetail .right .smailtit{ margin: 18px 0;}
  .newsdetail .right{ width: calc(100% - 150px);}

  h1{ font-size:28px;}
  h2{ font-size: 23px;}
  .index3 .title{ position: relative; margin-bottom: 35px;}
  .index3 ul li{ margin-top: 0 !important;}
  .index3 .indexMore{ position: relative; bottom: 0; left: auto; margin: 35px  auto 0;}
  .yuan3{ width:50vw;}
  .yuan4{ width: 25vw;}
  .padding-80-0{ padding: 50px 0;}
  .index5{ padding-bottom: 100px;}

  .index2 ul{ padding: 80px 0; flex-wrap: wrap;}
  .index2 ul li{ width: 50%; margin-bottom: 30px;}
  .index1 img{ width: 450px;}
  .mt50{ margin-top: 28px;}
  .pt50{ padding-top: 28px;}
  .index5 main{flex-direction: column;}
  .index5 .right{ width: 100%;}
  .index5 main .left{ flex-direction: row; margin-bottom: 35px; padding-bottom: 0;}
  .mt70{ margin-top: 35px;}
  .f28,h4{ font-size: 18px;}

  .pt80{ padding-top: 40px;}
  .pb80{ padding-bottom: 40px;}
  .responsibilitybtn{ height:40px;}
  .service1{  padding-bottom: 50px;}
  .service2 main ul li{    width: calc( 100% / 4);}

 
}

@media screen and (max-width:1100px) { .wap_header{ display: block;}.pc-header{ display: none;}
 .niebanner{ margin-top: 60px; text-align:center;}
 .niebanner h3{ padding: 0 50px; line-height: 1.6;}
.culture2 ul li p{ display: none;}
.historyBg ul dl dd{  white-space:	normal;}


.responsibility4 .txt{ width:30%; height: 100%; bottom: 10%;}
}

@media screen and (max-width:900px) {   .ewm {
	   justify-content: center;
   }
   .ewm div{
	   padding: 0 8px;
   }


}

@media screen and (max-width:750px) { .index-banner .txt h1{ font-size: 28px; letter-spacing: 5px;}.index-banner .txt p{ letter-spacing: 12px; margin: 25px 0;}.index-banner .txt span{ width: 150px; height: 45px;}.w50{ width: 100% !important;}.index1 .top{ flex-direction: column;}.yuan1{ width: 400px;  height: 400px; top: -200px; left: -200px;}.pb160{ padding-bottom: 60px;}.pt80{ padding-top: 30px;}
.index1 .info{ margin: 30px 0;}.index1 img{ width: 100%;}.index1bottom{  flex-wrap: wrap; margin-top: 0; }

.index-banner video{ visibility: hidden; }
 .index-banner figure{ background:transparent; } 
 .f60{ font-size: 36px;}
 h1{ font-size: 24px;}
 h2{ font-size: 18px;}
.index1bottom li{ width: 50%; font-size: 14px; text-align:center; margin-top: 20px;}.index2 ul{ padding: 30px 0;}.index2 li { padding: 0 25px;}.index2 li span.icon{ width: 70px; height: 70px; margin-bottom: 12px;}.index2 li span.icon img{  height: 30px;}.index2 li img{ margin: 15px 0;}.index2 li p{ font-size: 13px;}.f150{ font-size: 60px;}.index3 .title{ top: 0;}.index3 ul li{ width: 100%; margin-bottom: 20px; margin-right: 0;}.index3 .indexMore{ margin-top:15px;}.padding-80-0{ padding: 25px 0;}
.pb80 { padding-bottom: 25px;}
.responsibilitybtn{ height: 25px;}
.mt50{ margin-top: 25px;}.pt50{ padding-top: 25px;}.index5More{ width: 150px; height: 35px;}.indexMore{     width: 200px;    height: 42px;   padding: 0 31px;}.indexMore span::before{ width: 30px;}.indexpage div{ width: 35px; height: 35px;}.mt70{ margin-top: 22px;}.index5 main .left{ margin-bottom: 20px;}.newsSwiper .swiper-slide .img{ height: 200px;}.newsSwiper .swiper-slide .txt{ padding: 15px;}h3{ font-size: 16px;}.newsSwiper .swiper-slide .txt h3{ margin: 8px 0;}.index5{ padding-bottom: 50px;}
#certify{ width: 100%; margin: 25px auto;}
#certify  .swiper-slide {
   width: 100%;
   height:auto;
   
   
 }
  

.index1 ul{ flex-wrap: wrap; margin-top: 15px;}
.index1 ul li{  width: 50%; text-align: center;}

.rencai-box2 .rc-joinbtn {
   width: 160px;
   font-size: 15px;
   color: #ffffff;
   display: block;
   height: 40px;
   background-color: #2145a8;
   text-align: center;
   line-height: 40px;
   margin-top: 15px;
   transition: all 0.6s;
   margin-bottom: 10px;
}

.rencai-page .rencai-ul1 { flex-wrap: wrap;}
	.rencai-page .rencai-ul1 li{ width: 48.5%; margin-bottom: 4vw; padding:5vw 3vw;}
	.rencai-page .rencai-ul1 p{ line-height: 24px; font-size: 13px;}
	.rencai-tit h3{ font-size: 20px;}
	.rencai-tit p{ font-size: 14px;}
	.rencai-box2 .div1{  flex-direction: column; justify-content: flex-start; }
	.rencai-box2 .div1 .rc-name{ width: 100%; text-align: left; padding:5px 15px; border-bottom: 1px solid #F5F5F5; background: #2145a8;color: #fff; font-size: 16px;}
	.rencai-box2 .rc-text{ width: 100%; border-left: none;}

   .rc-text>p:nth-child(2){ width: 45%;}

   .index1 ul li span,.index1bottom li span{background: url(../images/icon2.png) no-repeat bottom  8px right; background-size: 10px 10px;padding-right: 15px}
}
/* css */
 

@media screen and (max-width:600px) {

    .BigTitle{ font-size: 40px;}
    .f60{ font-size: 30px;}
    .pglist span{ display: none;}
    .videoul a{ height: 3.2em; font-size: 16px;}
    .videoul a img{ height: 20px;}
    .videolist li .play{ width: 60px; height: 60px;}

 }