@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  --vi-color: #1273db;
  --title-color: #272727;
  --text-color: #4c505f;
  --content-Wdith-1200:77.0833vw;
  --bigTitle-fontSize-1200:2.3958vw;
  --bigTitle-lineheight-1200:2.9167vw;
  --smallTitle-fontsize-1200:1.5625vw;
  --smallTitle-lineheight-1200:1.8229vw;
  --padding-1200:5.7292vw 0vw;
  --text-fontsize-1200:0.9375vw;
  --text-lineheight-1200:1.4583vw;
  --content-Wdith-768:81.25vw;
  --bigTitle-fontSize-768:2.875vw;
  --bigTitle-lineheight-768:3.5vw;
  --smallTitle-fontsize-768:1.875vw;
  --smallTitle-lineheight-768:2.1875vw;
  --padding-768:6.875vw 0vw;
  --text-fontsize-768:1.125vw;
  --text-lineheight-768:1.75vw;
  --content-Wdith:100%;
  --bigTitle-fontSize:22px;
  --bigTitle-lineheight:30px;
  --smallTitle-fontsize:16px;
  --smallTitle-lineheight:23px;
  --text-fontsize:14px;
  --text-lineheight:24px;
  --padding:35px 0px;
}

body {
  font-size: 14px;
  font-family: "思源黑体";
  margin: 0px auto;
  background: #fff;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #000;
}

i {
  font-style: normal;
}

