﻿@charset "UTF-8";
body, html {
  font-family: "Microsoft YaHei","PingFangSC-Semibold",Arial, Helvetica,"Helvetica Neue", sans-serif;
}

@font-face {
  font-family: "gilroy-medium-2";
  src: url("../fonts/gilroy-medium-2.woff2") format("woff2"), url("../fonts/gilroy-medium-2.woff") format("woff"), url("../fonts/gilroy-medium-2.ttf") format("truetype"), url("../fonts/gilroy-medium-2.eot") format("embedded-opentype"), url("../fonts/gilroy-medium-2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-bold-4";
  src: url("../fonts/gilroy-bold-4.woff2") format("woff2"), url("../fonts/gilroy-bold-4.woff") format("woff"), url("../fonts/gilroy-bold-4.ttf") format("truetype"), url("../fonts/gilroy-bold-4.eot") format("embedded-opentype"), url("../fonts/gilroy-bold-4.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
a {
  display: block;
}

a {
  transition: all .3s ease;
}

.search-form .input2::-webkit-input-placeholder {
  color: #999;
}

.search-form .input2::-moz-placeholder {
  color: #999;
}

.search-form .input2::-ms-input-placeholder {
  color: #999;
}

.tr3 {
  transition: all .3s ease;
}

.ovh {
  overflow: hidden;
}

img[src=""], img:not([src]) {
  opacity: 0;
}

    .Ispic img{position:absolute;left:-1000%;width:100%;top:-1000%;visibility:hidden;}
        .news-lists .url{transition:0.3s;display:block;border-bottom:1px solid #e8e8e8;padding:0.4rem 0;}
.news-lists .url:hover{background-color:#f9f9f9;}
.news-lists dl dt{overflow:hidden;}
.news-lists dl dt .Ispic{padding-bottom:59.375%;transition:0.3s ease-out;}
.news-lists .url:hover dt .Ispic{transform:scale(1.15);}
.news-lists .tit{font-weight:500;font-size:0.5rem;color:#333}
.news-lists .inner time{font-size:0.35rem;font-weight:500;color:#d70c19;display:block;margin:1.2857em 0 2.142em 0;}
.news-lists .inner p{color:#756969;line-height:1.625;margin:0;font-size:0.4rem}
.news-ajax{padding-top:0.55rem;}
.news-ajax .news-lists dl dd{padding-right:0;background:none;}
.news-ajax .news-lists .url:hover dl dd{background:none;}
.news-lists dt.time .date{width:2rem;margin:0 auto;line-height:0.75rem;font-size:16px;text-align:center;color:#555555;font-weight:500;background-color:#e3e3e3;transition:0.3s background-color;}
.news-lists dt.time .date b{transition:0.3s background-color;background-color:#f2f2f2;display:block;font-size:0.7rem;color:#999;line-height:1.25rem;font-weight:900;}
.news-lists .url:hover dt.time .date{background-color:#c60c18;color:#fff;font-weight:400;}
.news-lists .url:hover dt.time .date b{background-color:#d70c19;color:#fff;}
@media (min-width:769px){.news-lists dl{display:table;table-layout:fixed;width:100%;}
.news-lists dl > *{display:table-cell;vertical-align:middle;}
.news-lists dl dt{width:8rem;}
.news-lists dl dt.time{width:3rem;}
.news-lists dl dd{padding:0 2.5rem 0 1.4rem;background:url(../images/more.svg) no-repeat right 0.5rem center;background-size:auto 0.5rem;}
.news-lists .url:hover dl dd{background-image:url(../images/more-red.svg);}
.news-lists dl dd .inner{max-width:20.7rem;width:80%;}
.news-ajax .news-lists dl dd .inner{width:95%;}
}
@media (max-width:1366px) and (min-width:769px){
    .news-lists .tit{font-size:0.7rem}
    .news-lists .inner time{font-size:0.5rem}
    .news-lists .inner p{font-size:0.58rem}
    .news-lists dl dt.time{width:4.285rem}
    .news-lists dt.time .date{width:2.85rem}
    .news-lists dt.time .date b{font-size:1rem;line-height:1.78}
    .news-lists dl dt .Ispic{padding-bottom:59.375%;}
    .news-lists dl dt{width:11rem;}
    
}
@media (max-width:768px){.news-lists{display:flex;justify-content:space-between;flex-flow:wrap;}
.news-lists .url{width:50%;padding:0.5rem;}
.news-lists dl dd{padding-top:0.5rem;}
.news-lists .tit{-webkit-line-clamp:2;}
.news-lists dl dt.time,.news-lists .inner p{display:none;}
}
@media (max-width:480px){.news-lists .url{padding:0.5rem 0.1rem;}
.news-lists .tit{font-size:0.5rem;}
.news-lists .inner time{margin-bottom:0;font-size:10PX}
.news-ajax{padding-top:0.3rem;}
}
/**加载动画*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 998;
  background: #000000;
}

.lo-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 2px;
  background: #757575;
  margin-left: -100px;
}

.lo-bar-bg {
  background: #ffffff;
  z-index: 999;
  width: 0;
  /*animation:lo-bar ease 3.0s infinite;
  -webkit-animation:lo-bar ease 3.0s infinite;
  -moz-animation:lo-bar ease 3.0s infinite;
  -o-animation:lo-bar ease 3.0s infinite;*/
  z-index: 1000;
}

@keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
@-webkit-keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
@-moz-keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
@-o-keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../images/img1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.fl1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.fl2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.fl3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.fl4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.fl5 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.fl6 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fl7 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.fl8 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.fl9 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.fl10 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
}

.fl11 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: stretch;
}

.fl12 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.fl13 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.fl12 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
}

.fl13 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.fl14 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
}

.fl15 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.fl16 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.fl17 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.fl18 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.fl19 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.fl20 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.fl21 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fl22 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.fl23 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.fl24 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.fl25 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
}

.fl26 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: stretch;
}

.fl27 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.fl28 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.fl29 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: baseline;
}

.fl30 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
}

.fl31 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: baseline;
}

.fl32 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
}

.header {
  height: 95px;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.35);*/
  transition: all .3s ease-in-out;
}
.header-fix{background:#fff;}
.header .n-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
.header .logo {
  width: 200px;
  height: 53px;
  position: relative;
  display: block;
  margin-left: 70px;
}
.header .logo img {
  width: 100%;
}
.header .logo .img1 {
  opacity: 1;
}
.header .logo .img2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
.header .right-btn {
  position: relative;
  width:auto;
  height: 95px;
  margin:0 30px;
  /*border-left: 1px solid rgba(255, 255, 255, 0.35);*/
}
.header .catalog-btn {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header .catalog-btn .img1 {
  opacity: 1;
}
.header .catalog-btn .img2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.header .search-btn {
  cursor: pointer;
  height: 22px;
  cursor: pointer;
}
.header .search-btn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.header .nav-line {
  position: absolute;
  bottom: 0;
  background: #016cb6;
  height: 2px;
}
.header .nav {
  font-size: 18px;
  color: #fff;
  margin-right: 20px;
  position: relative;
}
.header .nav .li {
  padding: 0 30px;
  position: relative;
}
.header .nav .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  height: 95px;
  line-height: 95px;
  position: relative;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
.header .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.header .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.header .nav .warp-btn .btn img:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .nav .warp-btn .btn img:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .nav .warp-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #cc0000;
  left: calc(50% - 50%);
  top: 0;
  transform: scale(0, 1);
  transition: all .3s ease;
}
.header .nav .li:hover .warp-btn, .header .nav .li.cur .warp-btn {
  color: #cc0000;
}
.header .nav .li:hover .warp-btn:before, .header .nav .li.cur .warp-btn:before {
  transform: scale(1, 1);
}
.header .nav .nav-item {
  position: absolute;
  top: 95px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  display: none;
}
.header .nav .nav-item p {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
}
.header .nav .nav-item a {
  height: 60px;
  line-height: 60px;
  display: block;
  color: #fff;
  text-align: center;
  transition: all .3s ease;
}
.header .nav .nav-item a:hover {
  color: #cc0000;
}
   .header .right-btn .search {
        width: 20px;
        height: 20px;
        background-image: url("../images/search.png");
        background-size: 20px 20px;
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer; }
.warp-search-form {
  display: none;
  position: fixed;
  top: 95px;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  height: 95px;
  border-bottom: 1px solid #e3e3e3;
  z-index: 99;
}
.warp-search-form .search-form .dxnav-search-icon {
  height: 24px;
  width: 24px;
  display: flex;
  margin: 0 33px;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.warp-search-form .search-form .dxnav-icon {
  width: 24px;
  height: 24px;
  margin-right: 0;
}
.warp-search-form .search-form .input2 {
  width: calc(100% - 320px - 0.5rem);
  margin-right: .5em;
  font-size: .65rem;
  background-color: transparent;
  border: none;
}
.warp-search-form .search-form .search-close {
  width: 44px;
  height: 44px;
  margin: 0 10px 0 32px;
  cursor: pointer;
  background-color: transparent;
}
.warp-search-form .search-form .search-close svg {
  width: 20px;
  height: 20px;
}
.warp-search-form .search-form .submit-button {
  width: 125px;
  height: 45px;
  margin: 0;
  padding: 0 12px;
  font-size: 16px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #0c121c;
  background-color: #0c121c;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: none;
  letter-spacing: .12em;
  transition: color .4s ease,background-color .4s ease;
}
.warp-search-form .search-form .submit-button:hover {
  background-color: #fff;
  color: #0c121c;
  box-shadow: inset 0 0 0 1px #0c121c;
}
.warp-search-form .search-form .submit-button:disabled {
  cursor: not-allowed;
  color: #fff;
  background-color: #e4e4e4;
  box-shadow: none;
  border: none;
}
.warp-search-form .search-form.active {
  transform: translateY(0%);
}
.warp-search-form .search-form {
  height: 95px;
}

.dxnav__dropdown-overlay {
  background: rgba(250, 250, 250, 0.85);
  height: 100vh;
  left: 0;
  max-width: 100vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.overlay--open {
  animation: overlayOpen .4s ease-out forwards;
}
.search-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(27, 58, 131, 0.98);
  z-index: 1000001;
  display: none; }
  .search-content .search-box {
    position: absolute;
    top: calc(50% - 170px);
    left: calc(50% - 410px); }
    .search-content .search-box .outer-box {
      width: 820px;
      height: 100px;
      border-radius: 50px;
      box-sizing: border-box;
      padding: 10px;
      background: rgba(255, 255, 255, 0.2); }
      .search-content .search-box .outer-box .inner-box {
        width: 100%;
        height: 100%;
        line-height: 87px;
        padding-left: 35px;
        border-radius: 40px;
        background: #fff;
        position: relative; }
        .search-content .search-box .outer-box .inner-box input {
          background-color: transparent;
          height: 60px;
          width: 90%;
          border: 0;
          border-radius: 0;
          font-size: 20px; }
        .search-content .search-box .outer-box .inner-box .search-icon-box {
          display: inline-block;
          width: 80px;
          height: 80px;
          right: 0;
          top: 0;
          border: 0;
          background-color: transparent;
          cursor: pointer;
          position: absolute;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 20px 20px;
          background-image: url("../images/search01.png"); }
    .search-content .search-box .close {
      text-align: center;
      margin-top: 180px; }
      .search-content .search-box .close i {
        display: inline-block;
        width: 60px;
        height: 60px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../images/close01.png"); }

.header.active {
  position: fixed;
}

 .header.active {
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  /*border-bottom: 1px solid #eaeaea;*/
}
.header.active .n-header{width:1500px !important;left:50%;margin-left:-750px;}
.header:hover .logo .img1, .header.active .logo .img1 {
  opacity: 0;
}
.header:hover .logo .img2, .header.active .logo .img2 {
  opacity: 2;
}
.header-fix:hover .nav .li > a, .header.active .nav .li > a {
  color: #111;
}
.header:hover .right-btn, .header.active .right-btn {
  /*border-left: 1px solid #eaeaea;*/
}
.header:hover .right-btn a,.header.active .right-btn a{
  color: #111;
}
.right-btn a:hover{
  color: #cc0a0a !important;
}

body.header-por {
  padding-top: 95px;
}
@media (max-width: 1480px) {
  body.header-por {
    padding-top: 70px;
  }
  .header {
    height: 70px;
  }

  .header .nav .warp-btn {
    height: 70px;
    line-height: 70px;
  }

  .header .right-btn {
    height: 70px;
  }

  .header .logo {
    width: 120px;
    height: 44px;
  }

  .header .nav .nav-item {
    top: 70px;
  }
}
@media (max-width: 1024px) {
  body.header-por {
    padding-top: 0;
  }
}
/*@media (max-width:1440px){
  .header .nav .li{
    margin: 0 .7rem;
  }
}
@media (max-width:1280px){
  .header .nav .li{
    margin: 0 .5rem;
  }
}
@media (max-width:1100px){
  .header .nav .li{
    margin: 0 .3rem;
  }
}*/
.warp-header {
  position: relative;
  height: 60px;
  z-index: 99;
}

.header2 {
  background: #fff;
  height: 60px;
  padding: 0 4%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 15;
}
.header2 .logo {
  width: 120px;
  height: auto;
  display: block;
  position: relative;
  z-index: 12;
}
.header2 .logo img {
  width: 100%;
}
.header2 .nav .tit {
  display: block;
  width: 100%;
  padding: 16px 5%;
  line-height: 60px;
  position: relative;
}
.header2 .nav .tit {
  line-height: 1.5;
}
.header2 .nav .sub-tit:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-size: 100% auto;
  position: absolute;
  right: 6.4%;
  top: 16px;
  background: url(../images/img1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  transform: rotate(0);
  transform-origin: center center;
  transition: all .3s ease-in-out;
}
.header2 .nav .sub-tit.on:after {
  transform: rotate(-180deg);
}
.header2 .nav .sec-list {
  line-height: 40px;
  padding: 0 6%;
  display: none;
}
.header2 .nav .sec-list a {
  color: #666;
}
.header2 .hamburger {
  padding: 0;
  height: 24px;
}
.header2 .hamburger-box {
  width: 30px;
  height: 24px;
}
.header2 .hamburger-inner, .header2 .hamburger-inner::before, .header2 .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background: #222;
}
.header2 .hamburger.is-active .hamburger-inner, .header2 .hamburger.is-active .hamburger-inner::before, .header2 .hamburger.is-active .hamburger-inner::after {
  background: #222;
}
.header2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header2 .hamburger--3dx-r .hamburger-inner::before, .header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header2 .h-right {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 12;
}
.header2 .h-right .hamburger{
  margin-left:.2rem;
}
.header2 .search-box {
  position: relative;
}
.header2 .search-btn {
  cursor: pointer;
  margin-right: 30px;
}
.header2 .search-btn svg {
  width: 25px;
  height: 25px;
  fill: #666;
}
.header2 .warp-nav {
  height: calc(100vh - 45px);
  padding: 0 0 45px;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 45px;
  z-index: 9;
  display: none;
}
.header2 .nav {
  font-size: 18px;
  color: #333;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 45px);
}
.header2 .nav .li {
  position: relative;
  width: 100%;
  line-height: 60px;
  background: #f7f7f7;
}
.header2 .nav .li:nth-child(2n) {
  background: #fff;
}
.header2 .nav .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  padding-left: 5%;
  position: relative;
  color: #333;
  transition: all .3s ease;
}
.header2 .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.header2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.header2 .nav .li:hover .warp-btn, .header2 .nav .li:hover .warp-btn.cur, .header2 .nav .li.cur .warp-btn, .header2 .nav .li.cur .warp-btn.cur {
  color: #016cb6;
}
.header2 .nav .nav-item {
  position: absolute;
  top: 100px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.header2 .nav .nav-item p {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e7eaec;
}
.header2 .nav .nav-item a {
  display: block;
  color: #666;
  text-align: center;
  transition: all .3s ease;
}
.header2 .nav .nav-item a:hover {
  color: #016cb6;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .warp-search-form {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .header2 {
    height: 50px;
  }

  .warp-header {
    height: 50px;
  }

  .header2 .search-btn {
    margin-right: 15px;
  }

  .header2 .logo {
    width: 75px;
  }

  .header2 .search-btn svg {
    width: 22px;
    height: 22px;
  }

  .warp-search-form {
    top: 50px;
  }

  .warp-search-form .search-form .dxnav-search-icon {
    margin: 0 1% 0 3%;
  }

  .warp-search-form .search-form .search-close {
    width: 30px;
    height: 30px;
    margin: 0 3% 0 1%;
  }

  .warp-search-form .search-form .search-close svg {
    width: 16px;
    height: 16px;
  }

  .warp-search-form .search-form .submit-button {
    width: 65px;
    height: 30px;
    padding: 0 6px;
  }

  .warp-search-form .search-form .dxnav-icon {
    width: 20px;
    height: 20px;
  }

  .warp-search-form .search-form, .warp-search-form {
    height: 60px;
  }

  .warp-search-form .search-form .input2 {
    font-size: 16px;
    width: calc(100% - 165px);
  }

  .header2 .hamburger-box {
    width: 25px;
    height: 20px;
  }

  .header2 .hamburger {
    height: 20px;
  }

  .hamburger-inner::before {
    top: -8px;
  }

  .hamburger-inner::after {
    bottom: -8px;
  }

  .header2 .hamburger-inner, .header2 .hamburger-inner::before, .header2 .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background: #222;
  }

  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}
@keyframes overlayOpen {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
  }
  1% {
    width: 100%;
    height: 100vh;
    z-index: 95;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100vh;
    z-index: 95;
  }
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
  max-width: 90%;
}

