@charset "UTF-8";
html {
  -webkit-text-size-adjust: none; }

body,
ul,
li,
dl,
dt,
dd,
p,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
table,
fieldset,
legend,
input,
textarea,
iframe {
  margin: 0;
  padding: 0; }

iframe {
  width: 100%;
  height: auto;
  border: none; }

ul,
ol {
  list-style: none; }

a {
  outline: none;
  text-decoration: none;
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none; }

a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
  color: #333; }

a {
  color: black; }
  a:hover, a:focus {
    text-decoration: none; }

img,
input,
button {
  border: none;
  background-color: transparent; }

div,
p,
img,
span {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html body input,
html body button,
html body textarea {
  outline: none; }

textarea {
  resize: none;
  border: 0; }

input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

#app {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* 布局 */
.c-f-d {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex; }

.c-f-dc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center; }

.c-f-cc {
  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; }

.c-f-cb {
  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; }

.c-f-ca {
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.c-f-eb {
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-f-db {
  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; }

.c-fColumn-cc {
  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-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; }

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

.c-fColumn-cd {
  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-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-fColumn-dc {
  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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-fColumn-ce {
  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-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.c-text-over_clamp {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.c-text-over_clamp2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.c-text-over_clamp3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.c-text-over_clamp4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden; }

.c-text-over_clamp5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden; }

.c-module-title,
.c-module-title2 {
  font-size: 2.083vw;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 1;
  text-align: center; }

.c-module-title {
  color: #262626; }

.c-module-title2 {
  color: #fff; }

.c-module-englishBox {
  text-align: center;
  font-size: 0; }

.c-module-english,
.c-module-english2 {
  position: relative;
  display: inline-block;
  margin-top: 0.781vw;
  padding: 0 2.604vw;
  font-size: 0.833vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  text-transform: uppercase; }
  .c-module-english::before, .c-module-english::after,
  .c-module-english2::before,
  .c-module-english2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 2.604vw;
    height: 1px;
    background-color: #666; }
  .c-module-english::before,
  .c-module-english2::before {
    right: 100%; }
  .c-module-english::after,
  .c-module-english2::after {
    left: 100%; }

.c-module-english {
  color: #666; }
  .c-module-english::before {
    background-color: #666; }
  .c-module-english::after {
    background-color: #666; }

.c-module-english2 {
  color: #fff; }
  .c-module-english2::before {
    background-color: #fff; }
  .c-module-english2::after {
    background-color: #fff; }

/* 按钮 */
.c-btn_60 {
  display: block;
  margin: auto;
  margin-top: 3.646vw;
  width: 18.646vw;
  height: 3.021vw;
  border: 1px solid #014EA1;
  border-radius: 1.563vw;
  font-size: 0.938vw;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #014EA1;
  cursor: pointer; }
.c-btn_60:hover{
    background: #014EA1;
    color: #FFF;
}
/** components **/
.header .header-info {
  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;
  padding: 0 18.75vw;
  height: 1.823vw;
  background-color: #F0F0F0; }
  .header .header-info .header-info-title {
    font-size: 0.625vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999; }
    .header .header-info .header-info-title a {
      color: #014EA1; }
  .header .header-info .header-info-linkBox {
    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 .header-info .header-info-linkBox .header-info-link {
      padding: 0 0.781vw;
      border-right: 1px solid #999;
      font-size: 0.625vw;
      font-family: Source Han Sans CN;
      font-weight: 400;
      color: #999; }
      .header .header-info .header-info-linkBox .header-info-link:last-of-type {
        border-right: none; }
    .header .header-info .header-info-linkBox .header-info-service {
      width: 0.781vw;
      height: 0.677vw; }
      .header .header-info .header-info-linkBox .header-info-service:nth-of-type(n + 2) {
        margin-left: 0.26vw; }

.header .header-navBox {
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    padding: 0.26vw 18.75vw 0.781vw;
  background-color: #fff; }
  .header .header-navBox .header-logoBox {
    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; }
    .header .header-navBox .header-logoBox .header-logo {
      height: 4.167vw; }
    .header .header-navBox .header-logoBox .header-logo-info {
      margin-left: 1.042vw;
      padding: 0 1.042vw;
      height: 2.604vw;
      border-left: 1px solid #999; }
      .header .header-navBox .header-logoBox .header-logo-info .header-logo-infoTitle {
        font-size: 1.042vw;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #262626; }
      .header .header-navBox .header-logoBox .header-logo-info .header-logo-infoText {
        font-size: 0.833vw;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #999; }
  .header .header-navBox .header-nav {
    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 .header-navBox .header-nav .header-nav-item {
      font-size: 0.833vw;
      font-family: Source Han Sans CN;
      font-weight: 400;
      color: #262626;
      cursor: pointer; }
    .header .header-navBox .header-nav .header-nav-item_active {
      border-color: #014EA1;
      font-weight: bold;
      color: #014EA1; }

.footer-box {
  padding: 2.604vw 18.75vw 3.646vw;
  background-color: #252A33; }
  .footer-box .footer {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-box .footer .footer-left {
      padding-right: 1.51vw;
      text-align: center;
      font-size: 0; }
    .footer-box .footer .footer_logo {
      width: 9.375vw; }
    .footer-box .footer .footer_text-first {
      font-size: 1.042vw;
      font-family: Source Han Sans CN;
      font-weight: bold;
      line-height: 1;
      color: #fff; }
    .footer-box .footer .footer_text {
      margin-top: 0.208vw;
      font-size: 0.833vw;
      font-family: Source Han Sans CN;
      font-weight: 400;
      line-height: 1.25vw;
      color: #fff; }
    .footer-box .footer .footer_text-first {
      margin-top: 1.302vw; }
    .footer-box .footer .footer-right {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 2.604vw;
      border-left: 1px solid #fff; }
    .footer-box .footer .footer_nav {
      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;
      border-bottom: 1px solid #fff; }
      .footer-box .footer .footer_nav .footer_nav-item {
        padding-bottom: 0.781vw;
        font-size: 0.833vw;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #fff; }
    .footer-box .footer .footer_company-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 1.563vw; }
      .footer-box .footer .footer_company-info .footer_company-infoLeft {
        width: 35.677vw; }
      .footer-box .footer .footer_company-info .footer_company-infoText {
        margin-top: 0.417vw;
        font-size: 0.729vw;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height: 1.25vw;
        color: #fff; }
      .footer-box .footer .footer_company-info .footer_company-infoRight {
        font-size: 0;
        text-align: center; }
      .footer-box .footer .footer_company-info .footer_company-qrcode {
        width: 6.25vw;
        height: 6.25vw; }
      .footer-box .footer .footer_company-info .footer_company-qrcodeText {
        margin-top: 0.729vw;
        font-size: 0.625vw;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height: 1;
        color: #fff; }



.banner-slide-img {
  width: 100%;
  height: auto;
}

.banner-container .banner-pagination {
  bottom: 2.083vw;
}

.banner-container .banner-pagination .swiper-pagination-bullet {
  width: 3.125vw;
  height: 0.417vw;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
}

.banner-container .banner-pagination .swiper-pagination-bullet-active {
  background-color: #014EA1;
}

.search {
  padding: 1.146vw 18.75vw;
  background-color: #014EA1;
}

.serach-info {
  font-size: 0.833vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

.search-info-title {
  margin-right: 0.781vw;
}

.search-info-text {
    margin-right: 1.563vw;
    color: #FFF !important;
}

.serach-inputBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.344vw;
  outline: 1px solid #fff;
}

.search-input {
  padding: 0 0.625vw;
  background-color: transparent;
  font-size: 0.729vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

.search-input::-webkit-input-placeholder {
  color: #fff;
}

.search-input::-moz-placeholder {
  color: #fff;
}

.search-input:-ms-input-placeholder {
  color: #fff;
}

.search-input::-ms-input-placeholder {
  color: #fff;
}

.search-input::placeholder {
  color: #fff;
}

.search-btn {
  width: 3.125vw;
  height: 100%;
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAzFBMVEUAAAAAQIAAQJ8AQJUAQJ8AUaEATZkASp8ATpwATqMATZ8ATqAATJ0AS6EAS6IASp8ATaEATZ8ATJ4AS54ATqEATZ8ATaAATaEATKAATKIAT6IATqEATqAATaEATaIATqEATaEATaEATaAATqEATaEATaAATaAATaEATqAATqEATaAATaAATaEATqAATqEATaAATaIATaEATaAATqEATqAATqEATaEATaEATaEATqEATqEATqEATaAATaEATqAATqEATqEATaAATaEBTqEZCnnnAAAAQ3RSTlMABAgMEBMUGCQnODs8REdIT1BUXF9gY2dra2tvc3d7f4eLj5Obn6Ojp6uvs7O3u7+/w8fHz8/T19vb3+Pn5+/v8/f7KZcttQAAAPRJREFUGBltwY1awWAAhuF3m0LTf6P0g6RGikllQ33bc/7nFLZLtst9K3VwPVwQz/y6rV1OOybzc2dpq/oFyfuD57XGCUzKylQX0Ctro9KH77I27CnJpbYaCYGltTZ42nEPTa2UDH3ljFhakm6gopwjOJM04FMFc7qSIroq8PmQlNBSQYdIkqGlgi4zSREvKugzluQzV55t6Ejy4EQ5V3AsqfTL1NIOJyTU2i309M8awIXWrACebWWcVxgqVQ4hrDtacRoLwLhKHY6AOPD9SQy8GYyrlNVckgk91QzGVcY+fwqiKHg8tSTVDMbVPjXDUnvVlv0/yt4p0IP1wdAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25vw;
  cursor: pointer;
}

.search-icon {
  width: 1.25vw;
  height: 1.25vw;
}

.data {
  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;
  padding: 2.448vw 18.75vw;
  background-color: #014EA1;
  border-top: 1px solid #fff;
}

.data-item {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 1.042vw;
  width: 25%;
  text-align: center;
}

.data-item:nth-child(n + 2)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 1px;
  height: 2.604vw;
  background-color: #fff;
}

.data-item-num {
  position: relative;
  padding-bottom: 1.042vw;
  font-size: 1.875vw;
  font-family: DustHome;
  font-weight: bold;
  color: #fff;
}

.data-item-num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.563vw;
  height: 0.104vw;
  background-color: #fff;
}

.data-item-num span:nth-child(2),
.data-item-text {
  font-size: 0.938vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

.data-item-num span:nth-child(2) {
  margin-left: 0.26vw;
}

.data-item-text {
  margin-top: 1.042vw;
}

.module {
  padding: 3.646vw 18.75vw;
}

.product-list {
  position: relative;
  margin-top: 1.563vw;
}

.product-list::after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

.product-list-item {
  float: left;
  position: relative;
  margin-top: 1.042vw;
  margin-right: 0.94vw;
  width: 19.792vw;
  background-color: #F7F7F7;
  font-size: 0;
}

.product-list-item:nth-child(3n) {
  margin-right: 0;
}

.product-list-itemImg {
  width: 100%;
  height: 15vw;
    object-fit: cover;
}

.product-list-itemInfo {
  padding: 1.302vw 0.781vw;
}

.product-list-itemTitle {
  font-size: 0.938vw;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 1.615vw;
  color: #262626;
}

.product-list-itemText {
  font-size: 0.729vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.25vw;
  color: #999;
}

.product-list-itemMore {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vw;
  background-color: rgba(0,0,0,0.65);
}

.product-list-itemMoreTitle {
  position: relative;
  padding: 0.521vw 0;
  font-size: 0.729vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

.product-list-itemMoreTitle::before,
.product-list-itemMoreTitle::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.042vw;
  height: 1px;
  background-color: #fff;
}

.product-list-itemMoreTitle::before {
  top: 0;
}

.product-list-itemMoreTitle::after {
  bottom: 0;
}

.product-list-item:hover {
  -webkit-box-shadow: 0px 0.104vw 0.781vw rgba(0, 0, 0, 0.409659);
          box-shadow: 0px 0.104vw 0.781vw rgba(0, 0, 0, 0.409659);
}

.product-list-item:hover .product-list-itemMore {
  visibility: visible;
}

.product-list-item:hover .product-list-itemInfo {
  background-color: #014EA1;
}

.product-list-item:hover .product-list-itemInfo * {
  color: #fff;
}

/* 走进风臣 */
.intro {
  padding-top: 3.646vw;
  background-image: url(../images/1920-780_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro-content {
  overflow: hidden;
  margin-top: 0.99vw;
  height: 32.292vw;
  background-image: url(../images/1920-620_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  font-size: 0;
}

.intro-content-text {
  margin: auto;
  margin-top: 1.615vw;
  width: 25vw;
  font-size: 0.833vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.771vw;
  color: #404040;
}

.intro-content-img {
  margin-top: 4.948vw;
  width: 14.583vw;
}

.intro-product {
  background-image: url(../images/1920-891_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  font-size: 0;
}

.intro-product-list {
  overflow: hidden;
  margin-top: 1.042vw;
}

.intro-product-listItem {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  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-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.563vw;
  padding: 2.344vw 1.563vw;
  width: 30.469vw;
  height: 15.625vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro-product-listItem:nth-child(2n) {
  float: right;
}

.intro-product-listItemTitle {
  position: relative;
  margin-bottom: 0.781vw;
  padding-bottom: 0.781vw;
  width: 10.938vw;
  font-size: 0.938vw;
  font-family: Source Han Sans CN;
  font-weight: bold;
  text-align: left;
  color: #014EA1;
}

.intro-product-listItemTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.604vw;
  height: 0.104vw;
  background-color: #014EA1;
}

.intro-product-listItemText {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.313vw;
  padding-left: 1.354vw;
  width: 10.938vw;
  background-image: url(../images/16-16.png);
  background-repeat: no-repeat;
  background-position: 0 0.208vw;
  background-size: 0.833vw;
  font-size: 0.833vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.406vw;
  text-align: left;
  color: #262626;
}

.intro-product-listItemEnglish {
  margin-top: 0.573vw;
  width: 10.938vw;
  font-size: 0.625vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.042vw;
  text-align: left;
  color: #262626;
}

/* 选择风臣的4大理由 */
.advantage-list {
  position: relative;
  margin-top: 2.604vw;
}

.advantage-list::after {
  content: "";
  overflow: hidden;
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

.advantage-list-item {
  float: left;
  position: relative;
  top: 0;
  margin-right: 0.62vw;
  width: 14.844vw;
  outline: 1px solid #E6E6E6;
  font-size: 0;
}

.advantage-list-item:nth-child(4n) {
  margin-right: 0;
}

.advantage-list-itemImg {
  width: 100%;
  height: 12.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantage-list-itemInfo {
  padding: 1.406vw;
}

.advantage-list-itemTitle {
  position: relative;
  padding-bottom: 0.781vw;
  font-size: 0.938vw;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 1.615vw;
  text-align: center;
  color: #404040;
}

.advantage-list-itemTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 1.563vw;
  height: 1px;
  background-color: #014EA1;
}

.advantage-list-itemText {
  margin-top: 0.781vw;
  font-size: 0.833vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.406vw;
  text-align: center;
  color: #999;
}

.advantage-list-itemMoreInfo {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.563vw 0.781vw;
  width: 100%;
  height: 100%;
  background-color: #014EA1;
  font-size: 0.729vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.354vw;
  text-indent: 1.667vw;
  color: #fff;
}


.advantage-list-item:hover {
  top: -0.781vw;
  -webkit-box-shadow: 0px 0.104vw 0.781vw rgba(0, 0, 0, 0.409659);
          box-shadow: 0px 0.104vw 0.781vw rgba(0, 0, 0, 0.409659);
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}

.advantage-list-item:hover .advantage-list-itemMoreInfo {
  visibility: visible;
}

/* 合作案例 --> */
.case {
  background-color: #F7F7F7;
}

.case-list {
  position: relative;
  margin-top: 1.563vw;
}

.case-list::after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

.case-list-item {
  float: left;
  position: relative;
  margin-top: 1.042vw;
  margin-right: 0.62vw;
  width: 14.844vw;
  background-color: #fff;
  font-size: 0;
}

.case-list-item:nth-child(4n) {
  margin-right: 0;
}

.case-list-itemImg {
  width: 100%;
  height: 10.417vw;
}

.case-list-itemTitle {
  padding: 0.781vw;
  font-size: 0.833vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.563vw;
  color: #404040;
}

.case-list-itemMore {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.417vw;
  background-color: rgba(0,0,0,0.65);
}

.case-list-itemMoreTitle {
  position: relative;
  padding: 0.521vw 0;
  font-size: 0.729vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}

.case-list-itemMoreTitle::before,
.case-list-itemMoreTitle::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.042vw;
  height: 1px;
  background-color: #fff;
}

.case-list-itemMoreTitle::before {
  top: 0;
}

.case-list-itemMoreTitle::after {
  bottom: 0;
}

.case-list-item:hover {
  -webkit-box-shadow: 0px 0.104vw 0.781vw rgba(0, 0, 0, 0.409659);
          box-shadow: 0px 0.104vw 0.781vw rgba(0, 0, 0, 0.409659);
}

.case-list-item:hover .case-list-itemMore {
  visibility: visible;
}

.case-list-item:hover .case-list-itemTitle {
  background-color: #014EA1;
  color: #fff;
}

/* 最新资讯 */
.info {
  margin-top: 2.604vw;
}

.info-list-item {
  height: 8.854vw;
  cursor: pointer;
}

.info-list-item:nth-child(n + 2) {
  margin-top: 1.563vw;
}

.info-list-itemImg {
  width: 12.5vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-list-itemInfo {
  margin-left: 1.042vw;
  width: 15.625vw;
}

.info-list-itemTitle {
    font-size: 0.833vw;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 1.406vw;
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-list-itemText {
  padding-top: 0.781vw;
  padding-bottom: 1.302vw;
  height: 3.646vw;
  border-bottom: 1px solid #E6E6E6;
  font-size: 0.729vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.25vw;
  color: #999;
}

.info-list-itemCell {
  margin-top: 0.521vw;
  line-height: 1;
}

.info-list-itemDate {
  font-size: 0.625vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ccc;
}

.info-list-itemLink {
  font-size: 0.625vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  text-transform: uppercase;
  color: #ccc;
}

.info-list-item:hover * {
  color: #014EA1;
}

.info-list-item:hover .info-list-itemText {
  border-color: #014EA1;
}

.info-list2 {
  padding-left: 2.031vw;
  border-left: 1px solid #ccc;
}

.info-list2-navItem {
  font-size: 0.833vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.094vw;
  text-transform: uppercase;
  color: #262626;
  cursor: pointer;
}

.info-list2-navItem:nth-child(n + 2) {
  margin-left: 1.875vw;
}

.info-list2-item {
  padding: 0.781vw 0;
  width: 29.167vw;
  border-bottom: 1px solid #E6E6E6;
}

.info-list2-itemTexts {
  width: 21.875vw;
}

.info-list2-itemTitle {
  font-size: 0.833vw;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 1.406vw;
  color: #404040;
}

.info-list2-itemText {
  font-size: 0.729vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.563vw;
  color: #999;
}

.info-list2-itemDate {
  margin-left: 2.344vw;
  width: 3.906vw;
  height: 3.906vw;
  outline: 1px solid #E6E6E6;
}

.info-list2-itemDateTitle {
  position: relative;
  padding-bottom: 0.313vw;
  font-size: 1.458vw;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 1;
  color: #999;
}

.info-list2-itemDateTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 1.042vw;
  height: 1px;
  background-color: #999;
}

.info-list2-itemDateText {
  margin-top: 0.313vw;
  font-size: 0.625vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1;
  color: #999;
}
.info-list2-item:hover p{
    color: #014EA1 !important;
}

.other {
  padding: 2.604vw 18.75vw;
  background-color: #F7F7F7;
}

.other-nav {
  overflow: hidden;
}

.other-nav-item {
  float: left;
  padding: 0 1.146vw;
  height: 1.563vw;
  background-color: #E6E6E6;
  font-size: 0.729vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.563vw;
  color: #262626;
  cursor: pointer;
}

.other-nav-item:nth-child(n + 2) {
  margin-left: 0.521vw; 
}

.other-nav-item_active {
  background-color: #014EA1;
  color: #fff;
}

.other-list {
  overflow: hidden;
  margin-top: 1.042vw;
    display: none;
}
.other-list.on{
    display: block;
}
.other-list-item {
  float: left;
  margin-right: 1.198vw;
  font-size: 0.729vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.771vw;
  color: #262626;
}

.other-list-item:nth-child(14n) {
  margin-right: 0;
}


.page {
    position: relative;
    width: 100%;
    padding-top: 70px;
    text-align: center;
}
.page li{
    display: inline-block;
}
.page a,.page span{
    display: block;
    height: 38px;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 20px;
}
.page li.disabled span{
    color: #999;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
}
.page a:hover,.page span:hover,.page li.active span{
    background: #068BF2;
    color: #fff;
    border-color: #068BF2;
}
.clearfix:after {visibility: hidden;display: block;	font-size: 0;content: ".";	clear: both;height: 0;}

.header .header-navBox .header-nav li{
    position: relative;
    margin-right: 1.51vw;
    padding: 0.781vw 0;
    border-bottom: 0.156vw solid transparent;
    cursor: pointer;
}
.header .header-navBox .header-nav li .sub-menu{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    width: -moz-fit-content;
    background: #FFF;
    display: none;
    z-index: 99;
}
.header .header-navBox .header-nav li .sub-menu a{
    display: block;
    white-space: nowrap;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 20px;
    line-height: 50px;
}
.header .header-navBox .header-nav li .sub-menu a:hover{
    background: #014EA1;
    color: #FFF;
    border-color: #014EA1;
}
.header .header-navBox .header-nav li:hover .sub-menu{
    display: block;
}

.page_content{
    width: 1300px;
    margin: 50px auto;
}
.page_content img{
    max-width: 100%;
    height: auto;
}


/* -- 当前位置 -- */
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0px auto;}
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs a.fullad{ height:360px;}

.plc,.plc2{height:24px;/*! line-height:24px; */padding:0px 8px 8px 0px; position:relative; color:#666; overflow:hidden; font-size:14px; border-bottom:1px dashed #ddd; padding-bottom:4px; font-family:"Microsoft Yahei","微软雅黑";}

.plc span {}
.plc i,.plc2 i,.plc a{ font-style:normal; font-size:14px; color:#666;}
.red_x { color:#cc0000; display:inline; font-family:"宋体"; font-size:14px;font-weight: bold;}
.plc .red_x{ color:#cc0000; font-weight:bold; font-size:14px;}
.red_x1 { color:#f00; display:inline; font-family:"宋体"; font-size:12px;}

.allcontent{ font-size:14px; padding:25px 0;line-height:25px;}
.allcontent p{margin:20px 0;}

.left { width:255px; float:left; overflow:hidden;}
.lefttop {height:3px; font-size:0; overflow:hidden; margin-top:10px;}
.right { width:915px; float:right; display:inline; margin-left:24px; overflow:hidden;}
.righttop {height:3px; font-size:0; overflow:hidden;}
.right_main { width:915px; padding-bottom:15px; overflow:hidden; }
.News_3,.Agent_3,.Agent_1,.news_con{ padding-top:25px;}
.nwanli{height:196px; overflow:hidden; vertical-align:top; margin-bottom:15px; padding:10px 0px 24px;background: url("../images/sn_07-1.jpg") repeat-x 0 bottom;}
.nwanli dt{float:left; width:339px; height:195px;overflow:hidden;}
.nwanli dt a{display:block; width:329px; height:185px;border:1px solid #ccc;padding:4px;overflow: hidden;background: #fff;}
.nwanli dt img{ display:block;width:329px;height:185px;transition:1s;object-fit:cover;-moz-transition:1s, -moz-transform 1s;-webkit-transition:1s, -webkit-transform 1s;}
.nwanli dt a:hover img{border-color:#cc0000;}

.nwanli dd{float:left; padding-left:23px; width:553px; overflow:hidden;}
.nwanli dd h4{display:block; font-size:16px; font-weight:normal; height:28px; overflow:hidden; margin-bottom:6px; line-height:28px;}
.nwanli dd h4 a{ color:#000; height:28px; overflow:hidden; display:block; white-space:nowrap; text-overflow:ellipsis;font-weight: bold;}
.nwanli dd h4 a:hover{color:#cc0000;}
.nwanli dd p{margin-top:4px;font-size:14px;line-height:32px;height: 104px;overflow: hidden;}
.nwanli dd em{margin-top:15px;}
.nwanli dd em a{display:inline-block;width:118px;height:34px;margin-right:15px;font-size:14px;color:#fff;line-height:34px;text-align:center;border:1px solid #ccc;border-radius:3px;background:#eee}
.nwanli dd em a{background:#cc0000;border-color:#cc0000;}

.rightbot {height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}
.leib2,.leib{ width:255px;padding-bottom: 20px;}
.leib2 .tit,.leib .tit{height:77px;background:url("../images/dh.jpg") repeat-x;font-size:26px;font-weight:bold;color: #fff;text-align:center;line-height:46px;padding-top: 10px;}
.leib2 .tit i,.leib .tit i{display: block;font:12px arial; color: #d17b7d;text-transform: uppercase;}
.leib .nr,.leib2 .nr{background: #fff;margin:0 auto;border:1px solid #c6c6c6;padding:25px 19px 0 15px;border-width: 0 1px 1px;}
.leib2 .nr h3{margin-bottom:17px;height: 32px; }
.leib2 .nr h3 a {display: block;height: 32px; line-height: 32px;background:url("../images/f_ico1-1.jpg") no-repeat -10px 0;font-size:16px; color: #333333;padding-left:28px;text-decoration: none;}
.leib2 .nr h3 a:hover,.leib2 .nr h3.cur a{background:url("../images/f_ico1_h-1.jpg") no-repeat -10px 0; color: #fff;font-weight: bold}
.leib2 .nr ul{padding-bottom:15px;}
.leib2 .nr ul li a {display: block;padding-left:46px;background:url("../images/fl_ico2-1.jpg") no-repeat 31px center;font-size:14px; color: #666666;height: 30px; line-height: 30px;text-decoration: none;}
.leib2 .nr ul li a:hover,.leib2 .nr ul li.cur a{color: #b91514;}

.fl{float: left}
.fr{float: right}

.news-product .item{
    display: block;
    width: 208px;
    margin: 20px auto;
}
.news-product .item img{
    width: 208px;
    height: auto;
}
.news-product .item p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    text-align: center;
}
.clear{clear: both}
.left2 { width:910px; float:left; overflow:hidden;}
.right2 { width:275px;  float:right; overflow:hidden;}
.right2top {height:3px; font-size:0; overflow:hidden;}

#cntrBody{font-size:14px;}
#cntrBody img{max-width: 100%;height: auto !important;}
/*资讯详细页面内容*/
.n_info_con {padding:10px 15px 0 10px; overflow:hidden;}
.n_info_con h1 {  border-bottom: 1px dashed #CCCCCC; color: #333; font-family: "宋体";   font-size: 22px; line-height: 40px; padding-bottom:10px;  margin-bottom: 10px; text-align: center;}
.n_info_con2 { width:668px;}
.n_info_con h3 { text-align:center; color:#000; font-family:"宋体"; margin-bottom:10px; font-size:24px;border-bottom: 1px dashed #CCCCCC; } /*资讯详细页面，内容标题*/
.info_con_tit {font-family:"宋体";  line-height:24px; margin-bottom:15px;}
.info_con_tit span { margin-right:20px;}
.info_con_tit .n_tit {  text-align:center; color:#BCBBBB;}
.info_con_tit .n_tit a{ color:#BCBBBB;}
.info_con_tit .n_tit2 { height:24px;}
.n_info_con .tit2_span { float:right; margin:0; _margin-top:5px;}
.n_info_con p { line-height:25px; padding:0 10px;word-spacing: 10px; margin:25px 0;}
.n_info_con p a { color:#B61212;}
.n_info_con .apage { text-align:center; margin-bottom:10px;} /*资讯详细页面，翻页区块*/
.info_input { text-align:center; color:#000; margin-bottom:15px;}  /*详细页面，评论，推荐，打印，订阅，按钮样式块*/
.info_input input { } /*详细页面，评论，推荐，打印，订阅，按钮,可修改文字色彩*/
.info_key { border-bottom:solid 1px #ccc; height:30px; line-height:30px; padding:0 10px; margin:10px 0; width:648px; overflow:hidden;}
.info_key span { font-size:14px; font-weight:bold;}
.info_key a { margin-right:10px;}
.ad2 { margin-bottom:10px;}
.n_info_con2 .t04 { color:#fff;}/*可修改文字色彩(关于网络推广)*/
.n_info_con2 .t04 a { color:#B61212;}/*可修改文字色彩(关于网络推广)*/
.n_info_con2 .t04 a:hover { color:#B61212;}

/* -- 新闻详细页新闻列表 -- */
.info_b , .info_b2 { border:solid 1px #ccc; width:666px;   padding:5px 0; overflow:hidden; margin-bottom:10px;}
ul.p_list_ul, ul.p_list_ul2 { }
ul.p_list_ul li, ul.p_list_ul2 li { background:url("img/ico10.gif") no-repeat 10px 9px; line-height:23px; float:left; width:322px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-indent:20px; margin-left:10px; display:inline; color:#666;}
.info_b2 { width:738px;}
ul.p_list_ul2 li { width:342px; padding-right:5px;}

.right2_main .t03{ background:#cc0000;height:20px;line-height:20px;padding:7px 8px 8px 0; position:relative; color:#fff; overflow:hidden; font-size:14px;}

.right_main { width:915px; padding-bottom:15px; overflow:hidden; }
.right2_main { width:273px; padding-bottom:15px; overflow:hidden;}
.left2_main { width:910px;  padding-bottom:15px; overflow:hidden;}


/*资讯页面，右边*/
.ad1 { width:263px; height:226px; display:block; margin:0 auto;}
.right2_main .t03 a,.right2_main .t03{ color:#fff;  padding-left: 10px}
.p_rt_tit a{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
    display: block;
}

ul.n_rt_ul { background: url("../images/news_list_bg.gif") no-repeat 0 5px; width:230px; margin:8px auto; overflow:hidden; padding-left:5px;}
ul.n_rt_ul li { line-height:24px; width:216px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding-left:20px; }
ul.n_rt_ul2 {width:273px; margin:8px 0; overflow:hidden;}
ul.n_rt_ul2 li { line-height:24px; height:24px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding-left:5px; margin-left:5px;}
ul.n_rt_ul2 li img{ padding-right:5px; display:inline-block; float:left; vertical-align:middle;padding-top:8px;}
ul.n_rt_ul2 li a{ display:block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float:left; width:250px;}

.fixed-right{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 333333;
    width: 75px;
}
.fixed-right>a{
    width: 75px;
    height: 75px;
    border: 1px solid #F0F0F0;
    transition:.3s;
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    box-sizing: border-box;
}
.fixed-right a:last-of-type{
    height: 45px;
}
.fixed-right a .imgBox{
    width: 27px;
    height: 45px;
    margin: 0 auto;
    position: relative;
}
.fixed-right a .imgBox img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.fixed-right a .imgBox2{
    display: none;
    height: 75px;
    position: relative;
    width: 60px;
}
.fixed-right a .imgBox2 img{
    position: absolute;
    width: 27px;
    height: auto;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.fixed-right a>p:nth-of-type(1){
    text-align: center;
    font-size:14px;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    opacity:1;
}
.fixed-right a>p:nth-of-type(2){
    display: block;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-size:14px;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:20px;
    color:rgba(255,255,255,1);
    opacity:0;
}
.fixed-right>a:nth-of-type(1){
    top: 0;
    z-index: 5;
}
.fixed-right>a:nth-of-type(2){
    top: 75px;
    z-index: 6;
}
.fixed-right>a:nth-of-type(3){
    top: 150px;
    z-index: 7;
}
.fixed-right>a:nth-of-type(4){
    top: 225px;
    z-index: 8;
}
.fixed-right>a:nth-of-type(5){
    top: 300px;
    z-index: 9;
}
.fixed-right>a:hover{
    width: 170px;
    border-color: #3A8EFC;
    background: #3A8EFC;
}
.fixed-right>a:hover .imgBox{
    display: none;
}
.fixed-right>a:hover .imgBox2{
    display: block;
}
.fixed-right>a:hover p:nth-of-type(1){
    display: none;
}
.fixed-right>a:hover p:nth-of-type(2){
    opacity: 1;
}
.fixed-right>a:hover.f-wechat{
    width: 75px;
    height: 75px;
    border-color: #3A8EFC;
    background: #3A8EFC;
}
.fixed-right>a:last-of-type:hover{
    width: 75px;
    height: 45px;
    border: 1px solid #3A8EFC;
    transition:.3s;
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    box-sizing: border-box;
    border-color: #3A8EFC;
}
.fixed-right>a:last-of-type:hover .imgBox{
    display: block;
}
.fixed-right>a:last-of-type:hover .imgBox2{
    display: none;
}
.fixed-right>a:last-of-type:hover p:nth-of-type(1){
    display: block;
}
.fixed-right>a:last-of-type:hover p:nth-of-type(2){
    opacity: 0;
}
.fixed-right>a:hover.f-wechat .imgBox2{
    width: 27px;
    height: 75px;
    margin: 0 auto;
    position: relative;
}
.fixed-right>a:hover.f-wechat .imgBox2 img{
    position: absolute;
    width: 27px;
    height: auto;
    top: 50%;
    right: unset;
    transform: translateY(-50%);
}
.f-wechat .imgBox3{
    transition: .3s;
    width: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 74px;
    background: #3A8EFC;
    height: 140px;
}
.f-wechat .imgBox3 img{
    width: 0;
}
.fixed-right>a.f-wechat:hover .imgBox3{
    width: 120px;
}
.fixed-right>a.f-wechat .imgBox3 p{
    opacity:0;
}
.fixed-right>a:hover.f-wechat .imgBox3 img{
    width: 80px;
    height: 80px;
    margin-left: 20px;
    margin-top: 20px;
}
.fixed-right>a:hover.f-wechat .imgBox3 p{
    text-align: center;
    margin-top: 10px;
    font-size:14px;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:1;
    display: block;
}