.b::after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 0px) {
  .top_other_sj {
    display: block;
    padding: 0 25px;
    padding-top: 13px;
    border-top: 1px solid #eff1f3;
  }
  .top_other_sj ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_other_sj ul li img {
    height: 19px;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    margin-right: 4px;
    margin-top: -2px;
  }
  .top_other_sj div {
    text-align: center;
  }
  .top_other_sj a {
    font-size: 12px;
    color: #333;
    line-height: 32px;
  }
  .top_other {
    display: none;
    position: absolute;
    top: 0.4167vw;
    right: 2.0833vw;
  }
  .top_other ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top_other ul li {
    margin: 0px 0.5208vw;
    position: relative;
    height: 1.0938vw;
    line-height: 1.0938vw;
    cursor: pointer;
  }
  .top_other ul li:last-child {
    margin-right: 0vw;
  }
  .top_other ul li:hover div {
    visibility: visible;
    opacity: 1;
  }
  .top_other ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.6771vw;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .top_other ul li img {
    height: 0.7813vw;
    margin-right: 0.3125vw;
    -webkit-filter: none;
            filter: none;
  }
  .top_other ul li span {
    font-size: 0.6771vw;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .top_other ul li div {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 1.25vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    border-radius: 0.5208vw;
    min-width: 4.1667vw;
    -webkit-box-shadow: 0 0 0.5208vw #ddd;
            box-shadow: 0 0 0.5208vw #ddd;
    overflow: hidden;
  }
  .top_other ul li div a {
    display: block;
    line-height: 1.875vw;
    color: #333;
    font-size: 0.7292vw;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    text-align: center;
  }
  .top_other ul li div a:hover {
    background-color: #e3e3e7;
  }
  body {
    position: relative;
    -webkit-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    left: 0px;
  }
  .header {
    background: transparent;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0px;
    -webkit-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    left: 0px;
    z-index: 99;
  }
  .header .commonMain {
    max-width: var(--content-Wdith);
    width: 100%;
    margin: 0px auto;
    padding: 0px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header .logo img {
    height: 32px;
  }
  .header .logo .transparent {
    display: block;
  }
  .header .logo .colour {
    display: none;
  }
  .header .navBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .navBox .navList {
    background: #FAFAFA;
    display: none;
    position: fixed;
    width: 260px;
    right: -260px;
    top: 0px;
    bottom: 0px;
    padding: 50px 0px 0px;
    overflow-y: auto;
    -webkit-transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .header .navBox .navList .list {
    position: relative;
    border-top: 1px solid #eff1f3;
  }
  .header .navBox .navList .list h3 a {
    padding: 0px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    color: #333;
    font-weight: normal;
  }
  .header .navBox .navList .list h3 a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #D8D8D8;
    margin-right: 15px;
  }
  .header .navBox .navList .list.cur {
    background: #fff;
  }
  .header .navBox .navList .list.cur h3 a::before {
    background: #666;
    border-color: #666;
  }
  .header .navBox .navList .closeNavText a {
    visibility: hidden;
  }
  .header .navBox .haderOther {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .navBox .haderOther .searchBox {
    margin-left: 0px;
    position: relative;
  }
  .header .navBox .haderOther .searchBox .searchBtn {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin-top: 1.5px;
  }
  .header .navBox .haderOther .languageBox {
    margin-left: 5px;
  }
  .header .navBox .haderOther .languageBox .languageBtn {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: var(--vi-color);
    text-align: center;
    font-size: 21px;
    background-color: #fff;
    border-radius: 100%;
  }
  .header .navBox .haderOther .navbtn {
    color: #fff;
    width: 26px;
    position: relative;
    cursor: pointer;
    margin-left: 15px;
    font-size: 26px;
  }
  .header .searchformMain {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
  }
  .header .searchformMain .searchform {
    background: #fff;
    padding: 10px 0px 30px;
    position: relative;
    z-index: 99;
    -webkit-transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -moz-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -moz-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    opacity: 0;
    -webkit-transform: translate3d(0px, -100%, 1px);
    -moz-transform: translate3d(0px, -100%, 1px);
    transform: translate3d(0px, -100%, 1px);
  }
  .header .searchformMain .searchform form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1080px;
    margin: 0px auto;
    border-bottom: 2px solid #595959;
    width: 100%;
    padding: 20px 0px;
    position: relative;
  }
  .header .searchformMain .searchform form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0px 15px;
    font-size: 14px;
    color: #333;
    line-height: inherit;
    vertical-align: middle;
    border: 0;
    outline: 0;
  }
  .header .searchformMain .searchform form button {
    left: 0px;
    font-size: 20px;
    height: 100%;
    top: 0px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .header .searchformMain .searchform form .closeSearch {
    cursor: pointer;
    right: 0px;
    top: 0px;
    height: 100%;
    font-size: 20px;
    color: #333;
  }
  .header .searchformMain .search_mask {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .header .searchformMain.admission .searchform {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  .admissionheader {
    left: -260px;
  }
  .admissionheader .navBox .navList {
    right: 0px;
  }
  .hideScroll {
    overflow: hidden;
  }
  .admissionBody {
    left: -260px;
  }
  .header .navBox .navList .list .subNavBtn {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    top: 0px;
    right: 0px;
    padding-right: 25px;
  }
  .header .navBox .navList .list .subNavBtn i {
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
  }
  .header .navBox .navList .list .subNavBtn i::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #474747;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
  }
  .header .navBox .navList .list .subNavBtn i::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #474747;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .header .navBox .navList .list .subNavMain {
    display: none;
  }
  .header .navBox .navList .list .subNavMain .threeNavBox {
    display: none;
  }
  .header .navBox .navList .list .subNavMain .subNavList {
    position: relative;
  }
  .header .navBox .navList .list .subNavMain .subNavList > a {
    padding: 15px 25px;
    border-top: 1px solid #EBEBEB;
    background: #f6f6f6;
    display: block;
    color: #555;
    font-size: 13px;
  }
  .header .navBox .navList .list .subNavMain .subNavList > a::before {
    margin-right: 10px;
  }
  .header .navBox .navList .list .subNavMain .subNavList .mThreeNav {
    display: none;
  }
  .header .navBox .navList .list.active h3 {
    background: #ebebeb;
  }
  .header .navBox .navList .list.active h3 a::before {
    background: #666;
    border-color: #666;
  }
  .header .navBox .navList .list.active .subNavBtn i::before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    height: 45px;
    top: 0px;
    right: 0px;
    padding-right: 25px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i {
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #474747;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #474747;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a {
    display: block;
    font-size: 14px;
    padding: 15px 50px;
    border-top: 1px solid #EBEBEB;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a::before {
    margin-right: 10px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList.active1 .threeNavBtn i::before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .headerBg1 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #ddd;
            box-shadow: 0 0 10px #ddd;
  }
  .headerBg1 .logo .transparent {
    display: none;
  }
  .headerBg1 .logo .colour {
    display: block;
  }
  .headerBg1 .navBox .haderOther .searchBox .searchBtn {
    color: #333;
  }
  .headerBg1 .navBox .haderOther .navbtn {
    color: #333;
  }
}
@media (min-width: 768px) {
  .header .commonMain {
    padding: 0vw 15px;
  }
  .header .searchformMain .searchform {
    padding: 0.625vw 0vw 3.125vw;
  }
  .header .searchformMain .searchform form {
    padding: 2.8125vw 0vw;
  }
  .header .searchformMain .searchform form input {
    margin: 0vw 1.875vw;
    font-size: 1.125vw;
  }
  .header .searchformMain .searchform form button {
    font-size: 1.5vw;
  }
  .header .searchformMain .searchform form .closeSearch {
    font-size: 1.5vw;
  }
  .header .searchformMain .search_mask {
    background: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 0vw !important;
  }
  .top_other {
    display: block;
  }
  .top_other_sj {
    display: none;
  }
  .header .navBox .haderOther .searchBox .searchBtn {
    color: #333;
  }
  .header {
    height: 5.7292vw;
    background: #fff;
    -webkit-box-shadow: 0 0 0.5208vw #ddd;
            box-shadow: 0 0 0.5208vw #ddd;
    position: fixed;
    left: 0vw;
    top: 0vw;
    width: 100%;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    transition: 0.8s ease;
  }
  .header .navBox {
    height: 5.2083vw;
    margin-top: 0.5208vw;
  }
  .header .logo .transparent {
    display: none;
  }
  .header .logo .colour {
    display: block;
  }
  .header .commonMain {
    height: 5.7292vw;
    padding: 0vw 2.0833vw;
  }
  .header .logo img {
    height: 3.2292vw;
  }
  .top_other ul li a {
    color: #333;
  }
  .header .navBox .haderOther .navbtn {
    display: none;
  }
  .header .navBox .navList {
    width: auto;
    right: 0vw;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0vw;
    position: relative;
    overflow: visible;
    top: 0vw;
  }
  .header .navBox .navList .list {
    margin-left: 3.125vw;
    padding: 0vw;
    border-top: none;
  }
  .header .navBox .navList .list.listPro .subNavMain {
    display: none !important;
  }
  .header .navBox .navList .list h3 a {
    line-height: 5.7292vw;
    font-size: 0.8333vw;
    padding: 0vw;
    color: #333;
  }
  .header .navBox .navList .list h3 a::before {
    display: none;
  }
  .header .navBox .navList .list.cur {
    background: none;
  }
  .header .navBox .navList .list.cur h3 a {
    color: var(--vi-color);
  }
  .header .navBox .navList .list.cur h3 a::after {
    width: 100%;
  }
  .header .navBox .navList .list:hover h3 a {
    color: var(--vi-color);
  }
  .header .navBox .navList .list:hover h3 a::after {
    width: 100%;
  }
  .header .navBox .navList .list:first-child {
    margin-left: 0vw;
  }
  .header .navBox .navList .closeNavText {
    display: none;
  }
  .header .navBox .haderOther .searchBox {
    margin-left: 2.3438vw;
  }
  .header .navBox .haderOther .searchBox .searchBtn {
    color: #333;
    font-size: 1.0938vw;
    width: 1.7708vw;
    height: 1.7708vw;
    line-height: 1.7708vw;
  }
  .header .navBox .haderOther .languageBox {
    margin-left: 0.7813vw;
  }
  .header .navBox .haderOther .languageBox .languageBtn {
    color: #333;
    width: 1.7708vw;
    height: 1.7708vw;
    line-height: 1.7708vw;
    font-size: 1.0938vw;
  }
  .header .searchformMain .searchform {
    padding: 0.5208vw 0vw 2.6042vw;
  }
  .header .searchformMain .searchform form {
    padding: 2.3438vw 0vw;
  }
  .header .searchformMain .searchform form input {
    margin: 0vw 1.5625vw;
    font-size: 0.9375vw;
  }
  .header .searchformMain .searchform form button {
    font-size: 1.25vw;
  }
  .header .searchformMain .searchform form .closeSearch {
    font-size: 1.25vw;
  }
  .headerDownBg {
    background: #fff;
  }
  .headerDownBg .logo .transparent {
    display: none;
  }
  .headerDownBg .logo .colour {
    display: block;
  }
  .headerDownBg .navBox .navList .list h3 a {
    color: #333;
  }
  .headerDownBg .navBox .haderOther .searchBox .searchBtn {
    background-color: #333;
    color: #fff;
  }
  .headerDownBg .navBox .haderOther .languageBox .languageBtn {
    background-color: #333;
    color: #fff;
  }
  .headerBg1 {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .headerBg1.header .logo .colour {
    display: none;
  }
  .headerBg1.header .logo .transparent {
    display: block;
  }
  .headerBg1.header .navBox .navList .list h3 a {
    color: #fff;
  }
  .headerBg1.header .navBox .haderOther .searchBox .searchBtn {
    color: #333;
  }
  .headerBg1.header .navBox .haderOther .searchBox .searchBtn {
    color: #fff;
  }
  .headerBg1 .top_other ul li a {
    color: #fff;
  }
  .headerBg1 .top_other ul li img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .headerBg1 .top_other ul li span {
    color: #fff;
  }
  .headerBg2 {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .headerBg2.header .logo .colour {
    display: block;
  }
  .headerBg2.header .logo .transparent {
    display: none;
  }
  .headerBg2.header .navBox .navList .list h3 a {
    color: #333;
  }
  .headerBg2.header .navBox .haderOther .searchBox .searchBtn {
    color: #333;
  }
  .headerBg2 .top_other ul li a {
    color: #333;
  }
  .headerBg2 .top_other ul li img {
    -webkit-filter: none;
            filter: none;
  }
  .headerBg2 .top_other ul li span {
    color: #333;
  }
  .header .navBox .navList .list .subNavBtn {
    display: none;
  }
  .header .navBox .navList .list .subNavMain {
    position: absolute;
    min-width: 100%;
    top: 5.4688vw;
    left: -2.0833vw;
    overflow: hidden;
    max-height: 0vw;
    display: block;
  }
  .header .navBox .navList .list .subNavMain .subNavBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #f9f9f9;
    white-space: nowrap;
    border-radius: 0vw 0vw 0.5208vw 0.5208vw;
    overflow: hidden;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav {
    min-width: 10.4167vw;
    padding: 1.5625vw 0vw;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a {
    display: block;
    background: none;
    border: none;
    line-height: 2.0833vw;
    font-size: 0.8333vw;
    padding: 0vw 40px;
    position: relative;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a:hover::after {
    content: "";
    border-right: 0.4167vw solid transparent;
    border-top: 0.4167vw solid var(--vi-color);
    position: absolute;
    left: 0vw;
    top: 0vw;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a:hover {
    background: #e3e3e7;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1 > a::after {
    content: "";
    border-right: 0.4167vw solid transparent;
    border-top: 0.4167vw solid var(--vi-color);
    position: absolute;
    left: 0vw;
    top: 0vw;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1 > a {
    background: #e3e3e7;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .threeNavBtn {
    display: none;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .mThreeNav {
    display: none;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox {
    display: block;
    padding: 1.5625vw 0vw;
    position: relative;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox::before {
    content: "";
    width: 0.0521vw;
    height: 100%;
    position: absolute;
    left: 0vw;
    top: 0vw;
    background: #eae9f1;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav {
    min-width: 10.4167vw;
    display: none;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav > a {
    display: block;
    line-height: 2.0833vw;
    padding: 0vw 2.0833vw;
    font-size: 0.8333vw;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav > a:hover {
    background: #e3e3e7;
  }
  .header .navBox .navList .list:hover .subNavMain {
    max-height: 52.0833vw;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .header .navBox .navList .list .subNavMain .subNavList > a::before {
    display: none;
  }
}
/* 首页 */
.main_swiper {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.main_swiper > .swiper-wrapper > .swiper-slide {
  width: 100%;
  height: 100vh;
}

.main_swiper > .swiper-wrapper > .swiper-slide-last {
  height: auto !important;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .banner .swiper-slide-active .banner_text h1 {
  -webkit-transform: translateY(0vw);
     -moz-transform: translateY(0vw);
      -ms-transform: translateY(0vw);
          transform: translateY(0vw);
  opacity: 1;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .banner .swiper-slide-active .banner_text a {
  -webkit-transform: translateY(0vw);
     -moz-transform: translateY(0vw);
      -ms-transform: translateY(0vw);
          transform: translateY(0vw);
  opacity: 1;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .icase_title {
  -webkit-transform: translateY(0vw) !important;
     -moz-transform: translateY(0vw) !important;
      -ms-transform: translateY(0vw) !important;
          transform: translateY(0vw) !important;
  opacity: 1;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .icase_swiper .swiper-slide:nth-child(1n+1) {
  -webkit-transform: translateY(0vw) !important;
     -moz-transform: translateY(0vw) !important;
      -ms-transform: translateY(0vw) !important;
          transform: translateY(0vw) !important;
  opacity: 1;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .icase_swiper .swiper-slide:nth-child(2n+2) {
  -webkit-transform: translateY(0vw) !important;
     -moz-transform: translateY(0vw) !important;
      -ms-transform: translateY(0vw) !important;
          transform: translateY(0vw) !important;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .icase_swiper .swiper-slide:nth-child(3n+3) {
  -webkit-transform: translateY(0vw) !important;
     -moz-transform: translateY(0vw) !important;
      -ms-transform: translateY(0vw) !important;
          transform: translateY(0vw) !important;
  opacity: 1;
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .iaboutus_title {
  -webkit-transform: translateY(0vw);
     -moz-transform: translateY(0vw);
      -ms-transform: translateY(0vw);
          transform: translateY(0vw);
  opacity: 1;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .iaboutus {
  -webkit-transform: translateY(0vw);
     -moz-transform: translateY(0vw);
      -ms-transform: translateY(0vw);
          transform: translateY(0vw);
  opacity: 1;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .iaboutus_map_swiper {
  -webkit-transform: translateY(0vw);
     -moz-transform: translateY(0vw);
      -ms-transform: translateY(0vw);
          transform: translateY(0vw);
  opacity: 1;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .iaboutus_map1 .iaboutus_map1_item1 img,
.main_swiper > .swiper-wrapper > .swiper-slide-active .iaboutus_map1 .iaboutus_map1_item2 img {
  -webkit-animation: amplify2 3s;
     -moz-animation: amplify2 3s;
          animation: amplify2 3s;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .iaboutus_map1 .iaboutus_map1_item2 img {
  -webkit-animation-delay: 0.2s;
     -moz-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .iaboutus_map1 .iaboutus_map1_item1 div {
  opacity: 1;
  width: 29.2188vw;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .iaboutus_map1 .iaboutus_map1_item2 div {
  opacity: 1;
  width: 21.0938vw;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .inews_title {
  -webkit-transform: translateY(0vw);
     -moz-transform: translateY(0vw);
      -ms-transform: translateY(0vw);
          transform: translateY(0vw);
  opacity: 1;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .inews_left {
  -webkit-transform: translateX(0vw);
     -moz-transform: translateX(0vw);
      -ms-transform: translateX(0vw);
          transform: translateX(0vw);
  opacity: 1;
}

.main_swiper > .swiper-wrapper > .swiper-slide-active .inews_right {
  -webkit-transform: translateX(0vw);
     -moz-transform: translateX(0vw);
      -ms-transform: translateX(0vw);
          transform: translateX(0vw);
  opacity: 1;
}

.main_pagination .swiper-pagination {
  right: auto;
  left: 3%;
  width: 5.2083vw;
}

.main_pagination .swiper-pagination-bullet {
  width: 5.2083vw;
  height: 0.8333vw;
  background: none;
  border-radius: none;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
}

.main_pagination .swiper-pagination-bullet i {
  display: inline-block;
  width: 1.0938vw;
  height: 0vw;
  border-bottom: 0.0521vw solid #fff;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.main_pagination .swiper-pagination-bullet span {
  visibility: hidden;
  opacity: 0;
  width: 2.6042vw;
  font-size: 0.625vw;
  color: #fff;
  margin-left: 0.3646vw;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main_pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}

.main_pagination .swiper-pagination-bullet:hover i {
  width: 2.9167vw;
}

.main_pagination .swiper-pagination-bullet:hover span {
  visibility: visible;
  opacity: 1;
}

.main_pagination .swiper-pagination-bullet-active i {
  width: 2.9167vw;
}

.main_pagination .swiper-pagination-bullet-active span {
  visibility: visible;
  opacity: 1;
}

.main_pagination1 .swiper-pagination-bullet i {
  border-color: #323232;
}

.main_pagination1 .swiper-pagination-bullet span {
  color: #323232;
}

.main_mouse {
  position: absolute;
  left: 2%;
  bottom: 6%;
  -webkit-animation: suspension 3s infinite;
     -moz-animation: suspension 3s infinite;
          animation: suspension 3s infinite;
  z-index: 99;
}

.main_mouse img {
  height: 1.7708vw;
  -webkit-filter: grayscale(1) brightness(500%);
          filter: grayscale(1) brightness(500%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main_mouse1 img {
  -webkit-filter: none;
          filter: none;
}

/* 悬浮动画 */
@-webkit-keyframes suspension {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes suspension {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(150%);
         transform: translateY(150%);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes suspension {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(150%);
       -moz-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 法律声明 */
.law {
  width: 75vw;
  margin: 0 auto;
  margin: 4.16667vw auto;
}

.law p {
  font-size: 0.833333vw;
  line-height: 1.6;
}

/* banner */
.banner .swiper-slide {
  position: relative;
}

.banner .swiper-slide video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .swiper-pagination {
  bottom: 3% !important;
  z-index: 99;
}

.banner .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  border: 0.0521vw solid #ddd;
  background: none;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0.3385vw !important;
}

.banner .swiper-pagination-bullet-active {
  background: #1273db;
  border-color: #1273db;
}

.banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.banner_text h1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(transparent));
  background-image: -webkit-linear-gradient(#fff 70%, transparent);
  background-image: -moz-linear-gradient(#fff 70%, transparent);
  background-image: linear-gradient(#fff 70%, transparent);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 2.6042vw;
  color: transparent;
  font-weight: bold;
  -webkit-transform: translateY(4.6875vw);
     -moz-transform: translateY(4.6875vw);
      -ms-transform: translateY(4.6875vw);
          transform: translateY(4.6875vw);
  -webkit-transition: all 1.2s ease 0.1s;
  -moz-transition: all 1.2s ease 0.1s;
  transition: all 1.2s ease 0.1s;
  opacity: 0;
}

.banner_text a {
  display: block;
  width: 7.7604vw;
  height: 2.6042vw;
  line-height: 2.3958vw;
  font-size: 0.7292vw;
  color: #fff;
  border: 0.1042vw solid #fff;
  border-radius: 1.5625vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 auto;
  margin-top: 1.3021vw;
  -webkit-transform: translateY(4.6875vw);
     -moz-transform: translateY(4.6875vw);
      -ms-transform: translateY(4.6875vw);
          transform: translateY(4.6875vw);
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease, -webkit-transform 1.2s ease 0.2s;
  transition: background-color 0.4s ease, border-color 0.4s ease, -webkit-transform 1.2s ease 0.2s;
  -moz-transition: transform 1.2s ease 0.2s, background-color 0.4s ease, border-color 0.4s ease, -moz-transform 1.2s ease 0.2s;
  transition: transform 1.2s ease 0.2s, background-color 0.4s ease, border-color 0.4s ease;
  transition: transform 1.2s ease 0.2s, background-color 0.4s ease, border-color 0.4s ease, -webkit-transform 1.2s ease 0.2s, -moz-transform 1.2s ease 0.2s;
  opacity: 0;
}

.banner_text a:hover {
  background-color: #1273db;
  border-color: #1273db;
  -webkit-box-shadow: 0 0 0.5208vw #1273db;
          box-shadow: 0 0 0.5208vw #1273db;
  color: #fff;
}

.banner_text a img {
  height: 1.0417vw;
  margin-left: 0.625vw;
}

/* 解决方案 */
.isolutions_bg {
  background-color: #edebec;
  height: 100vh;
  position: relative;
}

.isolutions_bg .isolutions {
  display: block;
}

.isolutions_bg .sj_isolutions {
  display: none;
}

.isolutions {
  width: 75vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.isolutions iframe {
  width: 100%;
  height: 100vh;
  /* object-fit: cover; */
}

.isolutions_main {
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 100%;
  height: 100%;
}

.isolutions_main ul li {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.isolutions_main ul li:nth-child(even) .round span {
  -webkit-animation-delay: 0.3s !important;
     -moz-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.isolutions_main ul li:nth-child(n+5) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.isolutions_main ul li:nth-child(n+5) a {
  margin-left: 0vw;
  margin-right: 2.8125vw;
}

.isolutions_main ul li:hover a {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.isolutions_main ul li a {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  display: block;
  font-size: 0.8333vw;
  color: #fff;
  min-width: 13.5938vw;
  height: 2.7083vw;
  text-align: center;
  line-height: 2.7083vw;
  padding: 0 1.3542vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#378fee), to(#1373db));
  background-image: -webkit-linear-gradient(#378fee, #1373db);
  background-image: -moz-linear-gradient(#378fee, #1373db);
  background-image: linear-gradient(#378fee, #1373db);
  border-radius: 1.5625vw;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-left: 2.8125vw;
  white-space: nowrap;
}

.isolutions_main ul li a img {
  height: 1.0417vw;
}

.isolutions_main ul li a b {
  display: inline-block;
  font-weight: normal;
  margin: 0 0.5729vw;
}

.round {
  position: relative;
}

.round span {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.round span:nth-child(1) {
  width: 4.3229vw;
  height: 4.3229vw;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 7;
  -webkit-animation: amplify 2s infinite;
     -moz-animation: amplify 2s infinite;
          animation: amplify 2s infinite;
}

.round span:nth-child(2) {
  width: 3.2813vw;
  height: 3.2813vw;
  background-color: rgba(8, 112, 224, 0.3);
  z-index: 8;
  -webkit-animation: amplify 2s infinite 0.1s;
     -moz-animation: amplify 2s infinite 0.1s;
          animation: amplify 2s infinite 0.1s;
}

.round i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.7188vw;
  height: 1.7188vw;
  border-radius: 50%;
  background-image: -webkit-radial-gradient(#6aa8ec, #1976da);
  background-image: -moz-radial-gradient(#6aa8ec, #1976da);
  background-image: radial-gradient(#6aa8ec, #1976da);
  z-index: 9;
}

.round i img {
  height: 0.7292vw;
}

@-webkit-keyframes amplify {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  85% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes amplify {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.4);
         transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  85% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes amplify {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
       -moz-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  85% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* 产品下拉 */
.subNavMain2 {
  display: none;
  position: fixed;
  top: 5.7292vw;
  left: 0vw;
  width: 100%;
  height: 32.8125vw;
  border-top: 0.0521vw solid #ddd;
  border-bottom: 0.0521vw solid #ddd;
  background-color: #fff;
  /* 二级 */
  /* 三级 */
}

.subNavMain2 .subNavMain2TwoLevelBg {
  height: 5.7292vw;
  background-color: #f3f4f6;
}

.subNavMain2 .subNavMain2TwoLevelBg .subNavMain2TwoLevel {
  width: 75vw;
  margin: 0 auto;
  width: 83.3333vw;
}

.subNavMain2 .subNavMain2TwoLevelBg .subNavMain2TwoLevel ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.subNavMain2 .subNavMain2TwoLevelBg .subNavMain2TwoLevel ul li {
  width: 14.28571429%;
}

.subNavMain2 .subNavMain2TwoLevelBg .subNavMain2TwoLevel ul li:last-child a::before {
  display: none;
}

.subNavMain2 .subNavMain2TwoLevelBg .subNavMain2TwoLevel ul li.active a::after {
  width: 3.6458vw;
  opacity: 1;
}

.subNavMain2 .subNavMain2TwoLevelBg .subNavMain2TwoLevel ul li.active img {
  opacity: 1;
}

.subNavMain2 .subNavMain2TwoLevelBg .subNavMain2TwoLevel ul li.active p {
  color: #010101;
}

.subNavMain2 .subNavMain2TwoLevelBg .subNavMain2TwoLevel ul li a {
  display: block;
  height: 5.7292vw;
  text-align: center;
  padding-top: 0.6771vw;
  position: relative;
}

.subNavMain2 .subNavMain2TwoLevelBg .subNavMain2TwoLevel ul li a::after {
  position: absolute;
  left: 50%;
  bottom: 0vw;
  content: "";
  display: block;
  width: 0vw;
  height: 0.1563vw;
  background-color: #1273db;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subNavMain2 .subNavMain2TwoLevelBg .subNavMain2TwoLevel ul li a::before {
  position: absolute;
  right: 0vw;
  top: 50%;
  content: "";
  display: block;
  height: 2.6042vw;
  width: 0.0521vw;
  border-right: 0.0521vw dashed #ddd;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subNavMain2 .subNavMain2TwoLevelBg .subNavMain2TwoLevel ul li img {
  height: 2.6042vw;
  opacity: 0.5;
}

.subNavMain2 .subNavMain2TwoLevelBg .subNavMain2TwoLevel ul li p {
  font-size: 0.7292vw;
  color: #a4a5a6;
}

.subNavMain2 .subNavMain2ThreeLevelBg {
  margin-top: 4.1667vw;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel {
  width: 75vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelLeft {
  width: 15.625vw;
  margin-top: 1.4063vw;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelLeft h1 {
  font-size: 2.0833vw;
  color: #010101;
  line-height: 2.6042vw;
  font-weight: normal;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelLeft h1 span {
  color: #1273db;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelLeft p {
  font-size: 0.625vw;
  color: #111111;
  opacity: 0.2;
  margin-top: 0.7292vw;
  text-transform: uppercase;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight {
  width: 52.0833vw;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .subNavMain2ThreeLevelSwiperBox {
  display: none;
  position: relative;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .subNavMain2ThreeLevelSwiperBox.active {
  display: block;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .subNavMain2ThreeLevelSwiper .swiper-slide {
  padding: 1.5625vw 0vw;
  height: 17.7083vw;
  text-align: center;
  border-radius: 0.5208vw;
  background-color: #f3f4f6;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .subNavMain2ThreeLevelSwiper .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .subNavMain2ThreeLevelSwiper .swiper-slide img {
  height: 10.4167vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .subNavMain2ThreeLevelSwiper .swiper-slide p {
  font-size: 0.9375vw;
  color: #000000;
  margin-top: 1.3542vw;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .swiper-button-prev,
.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .swiper-button-next {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  border: 0.0521vw solid #a6acb1;
  margin-top: -1.5625vw;
  background: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .swiper-button-prev::after,
.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .swiper-button-next::after {
  font-size: 0.7813vw;
  color: #a6acb1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .swiper-button-prev:hover,
.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .swiper-button-next:hover {
  background: #1273db;
  border-color: #1273db;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .swiper-button-prev:hover::after,
.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .swiper-button-next:hover::after {
  color: #fff;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .swiper-button-prev {
  left: -4.6875vw;
}

.subNavMain2 .subNavMain2ThreeLevelBg .subNavMain2ThreeLevel .subNavMain2ThreeLevelRight .swiper-button-next {
  right: -4.6875vw;
}

/* 产品中心 */
.iproducts-title {
  display: none;
}

.iproducts {
  position: relative;
}

.iproducts_swiper1 {
  position: absolute !important;
  top: 0vw;
  left: 0vw;
  width: 100%;
  height: 100vh;
}

.iproducts_swiper1 .swiper-slide {
  position: relative;
}

.iproducts_swiper2 {
  width: 52.0833vw;
  position: absolute !important;
  left: 50%;
  bottom: 5.8%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}

.iproducts_swiper2 .swiper-slide {
  height: 5.7292vw;
  position: relative;
  cursor: pointer;
}

.iproducts_swiper2 .swiper-slide::after {
  position: absolute;
  top: 2.2396vw;
  left: 0vw;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 0.0521vw dashed rgba(255, 255, 255, 0.2);
  z-index: 9;
}

.iproducts_swiper2 .swiper-slide:first-child::after {
  width: 50%;
  left: auto;
  right: 0vw;
}

.iproducts_swiper2 .swiper-slide:last-child::after {
  width: 50%;
  left: 0vw;
  right: auto;
}

.iproducts_swiper2 .swiper-slide-thumb-active .circle_box {
  opacity: 1;
}

.iproducts_swiper2 .swiper-slide-thumb-active .circle_box svg {
  -webkit-animation: mySvg 5s;
     -moz-animation: mySvg 5s;
          animation: mySvg 5s;
}

.iproducts_bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.iproducts_bg img.pc {
  display: block;
}

.iproducts_bg img.sj {
  display: none;
}

.iproducts_main {
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 100%;
  height: 100%;
}

.iproducts_main ul li {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.iproducts_main ul li.active {
  z-index: 9;
  opacity: 1;
  visibility: visible;
}

.iproducts_main ul li.active .iproducts_mark {
  visibility: hidden;
  opacity: 0;
}

.iproducts_main ul li.active .iproducts_box {
  visibility: visible;
  opacity: 1;
  height: 15.625vw;
}

.iproducts_main ul li:nth-child(even) .round span {
  -webkit-animation-delay: 0.3s !important;
     -moz-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.iproducts_main ul li:nth-child(n+4) .iproducts_box {
  right: 2.9167vw;
}

.iproducts_main ul li:nth-child(n+4) .iproducts_mark {
  left: auto;
  right: 2.3438vw;
  background-image: url("../images/ipro_item_bg2.png");
  padding-right: 1.3021vw;
  padding-left: 0.5208vw;
}

.iproducts_main ul li:nth-child(n+4) .iproducts_box {
  left: auto;
  right: 3.4375vw;
}

.iproducts_mark {
  position: absolute;
  top: 50%;
  left: 2.3438vw;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 5.4167vw;
  height: 1.3542vw;
  font-size: 0.7292vw;
  line-height: 1.3542vw;
  white-space: nowrap;
  color: #fff;
  background: url("../images/ipro_item_bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 0.7813vw;
  padding-left: 1.3021vw;
  padding-right: 0.5208vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.iproducts_box {
  visibility: hidden;
  opacity: 0;
  height: 0vw;
  width: 16.6667vw;
  position: absolute;
  top: 50%;
  left: 2.9167vw;
  -webkit-transform: translateY(-30%);
     -moz-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  border-radius: 0.7813vw;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
}

.iproducts_box:hover .iproducts_img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.iproducts_box .iproducts_img {
  overflow: hidden;
  background-color: #fff;
}

.iproducts_box .iproducts_img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.iproducts_box .iproducts_text {
  padding: 1.3021vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3991ef), to(#0266d2));
  background-image: -webkit-linear-gradient(#3991ef, #0266d2);
  background-image: -moz-linear-gradient(#3991ef, #0266d2);
  background-image: linear-gradient(#3991ef, #0266d2);
  text-align: center;
}

.iproducts_box .iproducts_text h1 {
  font-size: 0.625vw;
  color: rgba(228, 255, 174, 0.8);
  font-weight: normal;
  margin-bottom: 0.1042vw;
}

.iproducts_box .iproducts_text p {
  font-size: 1.25vw;
  color: #fff;
  margin-bottom: 0.5208vw;
}

.iproducts_box .iproducts_text i {
  font-size: 0.7292vw;
  color: #fff;
}

.iproducts_box .iproducts_text i img {
  height: 1.3021vw;
}

.iproducts_icon {
  position: relative;
  width: 4.4792vw;
  height: 4.4792vw;
  margin: 0 auto;
}

.iproducts_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2.1875vw;
}

.circle_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.4792vw;
  height: 4.4792vw;
  border-radius: 50%;
  border: 0.4167vw solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 99;
  opacity: 0;
}

.circle_box svg {
  fill: none;
  stroke: #0065ef;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
       transform: rotate(-90deg);
  stroke-width: 0.2167vw;
  stroke-dasharray: 167;
  margin-left: -0.4167vw;
  margin-top: -0.4167vw;
  width: 4.4792vw;
  height: 4.4792vw;
  position: relative;
}

@-webkit-keyframes mySvg {
  0% {
    stroke-dashoffset: 167;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes mySvg {
  0% {
    stroke-dashoffset: 167;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes mySvg {
  0% {
    stroke-dashoffset: 167;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.iproducts_name {
  width: 4.4792vw;
  text-align: center;
  font-size: 0.7292vw;
  color: #fff;
  margin: 0 auto;
  margin-top: 0.2604vw;
}

/* 关于勤上 */
.iaboutus_bg {
  padding-top: 6.7708vw;
  background: url("../images/iaboutus_bg.jpg") no-repeat center/cover;
  height: 100vh;
}

.iaboutus_title {
  width: 75vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2.6042vw;
  -webkit-transform: translateY(4.6875vw);
     -moz-transform: translateY(4.6875vw);
      -ms-transform: translateY(4.6875vw);
          transform: translateY(4.6875vw);
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.iaboutus_title h1 {
  font-size: 2.3958vw;
  color: #ffffff;
  font-weight: bold;
}

.iaboutus {
  width: 57.2917vw;
  margin: 0 auto;
  -webkit-transform: translateY(4.6875vw);
     -moz-transform: translateY(4.6875vw);
      -ms-transform: translateY(4.6875vw);
          transform: translateY(4.6875vw);
  opacity: 0;
  -webkit-transition: all 1.2s ease 0.2s;
  -moz-transition: all 1.2s ease 0.2s;
  transition: all 1.2s ease 0.2s;
}

.iaboutus ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.iaboutus ul li {
  width: 7.8125vw;
}

.iaboutus ul li img {
  height: 2.0833vw;
  margin-top: -0.3125vw;
}

.iaboutus ul li h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 1.9792vw;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.625vw;
}

.iaboutus ul li h1 i {
  font-size: 0.8333vw;
  color: #fff;
}

.iaboutus ul li span {
  vertical-align: middle;
  display: inline-block;
}

.iaboutus ul li p {
  font-size: 0.7292vw;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.0417vw;
}

.iaboutus_map {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  position: relative;
}

img.iaboutus_map_bg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1.0417vw;
}

.iaboutus_map_swiper {
  height: 29.7396vw;
  -webkit-transform: translateY(4.6875vw);
     -moz-transform: translateY(4.6875vw);
      -ms-transform: translateY(4.6875vw);
          transform: translateY(4.6875vw);
  opacity: 0;
  -webkit-transition: all 1.2s ease 0.4s;
  -moz-transition: all 1.2s ease 0.4s;
  transition: all 1.2s ease 0.4s;
}

.iaboutus_map_swiper .swiper-slide {
  width: 75vw;
  margin: 0 auto;
  z-index: -99;
  opacity: 0 !important;
}

.iaboutus_map_swiper .swiper-slide-active {
  z-index: 9;
  opacity: 1 !important;
}

.iaboutus_map1 .iaboutus_map1_item1 {
  position: absolute;
  top: 28%;
  left: 32%;
}

.iaboutus_map1 .iaboutus_map1_item1 img {
  width: 9.8438vw;
  height: 9.8438vw;
  -webkit-animation: amplify3 3s infinite 1s !important;
     -moz-animation: amplify3 3s infinite 1s !important;
          animation: amplify3 3s infinite 1s !important;
}

.iaboutus_map1 .iaboutus_map1_item1 div {
  opacity: 0;
  -webkit-transition: all 2s ease 0.8s;
  -moz-transition: all 2s ease 0.8s;
  transition: all 2s ease 0.8s;
  position: absolute;
  top: 4.9219vw;
  right: 4.9219vw;
  width: 0vw;
  height: 5.7292vw;
  border-bottom: 0.0521vw solid rgba(255, 255, 255, 0.5);
  border-right: 0.0521vw solid rgba(255, 255, 255, 0.5);
}

.iaboutus_map1 .iaboutus_map1_item1 div::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.1563vw;
  right: -0.1563vw;
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  background-color: #fff;
}

.iaboutus_map1 .iaboutus_map1_item1 p {
  position: absolute;
  left: 0vw;
  top: 6.6146vw;
  white-space: nowrap;
  font-size: 0.9375vw;
  color: #fff;
}

.iaboutus_map1 .iaboutus_map1_item2 {
  position: absolute;
  top: 5%;
  left: 59%;
}

.iaboutus_map1 .iaboutus_map1_item2 img {
  width: 18.5938vw;
  height: 18.5938vw;
  -webkit-animation: amplify3 3s infinite 1.3s !important;
     -moz-animation: amplify3 3s infinite 1.3s !important;
          animation: amplify3 3s infinite 1.3s !important;
}

.iaboutus_map1 .iaboutus_map1_item2 div {
  opacity: 0;
  -webkit-transition: all 1.5s ease 0.8s;
  -moz-transition: all 1.5s ease 0.8s;
  transition: all 1.5s ease 0.8s;
  position: absolute;
  top: 9.2969vw;
  left: 9.2969vw;
  width: 0vw;
  border-bottom: 0.0521vw solid rgba(255, 255, 255, 0.5);
}

.iaboutus_map1 .iaboutus_map1_item2 div::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.3125vw;
  left: -0.3125vw;
  width: 0.6771vw;
  height: 0.6771vw;
  border-radius: 50%;
  background-color: #fff;
}

.iaboutus_map1 .iaboutus_map1_item2 p {
  position: absolute;
  right: 0vw;
  top: 0.8854vw;
  white-space: nowrap;
  font-size: 0.9375vw;
  color: #fff;
}

.iaboutus_map2 ul li {
  position: absolute;
  cursor: pointer;
}

.iaboutus_map2 ul li:hover {
  z-index: 99;
}

.iaboutus_map2 ul li:hover p {
  width: 9.6354vw;
  visibility: visible;
  opacity: 1;
}

.iaboutus_map2 ul li img {
  width: auto;
  height: 2.7604vw;
  position: relative;
  z-index: 9;
}

.iaboutus_map2 ul li p {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 1.1979vw;
  left: 0.5208vw;
  width: 0px;
  text-align: right;
  border-top: 0.0521vw solid rgba(255, 255, 255, 0.5);
  font-size: 0.8854vw;
  color: #fff;
  padding-top: 0.4688vw;
  white-space: nowrap;
  -webkit-transition: opacity 0.4s ease 0.2s, width 0.6s ease;
  -moz-transition: opacity 0.4s ease 0.2s, width 0.6s ease;
  transition: opacity 0.4s ease 0.2s, width 0.6s ease;
}

.iaboutus_tip {
  position: absolute;
  right: 0vw;
  bottom: 3%;
  font-size: 0.8333vw;
  color: rgba(3, 103, 210, 0.5);
}

@-webkit-keyframes amplify2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes amplify2 {
  0% {
    -moz-transform: scale(0.5);
         transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
}

@keyframes amplify2 {
  0% {
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes amplify3 {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.5;
  }
  45% {
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amplify3 {
  0% {
    -moz-transform: scale(0.95);
         transform: scale(0.95);
    opacity: 0.5;
  }
  45% {
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amplify3 {
  0% {
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.5;
  }
  45% {
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* 我们的案例 */
.icase_bg {
  padding-top: 12.2396vw;
  background: url("../images/icase_bg.jpg") no-repeat center/cover;
  height: 100vh;
}

.icase {
  position: relative;
}

.icase .swiper-button-next {
  right: 7.2396vw;
}

.icase .swiper-button-prev {
  left: 7.2396vw;
}

.icase .swiper-button-next,
.icase .swiper-button-prev {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background: none;
  opacity: 1;
  border: 0.0521vw solid #969ea5;
  margin-top: 0vw;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.icase .swiper-button-next::after,
.icase .swiper-button-prev::after {
  color: #969ea5;
  font-size: 0.9375vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.icase .swiper-button-next:hover,
.icase .swiper-button-prev:hover {
  background: #1273db;
  border-color: #1273db;
}

.icase .swiper-button-next:hover::after,
.icase .swiper-button-prev:hover::after {
  color: #fff;
}

.icase .swiper-pagination {
  bottom: -23% !important;
  z-index: 99;
}

.icase .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  border: 0.0521vw solid #ddd;
  background: none;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0.3385vw !important;
}

.icase .swiper-pagination-bullet-active {
  background: #1273db;
  border-color: #1273db;
}

.icase_title {
  text-align: center;
  margin-bottom: 3.75vw;
  -webkit-transform: translateY(4.6875vw) !important;
     -moz-transform: translateY(4.6875vw) !important;
      -ms-transform: translateY(4.6875vw) !important;
          transform: translateY(4.6875vw) !important;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.icase_title h1 {
  font-size: 2.2917vw;
  color: #010101;
  font-weight: bold;
}

.icase_swiper {
  width: 75vw;
  margin: 0 auto;
}

.icase_swiper .swiper-slide {
  position: relative;
  border-radius: 0.5208vw;
  overflow: hidden;
  height: 17.7083vw;
  -webkit-transform: translateY(4.6875vw) !important;
     -moz-transform: translateY(4.6875vw) !important;
      -ms-transform: translateY(4.6875vw) !important;
          transform: translateY(4.6875vw) !important;
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.icase_swiper .swiper-slide:hover .icase_img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.icase_img {
  overflow: hidden;
}

.icase_img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.icase_text {
  position: absolute;
  left: 5%;
  bottom: 7%;
  font-size: 1.0417vw;
  color: #fff;
  z-index: 9;
}

/* 新闻动态 */
.inews_bg {
  height: 100vh;
  background: url("../images/inews_bg.jpg") no-repeat center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inews_main {
  margin-top: 1.5625vw;
}

.inews_title {
  width: 75vw;
  margin: 0 auto;
  margin-bottom: 2.3438vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(4.6875vw);
     -moz-transform: translateY(4.6875vw);
      -ms-transform: translateY(4.6875vw);
          transform: translateY(4.6875vw);
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.inews_title h1 {
  font-size: 2.0833vw;
  color: #2b2b2b;
  font-weight: bold;
}

.inews_title a {
  width: 7.7083vw;
  height: 2.6563vw;
  text-align: center;
  font-size: 0.7292vw;
  color: #5b5b5b;
  line-height: 2.4479vw;
  border: 0.1042vw solid #dddddd;
  border-radius: 1.5625vw;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.inews_title a img {
  height: 1.25vw;
  -webkit-filter: invert(1);
          filter: invert(1);
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.inews_title a:hover {
  background: #1273db;
  border-color: #1273db;
  color: #fff;
}

.inews_title a:hover img {
  -webkit-filter: grayscale(1) brightness(500%);
          filter: grayscale(1) brightness(500%);
}

.inews {
  width: 75vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.inews_left {
  position: relative;
  width: 40.6%;
  overflow: hidden;
  -webkit-transform: translateX(-2.0833vw);
     -moz-transform: translateX(-2.0833vw);
      -ms-transform: translateX(-2.0833vw);
          transform: translateX(-2.0833vw);
  opacity: 0;
  -webkit-transition: all 1.2s ease 0.2s;
  -moz-transition: all 1.2s ease 0.2s;
  transition: all 1.2s ease 0.2s;
}

.inews_left:hover .inews_left_img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.inews_left:hover .inews_left_text h1 {
  opacity: 0.9;
}

.inews_left_img {
  overflow: hidden;
  border-radius: 0.7813vw;
}

.inews_left_img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.inews_left_text {
  position: absolute;
  left: 7%;
  bottom: 7%;
  width: 22.4479vw;
}

.inews_left_text h1 {
  font-size: 1.0417vw;
  color: #fff;
  font-weight: normal;
  line-height: 1.4583vw;
  margin-bottom: 0.8854vw;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.inews_left_text p {
  font-size: 0.7292vw;
  color: rgba(255, 255, 255, 0.6);
}

.inews_left_text i {
  display: none;
}

.inews_right {
  width: 55.9%;
  margin-left: 0px !important;
  margin-right: 0px !important;
  -webkit-transform: translateX(2.0833vw);
     -moz-transform: translateX(2.0833vw);
      -ms-transform: translateX(2.0833vw);
          transform: translateX(2.0833vw);
  opacity: 0;
  -webkit-transition: all 1.2s ease 0.2s;
  -moz-transition: all 1.2s ease 0.2s;
  transition: all 1.2s ease 0.2s;
}

.inews .swiper-pagination {
  width: 55.9% !important;
  right: 0vw;
  left: auto !important;
  bottom: -2vw !important;
}

.inews .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  border: 0.0521vw solid #ddd;
  background: none;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0.3385vw !important;
}

.inews .swiper-pagination-bullet-active {
  background: #1273db;
  border-color: #1273db;
}

.inews_right .swiper-slide:hover .inews_right_img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.inews_right .swiper-slide:hover .inews_right_text h1 {
  opacity: 0.9;
}

.inews_right_img {
  border-radius: 0.7813vw;
  overflow: hidden;
}

.inews_right_img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.inews_right_text {
  margin-top: 2.5vw;
}

.inews_right_text h1 {
  font-size: 1.0417vw;
  color: #37383a;
  line-height: 1.4583vw;
  margin-bottom: 0.8333vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.inews_right_text p {
  font-size: 0.7292vw;
  color: #b0b0b0;
  margin-bottom: 1.8229vw;
}

.inews_right_text i {
  font-size: 0.7292vw;
  color: #b0b0b0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.inews_right_text i:hover {
  margin-left: 0.625vw;
}

.inews_right_text i img {
  height: 1.25vw;
  -webkit-filter: contrast(0.5);
          filter: contrast(0.5);
}

/* 内页banner */
.detailBanner {
  position: relative;
  overflow: hidden;
}

.detailBanner img {
  width: 100%;
  height: auto;
}

.detailBanner img.pc {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.detailBanner img.mobile {
  display: none;
}

.detailBanner video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.detailBanner.detailBannerAboutus img.pc {
  -webkit-animation: inenr_banner 7s linear infinite alternate;
     -moz-animation: inenr_banner 7s linear infinite alternate;
          animation: inenr_banner 7s linear infinite alternate;
}

.detailBanner .detailBannerText {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.detailBanner .detailBannerText h1 {
  font-size: 2.3958vw;
  font-weight: bold;
  margin-bottom: 0.6771vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(transparent));
  background-image: -webkit-linear-gradient(#fff 70%, transparent);
  background-image: -moz-linear-gradient(#fff 70%, transparent);
  background-image: linear-gradient(#fff 70%, transparent);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.detailBanner .detailBannerText p {
  font-size: 0.9375vw;
  color: rgba(255, 255, 255, 0.8);
}

.detailBanner .detailBannerProducts {
  width: 75vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.detailBanner .detailBannerProducts .detailBannerProductsText {
  width: 33.8542vw;
  margin-top: 4.7396vw;
}

.detailBanner .detailBannerProducts .detailBannerProductsText span {
  font-size: 1.3542vw;
  color: #ffffff;
}

.detailBanner .detailBannerProducts .detailBannerProductsText h1 {
  font-size: 3.125vw;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.8333vw;
}

.detailBanner .detailBannerProducts .detailBannerProductsText p {
  font-size: 0.7292vw;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.25vw;
  padding-right: 12%;
}

.detailBanner .detailBannerProducts .detailBannerProductsText a {
  display: block;
  width: 7.6563vw;
  height: 2.4479vw;
  text-align: center;
  line-height: 2.4479vw;
  font-size: 0.8333vw;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3790ee), to(#0266d2));
  background: -webkit-linear-gradient(#3790ee, #0266d2);
  background: -moz-linear-gradient(#3790ee, #0266d2);
  background: linear-gradient(#3790ee, #0266d2);
  border-radius: 1.5625vw;
  margin-top: 2.3958vw;
}

.detailBanner .detailBannerProducts .detailBannerProductsSwiper {
  width: 30.7292vw;
  padding-bottom: 3.6458vw;
  margin-left: 0;
  margin-right: 0;
}

.detailBanner .detailBannerProducts .detailBannerProductsSwiper .swiper-slide img {
  width: auto;
  /* height: 30.2083vw */
  /* 580px -> 30.2083vw */
  /* ; */
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.detailBanner .detailBannerProducts .detailBannerProductsSwiper .swiper-pagination-bullet {
  width: 0.5729vw;
  height: 0.5729vw;
  border-radius: 50%;
  border: 0.0521vw solid #fff;
  opacity: 1 !important;
  margin: 0 0.3385vw;
  background: transparent;
}

.detailBanner .detailBannerProducts .detailBannerProductsSwiper .swiper-pagination-bullet-active {
  background: #fff;
}

@-webkit-keyframes inenr_banner {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-moz-keyframes inenr_banner {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}

@keyframes inenr_banner {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/* 面包屑导航 */
.breadcrumbNav {
  width: 75vw;
  margin: 0 auto;
  height: 4.0625vw;
  line-height: 1.875vw;
  margin-top: -4.0625vw;
  position: relative;
  z-index: 9;
}

.breadcrumbNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbNav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbNav ul li img {
  width: auto;
  height: 0.9375vw;
}

.breadcrumbNav ul li a {
  font-size: 0.8333vw;
  color: #fff;
}

.breadcrumbNav ul li a:hover {
  opacity: 0.8;
}

.breadcrumbNav ul li i {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.6771vw;
  font-weight: lighter;
  margin: 0 0.4167vw;
}

/* 解决方案 */
.solutions {
  margin-top: 6.25vw;
  margin-bottom: 1.0417vw;
  overflow: hidden;
}

.solutions ul {
  padding-bottom: 0.0521vw;
}

.solutions ul li {
  margin-bottom: 5.2083vw;
  position: relative;
}

.solutions ul li::after {
  position: absolute;
  top: 0vw;
  left: 0vw;
  content: "";
  display: block;
  width: 36.4583vw;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.solutions ul li:nth-child(even)::after {
  left: auto;
  right: 0vw;
}

/* .solutions ul li.active .solutionsImg {
  width: 100%;
} */
.solutions ul li:nth-child(odd).active::after {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.solutions ul li:nth-child(even).active::after {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.solutions ul li.active .solutionsCenter {
  /* transform: translateX(-100%); */
  opacity: 0;
}

.solutions ul li.active .solutionsText2 {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s ease 1s;
  -moz-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
}

.solutions ul li.active .solutionsImg::after {
  opacity: 1;
  visibility: visible;
}

/* .solutions ul li:nth-child(even).active .solutionsCenter {
  transform: translateX(100%);
  opacity: 0;
} */
/* .solutions ul li.active .solutionsText h1 {
  color: #fff;
}

.solutions ul li.active .solutionsText p {
  color: #fff;
  opacity: 0.7;
} */
.solutions ul li:nth-child(odd) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.solutions ul li:nth-child(even) .solutionsCenter {
  /* justify-content: start; */
  left: auto;
  right: 0%;
  padding-left: 5.2083vw;
  padding-right: 11.9792vw;
}

.solutions ul li .solutionsImg {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  position: relative;
}
.solutions ul li .solutionsImg::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.solutions ul li .solutionsImg img {
  width: 100%;
  max-height: 33.3333vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.solutions ul li .solutionsText {
  width: 20.8333vw;
}

.solutions ul li .solutionsText h1 {
  font-size: 2.3958vw;
  color: #262626;
  font-weight: bold;
  margin-bottom: 0.7813vw;
}

.solutions ul li .solutionsText p {
  font-size: 0.9375vw;
  color: #323232;
  margin-bottom: 1.4583vw;
}

.solutions ul li .solutionsText a {
  display: inline-block;
  width: 4.9479vw;
  min-width: 4.16667vw;
  height: 2.7083vw;
  line-height: 2.7083vw;
  border-radius: 1.5625vw;
  text-align: center;
  font-size: 0.7292vw;
  color: #1273db;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.solutions ul li .solutionsText a:hover {
  width: 7.8125vw;
  background: -webkit-gradient(linear, left bottom, left top, from(#0266D2), to(#459AF6));
  background: -webkit-linear-gradient(bottom, #0266D2, #459AF6);
  background: -moz-linear-gradient(bottom, #0266D2, #459AF6);
  background: linear-gradient(0deg, #0266D2, #459AF6);
  color: #fff;
}

.solutions ul li .solutionsText a i {
  font-size: 0.7292vw;
}

.solutions ul li .solutionsText2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.solutions ul li .solutionsText2 h1 {
  font-size: 2.3958vw;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.7813vw;
}

.solutions ul li .solutionsText2 p {
  font-size: 0.9375vw;
  color: #fff;
  margin-bottom: 1.4583vw;
}

.solutions ul li .solutionsText2 a {
  display: inline-block;
  width: 4.9479vw;
  min-width: 4.16667vw;
  height: 2.7083vw;
  line-height: 2.7083vw;
  border-radius: 1.5625vw;
  text-align: center;
  font-size: 0.7292vw;
  color: #1273db;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.solutions ul li .solutionsText2 a:hover {
  width: 7.8125vw;
  background: -webkit-gradient(linear, left bottom, left top, from(#0266D2), to(#459AF6));
  background: -webkit-linear-gradient(bottom, #0266D2, #459AF6);
  background: -moz-linear-gradient(bottom, #0266D2, #459AF6);
  background: linear-gradient(0deg, #0266D2, #459AF6);
  color: #fff;
}

.solutions ul li .solutionsText2 a i {
  font-size: 0.7292vw;
}

.solutions ul li .solutionsCenter {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 36.4583vw;
  height: 100%;
  /* background-color: #fff; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* justify-content: end; */
  padding-left: 11.9792vw;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9;
}

/* 解决方案 概览 */
.solutionsOverviewBg {
  padding-top: 5.7292vw;
  background-size: 100% auto !important;
  overflow: hidden;
}

.solutionsOverviewBg .solutionsOverview {
  width: 42.7083vw;
  margin: 0 auto;
  text-align: center;
}

.solutionsOverviewBg .solutionsOverview h1 {
  font-size: 2.2917vw;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.7813vw;
}

.solutionsOverviewBg .solutionsOverview p {
  font-size: 0.8333vw;
  color: #323232;
  line-height: 1.25vw;
}

.solutionsOverviewBg .solutionsOverview img {
  width: auto;
  height: 3.6458vw;
  margin-top: 0.625vw;
}

.solutionsIntroduce {
  position: relative;
  margin-top: 5.1042vw;
  margin-bottom: 5.1042vw;
}

.solutionsIntroduce ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 5.20833vw;
}
.solutionsIntroduce ul li:last-child {
  margin-bottom: 0px;
}

.solutionsIntroduce ul li:nth-child(even) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.solutionsIntroduce ul li:nth-child(even) .solutionsIntroduceCenter {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.solutionsIntroduce .solutionsIntroduceImg {
  width: 62.5vw;
  overflow: hidden;
}
.solutionsIntroduce .solutionsIntroduceImg:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.solutionsIntroduce .solutionsIntroduceImg img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.solutionsIntroduce .solutionsIntroduceText {
  width: 27.7%;
}

.solutionsIntroduce .solutionsIntroduceText h1 {
  font-size: 2.1875vw;
  color: #000;
  line-height: 3.0208vw;
  margin-bottom: 1.0417vw;
  font-weight: bold;
}

.solutionsIntroduce .solutionsIntroduceText p {
  font-size: 0.8333vw;
  color: #000;
  line-height: 1.3542vw;
}

.solutionsIntroduce .solutionsIntroduceCenter {
  width: 75vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* 解决方案 方案架构 */
.solutionsArchitectureBg {
  padding-top: 7.6563vw;
  padding-bottom: 11.4583vw;
  background: url("../images/arc-bg.jpg") no-repeat center/cover;
  position: relative;
}

.solutionsArchitectureBg .solutionsArchitecture {
  width: 75vw;
  margin: 0 auto;
}

.solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureTitle {
  margin-bottom: 3.3854vw;
}

.solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureTitle h1 {
  font-size: 2.2917vw;
  color: #fff;
  font-weight: bold;
}

.solutionsArchitectureBg .solutionsArchitecture2 {
  text-align: center;
}
.solutionsArchitectureBg .solutionsArchitecture2 img {
  max-width: 100%;
  height: auto;
}

.solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureMain {
  border-radius: 0.625vw;
  overflow: hidden;
}
.solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureMain2{
  text-align: center;
}
.solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureMain2 img{
  max-width: 100%;
  height: auto;
}
.solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureMain .swiper-slide {
  padding: 2.60417vw 0.52083vw;
  min-height: 22.6563vw;
  border-radius: 0.625vw;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureMain .swiper-slide .image img {
  width: 100%;
  height: auto;
}
.solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureMain .swiper-slide .text {
  text-align: center;
  font-size: 0.9375vw;
  color: #ffffff;
  margin-top: 1.5625vw;
  padding: 0 10%;
}

.solutionsArchitectureBg .swiper-pagination {
  bottom: 7.8646vw !important;
}

.solutionsArchitectureBg .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: transparent;
  border: 0.1042vw solid #d7dadf;
  opacity: 1 !important;
  margin: 0 0.3125vw !important;
  cursor: pointer;
}

.solutionsArchitectureBg .swiper-pagination-bullet-active {
  border-color: #1273db;
  background: #1273db;
}

.solutionsArchitectureBg2 .solutionsArchitectureTitle2{
  text-align: center;
  margin-bottom: 3.6979vw;
}
.solutionsArchitectureBg2 .solutionsArchitectureTitle2 h1{
  font-size: 2.2917vw;
  color: #000000;
  font-weight: bold;
}

.solutionsArchitectureBg2 .solutionsArchitectureBg{
  padding-top: 2.6563vw;
  padding-bottom: 2.6563vw;
}


/* 解决方案 生态应用 */
.solutionsApplicationBg {
  background: url("../images/app-bg.jpg") no-repeat center/cover;
  padding-top: 5.8333vw;
  padding-bottom: 8.2813vw;
}

.solutionsApplicationBg .solutionsApplication {
  width: 75vw;
  margin: 0 auto;
}

.solutionsApplicationBg .solutionsApplication .solutionsApplicationTitle {
  text-align: center;
  margin-bottom: 2.2917vw;
}

.solutionsApplicationBg .solutionsApplication .solutionsApplicationTitle h1 {
  font-size: 2.2917vw;
  color: #000000;
  font-weight: bold;
}

.solutionsApplicationBg .solutionsApplication .solutionsApplicationTitle img {
  width: auto;
  height: 3.6458vw;
}

.solutionsApplicationBg .solutionsApplication .solutionsApplicationMain img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 解决方案 应用场景 */
.solutionsSceneBg {
  padding-top: 6.1458vw;
  padding-bottom: 12.4479vw;
  background: url("../images/sol-sce-bg.jpg") no-repeat center/cover;
  position: relative;
}

.solutionsSceneBg .solutionsScene {
  width: 75vw;
  margin: 0 auto;
}

.solutionsSceneBg .solutionsScene .solutionsSceneTitle {
  text-align: center;
  margin-bottom: 3.6979vw;
}

.solutionsSceneBg .solutionsScene .solutionsSceneTitle h1 {
  font-size: 2.2917vw;
  color: #000000;
  font-weight: bold;
}

.solutionsSceneBg .solutionsScene .solutionsSceneMain {
  border-radius: 0.625vw;
  overflow: hidden;
}

.solutionsSceneBg .solutionsScene .solutionsSceneMain .swiper-slide {
  position: relative;
}

.solutionsSceneBg .solutionsScene .solutionsSceneMain .swiper-slide:hover .solutionsSceneImg img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.solutionsSceneBg .solutionsScene .solutionsSceneMain .swiper-slide .solutionsSceneImg {
  border-radius: 0.625vw;
  overflow: hidden;
}

.solutionsSceneBg .solutionsScene .solutionsSceneMain .swiper-slide .solutionsSceneImg img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.solutionsSceneBg .solutionsScene .solutionsSceneMain .swiper-slide .solutionsSceneText {
  position: absolute;
  left: 2.1354vw;
  bottom: 1.5625vw;
  z-index: 9;
  font-size: 1.0417vw;
  color: #fff;
}

.solutionsSceneBg .swiper-pagination {
  bottom: 8.8542vw !important;
}

.solutionsSceneBg .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: transparent;
  border: 0.1042vw solid #fff;
  opacity: 1 !important;
  margin: 0 0.3125vw !important;
  cursor: pointer;
}

.solutionsSceneBg .swiper-pagination-bullet-active {
  border-color: #1273db;
  background: #1273db;
}

/* 解决方案 主要杆件类型 */
.solutionsTypeBg {
  padding-top: 4.8958vw;
  padding-bottom: 9.6354vw;
  background-color: #f5f7fa;
  position: relative;
}

.solutionsTypeBg .solutionsType {
  width: 75vw;
  margin: 0 auto;
}

.solutionsTypeBg .solutionsType .solutionsTypeTitle {
  text-align: center;
  margin-bottom: 3.125vw;
}

.solutionsTypeBg .solutionsType .solutionsTypeTitle h1 {
  font-size: 2.2917vw;
  color: #000000;
  font-weight: bold;
}

.solutionsTypeBg .solutionsType .solutionsTypeMain {
  border-radius: 0.625vw;
  overflow: hidden;
}

.solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide {
  padding-bottom: 3.4896vw;
  background-color: #fff;
  border-radius: 0.625vw;
  overflow: hidden;
}

.solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide:hover .solutionsTypeImg img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide .solutionsTypeImg {
  overflow: hidden;
}

.solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide .solutionsTypeImg img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide .solutionsTypeText {
  text-align: center;
}

.solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide .solutionsTypeText h1 {
  font-size: 1.5625vw;
  color: #252525;
  font-weight: bold;
  margin-bottom: 1.0417vw;
}

.solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide .solutionsTypeText span {
  font-size: 0.7292vw;
  color: #1273db;
}

.solutionsTypeBg .solutionsType .swiper-pagination {
  bottom: 6.0417vw;
}

.solutionsTypeBg .solutionsType .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: transparent;
  border: 0.1042vw solid #d7dadf;
  opacity: 1 !important;
  margin: 0 0.3125vw !important;
  cursor: pointer;
}

.solutionsTypeBg .solutionsType .swiper-pagination-bullet-active {
  border-color: #1273db;
  background: #1273db;
}

/* 解决方案 客户案例 */
.solutionsCaseBg {
  background: url("../images/sol-case-bg.jpg") no-repeat center/cover;
  padding-top: 5.9375vw;
  padding-bottom: 9.5833vw;
  position: relative;
}

.solutionsCaseBg .solutionsCaseTitle {
  text-align: center;
  margin-bottom: 3.125vw;
}

.solutionsCaseBg .solutionsCaseTitle h1 {
  font-size: 2.2917vw;
  color: #000000;
  font-weight: bold;
}

.solutionsCaseBg .solutionsCase {
  width: 75vw;
  margin: 0 auto;
  border-radius: 0.625vw;
  overflow: hidden;
}

.solutionsCaseBg .solutionsCase .swiper-slide {
  border-radius: 0.625vw;
  overflow: hidden;
  position: relative;
}

.solutionsCaseBg .solutionsCase .swiper-slide:hover .solutionsCaseImg img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.solutionsCaseBg .solutionsCase .swiper-slide .solutionsCaseImg {
  border-radius: 0.625vw;
  overflow: hidden;
}

.solutionsCaseBg .solutionsCase .swiper-slide .solutionsCaseImg img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.solutionsCaseBg .solutionsCase .swiper-slide .solutionsCaseText {
  position: absolute;
  left: 2.6042vw;
  bottom: 2.0833vw;
  font-size: 1.1458vw;
  color: #fff;
  z-index: 9;
}

.solutionsCaseBg .solutionsCaseMore a {
  display: block;
  width: 4.9479vw;
  min-width: 4.16667vw;
  height: 2.7083vw;
  line-height: 2.7083vw;
  border-radius: 1.5625vw;
  text-align: center;
  font-size: 0.7292vw;
  color: #1273db;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 auto;
  margin-top: 3.6458vw /* 70px -> 3.6458vw */;
}

.solutionsCaseBg .solutionsCaseMore a:hover {
  width: 7.8125vw;
  background: -webkit-gradient(linear, left bottom, left top, from(#0266D2), to(#459AF6));
  background: -webkit-linear-gradient(bottom, #0266D2, #459AF6);
  background: -moz-linear-gradient(bottom, #0266D2, #459AF6);
  background: linear-gradient(0deg, #0266D2, #459AF6);
  color: #fff;
}

.solutionsCaseBg .swiper-pagination {
  bottom: 5.9375vw !important;
}

.solutionsCaseBg .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: transparent;
  border: 0.1042vw solid #d7dadf;
  opacity: 1 !important;
  margin: 0 0.3125vw !important;
  cursor: pointer;
}

.solutionsCaseBg .swiper-pagination-bullet-active {
  border-color: #1273db;
  background: #1273db;
}

/* 公司简介 */
.aboutusBg .aboutus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 52.0833vw;
  padding-top: 8.3333vw;
  padding-bottom: 3.9063vw;
  width: 75vw;
  margin: 0 auto;
}

.aboutusBg .aboutus .aboutusTitle {
  width: 60.9375vw;
  margin: 0 auto;
  text-align: center;
}

.aboutusBg .aboutus .aboutusTitle h1 {
  font-size: 2.2917vw;
  color: #fff;
  font-weight: bold;
  line-height: 2.3958vw;
  margin-bottom: 1.5625vw;
}

.aboutusBg .aboutus .aboutusTitle p {
  font-size: 0.8333vw;
  color: #fff;
  line-height: 1.25vw;
}

/* 历史 */
.historyBg {
  position: relative;
  z-index: 9;
}

.historyBox {
  padding: 5.2083vw 0px;
}

.course_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-top: 0;
}

.course_content .left {
  width: 50.39683%;
}

.bannerText {
  z-index: 10;
}

.course_content .right {
  width: 38.09524%;
  padding-top: 11.9792vw;
}

.cyar_content {
  height: 36.9792vw;
  position: relative;
  overflow: hidden;
  margin-top: 3.9583vw;
}

.cyar_content .year_circle {
  width: 22.9167vw;
  height: 22.9167vw;
  border-radius: 50%;
  border: 0.0521vw solid #E5E5E5;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
  opacity: 0.1;
}

.yearboxcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
  left: 20.8333vw;
}

.yearboxcont .yearnain {
  font-size: 12.5vw;
  letter-spacing: -0.5208vw;
  line-height: 10.4167vw;
  font-weight: bold;
  color: #fff;
  margin-right: 0.5208vw;
}

.year_swiper .year {
  font-size: 12.5vw;
  color: #F0F6F4;
  letter-spacing: -0.5208vw;
  line-height: 10.4167vw;
  font-weight: bold;
  opacity: 0.1;
}

.year_swiper {
  height: 11.4583vw;
}

.year_swiper .swiper-slide-active .year {
  color: #1273db;
  opacity: 1;
}

.course_list .c_year {
  font-size: 1.25vw;
  color: #fff;
  line-height: 1;
  opacity: 0.3;
  font-weight: bold;
}

.course_list .c_desc {
  font-size: 0.8333vw;
  color: #fff;
  opacity: 0.2;
  margin-top: 0.625vw;
}

.course_list .c_img {
  border-radius: 0.4167vw;
  width: 28.0729vw;
  overflow: hidden;
}

.course_list .c_img img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 1.1979vw;
  margin-bottom: 1.5625vw;
}

.course_list .item {
  padding: 1.8229vw 0vw;
  border-bottom: 0.0521vw solid rgba(229, 229, 229, 0.3);
}

.course_list .item:last-child {
  border-bottom: none;
}

.course_list .item.active .c_year {
  opacity: 1;
}

.course_list .item.active .c_desc {
  opacity: 1;
}

.aboutusTitle {
  text-align: center;
  margin-bottom: 2.6042vw;
}

.aboutusTitle h1 {
  font-size: 2.2917vw;
  font-weight: bold;
  color: #131313;
}

/* 荣誉 */
.honorBg {
  width: 75vw;
  margin: 0 auto;
  padding-top: 4.6875vw;
  position: relative;
  z-index: 9;
}

.honorBg .honor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0.3646vw solid #e6ebf0;
  border-radius: 0.5208vw;
  height: 33.3333vw;
}

.honorBg .honor .honorImg {
  width: 31%;
  border-radius: 0.3125vw 0vw 0vw 0.3125vw;
  overflow: hidden;
  padding: 3.0729vw;
  background: url("../images/honor-bg1.jpg") no-repeat center/cover;
}

.honorBg .honor .honorImg h1 {
  font-size: 2.0833vw;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.875vw;
  text-transform: uppercase;
  opacity: 0.1;
  margin-bottom: 0.6771vw;
}

.honorBg .honor .honorImg p {
  font-size: 1.0417vw;
  color: #FFFFFF;
  line-height: 1.5625vw;
}

.honorBg .honor .historySwiper {
  width: 69%;
  background: url("../images/honor-bg2.jpg") no-repeat center/cover;
}

.honorBg .honor .historySwiper .swiper-slide {
  overflow: hidden;
  padding: 4.3229vw 4.6875vw;
}

.honorBg .honor .historySwiper .swiper-slide p {
  float: left;
  width: 48%;
  font-size: 0.9375vw;
  color: #171A20;
  line-height: 2.3438vw;
  margin-right: 4%;
  margin-bottom: 0.5208vw;
}

.honorBg .honor .historySwiper .swiper-slide p:nth-child(even) {
  margin-right: 0%;
}

.honorBg .honor .historySwiper .swiper-slide p img {
  height: 1.0938vw;
  vertical-align: middle;
}

/* 资质 */
.qualificationsBg {
  min-height: 50vw;
  padding-top: 5.6771vw;
  padding-bottom: 5.6771vw;
  background: url("../images/q-bg.jpg") no-repeat center/cover;
  margin-top: 6.7708vw;
}

.qualificationsBg .qualificationsImg {
  display: none;
}

.qualificationsBg .qualifications {
  width: 75vw;
  margin: 0 auto;
  overflow: hidden;
}

.qualificationsBg .qualifications .qualificationsRight {
  float: right;
  width: 29.6354vw;
}

.qualificationsBg .qualifications .qualificationsRight .aboutusTitle {
  text-align: left;
}

.qualificationsBg .qualifications .qualificationsRight .qualificationsText p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375vw;
  color: #171A20;
  line-height: 1.4063vw;
  padding: 0.9375vw 0;
  border-bottom: 0.0521vw solid #d3d8de;
}

.qualificationsBg .qualifications .qualificationsRight .qualificationsText p img {
  height: 1.1458vw;
  margin-right: 0.5208vw;
}

/* 业务板块 */
.business {
  width: 75vw;
  margin: 0 auto;
  margin-top: 4.2708vw;
  margin-bottom: 6.25vw;
}

.business .businessList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.1146vw;
}

.business .businessList .swiper-scrollbar {
  height: 0.10417vw !important;
}

.business .businessList .swiper-scrollbar-drag {
  background: var(--vi-color);
}

.business .businessList .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.business .businessList .swiper-slide {
  width: auto;
  min-width: 6.7708vw;
  text-align: center;
  height: 2.7083vw;
  line-height: 2.7083vw;
  font-size: 0.7813vw;
  color: #000;
  border-radius: 1.5625vw;
  padding: 0 1.0417vw;
  white-space: nowrap;
  border: 0.0521vw solid #c6c6c6;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.business .businessList .swiper-slide-thumb-active {
  background: -webkit-linear-gradient(45deg, #0266D2, #459AF6);
  background: -moz-linear-gradient(45deg, #0266D2, #459AF6);
  background: linear-gradient(45deg, #0266D2, #459AF6);
  color: #fff;
  border-color: transparent;
}

.business .businessMain {
  border-radius: 0 1.5625vw 0 1.5625vw;
  overflow: hidden;
}

.business .businessMain .swiper-slide img {
  width: 100%;
  height: auto;
}

.business .businessBlue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: -13.5417vw;
  margin-right: -3.125vw;
}

.business .businessBlue img {
  height: 16.0938vw;
}

.q_about_main1 {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.q_about_main1 .box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.q_about_main1 .masks {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
}

.q_about_main1 .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  width: 50.833vw;
  height: 50.833vw;
  border: 100vw solid #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.q_about_main1 .mask.active {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(6) !important;
  -ms-transform: translate(-50%, -50%) scale(6) !important;
  -moz-transform: translate(-50%, -50%) scale(6) !important;
       transform: translate(-50%, -50%) scale(6) !important;
}

.q_about_main1 .bg_img {
  height: 100%;
  position: relative;
}

.q_about_main1 .bg_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: none;
  max-width: none;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

.q_about_main1 .bg_round {
  position: absolute;
  width: 27.604vw;
  height: 27.604vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../images/ab-round.png") no-repeat;
  background-size: 27.604vw 27.604vw;
  text-align: center;
}

.q_about_main1 .q_round_box {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  position: absolute;
  width: 27.604vw;
  height: 27.604vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  text-align: center;
}

.q_about_main1 .q_round_box .txt_box {
  position: relative;
  z-index: 2;
  margin-top: 17.5521vw;
}

.q_about_main1 .q_round_box .title {
  font-size: 1.5625vw;
  color: #000;
  font-weight: bold;
}

.q_about_main1 .q_round_box .abstract {
  font-size: 0.7292vw;
  color: #1273db;
  margin-top: 0.6771vw;
}

.q_about_main1 .q_round_box .more {
  display: block;
  margin: 1.823vw auto 0;
  width: 7.552vw;
  line-height: 2.448vw;
  border-radius: 1.198vw;
  border: solid 0.10417vw rgba(147, 149, 152, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #23b24b;
}

.q_about_main1 .q_round_box .more:hover {
  color: #fff;
  background-color: #23b24b;
  border: 1px solid #23b24b;
}

.q_about_main1 .q_round_box .icon {
  margin-top: 0.3646vw;
}

.q_about_main1 .q_round_box .icon img {
  height: 1.7708vw;
}

.q_about_main1 .txt_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.q_about_main1 .txt_mask .title {
  width: 75vw;
  margin: 0 auto;
  -webkit-transform: translateY(2.08333vw);
  -ms-transform: translateY(2.08333vw);
  -moz-transform: translateY(2.08333vw);
       transform: translateY(2.08333vw);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  margin-top: 8.3333vw;
  opacity: 0;
}

.q_about_main1 .txt_mask .title h1 {
  font-size: 2.2917vw;
  color: #fff;
  font-weight: bold;
  line-height: 2.3958vw;
  margin-bottom: 1.5625vw;
}

.q_about_main1 .txt_mask .title p {
  font-size: 0.8333vw;
  color: #fff;
  line-height: 1.25vw;
}

.q_about_main1 .txt_mask .title.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
       transform: translateY(0);
  opacity: 1;
}

.q_about_main1 .txt_mask .abstract {
  margin-bottom: 3.9583vw;
  -webkit-transform: translateY(2.08333vw);
  -ms-transform: translateY(2.08333vw);
  -moz-transform: translateY(2.08333vw);
       transform: translateY(2.08333vw);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
}

.q_about_main1 .txt_mask .abstract .aboutusDigit {
  width: 75vw;
  margin: 0 auto;
}

.q_about_main1 .txt_mask .abstract .aboutusDigit ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.q_about_main1 .txt_mask .abstract .aboutusDigit ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.q_about_main1 .txt_mask .abstract .aboutusDigit ul li img {
  height: 3.3333vw;
}

.q_about_main1 .txt_mask .abstract .aboutusDigit ul li div {
  margin-left: 1.0417vw;
  text-align: left;
}

.q_about_main1 .txt_mask .abstract .aboutusDigit ul li h1 {
  font-size: 1.9792vw;
  color: #fff;
}

.q_about_main1 .txt_mask .abstract .aboutusDigit ul li h1 i {
  font-size: 0.7813vw;
  color: #fff;
  font-weight: normal;
}

.q_about_main1 .txt_mask .abstract .aboutusDigit ul li p {
  font-size: 0.8333vw;
  color: #fff;
}

.q_about_main1 .txt_mask .abstract.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
       transform: translateY(0);
  opacity: 0.8;
}

.q_about_main2 {
  z-index: -1;
  height: 140vh;
}

/* 数字勤上 */
.digitBg {
  padding-top: 6.25vw;
  padding-bottom: 6.5104vw;
  background-color: #eef5ff;
}

.digitBg .aboutusTitle {
  margin-bottom: 4.6875vw;
}

.digitBg .digitMain {
  width: 16.7188vw;
  overflow: visible !important;
  margin: 0 auto;
  position: relative;
}

.digitBg .digitMain::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13.5417vw;
  margin-left: -13.5417vw;
  content: "";
  display: block;
  width: 27.0833vw;
  height: 27.0833vw;
  background: url("../images/digit-bg.png") no-repeat;
  background-size: 27.0833vw 27.0833vw;
  -webkit-animation: rotateGigit 40s infinite linear;
     -moz-animation: rotateGigit 40s infinite linear;
          animation: rotateGigit 40s infinite linear;
}

.digitBg .digitMain .swiper-slide {
  width: 16.7188vw;
  height: 16.7188vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  background-color: #f5f9ff;
}

.digitBg .digitMain .swiper-slide h1 {
  font-size: 5.3646vw;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(29.78515625%, #0266D2), to(#459AF6));
  background: -webkit-linear-gradient(bottom, #0266D2 29.78515625%, #459AF6 100%);
  background: -moz-linear-gradient(bottom, #0266D2 29.78515625%, #459AF6 100%);
  background: linear-gradient(0deg, #0266D2 29.78515625%, #459AF6 100%);
  color: #23B24B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}

.digitBg .digitMain .swiper-slide p {
  font-size: 1.1458vw;
  color: #272727;
}

.digitBg .digitOptions {
  width: 35.625vw;
  height: 19.3229vw;
  overflow: visible !important;
  margin-top: -8.125vw;
  background: url("../images/num-bg.png") no-repeat;
  background-size: 35.625vw 19.3229vw;
}

.digitBg .digitOptions .swiper-slide {
  position: absolute;
  width: auto;
  height: 1.3021vw;
  cursor: pointer;
}

.digitBg .digitOptions .swiper-slide.active i {
  -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  background: -webkit-gradient(linear, left bottom, left top, from(#0266D2), to(#459AF6));
  background: -webkit-linear-gradient(bottom, #0266D2, #459AF6);
  background: -moz-linear-gradient(bottom, #0266D2, #459AF6);
  background: linear-gradient(0deg, #0266D2, #459AF6);
}

.digitBg .digitOptions .swiper-slide.active i::after {
  width: 0.2865vw;
  height: 0.2344vw;
  background-color: #fff;
}

.digitBg .digitOptions .swiper-slide:nth-child(1) {
  left: -7.8646vw;
}

.digitBg .digitOptions .swiper-slide:nth-child(1) i {
  top: 50%;
  right: -1.8229vw;
  margin-top: -0.5469vw;
}

.digitBg .digitOptions .swiper-slide:nth-child(2) {
  left: -5.7292vw /* -110px -> -5.7292vw */;
  top: 8.9063vw;
}

.digitBg .digitOptions .swiper-slide:nth-child(2) i {
  top: 50%;
  right: -1.8229vw;
  margin-top: -0.5469vw;
}

.digitBg .digitOptions .swiper-slide:nth-child(3) {
  left: 3.3854vw;
  top: 16.4063vw;
}

.digitBg .digitOptions .swiper-slide:nth-child(3) i {
  top: -1.8229vw;
  right: 0vw;
}

.digitBg .digitOptions .swiper-slide:nth-child(4) {
  right: 3.3854vw;
  top: 16.7708vw /* 322px -> 16.7708vw */;
}

.digitBg .digitOptions .swiper-slide:nth-child(4) i {
  top: -1.8229vw;
  left: 0vw;
}

.digitBg .digitOptions .swiper-slide:nth-child(5) {
  right: -5.9896vw;
  top: 8.9063vw;
}

.digitBg .digitOptions .swiper-slide:nth-child(5) i {
  top: 50%;
  left: -1.8229vw;
  margin-top: -0.5469vw;
}

.digitBg .digitOptions .swiper-slide:nth-child(6) {
  right: -9.0625vw;
}

.digitBg .digitOptions .swiper-slide:nth-child(6) i {
  top: 50%;
  left: -1.8229vw;
  margin-top: -0.5469vw;
}

.digitBg .digitOptions .swiper-slide i {
  position: absolute;
  display: block;
  width: 1.0938vw;
  height: 1.0938vw;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.digitBg .digitOptions .swiper-slide i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background-color: #8bbdf4;
}

.digitBg .digitOptions .swiper-slide p {
  font-size: 0.9375vw;
  color: #272727;
  clear: both;
}

@-webkit-keyframes rotateGigit {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1.05) rotate(360deg);
            transform: scale(1.05) rotate(360deg);
  }
}

@-moz-keyframes rotateGigit {
  0% {
    -moz-transform: scale(1) rotate(0deg);
         transform: scale(1) rotate(0deg);
  }
  100% {
    -moz-transform: scale(1.05) rotate(360deg);
         transform: scale(1.05) rotate(360deg);
  }
}

@keyframes rotateGigit {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
       -moz-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1.05) rotate(360deg);
       -moz-transform: scale(1.05) rotate(360deg);
            transform: scale(1.05) rotate(360deg);
  }
}
/* 勤上影像 */
.videoBg {
  padding-top: 5.7292vw;
  background-color: #f5f7fa;
}

.videoBg .video {
  width: 75vw;
  margin: 0 auto;
}

.videoBg .video ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.videoBg .video ul li {
  width: 47.9%;
  background-color: #fff;
  border-radius: 0.625vw;
  overflow: hidden;
  margin-right: 4.2%;
  margin-bottom: 4.2%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.videoBg .video ul li:nth-child(even) {
  margin-right: 0%;
}

.videoBg .video ul li:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 1.5625vw #c6cfe4;
          box-shadow: 0 0 1.5625vw #c6cfe4;
}

.videoBg .video ul li:hover .videoImg i {
  background-image: url(../images/icon-play3.png);
}

.videoBg .video ul li .videoImg {
  position: relative;
}

.videoBg .video ul li .videoImg img {
  width: 100%;
  height: auto;
}

.videoBg .video ul li .videoImg i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.1875vw;
  height: 2.1875vw;
  background: url(../images/icon-play2.png) no-repeat;
  background-size: 2.1875vw 2.1875vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.videoBg .video ul li .videoText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 7.3438vw;
  padding: 0 2.6042vw;
}

.videoBg .video ul li .videoText p {
  font-size: 1.0417vw;
  color: #000;
  width: 23.3854vw;
}

.videoBg .video ul li .videoText span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7813vw;
  color: #999;
}

.videoBg .video ul li .videoText span img {
  height: 0.9375vw;
  margin-left: 0.3125vw;
  -webkit-filter: invert(1) opacity(0.5);
          filter: invert(1) opacity(0.5);
}

/* 搜索页 */
.searchResult {
  width: 75vw;
  margin: 0 auto;
  padding: 2.60417vw 0px;
  margin-top: 6.77083vw;
}

.searchResult dl {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.52083vw;
  overflow: hidden;
}

.searchResult dl dt {
  float: left;
  font-size: 0.83333vw;
}

.searchResult dl dd {
  float: right;
  font-size: 0.72917vw;
}
.searchResultList{
  margin-bottom: 5.2083vw /* 100px -> 5.2083vw */;
}
.searchResultList li {
  padding: 0.78125vw 0.78125vw 1.30208vw;
  margin-top: 1.30208vw;
  border-bottom: 1px solid #eee;
  background: #f6f6f6;
}

.searchResultList li h3 {
  font-size: 0.83333vw;
  line-height: 1.35417vw;
  padding-bottom: 0.26042vw;
  font-weight: normal;
}

.searchResultList li p {
  font-size: 0.625vw;
  color: #1a1a1a;
  line-height: 1.25vw;
}

/* 视频弹窗 */
@media (min-width: 0px) {
  .PopupVideoBox {
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    display: none;
  }
  .PopupVideo {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    max-width: 960px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0px 20px;
  }
  .PopupVideo video {
    width: 100%;
  }
  .PopupVideo iframe {
    width: 100%;
    min-height: 500px;
  }
  .PopupVideo .videoPlayer {
    overflow: hidden;
    border-radius: 10px;
  }
  .closeVideo {
    position: absolute;
    right: 25px;
    top: -25px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .closeVideo::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .closeVideo::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .pageMain {
    padding: 0px 0px 40px;
    overflow: hidden;
    position: relative;
  }
  .pageMain .commonMain {
    max-width: var(--content-Wdith);
    margin: 0px auto;
    padding: 0px 20px;
  }
  .pageMain #pagination {
    text-align: center;
    display: none;
  }
  .pageMain #pagination a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 8px;
    padding: 0px;
    margin: 0px 4px;
    position: relative;
    border: none;
    font-size: 14px;
  }
  .pageMain #pagination a:hover {
    color: var(--vi-color);
  }
  .pageMain #pagination a.layui-laypage-prev {
    font-size: 16px;
  }
  .pageMain #pagination a.layui-laypage-next {
    font-size: 16px;
  }
  .pageMain #pagination .layui-laypage .layui-laypage-curr,
  .pageMain #pagination .layui-laypage .layui-laypage-spr {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    border-radius: 8px;
    border: none;
    padding: 0px;
    margin: 0px 4px;
    font-weight: 600;
  }
  .pageMain #pagination .layui-laypage .layui-laypage-curr em {
    border-radius: 8px;
    background: var(--vi-color);
  }
  .pageMain .loadMore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pageMain .loadMore a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    transition: 0.8s ease;
    font-size: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #314a61;
    width: 130px;
    border-radius: 45px;
    height: 45px;
    border: 2px solid #1273db;
  }
  .pageMain .loadMore a .icon {
    margin-left: 10px;
    width: 12px;
    height: 13px;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
    background-position: 0px -14px;
    background-repeat: no-repeat;
    background-image: url(//res.module.kaolasz.top/images/HL1GBCD1/solution001_06.png);
    display: block;
  }
  .pageMain .loadMore a:hover {
    background: #1273db;
    color: #fff;
  }
  .pageMain .loadMore a:hover .icon {
    background-position: 0px 0px;
  }
}
@media (min-width: 768px) {
  .pageMain {
    padding: 0vw 0vw 6.875vw;
  }
  .pageMain .commonMain {
    max-width: var(--content-Wdith-768);
  }
  .pageMain #pagination {
    display: block;
  }
  .pageMain #pagination a {
    height: 3vw;
    line-height: 3vw;
    width: 3vw;
    border-radius: 0.5vw;
    margin: 0vw 0.25vw;
    font-size: 0.875vw;
  }
  .pageMain #pagination .layui-laypage .layui-laypage-curr,
  .pageMain #pagination .layui-laypage .layui-laypage-spr {
    height: 3vw;
    line-height: 3vw;
    width: 3vw;
    font-size: 1.125vw;
  }
  .pageMain #pagination .layui-laypage .layui-laypage-curr em {
    border-radius: 0.5vw;
  }
  .pageMain #pagination a.layui-laypage-prev {
    font-size: 1vw;
  }
  .pageMain #pagination a.layui-laypage-next {
    font-size: 1vw;
  }
  .pageMain .loadMore {
    display: none;
  }
}
@media (min-width: 1200px) {
  .pageMain {
    padding: 0vw 0vw 5.7292vw;
  }
  .pageMain .commonMain {
    max-width: var(--content-Wdith-1200);
  }
  .pageMain #pagination a {
    height: 2.5vw;
    line-height: 2.5vw;
    width: 2.5vw;
    border-radius: 0.4167vw;
    margin: 0vw 0.2083vw;
    font-size: 0.7292vw;
  }
  .pageMain #pagination .layui-laypage .layui-laypage-curr,
  .pageMain #pagination .layui-laypage .layui-laypage-spr {
    height: 2.5vw;
    line-height: 2.5vw;
    width: 2.5vw;
    font-size: 0.9375vw;
  }
  .pageMain #pagination .layui-laypage .layui-laypage-curr em {
    border-radius: 0.4167vw;
  }
  .pageMain #pagination a.layui-laypage-prev {
    font-size: 0.8333vw;
  }
  .pageMain #pagination a.layui-laypage-next {
    font-size: 0.8333vw;
  }
}
/* 产品中心 */
.productsBg {
  padding-top: 6.25vw;
  padding-bottom: 0.0521vw;
  background-color: #f5f7fa;
}

.productsBg .topProducts {
  width: 75vw;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625vw 6.25vw;
  border-radius: 1.5625vw;
  background-color: #fff;
}

.productsBg .topProducts .topProductsText {
  width: 26.0417vw;
}

.productsBg .topProducts .topProductsText span {
  font-size: 0.8333vw;
  color: #959595;
  font-weight: bold;
}

.productsBg .topProducts .topProductsText span i {
  color: #1273db;
}

.productsBg .topProducts .topProductsText h1 {
  font-size: 1.6667vw;
  color: #000000;
  font-weight: bold;
  margin-top: 0.1563vw;
  margin-bottom: 0.5208vw;
}

.productsBg .topProducts .topProductsText p {
  font-size: 0.7292vw;
  color: #8d8d8d;
  line-height: 1.0417vw;
}

.productsBg .topProducts .topProductsText a {
  display: block;
  width: 7.8125vw;
  height: 2.7083vw;
  text-align: center;
  line-height: 2.7083vw;
  font-size: 0.7292vw;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3790ee), to(#0266d2));
  background: -webkit-linear-gradient(#3790ee, #0266d2);
  background: -moz-linear-gradient(#3790ee, #0266d2);
  background: linear-gradient(#3790ee, #0266d2);
  border-radius: 1.5625vw;
  margin-top: 3.0208vw;
}

.productsBg .topProducts .topProductsText a i {
  display: inline-block;
  margin-left: 0.1563vw;
  font-size: 0.7292vw;
}

.productsBg .topProducts .topProductsImg img {
  height: 20.8333vw;
}

.productsBg .products {
  width: 75vw;
  margin: 0 auto;
  margin-bottom: 4.1667vw;
}

.productsBg .products ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.productsBg .products ul li {
  width: 31.5%;
  background-color: #fff;
  border-radius: 0.5208vw;
  margin-right: 2.75%;
  margin-top: 2.75%;
  padding-top: 3.9063vw;
  padding-bottom: 3.3854vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.productsBg .products ul li:nth-child(3n+3) {
  margin-right: 0%;
}

.productsBg .products ul li:nth-child(-n+3) .productsTag {
  display: block;
}

.productsBg .products ul li::after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 23.6979vw;
  height: 18.6458vw;
  background: url("../images/pro-item-bg.png") no-repeat center/cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.productsBg .products ul li:hover {
  -webkit-box-shadow: 0 0.7813vw 1.0417vw #c5cee3;
          box-shadow: 0 0.7813vw 1.0417vw #c5cee3;
}

.productsBg .products ul li:hover::after {
  opacity: 1;
}

.productsBg .products ul li:hover .productsImg img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.productsBg .products ul li .productsImg {
  text-align: center;
  position: relative;
  z-index: 9;
}

.productsBg .products ul li .productsImg img {
  display: block;
  width: auto;
  height: 15.7813vw;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.productsBg .products ul li .productsText {
  text-align: center;
  margin-top: 2.6042vw;
  position: relative;
  z-index: 9;
}

.productsBg .products ul li .productsText h1 {
  font-size: 1.6667vw;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.9375vw;
}

.productsBg .products ul li .productsText p {
  font-size: 0.7292vw;
  color: #0870e0;
}

.productsBg .products ul li .productsText p i {
  font-size: 0.7292vw;
}

.productsBg .products ul li .productsTag {
  display: none;
  position: absolute;
  top: 2.0833vw;
  right: 2.0833vw;
  font-size: 0.8333vw;
  color: #1273db;
}

/* 产品中心详情 */
.productsTitle {
  margin-bottom: 2.5521vw;
}

.productsTitle h1 {
  font-size: 2.2917vw;
  color: #000000;
  font-weight: bold;
}

.productsFeature {
  width: 75vw;
  margin: 0 auto;
  margin-top: 5.6771vw;
  margin-bottom: 4.5313vw;
  position: relative;
}

.productsFeature .productsFeatureSwiper {
  padding-bottom: 4.4271vw;
}

.productsFeature .productsFeatureSwiper .swiper-slide {
  height: 11.9792vw;
  padding: 2.2917vw 2.5vw;
  /* background: url("../images/pro-t-bg.png") no-repeat center / cover; */
  border-radius: 0.5208vw;
  overflow: hidden;
}

.productsFeature .productsFeatureSwiper .swiper-slide img {
  width: auto;
  height: 2.6042vw;
}

.productsFeature .productsFeatureSwiper .swiper-slide p {
  font-size: 0.9375vw;
  color: #131313;
  line-height: 1.5625vw;
  margin-top: 1.6146vw;
}

.productsFeature .swiper-pagination-bullet {
  width: 0.5729vw;
  height: 0.5729vw;
  border-radius: 50%;
  border: 0.0521vw solid #ddd;
  opacity: 1 !important;
  margin: 0 0.3385vw !important;
  background: transparent;
}

.productsFeature .swiper-pagination-bullet-active {
  background: #1273db;
  border-color: #1273db;
}

/* 智慧功能 */
.functionBg {
  padding-top: 6.5104vw;
  padding-bottom: 5.46875vw;
}
.functionBg .function .functionTitle {
  margin-bottom: 2.08333vw;
  text-align: center;
  position: relative;
  z-index: 9;
}
.functionBg .function .functionTitle h1 {
  font-size: 2.29167vw;
  color: #010101;
  font-weight: bold;
  margin-bottom: 0.52083vw;
}
.functionBg .function .functionTitle img {
  width: auto;
  height: 3.64583vw;
}
.functionBg .function .functionMain {
  width: 75vw;
  margin: 0 auto;
  text-align: center;
}
.functionBg .function .functionMain img {
  max-width: 100%;
  height: auto;
}

/* 适用场景 */
.trialScenarioBg {
  background: url("../images/tri-bg.jpg") no-repeat center/cover;
  padding-top: 6.5104vw;
  padding-bottom: 7.8125vw;
  overflow: hidden;
}

.trialScenarioBg .productsTitle {
  width: 75vw;
  margin: 0 auto;
}

.trialScenarioBg .trialScenario {
  width: 75vw;
  margin: 0 auto;
}

.trialScenarioBg .trialScenarioTabr {
  margin-top: -2.5521vw;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.trialScenarioBg .trialScenarioTabr .swiper-wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.trialScenarioBg .trialScenarioTabr .swiper-slide {
  width: auto;
  min-width: 6.25vw;
  height: 2.5521vw;
  line-height: 2.4479vw;
  font-size: 0.7813vw;
  color: #000000;
  text-align: center;
  border-radius: 1.3021vw;
  border: 0.0521vw solid #dbdbdd;
  margin-left: 0.5208vw;
  padding: 0 1.0417vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: nowrap;
  cursor: pointer;
}

.trialScenarioBg .trialScenarioTabr .swiper-slide-thumb-active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3991ef), to(#0266d2));
  background-image: -webkit-linear-gradient(#3991ef, #0266d2);
  background-image: -moz-linear-gradient(#3991ef, #0266d2);
  background-image: linear-gradient(#3991ef, #0266d2);
  color: #fff;
  border-color: transparent;
}

.trialScenarioBg .trialScenarioSwiper {
  overflow: visible !important;
  width: 52.6042vw;
  /* margin-right: -190px; */
  margin-top: 3.4896vw;
  margin-left: 0px;
  /* overflow: visible !important; */
}

/* .trialScenarioBg .trialScenarioSwiper.active {
  display: block;
} */
.trialScenarioBg .trialScenarioSwiper .swiper-slide {
  border-radius: 0.5208vw;
  overflow: hidden;
}

.trialScenarioBg .trialScenarioSwiper .swiper-slide:last-child {
  margin-right: 0vw;
}

.trialScenarioBg .trialScenarioSwiper .swiper-slide img {
  width: 100%;
  height: 30.2083vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.trialScenarioBg .trialScenarioSwiper .swiper-pagination {
  display: none;
}

/* 技术参数 */
.parameterBg {
  padding-top: 4.6875vw;
  height: 53.3854vw;
  background: url("../images/par-bg.jpg") no-repeat center/cover;
  position: relative;
}
.parameterBg .swiper-pagination {
  bottom: 3.90625vw !important;
}
.parameterBg .swiper-pagination-bullet {
  width: 0.5729vw;
  height: 0.5729vw;
  border-radius: 50%;
  border: 0.0521vw solid #ddd;
  opacity: 1 !important;
  margin: 0 0.3385vw;
  background: transparent;
}
.parameterBg .swiper-pagination-bullet-active {
  background: #1273db;
  border-color: #1273db;
}

.parameterBg .productsTitle {
  width: 75vw;
  margin: 0 auto;
}

.parameterBg .productsTitle h1 {
  color: #fff;
}

.parameterBg .parameter {
  width: 75vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4.6875vw;
  padding-bottom: 4.6875vw;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 2.6042vw;
  border-radius: 0.5208vw;
  overflow: hidden;
  position: relative;
}

.parameterBg .parameter .parameterSwiper {
  width: 23.4375vw;
  margin-bottom: 1.5625vw;
}

.parameterBg .parameter .parameterSwiper .swiper-slide {
  text-align: center;
}

.parameterBg .parameter .parameterSwiper .swiper-slide img {
  /* height: 23.4375vw */
  /* 450px -> 23.4375vw */
  /* ; */
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.parameterBg .parameter .parameterText {
  width: 41.6667vw;
  margin-right: 2.7604vw;
}
.parameterBg .parameter .parameterText .swiper-slide {
  opacity: 0 !important;
}
.parameterBg .parameter .parameterText .swiper-slide-active {
  opacity: 1 !important;
}

.parameterBg .parameter .parameterText .parameterTable {
  width: 41.6667vw;
  height: 21.6146vw;
  overflow-y: auto;
  overflow-x: auto;
}

.parameterBg .parameter .parameterText .parameterTable::-webkit-scrollbar {
  width: .3125vw /* 6px -> .3125vw */;
  height: .3125vw /* 6px -> .3125vw */;
  background-color: #fff;
}

.parameterBg .parameter .parameterText .parameterTable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
  border-radius: 0.3125vw;
  background-color: #fff;
}

.parameterBg .parameter .parameterText .parameterTable::-webkit-scrollbar-thumb {
  border-radius: 0.3125vw;
  -webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
  background-color: var(--vi-color);
}

.parameterBg .parameter .parameterText .parameterTable table {
  border-collapse: collapse;
  margin-left: -0.0521vw;
}

.parameterBg .parameter .parameterText .parameterTable table td,
.parameterBg .parameter .parameterText .parameterTable table th {
  min-width: 5.9896vw;
  min-height: 2.8125vw;
  border: 0.0521vw solid #c4c6c7;
  padding: 0.5208vw;
  text-align: center;
}

.parameterBg .parameter .parameterText .parameterTable table th {
  color: #242424;
  font-size: 0.8333vw;
  font-weight: bold;
}

.parameterBg .parameter .parameterText .parameterTable table td,
.parameterBg .parameter .parameterText .parameterTable table td span {
  font-size: 0.8333vw !important;
  color: #242424;
  opacity: 0.88;
}

.parameterBg .parameter .parameterText .parameterBtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125vw;
}

.parameterBg .parameter .parameterText .parameterBtns a {
  display: block;
  width: 8.9063vw;
  height: 2.3438vw;
  line-height: 2.3438vw;
  text-align: center;
  border-radius: 1.3021vw;
  font-size: 0.7813vw;
  margin-right: 0.5208vw;
}

.parameterBg .parameter .parameterText .parameterBtns a img {
  height: 0.6771vw;
  margin-top: -0.1042vw;
  margin-left: 0.5208vw;
}

.parameterBg .parameter .parameterText .parameterBtns a:nth-child(1) {
  color: #3d3d3d;
  background-color: #ffffff;
}

.parameterBg .parameter .parameterText .parameterBtns a:nth-child(2) {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3991ef), to(#0266d2));
  background-image: -webkit-linear-gradient(#3991ef, #0266d2);
  background-image: -moz-linear-gradient(#3991ef, #0266d2);
  background-image: linear-gradient(#3991ef, #0266d2);
}

.parameterBg .parameter .parameterText .parameterBtns a:nth-child(2) img {
  -webkit-filter: grayscale(1) brightness(500%);
          filter: grayscale(1) brightness(500%);
}

/* 配光曲线 */
.curveBg {
  padding-top: 5.625vw;
  padding-bottom: 5.7292vw;
  background-color: #f5f7fa;
}

.curveBg .productsTitle {
  width: 75vw;
  margin: 0 auto;
}

.curveBg .curveSwiper {
  width: 77.0833vw;
  margin: 0 auto;
  margin-top: 1.5625vw;
  padding: 0 1.0417vw;
  padding-top: 1.0417vw;
  padding-bottom: 5.2083vw;
}

.curveBg .curveSwiper .swiper-slide {
  background-color: #fff;
  border-radius: 0.7813vw;
  text-align: center;
  padding: 1.0417vw 0;
  border: 0.1042vw solid #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.curveBg .curveSwiper .swiper-slide img {
  height: 15.625vw;
}

.curveBg .curveSwiper .swiper-slide:hover {
  border-color: #1273db;
  -webkit-box-shadow: 0 0.7813vw 1.0417vw #c5cee3;
          box-shadow: 0 0.7813vw 1.0417vw #c5cee3;
}

.curveBg .curveSwiper .swiper-pagination-bullet {
  width: 0.5729vw;
  height: 0.5729vw;
  border-radius: 50%;
  border: 0.0521vw solid #ddd;
  opacity: 1 !important;
  margin: 0 0.3385vw !important;
  background: transparent;
}

.curveBg .curveSwiper .swiper-pagination-bullet-active {
  background: #1273db;
  border-color: #1273db;
}

/* 工程案例分类导航 */
.caseListBg {
  margin-bottom: 3.5417vw;
  border-bottom: 0.1042vw solid #ddd;
}

.caseListBg .caseList {
  width: 75vw;
  margin: 0 auto;
  padding: 1.0417vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.caseListBg .caseList .caseListBox .current {
  display: none;
}

.caseListBg .caseList h1 {
  font-size: 1.5625vw;
  color: #0A0A0A;
  font-weight: bold;
}

.caseListBg .caseList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 59.8958vw;
}

.caseListBg .caseList ul li a {
  display: block;
  height: 3.1615vw;
  line-height: 3.1615vw;
  padding: 0 2.0833vw;
  text-align: center;
  font-size: 0.9375vw;
  color: #000;
  border-radius: 3.125vw;
  margin: 0.2604vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.caseListBg .caseList ul li a.active,
.caseListBg .caseList ul li a:hover {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#0166D0), color-stop(49%, #1575DC), to(#368EEF));
  background: -webkit-linear-gradient(bottom, #0166D0 0%, #1575DC 49%, #368EEF 100%);
  background: -moz-linear-gradient(bottom, #0166D0 0%, #1575DC 49%, #368EEF 100%);
  background: linear-gradient(0deg, #0166D0 0%, #1575DC 49%, #368EEF 100%);
}

/* 工程案例 */
.case {
  width: 75vw;
  margin: 0 auto;
  margin-bottom: 5.2083vw;
  overflow: hidden;
}

.case .layui-flow-more {
  width: 100%;
}

.case .caseMain1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.7188vw;
}

.case .caseMain1 .caseMain1Left {
  position: relative;
  width: 49.6354vw;
}

.case .caseMain1 .caseMain1Left:hover .caseMainText {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.case .caseMain1 .caseMain1Left:hover .caseMainTitle {
  opacity: 0;
  -webkit-transform: translateY(-2.0833vw);
     -moz-transform: translateY(-2.0833vw);
      -ms-transform: translateY(-2.0833vw);
          transform: translateY(-2.0833vw);
}

.case .caseMain1 .caseMain1Right {
  position: relative;
  width: 23.9583vw;
}

.case .caseMain1 .caseMain1Right:hover .caseMainText {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.case .caseMain1 .caseMain1Right:hover .caseMainTitle {
  opacity: 0;
  -webkit-transform: translateY(-2.0833vw);
     -moz-transform: translateY(-2.0833vw);
      -ms-transform: translateY(-2.0833vw);
          transform: translateY(-2.0833vw);
}

.case .caseMain2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.case .caseMain2 ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}

.case .caseMain2 ul li:nth-child(3n+3) {
  margin-right: 0%;
}

.case .caseMain2 ul li:hover .caseMainText {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.case .caseMain2 ul li:hover .caseMainTitle {
  opacity: 0;
  -webkit-transform: translateY(-2.0833vw);
     -moz-transform: translateY(-2.0833vw);
      -ms-transform: translateY(-2.0833vw);
          transform: translateY(-2.0833vw);
}

.case .caseMain2 ul li .caseMainImg {
  overflow: hidden;
}

.case .caseMain2 ul li .caseMainImg img {
  height: 15vw;
}

.case .caseMain2 ul li .caseMainText {
  padding: 11% 5%;
  font-size: 0.7292vw;
  line-height: 1.3542vw;
}

.case .caseMain2 ul li .caseMainText h1 {
  font-size: 0.9375vw;
  margin-bottom: 1.0417vw;
}

.case .caseMain2 ul li .caseMainText img {
  height: 1.5625vw;
  margin-top: 1.0417vw;
}

.case .caseMainImg {
  position: relative;
  border-radius: 0.7813vw;
  overflow: hidden;
}

.case .caseMainImg > img {
  width: 100%;
  height: 31.5625vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.case .caseMainText {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 100%;
  height: 100%;
  border-radius: 0.7813vw;
  overflow: hidden;
  padding: 3.125vw 7.8%;
  -webkit-transform: translateY(20%);
     -moz-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0.8333vw;
  line-height: 1.5625vw;
  color: #fff;
}

.case .caseMainText::after {
  content: "";
  display: block;
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(51deg, #0257B4 0%, #0067D7 100%);
  background: -moz-linear-gradient(51deg, #0257B4 0%, #0067D7 100%);
  background: linear-gradient(39deg, #0257B4 0%, #0067D7 100%);
  opacity: 0.9;
}

.case .caseMainText div {
  position: relative;
  z-index: 9;
}

.case .caseMainText h1 {
  font-size: 1.25vw;
  color: #fff;
  font-weight: normal;
  margin-bottom: 1.7708vw;
}

.case .caseMainText .desc {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.case .caseMainText i {
  display: block;
  clear: both;
}

.case .caseMainText i img {
  height: 1.875vw !important;
  margin-top: 1.7188vw;
}

.case .caseMainTitle {
  font-size: 0.9375vw;
  color: #0A0A0A;
  margin-top: 1.0938vw;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/* 常见问题 */
.faqBg {
  padding-top: 5.2083vw;
  padding-bottom: 0.0521vw;
  background-color: #f5f7fa;
}

.faqBg .faq {
  width: 75vw;
  margin: 0 auto;
  margin-bottom: 2.0833vw;
}

.faqBg .faq ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.faqBg .faq ul li {
  width: 48.6%;
  padding: 0 2.2396vw;
  margin-right: 2.8%;
  margin-bottom: 2.8%;
  padding-top: 1.1458vw;
  padding-bottom: 0.4167vw;
  background-color: #fff;
  border: 0.1042vw solid #fff;
  border-radius: 0.625vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faqBg .faq ul li:nth-child(even) {
  margin-right: 0%;
}

.faqBg .faq ul li:hover {
  border-color: #1273db;
  -webkit-box-shadow: 0 0.7813vw 1.0417vw #c5cee3;
          box-shadow: 0 0.7813vw 1.0417vw #c5cee3;
}

.faqBg .faq ul li:hover .faqAsk span.icon {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#0266D2), to(#459AF6));
  background: -webkit-linear-gradient(bottom, #0266D2, #459AF6);
  background: -moz-linear-gradient(bottom, #0266D2, #459AF6);
  background: linear-gradient(0deg, #0266D2, #459AF6);
}

.faqBg .faq ul li span.icon {
  width: 1.9792vw;
  height: 1.9792vw;
  border-radius: 50%;
  overflow: hidden;
  border: 0.0521vw solid #e4e4e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8333vw;
  color: #000;
  font-weight: bold;
  margin-right: 1.0417vw;
}

.faqBg .faq ul li .faqAsk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.6875vw;
  padding: 1.0417vw 0vw;
}

.faqBg .faq ul li .faqAsk h1 {
  -webkit-box-flex: 9.8958vw;
  -webkit-flex: 9.8958vw;
     -moz-box-flex: 9.8958vw;
      -ms-flex: 9.8958vw;
          flex: 9.8958vw;
  font-size: 1.0417vw;
  color: #2B2B2B;
  line-height: 1.5625vw;
}

.faqBg .faq ul li .faqAnswer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.0521vw solid #e3e3e3;
  padding-top: 2.2396vw;
  margin-top: 1.0417vw;
}

.faqBg .faq ul li .faqAnswer p {
  -webkit-box-flex: 9.8958vw;
  -webkit-flex: 9.8958vw;
     -moz-box-flex: 9.8958vw;
      -ms-flex: 9.8958vw;
          flex: 9.8958vw;
  font-size: 0.7813vw;
  color: #3C3C3D;
  line-height: 1.25vw;
  margin-top: 0.5208vw;
  height: 5vw;
  overflow-y: auto;
}

/* 资料下载分类 */
.downloadListBg {
  padding-top: 4.6354vw;
  height: 21.7188vw;
  text-align: center;
  background-color: #f5f7fa;
}

.downloadListBg .downloadListTitle {
  width: 75vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.6146vw;
}

.downloadListBg .downloadListTitle h1 {
  font-size: 2.2917vw;
  color: #010101;
  font-weight: bold;
}

.downloadListBg .downloadList {
  display: inline-block;
  border-radius: 3.125vw;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0.8854vw;
  -webkit-box-shadow: 0 0.2604vw 0.5208vw #ddd;
          box-shadow: 0 0.2604vw 0.5208vw #ddd;
  position: relative;
}

.downloadListBg .downloadList a {
  float: left;
  width: 10.4167vw;
  height: 3.125vw;
  line-height: 3.125vw;
  font-size: 0.8333vw;
  color: #666;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.downloadListBg .downloadList a.active,
.downloadListBg .downloadList a.hover {
  color: #fff;
}

.downloadListBg .downloadList .downloadListGradient {
  position: absolute;
  top: 0px;
  width: 10.4167vw;
  height: 3.125vw;
  background: -webkit-gradient(linear, left bottom, left top, from(#0266D2), to(#459AF6));
  background: -webkit-linear-gradient(bottom, #0266D2, #459AF6);
  background: -moz-linear-gradient(bottom, #0266D2, #459AF6);
  background: linear-gradient(0deg, #0266D2, #459AF6);
  border-radius: 3.125vw;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.downloadListBg .downloadListSearch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.2917vw;
  margin: 0 auto;
  border-bottom: 0.0521vw solid #ccced0;
}

.downloadListBg .downloadListSearch input[type=text] {
  width: 23.9583vw;
  height: 2.8646vw;
  padding-left: 1.0417vw;
  font-size: 0.7292vw;
  color: rgba(40, 40, 40, 0.8);
  background-color: transparent;
  border: 0;
  outline: 0;
}

.downloadListBg .downloadListSearch i {
  font-size: 1.1458vw;
  color: #1a1a1a;
  font-weight: bold;
  margin-left: 0.9375vw;
  cursor: pointer;
}

/* 资料下载 画册 */
.downloadBook {
  width: 75vw;
  margin: 0 auto;
  margin-top: 6.25vw;
  margin-bottom: 2.4479vw;
}

.downloadBook ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.downloadBook ul li {
  width: 29%;
  margin-right: 6.5%;
  margin-bottom: 6.5%;
}

.downloadBook ul li:nth-child(3n+3) {
  margin-right: 0%;
}

.downloadBook ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.downloadBook ul li a:hover .downloadBookImg {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.0417vw #e8ebf4;
          box-shadow: 0 0 1.0417vw #e8ebf4;
}

.downloadBook ul li a:hover .downloadBookText i {
  background: -webkit-gradient(linear, left bottom, left top, from(#0266D2), to(#459AF6));
  background: -webkit-linear-gradient(bottom, #0266D2, #459AF6);
  background: -moz-linear-gradient(bottom, #0266D2, #459AF6);
  background: linear-gradient(0deg, #0266D2, #459AF6);
}

.downloadBook ul li a:hover .downloadBookText i img {
  -webkit-filter: grayscale(1) brightness(500%);
          filter: grayscale(1) brightness(500%);
}

.downloadBook ul li .downloadBookImg {
  width: 11.875vw;
  height: 11.875vw;
  background-color: #F5F7FA;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.downloadBook ul li .downloadBookImg img {
  width: auto;
  height: 11.875vw;
  border: 0.0521vw solid #e0e0e0;
}

.downloadBook ul li .downloadBookText {
  width: 8.75vw;
  margin-left: 1.3021vw;
}

.downloadBook ul li .downloadBookText h1 {
  font-size: 1.3542vw;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.3125vw;
}

.downloadBook ul li .downloadBookText p {
  font-size: 0.7292vw;
  color: #666;
  border-bottom: 0.0521vw solid #f1f1f1;
  line-height: 1.25vw;
  padding-bottom: 1.0417vw;
}

.downloadBook ul li .downloadBookText i {
  display: block;
  text-align: center;
  width: 2.3958vw;
  height: 1.6667vw;
  border-radius: 0.8333vw;
  line-height: 1.5625vw;
  border: 0.0521vw solid #dcdcdc;
  margin-top: 1.5625vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.downloadBook ul li .downloadBookText i img {
  height: 0.7813vw;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* 资料下载 视频 */
.downloadVideo {
  width: 75vw;
  margin: 0 auto;
  margin-top: 6.25vw;
  margin-bottom: 4.1667vw;
}

.downloadVideo ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.downloadVideo ul li {
  width: 31.5%;
  border-radius: 0.5208vw;
  overflow: hidden;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
  background-color: #f5f7fa;
}

.downloadVideo ul li:nth-child(3n+3) {
  margin-right: 0%;
}

.downloadVideo ul li .downloadVideoText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.0833vw;
  height: 5.2083vw;
}

.downloadVideo ul li .downloadVideoText span {
  display: block;
  width: 70%;
  font-size: 1.1458vw;
  color: #1c2b33;
  font-weight: bold;
}

.downloadVideo ul li .downloadVideoText img {
  height: 1.5625vw;
}

.downloadVideo ul li .downloadVideoImg {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.downloadVideo ul li .downloadVideoImg:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.downloadVideo ul li .downloadVideoImg:hover i {
  background-image: url("../images/icon-play3.png");
}

.downloadVideo ul li .downloadVideoImg img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.downloadVideo ul li .downloadVideoImg i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.1875vw;
  height: 2.1875vw;
  background: url("../images/icon-play2.png") no-repeat;
  background-size: 2.1875vw 2.1875vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* 人才理念 */
.ideaBg {
  height: 53.6458vw;
  background: url("../images/idea-bg.jpg") no-repeat center/cover;
  padding-top: 5.5729vw;
}

.ideaBg .idea {
  width: 75vw;
  margin: 0 auto;
}

.ideaBg .idea .ideaTitle {
  text-align: center;
  margin-bottom: 1.1458vw;
}

.ideaBg .idea .ideaTitle h1 {
  font-size: 2.2917vw;
  color: #010101;
  font-weight: bold;
}

.ideaBg .idea .ideaText {
  width: 61.1979vw;
  margin: 0 auto;
  margin-bottom: 4.6875vw;
  text-align: center;
}

.ideaBg .idea .ideaText p {
  font-size: 0.8333vw;
  color: #696969;
  line-height: 1.25vw;
}

.ideaBg .idea .ideaMain {
  margin-bottom: 8.0729vw;
}

.ideaBg .idea .ideaMain ul {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.ideaBg .idea .ideaMain ul li {
  text-align: center;
}

.ideaBg .idea .ideaMain ul li img {
  height: 2.9167vw;
}

.ideaBg .idea .ideaMain ul li p {
  font-size: 1.1458vw;
  color: #000;
  margin-top: 0.9896vw;
}

.ideaBg .idea .ideaBtn a {
  display: block;
  width: 7.6563vw;
  height: 2.4479vw;
  line-height: 2.4479vw;
  font-size: 0.8333vw;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#0266D2), to(#459AF6));
  background: -webkit-linear-gradient(bottom, #0266D2, #459AF6);
  background: -moz-linear-gradient(bottom, #0266D2, #459AF6);
  background: linear-gradient(0deg, #0266D2, #459AF6);
  border-radius: 1.25vw;
  margin: 0 auto;
}

/* 招聘岗位 */
.jobsMain .commonMain {
  max-width: var(--content-Wdith);
  margin: 0px auto;
  padding: 0px 20px;
  margin-bottom: 40px;
}

.jobsMain {
  padding: var(--padding);
  padding-top: 30px;
  padding-bottom: 0px;
  overflow: hidden;
  position: relative;
  background: #f6f7fb;
}

.jobsMain .jobTitle {
  text-align: center;
}

.jobsMain .jobTitle h1 {
  font-size: 44px;
  color: #010101;
  font-weight: bold;
}

.jobsMain .jobsListBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  margin: 0px;
}

.jobsMain .jobsListBox .list {
  display: block;
  width: 100%;
  margin: 15px 0px 0px;
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.jobsMain .jobsListBox .list .jobTitleBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.jobsMain .jobsListBox .list .jobTitleBox .icon {
  font-size: 35px;
  padding-right: 10px;
}

.jobsMain .jobsListBox .list .jobTitleBox .jobTitle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.jobsMain .jobsListBox .list .jobTitleBox .jobTitle .subTitle {
  font-size: 16px;
  line-height: 20px;
  color: #2a2f41;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left;
}

.jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city {
  margin-top: 8px;
  font-size: 13px;
  color: #535353;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city i {
  margin-right: 10px;
}

.jobsMain .jobsListBox .list .jobTitleBox .jobDetail {
  display: none;
}

.jobsMain .jobsListBox .list .desc {
  margin-top: 15px;
  font-size: 14px;
  color: #5e647a;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jobsMain .jobsListBox .list .more {
  padding-top: 20px;
  font-size: 24px;
  color: #5e647a;
}

.jobsMain .jobsListBox .list:hover {
  border-color: var(--vi-color);
  -webkit-box-shadow: 0 15px 20px #c7cde3;
          box-shadow: 0 15px 20px #c7cde3;
}

.jobsMain .jobsListBox .list:hover .more {
  color: var(--vi-color);
}

.jobsEjectMain {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.jobsEjectBox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jobsEject {
  width: 1060px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 85%;
  padding: 20px;
  background: #fff;
  border-radius: 15px 15px 0px 0px;
  position: relative;
}

.jobsEjectClose {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}

.jobsEjectTitle {
  padding-bottom: 15px;
  margin-right: 10%;
  position: relative;
}

.jobsEjectTitle::after {
  content: "";
  background: #e1e1e1;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
}

.jobsEjectTitle .subTitle {
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
}

.jobsEjectTitle .city {
  padding-top: 10px;
  font-size: 12px;
  color: #535353;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jobsEjectTitle .city .icon-riqi {
  margin-right: 5px;
}

.jobsEjectContent {
  padding: 15px 10% 15px 0px;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  color: #474b51;
}

.jobsEjectContent .contentTitle {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.jobsEjectContent::-webkit-scrollbar {
  width: 2px;
  height: 16px;
  background-color: #fff;
}

.jobsEjectContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
}

.jobsEjectContent::-webkit-scrollbar-thumb {
  border-radius: 0.3125vw;
  -webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
  background-color: var(--vi-color);
}

@media (min-width: 768px) {
  .jobsMain {
    padding: var(--padding-768);
  }
  .jobsMain .commonMain {
    max-width: var(--content-Wdith-768);
  }
  .jobsMain .title {
    font-size: var(--bigTitle-fontSize-768);
    line-height: var(--bigTitle-lineheight-768);
  }
  .jobsMain .jobsListBox {
    padding-top: 1.875vw;
    margin: 0vw -1.375vw;
  }
  .jobsMain .jobsListBox .list {
    width: -webkit-calc(47.25%);
    width: -moz-calc(47.25%);
    width: -webkit-calc(50% - 2.75vw);
    width: -moz-calc(50% - 2.75vw);
    width: calc(50% - 2.75vw);
    margin: 2.8125vw 1.375vw 0vw;
    padding: 3.125vw;
  }
  .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .subTitle {
    font-size: 1.375vw;
    line-height: 1.5vw;
  }
  .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city {
    margin-top: 0.5vw;
    font-size: 0.9375vw;
  }
  .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city i {
    margin-right: 0.625vw;
  }
  .jobsMain .jobsListBox .list .jobTitleBox .icon {
    padding-right: 1.875vw;
  }
  .jobsMain .jobsListBox .list .jobTitleBox .icon img {
    width: 1.875vw;
  }
  .jobsMain .jobsListBox .list .desc {
    margin-top: 1.5625vw;
    font-size: 1vw;
    line-height: 1.75vw;
    height: 3.5vw;
  }
  .jobsMain .jobsListBox .list .more {
    padding-top: 1.25vw;
    font-size: 1.5vw;
  }
  .jobsEjectBox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .jobsEject {
    padding: 3.75vw;
    max-width: 92%;
    border-radius: 0.9375vw;
  }
  .jobsEjectClose {
    right: 3.75vw;
    top: 3.75vw;
  }
  .jobsEjectTitle {
    padding-bottom: 1.5625vw;
  }
  .jobsEjectTitle .subTitle {
    font-size: 2.125vw;
  }
  .jobsEjectTitle .city {
    font-size: 0.9375vw;
    padding-top: 1.25vw;
  }
  .jobsEjectTitle .city i {
    margin-right: 0.625vw;
  }
  .jobsEjectContent {
    padding: 1.875vw 10% 1.875vw 0vw;
    font-size: 1vw;
    line-height: 2vw;
  }
  .jobsEjectContent .contentTitle {
    font-size: 1.125vw;
  }
}
@media (min-width: 1200px) {
  .jobsMain {
    padding: 5.0521vw 0vw;
    padding-bottom: 0vw;
  }
  .jobsMain > .commonMain {
    max-width: var(--content-Wdith-1200);
    margin-bottom: 3.9063vw;
  }
  .jobsMain .title {
    font-size: var(--bigTitle-fontSize-1200);
    line-height: var(--bigTitle-lineheight-1200);
  }
  .jobsMain .jobsListBox {
    padding-top: 0vw;
    margin: 0vw -1.1458vw;
  }
  .jobsMain .jobsListBox .list {
    width: -webkit-calc(31.0413%);
    width: -moz-calc(31.0413%);
    width: -webkit-calc(33.333% - 2.2917vw);
    width: -moz-calc(33.333% - 2.2917vw);
    width: calc(33.333% - 2.2917vw);
    margin: 2.3438vw 1.1458vw 0vw;
    padding: 2.6042vw;
  }
  .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .subTitle {
    font-size: 1.1458vw;
    line-height: 1.25vw;
  }
  .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city {
    margin-top: 0.4167vw;
    font-size: 0.7813vw;
  }
  .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city i {
    margin-right: 0.5208vw;
  }
  .jobsMain .jobsListBox .list .jobTitleBox .icon {
    padding-right: 1.5625vw;
  }
  .jobsMain .jobsListBox .list .jobTitleBox .icon img {
    width: 1.5625vw;
  }
  .jobsMain .jobsListBox .list .desc {
    margin-top: 1.3021vw;
    font-size: 0.8333vw;
    line-height: 1.4583vw;
    height: 2.9167vw;
  }
  .jobsMain .jobsListBox .list .more {
    padding-top: 1.0417vw;
    font-size: 1.25vw;
  }
  .jobsEject {
    padding: 3.125vw;
    border-radius: 0.7813vw;
  }
  .jobsEjectClose {
    right: 3.125vw;
    top: 3.125vw;
  }
  .jobsEjectTitle {
    padding-bottom: 1.3021vw;
  }
  .jobsEjectTitle .subTitle {
    font-size: 1.7708vw;
  }
  .jobsEjectTitle .city {
    font-size: 0.7813vw;
    padding-top: 1.0417vw;
  }
  .jobsEjectTitle .city i {
    margin-right: 0.5208vw;
  }
  .jobsEjectContent {
    padding: 1.5625vw 10% 1.5625vw 0vw;
    font-size: 0.8333vw;
    line-height: 1.6667vw;
  }
  .jobsEjectContent .contentTitle {
    font-size: 0.9375vw;
  }
}
/* 新闻动态 */
@media (min-width: 0px) {
  .newsListMain {
    padding: var(--padding);
    overflow: hidden;
    position: relative;
    background-image: url(//res.module.kaolasz.top/images/zl6cOKfDVksL/news004_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 40px;
  }
  .newsListMain .commonMain {
    max-width: var(--content-Wdith);
    margin: 0px auto;
    padding: 0px 20px;
  }
  .newsListMain .newsImgListBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsListMain .newsImgListBox .newsImgList {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    position: relative;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide .imgBox {
    position: relative;
    overflow: hidden;
    padding-top: 52%;
    border-radius: 15px;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide .imgBox img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    transition: 0.8s ease;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide .content {
    padding-top: 15px;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide .content .title {
    font-size: 16px;
    color: #333;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide .content .time {
    padding-top: 10px;
    font-size: 14px;
    color: #b0b0b0;
  }
  .newsListMain .newsImgListBox .newsImgList .newsImgListPage {
    display: none;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .newsListMain .newsImgListBox .newsImgList .newsImgListPage {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
  .newsListMain .newsImgListBox .newsImgList .newsImgListPage span {
    background: #cccccc;
    opacity: 1;
    margin: 0px 3px;
  }
  .newsListMain .newsImgListBox .newsImgList .newsImgListPage span.swiper-pagination-bullet-active {
    background: var(--vi-color);
  }
  .newsListMain .newsImgListBox .newsImgListText {
    width: 28%;
    min-height: 300px;
    padding: 10px 0px;
    margin-left: 80px;
    display: none;
  }
  .newsListMain .newsImgListBox .newsImgListText .list {
    border-bottom: 1px solid #ebe5e5;
    position: relative;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a {
    padding: 30px 0px;
    display: block;
    position: relative;
  }
  .newsListMain .newsImgListBox .newsImgListText .list::after {
    content: "";
    display: block;
    bottom: -1px;
    left: 0px;
    width: 0px;
    height: 2px;
    position: absolute;
    background: var(--vi-color);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    transition: 0.8s ease;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a .title {
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    font-weight: 600;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a .time {
    margin-top: 15px;
    font-size: 14px;
    color: #b0b0b0;
  }
  .newsListMain .newsImgListBox .newsImgListText .list.cur::after {
    width: 100%;
  }
  .newsListMain .newsImgListBox .newsImgListText .list.cur a .title {
    color: var(--vi-color);
  }
  .newsListMain .newsImgListBox .newsImgListText .list:last-child {
    border: none;
  }
  .newsListMain .newsImgListBox .newsImgListText .list:last-child::after {
    display: none;
  }
  .newsListMain .newsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0px 0px;
  }
  .newsListMain .newsList .list {
    width: 100%;
    margin: 20px 0px 0px;
    -webkit-transform: translate3d(0px, 0px, 1px);
       -moz-transform: translate3d(0px, 0px, 1px);
            transform: translate3d(0px, 0px, 1px);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    transition: 0.8s ease;
  }
  .newsListMain .newsList .list .imgBox {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    -webkit-box-shadow: 0px 15px 15px -20px rgba(0, 0, 0, 0);
            box-shadow: 0px 15px 15px -20px rgba(0, 0, 0, 0);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    transition: 0.8s ease;
  }
  .newsListMain .newsList .list .imgBox img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    transition: 0.8s ease;
  }
  .newsListMain .newsList .list .imgBox .time {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .newsListMain .newsList .list .title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000000;
  }
  .newsListMain .newsList .list:hover {
    -webkit-transform: translate3d(0px, -10px, 1px);
       -moz-transform: translate3d(0px, -10px, 1px);
            transform: translate3d(0px, -10px, 1px);
  }
  .newsListMain .newsList .list:hover .imgBox {
    -webkit-box-shadow: 0px 30px 15px -20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 30px 15px -20px rgba(0, 0, 0, 0.2);
  }
  .newsListMain .newsList .list:hover .imgBox img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .newsListMain {
    padding: var(--padding-768);
  }
  .newsListMain .commonMain {
    max-width: auto;
  }
  .newsListMain .newsImgListBox {
    min-height: 25.4167vw;
  }
  .newsListMain .newsImgListBox .newsImgList {
    border-radius: 0.9375vw;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide {
    padding-top: 0vw;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide .imgBox {
    position: inherit;
    overflow: visible;
    padding-top: 0vw;
    border-radius: 0.5208vw;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide .content {
    display: none;
  }
  .newsListMain .newsImgListBox .newsImgListText {
    margin-left: 5vw;
    display: block;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a {
    padding: 1.875vw 0vw;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a .title {
    font-size: 1.125vw;
    line-height: 1.75vw;
    height: 3.5vw;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a .time {
    margin-top: 0.9375vw;
    font-size: 0.875vw;
  }
  .newsListMain .newsList {
    margin: 0vw -1.25vw;
  }
  .newsListMain .newsList .list {
    width: -webkit-calc(50% - 2.5vw);
    width: -moz-calc(50% - 2.5vw);
    width: calc(50% - 2.5vw);
    margin: 6.25vw 1.25vw 0vw;
  }
  .newsListMain .newsList .list .imgBox .time {
    left: 0.9375vw;
    top: 0.9375vw;
    padding: 0vw 1.25vw;
    line-height: 2.5vw;
    font-size: 0.9375vw;
  }
  .newsListMain .newsList .list .title {
    margin-top: 2.5vw;
    font-size: 1.125vw;
    line-height: 1.8125vw;
    height: 3.625vw;
  }
  .newsListMain .newsList .list:hover {
    -webkit-transform: translate3d(0vw, -1.875vw, 0.0625vw);
       -moz-transform: translate3d(0vw, -1.875vw, 0.0625vw);
            transform: translate3d(0vw, -1.875vw, 0.0625vw);
  }
  .newsListMain .newsList .list:hover .imgBox {
    -webkit-box-shadow: 0vw 1.875vw 0.9375vw -1.25vw rgba(0, 0, 0, 0.2);
            box-shadow: 0vw 1.875vw 0.9375vw -1.25vw rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 992px) {
  .newsListMain .newsList {
    margin: 0vw -1.0417vw;
  }
  .newsListMain .newsList .list {
    width: -webkit-calc(33.3333% - 2.0833vw);
    width: -moz-calc(33.3333% - 2.0833vw);
    width: calc(33.3333% - 2.0833vw);
    margin: 5.2083vw 1.0417vw 0vw;
  }
}
@media (min-width: 1200px) {
  .newsListMain {
    padding: var(--padding-1200);
  }
  .newsListMain .commonMain {
    max-width: var(--content-Wdith-1200);
  }
  .newsListMain .newsImgListBox .newsImgList {
    border-radius: 0.7813vw;
  }
  .newsListMain .newsImgListBox .newsImgListText {
    margin-left: 4.1667vw;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a {
    padding: 1.5625vw 0vw;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a .title {
    font-size: 0.9375vw;
    line-height: 1.4583vw;
    height: 2.9166vw;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a .time {
    margin-top: 0.7813vw;
    font-size: 0.7292vw;
  }
  .newsListMain .newsList {
    margin: 0vw -1.0417vw;
  }
  .newsListMain .newsList .list {
    width: -webkit-calc(33.3333% - 2.0833vw);
    width: -moz-calc(33.3333% - 2.0833vw);
    width: calc(33.3333% - 2.0833vw);
    margin: 5.2083vw 1.0417vw 0vw;
  }
  .newsListMain .newsList .list .imgBox .time {
    left: 0.7813vw;
    top: 0.7813vw;
    padding: 0vw 1.0417vw;
    line-height: 2.0833vw;
    font-size: 0.7813vw;
  }
  .newsListMain .newsList .list .title {
    margin-top: 2.0833vw;
    font-size: 0.9375vw;
    line-height: 1.5104vw;
    height: 3.0208vw;
  }
  .newsListMain .newsList .list:hover {
    -webkit-transform: translate3d(0vw, -1.5625vw, 0.0521vw);
       -moz-transform: translate3d(0vw, -1.5625vw, 0.0521vw);
            transform: translate3d(0vw, -1.5625vw, 0.0521vw);
  }
  .newsListMain .newsList .list:hover .imgBox {
    -webkit-box-shadow: 0vw 1.5625vw 0.7813vw -1.0417vw rgba(0, 0, 0, 0.2);
            box-shadow: 0vw 1.5625vw 0.7813vw -1.0417vw rgba(0, 0, 0, 0.2);
  }
}
/* 新闻详情 */
@media (min-width: 0px) {
  @font-face {
    font-family: "shareIcon";
    src: url("data:font/ttf;charset=utf-8;base64,AAEAAAAQAQAABAAARkZUTXqjBawAACR0AAAAHEdERUYAJwAXAAAkVAAAAB5PUy8yVzzoewAAAYgAAABgY21hcIYbuw0AAAIsAAABqmN2dCAM8/9aAAAOCAAAACRmcGdtMPeelQAAA9gAAAmWZ2FzcAAAABAAACRMAAAACGdseWbNwujKAAAOUAAAEwxoZWFkCDoioQAAAQwAAAA2aGhlYQetA8cAAAFEAAAAJGhtdHg6uAQdAAAB6AAAAERsb2NhI8gn1gAADiwAAAAkbWF4cAE1AjgAAAFoAAAAIG5hbWU3vFjkAAAhXAAAAkNwb3N0915EDgAAI6AAAACscHJlcKW5vmYAAA1wAAAAlQABAAAAAQAAJceEJV8PPPUAHwQAAAAAANJ/b1EAAAAA0n9vUv/+/7MECgNOAAAACAACAAAAAAAAAAEAAANH/7MAXAQC//4AAAQKAAEAAAAAAAAAAAAAAAAAAAARAAEAAAARAIsABwAAAAAAAgAmADQAbAAAAIoBdwAAAAAABAP+AfQABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAIABgMAAAAAAAAAAAABEAAAAAAAAAAAAAAAUGZFZADAAHjyCgOA/4AAXANHAE2AAAABAAAAAAMYAAAAAAAgAAEBdgAiAAAAAAFVAAAD6QAsBAAAQgQAADMEAAEhBAAAJQQAAFYEAQAABAAAkAQAACkEAAAQBAAAdQQAAGEEAv/+BAAAIQAAAAMAAAADAAAAHAABAAAAAACkAAMAAQAAABwABACIAAAAHgAQAAMADgB48ArwGvA68ErwWvBq8HrwivCa8QrxGvEq8gr//wAAAHjwCvAa8DrwSvBa8GrwevCK8JrxCvEa8SryCv///4sP+g/rD8wPvQ+uD58PkA+BD3IPAw70DuUOBgABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywCCNCsAcjQrAAI0KwAEOwB0NRWLAIQyuyAAEAQ2BCsBZlHFktsAUssABDIEUgsAJFY7ABRWJgRC2wBiywAEMgRSCwACsjsQQEJWAgRYojYSBkILAgUFghsAAbsDBQWLAgG7BAWVkjsABQWGVZsAMlI2FERC2wByyxBQVFsAFhRC2wCCywAWAgILAKQ0qwAFBYILAKI0JZsAtDSrAAUlggsAsjQlktsAksILgEAGIguAQAY4ojYbAMQ2AgimAgsAwjQiMtsAosS1RYsQcBRFkksA1lI3gtsAssS1FYS1NYsQcBRFkbIVkksBNlI3gtsAwssQANQ1VYsQ0NQ7ABYUKwCStZsABDsAIlQrIAAQBDYEKxCgIlQrELAiVCsAEWIyCwAyVQWLAAQ7AEJUKKiiCKI2GwCCohI7ABYSCKI2GwCCohG7AAQ7ACJUKwAiVhsAgqIVmwCkNHsAtDR2CwgGIgsAJFY7ABRWJgsQAAEyNEsAFDsAA+sgEBAUNgQi2wDSyxAAVFVFgAsA0jQiBgsAFhtQ4OAQAMAEJCimCxDAQrsGsrGyJZLbAOLLEADSstsA8ssQENKy2wECyxAg0rLbARLLEDDSstsBIssQQNKy2wEyyxBQ0rLbAULLEGDSstsBUssQcNKy2wFiyxCA0rLbAXLLEJDSstsBgssAcrsQAFRVRYALANI0IgYLABYbUODgEADABCQopgsQwEK7BrKxsiWS2wGSyxABgrLbAaLLEBGCstsBsssQIYKy2wHCyxAxgrLbAdLLEEGCstsB4ssQUYKy2wHyyxBhgrLbAgLLEHGCstsCEssQgYKy2wIiyxCRgrLbAjLCBgsA5gIEMjsAFgQ7ACJbACJVFYIyA8sAFgI7ASZRwbISFZLbAkLLAjK7AjKi2wJSwgIEcgILACRWOwAUViYCNhOCMgilVYIEcgILACRWOwAUViYCNhOBshWS2wJiyxAAVFVFgAsAEWsCUqsAEVMBsiWS2wJyywByuxAAVFVFgAsAEWsCUqsAEVMBsiWS2wKCwgNbABYC2wKSwAsANFY7ABRWKwACuwAkVjsAFFYrAAK7AAFrQAAAAAAEQ+IzixKAEVKi2wKiwgPCBHILACRWOwAUViYLAAQ2E4LbArLC4XPC2wLCwgPCBHILACRWOwAUViYLAAQ2GwAUNjOC2wLSyxAgAWJSAuIEewACNCsAIlSYqKRyNHI2EgWGIbIVmwASNCsiwBARUUKi2wLiywABawBCWwBCVHI0cjYbAGRStlii4jICA8ijgtsC8ssAAWsAQlsAQlIC5HI0cjYSCwBCNCsAZFKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgsAlDIIojRyNHI2EjRmCwBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhIyAgsAQmI0ZhOBsjsAlDRrACJbAJQ0cjRyNhYCCwBEOwgGJgIyCwACsjsARDYLAAK7AFJWGwBSWwgGKwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbAwLLAAFiAgILAFJiAuRyNHI2EjPDgtsDEssAAWILAJI0IgICBGI0ewACsjYTgtsDIssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbABRWMjIFhiGyFZY7ABRWJgIy4jICA8ijgjIVktsDMssAAWILAJQyAuRyNHI2EgYLAgYGawgGIjICA8ijgtsDQsIyAuRrACJUZSWCA8WS6xJAEUKy2wNSwjIC5GsAIlRlBYIDxZLrEkARQrLbA2LCMgLkawAiVGUlggPFkjIC5GsAIlRlBYIDxZLrEkARQrLbA3LLAuKyMgLkawAiVGUlggPFkusSQBFCstsDgssC8riiAgPLAEI0KKOCMgLkawAiVGUlggPFkusSQBFCuwBEMusCQrLbA5LLAAFrAEJbAEJiAuRyNHI2GwBkUrIyA8IC4jOLEkARQrLbA6LLEJBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAZFKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7CAYmAgsAArIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbCAYmGwAiVGYTgjIDwjOBshICBGI0ewACsjYTghWbEkARQrLbA7LLAuKy6xJAEUKy2wPCywLyshIyAgPLAEI0IjOLEkARQrsARDLrAkKy2wPSywABUgR7AAI0KyAAEBFRQTLrAqKi2wPiywABUgR7AAI0KyAAEBFRQTLrAqKi2wPyyxAAEUE7ArKi2wQCywLSotsEEssAAWRSMgLiBGiiNhOLEkARQrLbBCLLAJI0KwQSstsEMssgAAOistsEQssgABOistsEUssgEAOistsEYssgEBOistsEcssgAAOystsEgssgABOystsEkssgEAOystsEossgEBOystsEsssgAANystsEwssgABNystsE0ssgEANystsE4ssgEBNystsE8ssgAAOSstsFAssgABOSstsFEssgEAOSstsFIssgEBOSstsFMssgAAPCstsFQssgABPCstsFUssgEAPCstsFYssgEBPCstsFcssgAAOCstsFgssgABOCstsFkssgEAOCstsFossgEBOCstsFsssDArLrEkARQrLbBcLLAwK7A0Ky2wXSywMCuwNSstsF4ssAAWsDArsDYrLbBfLLAxKy6xJAEUKy2wYCywMSuwNCstsGEssDErsDUrLbBiLLAxK7A2Ky2wYyywMisusSQBFCstsGQssDIrsDQrLbBlLLAyK7A1Ky2wZiywMiuwNistsGcssDMrLrEkARQrLbBoLLAzK7A0Ky2waSywMyuwNSstsGossDMrsDYrLbBrLCuwCGWwAyRQeLABFTAtAABLuADIUlixAQGOWbkIAAgAYyCwASNEILADI3CwDkUgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbABRWMjYrACI0SzCgkFBCuzCgsFBCuzDg8FBCtZsgQoCUVSRLMKDQYEK7EGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAyAxj/4QNH/7MDGP/hA0f/swAAACgAKAAoAWQB+gJyAqwD6gRyBQQFhAYeBxgHmAhMCSYJhgACACIAAAEyAqoAAwAHAClAJgAAAAMCAANXAAIBAQJLAAICAU8EAQECAUMAAAcGBQQAAwADEQUPKzMRIREnMxEjIgEQ7szMAqr9ViICZgAAAAUALP/hA7wDGAAWADAAOgBSAF4Bd0uwE1BYQEoCAQANDg0ADmYAAw4BDgNeAAEICAFcEAEJCAoGCV4RAQwGBAYMXgALBAtpDwEIAAYMCAZYAAoHBQIECwoEWRIBDg4NUQANDQoOQhtLsBdQWEBLAgEADQ4NAA5mAAMOAQ4DXgABCAgBXBABCQgKCAkKZhEBDAYEBgxeAAsEC2kPAQgABgwIBlgACgcFAgQLCgRZEgEODg1RAA0NCg5CG0uwGFBYQEwCAQANDg0ADmYAAw4BDgNeAAEICAFcEAEJCAoICQpmEQEMBgQGDARmAAsEC2kPAQgABgwIBlgACgcFAgQLCgRZEgEODg1RAA0NCg5CG0BOAgEADQ4NAA5mAAMOAQ4DAWYAAQgOAQhkEAEJCAoICQpmEQEMBgQGDARmAAsEC2kPAQgABgwIBlgACgcFAgQLCgRZEgEODg1RAA0NCg5CWVlZQChTUzs7MjEXF1NeU15bWDtSO1JLQzc1MToyOhcwFzBRETEYESgVQBMWKwEGKwEiDgIdASE1NCY1NC4CKwEVIQUVFBYUDgIjBiYrASchBysBIiciLgI9ARciBhQWMzI2NCYXBgcOAx4BOwYyNicuAScmJwE1ND4COwEyFh0BARkbGlMSJRwSA5ABChgnHoX+SgKiARUfIw4OHw4gLf5JLB0iFBkZIBMIdwwSEgwNEhKMCAYFCwQCBA8OJUNRUEAkFxYJBQkFBQb+pAUPGhW8HykCHwEMGScaTCkQHAQNIBsSYYg0Fzo6JRcJAQGAgAETGyAOpz8RGhERGhF8GhYTJA4QDQgYGg0jERMUAXfkCxgTDB0m4wAAAgBC/8wDvgM0ADIARABmtQ8BAAEBQEuwGFBYQB4AAQABaAUBAAACUgQBAgILQQYBAwMCUQQBAgILAkIbQB8AAQABaAUBAAMCAE0GAQMCAgNNBgEDAwJRBAECAwJFWUAUNTMBAD47M0Q1RCgkDAkAMgEyBw4rASU2NzYnJicuASsBIg4BFTAdAhQHDgIHDgMHBhURFBcWMyQzMjY/AT4BNTc0LgEFIyIOARURFBY7ATI+ATURNCYDj/6yEwQEBwsXBhYNQQ0VDQEMHR4RBgsMDQcNDRwtAUN1DRYGdwYGAQ0V/P8qDRYMGxQqDRUNHAIAAU8lLR8vKwwNDRUNIyAaCgEaNDMYCRAQEAcOEv5lEw4cAQwLywsXDPQNFgxDDBYN/m0THA0VDQGTFBsAAwAz/7sDzQNHAAoADgAkAH5LsA9QWEAsAAUCCAIFXgABAAAGAQBZBAECBQMCSwAGAAgDBghZBAECAgNPCQcKAwMCA0MbQC0ABQIIAgUIZgABAAAGAQBZBAECBQMCSwAGAAgDBghZBAECAgNPCQcKAwMCA0NZQBcLCyQjHx0bGhcVFBMSEQsOCw4TFCILESsBFAYjIiY1NDYyFgMRMxETNCczFzM2MzIWFREjETQjIgcGFREjAQQ7Ly06Ol43ycV1BKoKBD2FZ33FZEgdBsYC5Ck5OSkrODj8rAJ5/YcBrllyWGeKh/6JAV+JSgwl/pMAAQEh/7oC7wM1ABQAMkAvAAEABgFAAAMCA2kABgAAAQYAWQUBAQICAUsFAQEBAk8EAQIBAkMjERERERMhBxUrARUjIgYdATMHIxEjESM1MzU0NjMyAu9ULiCdFYikiIhwXE8DL44mJ2We/mkBl551ZG0AAAAEACX/ygPXAz4AUABmAH4AigEOthgXAgQBAUBLsBZQWEBDAAoPAQ8KAWYDAgIBBA8BBGQAAAsBBgwABlkSEQINEAEODw0OVwAECQEIBwQIWgAPDwxPAAwMCkEABwcFUQAFBQsFQhtLsBhQWEBAAAoPAQ8KAWYDAgIBBA8BBGQAAAsBBgwABlkSEQINEAEODw0OVwAECQEIBwQIWgAHAAUHBVUADw8MTwAMDAoPQhtARgAKDwEPCgFmAwICAQQPAQRkAAALAQYMAAZZEhECDRABDg8NDlcADAAPCgwPVwAECQEIBwQIWgAHBQUHTQAHBwVRAAUHBUVZWUAmf39/in+KiYiHhoWEg4KBgHRyamhjYF9bVlRQTzIwJSMSMRkgExIrASMiDgEHDgEVFB4BMzA7ATI+ATMOAg8BFA4CFAYVFB4BFw4GBw4BFRQWMzI+AjU0LgQvAS4CND4BNz4DNTQuAiczAxQOASMiJjU0NzY7AjIWOwEyFx4BAwYjIi4CNTQ3PgEzMh4BHQEUDgQlNSMVIxUzFTM1MzUCdfUlQE8gJSctXDwHCAILBAYBAgEBAgIBAQENCg0SESkaKh8lDzArhXpKeUwpBxAOHBIRKwkKCwwKCxgbIQ8RHxQQSh0nUDdec2Y5RAYEAwMCBQICSzZfIS8kPCISGg4tGC5HIAICBQYJAa47d3c7dgM+CB4aH1MpLlI2AQEBBgIDBQEFBAUFBQMRIA4QAQEEBQgKDwkcTSVFYSY/TSoTIh4XGhAOIAgJFhcXCwsSGSkyHx81KBQM/WQkOCFPP1MkEwEBMzwBTCEqQUUfNiARFUpfLQoEDQwODQ2adnY6dnY6AAAFAFb/twOqA0cADgASACAAKAA4AGVAYg4BCj0ABAMEaAADAAIBAwJXBQEBAAcIAQdYDwEIBgEACQgAVxENCxAECQoKCU0RDQsQBAkJClEODAIKCQpFKikUEw8PMjEpOCo4JiUiIR0bEyAUIA8SDxITEREREREREBIWKyUhESEnITUhNSMRIREzEQM1IRUXIg4CFB4CMzI2NCYqAQYUFjI2NCUiDgMVFBYyNjU0LgICHAFy/o8BAR3+447/AMc5AeRVESAXDQ0XIBEjMjL/RzIyRzH+AQ4aFRAIMUcyDhYguQFyVXJV/uT+jv7+AWCvr7MNFyAjIBcOM0cyMkczM0cyCBAVGw4jMzMjEiAXDQAAAAEAAP/gBAADIABGAFVAUj0UBwUCAAYBAB0BAgEqJSEDAwIzAQYFBEAAAQACAAECZgACAwACA2QABQMGAwUGZgAGBwMGB2QAAAAKQQQBAwMHUgAHBwsHQiIjFRImGRcoCBYrAQYHPgE3BgcmIyIOARUUHgEXLgEnDgEVFB4BFyYnFRQWFwYjIicwIy4BJx4BFw4CIyInFjMyPgM1NCc+AT8BPgQEADo/ITAMP0c+WzlhOAEDAYHhTw0PFyocMi1gSRsdBQUKBQkFFGxEJFNdMRkZk69wxIxlMQEIDwcOBw0NCwwCvhoIFDwlJQ5COGE5CBAQCAd0YRg2HCRCNhMCGAJMdA4IAQEBAT9RAhwoFgNeR3eaqVUODQUMBg4GDQ8OEAAAAAACAJD/vwNvA04AKABEACVAIkM1AgA+AAIBAmkAAAEBAE0AAAABUQABAAFFPTwgHxwbAw4rAQ4CFxYXHgI3PgEnJicmPgIeAg4BBwYnJg4BFhcWNz4CLgITPgEnLgIHDgEXFhcOARceATc2Mz4BJyY2NxYBs16LOhUHDgQREwkPCwYLBhEubpWOZSEtbkssLQ8YAxQPODhejDkpgLUNOT4NCDJHJTk+DAULRkYTAhkQAQEOEQIROzsuAzoVgbZfIiAJDAIEBh0OGRxKkGYhLm+VkGYQCgUBFB4ZAQYNFIK1vYw6/gUNYjklNxcIDWI5FRRR6HsQEgIBAxkOacdFGQAAAQAp/70D2AM/AEsAQkA/JBsCAwABQCYBAwE/AAIBAAECAGYAAAMBAANkAAMEAQMEZAAEBGcABQEBBU0ABQUBUQABBQFFQkEXSSErFAYTKwEOAR8BJicmNyU2Jy4BLwEmIyIHMzIXFgcFMAcGFxYXFjMyPwEGBxcWDgEvASYPAQYmNxM2Ji8BLgE2NyU+ATcTNjIXEx4BFwUeAQcC/wkEAgS3cgYGASELDAcYCQlaZKqFCOGVBwf+3wUCBy0xOzmwiAUTLCoCBw8L8RgZ8BASBDUDAwfSCQMMDAEMDwwGfgkXCHYFDA8BFRIHDQEVCAsLGAIQAgPJBwIBBAEBCx4XAgTOBAQBBgMEIAEPD+IMDgEFjA8QiwkNEgEcCQoHwQgQCgEeAgcLAQYREf76DQgCGwIUDQAGABD/5wPwAxkAGAA2AEkAVwBtAIMAeUB2KCclJAQABA0LAgEKOzkMAwYBA0A6AQY9DgEABAMEAANmCQEDBwQDB2QAAQoGCgEGZgAHDQELCgcLWQwPAgoABgoGVQgFAgQEAlEAAgIKBEJZWAEAfHtwb2NhWG1ZbVNSTEtIRj48LywrKh0bFBIKCAAYARgQDisBIgYHDgEVFBcjIicHNy4BNTQ2MzIXFhcwJR4BMzI2NTQmJyYvASYvASYnIyciIyIHDgEVFB4BARQHFycGIyImNTQ2Nz4CMzIWJCYiBw4BFRQWMjc+ATUTMjY3NjU0JicmIyIOAQcGFRQWFx4BNxYyNz4DNTQuAScmIgcOAhUUFgLAV5gsFhcOEkA8fB5AStGTgGNjF/4JCBIKFh0IBwICBAICBAICBgQDAxUPBwcDBwMadBdpMjh8slFGFzE0G36y/i0dKQ4HCB0pDwcHPgkPBg0HBgwSBgoKBA0MCgUKsgwlDQMEBAEDBQQNJQwFBQMGAiNMQSBGJiklEjhmK3xIfLJGRmoKBwcdFQsSBwIBBAEBAgEBAg8HEgsHDQv+2H5OVzEQl2tGdiILDwiW8x0PBxIKFB0OCBEK/uYHBg0QCA8GDQMGBA0PDBMGAwMLDQ0DBwgIBAYKCgQNDQQKCgYJDwAAAAQAdQAAA4oDBQADAAcACwAbAJdACRUUDw4EBgMBQEuwD1BYQDIAAAEAaAABAgIBXAACAAQFAgRYAAUKAQMGBQNXCwkHAwYICAZLCwkHAwYGCE8ACAYIQxtAMQAAAQBoAAECAWgAAgAEBQIEWAAFCgEDBgUDVwsJBwMGCAgGSwsJBwMGBghPAAgGCENZQBsMDAQEDBsMGxoZGBcSEQsKCQgEBwQHEhEQDBErEyEVIQERIRE3IRUhATY3JwYHIyYnBxYXIxUhNYoC6v0WAqr9l1kBt/5JAYopI1ojLpwnMVMzIOYDFQMFVP5gAUj+uPSg/u4/UCFhT2dJIU1CU1MAAAABAGH/tAOPAzgAZABRQBBkXFtTTTcxLxoKBgsCAAFAS7AmUFhAEQMBAQIBaQAAAAJPAAICCwJCG0AWAwEBAgFpAAACAgBNAAAAAk8AAgACQ1lACkhHREM/PhQQBA4rJS4DLwE2Ji8BLgYjIg4FBw4EFzAHDgMHBhQeAj4BNxYXDgQXFB4FNz4CNzMWHwEWPgM1Ni4CLwE+AT8BPgI/AR4CPgI9AQOPBRgbGggIBQ8KCgIhLj40OBUHBhU5Mz8uIQECBQ4HBwQJBR0YGQUBAgUNEiAVFykDChkSDgIBBQsYIDUgDSdQDx4fbgYtQh0RAQINFBUICAkQBgwGBwYBARUgEwwFAt8fPCkhCAksOgcIPmU+LRQLAQELFC0+ZT4BBBAZKxwJBSUnPR8EDCAYEgIgIj43AQUPEyESAgUPDRALBwEBBhwWLAwBAQ0SGQoDEiAUDwMDCxkLFgsRDQMEIiACEhggBwkAAAAH//7/3gQKAycAJQAzAEAATABXAG4AggAZQBYNAQEAAUAAAAEAaAABAQsBQiIhHwIPKzU0Njc+ARcWBwYeATY/ATYyFxYHDgEeARceAhcUDgMuAzceAjc+AScuAgcOARcmNz4BFx4BBw4BJyY3HgE2NzYmJyYGBwY3BhcWNjc2JicmBgEmNjc2FhceAQcOAS4BNzYmJy4BBwYmFyY2NzYeAgcOAScuATc2JgcGJlBJYMcpJBkCBAYKAwNQexoZGQEECgQHITUlASlUbJagm3dOagVckVSApgcFWpZSf6iOGBsbdz0/NxoagT8+GAUnLwwLChQULQsNfQoSCBAEBgcHBxIBBAMQEUaLMTIeFwUdHw4EEBQkJGIxERodAxEMI0MwDgoFGQ0NDgULMSUNGPJBlkhhSykkUwkGAgIBASIjI0IIBgkCAgohPSQnUE43KQYhSGYWN1QoCA2HVDZUKQgNh4Y0NjU2ERBnOjo2FBNFFRIQFBIpCAkRERQ+EwgCBgcIEAIDBgHsEB0CDik4OJFBEA4KHQ8vZicoHQkDEnMPFgMIFTVIIAwOBQUZDSQ1BgMOAAAAAQAh/7MD5QMpACcAP7UIAQQBAUBLsCZQWEAUAgEBAAQAAQRmAAQEZwMBAAAKAEIbQBADAQABAGgCAQEEAWgABARfWbYcIREUFAUTKwEuAicmBzAnJiMUIyYHDgEHDgEeARcWFxYfATM3PgE3PgM3PgEDsRc/SiqUUAEBAQNQlDxqJBoUCigiNSR6oBUGFU6QPAsaExkIRRUCpSU2HwMHbAIBA2wHA0I4KWFlaC5FKYZqDw80ekINHxkfCl7VAAAAAAAMAJYAAQAAAAAAAQAIABIAAQAAAAAAAgAGACkAAQAAAAAAAwAlAHwAAQAAAAAABAAIALQAAQAAAAAABQBGAUsAAQAAAAAABgAIAaQAAwABBAkAAQAQAAAAAwABBAkAAgAMABsAAwABBAkAAwBKADAAAwABBAkABAAQAKIAAwABBAkABQCMAL0AAwABBAkABgAQAZIAaQBjAG8AbgBmAG8AbgB0AABpY29uZm9udAAATQBlAGQAaQB1AG0AAE1lZGl1bQAARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIABpAGMAbwBuAGYAbwBuAHQAIAA6ACAAMgA4AC0AMQAxAC0AMgAwADEANQAARm9udEZvcmdlIDIuMCA6IGljb25mb250IDogMjgtMTEtMjAxNQAAaQBjAG8AbgBmAG8AbgB0AABpY29uZm9udAAAVgBlAHIAcwBpAG8AbgAgADEALgAwACAAOwAgAHQAdABmAGEAdQB0AG8AaABpAG4AdAAgACgAdgAwAC4AOQA0ACkAIAAtAGwAIAA4ACAALQByACAANQAwACAALQBHACAAMgAwADAAIAAtAHgAIAAxADQAIAAtAHcAIAAiAEcAIgAgAC0AZgAgAC0AcwAAVmVyc2lvbiAxLjAgOyB0dGZhdXRvaGludCAodjAuOTQpIC1sIDggLXIgNTAgLUcgMjAwIC14IDE0IC13ICJHIiAtZiAtcwAAaQBjAG8AbgBmAG8AbgB0AABpY29uZm9udAAAAAIAAAAAAAD/UQAyAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAEAAgBbAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4HdW5pRjAwQQd1bmlGMDFBB3VuaUYwM0EHdW5pRjA0QQd1bmlGMDVBB3VuaUYwNkEHdW5pRjA3QQd1bmlGMDhBB3VuaUYwOUEHdW5pRjEwQQd1bmlGMTFBB3VuaUYxMkEHdW5pRjIwQQABAAH//wAPAAEAAAAMAAAAFgAAAAIAAQABABAAAQAEAAAAAgAAAAAAAAABAAAAANWkJwgAAAAA0n9vUQAAAADSf29S") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  .social-share-icon {
    font-family: "shareIcon";
  }
  .social-share .icon-tencent:before {
    content: "\f07a";
  }
  .social-share .icon-qq:before {
    content: "\f11a";
  }
  .social-share .icon-weibo:before {
    content: "\f12a";
  }
  .social-share .icon-wechat:before {
    content: "\f09a";
  }
  .social-share .icon-douban:before {
    content: "\f10a";
  }
  .social-share .icon-heart:before {
    content: "\f20a";
  }
  .social-share .icon-like:before {
    content: "\f00a";
  }
  .social-share .icon-qzone:before {
    content: "\f08a";
  }
  .social-share .icon-linkedin:before {
    content: "\f01a";
  }
  .social-share .icon-diandian:before {
    content: "\f05a";
  }
  .social-share .icon-facebook:before {
    content: "\f03a";
  }
  .social-share .icon-google:before {
    content: "\f04a";
  }
  .social-share .icon-twitter:before {
    content: "\f06a";
  }
  .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 190px;
    margin-top: -96px;
    margin-left: -100px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px #aaa;
    box-shadow: 0 2px 10px #aaa;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
  }
  .wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
  }
  .wechat-qrcode.bottom:after {
    display: none;
  }
  .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
  }
  .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
  }
  .wechat-qrcode .qrcode table {
    margin: 0 !important;
  }
  .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .wechat-qrcode .closeWechat {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    z-index: 9;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
    cursor: pointer;
  }
  .wechat-qrcode .closeWechat:after {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    content: "";
    display: block;
    background: #666;
  }
  .wechat-qrcode .closeWechat::before {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    content: "";
    display: block;
    background: #666;
  }
  .newsDetailMain {
    padding: var(--padding);
    overflow: hidden;
    position: relative;
  }
  .newsDetailMain .commonMain {
    max-width: var(--content-Wdith);
    margin: 0px auto;
    padding: 0px 20px;
  }
  .newsDetailTitleBox {
    padding: 89px 0px 37px;
    background-image: url("../images/news-de-img.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .newsDetailTitleBox .commonMain {
    max-width: var(--content-Wdith);
    margin: 0px auto;
    padding: 0px 20px;
  }
  .newsDetailTitle {
    max-width: 900px;
    margin: 0px auto;
  }
  .newsDetailTitle .title {
    font-size: 17.5px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
  }
  .newsDetailTitle .time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    padding-top: 20px;
  }
  .newsDetailTitle .time .Slash {
    padding: 0px 5px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.2);
  }
  .newsDetailTitle .time::after {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
  .newsDetailBox {
    max-width: 900px;
    margin: 0px auto;
  }
  .newsDetailBox .newsDetailShare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newsDetailBox .newsDetailShare a {
    display: block;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    border-radius: 100%;
    font-size: 18px;
    background: #f4f4f4;
  }
  .newsDetailBox .newsDetailShare a.icon-wechat:hover {
    color: #fff;
    background-color: #04b709;
  }
  .newsDetailBox .newsDetailShare a.icon-weibo:hover {
    color: #fff;
    background-color: #e30e0e;
  }
  .newsDetailBox .newsDetailShare a.icon-tencent:hover {
    color: #fff;
    background-color: #2888ff;
  }
  .newsDetailBox .newsDetailShare a.icon-twitter:hover {
    color: #fff;
    background-color: #28aae1;
  }
  .newsDetailBox .newsDetail {
    padding: 20px 0px;
    font-size: var(--text-fontsize);
    line-height: var(--text-lineheight);
    color: var(--text-color);
  }
  .newsDetailBox .newsDetail img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
  }
  .newsDetailBox .prevNextArticle {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: flex-end;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: flex-end;
    border-top: 1px solid #e0e0e0;
  }
  .newsDetailBox .prevNextArticle a {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 48px;
    margin-right: 10px;
    padding: 0px 15px;
    height: 32px;
    overflow: hidden;
    border-radius: 32px;
    border: 2px solid #999999;
    position: relative;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newsDetailBox .prevNextArticle a div {
    position: relative;
    z-index: 20;
  }
  .newsDetailBox .prevNextArticle a .prevText,
  .newsDetailBox .prevNextArticle a .nextText {
    white-space: nowrap;
    display: none;
    color: #999999;
  }
  .newsDetailBox .prevNextArticle a::after {
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    transition: 0.8s ease;
    z-index: 1;
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 47px;
    right: -2px;
    bottom: -2px;
    background-color: var(--vi-color);
    background-image: -moz-linear-gradient(17deg, startHoverBgColor 0%, endHoverBgColor 100%);
    background-image: -webkit-linear-gradient(17deg, startHoverBgColor 0%, endHoverBgColor 100%);
    background-image: linear-gradient(73deg, startHoverBgColor 0%, endHoverBgColor 100%);
  }
  .newsDetailBox .prevNextArticle a:hover {
    color: #fff;
    border-color: #1273db;
  }
  .newsDetailBox .prevNextArticle a:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .newsDetailBox .prevNextArticle a:last-child {
    margin: 0px;
  }
}
@media (min-width: 768px) {
  .newsDetailMain {
    padding: var(--padding-768);
  }
  .newsDetailMain .commonMain {
    max-width: var(--content-Wdith-768);
  }
  .newsDetailTitleBox {
    padding: 18.125vw 0vw 6.25vw;
  }
  .newsDetailTitleBox .commonMain {
    max-width: var(--content-Wdith-768);
  }
  .newsDetailTitle .title {
    font-size: 2.25vw;
    line-height: 3vw;
  }
  .newsDetailTitle .time {
    font-size: 1vw;
  }
  .newsDetailTitle .time .Slash {
    padding: 0vw 0.75vw;
  }
  .newsDetailBox .newsDetailShare a {
    margin-right: 0.625vw;
    width: 2.125vw;
    height: 2.125vw;
    line-height: 2.125vw;
    font-size: 1.125vw;
  }
  .newsDetailBox .newsDetail {
    padding: 3.125vw 0vw;
    font-size: var(--text-fontsize-768);
    line-height: var(--text-lineheight-768);
  }
  .newsDetailBox .prevNextArticle {
    padding-top: 2.5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .newsDetailBox .prevNextArticle a {
    padding: 0vw 1.5vw;
    width: 4.125vw;
    margin-right: 0.625vw;
    height: 2.9375vw;
    border-radius: 2.9375vw;
    font-size: 0.875vw;
  }
  .newsDetailBox .prevNextArticle a:hover .prevText {
    margin-left: 0.625vw;
  }
  .newsDetailBox .prevNextArticle a:hover .nextText {
    margin-right: 0.625vw;
  }
  .newsDetailBox .prevNextArticle a.prevPageBtn:hover {
    width: 7.375vw;
  }
  .newsDetailBox .prevNextArticle a.nextPageBtn:hover {
    width: 7.375vw;
  }
}
@media (min-width: 1200px) {
  .newsDetailMain {
    padding: var(--padding-1200);
  }
  .newsDetailMain .commonMain {
    max-width: var(--content-Wdith-1200);
  }
  .newsDetailTitleBox {
    padding: 15.1042vw 0vw 5.2083vw;
  }
  .newsDetailTitleBox .commonMain {
    max-width: var(--content-Wdith-1000);
  }
  .newsDetailTitle .title {
    font-size: 1.875vw;
    line-height: 2.5vw;
  }
  .newsDetailTitle .time {
    font-size: 0.8333vw;
  }
  .newsDetailTitle .time .Slash {
    padding: 0vw 0.625vw;
  }
  .newsDetailBox .newsDetailShare a {
    margin-right: 0.5208vw;
    width: 1.7708vw;
    height: 1.7708vw;
    line-height: 1.7708vw;
    font-size: 0.9375vw;
  }
  .newsDetailBox .newsDetail {
    padding: 2.6042vw 0vw;
    font-size: var(--text-fontsize-1200);
    line-height: 1.5625vw;
  }
  .newsDetailBox .prevNextArticle {
    padding-top: 2.0833vw;
  }
  .newsDetailBox .prevNextArticle a {
    padding: 0vw 1.25vw;
    width: 3.4375vw;
    margin-right: 0.5208vw;
    height: 2.4479vw;
    border-radius: 2.4479vw;
    font-size: 0.7292vw;
  }
  .newsDetailBox .prevNextArticle a:hover .prevText {
    margin-left: 0.5208vw;
  }
  .newsDetailBox .prevNextArticle a:hover .nextText {
    margin-right: 0.5208vw;
  }
  .newsDetailBox .prevNextArticle a.prevPageBtn:hover {
    width: 6.1458vw;
  }
  .newsDetailBox .prevNextArticle a.nextPageBtn:hover {
    width: 6.1458vw;
  }
}
@media (min-width: 1920px) {
  .newsDetailTitle {
    max-width: 52.0833vw;
  }
  .newsDetailBox {
    max-width: 52.0833vw;
  }
}
/* 联系我们 */
@media (min-width: 0px) {
  .contactUsMain .contactUsMainImg img {
    width: 100%;
    height: auto;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contactUsMain .commonMain {
    max-width: var(--content-Wdith);
    margin: 0px auto;
    padding: 0px 20px;
    margin-top: -184px;
  }
  .contactUsMain {
    position: relative;
  }
  .contactUsMain .titleBox {
    text-align: center;
    margin-bottom: 112px;
  }
  .contactUsMain .titleBox .title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
  }
  .contactUsMain .titleBox .desc {
    margin-top: 10px;
    padding: 0px 10px;
    font-size: 24px;
    line-height: 31px;
    font-weight: normal;
    color: #fff;
  }
  .contactUsMain .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
  }
  .contactUsMain .row .list {
    width: 100%;
    padding-top: 15px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  .contactUsMain .row .list:last-child {
    border-bottom: 0px;
  }
  .contactUsMain .row .list .icon {
    font-size: 24px;
    color: #000;
  }
  .contactUsMain .row .list .desc {
    margin-top: 10px;
    padding: 0px 10px;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    color: #333;
  }
  .contactUsMain .row .list .title {
    margin-top: 5px;
    font-size: 14px;
    color: #999;
  }
  .contactUsMain .row .list .desc a {
    color: #fff;
  }
  .contactUsMain .row .list::after {
    content: "";
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contactUsMain .row .list:nth-child(2n)::after {
    display: none;
  }
  .contactUsMain .row .list:last-child::after {
    display: none;
  }
  .message {
    background-color: #f6f7fb;
  }
  .message .contactUsMain {
    background: none;
    background-image: none;
  }
}
@media (min-width: 768px) {
  .contactUs .commonMain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 0px;
  }
  .contactUsMain .commonMain {
    max-width: var(--content-Wdith-768);
  }
  .contactUsMain .titleBox .title {
    font-size: 1.125vw;
  }
  .contactUsMain .titleBox .desc {
    font-size: var(--bigTitle-fontSize-768);
    line-height: var(--bigTitle-lineheight-768);
  }
  .contactUsMain .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 62.5vw;
    padding-top: 4.4271vw;
  }
  .contactUsMain .row .list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 33%;
    padding-top: 0vw;
    border-bottom: 0px;
  }
  .contactUsMain .row .list .icon {
    font-size: 2.8125vw;
    color: #fff;
  }
  .contactUsMain .row .list:nth-child(2n)::after {
    display: block;
  }
  .contactUsMain .row .list:last-child::after {
    display: none;
  }
  .contactUsMain .row .list .desc {
    margin-top: 1.5625vw;
    font-size: 1.25vw;
    line-height: 1.5625vw;
    font-weight: bold;
    color: #fff;
  }
  .contactUsMain .row .list .title {
    margin-top: 0.9375vw;
    font-size: 1vw;
    color: #999;
  }
  .contactUsMain .row .list::after {
    height: 6.875vw;
  }
  .message .commonMain {
    -webkit-transform: translateY(-6.0938vw);
       -moz-transform: translateY(-6.0938vw);
        -ms-transform: translateY(-6.0938vw);
            transform: translateY(-6.0938vw);
  }
}
@media (min-width: 1200px) {
  .contactUsMain .commonMain {
    max-width: var(--content-Wdith-1200);
  }
  .contactUsMain .titleBox .title {
    font-size: 0.9375vw;
  }
  .contactUsMain .titleBox .desc {
    font-size: var(--bigTitle-fontSize-1200);
    line-height: var(--bigTitle-lineheight-1200);
  }
  .contactUsMain .row {
    padding-top: 4.4271vw;
  }
  .contactUsMain .row .list .icon {
    font-size: 2.3438vw;
  }
  .contactUsMain .row .list .desc {
    margin-top: 1.3021vw;
    font-size: 1.0417vw;
    line-height: 1.3021vw;
  }
  .contactUsMain .row .list .title {
    margin-top: 0.7813vw;
    font-size: 0.8333vw;
  }
  .contactUsMain .row .list::after {
    height: 5.7292vw;
  }
}
@media (min-width: 0px) {
  .module_L58M04JT {
    position: relative;
    z-index: 10;
  }
  .module_L58M04JT .contactUsMain .commonMain {
    max-width: var(--content-Wdith);
    margin: 0px auto;
    padding: 0px 20px;
  }
  .module_L58M04JT .contactUsMain {
    padding: 35px 0px;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageDesc {
    background-image: url("../images/msg-bg.jpg");
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 25px;
    border-radius: 15px 15px 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageDesc .desc {
    font-size: var(--smallTitle-fontsize);
    line-height: var(--smallTitle-lineheight);
    padding-bottom: 15px;
    color: #fff;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageDesc .telBox .tel {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageDesc .telBox .telDesc {
    font-size: 12px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.5);
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm {
    padding: 20px;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox {
    width: 100%;
    margin-top: 15px;
    position: relative;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: #f8f8f8;
    border-radius: 15px;
    position: relative;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label input {
    width: 100%;
    height: 100%;
    background: none;
    vertical-align: middle;
    font-size: 14px;
    color: #000000;
    border: 0;
    outline: 0;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label textarea {
    display: block;
    width: 100%;
    height: 95px;
    font-size: 14px;
    background: none;
    resize: none;
    border: 0;
    outline: 0;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label em {
    display: block;
    position: absolute;
    left: 15px;
    font-size: 14px;
    font-style: normal;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label em i {
    color: #1273db;
    font-style: normal;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label.cur em {
    display: none;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox .vCode {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    border-radius: 0px 15px 15px 0px;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox b {
    position: absolute;
    top: 50%;
    right: 2.6vw;
    display: block;
    width: 0vw;
    height: 0vw;
    margin-top: -2.5px;
    border: 5px solid #999999;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    cursor: pointer;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .select input {
    pointer-events: none;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox .selectBox {
    display: none;
    position: absolute;
    top: 3.6vw;
    left: 0vw;
    width: -webkit-calc(100% - 0.5208vw - 0.5208vw);
    width: -moz-calc(100% - 0.5208vw - 0.5208vw);
    width: calc(100% - 0.5208vw - 0.5208vw);
    z-index: 9;
    border-radius: 0.4167vw;
    overflow: hidden;
    margin: 0 0.5208vw;
    padding: 0.7813vw;
    -webkit-box-shadow: 0 0 0.5208vw #ddd;
            box-shadow: 0 0 0.5208vw #ddd;
    background-color: #ffffff;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox .selectBox p {
    font-size: 0.8333vw;
    color: #6a6a6a;
    text-align: center;
    line-height: 2.1875vw;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0.2604vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox .selectBox p:hover {
    background-color: #3a90e0;
    color: #fff;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .button .btn {
    display: inline-block;
    width: 120px;
    height: 40px;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 700;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#3891ed), to(#0068d1));
    background: -webkit-linear-gradient(#3891ed, #0068d1);
    background: -moz-linear-gradient(#3891ed, #0068d1);
    background: linear-gradient(#3891ed, #0068d1);
    cursor: pointer;
    border: 0;
    outline: 0;
  }
}
@media (min-width: 768px) {
  .module_L58M04JT .contactUsMain {
    padding: 0vw 0vw;
  }
  .module_L58M04JT .contactUsMain .commonMain {
    max-width: var(--content-Wdith-768);
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm {
    padding: 4.25vw 6.75vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageDesc .desc {
    font-size: var(--smallTitle-fontsize-768);
    line-height: var(--smallTitle-lineheight-768);
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageDesc .telBox .tel {
    font-size: 1.25vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageDesc .telBox .telDesc {
    font-size: 0.875vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox {
    width: 50%;
    padding: 0vw 0.625vw;
    margin-top: 1.25vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label {
    padding: 1.25vw 1.5625vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label em {
    left: 1.5625vw;
    font-size: 0.875vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label input {
    font-size: 1vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label textarea {
    height: 5.9375vw;
    font-size: 1vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .row {
    width: 100%;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .button {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .button .btn {
    width: 12.5vw;
    height: 3.875vw;
    font-size: 0.875vw;
    border-radius: 20px;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox .vCode {
    right: 0.625vw;
    width: 8.4375vw;
  }
}
@media (min-width: 62vw) {
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1200px) {
  .module_L58M04JT .contactUsMain {
    padding: 5.72917vw 0vw;
    padding-top: 0vw;
  }
  .module_L58M04JT .contactUsMain .commonMain {
    width: 75vw;
    margin: 0 auto;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox {
    margin-bottom: 0vw;
    top: 0vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageDesc {
    width: 22.9167vw;
    padding: 4.6875vw 0vw 3vw 2.6042vw;
    border-radius: 0.7813vw 0vw 0vw 0.7813vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageDesc .desc {
    font-size: var(--smallTitle-fontsize-1200);
    line-height: var(--smallTitle-lineheight-1200);
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageDesc .telBox .tel {
    font-size: 1.0417vw;
    margin-bottom: 0.3646vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageDesc .telBox .telDesc {
    font-size: 0.7292vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm {
    padding: 5.2083vw 7.2917vw;
    border-radius: 0vw 0.7813vw 0.7813vw 0vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox {
    padding: 0vw 0.5208vw;
    margin-top: 1.0417vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label {
    padding: 1.0417vw 1.3021vw;
    border-radius: 0.4167vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label em {
    left: 1.3021vw;
    font-size: 0.8333vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label input {
    font-size: 0.8333vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox label textarea {
    height: 4.9479vw;
    font-size: 0.8333vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox .vCode {
    width: 7.0313vw;
    right: 0.5208vw;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .button .btn {
    width: 10.4167vw;
    height: 3.2292vw;
    font-size: 0.8333vw;
    border-radius: 1.5625vw;
  }
}
/* 服务理念 */
.serviceIdeaBg {
  height: 54.9479vw;
  padding-top: 4.7917vw;
}

.serviceIdeaBg .serviceIdeaTitle {
  width: 75vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2.0313vw;
}

.serviceIdeaBg .serviceIdeaTitle h1 {
  color: #fff;
  font-size: 3.8542vw;
  text-shadow: #000 0.0521vw 0 0, #000 0 0.0521vw 0, #000 -0.0521vw 0 0, #000 0 -0.0521vw 0;
  opacity: 0.2;
}

.serviceIdeaBg .serviceIdeaTitle p {
  font-size: 2.2917vw;
  color: #1d1e1e;
  font-weight: bold;
  margin-top: -1.9792vw;
}

.serviceIdeaBg .serviceIdeaRound {
  width: 62.5vw;
  margin: 0 auto;
  margin-bottom: -1.0417vw;
}

.serviceIdeaBg .serviceIdeaRound img {
  height: 9.375vw;
  -webkit-animation: right 50s infinite ease;
     -moz-animation: right 50s infinite ease;
          animation: right 50s infinite ease;
}

.serviceIdeaBg .serviceIdea {
  width: 62.5vw;
  margin: 0 auto;
}

.serviceIdeaBg .serviceIdea ul {
  padding-top: 1.8229vw;
  padding-left: 2.0833vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.serviceIdeaBg .serviceIdea ul::after {
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 62.5vw;
  height: 16.6667vw;
  background: url("../images/idea-bg2.png") no-repeat;
  background-size: 62.5vw 16.6667vw;
  content: "";
  display: block;
}

.serviceIdeaBg .serviceIdea ul li {
  margin-right: 2.0833vw;
}

.serviceIdeaBg .serviceIdea ul li:nth-child(1) div {
  background-color: #1f7de3;
}

.serviceIdeaBg .serviceIdea ul li:nth-child(2) div {
  background-color: #849aa6;
}

.serviceIdeaBg .serviceIdea ul li:nth-child(3) div {
  background-color: #3a454b;
}

.serviceIdeaBg .serviceIdea ul li:nth-child(4) div {
  background-color: #17497f;
}

.serviceIdeaBg .serviceIdea ul li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  width: 13.0208vw;
  height: 13.0208vw;
}

.serviceIdeaBg .serviceIdea ul li div h1 {
  font-size: 1.5625vw;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.2604vw;
}

.serviceIdeaBg .serviceIdea ul li div p {
  font-size: 0.9375vw;
  color: #fcfcfc;
}

.serviceIdeaBg .serviceIdea ul li img {
  display: block;
  width: 0.2083vw;
  margin: 0 auto;
  margin-top: -2.0313vw;
}

.serviceIdeaBg .serviceIdea ul li span {
  display: block;
  font-size: 0.8333vw;
  color: #3d5e6f;
  line-height: 1.25vw;
  text-align: center;
  margin-top: 0.9896vw;
}

@-webkit-keyframes right {
  0% {
    opacity: 0;
    margin-left: 0vw;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 52.0833vw;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes right {
  0% {
    opacity: 0;
    margin-left: 0vw;
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 52.0833vw;
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes right {
  0% {
    opacity: 0;
    margin-left: 0vw;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-left: 52.0833vw;
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*  */
.qsHotline ul li {
  margin-bottom: 0.52083vw;
  padding: 1.04167vw 1.5625vw;
  background: #eee;
  width: 100%;
}

.qsHotline ul li:hover {
  background: #f9f9f9;
}

.qsHotline ul li strong {
  float: left;
}

.qsHotline ul li p {
  font-size: 0.72917vw;
  margin: 0;
  float: left;
  width: 67%;
}

.qsHotline ul li img {
  margin-right: 0.3125vw;
}

.qsjj {
  padding: 1.04167vw;
  background: #fbfbfd;
}

.qsjj a {
  color: #337ab7;
}

.qsjj h1 {
  font-size: 1.25vw;
  color: #333;
  margin-bottom: 0.52083vw;
}

.qsjj p {
  font-size: 0.83333vw;
  color: #333;
  line-height: 1.35417vw;
  margin: 1.04167vw 0;
  text-align: justify;
}

.qsjj > img {
  width: 100%;
  display: inline-block;
}

.qsjj ul {
  overflow: hidden;
  text-align: center;
  margin: 2.08333vw 0;
}

.qsjj ul li {
  width: 21%;
  float: left;
}

.qsjj ul li + li {
  margin-left: 5%;
}

.qsjj ul li p {
  font-size: 0.72917vw;
  margin-top: 0;
  text-align: center;
}

.qsjj ul li .img {
  height: 3.125vw;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.main-body {
  padding-bottom: 4.16667vw;
}

.main-body .container {
  position: relative;
  padding-right: 0.78125vw;
  padding-left: 0.78125vw;
  margin-right: auto;
  margin-left: auto;
  max-width: 62.5vw;
  width: 90%;
}

.slogo,
.mslogo {
  width: 11.45833vw;
  height: 6.25vw;
  background: #1273db url("../images/qinshang.png") no-repeat center 80%;
  line-height: 5.20833vw;
  text-align: center;
  color: #fff;
  font-size: 1.25vw;
  position: absolute;
  top: -3.125vw;
  left: 0;
}

.content {
  padding-top: 4.16667vw;
  overflow: hidden;
}

.left-menu {
  width: 11.45833vw;
  float: left;
}

.right-content {
  width: 76%;
  float: right;
}

.left-menu ul li {
  background: url(../images/dot.png) repeat-x left bottom;
}

.left-menu ul li a {
  display: block;
  padding: 1.04167vw 0;
  color: #333;
  padding-left: 2.34375vw;
  font-size: 0.9375vw;
  position: relative;
  font-family: "siyuan medium";
}

.left-menu ul li a i {
  display: inline-block;
  border: 0.20833vw solid #aaa;
  border-color: transparent #aaa #aaa transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 1.04167vw;
  margin-top: -0.26042vw;
}

.left-menu ul li:hover > a,
.left-menu ul li.current > a {
  color: #1273db;
}

.left-menu ul li:hover > a i,
.left-menu ul li.current > a i {
  border-color: transparent #1273db #1273db transparent;
}

.climenu ul li.cli > a {
  color: #1273db;
}

.climenu ul li.cli > a i {
  border-color: transparent #1273db #1273db transparent;
}

/*实时股票*/
.qsShares .tit {
  padding-bottom: 0.52083vw;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 1.04167vw;
}

.qsShares .tit .lcon {
  float: left;
  text-align: center;
}

.qsShares .tit .lcon h1 {
  font-size: 1.875vw;
  font-weight: bold;
}

.qsShares .tit .lcon p {
  font-size: 1.25vw;
}

.qsShares .tit .rcon {
  float: right;
  text-align: right;
}

.qsShares .tit .rcon h1 {
  font-size: 1.875vw;
  font-weight: bold;
  position: relative;
  padding-right: 1.45833vw;
  margin-bottom: 1.25vw;
}

.qsShares .tit .rcon h1 i {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.3125vw;
}

.qsShares .tit .rcon h4 {
  font-size: 1.04167vw;
}

.qsShares .tit .rcon span {
  margin-left: 2.08333vw;
  display: inline-block;
}

.qsShares .tit .rise h1 {
  color: #ff0036;
}

.qsShares .tit .rise h4 {
  color: #ff0036;
}

.qsShares .tit .fall {
  display: none;
}

.qsShares .tit .fall h1 {
  color: #1273db;
}

.qsShares .tit .fall h4 {
  color: #1273db;
}

.qsShares .tit .rise i {
  border: 0.46875vw solid #ff0036;
  border-color: transparent transparent #ff0036 transparent;
}

.qsShares .tit .fall i {
  border: 0.46875vw solid #1273db;
  border-color: #1273db transparent transparent transparent;
  top: 0.83333vw !important;
}

.qsShares .tit .rcon p {
  font-size: 0.625vw;
}

.qsShares .tit .rcon p em {
  font-style: normal;
  margin-left: 0.52083vw;
}

.qsShares ul li {
  width: 16.5%;
  float: left;
  margin-bottom: 1.04167vw;
}

.qsShares ul li h1 {
  font-size: 1.04167vw;
  font-weight: bold;
  margin: 0;
}

.qsShares ul li p {
  font-size: 0.83333vw;
  color: #666;
  margin-top: 0.83333vw;
}

.qsShares ul li .pToday {
  color: #1273db;
}

.qsShares ul li .pToday-f {
  color: #ff0036;
  display: none;
}

.qsShares ul li .pVolume {
  color: #ff0036;
}

.qsShares ul li .pVolume-f {
  color: #1273db;
  display: none;
}

.qsShares .Chart {
  width: 100%;
  height: 20.83333vw;
  background: #eee;
}

.left-menu ul li.cli a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -0.41667vw;
}

/*实时股票end*/
@media (max-width: 991px) {
  .main-body .container {
    width: auto;
  }
  .mbwrapper {
    display: block;
  }
  .pcwrapper {
    display: none;
  }
  body {
    padding-top: 50px;
  }
  #idx_foot .pcnav,
  #idx_foot .pcnav,
  .slogo,
  .mslogo,
  .left-menu ul li a i,
  .pcleft {
    display: none;
  }
  .left-menu {
    width: 100%;
    padding-bottom: 0;
    background: #fff;
    float: none;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .left-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  /* ä¸¤ç«¯æŒ‰é’®*/
  .left-menu::-webkit-scrollbar-button {
    display: none;
  }
  /*æ»šåŠ¨æ¡è½¨é“èƒŒæ™¯é¢œè‰²*/
  .left-menu::-webkit-scrollbar-track-piece {
    background: #f5f5f5;
  }
  /*æ»šåŠ¨æ¡æ ·å¼*/
  .left-menu::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    border-radius: 5px;
  }
  .left-menu ul {
    width: 560px;
  }
  .left-menu ul li a {
    display: block;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
  }
  .left-menu ul li {
    float: left;
    /*background: #f5f5f5;*/
    margin-bottom: 0;
    text-align: center;
    width: auto;
    padding-right: 25px;
    /* margin-right: 20px; */
  }
  .content {
    padding-top: 30px;
  }
  .left-menu ul li:last-child {
    padding-right: 0px;
  }
  .left-menu ul li.ox > a,
  .left-menu ul li.current > a,
  .left-menu ul li.cli > a {
    border-bottom: 2px solid #1273db;
    background: none;
    padding: 10px;
    color: #1273db;
  }
  .left-menu ul li.cli a {
    background: none;
    color: #1273db;
  }
  .qsShares .tit .lcon h1 {
    font-size: 24px;
  }
  .qsShares ul li h1 {
    font-size: 16px;
  }
  .qsShares .tit .lcon p {
    font-size: 16px;
  }
  .qsShares ul li {
    width: 32.6%;
  }
  .left-menu ul li.cli .dropmenu {
    display: none;
  }
  /* .left-menu ul li.cli a {
        background: #1273db;
        color: #fff;
      } */
  .son-menu {
    background: #efefef;
    margin-bottom: 20px;
  }
  .son-menu a {
    display: inline-block;
    text-align: center;
    color: #666;
    font-size: 12px;
    width: 15%;
    height: 30px;
    line-height: 30px;
  }
  .son-menu a.current {
    background: #dfdfdf;
    color: #333;
  }
  #idx_foot .pcnav,
  #idx_foot .pcnav,
  .slogo,
  .mslogo,
  .left-menu ul li a i,
  .pcleft {
    display: none;
  }
  .right-content {
    width: 100%;
    float: none;
  }
  .qsjj p,
  .qsfz .text p,
  .qsry p,
  .qssz ul li,
  .qscpxq .proinfo .left p,
  .qscpxq .special .right ul li p,
  .qsdtxq h2 span,
  .qsgcxq h2 span,
  .qsgcxq .item span,
  .qsgcxq .contents p,
  .qsfw ul li p,
  .qsfw ul li span,
  .qszc .item h5,
  .qsrc p {
    font-size: 13px;
    line-height: 22px;
  }
}
/* 底部 */
.bottom_bg {
  min-height: 25vw;
  height: auto !important;
  background: url("../images/bottom_bg.jpg") no-repeat center/cover;
  padding-top: 0.0521vw;
  padding-bottom: 1.25vw;
}

.bottom {
  width: 75vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.0208vw;
}

.bottom_info {
  margin-top: 0.7292vw;
}

.bottom_info h1 {
  font-size: 1.3542vw;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.bottom_info h1 img {
  height: 1.1458vw;
  vertical-align: middle;
  margin-right: -0.2083vw;
}

.bottom_info p {
  font-size: 0.7292vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.25vw;
}

.bottom_info p a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.7292vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.25vw;
  margin-left: 0.3646vw;
  margin-right: 0.4688vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bottom_info p a:first-child {
  margin-left: 0vw;
}

.bottom_info p a:hover {
  opacity: 0.8;
}

.bottom_info > img {
  height: 3.2292vw;
  margin-top: 0.5208vw;
}

.bottom_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom_nav:first-child {
  margin-left: 0vw;
}

.bottom_nav dl {
  margin-left: 4.1667vw;
}

.bottom_nav dl dt {
  margin-bottom: 1.0417vw;
}

.bottom_nav dl dt a {
  font-size: 0.7813vw;
  color: rgba(178, 178, 178, 0.4);
}

.bottom_nav dl dd a {
  font-size: 0.7292vw;
  color: #A1A1A1;
  line-height: 1.6667vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bottom_nav dl dd a:hover {
  opacity: 0.8;
}

.bottom_logo {
  display: none;
}

.bottom_text {
  text-align: center;
  font-size: 0.6771vw;
  color: rgba(255, 255, 255, 0.2);
  margin-top: 6.25vw;
}

.bottom_text a {
  font-size: 0.6771vw;
  color: rgba(255, 255, 255, 0.2);
}

/* 平板 */
@media (max-width: 1200px) {
  /* 头部 */
  .top_bg {
    display: none;
  }
  /* 整体框架 */
  .main_swiper .swiper-slide.stop-swiping {
    height: auto;
  }
  /* banner */
  .banner_text h1 {
    font-size: 38px;
  }
  .banner_text a {
    width: 92px;
    height: 30px;
    line-height: 28px;
    border-width: 1px;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 20px;
  }
  .banner_text a img {
    height: 14px;
    margin-left: 6px;
  }
  .banner .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
  }
  .detailBanner {
    background-color: #f1f1f1;
  }
  /* 解决方案 */
  .isolutions_bg {
    padding: 50px 0;
  }
  .isolutions {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .isolutions_main ul li a {
    height: 23px;
    line-height: 23px;
    border-radius: 20px;
  }
  .isolutions_main ul li a img {
    height: 10px;
  }
  .round i {
    width: 23px;
    height: 23px;
    line-height: 23px;
  }
  .round span:nth-child(2) {
    width: 35px;
    height: 35px;
  }
  .round span:nth-child(1) {
    width: 53px;
    height: 53px;
  }
  /* 产品中心 */
  .iproducts_bg2 {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iproducts_bg img {
    height: auto;
  }
  .iproducts {
    width: 100%;
  }
  .iproducts_mark {
    min-width: 90px;
    height: 26px;
    line-height: 26px;
    padding-left: 17px;
    padding-right: 8px;
  }
  .iproducts_main ul li:nth-child(n+4) .iproducts_mark {
    padding-right: 17px;
    padding-right: 8px;
  }
  .iproducts_swiper2 {
    width: 80%;
  }
  .iproducts_swiper2 .swiper-slide-thumb-active {
    height: 75px;
  }
  .iproducts_name {
    width: auto;
    white-space: nowrap;
  }
  /* 案例 */
  .icase_bg {
    padding: 0 15px;
    padding-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .icase_title {
    margin-bottom: 40px;
  }
  .icase_title h1 {
    font-size: 28px;
  }
  .icase_swiper {
    width: -webkit-calc(100vw - 30px);
    width: -moz-calc(100vw - 30px);
    width: calc(100vw - 30px);
  }
  .icase_swiper .swiper-slide {
    height: auto;
  }
  .icase .swiper-button-next,
  .icase .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .icase .swiper-button-next::after,
  .icase .swiper-button-prev::after {
    font-size: 14px;
  }
  .icase .swiper-button-next {
    right: -15px;
    background: #1273db;
    border-color: #1273db;
  }
  .icase .swiper-button-next::after {
    color: #fff;
  }
  .icase .swiper-button-prev {
    left: -15px;
    background: #1273db;
    border-color: #1273db;
  }
  .icase .swiper-button-prev::after {
    color: #fff;
  }
  .icase .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
  }
  .icase_text {
    font-size: 16px;
  }
  /* 关于勤上 */
  .iaboutus_bg {
    padding-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iaboutus_title {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .iaboutus {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .iaboutus_title h1 {
    font-size: 28px;
  }
  .iaboutus_map_swiper {
    height: 40vw;
  }
  .iaboutus ul li {
    width: 21%;
    padding: 0 10px;
  }
  .iaboutus ul li img {
    height: 35px;
  }
  .iaboutus ul li h1 {
    font-size: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 9px;
  }
  .iaboutus ul li p {
    font-size: 14px;
    line-height: 22px;
  }
  .iaboutus_map1 .iaboutus_map1_item1 p {
    font-size: 14px;
  }
  .iaboutus_map2 ul li img {
    height: 22px;
  }
  .iaboutus_map {
    width: 100%;
  }
  .iaboutus_tip {
    right: 15px;
  }
  /* 搜索 */
  .searchResult {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 80px;
  }
  .searchResultList{
    margin-bottom: 30px;
  }
  .searchResult dl{
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
  .searchResult dl dt{
    font-size: 14px;
  }
  .searchResult dl dd{
    font-size: 14px;
  }
  .searchResultList li{
    padding: 18px 15px;
    margin-top: 12px;
  }
  .searchResultList li:first-child{
    margin-top: 0px;
  }
  .searchResultList li h3{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 2px;
  }
  .searchResultList li p{
    font-size: 14px;
    line-height: 23px;
  }
  /* 新闻动态 */
  .inews_bg {
    padding-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inews_title {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .inews_title h1 {
    font-size: 28px;
  }
  .inews_title a {
    width: 92px;
    height: 30px;
    line-height: 28px;
    border-width: 1px;
    border-radius: 20px;
    font-size: 14px;
  }
  .inews_title a img {
    height: 20px;
  }
  .inews {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .inews_left {
    width: 41.6%;
  }
  .inews .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
  }
  .inews_right ul li {
    width: 48%;
  }
  .inews_left a {
    position: relative;
  }
  .inews_left_text h1 {
    font-size: 16px;
    line-height: 26px;
  }
  .inews_right_text {
    margin-top: 10px;
  }
  .inews_right_text h1 {
    min-height: 78px;
    font-size: 16px;
    line-height: 26px;
  }
  .inews_right_text p {
    margin-bottom: 0%;
  }
  .inews_right_text i {
    display: block;
    text-align: right;
    line-height: 14px;
    height: 14px;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .inews_right_text i img {
    height: 20px;
  }
  /* 产品中心 */
  .productsBg {
    padding-top: 50px;
  }
  .productsBg .topProducts {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 30px;
    border-radius: 20px;
  }
  .productsBg .topProducts .topProductsText {
    width: 40%;
  }
  .productsBg .topProducts .topProductsText span {
    font-size: 14px;
  }
  .productsBg .topProducts .topProductsText h1 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .productsBg .topProducts .topProductsText p {
    font-size: 14px;
    line-height: 25px;
  }
  .productsBg .topProducts .topProductsText a {
    width: 98px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    border-radius: 30px;
  }
  .productsBg .topProducts .topProductsImg img {
    height: 250px;
  }
  .productsBg .products {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .productsBg .products ul li {
    width: 48.5%;
    border-radius: 10px;
    padding-top: 45px;
    padding-bottom: 30px;
    margin-right: 3%;
  }
  .productsBg .products ul li:nth-child(2n+2) {
    margin-right: 0% !important;
  }
  .productsBg .products ul li:nth-child(3n+3) {
    margin-right: 3%;
  }
  .productsBg .products ul li .productsText h1 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .productsBg .products ul li .productsImg img {
    height: 250px;
  }
  .productsBg .products ul li .productsText p {
    font-size: 12px;
  }
  .productsBg .products ul li .productsTag {
    top: 40px;
    right: 40px;
    font-size: 14px;
  }
  /* 产品详情 */
  .productsFeature {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .productsFeature .productsTitle {
    margin-bottom: 25px;
  }
  .productsTitle h1 {
    font-size: 24px;
  }
  .productsFeature .productsFeatureSwiper .swiper-slide {
    min-height: 150px;
    height: auto;
    border-radius: 10px;
    padding: 20px;
  }
  .productsFeature .productsFeatureSwiper .swiper-slide img {
    height: 45px;
  }
  .productsFeature .productsFeatureSwiper .swiper-slide p {
    font-size: 14px;
    line-height: 26px;
  }
  .productsFeature .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsSwiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsSwiper .swiper-pagination-bullet-active {
    background: #1273db;
    border-color: #1273db;
  }
  /* 智慧功能 */
  .functionBg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .functionBg .function .functionTitle h1 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .functionBg .function .functionTitle img {
    height: 35px;
  }
  .functionBg .function .functionMain {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  /* 适用场景 */
  .trialScenarioBg .productsTitle {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .trialScenarioBg .trialScenario {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .trialScenarioBg .trialScenarioTabr .swiper-slide {
    min-width: 80px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 20px;
    padding: 0 15px;
  }
  .trialScenarioBg .trialScenarioSwiper .swiper-slide {
    border-radius: 10px;
    margin-right: 25px;
  }
  .trialScenarioBg .trialScenarioSwiper .swiper-slide img {
    height: auto;
  }
  /* 技术参数 */
  .parameterBg {
    height: auto;
    padding: 50px 0px 70px;
  }
  .parameterBg .productsTitle {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .parameterBg .parameter {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 25px;
    padding: 40px 0;
  }
  .parameterBg .parameter .parameterText {
    width: 60%;
  }
  .parameterBg .parameter .parameterText .parameterTable {
    width: 100%;
    height: 300px;
  }
  .parameterBg .parameter .parameterText .parameterTable::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .parameterBg .parameter .parameterText .parameterTable table th {
    font-size: 14px;
  }
  .parameterBg .parameter .parameterText .parameterTable table td,
  .parameterBg .parameter .parameterText .parameterTable table th {
    min-width: 87px;
    padding: 8px 14px;
    border-width: 1px;
  }
  .parameterBg .parameter .parameterText .parameterTable table td,
  .parameterBg .parameter .parameterText .parameterTable table td span {
    font-size: 12px !important;
  }
  .parameterBg .parameter .parameterSwiper .swiper-slide img {
    height: 250px;
  }
  .parameterBg .parameter .parameterText .parameterBtns a {
    width: 111px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 17px;
  }
  .parameterBg .parameter .parameterText .parameterBtns a img {
    height: 11px;
    margin-top: -1px;
    margin-left: 6px;
  }
  .parameterBg .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
  }
  /* 配光曲线 */
  .curveBg .productsTitle {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .curveBg .curveSwiper {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 25px 0px 50px;
  }
  .curveBg .curveSwiper .swiper-slide {
    border-radius: 15px;
  }
  .curveBg .curveSwiper .swiper-slide img {
    height: 180px;
  }
  .curveBg .curveSwiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
  }
  /* 工程案例分类导航 */
  .caseListBg {
    border-width: 1px;
    margin-bottom: 50px;
  }
  .caseListBg .caseList h1 {
    font-size: 22px;
  }
  .caseListBg .caseList {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .caseListBg .caseList ul {
    width: 75%;
  }
  .caseListBg .caseList ul li a {
    min-width: 114px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 15px;
    margin: 4px;
  }
  .case {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .case .caseMain1 .caseMain1Left {
    width: 66%;
  }
  .case .caseMain1 .caseMain1Right {
    width: 31.8%;
  }
  .case .caseMainImg > img {
    height: auto;
  }
  .case .caseMainTitle {
    font-size: 14px;
  }
  .case .caseMainText {
    padding: 7%;
  }
  .case .caseMainText h1 {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .case .caseMainText {
    font-size: 14px;
    line-height: 22px;
  }
  .case .caseMainText i img {
    height: 20px !important;
  }
  .case .caseMainImg {
    border-radius: 15px;
  }
  .case .caseMainText {
    border-radius: 15px;
  }
  .case .caseMain2 ul li .caseMainImg img {
    height: auto;
  }
  .case .caseMain2 ul li .caseMainText h1 {
    font-size: 14px;
  }
  .case .caseMain2 ul li .caseMainText {
    font-size: 14px;
    line-height: 22px;
  }
  .case .caseMain2 ul li .caseMainText {
    padding: 5%;
  }
  /* 资料下载 */
  .downloadListBg {
    padding: 50px 0px;
    height: auto;
  }
  .downloadListBg .downloadListTitle {
    margin-bottom: 15px;
  }
  .downloadListBg .downloadListTitle h1 {
    font-size: 24px;
    margin-bottom: 17px;
  }
  .downloadListBg .downloadList {
    border-radius: 30px;
  }
  .downloadListBg .downloadList a {
    width: 114px;
    height: 33px;
    line-height: 33px;
    border-radius: 30px;
    font-size: 14px;
  }
  .downloadListBg .downloadList .downloadListGradient {
    width: 114px;
    height: 33px;
    line-height: 33px;
    border-radius: 30px;
  }
  .downloadListBg .downloadListSearch {
    width: 360px;
  }
  .downloadListBg .downloadListSearch input[type=text] {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 35px;
    font-size: 14px;
  }
  .downloadListBg .downloadListSearch i {
    font-size: 18px;
    margin-left: 10px;
  }
  .downloadBook {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .downloadBook ul li {
    width: 46%;
    margin-right: 8%;
  }
  .downloadBook ul li:nth-child(2n+2) {
    margin-right: 0% !important;
  }
  .downloadBook ul li:nth-child(3n+3) {
    margin-right: 8%;
  }
  .downloadBook ul li a {
    padding: 0 5%;
  }
  .downloadBook ul li .downloadBookImg {
    width: 190px;
    height: 190px;
  }
  .downloadBook ul li .downloadBookImg img {
    height: 190px;
  }
  .downloadBook ul li .downloadBookText {
    width: 185px;
  }
  .downloadBook ul li .downloadBookText h1 {
    font-size: 18px;
  }
  .downloadBook ul li .downloadBookText p {
    font-size: 14px;
  }
  .downloadBook ul li .downloadBookText i {
    width: 40px;
    height: 28px;
    line-height: 26px;
    border-radius: 20px;
  }
  .downloadBook ul li .downloadBookText i img {
    height: 14px;
  }
  .downloadVideo {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .downloadVideo ul li {
    border-radius: 10px;
  }
  .downloadVideo ul li .downloadVideoText {
    height: 55px;
    padding: 0 15px;
  }
  .downloadVideo ul li .downloadVideoText span {
    font-size: 14px;
  }
  .downloadVideo ul li .downloadVideoText img {
    height: 18px;
  }
  .downloadVideo ul li .downloadVideoImg i {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
  /* 勤上影像 */
  .videoBg {
    padding-top: 50px;
  }
  .videoBg .video {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .videoBg .video ul li {
    border-radius: 14px;
  }
  .videoBg .video ul li .videoText {
    height: 70px;
    padding: 0 20px;
  }
  .videoBg .video ul li .videoText p {
    font-size: 14px;
  }
  .videoBg .video ul li .videoText span {
    font-size: 14px;
  }
  .videoBg .video ul li .videoText span img {
    height: 16px;
    margin-left: 7px;
  }
  /* 内页banner */
  .detailBanner .detailBannerProducts {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .detailBanner img.pc {
    min-height: 500px;
    height: auto;
  }
  .detailBanner .detailBannerText h1 {
    font-size: 30px;
  }
  .detailBanner .detailBannerText p {
    font-size: 16px;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsText {
    width: 50%;
    max-width: 400px;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsText h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsText a {
    width: 95px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 20px;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsSwiper {
    width: 250px;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsSwiper .swiper-slide {
    text-align: center;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsSwiper .swiper-slide img {
    height: 250px;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsText p {
    font-size: 14px;
    line-height: 24px;
  }
  /* 解决方案 */
  .solutionsOverviewBg {
    padding-top: 50px;
  }
  .solutionsOverviewBg .solutionsOverview {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .solutionsOverviewBg .solutionsOverview h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .solutionsOverviewBg .solutionsOverview p {
    font-size: 14px;
    line-height: 22px;
  }
  .solutionsOverviewBg .solutionsOverview img {
    height: 35px;
  }
  .solutionsIntroduce {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .solutionsIntroduce .solutionsIntroduceCenter {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .solutionsIntroduce .solutionsIntroduceText {
    width: 30%;
  }
  .solutionsIntroduce .solutionsIntroduceText h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .solutionsIntroduce .solutionsIntroduceText p {
    font-size: 14px;
    line-height: 22px;
  }
  .solutionsArchitectureBg2 .solutionsArchitectureBg{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .solutionsArchitectureBg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureTitle h1 {
    font-size: 24px;
  }
  .solutionsArchitectureBg .solutionsArchitecture {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureMain .swiper-slide {
    min-height: 259px;
  }
  .solutionsArchitectureBg .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
  }
  .solutionsArchitectureBg2 .solutionsArchitectureTitle2 h1{
    font-size: 24px;
  }
  .solutionsApplicationBg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .solutionsApplicationBg .solutionsApplication .solutionsApplicationTitle h1 {
    font-size: 24px;
  }

  .solutionsApplicationBg .solutionsApplication .solutionsApplicationTitle img {
    height: 35px;
  }
  .solutionsApplicationBg .solutionsApplication {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .solutionsSceneBg .solutionsScene .solutionsSceneTitle h1 {
    font-size: 24px;
  }
  .solutionsSceneBg {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .solutionsSceneBg .solutionsScene {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .solutionsSceneBg .solutionsScene .solutionsSceneMain .swiper-slide .solutionsSceneText {
    font-size: 14px;
  }
  .solutionsSceneBg .solutionsScene .solutionsSceneMain .swiper-slide .solutionsSceneImg {
    border-radius: 14px;
  }
  .solutionsSceneBg .swiper-pagination {
    bottom: 44px !important;
  }
  .solutionsSceneBg .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
  }
  .solutionsArchitectureBg .swiper-pagination {
    bottom: 44px !important;
  }
  .solutionsTypeBg {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .solutionsTypeBg .solutionsType {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .solutionsTypeBg .solutionsType .solutionsTypeTitle h1 {
    font-size: 24px;
  }
  .solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide {
    border-radius: 14px;
  }
  .solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide .solutionsTypeText span {
    font-size: 14px;
  }
  .solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide .solutionsTypeText i {
    font-size: 14px;
  }
  .solutionsTypeBg .solutionsType .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
  }
  .solutionsTypeBg .solutionsType .swiper-pagination {
    bottom: 44px !important;
  }
  .solutionsCaseBg {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .solutionsCaseBg .solutionsCaseTitle h1 {
    font-size: 24px;
  }
  .solutionsCaseBg .solutionsCase {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .solutionsCaseBg .solutionsCase .swiper-slide {
    border-radius: 14px;
  }
  .solutionsCaseBg .solutionsCase .swiper-slide .solutionsCaseText {
    font-size: 14px;
  }
  .solutionsCaseBg .swiper-pagination {
    bottom: 44px !important;
  }
  .solutionsCaseBg .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
  }
  /* 服务理念 */
  .serviceIdeaBg {
    height: 640px;
    padding-top: 50px;
  }
  .serviceIdeaBg .serviceIdeaTitle h1 {
    font-size: 41px;
  }
  .serviceIdeaBg .serviceIdeaTitle p {
    font-size: 24px;
  }
  .serviceIdeaBg .serviceIdea {
    width: 666px;
  }
  .serviceIdeaBg .serviceIdea ul::after {
    width: 666px;
    height: 177px;
    background-size: 666px 177px;
  }
  .serviceIdeaBg .serviceIdeaRound img {
    height: 100px;
  }
  .serviceIdeaBg .serviceIdea ul {
    padding-left: 22px;
    padding-top: 20px;
  }
  .serviceIdeaBg .serviceIdea ul li {
    margin-right: 22px;
  }
  .serviceIdeaBg .serviceIdea ul li div {
    width: 138px;
    height: 138px;
  }
  .serviceIdeaBg .serviceIdea ul li div h1 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .serviceIdeaBg .serviceIdea ul li div p {
    font-size: 14px;
  }
  .serviceIdeaBg .serviceIdea ul li img {
    width: 2px;
    margin-top: -20px;
  }
  .serviceIdeaBg .serviceIdea ul li span {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
  /* 解决方案 */
  .solutions ul li .solutionsCenter {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .solutions ul li .solutionsText h1 {
    font-size: 27px;
  }
  .solutions ul li .solutionsText p {
    font-size: 14px;
  }
  .solutions ul li .solutionsText a {
    width: 77px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px;
    font-size: 12px;
  }
  .solutions ul li .solutionsText a:hover {
    width: 93px;
  }
  /* 公司简介 */
  .q_about_main1 .txt_mask .title h1 {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 17px;
  }
  .q_about_main1 .txt_mask .title p {
    font-size: 14px;
    line-height: 21px;
  }
  .q_about_main1 .txt_mask .abstract .aboutusDigit ul li h1 {
    font-size: 22px;
  }
  .q_about_main1 .txt_mask .abstract .aboutusDigit ul li p {
    font-size: 14px;
  }
  .q_about_main1 .txt_mask .abstract .aboutusDigit ul li img {
    height: 39px;
  }
  /* 历史历程 */
  .course_list .item {
    padding: 21px 0px;
  }
  .course_list .c_year {
    font-size: 14px;
  }
  .course_list .c_desc {
    font-size: 14px;
  }
  /* 荣誉 */
  .honorBg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .aboutusTitle {
    margin-bottom: 25px;
  }
  .honorBg .honor .honorImg h1 {
    font-size: 26px;
  }
  .honorBg .honor .honorImg p {
    font-size: 14px;
    line-height: 21px;
  }
  .honorBg .honor .historySwiper .swiper-slide p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  /* 资质 */
  .qualificationsBg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .qualificationsBg .qualifications .qualificationsRight .qualificationsText p {
    font-size: 14px;
    line-height: 22px;
    padding: 11px 0px;
  }
  .qualificationsBg .qualifications .qualificationsRight .qualificationsText p img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  /* 业务板块 */
  .business {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .business .aboutusTitle {
    margin-bottom: 25px;
  }
  .business .businessMain {
    border-radius: 0px 20px 0px 20px;
  }
  .business .businessList .swiper-slide {
    min-width: 80px;
    height: 33px;
    line-height: 31px;
    border-width: 1px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 20px;
  }
  .business .businessBlue {
    margin-right: -20px;
    margin-top: -160px;
  }
  /* 常见问题 */
  .faqBg {
    padding-top: 50px;
  }
  .faqBg .faq {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .faqBg .faq ul li {
    padding: 0 30px;
    padding-top: 17px;
    padding-bottom: 10px;
  }
  .faqBg .faq ul li span.icon {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    margin-right: 8px;
  }
  .faqBg .faq ul li .faqAsk h1 {
    font-size: 15px;
    line-height: 25px;
  }
  .faqBg .faq ul li .faqAnswer p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 0px;
  }
  /* 数字勤上 */
  .digitBg {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .aboutusTitle h1 {
    font-size: 24px;
  }
  .digitBg .digitMain {
    width: 200px;
  }
  .digitBg .digitMain::after {
    width: 324px;
    height: 324px;
    background-size: 324px 324px;
    margin-top: -162px;
    margin-left: -162px;
  }
  .digitBg .digitMain .swiper-slide {
    width: 200px;
    height: 200px;
  }
  .digitBg .digitMain .swiper-slide h1 {
    font-size: 64px;
  }
  .digitBg .digitMain .swiper-slide p {
    font-size: 14px;
  }
  .digitBg .digitOptions {
    width: 434px;
    height: 231px;
    background-size: 434px 231px;
    margin-top: -101px;
  }
  .digitBg .digitOptions .swiper-slide p {
    font-size: 14px;
  }
  .digitBg .digitOptions .swiper-slide {
    height: 22px;
  }
  .digitBg .digitOptions .swiper-slide i {
    width: 14px;
    height: 14px;
  }
  .digitBg .digitOptions .swiper-slide i::after {
    width: 7px;
    height: 7px;
  }
  .digitBg .digitOptions .swiper-slide.active i::after {
    width: 3px;
    height: 3px;
  }
  .digitBg .digitOptions .swiper-slide:nth-child(1) {
    left: -100px;
  }
  .digitBg .digitOptions .swiper-slide:nth-child(2) {
    left: -61px;
    top: 106px;
  }
  .digitBg .digitOptions .swiper-slide:nth-child(3) {
    left: 40px;
    top: 196px;
  }
  .digitBg .digitOptions .swiper-slide:nth-child(4) {
    right: 40px;
    top: 196px;
  }
  .digitBg .digitOptions .swiper-slide:nth-child(5) {
    right: -70px;
    top: 106px;
  }
  .digitBg .digitOptions .swiper-slide:nth-child(6) {
    right: -115px;
  }
  /* 面包屑导航 */
  .breadcrumbNav {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 35px;
    margin-top: -35px;
  }
  .breadcrumbNav ul li img {
    height: 17px;
    margin-top: -2px;
  }
  .breadcrumbNav ul li i {
    font-size: 14px;
  }
  .breadcrumbNav ul li a {
    font-size: 14px;
  }
  /* 底部 */
  .bottom_bg {
    padding-bottom: 20px;
  }
  .bottom {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 30px;
  }
  .bottom_info {
    width: 26%;
  }
  .bottom_info h1 {
    font-size: 14px;
  }
  .bottom_info h1 img {
    height: 19px;
  }
  .bottom_info p {
    font-size: 14px;
    line-height: 22px;
  }
  .bottom_info > img {
    height: 80px;
  }
  .bottom_nav dl {
    margin-left: 25px;
  }
  .bottom_nav dl dt {
    margin-bottom: 10px;
  }
  .bottom_nav dl dt a {
    font-size: 16px;
  }
  .bottom_nav dl dd a {
    font-size: 14px;
    line-height: 24px;
  }
  .bottom_text {
    margin-top: 50px;
  }
  /* 分页器 */
  .main_pagination .swiper-pagination-bullet {
    width: 70px;
    height: 15px;
  }
  .main_pagination .swiper-pagination-bullet i {
    width: 26px;
  }
  .main_pagination .swiper-pagination-bullet-active i {
    width: 40px;
  }
  .main_pagination .swiper-pagination-bullet span {
    font-size: 14px;
  }
  /* 鼠标图标 */
  .main_mouse {
    left: -webkit-calc(50% - 13.25px);
    left: -moz-calc(50% - 13.25px);
    left: calc(50% - 13.25px);
  }
  .main_mouse img {
    height: 35px;
  }
}
/* 移动端 */
@media (max-width: 768px) {
  .solutions ul li .solutionsImg img {
    max-height: 400px !important;
    min-height: 220px;
  }
  .solutions ul li .solutionsText2 {
    display: none;
  }
  /* 整体框架 */
  .main_swiper {
    height: auto;
  }
  .main_swiper > .swiper-wrapper > .swiper-slide {
    height: auto;
  }
  /* 分页器 */
  .main_pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: 13px 0 !important;
    opacity: 1;
  }
  .main_pagination .swiper-pagination-bullet i {
    display: none;
  }
  .main_pagination .swiper-pagination-bullet span {
    display: none;
  }
  .main_pagination .swiper-pagination-bullet-active {
    background: #1273db;
    border-color: #1273db;
  }
  /* banner */
  .banner_text {
    width: 90%;
  }
  .banner_text h1 {
    font-size: 35px;
  }
  .banner_text a {
    width: 103px;
    height: 34px;
    line-height: 32px;
    font-size: 11px;
  }
  /* 解决方案 */
  .isolutions_bg {
    height: auto;
    padding: 0px 0px;
  }
  .isolutions_bg .isolutions {
    display: none;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .isolutions_bg .sj_isolutions {
    display: block;
    top: -webkit-calc(50% + 30px);
    top: -moz-calc(50% + 30px);
    top: calc(50% + 30px);
  }
  .isolutions_main ul li a {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-left: 32px;
    min-width: 120px;
    padding: 0 12px;
  }
  .isolutions_main ul li a img {
    height: 16px;
  }
  .round span:nth-child(1) {
    width: 56px;
    height: 56px;
  }
  .round span:nth-child(2) {
    width: 38px;
    height: 38px;
  }
  .isolutions_main ul li:nth-child(n+5) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .isolutions_main ul li:nth-child(n+5) a {
    margin-right: auto;
    margin-left: 32px;
  }
  .isolutions_main ul li.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .isolutions_main ul li.right a {
    margin-right: 32px;
    margin-left: auto;
  }
  .round i {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .round i img {
    height: 10px;
  }
  /* 产品 */
  .iproducts_bg2 {
    position: relative;
    height: auto;
    display: block;
  }
  .iproducts_bg img.pc {
    display: none;
  }
  .iproducts_bg img.sj {
    display: block;
  }
  .iproducts .round {
    display: none;
  }
  .iproducts-title {
    display: block;
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    z-index: 9;
  }
  .iproducts-title h1 {
    font-size: 27.6px;
    color: #ffffff;
    font-weight: bold;
  }
  .iaboutus_map_swiper {
    height: auto;
  }
  .iproducts_swiper2 {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    top: 120px;
    bottom: auto;
  }
  .iproducts_swiper2 .swiper-wrapper{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .iproducts_name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 8.5px;
    margin-top: 4px;
  }
  .iproducts_icon {
    width: 48px;
    height: 48px;
  }
  .iproducts_icon img {
    height: 26px;
  }
  .circle_box {
    width: 48px;
    height: 48px;
    border-width: 4px;
  }
  .circle_box svg {
    width: 48px;
    height: 48px;
    margin-top: -4px;
    margin-left: -4px;
    stroke-width: 4px;
  }
  .iproducts_swiper2 .swiper-slide::after {
    top: 25px;
  }
  .iproducts_main ul li {
    top: 325px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .iproducts_mark {
    display: none;
  }
  .iproducts_box {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 268px;
    height: auto;
    border-radius: 10px;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .iproducts_main ul li.active .iproducts_box{
    height: auto;
  }
  .iproducts_box .iproducts_text {
    min-height: 113px;
    padding: 20px 0px;
  }
  .iproducts_box .iproducts_text h1 {
    font-size: 9px;
    margin-bottom: 3px;
  }
  .iproducts_box .iproducts_text p {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .iproducts_box .iproducts_text i {
    font-size: 11px;
  }
  .iproducts_box .iproducts_text i img {
    height: 21px;
  }
  .iaboutus_tip {
    left: 50%;
    right: auto;
    bottom: -140px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold;
  }
  /* 案例 */
  .icase_bg {
    height: auto;
    padding-top: 60px;
    padding-bottom: 145px;
  }
  .icase_title {
    opacity: 1;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    margin-bottom: 30px;
  }
  .icase_swiper .swiper-slide {
    opacity: 1;
    border-radius: 10px;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .icase .swiper-button-next,
  .icase .swiper-button-prev {
    display: none;
  }
  .icase_text {
    font-size: 16.5px;
    left: 50%;
    bottom: 18px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .icase_img img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .icase .swiper-pagination {
    bottom: -15% !important;
  }
  /* 关于我们 */
  .iaboutus_bg {
    height: auto;
    padding-top: 60px;
    padding-bottom: 170px;
  }
  .iaboutus_title {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .iaboutus_title h1 {
    font-size: 25px;
  }
  .iaboutus {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .iaboutus_map_swiper {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: scale(1.35) !important;
       -moz-transform: scale(1.35) !important;
        -ms-transform: scale(1.35) !important;
            transform: scale(1.35) !important;
  }
  .iaboutus ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .iaboutus ul li {
    width: 33%;
    margin-bottom: 30px;
    padding: 0px 5px;
  }
  .iaboutus ul li h1 {
    font-size: 23px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .iaboutus ul li h1 i{
    font-size: 16px;
  }
  .iaboutus ul li p {
    text-align: center;
    font-size: 9px;
    line-height: 13px;
  }
  .iaboutus ul li img {
    height: 24px;
    margin-right: 5px;
  }
  .iaboutus_map {
    margin-top: 20px;
  }
  .iaboutus_map_swiper .swiper-slide {
    width: 100%;
    opacity: 1 !important;
    z-index: 9;
    pointer-events: all !important;
  }
  .iaboutus_map1 {
    display: none;
  }
  .iaboutus_map2 ul li p {
    font-size: 8px;
  }
  .iaboutus_map2 ul li:hover p {
    width: auto;
    padding-left: 22px;
  }
  img.iaboutus_map_bg {
    margin-top: 24px;
    margin-left: 1px;
  }
  /* 新闻动态 */
  .inews_bg {
    height: auto;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .inews_title {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .inews_title a {
    display: none;
  }
  .inews {
    display: block;
  }
  .inews_left {
    /* display: none; */
    width: 100%;
    border-radius: 0px;
    margin-bottom: 25px;
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .inews_left_img {
    border-radius: 10px;
  }
  .inews_left_img img {
    height: 209px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inews_left_text {
    position: static;
    width: 100%;
    margin-top: 18px;
  }
  .inews_left_text h1 {
    font-size: 16.5px;
    line-height: 21px;
    color: #37383a;
  }
  .inews_left_text p {
    color: #b0b0b0;
    font-size: 11px;
  }
  .inews_left_text i {
    display: none;
    color: #b0b0b0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: right;
    line-height: 14px;
    height: 14px;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .inews_left_text i img {
    height: 20px;
    -webkit-filter: contrast(0.5);
            filter: contrast(0.5);
  }
  .inews_right {
    /* width: 100%; */
    width: 90vw;
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .inews .swiper-pagination {
    width: 100% !important;
    bottom: -20px !important;
  }
  .inews_right ul {
    display: block;
  }
  .inews_right ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .inews_right_img {
    border-radius: 10px;
  }
  .inews_right_img img {
    height: 209px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inews_right_text {
    margin-top: 18px;
  }
  .inews_right_text h1 {
    font-size: 16.5px;
    line-height: 21px;
    min-height: auto;
    margin-bottom: 7px;
    font-weight: normal;
  }
  .inews_right_text p {
    font-size: 11px;
  }
  .inews_right_text i {
    display: none;
  }
  /* 鼠标图标 */
  .main_mouse {
    display: none;
  }
  /* 内页banner */
  .detailBanner img.pc {
    display: none;
  }
  .detailBanner img.mobile {
    display: block;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .detailBanner .detailBannerText {
    width: 90%;
  }
  .detailBanner .detailBannerText h1 {
    font-size: 26px;
  }
  .detailBanner .detailBannerText p {
    font-size: 14px;
  }
  /* 面包屑导航 */
  .breadcrumbNav {
    position: absolute;
    top: 270px;
    left: 20px;
    height: 28px;
    margin-top: 0px;
  }
  .breadcrumbNav ul li a {
    font-size: 11px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .breadcrumbNav ul li i {
    font-size: 11px;
  }
  .breadcrumbNav ul li img {
    height: 16px;
    margin-top: -1px;
  }
  /* 解决方案 */
  .solutions {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 40px 0px;
  }
  .solutions ul li {
    display: block;
    margin-bottom: 23px;
  }
  .solutions ul li:nth-child(odd) {
    display: block;
  }
  .solutions ul li .solutionsImg {
    width: 100%;
  }
  .solutions ul li .solutionsCenter {
    width: 100%;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0 !important;
  }
  .solutions ul li .solutionsText {
    width: 100%;
    margin-top: 13px;
    position: relative;
  }
  .solutions ul li .solutionsText h1 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .solutions ul li .solutionsText p {
    margin-bottom: 0px;
  }
  .solutions ul li .solutionsText a {
    width: 93px;
    background: -webkit-gradient(linear, left bottom, left top, from(#0266D2), to(#459AF6));
    background: -webkit-linear-gradient(bottom, #0266D2, #459AF6);
    background: -moz-linear-gradient(bottom, #0266D2, #459AF6);
    background: linear-gradient(0deg, #0266D2, #459AF6);
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .solutions ul li .solutionsText a i {
    font-size: 12px;
  }
  .solutions ul li::after {
    display: none;
  }
  /* 解决方案详情 */
  .solutionsOverviewBg {
    padding-top: 40px;
  }
  .solutionsIntroduce {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .solutionsIntroduce .solutionsIntroduceImg {
    width: 100%;
  }
  .solutionsOverviewBg .solutionsOverview {
    margin-bottom: 25px;
  }
  .solutionsIntroduce ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solutionsIntroduce .solutionsIntroduceCenter {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .solutionsIntroduce .solutionsIntroduceText {
    width: 100%;
    margin-top: 18px;
  }
  .solutionsIntroduce .solutionsIntroduceText h1 {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .solutionsArchitectureBg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .solutionsArchitectureBg2 .solutionsArchitectureBg{
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureTitle {
    margin-bottom: 25px;
  }
  .solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureTitle h1 {
    text-align: center;
  }
  .solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureMain .swiper-slide h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .solutionsArchitectureBg .solutionsArchitecture .solutionsArchitectureMain .swiper-slide {
    padding: 20px;
    border-radius: 10px;
  }
  .solutionsArchitectureBg2 .solutionsArchitectureTitle2{
    margin-bottom: 25px;
  }
  .solutionsApplicationBg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .solutionsApplicationBg .solutionsApplication .solutionsApplicationTitle {
    margin-bottom: 25px;
  }
  .solutionsSceneBg {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .solutionsSceneBg .solutionsScene .solutionsSceneTitle {
    margin-bottom: 25px;
  }
  .solutionsSceneBg .solutionsScene .solutionsSceneMain .swiper-slide .solutionsSceneText {
    left: 5%;
    bottom: 6%;
  }
  .solutionsTypeBg .solutionsType .solutionsTypeTitle {
    margin-bottom: 25px;
  }
  .solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide {
    padding-bottom: 25px;
  }
  .solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide .solutionsTypeImg {
    width: 80%;
    margin: 0 auto;
  }
  .solutionsTypeBg .solutionsType .solutionsTypeMain .swiper-slide .solutionsTypeText h1 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .solutionsCaseBg {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .solutionsCaseBg .solutionsCaseTitle {
    margin-bottom: 25px;
  }
  .solutionsCaseBg .solutionsCase .swiper-slide .solutionsCaseText {
    left: 5%;
    bottom: 6%;
  }
  .solutionsCaseBg .solutionsCaseMore a {
    width: 93px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(#0266D2), to(#459AF6));
    background: -webkit-linear-gradient(bottom, #0266D2, #459AF6);
    background: -moz-linear-gradient(bottom, #0266D2, #459AF6);
    background: linear-gradient(0deg, #0266D2, #459AF6);
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
  }
  .solutionsCaseBg .solutionsCaseMore a i {
    font-size: 12px;
  }
  /* 产品中心 */
  .productsBg .products ul li {
    width: 100%;
    margin-right: 0px;
    margin-top: 25px;
    border-radius: 20px;
  }
  .productsBg .products ul li:hover {
    -webkit-box-shadow: 0 10px 15px #c5cee3;
            box-shadow: 0 10px 15px #c5cee3;
  }
  .productsBg .products ul li:nth-child(3n+3) {
    margin-right: 0%;
  }
  .productsBg .products ul li:nth-child(2n+2) {
    margin-right: 0%;
  }
  .productsBg .products ul li .productsTag {
    top: 6%;
    right: 6%;
  }
  .productsBg .products ul li .productsText h1 {
    font-size: 18px;
    font-weight: normal;
  }
  .productsBg .topProducts {
    display: block;
  }
  .productsBg .topProducts .topProductsText {
    width: 100%;
  }
  .productsBg .topProducts .topProductsImg img {
    width: 100%;
    height: auto;
  }
  .productsBg .topProducts .topProductsText h1 {
    font-size: 18px;
    font-weight: normal;
  }
  .productsBg .topProducts .topProductsText p {
    line-height: 22px;
    /* height: 44px; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
  }
  .productsBg .topProducts .topProductsText a i {
    font-size: 12px;
  }
  .productsBg .products ul li .productsText p i {
    font-size: 12px;
  }
  /* 产品详情 */
  .detailBanner .detailBannerProducts {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    display: block;
    margin-bottom: 40px;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsSwiper {
    width: 100%;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsSwiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsText {
    width: 100%;
    max-width: 100%;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsText span {
    color: #666;
    font-size: 12px;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsText h1 {
    color: #333;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsText p {
    color: #999;
    padding-right: 0%;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsSwiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
    border-color: #ddd;
    background: transparent;
  }
  .detailBanner .detailBannerProducts .detailBannerProductsSwiper .swiper-pagination-bullet-active {
    background: #1273db;
    border-color: #1273db;
  }
  /* 智慧功能 */
  .functionBg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .functionBg .function .functionTitle {
    margin-bottom: 25px;
  }
  .trialScenarioBg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .productsTitle h1 {
    text-align: center;
  }
  .productsFeature {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .trialScenarioBg .trialScenarioTabr {
    margin-top: 25px;
    /* justify-content: center; */
  }
  .trialScenarioBg .trialScenarioTabr .swiper-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trialScenarioBg .trialScenarioSwiper {
    width: 100%;
    overflow: hidden !important;
    padding-bottom: 40px;
    margin-right: 0px;
  }
  .trialScenarioBg .trialScenarioSwiper .swiper-pagination {
    display: block;
  }
  .trialScenarioBg .trialScenarioSwiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-width: 1px;
    margin: 0 4px !important;
    border-radius: 50%;
    border: 0.0521vw solid #ddd;
    opacity: 1 !important;
    background: transparent;
  }
  .trialScenarioBg .trialScenarioSwiper .swiper-pagination-bullet-active {
    background: #1273db;
    border-color: #1273db;
  }
  .trialScenarioBg .trialScenarioSwiper .swiper-slide {
    margin-right: 15px;
  }
  .trialScenarioBg .trialScenarioTabr .swiper-slide {
    margin: 0 6px;
  }
  .productsFeature .swiper-pagination {
    bottom: -15px !important;
  }
  /* 产品详情 技术参数 */
  .parameterBg {
    padding: 40px 0px 60px;
  }
  .parameterBg .swiper-pagination {
    bottom: 30px !important;
  }
  .parameterBg .parameter {
    display: block;
    border-radius: 10px;
    padding: 30px 0px;
  }
  .parameterBg .parameter .parameterSwiper {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .parameterBg .parameter .parameterSwiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .parameterBg .parameter .parameterText {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 0px;
  }
  .parameterBg .parameter .parameterText .parameterBtns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .parameterBg .parameter .parameterText .parameterTable {
    height: 287px;
  }
  .curveBg {
    padding: 40px 0px;
  }
  .curveBg .curveSwiper .swiper-slide img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  /* 公司简介 */
  .q_about_main1 .mask {
    width: 90vw;
    height: 90vw;
  }
  .q_about_main1 .bg_round {
    width: 280px;
    height: 280px;
    background-size: 280px;
  }
  .q_about_main1 .q_round_box .txt_box {
    width: 280px;
    margin-top: 183px;
  }
  .q_about_main1 .q_round_box .title {
    font-size: 18px;
    font-weight: normal;
  }
  .q_about_main1 .q_round_box .abstract {
    font-size: 11px;
    margin-top: 7px;
  }
  .q_about_main1 .q_round_box .icon img {
    height: 31px;
  }
  .q_about_main1 .txt_mask {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .q_about_main1 .txt_mask .title {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 90px;
  }
  .q_about_main1 .txt_mask .title h1 {
    font-size: 22px;
  }
  .q_about_main1 .txt_mask .title p {
    font-size: 13px;
    line-height: 22px;
  }
  .q_about_main1 .txt_mask .abstract .aboutusDigit {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .q_about_main1 .txt_mask .abstract {
    margin-top: 12vh;
  }
  .q_about_main1 .txt_mask .abstract .aboutusDigit ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .q_about_main1 .txt_mask .abstract .aboutusDigit ul li h1 {
    margin-top: 10px;
  }
  .q_about_main1 .txt_mask .abstract .aboutusDigit ul li img {
    width: 45px;
    height: 45px;
  }
  .q_about_main1 .txt_mask .abstract .aboutusDigit ul li div {
    margin-left: 0px;
    text-align: center;
  }
  .course_list .c_year {
    font-size: 16px;
    color: #fff;
    opacity: 1 !important;
  }
  .course_list .c_desc {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: 0.8 !important;
  }
  /* 资质 */
  .qualificationsBg {
    padding-top: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
    /* padding-top: 0px; */
    padding-bottom: 40px;
    background-size: auto 100% !important;
    background-color: #fafeff !important;
    background-position: right bottom !important;
  }
  .qualificationsBg .qualificationsImg {
    display: block;
    margin-bottom: 40px;
  }
  .business .businessMain {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .qualificationsBg .qualificationsImg img {
    width: 100%;
    height: auto;
    max-height: 155px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .qualificationsBg .qualifications {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .qualificationsBg .qualifications .qualificationsRight .aboutusTitle {
    text-align: center;
  }
  .qualificationsBg .qualifications .qualificationsRight {
    float: none;
    width: 100%;
  }
  .qualificationsBg .qualifications .qualificationsRight .qualificationsText p {
    font-size: 14px;
    line-height: 22px;
    padding: 11px 0px;
  }
  .qualificationsBg .qualifications .qualificationsRight .qualificationsText p img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  /* 历史历程 */
  .historyBox {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0px;
  }
  .course_content .right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .course_list .c_img {
    width: 100%;
    border-radius: 8px;
  }
  .course_list .c_img img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .cyar_content {
    margin-left: -30px;
    height: 200px;
  }
  .course_content .left {
    display: none;
  }
  /* 荣誉资质 */
  .honorBg {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 40px;
  }
  .honorBg .honor {
    display: block;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    border-width: 5px;
  }
  .honorBg .honor .honorImg {
    width: 100%;
    height: 155px;
    background-position-y: -212px;
    padding: 37px 13px;
    border-radius: 5px 0px 0px 5px;
  }
  .honorBg .honor .historySwiper {
    width: 100%;
    border-radius: 0px 5px 5px 0px;
    padding-bottom: 20px;
  }
  .honorBg .honor .honorImg h1 {
    margin-bottom: 12px;
  }
  .honorBg .honor .honorImg p {
    font-size: 16px;
    width: 123px;
  }
  .honorBg .honor .historySwiper .swiper-slide {
    padding: 18px;
  }
  .honorBg .honor .historySwiper .swiper-slide p {
    float: none;
    width: 100%;
  }
  .honorBg .honor .historySwiper .swiper-slide p img {
    height: 19px;
    margin-top: -3px;
  }
  /* 业务板块 */
  .business {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .business .businessList {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 25px;
    padding-bottom: 10px;
    /* overflow-x: auto; */
  }
  .business .businessList .swiper-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .business .businessBlue {
    margin-right: -13px;
    margin-top: -52px;
  }
  /* 数字勤上 */
  .digitBg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .digitBg .digitMain {
    width: 180px;
  }
  .digitBg .digitMain .swiper-slide {
    width: 180px;
    height: 180px;
  }
  .digitBg .digitMain .swiper-slide h1 {
    font-size: 40px;
    font-weight: bold;
  }
  .digitBg .digitMain::after {
    width: 280px;
    height: 280px;
    background-size: 280px 280px;
    margin-top: -140px;
    margin-left: -140px;
  }
  .digitBg .digitOptions {
    width: 343px;
    background-size: 343px 186px;
    -webkit-transform: scale(0.95) !important;
       -moz-transform: scale(0.95) !important;
        -ms-transform: scale(0.95) !important;
            transform: scale(0.95) !important;
  }
  .digitBg .digitOptions .swiper-slide {
    display: block;
    text-align: center;
    width: 70px !important;
  }
  .digitBg .digitOptions .swiper-slide i {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 0 auto;
    margin-bottom: 6px;
  }
  .digitBg .digitOptions .swiper-slide p {
    font-size: 10px;
  }
  .digitBg .digitOptions .swiper-slide:nth-child(1) {
    left: -8%;
  }
  .digitBg .digitOptions .swiper-slide:nth-child(2) {
    left: 1%;
    top: 89px;
  }
  .digitBg .digitOptions .swiper-slide:nth-child(3) {
    left: 25%;
    top: 147px;
  }
  .digitBg .digitOptions .swiper-slide:nth-child(4) {
    right: 25%;
    top: 147px;
  }
  .digitBg .digitOptions .swiper-slide:nth-child(5) {
    right: 1%;
    top: 89px;
  }
  .digitBg .digitOptions .swiper-slide:nth-child(6) {
    right: -8%;
  }
  .digitBg .digitOptions .swiper-slide i {
    width: 12px;
    height: 12px;
  }
  /* 案例 */
  .caseListBg {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .caseListBg .caseList {
    padding-bottom: 15px;
    position: relative;
  }
  .caseListBg .caseList .caseListBox {
    display: block;
    min-width: 120px;
    max-width: 50%;
    position: absolute;
    top: 3px;
    right: 0px;
    z-index: 9;
    border: 1px solid #ddd;
    line-height: 32px;
    border-radius: 34px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
  }
  .caseListBg .caseList .caseListBox.active {
    border-radius: 10px;
  }
  .caseListBg .caseList .caseListBox.active p i {
    -webkit-transform: rotate(90deg) translateY(-60%);
       -moz-transform: rotate(90deg) translateY(-60%);
        -ms-transform: rotate(90deg) translateY(-60%);
            transform: rotate(90deg) translateY(-60%);
  }
  .caseListBg .caseList .caseListBox.active ul {
    display: block;
  }
  .caseListBg .caseList .caseListBox p {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6px;
    white-space: nowrap;
    position: relative;
  }
  .caseListBg .caseList .caseListBox p span {
    display: block;
    width: -webkit-calc(100% - 17px);
    width: -moz-calc(100% - 17px);
    width: calc(100% - 17px);
    color: #555;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .caseListBg .caseList .caseListBox p i {
    position: absolute;
    top: 31%;
    right: 10px;
    color: #666;
    font-size: 13px;
    -webkit-transform: rotate(-90deg) translateY(-60%);
       -moz-transform: rotate(-90deg) translateY(-60%);
        -ms-transform: rotate(-90deg) translateY(-60%);
            transform: rotate(-90deg) translateY(-60%);
    display: block;
    width: 14px;
    height: 14px;
  }
  .caseListBg .caseList h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0px;
  }
  .caseListBg .caseList ul {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #ddd;
  }
  .caseListBg .caseList ul li a {
    border-radius: 0px;
    font-size: 12px;
    margin: 0px;
  }
  .caseListBg .caseList ul li a.active,
  .caseListBg .caseList ul li a:hover {
    color: #fff;
    background: var(--vi-color);
  }
  .case .caseMain1 {
    display: block;
  }
  .case .caseMain1 .caseMain1Left {
    width: 100%;
    margin-bottom: 25px;
  }
  .case .caseMain1 .caseMain1Right {
    width: 100%;
    margin-bottom: 25px;
  }
  .case .caseMainTitle {
    margin-top: 10px;
  }
  .case .caseMain2 ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
  }
  .case .caseMainImg > img {
    height: 240px;
  }
  .case .caseMainText {
    font-size: 12px;
  }
  .case .caseMainText img {
    height: 20px !important;
  }
  /* 资料下载 */
  .downloadListBg {
    padding: 40px 0px;
  }
  .downloadListBg .downloadList {
    margin-bottom: 13px;
  }
  .downloadBook ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
  }
  .downloadBook ul li:last-child {
    border: 0px;
  }
  .downloadBook ul li a {
    padding: 0%;
  }
  .downloadBook ul li .downloadBookImg {
    width: 180px;
    height: 180px;
  }
  .downloadBook ul li .downloadBookImg img {
    height: 180px;
  }
  .downloadBook ul li .downloadBookText {
    width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: calc(100% - 210px);
    margin-top: 20px;
  }
  .downloadBook ul li .downloadBookText h1 {
    margin-bottom: 5px;
  }
  .downloadBook ul li .downloadBookText p {
    line-height: 22px;
    padding-bottom: 16px;
  }
  .downloadVideo {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .downloadVideo ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
  }
  .downloadVideo ul li .downloadVideoText {
    height: 60px;
  }
  .downloadVideo ul li .downloadVideoImg i {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
  }
  /* 服务理念 */
  .serviceIdeaBg {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .serviceIdeaBg .serviceIdeaTitle {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .serviceIdeaBg .serviceIdeaTitle h1 {
    white-space: nowrap;
  }
  .serviceIdeaBg .serviceIdeaRound {
    display: none;
  }
  .serviceIdeaBg .serviceIdea {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .serviceIdeaBg .serviceIdea ul {
    padding: 0px;
    display: block;
  }
  .serviceIdeaBg .serviceIdea ul::after {
    display: none;
  }
  .serviceIdeaBg .serviceIdea ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0px;
    margin-bottom: 26px;
  }
  .serviceIdeaBg .serviceIdea ul li div {
    width: 118px;
    height: 118px;
  }
  .serviceIdeaBg .serviceIdea ul li span {
    display: block;
    width: 59%;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
  }
  .serviceIdeaBg .serviceIdea ul li img {
    display: none;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox .selectBox {
    top: 45px;
    padding: 0px;
    -webkit-box-shadow: 0 0 10px #ddd;
            box-shadow: 0 0 10px #ddd;
    border-radius: 8px;
  }
  .module_L58M04JT .contactUsMain .MessageFormBox .MessageForm form .inputBox .selectBox p {
    font-size: 12px;
    line-height: 35px;
  }
  /* 招贤纳士 */
  .ideaBg .idea {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .ideaBg {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ideaBg .idea .ideaTitle {
    margin-bottom: 25px;
  }
  .ideaBg .idea .ideaTitle h1 {
    font-size: 24px;
  }
  .ideaBg .idea .ideaText {
    width: 100%;
    margin-bottom: 25px;
  }
  .ideaBg .idea .ideaText p {
    font-size: 14px;
    line-height: 26px;
  }
  .ideaBg .idea .ideaMain ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ideaBg .idea .ideaMain ul li {
    width: 33.33%;
    margin: 10px 0px;
  }
  .ideaBg .idea .ideaMain ul li img {
    height: 33px;
  }
  .ideaBg .idea .ideaMain ul li p {
    font-size: 14px;
    margin-top: 8px;
  }
  .ideaBg .idea .ideaBtn a {
    width: 90px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    border-radius: 30px;
  }
  .jobsMain .jobTitle h1 {
    font-size: 24px;
  }
  /* 常见问题 */
  .faqBg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .faqBg .faq ul li {
    padding: 0 17px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .faqBg .faq ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .faqBg .faq ul li .faqAnswer p {
    height: auto;
    max-height: 66px;
  }
  .faqBg .faq ul li .faqAsk {
    height: auto;
    padding: 10px 0px;
  }
  .faqBg .faq ul li .faqAnswer {
    padding-top: 13px;
    border-width: 1px;
  }
  .faqBg .faq ul li span.icon {
    border-width: 1px;
  }
  /* 勤上影像 */
  .videoBg {
    padding-top: 40px;
  }
  .videoBg .video ul li {
    width: 100%;
    /* padding: 0px 20px; */
    padding-top: 20px;
    padding-bottom: 11px;
    margin-right: 0%;
    margin-bottom: 25px;
  }
  .videoBg .video ul li:hover {
    -webkit-box-shadow: 0 0 15px #c6cfe4;
            box-shadow: 0 0 15px #c6cfe4;
  }
  .videoBg .video ul li .videoText p {
    font-size: 16px;
    width: 67%;
    max-width: 223px;
  }
  .videoBg .video ul li .videoText span {
    font-size: 12px;
  }
  .videoBg .video ul li .videoText span img {
    margin-left: 4px;
  }
  .videoBg .video ul li .videoImg i {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
  }
  /* 底部 */
  .bottom_bg {
    min-height: 169px !important;
  }
  .bottom {
    padding-top: 35px;
  }
  .bottom_info {
    width: 100%;
    display: none;
  }
  .bottom_nav {
    display: none;
  }
  .bottom_text {
    margin-top: 30px;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
  }
  .bottom_text a {
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
  }
  .bottom_logo {
    display: block;
    text-align: center;
  }
  .bottom_logo img {
    height: 32px;
  }
  /* 法律声明 */
  .law {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin: 40px auto;
  }
  .law p {
    font-size: 14px;
    line-height: 24px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