.w900 {
  width: 900px;
  margin: 0 auto;
  max-width: 90%;
}
.mt10{margin-top: 10px!important;}
.ibrand .img img{ width:100%; height:auto; display:block; background-size:cover;}
.tit1{ text-align:center; }
.tit1 strong{font-size:36px; line-height:1; margin-bottom:25px; font-weight:normal; display:block;}
.tit1 em{ font-size:18px; color:#888888;font-style:normal;}
.clearfix:after{content:'\20';display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:block;zoom:1;}	
.icon4{ background:#fff; padding:50px 0;}
.ibrand{ padding-top:40px;}
/*.ibrand ul{ border-bottom:1px solid #dbdbdb; border-right:1px solid #dbdbdb;}*/
.ibrand li{ float:left; width:15.666666666666668%;margin-bottom:1.2%;margin-right:1.2%}
.ibrand li:nth-child(6),.ibrand li:nth-child(12){margin-right:0}
  .Newsbox.video{ background:url(../images/videobg.jpg) center top no-repeat; background-size:cover;}
  .VideoList{ margin:0 0 0 -2.3333%;}
.VideoList li{ text-align:center;transition: all ease 0.3s; width:31%; float:left; margin:0 0 0 2.3333%; position:relative;}
.VideoList .imgbox{ padding-top:69%;}
.VideoList .tit{box-sizing:content-box;font-size:16px; z-index:3; position:absolute; left:0; bottom:0; color:#fff; padding:10px 5%; width:90%; line-height:24px; background:rgba(0,0,0,0.6); white-space:normal;}
.VideoList .play{ color:#fff; opacity:0; position:absolute; left:0; top:0; width:100%; height:100%; z-index:2; background:rgba(0,0,0,0.42);display: flex;align-items: center;justify-content: center;}
.VideoList .play .iconfont{ font-size:50px;}
.VideoList li:hover .play{opacity:1;}
.Subtit2{ height:62px; position:relative;}
.Subtit2 a.more{ position:absolute; text-align:center; right:0; top:10px; font-size:14px; color:#fff; border-radius:18px; background:#ed1846; width:100px; line-height:34px;}
.Subtit2 a.more.m2{ background:#fff; color:#666666; box-shadow:0 5px 15px rgba(0,0,0,0.08);}
.Subtit2 h2{ line-height:40px; font-size:30px; font-weight:normal; color:#333333;}
.Subtit2 h2 span{ color:#ed1846; opacity:0.08; text-transform:uppercase; position:absolute; left:12px; top:-16px; line-height:46px; font-size:60px; font-weight:bold; z-index:0;}
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;}

.ibrand .pd{ border:1px solid #dbdbdb; display:block; position:relative;}
.ibrand .img img{ width:100%; height:auto; display:block; background-size:cover;}
/*.ibrand .img img{*/
/*-webkit-transition: all 0.2s linear;*/
/*-moz-transition: all 0.2s linear;*/
/*-ms-transition: all 0.2s linear;*/
/*-o-transition: all 0.2s linear;*/
/*transition: all 0.2s linear;*/
/*}*/
/*.ibrand .img img{*/
/*-webkit-filter: grayscale(100%); */
/*-moz-filter: grayscale(100%); */
/*-ms-filter: grayscale(100%); */
/*-o-filter: grayscale(100%); */
/*filter: grayscale(100%); */
/*filter: gray; */
/*opacity:0.6;*/
/*}*/
.ibrand .pd:hover .img img{
/*-webkit-filter: grayscale(0%); */
/*-moz-filter: grayscale(0%); */
/*-ms-filter: grayscale(0%); */
/*-o-filter: grayscale(0%); */
/*filter: grayscale(0%); */
/*filter: none;*/
/*opacity:1;*/
transform: scale(1.08);
}
.ibrand .text{ position:absolute; left:0px; top:0px; right:0px; bottom:0px; text-align:center; line-height:158px; background:#e81215; color:#fff; font-size:18px; opacity:0;}
.ibrand .pd:hover{ box-sizing:border-box; background:#dbdbdb;}
.footer {
  background: #F4F4F4;
  position: relative;
  z-index: 10;
}

.foot_contact{ width: 21%;color:#888;font-size:16px;margin-top:15px;}
.foot_contact .p{ padding-left: 26px; background: url("../images/icon_tel.jpg") no-repeat left 6px; margin-bottom: 10px;}
.foot_contact .tel{ padding-top: 4px; margin-bottom: 0;}
.foot_contact .email{ background-image: url("../images/icon_email.jpg");}
.foot_contact .add{ background-image: url("../images/icon_add.jpg"); margin-bottom: 30px;}
.foot_contact a{ display: inline-block; width: 33px; height: 33px; border-radius: 100%; margin-right: 5px; background: url("../images/icon_sina.png") no-repeat center #666666;}
.foot_contact .icon-wechat{ background-image: url("../images/icon_wx.png")}
.foot_contact .icon-qq{ background-image: url("../images/icon_qq.png")}
.foot_contact h3{ color: #d91424; font-size: 30px;}
.social-share .icon-wechat {position:relative;}
.social-share .icon-wechat .wechat-qrcode {display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;}
.social-share .icon-wechat .wechat-qrcode.bottom {top:40px;left:-84px;}
.social-share .icon-wechat .wechat-qrcode.bottom:after {display:none;}
.social-share .icon-wechat .wechat-qrcode h4 {font-weight:400;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;color:#777;margin:0;padding:0;}
.social-share .icon-wechat .wechat-qrcode .qrcode {width:105px;margin:10px auto;}
.social-share .icon-wechat .wechat-qrcode .qrcode table {margin:0!important;}
.social-share .icon-wechat .wechat-qrcode .help p {font-weight:400;line-height:16px;margin:0;padding:0;}
.social-share .icon-wechat .wechat-qrcode:after {content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:8px 6px 6px;}
.social-share .icon-wechat:hover .wechat-qrcode {display:block;}
.footer .f-top {
  /*border-bottom: 1px solid #192333;*/
  padding-bottom: 1rem;
}
.footer .logo {
  width: 177px;
  margin-bottom: .75rem;
}
.footer .spbox {
  width: 250px;
  height: 20px;
  box-sizing: content-box;
  border: 1px solid #cdcdcd;
  padding: 15px;
  color: #292929;
  position: relative;
  cursor: pointer;
}
.footer .spbox .sp {
  opacity: .7;
}
.footer .spbox svg {
  width: 20px;
  height: 20px;
}
.footer .sp-item {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: none;
}
.footer .sp-item .li-item {
  height: 45px;
  line-height: 45px;
  color: #666;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 15px;
}
.footer .sp-item .li-item:last-child {
  border-bottom: none;
}
.footer .sp-item .li-item:hover {
  background: #c41b23;
  color: #fff;
}
.footer .sharebox {
  position: relative;
}
.footer .sharebox span {
  margin-right: .5rem;
}
.footer .sharebox svg {
  fill: #b5b5b5;
}
.footer .wximg {
  width: 96px;
  height: 96px;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  padding: 8px;
  bottom: 40px;
  left: 50%;
  margin-left: -48px;
  transform: translate(0, 10px);
  opacity: 0;
  transition: all .5s;
}
.footer .wximg img {
  width: 100%;
}
.footer .wximg:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -6px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.footer .li:hover .wximg {
  transform: translate(0, 0);
  opacity: 1;
}
.footer .f-nav .tit2 {
  margin-bottom: .5rem;
  color: #5e6675;
}
.footer .f-nav .item {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #888;
  transition: all .3s;
}
.footer .f-nav .li {
  margin-right: 2.25rem;
}
.Ispic{background-position:center center;background-size:cover;background-repeat:no-repeat}
.list_pic_one li{ float: left; width: 30.715%; margin-right: 3.92%; margin-bottom: 4%;}
.list_pic_one li:nth-child(3n){ margin-right: 0;}
.list_pic_one li figure{ width: 100%; padding-top: 56.05%;}
.list_pic_one li h3{color:#000; margin-top: 3%; padding-left: 22.5%; position: relative; height: 60px; overflow: hidden; font-size: 18px; line-height: 28px; padding-top: 5px;}
.list_pic_one li h3:before{ content: ''; position: absolute; left: 0; top: 0; width: 18.5%; background:url("../images/icon_4.png") no-repeat center #d80001; height: 100%;}
@media(max-width:768px){
    .list_pic_one li h3{ font-size: 18px;}
    .list_pic_one li h3:before{background-size: 70%;}
    .VideoList,.MediaList{ margin:0 0 0 -2.5%;}
.VideoList li,.MediaList li{width:47.5%; margin:0 0 0 2.5%;}
.VideoList li:nth-child(3),.MediaList li:nth-child(3){ display:none;}
.VideoList .tit{font-size:14px}
}
@media(max-width:640px){
    .list_pic_one li{ width: 48%; margin: 0 1% 5%;}
    .list_pic_one li:nth-child(3n){ margin-right: 1%;}
    .list_pic_one li h3{ font-size: 16px;}
}

.footer .f-nav .item:hover {
  color: #d12323;
}
.footer .f-nav .li:last-child {
  margin-right: 0;
}
    .footer  .top-right {
       }
      .footer  .top-right .tr-title {
        font-size: 16px;
        color: #4c5362; }
      .footer  .top-right .code-box-big {
        display: flex;
        margin-top: 35px; }
        .footer  .top-right .code-box-big .code-box .code {
          width: 100px;
          height: 100px;
          background: #fff;
          border-radius: 10px;
          padding: 5px;
          box-sizing: border-box;
          transition: all .8s; }
          .footer  .top-right .code-box-big .code-box .code img {
            width: 100%; }
        .footer  .top-right .code-box-big .code-box p {
          color: #4c5362;
          font-size: 16px;
          margin-top: 6px;
          text-align: center; }
        .footer  .top-right .code-box-big .code-left {
          margin-left: 15px; }
      .footer  .top-right .href-box {
		   line-height:1.3;
        padding-left: 15px;
        margin-top: 10px; }
        .footer  .top-right .href-box a {
          font-size: 16px;
          color: #5e6675; 
		  display:inline;
		 
		  }
        .footer  .top-right .href-box span {
          width: 1px;
          height: 15px;
          background: #5e6675;
          display: inline-block;
          vertical-align: text-bottom;
          margin: 0 30px; }
      .footer  .top-right .friend-href {
        margin-top: 40px; }
        .footer  .top-right .friend-href .t1 {
          color: #5e6675;
          font-size: 16px; }
        .footer  .top-right .friend-href .select {
          width: 220px;
          height: 40px;
          background-color: #0f1c31;
          border-radius: 5px;
          padding: 0 10px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          position: relative;
          cursor: pointer; }
          .footer  .top-right .friend-href .select span {
            color: #5e6675;
            font-size: 16px; }
          .footer  .top-right .friend-href .select .down {
            display: inline-block;
            width: 18px;
            height: 11px;
            background-size: 18px 11px;
            background-image: url("../images/down.png");
            background-repeat: no-repeat; }
          .footer  .top-right .friend-href .select .down-box {
            position: absolute;
            bottom: 55px;
            width: 100%;
            left: 0px;
            display: none; }
            .footer  .top-right .friend-href .select .down-box li {
              width: 100%;
              height: 50px;
              line-height: 50px;
              text-align: center;
              color: #5e6675;
              font-size: 16px;
              background: #0f1c31; }
			              .footer  .top-right .friend-href .select .down-box li a{color:#888;}
              .footer  .top-right .friend-href .select .down-box li:hover {
                background: #5e6675;
                color: #fff;
                cursor: pointer; }
.footer .bot {
  padding: .5rem 0;
  color: #a5a5a5;
  text-align:center;
}
.footer .bot p {
      color: #5e6675;
      font-size: 16px;
      display: inline-block;
      vertical-align: middle; }
      .footer .bot p a {display: inline-block;
        color: #5e6675; }
    .footer .bot .police {
      margin-left: 20px;
      margin-right: 20px; }
      .footer .bot .police img {border-radius:0;
        margin-right: 10px; }
@media (max-width: 1480px) {
  .footer .f-nav .item{
    margin-bottom:0px;
    line-height:1.8;
    font-size:13px;
  }
  .footer .f-nav .tit2{
    margin-bottom:.2rem;
  }
  .footer .f-top{
    padding-bottom:.5rem;
  }
}
@media (max-width: 1024px) {
  .footer .f-nav,.foot_contact {
    display: none;
  }

}
.ibanner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ibanner .swiper-slide {
  height: 24rem;
  overflow: hidden;
}
.ibanner .swiper-pagination {
  position: absolute;
  width: 50px !important;
  height: 100%;
  right: 0;
  left: auto !important;
  top: 0;
  z-index: 2;
}
.ibanner .swiper-pagination .swiper-pagination-bullet {
  height: auto !important;
  width: auto !important;
  margin: 0 0 15px !important;
  background: none !important;
  position: relative;
}
.ibanner .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.22);
  width: 50px;
  right: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.ibanner .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  height: 3px;
  background: #fff;
  right: 0;
  bottom: 0;
}
.ibanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation: bannerwidth 5s forwards linear;
}
.ibanner .swiper-pagination .num {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  width: 100%;
  padding-bottom: 10px;
}
.ibanner .slide-inner {
  height: 24rem;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ibanner .swiper-slide .text {
  -webkit-transition: all .5s .5s ease-in-out;
  -o-transition: all .5s .5s ease-in-out;
  transition: all .5s .5s ease-in-out;
}
.ibanner .text {
  /*position:absolute;*/
  /*bottom:7rem;*/
  padding-top: 8.25rem;
  z-index: 2;
}
.ibanner .tit1 {
  line-height: 1.15;
  color: #fff;
}
.ibanner .tit3 {
  color: #fff;
  margin-bottom: .5rem;
  line-height: 1;
}
.ibanner .warp-more {
  display: inline-block;
}
.ibanner .more {
  margin-top: 2.25rem;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}
.ibanner .more svg {
  width: 40px;
  fill: #fff;
  margin-left: 10px;
}
.ibanner .more:hover {
  background: #cc0000;
  padding: 10px 20px;
  /*transform:translate(10px,0);*/
}
    .ibanner  .swiper-slide .center-position {
        position: absolute;
        z-index: 1000;
        width: 100%;
        top: 50%;
        transform: translateY(-50%); }
        .ibanner  .swiper-slide .center-position .text-box {
          width: 1400px;
          margin: 0 auto; }
          .ibanner  .swiper-slide .center-position .text-box .knowMore {
            width: 200px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background-color: #c9261d;
            border-radius: 25px;
            opacity: 0.9;
            color: #fff;
            font-size: 18px;
            display: block;
            margin-top: 50px; }
          .ibanner  .swiper-slide .center-position .text-box .t1 {
            margin-bottom: 25px; }
          .ibanner  .swiper-slide .center-position .text-box p {
            color: #eee;
            font-size: 20px;
            line-height: 2em; }
            .ibanner  .swiper-slide .center-position .text-box p span {
              font-size: 36px;
              color: #fff; }
			  .num-position {
  margin: 20px 0;
  
  }
  .num-position .num-box {
    width: 1400px;
    height: 240px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center; }
    .num-position .num-box li {
      width: 25%;
      height: 100%;
      box-sizing: border-box;
      padding: 0  70px;
      border-right: 1px solid #f3f3f3;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      position: relative; }
      .num-position .num-box li img {
        position: absolute;
        right: 20px;
        bottom: 20px; }
      .num-position .num-box li .t1 {
        color: #c9261d;
        font-size: 12px;
        width: 100%;
        box-sizing: border-box; }
      .num-position .num-box li .pad1 {
        padding-left: 65px; }
      .num-position .num-box li .pad2 {
        padding-left: 75px; }
      .num-position .num-box li .pad3 {
        padding-left: 45px; }
      .num-position .num-box li .num {
        transition: all .6s;
        -webkit-transition: all .6s;
        -moz-transition: all .6s; }
        .num-position .num-box li .num .t2 {
          color: #c9261d;
          font-size: 72px;
		  line-height:85px;
          height: 72px;
          width: 100%;
          font-weight: bold; }
      .num-position .num-box li .info {
        text-align: center;
        margin-top: 20px; }
        .num-position .num-box li .info p {
          line-height: 1.8em;
          color: #999;
          font-size: 16px; }
      .num-position .num-box li .des {
        color: #333;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin-top: 15px; }
      .num-position .num-box li:last-of-type {
        border-right: none; }
.business-area {
  margin-top: 45px; }
  .business-area .area-box {
    margin-top: 45px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/area00.jpg");
    position: relative;
    transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1);
    -moz-transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1); }
@keyframes bannerwidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .ibanner .text {
    left: 2rem;
  }

  .ibanner .tit1 {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .ibanner .slide-inner,.friend-href{
    background:none;
  }
  .friend-href{display:none;}
  .ibanner .slide-inner,.ibanner .swiper-slide{
    height:auto;
  }
  .ibanner .swiper-slide .text{
    position:absolute;
    top:8.25rem;
    padding-top:0;
    left:5%;
    z-index:2;
  }
  	.icon4{ padding:30px 0;}
	.wp{ width:auto; margin:0 30px;}
	.ibrand{ padding-top:20px;}
	.ibrand li,.ibrand li:nth-child(6), .ibrand li:nth-child(12){ width:24%;margin-right:1.25%;margin-bottom:1.25%}
	.ibrand li:nth-child(4n){margin-right:0}
	.bcon1 .tit1 strong{ font-size:16px;}
.tit1 strong{ font-size:18px;}
.tit1 em{ font-size:13px;}
  .ibanner .slide-inner .m-block img{
    width:100%;
  }
  .ibanner .text {
    width: 100%;
    left: 0;
  }

  .ibanner .swiper-pagination, .ibanner .swiper-pagination .swiper-pagination-bullet:before {
    width: 30px !important;
  }

  .ibanner .swiper-pagination .num {
    padding-bottom: 5px;
  }

  .ibanner .more {
    margin-top: 1.2rem;
  }

  .ibanner .more svg {
    margin-left: 5px;
  }
}
.mouse-btn {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-left: -26px;
  z-index: 9;
  cursor: pointer;
}

.mouse-btn .mouse {
  position: relative;
  width: 50px;
  height: 50px;
  /*border:1px solid #fff;
  border-radius:50%;*/
}
.mouse-btn .mouse svg {
  width: 30px;
}

.mouse-btn p {
  color: #fff;
}

.mouse-btn .mouse svg {
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}

@media (max-width: 767px) {
  .mouse-btn{
    margin-left: -15px;
  }
  .mouse-btn .mouse {
    width:30px;
    height:30px;
  }
  .mouse-btn .mouse svg {
    width: 15px;
  }
  .mouse-btn {
    bottom:10px;
  }
}

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
.i-list1 {
  padding: 2rem 0 2.25rem;
  background: #fbfbfb;
  overflow: hidden;
}
.i-list1 .tit2 {
  line-height: 1.2;
  text-transform: uppercase;
  color: #666;
}
.i-list1 .tit3 {
  color: #333;
  line-height: 1;
  margin-top: 10px;
}
.i-list1 .ulbox {
  margin-top: 1rem;
  width: 100%;
  margin: 1rem auto 0;
  border-radius:8px;
  overflow: hidden;
}
.i-list1 .ulbox .li {
  width:calc(50% - 3px);
  margin-bottom:6px;
  height: 350px;
  position: relative;
  /*margin-right: 0.215%;*/
  overflow: hidden;
  /*transition: width .5s ease;*/
}
.i-list1 .ulbox .li:nth-child(3),.i-list1 .ulbox .li:nth-child(4){
  margin-bottom:0;
}
.i-list1 .ulbox .li .bg {
  height: 350px;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all .3s ease;
}
.i-list1 .ulbox .li:hover .bg{
  transform:scale(1.1,1.1);
}
.i-list1 .ulbox .li .tit1 {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 0 .75rem;
  bottom: 1rem;
  z-index:3;
}
.i-list1 .ulbox .li:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 0;
  background: #cc0000;
  z-index: 2;
}
.i-list1 .ulbox .li:after{
  position: absolute;
  content: "";
  width: 100%;
  bottom:0;
  height: 30%;
  background: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.5));
  z-index:2;
}
.i-list1 .ulbox .li:nth-child(4n) {
  margin-right: 0;
}
/*.i-list1 .ulbox .li.swiper-slide-active:before {
  width: 100%;
}
*/
/*@media (min-width: 767px) {
  .i-list1 .ulbox .li.cur {
    width: 61%;
  }
  .i-list1 .ulbox .li.cur:before {
    width: 100%;
  }
}*/
@media (max-width: 767px) {
  .i-list1 .ulbox .li, .i-list1 .ulbox .li.cur, .i-list1 .ulbox .li .bg {
    width: 100%;
  }

  .i-list1 .ulbox .li {
    height:180px;
  }

  .i-list1 .ulbox .li .bg {
    position: absolute;
    height: 100%;
  }
  .i-list1 .ulbox .li:nth-child(3){
    margin-bottom:6px;
  }
 /* .i-list1 .ulbox .li {
    opacity: .5;
    transition: all .3s ease;
  }

  .i-list1 .ulbox .li.swiper-slide-active {
    opacity: 1;
  }*/
}
.i-list2 {
  padding: 2rem 0;
}
.i-list2 .content .news-list {
  width: 49%;
}
.i-list2 .content .title {
  height: 60px;
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
  color: #333;
  position: relative;
}
.i-list2 .content .title span {
  position: relative;
  height: 60px;
  display: inline-block;
}
.i-list2 .content .title span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #cc0a0a;
}
.i-list2 .content .ulbox .li-top {
  padding: 15px .5rem;
  border-bottom: 1px solid #e5e5e5;
}
/*.i-list2 .content .ulbox .img {*/
/*  width: 220px;*/
/*  display:none;*/
/*}*/
.i-list2 .content .ulbox .img img {
  max-width: 100%;
}
.i-list2 .content .ulbox .text {
  width:100%;
}
.i-list2 .content .ulbox .tit2 {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i-list2 .content .ulbox .tit3 {
  color: #333;
  transition: all .3s;
}
.i-list2 .content .ulbox .p {
  color: #252525;
  margin-bottom: 12px;
  margin-top: 12px;
}
.i-list2 .content .ulbox .time {
  color: #252525;
  opacity: .4;
  margin-left: 10px;
  display: inline-block;
}
.i-list2 .content .ulbox .more {
  color: #cc0a0a;
}
.i-list2 .content .ulbox .li {
  padding: 15px .5rem;
  border-bottom: 1px solid #e5e5e5;
}
.i-list2 .content .ulbox .li:hover .tit3 {
  color: #cc0a0a;

}
.i-list2 .content .ulbox .tit3 {
  color: #666;
  width: calc(100% - 110px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i-list2 .content .news-button {
  margin-top: .75rem;
  color: #000;
  align-items: center;
}
.i-list2 .content .news-button svg {
  width: 12px;
  height: 12px;
  fill: #333;
  margin-left: .1rem;
}
.i-list2 .content .news-button:hover {
  color: #cc0a0a;
}
.i-list2 .content .news-button:hover svg {
  fill: #cc0a0a;
}

@media (max-width: 1024px) {
  .i-list2 .content .news-list {
    width: 100%;
  }

  .i-list2 .content .ulbox .img {
    width: 5.5rem;
  }

  /*.i-list2 .content .ulbox .text {
    width: calc(100% - 6rem);
  }*/

  .i-list2 .content .ulbox .tit2 {
    font-size: .7rem;
  }

  /*.i-list2 .content .ulbox .p, .i-list2 .content .ulbox .time {
    font-size: .24rem;
  }*/

  .i-list2 .content .ulbox .time {
    margin-left: 2px;
  }

  .i-list2 .content .ulbox .p {
    margin-bottom: 6px;
    margin-top: 6px;
  }

  .i-list2 .content .ulbox .li-top {
    padding: .35rem 0;
  }

  /*.i-list2 .content .news-button {
    justify-content: center;
  }*/

  .i-list2 .content .news-list {
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: .75rem;
  }
  .i-list2 .content .news-list:nth-child(1){
    padding-bottom:0;
    border-bottom:none;
  }
  .i-list2 .content .news-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    display:none;
  }

  .i-list2 .content .title {
    padding-left: 0;
    
  }
  .i-list2 .content .title span{
    font-size: .8rem;
  }

  .i-list2 .content .title {
    font-size: 1.05rem;
    height: auto;
  }

  .i-list2 .content .title span {
    height: auto;
    padding-bottom: .5rem;
  }

  .i-list2 .content .title span:before {
    width: 80%;
    left: 10%;
    height: 2px;
    background: #c41b23;
  }
}
@media (max-width: 767px) {
  .i-list2{
    padding:1.5rem 0;
  }

  .i-list2 .content .ulbox .tit3 {
    width: 100%;
    margin-bottom: 5px;
  }

  .i-list2 .content .ulbox .time {
    width: 100%;
  }

  .i-list2 .content .ulbox .li {
    padding: .35rem 0;
  }

  .i-list2 .content .ulbox .more {
    margin-top: -.3rem;
  }

  .i-list2 .content .ulbox .li-top .time {
    margin-top: .5rem;
  }

  .i-list2 .content .ulbox .more {
    margin-top: -1.05rem;
  }
}
.i-list3 {
  padding: 2.5rem 0 0;
  background: url(../images/img3.jpg) no-repeat center top;
}
.i-list3 .text {
  width: 42.85%;
}
.i-list3 .tit2 {
  color: #333;
  margin-bottom: 1rem;
}
.i-list3 .p {
  margin-bottom: .85rem;
  color: #666;
}
.i-list3 .p img {
  max-width: 100%;
}
.i-list3 .more {
  color: #666;
}
.i-list3 .more .btn {
  width: 40px;
  height: 40px;
  border: 1px solid #6a6a6a;
  border-radius: 50%;
  margin-left: .35rem;
  transition: all .3s ease;
}
.i-list3 .more svg {
  width: 16px;
  height: 16px;
  fill: #666;
  transition: all .3s ease;
}
.i-list3 .more:hover{
  color:#cc0a0a;
}
.i-list3 .more:hover .btn{
  border: 1px solid #cc0a0a;
  background:#cc0a0a;
}
.i-list3 .more:hover .btn svg{
  fill:#fff;
}
.i-list3 .tipbox {
  width: 680px;
  margin: 0 auto;
  position: relative;
}
.i-list3 .tipbox .video-btn {
  width: 80px;
  height: 80px;
  background: #cc0a0a;
  cursor: pointer;
  position: absolute;
  top: -80px;
  right: 0;
}
.i-list3 .tipbox .textbox {
  border-top: 10px solid #cc0a0a;
  border-left: 1px solid #cc0a0a;
  padding: 1.5rem .75rem;
}
.i-list3 .tipbox .numbox {
  padding: 0 1.25rem;
  margin-right: 1.25rem;
  border-right: 1px solid #d6d6d6;
}
.i-list3 .tipbox .numbox .num {
  font-size: 2.5rem;
  color: #cc0a0a;
  line-height: 1;
}
.i-list3 .tipbox .numbox sup {
  top: -1em;
}
.i-list3 .tipbox .itembox {
  width: 50%;
}
.i-list3 .tipbox .itembox .tit3 {
  color: #383735;
  margin-bottom: .35rem;
}
.i-list3 .tipbox .itembox .tit4 {
  color: #383735;
}

@media (max-width: 767px) {
  .i-list3 {
    background: url(../images/img4.jpg) no-repeat center center;
    background-size: cover;
  }

  .i-list3 .text {
    width: 100%;
    margin-bottom: 5rem;
  }

  .i-list3 .tit2{
    margin-bottom:.5rem;
  }
  .i-list3 .tipbox {
    width:70%;
    margin-left:0;
  }

  .i-list3 .tipbox .textbox {
    padding: .5rem 0;
  }

  .i-list3 .tipbox .numbox {
    padding: 0 .5rem;
    margin-right: .5rem;
  }
  .i-list3 .tipbox .numbox .num{
    font-size:2rem;
  }

  .i-list3 .tipbox .itembox {
    width:50%;
  }

  .i-list3 .tipbox .textbox {
    border-top: 5px solid #d12323;
  }

  .i-list3 .tipbox .video-btn {
    width: 2.2rem;
    height: 2.2rem;
    top: -2.2rem;
  }
  .i-list3 .tipbox .video-btn img{
    width:20px;
    height:20px;
  }

  .i-list3 .tipbox .itembox .tit3 {
    margin-bottom: .15rem;
  }

  .i-list3 .p {
    font-size: 12px;
    line-height: 1.8;
  }

  .i-list3 .more .btn {
    width: 30px;
    height: 30px;
  }

  .i-list3 .more svg {
    font-size: 16px;
    height: 14px;
  }

  .footer .f-top {
    justify-content: center;
	flex-direction: column;
  }

  .footer .f-top .f-logo img {
    width: 4.25rem;
    margin: 1.75rem auto .75rem;
    display: block;
  }
.footer .top-right .code-box-big{margin-top:0.75rem;}
  .footer .spbox {
    width: 160px;
    height: 20px;
    padding: 10px;
  }

  .footer .sp-item {
    bottom: 40px;
  }

  .footer .bot {
    font-size: .24rem;
  }

  .footer .sharebox .li svg {
    width: 25px;
    height: 25px;
  }

  .footer .wximg {
    bottom: 30px;
    margin-left: -70px;
  }

  .footer .sp-item .li-item {
    font-size: .24rem;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
  }
}
.media-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.media-alert.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.media-alert.active .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-alert .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.media-alert .close img {
  width: 10px;
  height: 10px;
}

.media-alert .content {
  position: absolute;
  max-width: 900px;
  width: 90%;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-alert .content .video {
  width: 100%;
}

.ex-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  z-index: 99;
}

.ex-close .icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  vertical-align: middle;
}

.ex-close .icon .circle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.ex-close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ex-close .icon:hover .line.line1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ex-close .icon:hover .line.line2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .ex-close {
    right: 5%;
  }
}
.n-banner {
  position: relative;
  /*height: 19rem;*/
  /*min-height: 700px;*/
}
.n-banner .bg-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.n-banner .text {
  height: 11rem;
  position: relative;
  z-index: 2;
  padding: 6rem 0 0;
}
.n-banner .tit1 {
  line-height: 1.2;
  margin-bottom: .5rem;
  font-family: "gilroy-medium-2";
  text-transform: capitalize;
}
.n-banner .tit2 {
  line-height: 1.2;
}
.n-banner .down {
  margin-top: 4.6rem;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.n-banner .down svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  animation: ball-pulse 2s ease infinite;
}
.n-banner .news-text {
  padding-top: 8rem;
  transition: all .3s ease;
  display:none;
}
.n-banner .news-text .tit1 {
  text-align: center;
}
.n-banner .news-text .tit2 {
  text-align: center;
  margin-bottom: 1rem;
}
.n-banner .newsearch {
  width: 750px;
  height: 50px;
  margin: 0 auto;
}
.n-banner .newsearch .search-input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  border: none;
  font-size: 18px;
  text-indent: 1rem;
  transition: all .3s ease;
}
.n-banner .newsearch .search-input:focus {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.n-banner .newsearch .newsubmit {
  width: 30px;
  height: 30px;
  background: url(../images/img4.png) no-repeat center;
  background-size: 19px auto;
  border: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -15px;
}
.n-banner .search-inputbox {
  margin: 15px auto 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  width: 750px;
  padding: .75rem 1rem;
  opacity:0;
  transform:translate(0,20px);
  transition: all .3s ease;
}
.n-banner.cur .news-text{
  padding-top:5rem;
}
.n-banner.cur .search-inputbox{
  opacity:1;
  transform:translate(0,0);
}
.n-banner .search-inputbox .title {
  font-size: 18px;
  color: #cc0a0a;
}
.n-banner .search-inputbox .item {
  padding: 12px 0;
  color: #666;
  border-bottom: 1px solid #bdbdbd;
}
.n-banner .search-inputbox .item svg {
  width: 20px;
  height: 20px;
  fill: #666;
}

@media (max-width: 767px) {
  .n-banner {
    /*height: 18rem;*/
    min-height: auto;
  }

  .news-banner {
    min-height: 500px;
  }

  .n-banner .text {
    padding: 5rem 0 0;
  }

  .news-banner .text {
    padding: 3rem 0 0;
  }

  .n-banner .search-inputbox .item {
    padding: 10px 0;
  }

  .n-banner .down {
    margin-top: 3rem;
    width: 45px;
    height: 45px;
  }

  .n-banner .newsearch {
    width: 100%;
  }

  .n-banner .search-inputbox {
    width: 100%;
  }

  .n-banner .newsearch .search-input {
    font-size: 16px;
  }
}
.warp-subbox {
  height: 2rem;
}

.n-subbox {
  height: 2rem;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}
.n-subbox .subnav a {
  color: #666;
  padding: 0 .75rem;
  height: 2rem;
  line-height: 2rem;
  display: block;
  position: relative;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-subbox .subnav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #cc0a0a;
  left: 0;
  bottom: 0;
  transform: scale(0, 0);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-subbox .subnav a:hover, .n-subbox .subnav a.cur {
  color: #cc0a0a;
}
.n-subbox .subnav a:hover:before, .n-subbox .subnav a.cur:before {
  transform: scale(1, 1);
}
.n-subbox .subnav .line {
  margin: 0 .75rem;
  width: 1px;
  height: 15px;
  background: #e0e0e0;
}
.n-subbox .tip-nav {
  height: 2rem;
  color: #888;
}
.n-subbox .tip-nav span {
  color: #cc0a0a;
}
.n-subbox .tip-nav svg {
  width: 12px;
  height: 12px;
  fill: #888;
}
.n-subbox .tip-nav a {
  color: #666;
  transition: color .3s;
}
.n-subbox .tip-nav a:hover {
  color: #cc0a0a;
}

.n-subbox.active {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

.n-subbox2 .warpsub {
  padding: 1rem 0;
  border-bottom: 1px solid #e4e4e4;
}
.n-subbox2 .tip-nav {
  color: #a5a5a5;
  font-weight: bold;
  text-transform: uppercase;
}
.n-subbox2 .tip-nav span {
  color: #1e4a7c;
}
.n-subbox2 .btn {
  width: 200px;
  height: 55px;
  line-height: 51px;
  border-radius: 55px;
  border: 2px solid #1c3a69;
  color: #194679;
  text-transform: capitalize;
  transition: color .3s;
  cursor: pointer;
  font-weight: bold;
}
.n-subbox2 .btn svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  fill: #194679;
  transition: fill .3s;
}
.n-subbox2 .btn:hover {
  color: #fff;
  background: #194679;
}
.n-subbox2 .btn:hover svg {
  fill: #fff;
}

@media (max-width: 1024px) {
  .warp-subbox, .n-subbox2 {
    display: none;
  }
}
.n-contact {
  width: 100%;
  position: relative;
}
.n-contact #allmap {
  width: 100%;
  height: 20rem;
}
.n-contact .content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.n-contact .content-box .textbox {
  width: 440px;
  padding: 50px;
  background: #c31b23;
}
.n-contact .content-box .tit1 {
  margin-bottom: .25rem;
}
.n-contact .content-box .li {
  opacity: .8;
  margin-bottom: .25rem;
}
.n-contact .content-box .li:last-child {
  margin-bottom: 0;
}
.n-contact .content-box .bot {
  margin: 1.05rem 0 0;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.n-contact .content-box .tit2 {
  opacity: .5;
  margin-bottom: .3rem;
}
.n-contact .addbox{
  padding:0 20px;
  height:40px;
  line-height:40px;
  background:#b31c23;
  color:#fff;
  text-align:center;
  margin-top:.3rem;
}

@media (max-width: 767px) {
  .n-contact .content-box {
    width: 100%;
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
  }

  .n-contact .content-box .textbox {
    width: 100%;
    padding: 1rem 3%;
    margin: 1rem 0;
  }

  .n-contact #allmap {
    height: 10rem;
  }
}
@keyframes ball-pulse {
  0%, 60%, 100% {
    opacity: 1;
    transform: scale(1) translate(0, 5px);
  }
  30% {
    opacity: .1;
    transform: scale(0.01) translate(0, -5px);
  }
}
@keyframes ball-pulse2 {
  0%, 60%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: .5;
    transform: scale(0.5);
  }
}
.n-news {
  padding: 0rem 0 2.75rem ;
  overflow: hidden;
}
.n-news .title-top {
  align-items: flex-end;
}
.n-news .title-top .title-left .tit2 {
  color: #222;
}
.n-news .title-top .title-left .tit3 {
  color: #666;
}
.n-news .news-tab {
  width: 730px;
  border-bottom: 1px solid #e5e5e5;
}
.n-news .news-tab .span {
  width: 140px;
  padding-bottom: 20px;
}
.n-news .news-tab .span svg {
  width: 20px;
  height: 20px;
  fill: #cc0a0a;
}
.n-news .news-tab .newtab-swiper {
  width: calc(100% - 160px);
  overflow: hidden;
}
.n-news .news-tab .swiper-slide {
  padding-bottom: 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-tab .swiper-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #cc0a0a;
  left: 0;
  bottom: 0;
  transform: scale(0, 0);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-tab .swiper-slide:hover, .n-news .news-tab .swiper-slide.cur {
  color: #cc0a0a;
}
.n-news .news-tab .swiper-slide:hover:before, .n-news .news-tab .swiper-slide.cur:before {
  transform: scale(1, 1);
}
.n-news .news-list {
  /*margin-top: 1.85rem;*/
}
.n-news .news-list .li {
  padding: .85rem 0;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-list .li .new_img{width:400px;height: auto;}
.n-news .news-list .li .new_img img{width:100%;height:auto;}
.n-news .news-list .li .text {
  width: calc(100% - 410px);
  padding-left: 50px;
}
.n-news .news-list .li .tit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: .25rem;
  color: #222;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-list .li .p {
  color: #666;
  margin-bottom: .6rem;
  line-height: 1.6;
}
.n-news .news-list .li .more {
  color: #666;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-list .li .more svg {
  width: 25px;
  height: 25px;
  fill: #666;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-list .li .timebox {
  width: 160px;
  height: 130px;
  padding-right: 50px;
  position: relative;
}
.n-news .news-list .li .timebox:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 10%;
  height: 80%;
  right: 0;
  background: #e6e6e6;
}
.n-news .news-list .li .timebox .yue {
  line-height: 1.2;
  color: #222;
  text-transform: capitalize;
}
.n-news .news-list .li .timebox .line {
  width: 110px;
  height: 2px;
  margin: .5rem 0;
  border-bottom: 2px dotted #c3c3c3;
}
.n-news .news-list .li .timebox .year {
  line-height: 1.2;
  color: #222;
}
.n-news .news-list .li:hover {
  border-bottom: 1px solid #cc0a0a;
}
.n-news .news-list .li:hover .tit2 {
  color: #cc0a0a;
}
.n-news .news-list .li:hover .more {
  color: #cc0a0a;
}
.n-news .news-list .li:hover .more svg {
  fill: #cc0a0a;
}
.n-news .news-list2 {
  margin-top: 1.5rem;
}
.n-news .news-list2 .li {
  border: 1px solid #dcdcdc;
  width: 32%;
  margin-right: 2%;
  padding: .75rem 1rem;
  margin-bottom: 2%;
  transition: all .3s ease;
}
.n-news .news-list2 .li:nth-child(3n) {
  margin-right: 0;
}
.n-news .news-list2 .time {
  color: #999;
  margin-bottom: .5rem;
  transition: all .3s ease;
}
.n-news .news-list2 .tit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .25rem;
  color: #444;
  transition: all .3s ease;
}
.n-news .news-list2 .p {
  color: #888;
  height: 45px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  transition: all .3s ease;
}
.n-news .news-list2 .more {
  color: #cc0a0a;
  transition: all .3s ease;
}
.n-news .news-list2 .more svg {
  fill: #cc0a0a;
  transition: all .3s ease;
}
.n-news .news-list2 .li:hover {
  background: #cc0a0a;
  border: 1px solid transparent;
}
.n-news .news-list2 .li:hover .time {
  color: #fff;
}
.n-news .news-list2 .li:hover .p {
  color: #fff;
}
.n-news .news-list2 .li:hover .tit2 {
  color: #fff;
}
.n-news .news-list2 .li:hover .more {
  color: #fff;
}
.n-news .news-list2 .li:hover .more svg {
  fill: #fff;
}
.n-news .news-list3 {
  margin-top: 2rem;
}
.n-news .news-list3 .li {
  background: #f7f7f7;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 5px;
  overflow: hidden;
  transition: all .3s ease;
}
.n-news .news-list3 .li:nth-child(3n) {
  margin-right: 0;
}
.n-news .news-list3 .text {
  padding: .25rem 1rem .5rem;
}
.n-news .news-list3 .text .tit2 {
  color: #333;
  height: 1.76rem;
  overflow: hidden;
  margin-bottom: .5rem;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-list3 .text .time {
  color: #888;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-list3 .text .time svg {
  width: 20px;
  height: 20px;
  fill: #9a9a9a;
  margin-right: .25rem;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-list3 .text .more {
  color: #cc0a0a;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-list3 .text .more svg {
  width: 25px;
  height: 25px;
  fill: #cc0a0a;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-list3 .mediabox {
  position: relative;
  text-align: center;
  height: 7.375rem;
  overflow: hidden;
}
.n-news .news-list3 .mediabox .img {
  width: 100%;
  transform: scale(0.83, 0.85);
  border-radius: 5px;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-list3 .mediabox .video-btn {
  position: absolute;
  width: 53px;
  height: 53px;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.n-news .news-list3 .mediabox .tip {
  background: #161616;
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 8.5%;
  padding: 6px 10px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-news .news-list3 .li:hover {
  background: #cc0a0a;
}
.n-news .news-list3 .li:hover .mediabox .img {
  transform: scale(1, 1);
}
.n-news .news-list3 .li:hover .mediabox .tip {
  top: 5%;
  left: 0%;
}
.n-news .news-list3 .li:hover .text .tit2 {
  color: #fff;
}
.n-news .news-list3 .li:hover .text .time {
  color: #fff;
  opacity: .6;
}
.n-news .news-list3 .li:hover .text .time svg {
  fill: #fff;
}
.n-news .news-list3 .li:hover .text .more {
  color: #fff;
}
.n-news .news-list3 .li:hover .text .more svg {
  fill: #fff;
}

@media (max-width: 1024px) {
  .n-news .news-tab {
    width: 100%;
    margin-top: 1rem;
  }

  .n-news-info .top-tip .sharebox {
    display: none;
  }

  .n-news .news-list3 .mediabox {
    height: 5.8rem;
  }

  .n-news .news-list3 .text {
    padding: .25rem .5rem .5rem;
  }

  .n-news .news-list3 .mediabox .img {
    transform: scale(0.88, 0.88);
  }

  .n-news .news-list3 {
    margin-top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .n-news {
    padding: 1.5rem 0;
  }

  .n-news .news-tab .span {
    width: 90px;
  }

  .n-news .news-tab .newtab-swiper {
    width: calc(100% - 100px);
  }

  .n-news .news-tab .span svg {
    width: 16px;
    height: 16px;
  }

  .n-news .news-tab .swiper-slide, .n-news .news-tab .span {
    padding-bottom: 10px;
  }

  .n-news .news-list .li .timebox {
    width: 90px;
    height: 100px;
    padding-right: 20px;
  }

  .n-news .news-list .li .timebox .line {
    width: 70px;
  }

  .n-news .news-list .li .text {
    width: calc(100% - 90px);
    padding-left: 20px;
  }

  .n-news .news-list .li .p {
    margin-bottom: .3rem;
    font-size: 12px;
    height: 39px;
    overflow: hidden;
  }

  .n-news .news-list {
    margin-top: .65rem;
  }

  .n-news .news-list2 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .n-news .news-list2 .p {
    margin-bottom: .5rem;
  }

  .n-news .news-list2 .p {
    font-size: 12px;
    height: 39px;
  }

  .n-news .news-list2 .time {
    margin-bottom: .25rem;
  }

  .n-news .news-list3 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .n-news .news-list3 .mediabox .img {
    transform: scale(1, 1);
  }

  .n-news .news-list3 .mediabox {
    height: auto;
  }

  .n-news .news-list3 .mediabox .tip {
    font-size: 12px;
    top: 10%;
    left: 0%;
  }

  .n-news .news-list3 .li:hover .mediabox .tip {
    top: 10%;
  }

  .n-news .news-list3 .text .tit2 {
    height: auto;
  }
}
.n-news-info {
  padding: 2rem 0 0;
}
.n-news-info .content-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.n-news-info .text-left {
  width: 100%;
}
.n-news-info .text-left iframe {
  width: 100%;
  height: 500px;
}
.n-news-info .text-left img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.n-news-info .text-left .p {
  line-height: 2;
  width: 100%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #f1f1f1;
}
.n-news-info .text-left .p p {
  width: 100%;
  word-break: break-all;
}
.n-news-info .text-left .bot {
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.n-news-info .text-left .bot a {
  width: 48%;
  color: #666;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .5s ease;
}
.n-news-info .text-left .bot .fl9 span{text-align:right;}
.n-news-info .text-left .bot a:hover {
  color: #cc0a0a;
}
.n-news-info .text-left .bot a:hover svg {
  fill: #cc0a0a;
}
.n-news-info .text-left .bot span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: calc(100% - 40px);
}
.n-news-info .text-left .bot svg {
  width: 20px;
  height: 20px;
  fill: #bbbbbb;
  margin-right: .5rem;
  transition: all .5s ease;
}
.n-news-info .text-left .bot a:nth-child(2) svg {
  margin-right: 0;
  margin-left: .5rem;
}
.n-news-info .top-tip {
  margin-bottom: 1.25rem;
}
.n-news-info .top-tip .time {
  color: #999;
}
.n-news-info .top-tip .sharebox {
  position: relative;
}
.n-news-info .top-tip .sharebox svg {
  width: 30px;
  height: 30px;
  fill: #919191;
}
.n-news-info .top-tip .sharebox .share-img {
  position: absolute;
  top: 30px;
  right: 0;
  width: 210px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.n-news-info .top-tip .sharebox:hover .share-img {
  opacity: 1;
  visibility: visible;
}
.n-news-info .top-tip .ulbox {
  position: absolute;
  width: 80%;
  top: 22px;
  left: 10%;
  height: 40px;
}
.n-news-info .top-tip .ulbox .bshare-custom a {
  margin: 0 15px;
  height: 22px;
  padding-left: 22px;
}
.n-news-info .top-tip .ulbox .bshare-custom .bshare-qqim {
  background: url(../images/img7.png) no-repeat center center;
}
.n-news-info .top-tip .ulbox .bshare-custom .bshare-weixin {
  background: url(../images/img7-1.png) no-repeat center center;
}
.n-news-info .top-tip .ulbox .bshare-custom .bshare-sinaminiblog {
  background: url(../images/img7-2.png) no-repeat center center;
}
.n-news-info .text-tip {
  padding: 1.2rem 0;
  color: #999;
}
.n-news-info .top-title {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1;
}
.n-news-info .top-title .tit2 {
  margin-bottom: 10px;
}
.n-news-info .top-title img {
  margin-right: 10px;
}

.bsBox {
  box-sizing: content-box;
}

@media (max-width: 767px) {
  .n-news-info {
    padding: 1.5rem 0 2rem;
  }

  .n-news-info .top-title {
    margin-bottom: .5rem;
    padding-bottom: .75rem;
  }

  .n-news-info .top-tip {
    margin-bottom: .5rem;
  }

  .n-news-info .text-left iframe {
    height: 240px;
  }

  .n-news-info .text-left .p {
    padding-bottom: 1rem;
  }

  .n-news-info .text-tip {
    padding: .5rem 0;
  }

  .n-news-info .text-left .bot span {
    width: 100%;
  }

  .n-news-info .text-left .bot svg {
    display: none;
  }
}
.about-title {
  text-align: center;
}
.about-title .tit2 {
  color: #000;
  line-height: 1.6;
}
.about-title .tit3 {
  color: #666;
  line-height: 1;
  font-family: "gilroy-medium-2";
  text-transform: capitalize;
}
.about-title .tit4 {
  color: #444;
  line-height: 1.8;
  text-align: center;
  width: 760px;
  margin: .55rem auto 0;
}

.n-about {
  padding: 2.5rem 0 3rem;
  background: url(../images/img8.png) no-repeat 1rem center;
}
.n-about .about-title {
  margin-bottom: 2rem;
}
.n-about .leftimg {
  width: calc(49% - 0.86rem);
  margin-right:0.6rem;
}
.n-about .text {
  width: 50%;
}
.n-about .text .tit2 {
  color: #cc0a0a;
  margin-bottom: .75rem;
  font-weight: bold;
}
.n-about .text .p {
  color: #444;
}
.n-about .text .ulbox {
  margin-top: 1.5rem;
}
.n-about .text .ulbox .li {
  width: 50%;
  padding-right: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.n-about .text .ulbox .li .tit3 {
  font-family: "gilroy-bold-4";
  color: #cc0a0a;
  font-weight: bold;
  line-height: 1.2;
}
.n-about .text .ulbox .li .tit3 i{
  letter-spacing:-1px;
}
.n-about .text .ulbox .li .tit4 {
  color: #888;
}
.n-about .text .ulbox .icon {
  height: 29px;
}
.n-about .text .ulbox .li:nth-child(2n) {
  border-right: none;
  padding-right: 0;
  padding-left: 2rem;
}
.n-about .text .ulbox .li:nth-child(3), .n-about .text .ulbox .li:nth-child(4) {
  border-bottom: none;
  padding-top: 1rem;
  padding-bottom: 0;
}

@media (max-width: 1400px) {
  .n-about .leftimg {
    width: 44%;
    margin-left: 0;
  }

  .n-about .text .ulbox {
    margin-top: 1rem;
  }

  .n-about .text .ulbox .li {
    padding-right: 1rem;
  }

  .n-about .text .ulbox .li:nth-child(2n) {
    padding-left: 1rem;
  }

  .n-about .text .ulbox .li .left {
    width: calc(100% - 50px);
  }
}
@media (max-width: 768px) {
  	.num-position .num-box li img {
      width: 7%;
      }
      
	   .num-position .num-box li .num .t2 {
        height: 35px;
        font-size: 35px; line-height:55px;}
	.ibanner  .swiper-slide .center-position .text-box .knowMore{margin-top:10px; font-size: 16px;}
	  .ibanner  .swiper-slide .center-position .text-box .knowMore {
    width: 120px;
    height: 35px;
    line-height: 35px; }
    .ibanner .swiper-slide .center-position .text-box{
    width: 90%; }
	  .ibanner  .swiper-slide .center-position {
    top: 54%; }
	 .ibanner  .swiper-slide .center-position .text-box .t1 img {
    width: 85%; }
	.num-position {
    margin-top: 0; }
.num-position .num-box li .info p{font-size:12px;}
	.num-position .num-box {
    display: block;
    height: auto;
    width: 100%;
    padding-top: .4rem;
    position: relative; }
   .num-position .num-box li {
      width: 50%;
      display: block;
      text-align: center;
      float: left;
      height: 7rem;
      padding: 1rem .3rem 0;
      margin-bottom: .4rem; }
     .num-position .num-box li:nth-of-type(2n) {
        border-right: 0; }
.num-position .num-box li img{right:10px;bottom:10px;}
  .right-nav {
    display: none; }

  #index .num-position .num-box li .pad1, #index .num-position .num-box li .pad2, #index .num-position .num-box li .pad3 {
    padding-left: 0; }
  .n-about {
    padding: 1.5rem 0 2rem;
  }

  .n-about .leftimg, .n-about .text {
    width: 100%;
  }

  .n-about .text {
    margin-top: 1.2rem;
  }

  .n-about .text .ulbox {
    position: relative;
        align-items: stretch;
  }

  .n-about .text .ulbox .li:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    top: 0px;
    height: 100%;
    background: #e5e5e5;
  }

  .n-about .text .ulbox .li:nth-child(2n-1) {
    border-right: none;
  }
}
.n-culture {
  padding: 2.5rem 0 3rem;
  background: url(../images/img11.png) no-repeat center 2.5rem;
  background-size: cover;
}
.n-culture .ulbox {
  margin-top: 1.6rem;
}
.n-culture .li {
  width: 32%;
  margin-right: 2%;
}
.n-culture .li:nth-child(3n) {
  margin-right: 0;
}
.n-culture .img {
  width: 100%;
}
.n-culture .img img {
  width: 100%;
}
.n-culture .text {
  padding: 1rem;
  height: 260px;
  border: 1px solid #dcdcdc;
  transition: all .5s ease;
}
.n-culture .text .tit2 {
  color: #c41b23;
  line-height: 1.2;
}
.n-culture .text .tit3 {
  font-family: "gilroy-medium-2";
  color: #333;
  opacity: .3;
  text-transform:capitalize;
}
.n-culture .text .tit4 {
  color: #333;
  text-align: center;
}
.n-culture .text .line {
  width: 40px;
  height: 2px;
  background: #bdbdbd;
  margin: .6rem 0;
}
.n-culture .li:hover .text {
  background: #f5f5f5;
}

@media (max-width: 1024px) {
  .about-title .tit4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .n-culture {
    padding: 1.5rem 0 2rem;
  }

  .n-culture .ulbox {
    margin-top: 1rem;
  }

  .n-culture .li {
    width: 100%;
    margin-bottom: 10px;
  }

  .n-culture .text {
    height: auto;
  }
}
.respon-list1 {
  padding: 2.5rem 0 1.5rem;
}

.respon-list2 {
  background: url(../images/img11.jpg) no-repeat center center;
  background-size: cover;
  padding: 2.5rem 0;
  overflow: hidden;
}
.respon-list2 .content {
  width: 100%;
  /*padding-left: calc(50vw - 700px);*/
}
.respon-list2 .text {
  width: 100%;
}
.respon-list2 .text .tit1 {
  color: #cc0a0a;
  margin-bottom: .5rem;
}
.respon-list2 .text .tit2 {
  color: #222;
  line-height: 1.6;
  /*padding-bottom: 1rem;*/
  text-align:center;
  margin-bottom: .3rem;
  /*border-bottom: 1px solid #d8d9da;*/
}
.respon-list2 .text .tit2 sub {
  font-family: "gilroy-medium-2";
  line-height: 1;
}
.respon-list2 .text .p {
  color: #444;
  width:780px;
  margin:0 auto;
  text-align:center;
  line-height: 1.8;
}
.respon-list2 .warp-imgswiper {
  position: relative;
  width:100%;
}
.respon-list2 .warp-imgswiper .swiper-button-prev, .respon-list2 .warp-imgswiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease;
  margin-top: 0;
  top: 3.675rem;
}
.respon-list2 .warp-imgswiper .swiper-button-prev svg, .respon-list2 .warp-imgswiper .swiper-button-next svg {
  width: 30px;
  height: 30px;
  fill: #999;
}
.respon-list2 .warp-imgswiper .swiper-button-prev:hover, .respon-list2 .warp-imgswiper .swiper-button-next:hover {
  background: #cc0a0a;
}
.respon-list2 .warp-imgswiper .swiper-button-prev:hover svg, .respon-list2 .warp-imgswiper .swiper-button-next:hover svg {
  fill: #fff;
}
.respon-list2 .warp-imgswiper .swiper-button-prev {
  left: -30px;
}
.respon-list2 .warp-imgswiper .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.respon-list2 .warp-imgswiper .swiper-button-next {
  right:-30px;
}
.respon-list2 .imgswiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.respon-list2 .imgswiper p {
  color: #333;
  text-align: center;
  margin-top: .5rem;
}
.respon-list2 .imgswiper .swiper-slide {
  /*opacity: .2;*/
  transition: all .3s ease;
}

.respon-list2 .imgswiper .img {
  width: 100%;
}
.respon-list2 .imgswiper .img img {
  max-width: 100%;
}
.respon-list2 .text{
  margin-bottom:1rem;
}
.respon-list2 .imgswiper .img{
  overflow: hidden;
}
.respon-list2 .imgswiper .img img{
  transition: all .3s ease;
}
.respon-list2 .imgswiper .img:hover img{
  transform:scale3d(1.1,1.1,1);
}

@media (max-width: 1400px) {
  /*.respon-list2 .content {
    padding-left: 5%;
  }*/

  .respon-list2 .warp-imgswiper .swiper-button-prev, .respon-list2 .warp-imgswiper .swiper-button-next {
    top: 29%;
  }
}
@media (max-width: 1280px) {
  .respon-list2 .text {
    width: 95%;
    margin-bottom: 1rem;
  }

  .respon-list2 .warp-imgswiper {
    width: 100%;
  }

  .respon-list2 .warp-imgswiper .swiper-button-prev, .respon-list2 .warp-imgswiper .swiper-button-next {
    top: 35%;
  }

  .respon-list2 .text .tit1, .respon-list2 .text .tit2 {
    text-align: center;
  }
}
@media (max-width:1024px) {
  .respon-list2 .text .p{
    width:100%;
  }
}
@media (max-width: 767px) {
  
  .respon-list2 .warp-imgswiper .swiper-button-prev, .respon-list2 .warp-imgswiper .swiper-button-next {
    width: 34px;
    height: 34px;
    top: 20%;
  }

  .respon-list2 .warp-imgswiper .swiper-button-prev svg, .respon-list2 .warp-imgswiper .swiper-button-next svg {
    width: 20px;
    height: 20px;
  }

  .respon-list2 .warp-imgswiper .swiper-button-prev {
    left: -17px;
  }

  .respon-list2 .warp-imgswiper .swiper-button-next {
    right: -17px;
  }

  .respon-list2 .imgswiper p {
    font-size: 12px;
    margin-top: .25rem;
  }

  .respon-list2 {
    padding: 1.5rem 0;
  }
}
.respon-list3 {
  background: #fff;
  padding: 2rem 0;
}
.respon-list3 .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.respon-list3 .tit3 {
  text-align: center;
  line-height: 1.6;
  width: 910px;
  margin: .55rem auto 0;
}
.respon-list3 .tit3 sub {
  line-height: 1;
}
.respon-list3 .box {
  margin-top: 1.5rem;
}
.respon-list3 .box .list3-img {
  width: 57%;
  overflow: hidden;
}
.respon-list3 .box .list3-img img {
  width: 100%;
}
.respon-list3 .box .list3-img .swiper-pagination {
  bottom: .75rem;
}
.respon-list3 .box .list3-img .swiper-pagination span {
  width: 1rem;
  height: 2px;
  background: #f0f0f0;
  margin: 0 5px;
  transition: all .3s;
}
.respon-list3 .box .list3-img .swiper-pagination span.swiper-pagination-bullet-active {
  background: #d30a0a;
}
.respon-list3 .box .list3-img .tit4 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 1.5rem;
}
.respon-list3 .box .swiper-button-prev, .respon-list3 .box .swiper-button-next {
  background: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}
.respon-list3 .box .swiper-button-prev svg, .respon-list3 .box .swiper-button-next svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}
.respon-list3 .ulbox {
  width: 36%;
}
.respon-list3 .ulbox .li {
  padding: .5rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.respon-list3 .ulbox .li span {
  opacity:1;
}
.respon-list3 .ulbox .li .p {
  /*display: none;*/
  color: #666;
  margin-top: .3rem;
}
.respon-list3 .ulbox .li.cur span {
  opacity: 1;
  font-weight: bold;
}
.respon-list3 .ulbox .li:nth-child(1) {
  padding-top: 0;
}
.respon-list3 .ulbox .li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 1024px) {
  .respon-list3 .tit3 {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .respon-list3 .box .list3-img, .respon-list3 .ulbox {
    width: 100%;
  }

  .respon-list3 .ulbox, .respon-list3 .box {
    margin-top: 1rem;
  }

  .respon-list3 .ulbox .li {
    padding: .5rem 0;
  }
}
.respon-list4 {
  background: #f0f1f3;
  padding: 2rem 0;
}
.respon-list4 .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.respon-list4 .tit3 {
  text-align: center;
  line-height: 1.2;
  width: 760px;
  margin: .55rem auto 0;
}
.respon-list4 .tit3 sub {
  line-height: 1;
}
.respon-list4 .tit4 {
  color: #444;
  line-height: 1.8;
  text-align: center;
  width: 760px;
  margin: .55rem auto 0;
}
.respon-list4 .warp-imgswiper2 {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.respon-list4 .warp-imgswiper2 .swiper-button-prev, .respon-list4 .warp-imgswiper2 .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease;
  margin-top: -30px;
  top: 50%;
}
.respon-list4 .warp-imgswiper2 .swiper-button-prev svg, .respon-list4 .warp-imgswiper2 .swiper-button-next svg {
  width: 30px;
  height: 30px;
  fill: #999;
}
.respon-list4 .warp-imgswiper2 .swiper-button-prev:hover, .respon-list4 .warp-imgswiper2 .swiper-button-next:hover {
  background: #cc0a0a;
}
.respon-list4 .warp-imgswiper2 .swiper-button-prev:hover svg, .respon-list4 .warp-imgswiper2 .swiper-button-next:hover svg {
  fill: #fff;
}
.respon-list4 .warp-imgswiper2 .swiper-button-prev {
  left: -30px;
}
.respon-list4 .warp-imgswiper2 .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.respon-list4 .warp-imgswiper2 .swiper-button-next {
  right: -30px;
}
.respon-list4 .imgswiper2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.respon-list4 .imgswiper2 .img {
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: 50% 50%;
}
.respon-list4 .imgswiper2 .swiper-slide:before{
  position:absolute;
  content:"";
  width:100%;
  bottom:0;
  height:100%;
  background:linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.6));
}
.respon-list4 .imgswiper2 .img img {
  max-width: 100%;
}
.respon-list4 .imgswiper2 .text {
  position: absolute;
  width: 100%;
  padding: 0 1.75rem 1rem;
  z-index: 0;
  left: 0;
  bottom: 0;
}
.respon-list4 .imgswiper2 .tit5 {
  margin-bottom: .5rem;
}
.respon-list4 .imgswiper2 .tit6 {
  width: 18rem;
}
.respon-list4 .imgswiper2 .swiper-pagination {
  height: 5px;
  bottom: 0;
  z-index: 2;
}
.respon-list4 .imgswiper2 .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #ce0000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

@media (max-width: 1024px) {
  .respon-list4 .tit3, .respon-list4 .tit4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .respon-list4 .warp-imgswiper2 .swiper-button-prev, .respon-list4 .warp-imgswiper2 .swiper-button-next {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }

  .respon-list4 .warp-imgswiper2 .swiper-button-prev svg, .respon-list4 .warp-imgswiper2 .swiper-button-next svg {
    width: 20px;
    height: 20px;
  }

  .respon-list4 .warp-imgswiper2 .swiper-button-prev {
    left: -17px;
  }

  .respon-list4 .warp-imgswiper2 .swiper-button-next {
    right: -17px;
  }

  .respon-list4 .imgswiper2 .text {
    padding: 0 .75rem .75rem;
  }

  .respon-list4 .imgswiper2 .tit6 {
    width: 100%;
  }

  .respon-list4 .imgswiper2 .img {
    height: 12rem;
  }
}
.fon1 {
  font-family: "gilroy-medium-2";
}

.fon2 {
  font-family: "gilroy-bold-4";
}
.n-business{
  overflow: hidden;
}
.bus-list1 {
  padding: 2.5rem 0 1.5rem;
  background: url(../images/img8.png) no-repeat 90% 1.75rem;
  background-size: 25rem auto;
}
.bus-list1 .imgbox {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 8px;
}
.bus-list1 .imgbox .img {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
}
.bus-list1 .imgbox .img img {
  width: 100%;
}
.bus-list1 .text {
  width: 42%;
}
.bus-list1 .text .tit1 {
  line-height: 1.2;
  color: #222;
}
.bus-list1 .text .tit2 {
  color: #666;
  margin-bottom: .65rem;
}
.bus-list1 .text .tit3 {
  color: #cc0a0a;
  margin-bottom: .2rem;
}
.bus-list1 .text .tit4 {
  color: #444;
}
.bus-list1 .ulbox {
  margin-top: 1.5rem;
}
.bus-list1 .ulbox .li {
  width: 25%;
  margin-bottom: 1.05rem;
}
.bus-list1 .ulbox .li .img {
  width: 2.25rem;
}
.bus-list1 .ulbox .li .text2 {
  padding-right: 1.5rem;
  width: calc(100% - 2.25rem - 20px);
}
.bus-list1 .ulbox .li .tit2 {
  color: #444;
  margin-bottom: .25rem;
}
.bus-list1 .ulbox .li .tit3 {
  color: #666;
}

@media (max-width: 1280px) {
  .bus-list1 .ulbox .li {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .bus-list1 .imgbox .img {
    width: 100%;
  }

  .bus-list1 .text {
    width: 100%;
    margin-top: 1rem;
  }

  .bus-list1 {
    padding: 1.5rem 0;
  }

  .bus-list1 .ulbox .li {
    width: 50%;
    margin-bottom: .5rem;
  }

  .bus-list1 .ulbox .li .img {
    width: 1.5rem;
  }

  .bus-list1 .ulbox .li .text2 {
    padding-right: 1rem;
    width: calc(100% - 1.5rem - 20px);
  }

  .bus-list1 .imgbox {
    padding-bottom: 1rem;
  }

  .bus-list1 .ulbox {
    margin-top: 1rem;
  }
}
.bus-list2 {
  padding: 2rem 0;
  background: #f7f7f7;
}
.bus-list2 .title {
  margin-bottom: 1.5rem;
}
.bus-list2 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list2 .title .tit3 {
  width: 760px;
  text-align: center;
  line-height: 1.6;
  margin: .3rem auto 0;
}
.bus-list2 .title .tit3 sub {
  line-height: 1;
}
.bus-list2 .tabbox .item {
  color: #666;
  margin: 0 1rem;
  padding: 0 8px 5px;
  cursor: pointer;
  position: relative;
  transition: all .3s ease;
}
.bus-list2 .tabbox .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #389da6;
  bottom: 0px;
  left: 0;
  transform: scale(0, 0);
  transition: all .3s ease;
}
.bus-list2 .tabbox .item:hover, .bus-list2 .tabbox .item.cur {
  color: #389da6;
}
.bus-list2 .tabbox .item:hover:before, .bus-list2 .tabbox .item.cur:before {
  transform: scale(1, 1);
}
.bus-list2 .tabul {
  position: relative;
  margin-top: 1.5rem;
}
.bus-list2 .tabul .img {
  width: 100%;
  /*display: none;*/
}
.bus-list2 .tabul img {
  max-width:100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .bus-list2 {
    padding: 1.5rem 0;
  }

  .bus-list2 .title .tit3 {
    width: 100%;
  }

  .bus-list2 .tabbox .item {
    margin: 0 .5rem;
  }
  .bus-list2 .tabul img{
    max-width:100%;
  }
}
.bus-list3 {
  padding: 2rem 0;
  background: #fff;
}
.bus-list3 .title {
  margin-bottom: 1.5rem;
}
.bus-list3 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list3 .title .tit3 {
  width: 760px;
  text-align: center;
  line-height: 1.6;
  margin: .3rem auto 0;
}
.bus-list3 .title .tit3 sub {
  line-height: 1;
}
.bus-list3 .warp-imgswiper {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.bus-list3 .warp-imgswiper .swiper-button-prev, .bus-list3 .warp-imgswiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease;
  margin-top: -30px;
  top: 50%;
}
.bus-list3 .warp-imgswiper .swiper-button-prev svg, .bus-list3 .warp-imgswiper .swiper-button-next svg {
  width: 30px;
  height: 30px;
  fill: #999;
}
.bus-list3 .warp-imgswiper .swiper-button-prev:hover, .bus-list3 .warp-imgswiper .swiper-button-next:hover {
  background: #cc0a0a;
}
.bus-list3 .warp-imgswiper .swiper-button-prev:hover svg, .bus-list3 .warp-imgswiper .swiper-button-next:hover svg {
  fill: #fff;
}
.bus-list3 .warp-imgswiper .swiper-button-prev {
  left: -30px;
}
.bus-list3 .warp-imgswiper .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.bus-list3 .warp-imgswiper .swiper-button-next {
  right: -30px;
}
.bus-list3 .imgswiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bus-list3 .imgswiper .img {
  width: 100%;
}
.bus-list3 .imgswiper .img img {
  max-width: 100%;
}
.bus-list3 .imgswiper .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #ce0000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.bus-list3 .ulbox {
  margin-top: 1rem;
}
.bus-list3 .ulbox .li {
  width: 25%;
  padding-bottom: .75rem;
  border-bottom: 1px solid #d9d9d9;
}
.bus-list3 .ulbox .tit2 {
  color: #333;
  margin-bottom: .5rem;
}
.bus-list3 .ulbox .tit3 {
  line-height: 1.2;
}
.bus-list3 .ulbox span {
  margin-left: .3rem;
}
.bus-list3 .ulbox .icon {
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1024px) {
  .bus-list3 .title .tit3 {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .bus-list3 .ulbox .li {
    width: 100%;
    margin-bottom: .5rem;
  }

  .bus-list3 .ulbox .li {
    padding-bottom: .3rem;
  }

  .bus-list3 .ulbox .tit2 {
    margin-bottom: .25rem;
  }

  .bus-list3 {
    padding: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .bus-list3 .warp-imgswiper .swiper-button-prev, .bus-list3 .warp-imgswiper .swiper-button-next {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }

  .bus-list3 .warp-imgswiper .swiper-button-prev svg, .bus-list3 .warp-imgswiper .swiper-button-next svg {
    width: 20px;
    height: 20px;
  }

  .bus-list3 .warp-imgswiper .swiper-button-prev {
    left: -17px;
  }

  .bus-list3 .warp-imgswiper .swiper-button-next {
    right: -17px;
  }
}
.bus-list4 {
  padding: 2.5rem 0 2rem;
  background: #f7f7f7;
}
.bus-list4 .title {
  margin-bottom: 1rem;
}
.bus-list4 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list4 .li {
  width: 32%;
  margin-right: 2%;
}
.bus-list4 .p {
  color: #333;
  margin-top: .75rem;
}
.bus-list4 .li:nth-child(3n) {
  margin-right: 0;
}
.bus-list4 .img img {
  width: 100%;
}

@media (max-width: 767px) {
  .bus-list4 {
    padding: 1.5rem 0;
  }

  .bus-list4 .li {
    width: 100%;
    margin-bottom: .75rem;
  }

  .bus-list4 .p {
    margin-top: .3rem;
  }
}
.bus-list5 {
  padding: 2.5rem 0 2rem;
  background: #fff;
}
.bus-list5 .title {
  margin-bottom: 1rem;
}
.bus-list5 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list5 .title .tit3 {
  width: 760px;
  text-align: center;
  line-height: 1.6;
  margin: .3rem auto 0;
}
.bus-list5 .title .tit3 sub {
  line-height: 1;
}
.bus-list5 .li {
  width: 32%;
  margin-right: 2%;
}
.bus-list5 .p {
  color: #333;
  margin-top: .75rem;
  text-align: center;
}
.bus-list5 .li:nth-child(3n) {
  margin-right: 0;
}
.bus-list5 .img img {
  width: 100%;
}
.bus-list5 .ulbox {
  padding-bottom: 2rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}
.bus-list5 .text {
  margin-top: 1.25rem;
}
.bus-list5 .text .text-left {
  width: 60%;
  margin:0 auto;
}
.bus-list5 .text .text-left .icon {
  width: 62%;
}
.bus-list5 .text .text-left .tit2 {
  color: #cc0a0a;
  margin-bottom: .3rem;
  text-align:center;
}
.bus-list5 .text .text-left .tit3 {
  line-height: 1.8;
  margin-bottom: .5rem;
  text-align:center;
}
.bus-list5 .text .right {
  width: 38.5%;
}
.bus-list5 .text .pc-block-768 img{
  width:100%;
}

@media (max-width: 1024px) {
  .bus-list5 .title .tit3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bus-list5 .li {
    width: 100%;
    margin-bottom: .75rem;
  }

  .bus-list5 .p {
    margin-top: .3rem;
  }

  .bus-list5 .ulbox {
    padding-bottom: 1rem;
    margin-bottom: .75rem;
  }

  .bus-list5 .text .text-left {
    width: 100%;
  }

  .bus-list5 .text .right {
    width: 100%;
    margin-top: 1rem;
  }

  .bus-list5 .text .text-left .icon {
    width: 40%;
  }
}
.bus-list6 {
  padding-bottom: 2.25rem;
}
.bus-list6 .imgbox {
  padding-bottom: 0;
  border-bottom: none;
}

.bus-list7 {
  padding: 2rem 0 0;
  position: relative;
  overflow: hidden;
}
.bus-list7 .bg {
  width: 100%;
  height: 28rem;
  top: 0;
  position: absolute;
  z-index: 1;
  background: #fdf0f0;
}
.bus-list7 .title {
  margin-bottom: 1rem;
  position:relative;
  z-index:2;
}
.bus-list7 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list7 .ulbox {
  padding-bottom: 1.25rem;
  margin-bottom:1.25rem;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 2;
}
.bus-list7 .ulbox .li {
  width: 49%;
  margin-bottom:1rem;
}
.bus-list7 .img {
  width: 100%;
}
.bus-list7 .img img {
  width: 100%;
}
.bus-list7 .p {
  color: #666;
  text-align: center;
  margin-top: .6rem;
}
.bus-list7 .titlebox {
  position: relative;
  overflow: hidden;
  margin-top: .6rem;
  padding: 0 50px;
}
.bus-list7 .titlebox .tit4 {
  color: #333;
}
.bus-list7 .titlebox .tit5 {
  color: #666;
  text-align: center;
}
.bus-list7 .titlebox .swiper-button-prev, .bus-list7 .titlebox .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 34px;
  border-radius: 50%;
  background: #cc0a0a;
  transition: all .3s ease;
  margin-top: -17px;
  top: 50%;
}
.bus-list7 .titlebox .swiper-button-prev svg, .bus-list7 .titlebox .swiper-button-next svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.bus-list7 .titlebox .swiper-button-prev:hover, .bus-list7 .titlebox .swiper-button-next:hover {
  background: #cc0a0a;
}
.bus-list7 .titlebox .swiper-button-prev:hover svg, .bus-list7 .titlebox .swiper-button-next:hover svg {
  fill: #fff;
}
.bus-list7 .titlebox .swiper-button-prev {
  left: 0;
}
.bus-list7 .titlebox .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.bus-list7 .titlebox .swiper-button-next {
  right: 0;
}
.bus-list7 .imgbox {
  width: 100%;
  margin-bottom: 1.85rem;
  position: relative;
  z-index: 2;
}
.bus-list7 .imgbox .text {
  margin-top: .75rem;
}
.bus-list7 .imgbox .text .tit {
  color: #333;
  margin-bottom: .15rem;
}
.bus-list7 .imgbox .text .tit2 {
  color: #666;
  text-align: center;
  width: 760px;
  margin: 0 auto;
}
.bus-list7 .tit3 {
  color: #cc0a0a;
  margin-bottom: .25rem;
  text-align: center;
}
.bus-list7 .tit6{
  margin-bottom:1rem;
}
.bus-list7 .imgswiper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bus-list7 .imgswiper .p {
  color: #222;
}
.bus-list7 .warp-imgswiper {
  margin-bottom: 2.25rem;
  position: relative;
}
.bus-list7 .warp-imgswiper .swiper-button-prev, .bus-list7 .warp-imgswiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease;
  margin-top: -30px;
  top: 50%;
}
.bus-list7 .warp-imgswiper .swiper-button-prev svg, .bus-list7 .warp-imgswiper .swiper-button-next svg {
  width: 30px;
  height: 30px;
  fill: #999;
}
.bus-list7 .warp-imgswiper .swiper-button-prev:hover, .bus-list7 .warp-imgswiper .swiper-button-next:hover {
  background: #cc0a0a;
}
.bus-list7 .warp-imgswiper .swiper-button-prev:hover svg, .bus-list7 .warp-imgswiper .swiper-button-next:hover svg {
  fill: #fff;
}
.bus-list7 .warp-imgswiper .swiper-button-prev {
  left: -30px;
}
.bus-list7 .warp-imgswiper .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.bus-list7 .warp-imgswiper .swiper-button-next {
  right: -30px;
}

@media (max-width: 1024px) {
  .bus-list7 .imgbox .text .tit2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bus-list7 .ulbox .li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .bus-list7 .ulbox .li:last-child {
    margin-bottom: 0;
  }

  .bus-list7 .bg {
    height: 28.25rem;
  }

  .bus-list7 .titlebox .tit5 {
    text-align: center;
  }

  .bus-list7 .imgbox {
    margin-bottom: .85rem;
  }

  .bus-list7 .warp-imgswiper .swiper-button-prev, .bus-list7 .warp-imgswiper .swiper-button-next {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }

  .bus-list7 .warp-imgswiper .swiper-button-prev svg, .bus-list7 .warp-imgswiper .swiper-button-next svg {
    width: 20px;
    height: 20px;
  }

  .bus-list7 .warp-imgswiper .swiper-button-prev {
    left: -17px;
  }

  .bus-list7 .warp-imgswiper .swiper-button-next {
    right: -17px;
  }

  .bus-list7 .imgswiper .p {
    margin-top: .3rem;
  }
}
.bus-list8 {
  padding: 2.5rem 0;
  background: #f4f4f4;
}
.bus-list8 .title {
  margin-bottom: 1.5rem;
}
.bus-list8 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list8 .title .tit3 {
  width: 760px;
  text-align: center;
  line-height: 1.6;
  margin: .3rem auto 0;
}
.bus-list8 .title .tit3 sub {
  line-height: 1;
}
.bus-list8 .imgswiper2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bus-list8 .imgswiper2 .p {
  color: #222;
  margin-top: .5rem;
  text-align: center;
}
.bus-list8 .img {
  width: 100%;
}
.bus-list8 .img img {
  width: 100%;
}
.bus-list8 .warp-imgswiper2 {
  position: relative;
}
.bus-list8 .warp-imgswiper2 .swiper-button-prev, .bus-list8 .warp-imgswiper2 .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease;
  margin-top: -30px;
  top: 50%;
}
.bus-list8 .warp-imgswiper2 .swiper-button-prev svg, .bus-list8 .warp-imgswiper2 .swiper-button-next svg {
  width: 30px;
  height: 30px;
  fill: #999;
}
.bus-list8 .warp-imgswiper2 .swiper-button-prev:hover, .bus-list8 .warp-imgswiper2 .swiper-button-next:hover {
  background: #cc0a0a;
}
.bus-list8 .warp-imgswiper2 .swiper-button-prev:hover svg, .bus-list8 .warp-imgswiper2 .swiper-button-next:hover svg {
  fill: #fff;
}
.bus-list8 .warp-imgswiper2 .swiper-button-prev {
  left: -30px;
}
.bus-list8 .warp-imgswiper2 .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.bus-list8 .warp-imgswiper2 .swiper-button-next {
  right: -30px;
}

@media (max-width: 1024px) {
  .bus-list8 .title .tit3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bus-list8 {
    padding: 2rem 0;
  }

  .bus-list8 .warp-imgswiper2 .swiper-button-prev, .bus-list8 .warp-imgswiper2 .swiper-button-next {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }

  .bus-list8 .warp-imgswiper2 .swiper-button-prev svg, .bus-list8 .warp-imgswiper2 .swiper-button-next svg {
    width: 20px;
    height: 20px;
  }

  .bus-list8 .warp-imgswiper2 .swiper-button-prev {
    left: -17px;
  }

  .bus-list8 .warp-imgswiper2 .swiper-button-next {
    right: -17px;
  }

  .bus-list8 .imgswiper .p {
    margin-top: .3rem;
  }
}
.bus-list9 {
  padding: 2.5rem 0;
  background: #f6f6f6;
}
.bus-list9 .title {
  margin-bottom: 1.5rem;
}
.bus-list9 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list9 .title .tit3 {
  width: 760px;
  text-align: center;
  line-height: 1.5;
  margin: .3rem auto 0;
}
.bus-list9 .title .tit3 .sp {
  height: 20px;
  line-height: 1;
}
.bus-list9 video{
  width:100%;
}
.bus-list9 .img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.bus-list9 .img .video-btn{
  position: absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-top:-25px;
  margin-left:-25px;
  z-index:2;
}
.bus-list9 .p {
  margin-top: .5rem;
  color: #333;
  text-align: center;
}

@media (max-width: 1024px) {
  .bus-list9 .title .tit3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bus-list9 {
    padding: 2rem 0;
  }
}
.bus-list10 {
  padding: 2rem 0;
  background: #fff;
}
.bus-list10 .title {
  margin-bottom: 1.5rem;
}
.bus-list10 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list10 .title .tit3 {
  width: 900px;
  text-align: center;
  line-height: 1.4;
  margin: .3rem auto 0;
}
.bus-list10 .title .tit3 .sp {
  height: 20px;
  line-height: .5;
}
.bus-list10 .img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.bus-list10 .p {
  margin-top: .5rem;
  color: #333;
  text-align: center;
}
.bus-list10 .imgswiper {
  overflow: hidden;
}
.bus-list10 .warp-imgswiper {
  position: relative;
}
.bus-list10 .warp-imgswiper .swiper-button-prev, .bus-list10 .warp-imgswiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease;
  margin-top: -30px;
  top: 50%;
}
.bus-list10 .warp-imgswiper .swiper-button-prev svg, .bus-list10 .warp-imgswiper .swiper-button-next svg {
  width: 30px;
  height: 30px;
  fill: #999;
}
.bus-list10 .warp-imgswiper .swiper-button-prev:hover, .bus-list10 .warp-imgswiper .swiper-button-next:hover {
  background: #cc0a0a;
}
.bus-list10 .warp-imgswiper .swiper-button-prev:hover svg, .bus-list10 .warp-imgswiper .swiper-button-next:hover svg {
  fill: #fff;
}
.bus-list10 .warp-imgswiper .swiper-button-prev {
  left: -30px;
}
.bus-list10 .warp-imgswiper .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.bus-list10 .warp-imgswiper .swiper-button-next {
  right: -30px;
}
.bus-list10 .ulbox {
  margin-top: 1rem;
}
.bus-list10 .ulbox .li {
  width: 25%;
  padding-bottom: .75rem;
  border-bottom: 1px solid #d9d9d9;
}
.bus-list10 .ulbox .tit2 {
  color: #333;
  font-weight: bold;
  margin-bottom: .5rem;
}
.bus-list10 .ulbox .tit3 {
  line-height: 1.2;
}
.bus-list10 .ulbox span {
  margin-left: .3rem;
}
.bus-list10 .ulbox .icon {
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bus-list10 .imgbox {
  background: #f6f6f6;
  margin-top: 1.5rem;
}
.bus-list10 .imgbox .img {
  width: 67.15%;
  height: 12.75rem;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}
.bus-list10 .imgbox .img .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.bus-list10 .imgbox .text {
  width: 32.85%;
  height: 12.75rem;
  min-height: 420px;
  padding: 1.25rem;
}
.bus-list10 .imgbox .text .tit2 {
  color: #222;
  margin-bottom: .5rem;
}
.bus-list10 .imgbox .text .p2 {
  color: #444;
}
.bus-list10 .imgbox .text .p2 p {
  margin-bottom: .3rem;
}

@media (max-width: 1024px) {
  .bus-list10 .title .tit3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bus-list10 {
    padding: 2rem 0;
  }

  .bus-list10 .ulbox .li {
    width: 100%;
    margin-bottom: .5rem;
  }

  .bus-list10 .ulbox .tit2 {
    margin-bottom: .25rem;
  }

  .bus-list10 .ulbox .li {
    padding-bottom: .25rem;
  }

  .bus-list10 .ulbox2 {
    margin-top: 0;
  }

  .bus-list10 .imgbox .img {
    width: 100%;
  }
  .bus-list10 .imgbox .img{
    min-height:auto;
    height:7.75rem;
  }

  .bus-list10 .imgbox .text {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: .75rem .65rem;
  }

  .bus-list10 .warp-imgswiper .swiper-button-prev, .bus-list10 .warp-imgswiper .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-top: -20px;
  }
  .bus-list10 .warp-imgswiper .swiper-button-prev svg, .bus-list10 .warp-imgswiper .swiper-button-next svg {
    width: 24px;
    height: 24px;
  }
  .bus-list10 .warp-imgswiper .swiper-button-prev{
    left:10px;
  }
  .bus-list10 .warp-imgswiper .swiper-button-next{
    right:10px;
  }
}
.bus-list11 {
  padding: 2rem 0;
  position: relative;
}
.bus-list11 .bg {
  width: 100%;
  height: 18rem;
  top: 0;
  position: absolute;
  z-index: 1;
  background: #fdf0f0;
}
.bus-list11 .title {
  margin-bottom: 1.5rem;
}
.bus-list11 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list11 .title .tit3 {
  width: 1100px;
  text-align: center;
  line-height: 1.4;
  margin: .3rem auto 0;
}
.bus-list11 .title .tit3 .sp {
  height: 20px;
  line-height: .5;
}
.bus-list11 .content {
  position: relative;
  z-index: 3;
}
.bus-list11 .img {
  width: 100%;
}
.bus-list11 .img img {
  width: 100%;
}
.bus-list11 .ulbox {
  margin-top: 1rem;
  margin-bottom: 2.25rem;
}
.bus-list11 .ulbox .li {
  width: 21.5%;
  padding-bottom: .75rem;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
}
.bus-list11 .ulbox .tit2 {
  color: #333;
  font-weight: bold;
  margin-bottom: .5rem;
}
.bus-list11 .ulbox .tit3 {
  line-height: 1.2;
}
.bus-list11 .ulbox span {
  margin-left: .3rem;
}
.bus-list11 .ulbox .icon {
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bus-list11 .tit4 {
  width: 780px;
  text-align: center;
  line-height: 2;
  margin: 0 auto 1rem;
}
.bus-list11 .tit4 .sp {
  height: 20px;
  line-height: .5;
}
.bus-list11 .img2 {
  width: 100%;
}
.bus-list11 .img2 img {
  width: 100%;
}
@media (max-width: 1280px) {
  .bus-list11 .title .tit3{
      width:100%;
  }
}
@media (max-width: 1024px) {
  .bus-list11 .title .tit3, .bus-list11 .tit4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bus-list11 {
    padding: 2rem 0;
  }

  .bus-list11 .ulbox .li {
    width: 100%;
    margin-bottom: .5rem;
  }

  .bus-list11 .ulbox .tit2 {
    margin-bottom: .25rem;
  }

  .bus-list11 .ulbox .li {
    padding-bottom: .25rem;
  }

  .bus-list11 .bg {
    height: 13rem;
  }

  .bus-list11 .ulbox {
    margin-bottom: 1rem;
  }

  .bus-list11 .img2 {
    padding-bottom:10px;
    overflow-x: auto;
  }
 .bus-list11 .img2::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  .bus-list11 .img2 img {
    min-width: 700px;
  }
}
.bus-list12 {
  padding: 2rem 0;
  position: relative;
  background: #f6f6f6;
}
.bus-list12 .title {
  margin-bottom: 1.5rem;
}
.bus-list12 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list12 .title .tit3 {
  width: 1100px;
  text-align: center;
  line-height: 1.4;
  margin: .3rem auto 0;
}
.bus-list12 .title .tit3 .sp {
  height: 20px;
  line-height: .5;
}
.bus-list12 .ulbox {
  padding-bottom: 2rem;
}
.bus-list12 .ulbox .li {
  width: 23.5%;
  margin-right: 2%;
}
.bus-list12 .ulbox .p {
  color: #333;
  margin-top: .35rem;
}
.bus-list12 .ulbox .tit5 {
  font-weight: bold;
  margin-bottom: .15rem;
}
.bus-list12 .ulbox .tit6 {
  line-height: 1.5;
}
.bus-list12 .ulbox .li:nth-child(4n) {
  margin-right: 0;
}
.bus-list12 .ulbox .img img {
  width: 100%;
}
.bus-list12 .imgbox {
  background: #ffff;
}
.bus-list12 .imgbox .img {
  width: 50%;
  height: 11.25rem;
  position: relative;
  z-index: 1;
}
.bus-list12 .imgbox .img .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-size:cover;
}
.bus-list12 .imgbox .text {
  width: 50%;
  color: #444;
  height: 11.25rem;
  padding: 1.25rem 2rem 1.25rem 1.25rem;
}
.bus-list12 .imgbox .text .li-p {
  margin-bottom: .35rem;
}
.bus-list12 .imgbox .text .li-p img{
  height:30px;
  margin-right:10px;
}
.bus-list12 .imgbox .text .li-p span{
  width:calc(100% - 40px);
}


@media (max-width: 1024px) {
  .bus-list12 .title .tit3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bus-list12 .imgbox .text .li-p span {
    width: calc(100% - 35px);
}
.bus-list12 .imgbox .text {
    padding: .85rem .2rem!important;
}
  .bus-list12 {
    padding: 2rem 0;
  }

  .bus-list12 .ulbox .li {
    width: 100%;
    margin-bottom: 4%;
  }

  .bus-list12 .ulbox {
    padding-bottom: 1rem;
  }

  .bus-list12 .imgbox .img, .bus-list12 .imgbox .text {
    width: 100%;
  }
  .bus-list12 .imgbox .img{
    height:8.5rem;
  }

  .bus-list12 .imgbox .text {
    height: auto;
    padding: .85rem .7rem;
  }
  .bus-list12 .imgbox .text .li-p img{
    height:25px;
  }
}
.bus-list13 {
  padding: 2rem 0;
  position: relative;
  background: #fff;
}
.bus-list13 .title {
  margin-bottom: 1.5rem;
}
.bus-list13 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list13 .title .tit3 {
  width: 1100px;
  text-align: center;
  line-height: 1.4;
  margin: .3rem auto 0;
}
.bus-list13 .title .tit3 .sp {
  height: 20px;
  line-height: .5;
}
.bus-list13 .ulbox {
  align-items: stretch;
}
.bus-list13 .ulbox .li{
  width: 49%;
  background: #f6f6f6;
}
.bus-list13 .ulbox .li .img{
  width:100%;
}
.bus-list13 .ulbox .li .img img{
  width:100%;
}
.bus-list13 .ulbox .li .text{
  padding: 1rem 1.25rem;
  line-height:1.8;
}
.bus-list13 .ulbox .li .text .text-li .tit4{
  margin-bottom:.25rem;
  font-weight:bold;
}
.bus-list13 .ulbox .li .text .text-li{
  margin-bottom:1.25rem;
}
.bus-list13 .ulbox .li .text2{
  padding-bottom:0;
}

.bus-list13 .text-ulbox .nli {
  width: 47%;
  padding-bottom: .35rem;
  margin-bottom:1.5rem;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
}
.bus-list13 .text-ulbox .tit2 {
  color: #333;
  font-weight: bold;
  margin-bottom: .5rem;
}
.bus-list13 .text-ulbox .tit3 {
  line-height: 1;
}
.bus-list13 .text-ulbox span {
  margin-left: .3rem;
}
.bus-list13 .text-ulbox .icon {
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1024px) {
  .bus-list13 .title .tit3 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bus-list13 {
    padding: 2rem 0;
  }

  .bus-list13 .ulbox .li {
    width: 100%;
  }
  .bus-list13 .ulbox .li .text{
    margin-bottom: .5rem;
    padding: 1rem .75rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .bus-list13 .text-ulbox .nli{
    width:100%;
    margin-bottom:.65rem;
  }
  .bus-list13 .ulbox .li {
    margin-bottom:.75rem;
  }
  .bus-list13 .text-ulbox .icon{
    height:20px;
  }
  .bus-list13 .ulbox .li .text{
    font-size:16px;
  }
  .bus-list13 .ulbox .li .text .text-li{
    margin-bottom:.35rem;
  }
  .bus-list13 .ulbox .li .text .text-li .tit4{
    margin-bottom:0;
  }
}
.bus-list14 .ulbox {
  margin-top: 1rem;
  /*margin-bottom:2.25rem;*/
}
.bus-list14 .ulbox .li {
  width: 21.5%;
  padding-bottom: .75rem;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
}
.bus-list14 .ulbox .li .tit2 {
  color: #333;
  font-weight: bold;
  margin-bottom: .5rem;
}
.bus-list14 .ulbox .li .tit3 {
  line-height: 1.2;
  color: #444;
}
.bus-list14 .ulbox .li span {
  margin-left: .3rem;
}
.bus-list14 .ulbox .li .icon {
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bus-list14 .ulbox2 {
  border-bottom: 1px solid #d9d9d9;
}
.bus-list14 .ulbox2 .li {
  border-bottom: none;
  margin-bottom: 0;
}
.bus-list14 .tit7 {
  margin-top: 2rem;
  margin-bottom: 1.75rem;
  text-align: center;
  color: #cc0a0a;
}
.bus-list14 .img2 {
  width: 100%;
}
.bus-list14 .img2 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.bus-list14 .itembox {
  margin-top: 1.5rem;
}
.bus-list14 .itembox .li {
  width: 32%;
}
.bus-list14 .itembox .tit5 {
  margin-bottom: .25rem;
  height:50px;
  color: #888;
}
.bus-list14 .itembox .tit5 img{
  max-height:100%;
}
.bus-list14 .itembox .tit6 {
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1280px) {
  .bus-list14 .itembox .tit6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bus-list14 .ulbox .li {
    width: 100%;
  }

  .bus-list14 .ulbox2 {
    margin-top: 0;
  }

  .bus-list14 .ulbox2 .li {
    margin-bottom: .5rem;
    border-bottom: 1px solid #d9d9d9;
  }

  .bus-list14 .ulbox2 {
    border-bottom: none;
  }

  .bus-list14 .ulbox .li .tit2 {
    margin-bottom: .25rem;
  }

  .bus-list14 .ulbox .li {
    padding-bottom: .25rem;
  }

  .bus-list14 .tit7 {
    margin-top: 1rem;
    margin-bottom: .75rem;
  }

  .bus-list14 .itembox .li {
    width: 100%;
    margin-bottom: .5rem;
  }
  .bus-list14 .itembox .tit5 {
    height:30px;
  }
}
.bus-list15 {
  padding: 2rem 0;
  background: #fff;
}
.bus-list15 .title {
  margin-bottom: 1rem;
}
.bus-list15 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list15 .tit3 {
  width: 100%;
  text-align: left;
  line-height: 1.4;
  margin: .3rem auto 0;
}
.bus-list15 .tit3 .sp {
  height: 20px;
  line-height: .5;
}
.bus-list15 .tabbox .item {
  color: #666;
  margin: 0 1rem;
  padding: 0 8px 5px;
  cursor: pointer;
  position: relative;
  transition: all .3s ease;
}
.bus-list15 .tabbox .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0779c8;
  bottom: 0px;
  left: 0;
  transform: scale(0, 0);
  transition: all .3s ease;
}
.bus-list15 .tabbox .item:hover, .bus-list15 .tabbox .item.cur {
  color: #0779c8;
}
.bus-list15 .tabbox .item:hover:before, .bus-list15 .tabbox .item.cur:before {
  transform: scale(1, 1);
}
.bus-list15 .tabul {
  position: relative;
  margin-top: 1rem;
}
.bus-list15 .tabul .img {
  width: 100%;
  /*display: none;*/
}

.bus-list15 .tabul img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.bus-list15 .tabul .img1{
  max-width:100%;
}
.bus-list15 .tabul .tabitem{
  /*display:none;*/
  width:48%;
}
.bus-list15 .ulbox {
  margin-top: 1.6rem;
}
.bus-list15 .ulbox .swiper-button-prev,.bus-list15 .ulbox .swiper-button-next{
  background:none;
  width:44px;
}
.bus-list15 .ulbox .swiper-button-prev svg,.bus-list15 .ulbox .swiper-button-next svg{
  fill:#fff;
  width:44px;
  height:44px;
}
.bus-list15 .ulbox .li img{
  width:100%;
}

@media (max-width: 1400px) {
  /*.bus-list15 .tit3 {
    width: 90%;
  }*/
}
@media (max-width: 767px) {
  .bus-list15 {
    padding: 1.5rem 0;
  }

  .bus-list15 .title {
    margin-bottom: .5rem;
  }

 /* .bus-list15 .tabbox .item {
    margin: 0 .5rem;
  }

  .bus-list15 .ulbox .li {
    width: 100%;
    margin-bottom: .5rem;
  }

  .bus-list15 .tabul, .bus-list15 .ulbox {
    margin-top: 1rem;
  }*/

  .bus-list15 .tabul .tabitem{
    width:100%;
  }
  .bus-list15 .tabul .tabitem:nth-child(1){
    margin-bottom:1rem;
  }
}
.bus-list16 {
  padding: 2rem 0;
  background: #f3f3f3;
  overflow: hidden;
}
.bus-list16 .title {
  margin-bottom: 1rem;
}
.bus-list16 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list16 .tit3 {
  width: 1100px;
  text-align: center;
  line-height: 1.4;
  margin: .3rem auto 0;
}
.bus-list16 .tit3 .sp {
  height: 20px;
  line-height: .5;
}
.bus-list16 .imgbox img{
  max-width:100%;
}
.bus-list16 .tabbox .item {
  color: #666;
  margin: 0 1rem;
  padding: 0 8px 5px;
  cursor: pointer;
  position: relative;
  transition: all .3s ease;
}
.bus-list16 .tabbox .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0779c8;
  bottom: 0px;
  left: 0;
  transform: scale(0, 0);
  transition: all .3s ease;
}
.bus-list16 .tabbox .item:hover, .bus-list16 .tabbox .item.cur {
  color: #0779c8;
}
.bus-list16 .tabbox .item:hover:before, .bus-list16 .tabbox .item.cur:before {
  transform: scale(1, 1);
}
.bus-list16 .tabul {
  position: relative;
  margin-top: 1.5rem;
}
.bus-list16 .tabul .img {
  width: 100%;
  display: none;
}
.bus-list16 .tabul img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.bus-list16 .tabul .img1 {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.bus-list16 .tabul .tabitem{
  display:none;
}
.bus-list16 .tabitem .ulbox {
  padding-top: .75rem;
  border-top: 1px solid #ededed;
  margin-top: 1.5rem;
  width: calc(50vw + 700px);
}
.bus-list16 .tabitem .dian {
  width: 16px;
  height: 16px;
  background: #b0d8f3;
  border-radius: 50%;
  position: absolute;
  top: calc(-.75rem - 8px);
}
.bus-list16 .tabitem .dian:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0779c8;
}
.bus-list16 .tabitem p {
  color: #333;
  margin-top: .5rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1400px) {
  .bus-list16 .tabitem .ulbox {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .bus-list16 .tit3 {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .bus-list16 {
    padding: 1.5rem 0;
  }

  .bus-list16 .title {
    margin-bottom: .5rem;
  }

  .bus-list16 .tabbox .item {
    margin: 0 .5rem;
  }

  .bus-list16 .tabul img {
    max-width: 100%;
  }
  .bus-list16 .tabul .img1,.bus-list15 .tabul .img1{
    max-width:100%;
  }
}
.bus-list17 {
  padding: 2rem 0;
  background: #f9f9f9;
  overflow: hidden;
}
.bus-list17 .title {
  margin-bottom: 1rem;
}
.bus-list17 .title .tit2 {
  text-align: center;
  color: #cc0a0a;
}
.bus-list17 .mapbox {
  width:65.4%;
  position: relative;
}
.bus-list17 .mapbox img {
  width: 100%;
}
.bus-list17 .mapbox .dian {
  position: absolute;
  z-index: 2;
}
.bus-list17 .mapbox .dian1 {
  left: 48%;
  top: 45%;
}
.bus-list17 .mapbox .dian1 .sp1 {
  background: #cc0a0a;
}
.bus-list17 .mapbox .dian1 .sp2 {
  background: rgba(204, 10, 10, 0.2);
}
.bus-list17 .mapbox .dian1 .sp3 {
  background: rgba(204, 10, 10, 0.04);
}
.bus-list17 .mapbox .dian2 {
  left: 48%;
  top: 63%;
}
.bus-list17 .mapbox .dian2 .sp1 {
  background: #cc0a0a;
}
.bus-list17 .mapbox .dian2 .sp2 {
  background: rgba(204, 10, 10, 0.2);
}
.bus-list17 .mapbox .dian2 .sp3 {
  background: rgba(204, 10, 10, 0.04);
}
.bus-list17 .mapbox .dian3 {
  left: 45%;
  top: 80%;
}
.bus-list17 .mapbox .dian3 .sp1 {
  background: #cc0a0a;
}
.bus-list17 .mapbox .dian3 .sp2 {
  background:rgba(204, 10, 10, 0.2);
}
.bus-list17 .mapbox .dian3 .sp3 {
  background: rgba(204, 10, 10, 0.04);
}
.bus-list17 .mapbox .dian4 {
  left: 82%;
  top: 14%;
}
.bus-list17 .mapbox .dian4 .sp1 {
  background: #cc0a0a;
}
.bus-list17 .mapbox .dian4 .sp2 {
  background: rgba(204, 10, 10, 0.2);
}
.bus-list17 .mapbox .dian4 .sp3 {
  background: rgba(204, 10, 10, 0.04);
}
.bus-list17 .mapbox .dian5 {
  left: 77%;
  top: 53%;
}
.bus-list17 .mapbox .dian5 .sp1 {
  background: #cc0a0a;
}
.bus-list17 .mapbox .dian5 .sp2 {
  background: rgba(204, 10, 10, 0.2);
}
.bus-list17 .mapbox .dian5 .sp3 {
  background: rgba(204, 10, 10, 0.04);
}
.bus-list17 .mapbox .dian6 {
  left: 80%;
  top: 67%;
}
.bus-list17 .mapbox .dian6 .sp1 {
  background: #cc0a0a;
}
.bus-list17 .mapbox .dian6 .sp2 {
  background:rgba(204, 10, 10, 0.2);
}
.bus-list17 .mapbox .dian6 .sp3 {
  background: rgba(204, 10, 10, 0.04);
}
.bus-list17 .mapbox .dian7 {
  left: 68%;
  top: 82%;
}
.bus-list17 .mapbox .dian7 .sp1 {
  background: #cc0a0a;
}
.bus-list17 .mapbox .dian7 .sp2 {
  background: rgba(204, 10, 10, 0.2);
}
.bus-list17 .mapbox .dian7 .sp3 {
  background: rgba(204, 10, 10, 0.04);
}
.bus-list17 .mapbox .quan {
  position: relative;
}
.bus-list17 .mapbox .sp1 {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3.5px;
  margin-top: -3.5px;
  border-radius: 50%;
  z-index: 4;
}
.bus-list17 .mapbox .sp2 {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: -50%;
  top: -50%;
  margin-left: -15px;
  margin-top: -15px;
  animation: ball-spin2 2s linear infinite;
}
.bus-list17 .mapbox .sp3 {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: -50%;
  top: -50%;
  margin-left: -40px;
  margin-top: -40px;
  animation: ball-spin2 2s .1s linear infinite;
}
.bus-list17 .selectbox{
  width:5rem;
  position: relative;
  z-index:6;
}
.bus-list17 .selectbox .sp{
  height:45px;
  line-height:25px;
  padding:10px 15px;
  border:1px solid #d1d1d1;
  color:#222;
}
.bus-list17 .selectbox .sp svg{
  width:20px;
  height:20px;
}
.bus-list17 .selectbox .sp-item{
  position:absolute;
  top:45px;
  width:100%;
  background:#fff;
  border:1px solid #d1d1d1;
  display:none;
}
.bus-list17 .selectbox .sp-item .item{
  height:40px;
  line-height:40px;
  padding:0 15px;
  cursor:pointer;
}
.bus-list17 .warp-maplist {
  padding: 2rem 0;
  position:relative;
  z-index:2;
}
.bus-list17 .warp-maplist .swiper-button-prev, .bus-list17 .warp-maplist .swiper-button-next {
  width: 100%;
  height: 2rem;
  margin-top: 0;
  top: 0;
  background: none;
}
.bus-list17 .warp-maplist .swiper-button-prev {
  left: 0;
  top: 0;
}
.bus-list17 .warp-maplist .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.bus-list17 .warp-maplist .swiper-button-next {
  right: 0;
  bottom: 0;
  top: auto;
}
.bus-list17 .maplist {
  overflow: hidden;
  position: relative;
}
.bus-list17 .maplist .swiper-slide img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.bus-list17 .maplist .p {
  color: #333;
  margin-top: .25rem;
  text-align: center;
}

@keyframes ball-spin2 {
  0%,100% {
    opacity: 1;
    transform: scale(1.8);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: .6;
    transform: scale(0.5);
  }
}
@media (max-width: 1400px) {
  .bus-list17 .maplist .p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bus-list17 .maplist {
    width: 5rem;
    height: 14.75rem;
  }
}
@media (max-width: 767px) {
  .bus-list17 {
    padding: 1.5rem 0;
  }
  .bus-list17 .rightbox{
    width:100%;
  }
  .bus-list17 .selectbox{
    margin-bottom:.5rem;
    width:65%;
  }
  .bus-list17 .mapbox {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .bus-list17 .warp-maplist {
    width: 105%;
  }

  .bus-list17 .maplist {
    width: 100%;
  }

  .bus-list17 .mapbox .sp2 {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
  }

  .bus-list17 .mapbox .sp3 {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }

  .bus-list17 .mapbox .dian1 {
    left: 46%;
  }

  .bus-list17 .mapbox .dian2 {
    left: 44%;
  }

  .bus-list17 .mapbox .dian3 {
    left: 40%;
  }

  .bus-list17 .mapbox .dian4 {
    left: 78%;
  }

  .bus-list17 .mapbox .dian5 {
    left: 74%;
  }

  .bus-list17 .mapbox .dian6 {
    left: 76%;
  }

  .bus-list17 .mapbox .dian7 {
    left: 63%;
  }
}


.bus-list18{
  padding:2.25rem 0;
  background:#f6f6f6;
}
.bus-list18 .title .tit2{
  text-align:center;
  margin-bottom:1.5rem;
}
.bus-list18 .ulbox{
  align-items: stretch;
}
.bus-list18 .ulbox .li {
  width: 33.33%;
  padding-bottom: 1rem;
  border-left:1px solid #e5e5e5;
  border-bottom: 1px solid #d9d9d9;
}
.bus-list18 .ulbox .li:nth-child(3n-2) {
  border-left:none;
}
.bus-list18 .ulbox .li:nth-child(3n-1){
  display: flex;
  justify-content: center;
}
.bus-list18 .ulbox .li:nth-child(3n){
  display: flex;
  justify-content: flex-end;
}
.bus-list18 .ulbox .li:nth-child(4),.bus-list18 .ulbox .li:nth-child(5),.bus-list18 .ulbox .li:nth-child(6){
  border-bottom:none;
  padding-bottom:0;
  padding-top:1rem;
}
.bus-list18 .nli{
  width:290px;
}
.bus-list18 .ulbox .sup{
  position:absolute;
  z-index:1;
  line-height:1;
  top:0;
  right:.25rem;
}
.bus-list18 .ulbox .tit4 {
  color: #888;
  text-align:left;
}
.bus-list18 .ulbox .tit3 {
  position:relative;
  color:#cc0a0a;
  line-height: 1.2;
}
.bus-list18 .ulbox .num{
  margin-right:.5rem;
}
.bus-list18 .ulbox span {
  margin-left: .3rem;
}
.bus-list18 .ulbox .icon {
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width:1280px) {
  .bus-list18 .nli{
    width:80%;
  }
}
@media (max-width:767px) {
  .bus-list18 .ulbox .li{
    width:50%;
    display: flex;
  }
  .bus-list18 .ulbox .li:nth-child(3){
    justify-content: flex-start;
    padding:.7rem 0;
    border-left:none;
  }
  .bus-list18 .ulbox .li:nth-child(4){
    justify-content: flex-end;
    padding:.7rem 0;
    border-left:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
  }
  .bus-list18 .ulbox .li:nth-child(5){
    justify-content: flex-start;
    padding:.7rem 0 0;
    border-left:none;
    border-bottom:none;
  }
  .bus-list18 .ulbox .li:nth-child(2){
    justify-content: flex-end;
  }
  .bus-list18 .nli{
    width:85%;
  }
  .bus-list18 .ulbox .num{
    margin-right:.1rem;
  }
  .bus-list18 .ulbox .icon{
    height:15px;
  }
  .bus-list18 .title .tit2{
    margin-bottom:1rem;
  }
  .bus-list18{
    padding:1.5rem 0;
  }
}


.bus-list19{
  padding:2.5rem 0;
}
.bus-list19 .title .tit2{
  text-align:center;
  margin-bottom:1.5rem;
}
.bus-list19 .img-left{
  width:50%;
  height:630px;
  overflow: hidden;
}
.bus-list19 .img-left .bg{
  width:100%;
  height:630px;
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-size:cover;
}
.bus-list19 .text-box{
  width:50%;
  padding:0 1.7rem;
}
.bus-list19 .text-box .li{
  width:23.5%;
  height:2.5rem;
  margin-right:2%;
  margin-bottom:2%;
  border:1px solid #e3e3e3;
}
.bus-list19 .text-box .li img{
  max-width:80%;
  max-height:80%;
}
.bus-list19 .text-box .li:nth-child(4n){
  margin-right:0;
}
.bus-list19 .text-box .p{
  color:#444;
  margin-top:1rem;
}
@media (max-width:1280px) {
  .bus-list19 .img-left{
    height:560px;
  }
  .bus-list19 .img-left .bg{
    height:560px;
  }
}
@media (max-width:768px) {
  .bus-list19 .img-left{
    width:100%;
    margin-bottom:1.2rem;
  }
  .bus-list19 .text-box{
    width:100%;
    padding:0 5%;
  }
}
@media (max-width:767px) {
  .bus-list19 .img-left .bg,.bus-list19 .img-left{
    height:14rem;
  }
  .bus-list19 .title .tit2{
    margin-bottom:1rem;
  }
  .bus-list19{
    padding:1.5rem 0;
  }
}

.recruit-list1 {
  padding: 2.5rem 0 0;
}
.recruit-list1 .title-top {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 1.25rem;
}
.recruit-list1 .textbox {
  padding-bottom: 2rem;
  /*padding-left: calc(50vw - 700px);*/
  
}
.recruit-list1 .textbox .text-title {
  width: 480px;
}
.recruit-list1 .textbox .text-title .title {
  line-height: 1.6;
  padding-bottom: .75rem;
  margin-bottom: .75rem;
  border-bottom: 1px solid #e4e4e4;
}
.recruit-list1 .title sub {
  line-height: 1;
}
.recruit-list1 .title {
  text-align:center;
  line-height:1.6;
  margin-bottom:1.75rem;
}

.recruit-list1 .textbox .text-p {
  width:100%;
}

.recruit-list2{
  border-top: 1px solid #e4e4e4;
}




.recruit-list1 .warp-imgswiper {
  position: relative;
  width: calc(100% - 560px);
}
.recruit-list1 .warp-imgswiper .swiper-button-prev, .recruit-list1 .warp-imgswiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease;
  margin-top:-30px;
  top:50%;
}
.recruit-list1 .warp-imgswiper .swiper-button-prev svg, .recruit-list1 .warp-imgswiper .swiper-button-next svg {
  width: 30px;
  height: 30px;
  fill: #999;
}
.recruit-list1 .warp-imgswiper .swiper-button-prev:hover, .recruit-list1 .warp-imgswiper .swiper-button-next:hover {
  background: #cc0a0a;
}
.recruit-list1 .warp-imgswiper .swiper-button-prev:hover svg, .recruit-list1 .warp-imgswiper .swiper-button-next:hover svg {
  fill: #fff;
}
.recruit-list1 .warp-imgswiper .swiper-button-prev {
  left: -30px;
}
.recruit-list1 .warp-imgswiper .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.recruit-list1 .warp-imgswiper .swiper-button-next {
  right: -30px;
}
.recruit-list1 .imgswiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.recruit-list1 .imgswiper p {
  color: #333;
  text-align: center;
  margin-top: .5rem;
}
.recruit-list1 .imgswiper .swiper-slide {
  opacity: .2;
  transition: all .3s ease;
}
.recruit-list1 .imgswiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.recruit-list1 .imgswiper .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.recruit-list1 .imgswiper .img {
  width: 100%;
}
.recruit-list1 .imgswiper .img img {
  max-width: 100%;
}




.recruit-list1 .ulbox {
  width: 100%;
}
.recruit-list1 .ulbox .li {
  width: 14.785%;
  height: 15rem;
  position: relative;
  margin-right: 0.215%;
  overflow: hidden;
  transition: width .5s ease;
}
.recruit-list1 .ulbox .li .bg {
  height: 15rem;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.recruit-list1 .ulbox .li .tit1 {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 0 .75rem;
  bottom: 1rem;
}
.recruit-list1 .ulbox .li:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 0;
  background: #cc0000;
  z-index: 2;
}
.recruit-list1 .ulbox .li:nth-child(3n) {
  margin-right: 0;
}
.recruit-list1 .ulbox .li.swiper-slide-active:before {
  width: 100%;
}
.recruit-list1 .ulbox .li.cur {
  width: 70%;
}
.recruit-list1 .ulbox .li.cur:before {
  width: 100%;
}


@media (max-width: 1400px) {
  /*.recruit-list1 .textbox {
    padding-left: 5%;
  }*/
  
}
@media (max-width: 1280px) {
 

  /*.recruit-list1 .warp-imgswiper {
    width: 100%;
  }
  .recruit-list1 .textbox .text-title{
    width:95%;
    margin-bottom:1rem;
  }*/

}
@media (max-width: 1024px) {
.recruit-list1 .warp-imgswiper {
    width: 100%;
  }
  .recruit-list1 .textbox .text-title{
    width:100%;
    margin-bottom:1rem;
  }
}
@media (max-width: 767px) {
  .recruit-list1 .warp-imgswiper .swiper-button-prev, .recruit-list1 .warp-imgswiper .swiper-button-next {
    width: 34px;
    height: 34px;
    margin-top:-17px;
  }

  .recruit-list1 .warp-imgswiper .swiper-button-prev svg, .recruit-list1 .warp-imgswiper .swiper-button-next svg {
    width: 20px;
    height: 20px;
  }

  .recruit-list1 .warp-imgswiper .swiper-button-prev {
    left: -17px;
  }

  .recruit-list1 .warp-imgswiper .swiper-button-next {
    right: -17px;
  }
  .recruit-list1 {
    padding: 1.5rem 0;
  }
}

/*@media (max-width: 1024px) {
  .recruit-list1 .textbox .text-title {
    width: 100%;
  }

  .recruit-list1 .textbox .text-p {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .recruit-list1 {
    padding-top: 1.5rem;
  }

  .recruit-list1 .ulbox .li, .recruit-list1 .ulbox .li .bg {
    height: 12rem;
  }

  .bus-list17 .warp-maplist {
    padding: 0;
  }

  .bus-list17 .warp-maplist .swiper-button-prev, .bus-list17 .warp-maplist .swiper-button-next {
    display: none;
  }
}*/
.recruit-list2 {
  padding: 2.25rem 0 2.5rem;
}
.recruit-list2 .imgbox {
  width: 100%;
}
.recruit-list2 .imgbox img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}


/*.n-history .ulbox {
  position: relative;
  margin-left: 1.5rem;
  z-index: 2;
}
.n-history ::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.n-history .his-list {
  height: 500px;
  overflow: hidden;
}
.n-history .swiper-slide {
  background: url(../images/img23-1.png) no-repeat left;
  height: 500px;
  background-size: 100% auto;
  position: relative;
}
.n-history .swiper-slide:nth-child(1) {
  background: url(../images/img23.png) no-repeat left;
  background-size: 100% auto;
}
.n-history .dian {
  position: absolute;
  width: 20px;
  top: 44%;
  left: -10px;
  z-index: 7;
}
.n-history .time {
  color: #c41b23;
  line-height: 1.2;
}
.n-history .img {
  width: 5.375rem;
  height: 3rem;
  margin: .5rem 0;
  position: relative;
}
.n-history .img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.n-history .tit4 {
  max-width: 220px;
  max-height: 80px;
  overflow-y: auto;
  text-align: center;
  padding-right: 10px;
  color: #333;
}
.n-history .quan {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 3px solid #c41b23;
  left: 50%;
  top: 50%;
  margin-top: -6.5px;
  margin-left: -6.5px;
  border-radius: 50%;
  z-index: 3;
}
.n-history .li .nli {
  width: 20%;
  position: absolute;
  z-index: 2;
}
.n-history .li .pc-block-768 .nli:nth-child(1) {
  left: 5%;
  top: 41%;
}
.n-history .li .pc-block-768 .nli:nth-child(2) {
  left: 23%;
  top: 8%;
}
.n-history .li .pc-block-768 .nli:nth-child(3) {
  left: 40%;
  top: 28%;
}
.n-history .li .pc-block-768 .nli:nth-child(4) {
  left: 60%;
  top: 9%;
}
.n-history .li .pc-block-768 .nli:nth-child(5) {
  left: 80%;
  top: 39%;
}
.n-history .bot-botton {
  width: 155px;
  height: 65px;
  margin: .5rem auto 0;
}
.n-history .bot-botton .swiper-button-prev, .n-history .bot-botton .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border-radius: 50%;
  background: #e8e8e8;
  transition: all .3s ease;
  margin-top: -30px;
  top: 50%;
}
.n-history .bot-botton .swiper-button-prev svg, .n-history .bot-botton .swiper-button-next svg {
  width: 30px;
  height: 30px;
  fill: #999;
}
.n-history .bot-botton .swiper-button-prev:hover, .n-history .bot-botton .swiper-button-next:hover {
  background: #cc0a0a;
}
.n-history .bot-botton .swiper-button-prev:hover svg, .n-history .bot-botton .swiper-button-next:hover svg {
  fill: #fff;
}
.n-history .bot-botton .swiper-button-prev {
  left: 0;
}
.n-history .bot-botton .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.n-history .bot-botton .swiper-button-next {
  right: 0;
}*/

/*@media (max-width: 1440px) {
  .n-history .tit4 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .n-history .bot-botton {
    width: 120px;
  }

  .n-history .bot-botton .swiper-button-prev, .n-history .bot-botton .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 1024px) {
  .n-history .img {
    width: 4rem;
  }

  .n-history .tit4 {
    font-size: 12px;
  }

  .n-history .li .pc-block-768 .nli:nth-child(2) {
    left: 24%;
    top: 19%;
  }

  .n-history .li .pc-block-768 .nli:nth-child(3) {
    left: 42%;
    top: 32%;
  }

  .n-history .li .pc-block-768 .nli:nth-child(4) {
    left: 60%;
    top: 21%;
  }
}
@media (max-width: 767px) {
  .n-history .his-list, .n-history .li {
    height: 300px;
  }

  .n-history {
    padding: 2rem 0 5rem;
    background-size: auto 5rem;
  }

  .n-history .li .nli {
    width: 46%;
  }

  .n-history .li .m-block-768 .nli:nth-child(1) {
    left: 2%;
    top: 30%;
  }

  .n-history .li .m-block-768 .nli:nth-child(2) {
    left: 43%;
    top: 6%;
  }

  .n-history .bot-botton {
    height: 40px;
    width: 100px;
    margin: .25rem auto 0;
  }
}
*/
.n-history {
  background: url(../images/img11.png) no-repeat center 2.5rem;
  background-size: cover;
  overflow: hidden;
}
.n-history .content{
  padding: 2rem 0 1rem;
  align-items: flex-start;
}
/*.n-history .about-title{*/
/*  width:190px;*/
/*  margin-right:3.5rem;*/
/*  margin-top:3.5rem;*/
/*}*/
.year_slick{overflow:hidden;padding-bottom:25px;position:relative;border-bottom:1px solid #d0d4db;margin-bottom:85px}
.year_slick .slider{max-width:900px;margin:0 auto}
.year_slick .slider .item{float:left;width:33.33%;font-size:30px;color:#636363;line-height:1em;cursor:pointer;text-align:center;border-right:1px solid #9d9ea0}
.year_slick .slider .item.on{color:#e88100}
.year_slick .slider .item:last-child{border:none}
.year_slick .next,.year_slick .prev{position:absolute;width:36px;height:31px;top:0;cursor:pointer;z-index:2}
.year_slick .prev{left:34px;background:url(../images/prev2.png) no-repeat}
.year_slick .next{right:34px;background:url(../images/next2.png) no-repeat}
.year_slick .prev:hover{background:url(../images/prev2_1.png) no-repeat}
.year_slick .next:hover{background:url(../images/next2_1.png) no-repeat}
.lc_slick{margin-bottom:100px}
.m_lc{height:632px;overflow:hidden}
.m_lc .pic{float:left;width:53.5%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}
.lc_list{height:100%;overflow:hidden;position:relative}
.lc_list ul{height:100%;overflow:hidden;overflow-y:auto;padding:0 10px 0 130px}
.lc_list ul::-webkit-scrollbar{width:6px;height:1px}
.lc_list ul::-webkit-scrollbar-thumb{border-radius:6px;background:#9da6b4}
.lc_list ul::-webkit-scrollbar-track{border-radius:6px;background:#e5e8ee}
.lc_list ul::after{content:'';position:absolute;left:63px;top:0;width:2px;height:100%;background-color:#d3d8e0}
.lc_list li{padding:30px 0;cursor:pointer}
.lc_list .tit{font-size:24px;color:#e88100;line-height:1.5em;margin-bottom:12px;position:relative}
.lc_list .tit::after{content:'';position:absolute;width:35px;height:35px;top:0;left:-84px;background:url(../images/icons01.png) no-repeat;z-index:2}
.lc_list .tit .year{display:inline-block;font-size:36px;line-height:1em}
.lc_list .desc{font-size:16px;color:#636363;line-height:1.5em}
.lc_list li:hover .tit::after{background:url(../images/icons02.png) no-repeat}
@media only screen and (max-width:1900px){
.year_slick .slider .item{font-size:1.5625vw}
}
@media only screen and (max-width:1500px){
    .lc_list li{padding:20px 0}
.lc_list .tit{font-size:20px}
.lc_list .tit .year{font-size:30px}
.lc_list .desc{font-size:14px}}
.n-history .his-listimg{
  width:60%;
  height:calc(720px + 2rem);
  overflow: hidden;
  cursor: grab;
}
.n-history .his-listimg .swiper-slide{
  opacity:.3;
  transition: all .3s ease;
}
.n-history .his-listimg .yearnum{
  line-height:1.2;
  margin-bottom:.25rem;
  transition: all .3s ease;
}
.n-history .his-listimg .sp{
  line-height:1;
  padding-bottom:10px;
}
.n-history .his-listimg .p{
  color:#222;
}
.n-history .his-listimg .img{
  width:70%;
  margin-top:1rem;
}
.n-history .his-listimg .img img{
  width:100%;
}
.n-history .his-listimg .swiper-slide.swiper-slide-active{
  opacity:1;
}
.n-history .his-listimg .swiper-slide.swiper-slide-active .yearnum{
  color:#cc0a0a;
}
.n-history .warp-time{
  position:absolute;
  padding:2.5rem 0;
  border-left:1px solid #d5d5d5;
  right:0;
  top:0;
}
.n-history .time-container{
  width:90px;
  height:720px;
  overflow: hidden;
}
.n-history .warp-time .swiper-slide{
  padding-left:1rem;
  position:relative;
  cursor:pointer;
  transition: color .3s ease;
}
.n-history .warp-time .swiper-slide:before{
  content:"";
  position:absolute;
  width:2px;
  height:1rem;
  left:0;
  top:50%;
  margin-top:-.5rem;
  background:#cc0a0a;
  opacity:0;
  transition: all .3s ease;
}
.n-history .warp-time .swiper-slide.swiper-slide-active{
  color:#cc0a0a;
}
.n-history .warp-time .swiper-slide.swiper-slide-active:before{
  opacity:1;
}



@media (max-width: 1280px) {
  .n-history .his-listimg{
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .n-history .about-title{
    width:100%;
    margin-top:0;
    margin-right:0;
    margin-bottom:1rem;
  }
  .n-history .his-listimg{
    height:600px;
    width:80%;
  }
  .n-history .his-listimg .img{
    width:30%;
  }
}
@media (max-width: 768px) {
  .n-history .his-listimg .img{
    width:50%;
  }
}
@media (max-width: 767px) {
  .n-history .content{
    padding: 1.5rem 0 2rem;
  }
  .n-history .warp-time{
    padding:1.5rem 0;
    height:20rem;
    top:5rem;
  }
  .n-history .time-container{
    height:100%;
  }
  .n-history .time-container{
    width:60px;
  }
  .n-history .warp-time .swiper-slide{
    padding-left: .5rem;
  }
  .n-history .his-listimg{
    height:20rem;
    width:calc(100% - 90px);
  }
  .n-history .his-listimg .p{
    font-size:12px;
  }
  .n-history .his-listimg .img{
    margin-top:.5rem;
    width:70%;
  }
}



.pc-block {
  display: block;
}

.m-block {
  display: none;
}

.pc-block-768 {
  display: block;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}
.media-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.media-alert.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.media-alert.active .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-alert .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.media-alert .close img {
  width: 10px;
  height: 10px;
}

.media-alert .content {
  position: absolute;
  max-width: 900px;
  width: 90%;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-alert .content .video {
  width: 100%;
}

.ex-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  z-index: 99;
}

.ex-close .icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  vertical-align: middle;
}

.ex-close .icon .circle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.ex-close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ex-close .icon:hover .line.line1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ex-close .icon:hover .line.line2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .ex-close {
    right: 5%;
  }
}
/*@media (max-width: 1400px) {
  .w1400{
    width:1200px;
    min-width:auto;
  }
}
@media (max-width: 1200px) {
  .w1400{
    width:1100px;
    min-width:auto;
  }
}
*/
.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
  margin-bottom:10px;
}

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m.js-m-2 {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all .8s ease;
}

.js-m.js-m-2.animate {
  opacity: 1;
  transform: translate(0, 0);
}
.js-m-3 {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all .8s ease;
}

.js-m-3.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m.js-m-4 {
  opacity: 0;
  transform: translate(0, -100px);
  transition: all .8s ease;
}

.js-m.js-m-4.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-top {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
}

.js-m-top.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.imgbg-tong {
  position: relative;
}

.imgbg-tong:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

.imgbg-tong:before {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  z-index: 5;
  opacity: 1;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.imgbg-tong2 {
  position: relative;
}

.imgbg-tong2:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  transition: all 1s ease-in-out;
}

.js-m.animate.imgbg-tong2:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  left: 100%;
}

.js-m.animate.imgbg-tong:before, .js-m.animate.imgbg-tong:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

.image-in {
  display: block;
  overflow: hidden;
}

.image-in::before {
  transform: scaleX(1);
  transform-origin: right center 0px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform, -webkit-transform;
  transition-delay: 0.6s;
}

.image-in::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  background-color: black;
}

.image-in {
  transform: translate3d(-100.5%, 0px, 0px);
  transform-origin: left center 0px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform, -webkit-transform;
  transition-delay: 0.2s;
}

.js-m.animate .image-in {
  transform: translate3d(0px, 0px, 0px);
}

.js-m.animate .image-in::before {
  transform: scale(0, 1);
}

.delay1 {
  transition-delay: .1s !important;
}

.delay2 {
  transition-delay: .2s !important;
}

.delay3 {
  transition-delay: .3s !important;
}

.delay4 {
  transition-delay: .4s !important;
}

.delay5 {
  transition-delay: .5s !important;
}

.delay6 {
  transition-delay: .6s !important;
}

.delay7 {
  transition-delay: .7s !important;
}

.delay8 {
  transition-delay: .8s !important;
}

.delay9 {
  transition-delay: .9s !important;
}

@keyframes ball-spin {
  0%,100% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(0);
  }
}
.backtop-1.active {
  opacity: 1;
  -ms-transform: translate(0, 0);
}

.backtop-1 {
  position: fixed;
  bottom: 200px;
  right: 3%;
  background-color: rgba(0, 0, 0, 0.22);
  cursor: pointer;
  height: 46px;
  padding: 0;
  margin: 0;
  width: 46px;
  z-index: 11;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  ransition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.backtop-1 svg {
  height: 20px;
  width: 20px;
  fill: #fff;
  -webkit-animation: start-backtop-1 1.5s infinite ease-in-out;
  animation: start-backtop-1 1.5s infinite ease-in-out;
}

.backtop-1.active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

@media (max-width: 767px) {
  .backtop-1 {
    bottom: 18%;
  }
}
@keyframes start-backtop-1 {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0px, -6px);
    transform: translate(0px, -6px);
  }
}


/*修改20201021*/
@media (max-width: 767px) {
  .bus-list5 .text .text-left .icon{
    display:none;
  }
}
sub{
  font-family: "Microsoft YaHei","PingFangSC-Semibold",Arial, Helvetica,"Helvetica Neue", sans-serif !important;
  
}
.tit-16 sub{
  display:none !important;
}
img{
  border-radius:8px;
}
.n-culture img,.n-about .text .ulbox .icon,.bus-list3 .ulbox .icon,.bus-list13 .ulbox .li img,.bus-list18 .ulbox .icon,.bus-list10 .ulbox .icon{
  border-radius:0;
}
.n-culture .li,.respon-list4 .imgswiper2 .img,.respon-list2 .imgswiper .img,.bus-list10 .imgbox,.bus-list12 .imgbox,.bus-list13 .ulbox .li,.i-list1 .ulbox{
  border-radius:8px;
  overflow: hidden;
}
.ibanner img,.i-list3 .tipbox .video-btn img{
  border-radius:0;
}
.n-banner,.warp-subbox{
  /*display:none;*/
}
/*# sourceMappingURL=style.css.map */
	/*jobTop*/
.jobTop {background-color:#e62129;color:#fff;overflow:hidden;}
.jobTop span {display:block;float:left;font-size:16px;line-height:1.5em;padding:23px 0.5%;text-align:center;word-wrap:break-word;word-break:break-all;}
.jobTop .name {width:23.5%;padding-left:5%;text-align:left;}
.jobTop .num {width:22%;}
.jobTop .place {width:23%;}
.jobTop .date {width:23%;}
/*jobItem*/
.jobItem {margin-top:10px;background-color:#fff;}
.jobItem .jobTop {background-color:#f7f7f7;color:#666;cursor:pointer;}
.jobItem .jobTop.cur {color:#e62129;}
.jobItem .jobBtm {border-top:1px solid #eee;padding:2.5% 5%;display:none;}
.jobItem .box {font-size:16px;color:#999;line-height:2em;margin-bottom:2.32%;}
.jobItem h2 {font-size:16px;color:#424242;line-height:1.875em;margin-bottom:3px;background:url(../images/icon_01.png) no-repeat left 11px;padding-left:18px;}
.jobItem .btn {overflow:hidden;padding-top:2.4%;}
.jobItem .apply {float:left;}
.jobItem .apply a {color:#fff;background-color:#e62129;font-size:16px;display:block;width:160px;height:50px;line-height:50px;text-align:center;}
.jobItem .info {margin-left:180px;overflow:hidden;}
.jobItem .info span {display:block;float:left;padding:10px 20px;font-size:16px;color:#999;line-height:1.875em;}

@media only screen and (max-width:959px){
    .m_lc .pic{display:none}
.year_slick .slider{max-width:66%}
.year_slick .slider .item{font-size:14px}
.year_slick{padding:10px 0;margin-bottom:30px}
.year_slick .next,.year_slick .prev{top:5px;background-size:22px auto!important}
.m_lc{height:300px}
.lc_list ul{padding:0 10px 0 70px}
.lc_list ul::after{left:30px;width:1px}
.lc_list .tit::after{width:21px;height:21px;left:-50px;top:5px;background-size:100% 100%}
.lc_list .tit{font-size:18px}
.lc_list .tit .year{font-size:24px}
.lc_list li{padding:15px 0}
}
@media only screen and (max-width:768px){
	.jobTop span {padding-top:9px; padding-bottom: 9px; font-size:16px;}
	.jobTop .name{width: 25.5%;}
	.jobTop .num {width:21%;}
	.jobTop .date {width:25%;}
	.jobTop .place{width:28%;}
	.year_slick .slider{max-width:none;margin:0 50px;overflow:hidden}
.year_slick .slider .item{float:none;width:auto;font-size:16px;margin:10px 0;border:none}
.year_slick .next,.year_slick .prev{top:40%;background-position:center center!important}
.year_slick .prev{left:15px}
.year_slick .next{right:15px}
.lc_list ul{padding:0 10px 0 50px}
.lc_list ul::after{left:20px}
.lc_list .tit::after{width:17px;height:17px;left:-38px}
.lc_list li{padding:10px 0}
.lc_list .tit{font-size:16px;margin-bottom:8px}
.lc_list .tit .year{font-size:20px}
.lc_list .desc{font-size:12px}
}
.footer .bot_link{padding-bottom: 2.6042vw; display: flex; margin: 0 -0.2604vw;}
.footer .bot_link .item{width: 25%; padding: 0 0.2604vw;}
.footer .bot_link dl{position: relative; cursor: pointer;}
.footer .bot_link dt{ border: 1px solid #D5D7DB; height: 2.7083vw;  display: flex; align-items: center; justify-content: space-between; padding: 0 1.3021vw; color: #666;font-size:16px}
.footer .bot_link dt::after{content: '\eb6c'; flex-shrink: 0; height: 100%; display: flex; align-items: center; justify-content: center; font-family: "iconfonts"; font-size: 0.63vw; font-weight: bold; color: #333;}
.footer .bot_link dd{position: absolute; left: 0; bottom: 100%; z-index: 1; background: #fff; border: 1px solid #F1F4F6; width: 100%; max-height: 11.46vw; overflow: auto; display: none;font-size:16px}
.footer .bot_link dd a{display: block; padding: 0.52vw;color:#888}
.footer .bot_link dd a+a{border-top: 1px solid #F1F4F6;}
.footer .bot_link dd a:hover{color: var(--color);}
@media only screen and (max-width:768px){
 .footer .bot_link{display:none}   
}
@font-face {
  font-family: "iconfonts"; /* Project id 5048520 */
  src: url('../fonts/iconfonts.woff2?t=1764402685596') format('woff2'),
       url('../fonts/iconfonts.woff?t=1764402685596') format('woff'),
       url('../fonts/iconfonts.ttf?t=1764402685596') format('truetype');
}

.iconfont {
  font-family: "iconfonts" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-guanbi:before {
  content: "\e639";
}

.icon-bofang1:before {
  content: "\e634";
}

.icon-bofang:before {
  content: "\e61d";
}

.icon-diqiu:before {
  content: "\e619";
}

.icon-righttop:before {
  content: "\e65d";
}

.icon-more:before {
  content: "\eb93";
}

.icon-right:before {
  content: "\e663";
}

.icon-left:before {
  content: "\eb6b";
}

.icon-xia:before {
  content: "\eb6c";
}

.icon-top:before {
  content: "\eb6d";
}

  #contact .center {
  width: 1680px;
  margin: 0 auto;
}

  #contact  .hide {
  display: none !important;
}
    #contact .contact {
  margin-top: 40px;
  margin-bottom: 80px;
}
#contact .contact .address-box {
  height: 540px;
  background: #fff;
}
#contact .contact .address-box .left {
  width: 50%;
  height: 100%;
  padding: 60px 0 0 0;
  float: left;
}
#contact .contact .address-box .left .title {
  color: #c9261d;
  font-size: 24px;
  font-weight: bold;
}
#contact .contact .address-box .left .line {
  width: 100px;
  height: 2px;
  background-color: #c9261d;
  margin-top: 15px;
}
#contact .contact .address-box .left .info-box {
  margin-top: 50px;
}
#contact .contact .address-box .left .info-box p {
  color: #666;
  font-size: 16px;
  line-height: 1.8em;
}
#contact .contact .address-box .left .info-box p a {
  height: 20px;
  line-height: 20px;
  padding-right: 20px;
  margin-right: 20px;
  display: inline-block;
  border-right: 1px solid #666;
  color:#666;
}
#contact .contact .address-box .left .info-box p i {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("../images/c01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .contact .address-box .left .info-box .adr-mar {
  margin-top: 40px;
}
#contact .contact .address-box .right {
  width: 50%;
  height: 100%;
  float: left;
}
#contact .contact .address-box .right img{max-width:100%}
#contact .contact .upload-box {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  background: #fff;
  /*padding: 30px 40px 40px;*/
  margin-top: 20px;
}
#contact .contact .upload-box .index-title {
  color: #999;
  font-size: 18px;
  margin-bottom: 38px;
}
#contact .contact .upload-box .index-title span {
  font-weight: bold;
  color: #c9261d;
  font-size: 24px;
  margin-right: 20px;
}
#contact .contact .upload-box .input-box {
  margin-bottom: 20px;
}
#contact .contact .upload-box .input-box .input {
  width: 48%;
  height: 50px;
  box-sizing: border-box;
  position: relative;
}
#contact .contact .upload-box .input-box .input:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 19px;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background: url("../images/star.png");
}
#contact .contact .upload-box .input-box .input input {
  width: 100%;
  height: 48px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  outline: none;
  font-size: 16px;
  color: #333;
  padding-left: 15px;
}
#contact .contact .upload-box .input-box .input input::-webkit-input-placeholder, #contact .contact .upload-box .input-box .input input:-moz-placeholder, #contact .contact .upload-box .input-box .input input:-ms-input-placeholder {
  color: #333 !important;
}
#contact .contact .upload-box .input-box .nostar:before {
  width: 0px;
}
#contact .contact .upload-box .textarea-box {
  width: 100%;
  height: 154px;
  position: relative;
  margin-bottom: 30px;
}
#contact .contact .upload-box .textarea-box:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 16px;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background: url("../images/star.png");
}
#contact .contact .upload-box .textarea-box textarea {
  background-color: #f5f5f5;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  padding: 10px 5px 10px 15px;
  resize: none;
}
#contact .contact .upload-box .textarea-box textarea::-webkit-input-placeholder, #contact .contact .upload-box .textarea-box textarea:-moz-placeholder, #contact .contact .upload-box .textarea-box textarea:-ms-input-placeholder {
  color: #333 !important;
}
#contact .contact .upload-box .upload {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
#contact .contact .upload-box .upload span {
  margin-right: 10px;
}
#contact .contact .upload-box .upload .load {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f5f5f5;
  color: #666;
  font-size: 16px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
#contact .contact .upload-box .upload .load input {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#contact .contact .upload-box .code-box .code-left input {
  width: 160px;
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  border-right: 0;
  height: 48px;
  outline: none;
  text-indent: 18px;
  font-size: 14px;
  color: #666;
}
#contact .contact .upload-box .code-box .code-left img {
  height: 48px;
  vertical-align: top;
}
#contact .contact .upload-box .code-box .code-right {
  width: 210px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #c9261d;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1406px) {

      #contact .contact .address-box #map {
    /*overflow: auto;*/
  }
  #contact .contact .address-box #map::-webkit-scrollbar {
    width: 0.05rem;
    height: 0.05rem;
  }
  #contact .contact .address-box #map::-webkit-scrollbar-thumb {
    background-color: #c9261d;
  }
}
@media screen and (max-width: 1044px) {
     #contact .contact .address-box {
    height: auto;
  }
  #contact .contact .address-box .left, #contact .contact .address-box .right {
    width: 100%;
  }
  #contact .contact .address-box .left {
    height: auto;
    padding: 0.5rem 0.2rem 0.2rem 0.4rem;
  }
  #contact .contact .address-box .right {
    height: 9rem;
  }
  @media screen and (max-width: 750px) {
        #contact .contact {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  #contact .contact .upload-box {
    padding: 0.2rem;
  }
  #contact .contact .upload-box .index-title {
    font-size: 14px;
  }
  #contact .contact .upload-box .index-title span {
    font-size: 20px;
  }
  #contact .contact .upload-box .input-box .input input, #contact .contact .upload-box .textarea-box textarea {
    font-size: 12px;
  }
  #contact .contact .upload-box .code-box .code-right {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    display: block;
    margin: 0 auto;
    float: none !important;
    margin-top: 0.4rem;
  }
  #contact .contact .upload-box .code-box .code-left {
    float: none !important;
  }
  #contact .contact .address-box .left .info-box .adr-mar {
    margin-top: 0;
  }
  #contact .contact .address-box .left .info-box p {
    font-size: 14px;
  }
  #contact .contact .address-box .left .title {
    font-size: 18px;
  }
  #contact .contact .address-box .left .info-box {
    margin-top: 0.5rem;
  }
  }
}
/*
html{
-webkit-filter: grayscale(100%); /* webkit */
-moz-filter: grayscale(100%); /*firefox*/
-ms-filter: grayscale(100%); /*ie9*/
-o-filter: grayscale(100%); /*opera*/
filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
filter:gray; /*ie9- */
}
*/