@charset "UTF-8";

.didot {
  font-family: "didot"; }

.bebas {
  font-family: "bebas"; }
@media (max-width: 767px) {
  html {
    font-size: 26px !important; } }
@media (max-width: 479px) {
  html {
    font-size: 24px !important; } }
@media (max-width: 320px) {
  html {
    font-size: 20px !important; } }
@media (min-width: 768px) {
  html {
    font-size: 28px !important; } }
@media (min-width: 1200px) {
  html {
    font-size: 30px !important; } }
@media (min-width: 1440px) {
  html {
    font-size: 34px !important; } }
@media (min-width: 1680px) {
  html {
    font-size: 40px !important; } }
div, ul, li, span, a {
  box-sizing: border-box; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.w92 {
  width: 92%;
  margin-left: auto;
  margin-right: auto; }

.Arial {
  font-family: "Arial"; }

.toUpp {
  text-transform: uppercase; }

.bgff {
  background: #fff; }

.nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.omit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.toTop {
  display: none;
  position: fixed;
  z-index: 5;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #3b6dac url(../images/totop.png) no-repeat center;
  transition: all .3s linear;
  background-size: 26px !important;
  border-radius: 50%; }
  .toTop:hover {
    transform: translateY(-6px); }

.omit1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.omit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.omit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.omit4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.omit5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.omit6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.omit7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.omit8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.omit9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.opa7 {
  opacity: .7;
  filter: alpha(opacity=70); }

.ovh {
  overflow: hidden; }

.ovs {
  overflow: visible; }

.img100 {
  display: block;
  width: 100%; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.can-hover .img-wrap {
  overflow: hidden; }
  .can-hover .img-wrap .img100 {
    transition: all 1.5s ease; }
.can-hover:hover .img-wrap .img100 {
  transform: scale3D(1.1, 1.1, 1.1); }

.bgImg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.bgImgf5 {
  background: url(../images/bgf5.jpg) no-repeat center bottom;
  background-size: cover !important; }

.bg27 {
  background: #272727; }

.bgf5 {
  background: #f5f5f5; }

.bgf6 {
  background: #f6f6f6; }

.bgf0 {
  background: #f0f0f0; }

.poa50 {
  position: absolute;
  left: 50%;
  top: 50%; }

.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.sha10 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.header-nav, .search-btn {
  transition: all 0.5s; }

.hide1 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.show1 {
  z-index: 3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.w1400 {
  width: 1400px; }

.w980 {
  width: 980px; }

.w1100 {
  width: 1100px; }

.w1170 {
  width: 1170px; }

.w1140 {
  width: 1140px; }

.w1400, .w1170, .w1140, .w1100, .w980 {
  margin-left: auto;
  margin-right: auto; }

.header {
  overflow: visible;
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  width: 100%;
  transition-duration: .5s; }
  .header .logo {
    padding-top: 27px;
    flex: 0 0 89px;
    display: inline-block; }
  .header .m-nav-btn {
    display: none;
    position: absolute;
    flex: 0 0 22px;
    height: 14px;
    cursor: pointer;
    right: 0;
    top: 50%;
    margin-top: -7px; }
    .header .m-nav-btn.cur .line1 {
      transform: rotate(40deg); }
    .header .m-nav-btn.cur .line2 {
      display: none; }
    .header .m-nav-btn.cur .line3 {
      transform: rotate(-40deg); }
    .header .m-nav-btn .line {
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #000;
      left: 0;
      transition: all .5s ease;
      margin: 0; }
    .header .m-nav-btn .line1 {
      top: 0;
      -webkit-transform-origin: left top 0;
      -ms-transform-origin: left top 0;
      transform-origin: left top 0; }
    .header .m-nav-btn .line2 {
      top: 7px; }
    .header .m-nav-btn .line3 {
      top: 100%;
      -webkit-transform-origin: left bottom 0;
      -ms-transform-origin: left bottom 0;
      transform-origin: left bottom 0; }
  .header .header-left {
    flex: 0 0 auto;
    display: inline-flex; }
  .header .header-right {
    flex: 0 0 187px;
    display: inline-flex;
    justify-content: space-around; }
  .header .header-mains {
    height: 90px;
    align-items: center;
    transition: all 0.5s; }
  .header .right-a-wrap {
    flex: 0 0 88px;
    display: inline-flex;
    justify-content: space-around; }
  .header .right-a {
    position: relative;
    flex: 0 0 20px;
    height: 42px;
    transition-duration: .3s; }
    .header .right-a:after {
      position: absolute;
      right: -24px;
      top: 50%;
      margin-top: -8px;
      display: inline-block;
      content: "";
      height: 16px;
      width: 1px; }
  .header .tmall-a {
    margin-right: 48px;
    background: url(../images/tmallf.png) no-repeat left center; }
    .header .tmall-a:after {
      background: rgba(255, 255, 255, 0.2); }
  .header .cart-a {
    background: url(../images/cartf.png) no-repeat left center; }
  .header .show-search-btn {
    flex: 0 0 42px;
    cursor: pointer;
    height: 42px;
    border-radius: 50%;
    margin-left: 26px;
    transition-duration: .3s;
    background: rgba(0, 0, 0, 0.2) url(../images/seron.png) no-repeat center; }
  .header.bgf,.header.bgf2 {
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
  }
  .welcome-body .header.bgf {
    border-bottom: none;
    background: none;
  }
  .welcome-body .header:hover,.welcome-body .header.bgf2 {
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
  }
  .header.bgf .tmall-a, .header:hover .tmall-a {
    background: url(../images/tmall.png) no-repeat left center; }
    .header.bgf .tmall-a:after, .header:hover .tmall-a:after {
      background: rgba(0, 0, 0, 0.2); }
    .header.bgf .tmall-a:hover, .header:hover .tmall-a:hover {
      background: url(../images/tmallr.png) no-repeat left center; }
  .header.bgf .cart-a, .header:hover .cart-a {
    background: url(../images/cart.png) no-repeat left center; }
    .header.bgf .cart-a:hover, .header:hover .cart-a:hover {
      background: url(../images/cartr.png) no-repeat left center; }
  .header.bgf .show-search-btn, .header:hover .show-search-btn {
    background: rgba(0, 0, 0, 0.2) url(../images/ser1.png) no-repeat center; }
    .header.bgf .show-search-btn:hover, .header:hover .show-search-btn:hover {
      background: #3b6dac url(../images/seron.png) no-repeat center; }
  .header.bgf .header-nav .nav-top-a, .header:hover .header-nav .nav-top-a {
    color: #1a1a1a; }
    .header.bgf .header-nav .nav-top-a:hover, .header:hover .header-nav .nav-top-a:hover {
      color: #3b6dac; }

      .header.bgf2, .header:hover {
  background: #fff; }
  .header.bgf2 .tmall-a, .header:hover .tmall-a {
    background: url(../images/tmall.png) no-repeat left center; }
    .header.bgf2 .tmall-a:after, .header:hover .tmall-a:after {
      background: rgba(0, 0, 0, 0.2); }
    .header.bgf2 .tmall-a:hover, .header:hover .tmall-a:hover {
      background: url(../images/tmallr.png) no-repeat left center; }
  .header.bgf2 .cart-a, .header:hover .cart-a {
    background: url(../images/cart.png) no-repeat left center; }
    .header.bgf2 .cart-a:hover, .header:hover .cart-a:hover {
      background: url(../images/cartr.png) no-repeat left center; }
  .header.bgf2 .show-search-btn, .header:hover .show-search-btn {
    background: rgba(0, 0, 0, 0.2) url(../images/ser1.png) no-repeat center; }
    .header.bgf2 .show-search-btn:hover, .header:hover .show-search-btn:hover {
      background: #3b6dac url(../images/seron.png) no-repeat center; }
  .header.bgf2 .header-nav .nav-top-a, .header:hover .header-nav .nav-top-a {
    color: #1a1a1a; }
    .header.bgf2 .header-nav .nav-top-a:hover, .header:hover .header-nav .nav-top-a:hover {
      color: #3b6dac; }


.header-nav {
  flex: 0 0 auto;
  display: inline-flex;
  margin-left: 64px; }
  .header-nav .nav-hides-title {
    font-size: 18px;
    line-height: 1.1;
    color: #333;
    padding-bottom: 36px;
    padding-top: 26px; }
  .header-nav .nav-item {
    flex: 0 0 130px;
    max-height: 90px; }
    .header-nav .nav-item:hover .nav-top-a, .header-nav .nav-item.cur .nav-top-a,.header-nav .nav-item.cur2 .nav-top-a {
      color: #3b6dac; }
  .header-nav .hides-a-wrap {
    flex: 0 0 50%; }
  .header-nav .nav-hides-left {
    flex: 0 0 34%; }
  .header-nav .nav-top-a {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 36px;
    padding: 27px 0;
    color: #fff;
    transition-duration: .3s; }
  .header-nav .nav-hides-right {
    flex: 0 0 53%;
    overflow: hidden; }
    .header-nav .nav-hides-right:hover .img100 {
      transform: scale(1.1); }
  .header-nav .hides-a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    transition-duration: .3s; }
    .header-nav .hides-a:hover {
      color: #3b6dac;
      transform: translateX(6px); }
      .header-nav .hides-a:hover:before {
        background: #3b6dac; }
    .header-nav .hides-a:before {
      content: "";
      display: inline-block;
      vertical-align: top;
      margin-right: 6px;
      width: 4px;
      height: 4px;
      background: #000;
      position: relative;
      top: 16px; }
  .header-nav .img100 {
    transition-duration: .5s; }
  .header-nav .nav-hides {
    z-index: 7;
    padding: 46px 0;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background: #f5f5f5; }
    .header-nav .nav-hides .w1170 {
      opacity: 0;
      transform: transateY(40px);
      transition-duration: 1s; }
    .header-nav .nav-hides.cur .w1170 {
      opacity: 1;
      transform: transateY(0); }

.header-search-wrap {
  position: fixed;
  z-index: 4;
  left: 50%;
  top: 25px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 600px;
  height: 40px;
  margin-left: -300px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  line-height: 40px;
  transition: all 0.5s;
  background: #fff; }
  .header-search-wrap .submit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 36px;
    height: 40px;
    background: url(../images/ser1.png) no-repeat center;
    background-size: 20px;
    border: none;
    z-index: 3;
    box-sizing: border-box; }
  .header-search-wrap .ser-input {
    width: 100%;
    height: 40px;
    position: relative;
    border: none;
    background: none;
    box-sizing: border-box;
    padding-left: 40px; }
  .header-search-wrap .search-close {
    position: absolute;
    display: block;
    right: -60px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/close2.png) no-repeat center;
    background-size: 30px;
    cursor: pointer;
    transition-duration: .5s; }
    .header-search-wrap .search-close:hover {
      transform: rotate(90deg); }

.toUpp {
  text-transform: uppercase; }

.hd01 {
  z-index: 3;
  width: 100%;
  text-align: center;
  margin-top: 28px; }
  .hd01.poa {
    position: absolute;
    left: 0;
    bottom: 48px !important; }
  .hd01.opa5 .swiper-pagination-bullet:before {
    background: rgba(255, 255, 255, 0.5); }
  .hd01.opa5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: rgba(255, 255, 255, 0.4); }
    .hd01.opa5 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      background: #fff; }
  .hd01 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 7px !important;
    position: relative;
    transition-duration: .5s;
    cursor: pointer;
    background: none;
    opacity: 1;
    border: 1px solid transparent; }
    .hd01 .swiper-pagination-bullet:before {
      position: absolute;
      display: block;
      left: 50%;
      top: 50%;
      content: "";
      width: 6px;
      height: 6px;
      margin-left: -3px;
      margin-top: -3px;
      border-radius: 50%;
      transition-duration: .5s;
      background: #c6c6c6; }
    .hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border-color: #3b6dac; }
      .hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        background: #3b6dac; }

.footer-top .top-nav-wrap {
  flex: 0 0 auto;
  display: inline-flex; }
.footer-top .top-right {
  flex: 0 0 162px; }
.footer-top .top-nav {
  flex: 0 0 auto;
  margin-right: 2.7rem;
  line-height: 24px; }
.footer-top .top-nav-a1 {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  color: #fff; }
.footer-top .top-nav-a2 {
  display: block;
  font-size: 14px;
  margin-bottom: 12px; }
.footer-top .tele-h5 {
  text-align: right; }
.footer-top .ewm-btns {
  justify-content: flex-end; }
.footer-top .tele-num {
  font-size: 18px;
  text-align: right;
  line-height: 1.3;
  color: #3b6dac;
  margin-bottom: 1.1rem; }
.footer-top .ewm-top {
  flex: 0 0 40px;
  border-radius: 50%;
  height: 40px;
  background-size: 28px !important;
  /*border: 1px solid #343434;*/
  transition-duration: .5s; }
.footer-top .ewm-items {
  position: relative;
  flex: 0 0 40px;
  height: 40px;
  overflow: visible;
  cursor: pointer; }
  .footer-top .ewm-items:first-child {
    margin-right: 14px; }
    .footer-top .sina-a {
      background: url(../images/sinar.png) no-repeat center; }
    /*.footer-top .ewm-items:first-child:hover .ewm-top {
      background: #3b6dac url(../images/sinar.png) no-repeat center; }*/
  .footer-top .ewm-items2 .ewm-top {
    background: url(../images/wechatr.png) no-repeat center; }
  /*.footer-top .ewm-items:last-child:hover .ewm-top {
    background: #3b6dac url(../images/wechaton.png) no-repeat center; }*/
    .footer-top .other-buy-a {
      flex: 0 0 40px;
      border-radius: 50%;
      height: 40px;
      background-size: 28px !important;
    }
  .footer-top .tmall-a {
    background: url(../images/t.png) no-repeat center;
  }
  .footer-top .jingdong-a {
    background: url(../images/j.png) no-repeat center;
  }
.footer-top .ewm-hides {
  z-index: 2;
  display: none;
  position: absolute;
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  bottom: -140px;
  left: 50%;
  margin-left: -60px;
  margin-top: 12px; }

.footer-middle {
  padding-top: 2.1rem;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .footer-middle .middle-left, .footer-middle .middle-right {
    flex: 0 0 auto;
    display: inline-flex; }
  .footer-middle .left-a {
    flex: 0 0 auto;
    margin-right: 1.3rem;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #fff;
    padding-left: 44px;
    opacity: .8;
    transition-duration: .3s; }
    .footer-middle .left-a:first-child {
      background: url(../images/tmallf2.png) no-repeat left center; }
    .footer-middle .left-a:last-child {
      background: url(../images/cartf2.png) no-repeat left center; }
    .footer-middle .left-a:hover {
      opacity: 1;
      transform: translateX(-6px); }
  .footer-middle .middle-right {
    justify-content: flex-end; }
  .footer-middle .middle-right-a {
    height: 1.8rem;
    line-height: 1.8rem;
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.5);
    transition-duration: .3s;
    position: relative;
    margin-left: 10px;
    padding-left: 11px; }
    .footer-middle .middle-right-a:before {
      display: inline-block;
      content: "";
      width: 1px;
      height: 12px;
      position: absolute;
      top: 50%;
      left: 0;
      background: rgba(255, 255, 255, 0.4);
      margin-top: -6px; }
    .footer-middle .middle-right-a:first-child {
      margin-left: 0; }
      .footer-middle .middle-right-a:first-child:before {
        display: none; }
    .footer-middle .middle-right-a:hover {
      color: #fff; }

.footer {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  padding: 80px 0 30px; }
  .footer a {
    color: rgba(255, 255, 255, 0.5);
    transition: all .3s ease; }
    .footer a:hover {
      color: #fff; }

.welcome-banner {
  overflow: hidden;
  position: relative;
  height: 100vh; }
  .welcome-banner .m-banner-img {
    position: relative;
    z-index: 2;
    display: none; }
  .welcome-banner .swiper-slide {
    position: relative;
    z-index: 2;
    /*height: 100vh !important;*/
    display: block;
    transition-duration: 4s; }
  .welcome-banner .swiper-wrapper {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition-duration: .8s; }
    .welcome-banner .swiper-wrapper.cur {
      opacity: 1; }
  .welcome-banner .swiper-slide-active {
    z-index: 4; }

.welcome-fast-list1 .hover {
  display: none; }
.welcome-fast-list1 .ico-wrap {
  flex: 0 0 42px;
  height: 42px;
  position: relative;
  transition-duration: .3s; }
.welcome-fast-list1 .txt-wrap {
  flex: 0 0 auto;
  margin-left: 22px;
  font-size: 18px;
  line-height: 42px;
  color: #333;
  transition-duration: .3s; }
.welcome-fast-list1 .fast-list1-item {
  flex: 0 0 25%;
  padding: 1.5rem 0;
  justify-content: center;
  position: relative; }
  .welcome-fast-list1 .fast-list1-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 44px;
    background: #e5e5e5;
    left: 0;
    top: 50%;
    display: block;
    margin-top: -22px; }
  .welcome-fast-list1 .fast-list1-item:first-child:before {
    opacity: 0; }
  .welcome-fast-list1 .fast-list1-item:hover .ico-wrap, .welcome-fast-list1 .fast-list1-item:hover .txt-wrap {
    transform: translateY(-6px); }
  .welcome-fast-list1 .fast-list1-item:hover .unhover {
    display: none; }
  .welcome-fast-list1 .fast-list1-item:hover .hover {
    display: block; }
  .welcome-fast-list1 .fast-list1-item:hover .txt-wrap {
    color: #3b6dac; }

.welcome-fast-list2 .m-img {
  display: none; }
.welcome-fast-list2 .bgImg {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition-duration: .5s; }
.welcome-fast-list2 .list2-left, .welcome-fast-list2 .list2-right {
  height: 44.8vw; }
.welcome-fast-list2 .list2-left {
  line-height: 1.2;
  flex: 0 0 calc(48% - 10px);
  width: calc(48% - 10px); }
  .welcome-fast-list2 .list2-left .fast-txts {
    padding: 94px 10px 0; }
  .welcome-fast-list2 .list2-left .fast-h5 {
    font-size: 40px;
    margin-bottom: 12px; }
  .welcome-fast-list2 .list2-left .fast-dt {
    font-size: 20px; }
.welcome-fast-list2 .list2-right {
  flex: 0 0 calc(52% - 10px);
  width: calc(52% - 10px);
  display: inline-flex;
  line-height: 1.2;
  justify-content: space-around;
  flex-wrap: wrap; }
  .welcome-fast-list2 .list2-right .fast-txts {
    padding: 54px 10px 0; }
  .welcome-fast-list2 .list2-right .fast-h5 {
    font-size: 26px;
    margin-bottom: 8px; }
  .welcome-fast-list2 .list2-right .fast-dt {
    opacity: 7;
    font-size: 16px; }
.welcome-fast-list2 .fast-txts {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  transition-duration: .5s; }
.welcome-fast-list2 .white {
  color: #fff; }
.welcome-fast-list2 .black {
  color: #333; }
.welcome-fast-list2 .left-item, .welcome-fast-list2 .right-item {
  position: relative;
  overflow: hidden; }
  .welcome-fast-list2 .left-item:hover .bgImg, .welcome-fast-list2 .right-item:hover .bgImg {
    transform: scale(1.1); }
  .welcome-fast-list2 .left-item:hover .fast-txts, .welcome-fast-list2 .right-item:hover .fast-txts {
    transform: translateY(-10px); }
.welcome-fast-list2 .right-item {
  height: calc(22.4vw - 10px);
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px); }
  .welcome-fast-list2 .right-item:first-child, .welcome-fast-list2 .right-item:nth-child(2) {
    margin-bottom: 20px; }
  .welcome-fast-list2 .right-item:first-child, .welcome-fast-list2 .right-item:nth-child(3) {
    margin-right: 20px; }
.welcome-fast-list2 .fast-txts {
  text-align: center; }

.welcome-news-wrap {
  padding: 36px 24px 60px; }
  .welcome-news-wrap .news-banner {
    overflow: hidden; }
  .welcome-news-wrap .swiper-slide {
    overflow: hidden;
    position: relative; }
    .welcome-news-wrap .swiper-slide:hover .img100 {
      transform: scale(1.1); }
  .welcome-news-wrap .img100 {
    transition-duration: 1s; }
  .welcome-news-wrap .news-h5 {
    position: absolute;
    left: 0;
    bottom: 24px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    width: 100%;
    text-align: center;
    padding: 0 10px; }

.inner-nav1 {
  background: #e6e6e6;
  font-size: 14px;
  line-height: 60px; }
  .inner-nav1 .inner-nav-left, .inner-nav1 .inner-nav-right {
    flex: 0 0 auto;
    display: inline-flex; }
  .inner-nav1 .nav-left-a {
    color: #333;
    flex: 0 0 auto;
    display: inline-block;
    transition-duration: .3s;
    position: relative;
    padding-right: 48px; }
    .inner-nav1 .nav-left-a:after {
      position: absolute;
      right: 24px;
      top: 50%;
      margin-top: -7px;
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 1px;
      height: 14px;
      background: #ccc; }
    .inner-nav1 .nav-left-a:last-child {
      padding-right: 0; }
      .inner-nav1 .nav-left-a:last-child:after {
        opacity: 0;
        display: none; }
    .inner-nav1 .nav-left-a:hover, .inner-nav1 .nav-left-a.cur {
      color: #3b6dac; }
  .inner-nav1 .bread-s0 {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/map1.png) no-repeat left center; }
  .inner-nav1 .bread-a {
    color: #333;
    flex: 0 0 auto;
    transition-duration: .3s; }
    .inner-nav1 .bread-a:hover, .inner-nav1 .bread-a.cur {
      color: #3b6dac; }
  .inner-nav1 .bread-a1 {
    margin: 0 4px; }
  .inner-nav1 .bread-a2 {
    margin-left: 4px; }

.inner-nav2 {
  font-size: 14px;
  line-height: 100px;
  border-bottom: 1px solid #efefef; }
  .inner-nav2 .inner-nav-left, .inner-nav2 .inner-nav-right {
    flex: 0 0 auto;
    display: inline-flex; line-height: 100px;}
  .inner-nav2 .nav-left-a {
    position: relative;
    color: #333;
    flex: 0 0 auto;
    display: inline-block;
    transition-duration: .3s;
    padding-right: 48px; line-height: 100px}
    .inner-nav2 .nav-left-a:before {
      position: absolute;
      bottom: -1px;
      content: "";
      display: block;
      width: 0;
      height: 2px;
      left: 22px;
      background: #3b6dac;
      transition-duration: .3s; }
    .inner-nav2 .nav-left-a:after {
      position: absolute;
      right: 24px;
      top: 50%;
      margin-top: -7px;
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 1px;
      height: 14px;
      background: #ccc; }
    .inner-nav2 .nav-left-a:last-child {
      padding-right: 0; }
      .inner-nav2 .nav-left-a:last-child:after {
        opacity: 0;
        display: none; }
    .inner-nav2 .nav-left-a:hover, .inner-nav2 .nav-left-a.cur {
      color: #3b6dac; }
      .inner-nav2 .nav-left-a:hover:before, .inner-nav2 .nav-left-a.cur:before {
        width: 44px;
        left: 0; }
  .inner-nav2 .bread-s0 {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/dw.png) no-repeat left center; line-height: 100px;}
  .inner-nav2 .bread-a {
    color: #333;
    flex: 0 0 auto;
    transition-duration: .3s; line-height: 100px;}
    .inner-nav2 .bread-a:hover, .inner-nav2 .bread-a.cur {
      color: #3b6dac; }
  .inner-nav2 .bread-a1 {
    margin: 0 4px; }
  .inner-nav2 .bread-a2 {
    margin-left: 4px; }

.load-more {
  display: block;
  position: relative;
  text-align: center;
  width: 180px;
  height: 60px;
  border: 1px solid #3b6dac;
  border-radius: 30px;
  overflow: hidden;
  padding-top: 20px;
  margin: 30px auto 0; }
  .load-more:after {
    display: block;
    border-radius: 30px;
    content: "";
    position: absolute;
    z-index: 0;
    background: #3b6dac;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .load-more:before {
    content: "";
    display: block;
    width: 130%;
    height: 100%;
    position: absolute;
    left: -144%;
    top: 0;
    z-index: 1;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg); }
  .load-more .load-s0 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    vertical-align: top;
    transition: .3s ease-in-out;
    margin-left: 10px; }
  .load-more .load-ico0 {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url(../images/jiazai.png) no-repeat center;
    animation: rotate360 3s linear infinite; }
  .load-more:hover .load-s0 {
    color: #3b6dac; }
  .load-more:hover:before {
    left: -13%; }
  .load-more:hover .load-ico0 {
    background: url(../images/jiazaion.png) no-repeat center; }

.pro-search-wrap {
  padding-top: 44px;
  padding-bottom: 10px;
  justify-content: flex-end; }
  .pro-search-wrap .pro-search-box {
    position: relative;
    flex: 0 0 210px;
    display: inline-flex;
    border: 1px solid #d7d7d7;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    padding-left: 44px;
    box-sizing: border-box; }
  .pro-search-wrap .pro-submit {
    width: 44px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background: url(../images/ser.png) no-repeat 18px center; }
  .pro-search-wrap .pro-input {
    display: block;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 48px;
    color: #333; }

.pro-ajax-controls {
  justify-content: flex-start;
  padding-bottom: 1rem; }
  .pro-ajax-controls .pro-ajax-s0 {
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    flex: 0 0 auto;
    line-height: 36px;
    transition-duration: .3s;
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px; }
    .pro-ajax-controls .pro-ajax-s0:after {
      position: absolute;
      top: 50%;
      right: 0;
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 1px;
      height: 14px;
      margin-top: -7px;
      background: #b8b8b8; }

    .pro-ajax-controls .pro-ajax-s0:last-child:after {
      opacity: 0;
      display: none; }
    .pro-ajax-controls .pro-ajax-s0:hover, .pro-ajax-controls .pro-ajax-s0.cur {
      color: #3b6dac; }

.load-opa0 {
  opacity: 0;
  transition-duration: .8s; }
  .load-opa0.show {
    opacity: 1; }

.pro-hots {
  position: relative;
  padding-bottom: 32px; }
  .pro-hots .pro-hots-left {
    flex: 0 0 40%;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column; }
    .pro-hots .pro-hots-left .hots-item {
      flex: 0 0 31.9%; }
    .pro-hots .pro-hots-left .hots-h5 {
      font-size: 18px;
      bottom: .8rem; }
  .pro-hots .pro-hots-right {
    flex: 0 0 58.5%;
    display: inline-flex; }
    .pro-hots .pro-hots-right .hots-item {
      flex: 0 0 100%; }
    .pro-hots .pro-hots-right .hots-h5 {
      font-size: 20px;
      bottom: 2rem; }
  .pro-hots .hots-h5 {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 44px;
    transition-duration: .5s; }
  .pro-hots .hots-txts {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 50%;
    width: 100%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    padding: 0 44px;
    transition-duration: .5s; }
  .pro-hots .hots-en {
    font-size: 36px;
    display: block;
    margin-top: -20px;
    height: 40px;
    text-align: left;
    position: relative; }
    .pro-hots .hots-en:after {
      width: 36px;
      height: 36px;
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -18px;
      display: block;
      border-radius: 50%;
      overflow: hidden;
      background: rgba(143, 143, 143, 0.2) url(../images/jiantou1.png) no-repeat center; }
  .pro-hots .right-p0 {
    color: rgba(255, 255, 255, 0.3); }
  .pro-hots .img100 {
    position: relative;
    z-index: 1;
    transition-duration: .8s; }
  .pro-hots .hots-item {
    position: relative;
    overflow: hidden; }
    .pro-hots .hots-item:hover .img100 {
      transform: scale(1.1); }
    .pro-hots .hots-item:hover .hots-txts, .pro-hots .hots-item:hover .hots-h5 {
      padding: 0 70px; }
.pro-hots.height0 {
    height: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
.pro .pro-mains {
  min-height: 34vh;
  justify-content: flex-start;}
.pro .pro-item {
  flex: 0 0 23.8%;
  background: #fff;
  margin-right: 1.6%;
  margin-bottom: 20px;
  text-align: center;
  transition-duration: .5s; }
  .pro .pro-item:nth-child(4n) {
    margin-right: 0; }
  .pro .pro-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .pro .pro-item:hover .pro-h5, .pro .pro-item:hover .pro-more {
      color: #3b6dac; }
.pro .txts-wrap {
  padding: 6px 10px 1rem;
  font-size: 14px;
  line-height: 20px; }
.pro .pro-h5 {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: bold;
  transition-duration: .5s; }
.pro .pro-detail {
  color: #666;
  line-height: 20px;
  /*height: 40px;*/
  /*overflow: hidden;*/
  margin-bottom: 16px;
  font-size: 12px; }
.pro .pro-more {
  font-size: 14px;
  color: #333;
  display: inline-block;
  text-decoration: underline; }

.proInfo-top {
  position: relative;}

  .proInfo-top .show-imgs {
    margin-bottom: 36px; }
  .proInfo-top .w1400 {
    position: relative;
    z-index: 1; }
  .proInfo-top .proInfo-left, .proInfo-top .proInfo-right {
    flex: 0 0 50%;
    width: 50%; }
  .proInfo-top .proInfo-banner {
    overflow: hidden;
    padding: 0 1px; }
    .proInfo-top .proInfo-banner .img100 {
      transition-duration: .5s; }
    .proInfo-top .proInfo-banner .swiper-slide {
      padding: 12px 0;
      cursor: pointer;
      border: 1px solid #dadada;
      overflow: hidden;
      transition-duration: .5s; }
      .proInfo-top .proInfo-banner .swiper-slide:hover, .proInfo-top .proInfo-banner .swiper-slide.cur {
        background: #f5f5f5; }
        .proInfo-top .proInfo-banner .swiper-slide:hover .img100, .proInfo-top .proInfo-banner .swiper-slide.cur .img100 {
          transform: scale(0.9); }
  .proInfo-top .left-mains {
    padding: 0 1.4rem; }
  .proInfo-top .right-mains {
    padding-left: 2.25rem; }
  .proInfo-top .proInfo-h5 {
    font-size: 30px;
    line-height: 48px;
    color: #333;
    margin-bottom: 24px; }
  .proInfo-top .scroll-wrap {
    height: 90px; }
  .proInfo-top .proInfo-dt {
    font-size: 16px;
    line-height: 30px;
    color: #808080; }
  .proInfo-top .right-middle {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin: 32px 0 2.1rem;
    padding: 1.2rem 0;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4; }
  .proInfo-top .sizes-left, .proInfo-top .application-left {
    flex: 0 0 126px; }
  .proInfo-top .sizes-wrap {
    line-height: 42px;
    margin-bottom: 20px; }
  .proInfo-top .sizes-right, .proInfo-top .application-right {
    flex: 0 0 calc(100% - 127px);
    width: calc(100% - 127px); }
  .proInfo-top .sizes-right {
    display: inline-flex;
    flex-wrap: wrap; }
  .proInfo-top .size-item {
    flex: 0 0 auto;
    margin-right: 16px;
    border: 1px solid #c4c4c4;
    transition-duration: .5s;
    cursor: pointer;
    padding: 0 6px; }
    .proInfo-top .size-item:hover, .proInfo-top .size-item.cur {
      background: #3b6dac;
      color: #fff;
      border-color: #3b6dac; }

.proInfo-middle {
  margin: 1.8rem auto 26px; }
  .proInfo-middle .m-info {
    display: none; }
  .proInfo-middle .middle-ajax-control1 {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    align-items: center;
    justify-content: center; }
  .proInfo-middle .ajax-sline {
    flex: 0 0 1px;
    height: 20px;
    background: #aaa; }
  .proInfo-middle .ajax-s0 {
    cursor: pointer;
    flex: 0 0 auto;
    padding: .5rem 1.4rem;
    transition-duration: .5s; }
    .proInfo-middle .ajax-s0:hover, .proInfo-middle .ajax-s0.cur {
      color: #3b6dac; }
  .proInfo-middle .ajax-mains {
    font-size: 16px;
    line-height: 24px;
    color: #666; }
    .proInfo-middle .ajax-mains img {
      display: block;
      max-width: 100%;
      margin: 0 auto;
      height: auto !important; }

.proInfo-bottom {
  padding-bottom: 2.25rem; }
  .proInfo-bottom .proMore-banner {
    overflow: hidden;
    padding: 10px 0; }
  .proInfo-bottom .swiper-slide {
    background: #fff;
    text-align: center;
    transition-duration: .5s;
    padding-top: 20px; }
    .proInfo-bottom .swiper-slide:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .proInfo-bottom .swiper-slide:hover .pro-h5 {
        color: #3b6dac; }
  .proInfo-bottom .txts-wrap {
    padding: 6px 10px 1rem;
    font-size: 14px;
    line-height: 20px; }
  .proInfo-bottom .pro-h5 {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
    transition-duration: .5s; }
  .proInfo-bottom .pro-detail {
    color: #666;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px; }
  .proInfo-bottom .pro-more {
    font-size: 14px;
    color: #333;
    display: inline-block;
    text-decoration: underline; }

.special-nav {
  padding: 13px 0;
  line-height: 34px;
  font-size: 14px; }
  .special-nav .special-left {
    font-size: 16px;
    color: #000;
    flex: 0 0 auto; }
  .special-nav .special-right {
    flex: 0 0 auto;
    display: inline-flex;
    justify-content: flex-end; }
  .special-nav .pro-para-wrap {
    flex: 0 0 auto;
    display: inline-flex; }
  .special-nav .pro-para-a {
    flex: 0 0 auto;
    padding: 0 14px;
    color: #333;
    line-height: 34px;
    position: relative;
    transition-duration: .3s; }
    .special-nav .pro-para-a:after {
      content: "";
      position: absolute;
      display: block;
      width: 1px;
      height: 16px;
      top: 50%;
      right: 0;
      margin-top: -8px;
      background: #b6b6b6; }
    .special-nav .pro-para-a:last-child:after {
      display: none; }
    .special-nav .pro-para-a:hover, .special-nav .pro-para-a.cur {
      color: #3b6dac; }

.top-buy {
  margin-left: 22px;
  flex: 0 0 100px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  border-radius: 17px;
  background: #3b6dac;
  position: relative;
  overflow: hidden;
  color: #fff;
  border: 1px solid transparent; }
  .top-buy:after {
    content: "";
    position: absolute;
    z-index: 0;
    background: #3b6dac;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .top-buy:before {
    content: "";
    display: block;
    width: 124%;
    height: 100%;
    position: absolute;
    left: -148%;
    top: 0;
    z-index: 1;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg); }
  .top-buy .buy-s0 {
    position: relative;
    z-index: 2;
    transition: .3s ease-in-out; }
  .top-buy:hover {
    border-color: #3b6dac;
    color: #3b6dac; }
    .top-buy:hover:before {
      left: -13%; }

.star-products .swiper-slide {
  position: relative; }
  .star-products .swiper-slide.cur {
    transform: scale(1.2, 1.2);
    z-index: 2; }
.star-products .star-name-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 100%; }
.star-products .star-name {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding: 0 10px; }
.star-products .star-banner {
  overflow: visible; }

.about-red-title {
  display: block;
  font-size: 14px;
  line-height: 34px;
  background: #3b6dac;
  width: 120px;
  height: 34px;
  color: #fff;
  text-align: center; }

.about-list1 {
  position: relative;
  margin: 2.8rem auto 3rem;
  justify-content: flex-end; }
  .about-list1 .list1-right {
    flex: 0 0 50%; }
  .about-list1 .right-bg {
    height: 500px; }
  .about-list1 .m-img {
    display: none; }
  .about-list1 .list1-left {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -700px;
    width: 1400px;
    height: 100%;
    padding-right: 770px; }
  .about-list1 .list1-title {
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    padding: .6rem 0 .8rem; }
  .about-list1 .list1-detail p{
    font-size: 16px;
    line-height: 1.9;
    color: #666; }

  .about-list1 .list1-square {
    justify-content: flex-start;
    padding-top: 1.6rem; }
  .about-list1 .square-item {
    flex: 0 0 120px;
    height: 120px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dcdcdc;
    margin-right: 12px;
    text-align: center; }
  .about-list1 .square-num {
    font-size: 36px;
    line-height: 50px;
    color: #3b6dac; }

  .about-list2 .scroll-wrap {
    height: 108px;font-size: 14px;}
  .about-list2 .list2-banner {
    overflow: hidden; }
  .about-list2 .swiper-slide {
    padding: 2.25rem 0rem 2.25rem;
    color: #000;
    line-height: 36px; text-align: center;}
    .about-list2 .swiper-slide:hover .img100 {
      transform: scale(1.1); }
    .about-list2 .swiper-slide:hover .list2-h4 {
      color: #3b6dac;font-size: 14px;}
  .about-list2 .img100 {
    transition-duration: .8s; }
  .about-list2 .img-wrap {
    position: relative;
    overflow: hidden; }
  .about-list2 .txt-wrap {
    padding-top: 30px; }
  .about-list2 .list2-h4 {
    font-size: 20px;
    margin-bottom: 10px;
    transition-duration: .8s; }
  .about-list2 .list2-h5 {
    font-size: 16px;
    opacity: .7; }
  .about-list2 .about-red-title {
    position: absolute;
    z-index: 3;
    left: 20px;
    top: 20px; }

.about-list3 {
  padding-bottom: 3rem; }
  .about-list3 .list3-title1 {
    padding: 1.8rem 0 .9rem;
    font-size: 1rem;
    line-height: 1.1;
    color: #000;
    text-align: center; }
  .about-list3 .about-red-title {
    display: block;
    margin: auto; }
  .about-list3 .list3-mains {
    padding-top: 64px;
    padding-bottom: 1px;
    position: relative; }
    .about-list3 .list3-mains:before {
      position: absolute;
      display: block;
      width: 1px;
      height: 100%;
      top: 0;
      left: 50%;
      background: #cecece;
      content: ""; }
  .about-list3 .his-item {
    position: relative;
    margin-bottom: 3.75rem; }
    .about-list3 .his-item:before {
      position: absolute;
      display: block;
      width: 24px;
      height: 24px;
      top: 0;
      left: 50%;
      margin-left: -12px;
      background: url(../images/cir1.png) no-repeat center;
      content: ""; }
    .about-list3 .his-item:hover .img100 {
      transform: scale(1.1); }
    .about-list3 .his-item:hover .his-h5 {
      color: #3b6dac; }
  .about-list3 .his-txts {
    line-height: 28px; }
  .about-list3 .his-h5 {
    font-size: 24px;
    color: #000;
    margin-bottom: 14px;
    transition-duration: .5s; }
  .about-list3 .img100 {
    transition-duration: .8s; }
  .about-list3 .his-dt {
    font-size: 16px;
    color: #666; }
  .about-list3 .his-imgs {
    position: relative;
    flex: 0 0 440px;
    height: 250px; }
  .about-list3 .his-txts {
    flex: 0 0 440px; }
  .about-list3 .scroll-wrap {
    height: 250px; }
  .about-list3 .his-years {
    position: absolute;
    z-index: 2;
    color: #000;
    font-size: 72px;
    line-height: 72px;
    top: 50%;
    margin-top: -36px;
    font-family: "didot"; }
  .about-list3 .odd .his-imgs {
    padding-left: 75px; }
  .about-list3 .odd .his-years {
    left: 0; }
  .about-list3 .even .his-txts {
    order: -1; }
  .about-list3 .even .his-imgs {
    padding-right: 75px; }
  .about-list3 .even .his-years {
    right: 0; }

.about-list4 {
  position: relative;
  justify-content: flex-start;padding-bottom: 3rem; }
  .about-list4 .find-more {
    margin-left: 0;
    margin-top: 2.25rem; }
  .about-list4 .list4-left {
    flex: 0 0 46.4%; }
  .about-list4 .left-bg {
    height: 800px; }
  .about-list4 .m-img {
    display: none; }
  .about-list4 .list4-right {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -700px;
    width: 1400px;
    height: 100%;
    padding-left: 730px;
    padding-top: 3rem; }
  .about-list4 .list4-title {
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    padding: .6rem 0 .8rem; }
  .about-list4 .list4-detail {
    font-size: 16px;
    line-height: 30px;
    color: #666; }
  .about-list4 .scroll-wrap {
    max-height: 300px; }

.about-list5 {
  padding: 3.6rem 0 2.7rem; }
  .about-list5 .list5-left {
    flex: 0 0 204px; }
  .about-list5 .list5-right {
    flex: 0 0 calc(100% - 376px);
    width: calc(100% - 376px); }
  .about-list5 .list5-title {
    font-size: 1rem;
    line-height: 1.1;
    color: #000; }
  .about-list5 .list5-title-dt {
    margin-top: 18px;
    font-size: 14px;
    line-height: 24px;
    color: #3d3d3d; }
  .about-list5 .list5-top-detail {
    font-size: .7rem;
    line-height: 1.7;
    color: #000;
    text-decoration: underline;
    margin-bottom: .7rem;
    font-style: italic; }
  .about-list5 .list5-bot-detail {
    font-size: 16px;
    line-height: 30px;
    color: #666; }

.service-list1 {
  padding: 2.2rem 0; }
  .service-list1 .txts-wrap {
    padding: 1rem  1.7rem 1.2rem;
    transition-duration: .5s;
    background: url(../images/cir2.png) no-repeat right 1rem center; }
  .service-list1 .list1-h5 {
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 12px;
    transition-duration: .5s; }
  .service-list1 .list1-dt {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    width: 292px; }
  .service-list1 .list1-item {
    flex: 0 0 47.8%;
    width: 47.8%;
    background: #fff;
    transition-duration: .5s; }
    .service-list1 .list1-item:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .service-list1 .list1-item:hover .list1-h5 {
        color: #3b6dac; }
      .service-list1 .list1-item:hover .txts-wrap {
        background: url(../images/cir2on.png) no-repeat right 0.8rem center; }

.service-list2 {
  padding-bottom: 2.5rem; }
  .service-list2 .list2-titles {
    font-size: .9rem;
    line-height: 1.2;
    text-align: center;
    color: #000;
    padding-bottom: 1.2rem; }
  .service-list2 .txts-wrap {
    padding: 0 10px; }
  .service-list2 .img-wrap {
    width: 62px;
    margin: 0 auto 20px; }
  .service-list2 .list2-h5 {
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px; }
  .service-list2 .list2-dt {
    font-size: 16px;
    line-height: 1.1;
    color: #666; }
  .service-list2 .list2-item {
    flex: 0 0 31.4%;
    width: 31.4%;
    background: #fff;
    transition-duration: .5s;
    padding: 1rem 0;
    text-align: center;
    background-size: cover !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .service-list2 .list2-item:first-child {
      background: url(../images/ser2-bg1.jpg) no-repeat center; }
    .service-list2 .list2-item:nth-child(2) {
      background: url(../images/ser2-bg2.jpg) no-repeat center; }
    .service-list2 .list2-item:last-child {
      background: url(../images/ser2-bg3.jpg) no-repeat center; }

.search-titles {
  padding: 1.8rem 0;
  font-size: 40px;
  line-height: 1.1;
  color: #000;
  text-align: center; }

.doctor .news-list1 {
  padding-top: 1.9rem; }
  .doctor .news-list1 .txts-wrap {
    padding: .9rem 1rem  1.6rem; }
  .doctor .news-list1 .news-h5 {
    font-size: 24px; }
  .doctor .news-list1 .txts-wrap {
    font-size: 16px; }
  .doctor .news-list1 .news-detail {
    height: 56px;
    margin: 10px auto 32px;
    line-height: 28px; }

.problem-list1 {
  padding: 2.5rem 0; }
  .problem-list1 .problem-item {
    line-height: 36px;
    cursor: pointer;
    padding: 12px 1rem; }
    .problem-list1 .problem-item:nth-child(2n-1) {
      background: #f7f7f7; }
    .problem-list1 .problem-item.cur .problem-h5 {
      background: url(../images/jian3.png) no-repeat right 32px center; }
  .problem-list1 .problem-h5 {
    position: relative;
    padding: 18px 40px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    background: url(../images/jian3on.png) no-repeat right 32px center; }
    .problem-list1 .problem-h5:before {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      top: 25px;
      left: 0;
      position: absolute;
      background: url(../images/i_05.jpg)center; }
  .problem-list1 .problem-detail {
    position: relative;
    padding: 18px 40px;
    display: none;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #dedede; }
    .problem-list1 .problem-detail:before {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      top: 25px;
      left: 0;
      position: absolute;
      background:url(../images/i_08.jpg) no-repeat center; }

.water-banner {
  position: relative; }
  .water-banner .innerBan-bg {
    position: relative;
    z-index: 2; }
  .water-banner .m-banner-img {
    display: none; }
  .water-banner .banner-titles {
    flex: 0 0 518px;
    margin-left: 2.4rem;
    height: 346px;
    color: #fff; }
  .water-banner .w1400 {
    height: calc(100vh - 150px);
    padding-top: 90px;
    align-items: center; }
  .water-banner .ban-h3 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 1px;
    transition-delay: .2s; }
  .water-banner .ban-h4 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 20px;
    margin-top: 8px;
    transition-delay: .4s; }
  .water-banner .data-from {
    font-size: 14px;
    line-height: 24px;
    transition-delay: .6s; }
  .water-banner .ban-cir-wrap {
    justify-content: flex-start;
    margin: 60px 0 72px; }
  .water-banner .cir-item {
    flex: 0 0 96px;
    height: 96px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    width: 96px;
    border-radius: 50%;
    margin-right: 24px;
    padding-top: 20px;
    line-height: 28px;
    text-align: center; }
    .water-banner .cir-item:first-child {
      transition-delay: .8s; }
    .water-banner .cir-item:last-child {
      transition-delay: 1s; }
  .water-banner .cir-s0 {
    display: block; }
  .water-banner .cir-en {
    font-weight: bold;
    font-size: 22px; }
  .water-banner .cir-cn {
    font-size: 14px; }

.lipstick-banner {
  position: relative; }
  .lipstick-banner .innerBan-bg {
    position: relative;
    z-index: 2; }
  .lipstick-banner .innerBan-bg {
    background-position: center top !important; }
  .lipstick-banner .m-banner-img {
    display: none; }
  .lipstick-banner .banner-titles {
    color: #fff;
    text-align: center; }
  .lipstick-banner .w1400 {
    height: calc(100vh - 150px);
    padding-top: 10vh; }
  .lipstick-banner .banner-btn {
    display: block;
    background: #3b6dac;
    width: 110px;
    border-radius: 16px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin: auto;
    transition-delay: .2s; }
  .lipstick-banner .ban-h3 {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 24px 0 20px;
    transition-delay: .4s; }
  .lipstick-banner .ban-h4 {
    font-size: 30px;
    line-height: 1.2;
    transition-delay: .6s; }

.lipstick .lips-title {
  font-size: 40px;
  line-height: 1.2;
  color: #333; }
.lipstick .lips-font18 {
  font-size: 18px;
  line-height: 1.6;
  color: #666; }

.lithium .lipstick-banner .ban-h3 {
  letter-spacing: 20px; }
.lithium .lithium-title {
  font-size: 40px;
  line-height: 1.2;
  color: #333; }
.lithium .lithium-font18 {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  color: #666; }
.lithium .lithium-cir-wrap {
  justify-content: flex-start; }
.lithium .cir-item {
  flex: 0 0 98px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-right: 1.2rem; }
  .lithium-list4 .cir-item {
    flex: 0 0 auto;
  }
  .lithium-list4 .cir-ico {
    width: 98px;
  }
.lithium .cir-ico {
  display: block;
  margin: 0 auto 10px; }

.key .key-title {
  font-size: 40px;
  line-height: 1.2;
  color: #333; }
.key .key-font18 {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 20px;
  color: #666; }
.key .water-list8 {
  background: #272525; }
  .key .water-list8 .list8-h3 {
    color: #fff; }

.alkaline .alkaline-title {
  font-size: 40px;
  line-height: 1.4;
  color: #333; }
.alkaline .alkaline-font18 {
  font-size: 18px;
  line-height: 1.7;
  color: #666; }

.hd02 {
  position: absolute;
  height: 92px;
  width: 10px;
  right: 42px;
  top: 50%;
  margin-top: -41px;
  z-index: 3; }
  .hd02 .swiper-pagination-bullet {
    cursor: pointer;
    display: block;
    margin: 0 auto 22px;
    width: 12px;
    height: 12px;
    opacity: .23;
    background: #fff;
    transition-duration: .5s; }
  .hd02 .swiper-pagination-bullet-active {
    opacity: 1; }

.white {
  color: #fff; }
  .white .lips-title, .white .key-title, .white .lithium-title, .white .alkaline-title {
    color: #fff; }
  .white .lips-font18, .white .key-font18, .white .lithium-font18, .white .alkaline-font18 {
    color: rgba(255, 255, 255, 0.7); }

.lithium-list1 {
  background: #f9fbff;
  padding-bottom: 2.5rem; }
  .lithium-list1 .w1140 {
    flex-wrap: nowrap; }
  .lithium-list1 .list1-img {
    transition-duration: .5s;
    animation-timing-function: cubic-bezier(0.75, 0.3, 0.88, 0.42) !important; }
  .lithium-list1 .list1-imgs {
    flex: 0 0 668px;
    position: relative;
    left: 154px; }
  .lithium-list1 .lithium-font18 {
    margin: 10px auto 1.5rem; }
  .lithium-list1 .lithium-title-wrap {
    padding-top: 4rem;
    flex: 0 0 556px;
    width: 556px; }
  .lithium-list1 .cover-txts {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
.lithium-list2 {
  color: #0a3a88;
  padding-top: 1.9rem; }
  .lithium-list2 .tec {
    text-align: center; }
  .lithium-list2 .list2-top {
    flex-wrap: nowrap;
    text-align: center;
    padding: 56px 0 40px; }
  .lithium-list2 .list2-item {
    flex: 0 0 30%; }
    .lithium-list2 .list2-item:nth-child(2) {
      flex: 0 0 38%;
      margin: 0 auto;
      border-left: 1px solid #d5d5d5;
      border-right: 1px solid #d5d5d5; }
  .lithium-list2 .item-mains {
    display: inline-block;
    padding-left: 64px;
    text-align: left; }
  .lithium-list2 .list2-num {
    font-size: 100px;
    line-height: 1.1;
    font-family: "bebasNeue";
    vertical-align: baseline; }
  .lithium-list2 .list2-en {
    font-size: 20px;
    line-height: 1.1;
    vertical-align: baseline; }
  .lithium-list2 .list2-h6 {
    font-size: 16px;
    line-height: 24px; }
  .lithium-list2 .list2-banner-wrap {
    color: #fff;
    position: relative; }

.lithium-list3 {
  background: #f4f7fe;
  padding: 2.5rem 0; }
  .lithium-list3 .w1140 {
    align-items: center; }
  .lithium-list3 .list3-imgs {
    position: relative;
    flex: 0 0 620px;
    overflow: hidden; }
  .lithium-list3 .lithium-font18 {
    margin: 22px auto 1.1rem; }
  .lithium-list3 .lithium-title-wrap {
    flex: 0 0 530px;
    height: 280px; }
  .lithium-list3 .list3-num-wrap {
    align-items: center;
    justify-content: flex-start; }
  .lithium-list3 .num-item {
    flex: 0 0 auto;
    transition-delay: .9s; }
    .lithium-list3 .num-item:first-child {
      margin-right: 1.4rem; }
  .lithium-list3 .num-s0 {
    color: #3b6dac;
    font-size: 60px;
    line-height: 1.1;
    font-family: "bebasNeue"; }
  .lithium-list3 .num-cn {
    font-size: 18px;
    line-height: 1.7;
    color: #666; }
  .lithium-list3 .sline0 {
    flex: 0 0 1px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 30px; }
  .lithium-list3 .list3-imgs {
    flex: 0 0 59.1%;
    margin-right: -4rem;
    position: relative; }
  .lithium-list3 .list3-cover-img {
    animation: rotate360 3s linear infinite; }

.lithium-list4 {
  position: relative;
  background: url(../images/lithium-list4-bg1.png) no-repeat center;
  background-size: cover; }
  .lithium-list4 .bgImg {
    z-index: 1; }
  .lithium-list4 .w1140 {
    position: relative;
    z-index: 2;
    padding: 5.7rem 0 5.5rem;
    justify-content: flex-end; }
  .lithium-list4 .list4-imgs {
    display: none; }
  .lithium-list4 .lithium-font18 {
    margin-top: 16px;
    margin-bottom: 1.4rem; }
  .lithium-list4 .lithium-title-wrap {
    flex: 0 0 406px;
    margin-right: -1.5rem; }
  .lithium-list4 .cir-item {
    color: #fff; }

.lithium-list5 {
  background: #122969;
  padding: 1.8rem 0 2.5rem; }
  .lithium-list5 .w1140 {
    align-items: center; }
  .lithium-list5 .lithium-font18 {
    margin-top: 20px;
    margin-bottom: 3rem; }
  .lithium-list5 .lithium-title-wrap {
    flex: 0 0 426px;
    width: 426px; }
  .lithium-list5 .list5-banner-wrap {
    flex: 0 0 431px;
    width: 431px;
    margin-right: 3.1rem;
    position: relative;
    overflow: visible; }
    .lithium-list5 .list5-banner-wrap:after {
      position: absolute;
      z-index: 1;
      display: block;
      width: 17.78rem;
      height: 17.78rem;
      left: 0;
      top: 0;
      content: "";
      background: url(../images/yuan.png) no-repeat center;
      background-size: cover; }
  .lithium-list5 .txts-wrap {
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    background: #122969;
    margin-left: auto;
    margin-right: auto;
    width: 280px; }
  .lithium-list5 .list5-banner {
    position: relative;
    overflow: hidden;
    z-index: 2; }
  .lithium-list5 .swiper-slide {
    opacity: 0;
    transition-duration: 0s;
    text-align: center; }
  .lithium-list5 .swiper-slide-active {
    opacity: 1;
    transition-duration: 0s; }

.lithium-hd05 .swiper-pagination-bullet {
  display: inline-block;
  opacity: .23;
  background: #fff;
  margin: 0 11px;
  transition-duration: .5s; }
.lithium-hd05 .swiper-pagination-bullet-active {
  opacity: 1; }

@keyframes rotate360 {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-360deg); } }
.lithium-list2-banner {
  overflow: hidden; }
  .lithium-list2-banner .swiper-slide {
    overflow: hidden;
    background: #122969;
    height: 20.5rem;
    position: relative;
    justify-content: flex-end;
    opacity: 0;
    transition-duration: 0s; }
  .lithium-list2-banner .lithium-font18 {
    margin-top: 16px; }
  .lithium-list2-banner .slide-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    transition-duration: .8s; }
  .lithium-list2-banner .bgImg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .lithium-list2-banner .slide-right {
    height: 100%;
    flex: 0 0 50%; }
  .lithium-list2-banner .right-mains {
    width: 71.8%;
    margin-left: 12%;
    padding: 2.75rem 0 0; }
  .lithium-list2-banner .right-imgs {
    margin-top: 1.2rem; }
  .lithium-list2-banner .data-from {
    font-size: 12px;
    padding-top: 20px;
    line-height: 20px;
    color: #fff;
    opacity: .6; }
  .lithium-list2-banner .right-img {
    display: block;
    max-width: 100%;
    width: auto; }
  .lithium-list2-banner .right-img1 {
    width: 95.2%; }
  .lithium-list2-banner .right-img2 {
    width: 58.4%; }
  .lithium-list2-banner .right-img3 {
    width: 77.6%; }
    .lithium-list2-banner .right-imgs3 {
      padding-top: 1.5rem;
    }
  .lithium-list2-banner .swiper-slide-active {
    opacity: 1;
    transition-duration: .8s; }
  .lithium-list2-banner .data-from3 {
    padding-top: 0; }

.lipstick-list1 {
  padding-top: 3.7rem; }
  .lipstick-list1 .list1-imgs {
    flex: 0 0 436px;
    display: inline-flex; }
  .lipstick-list1 .list1-img {
    flex: 0 0 auto; }
    .lipstick-list1 .list1-img:first-child {
      margin-right: 32px; }
  .lipstick-list1 .lips-font18 {
    margin: 10px auto 1.5rem; }
  .lipstick-list1 .lips-title-wrap {
    padding-top: 1rem;
    flex: 0 0 460px; }
  .lipstick-list1 .list1-cir-wrap {
    justify-content: flex-start; }
  .lipstick-list1 .cir-item {
    flex: 0 0 98px;
    height: 98px;
    padding-top: 18px;
    border: 1px solid #d4d4d4;
    width: 98px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #333; }
    .lipstick-list1 .cir-item:first-child {
      margin-right: 32px; }
  .lipstick-list1 .cir-ico {
    display: block;
    width: 30px;
    margin: 0 auto 4px; }

.lipstick-list2 {
  background: #b00112;
  position: relative;
  padding: 4rem 0 7.5rem; }
  .lipstick-list2 .bgImg-cover-img {
    z-index: 2;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
  .lipstick-list2 .w1140 {
    position: relative;
    z-index: 3;
    justify-content: flex-end; }
  .lipstick-list2 .list2-imgs {
    flex: 0 0 436px;
    display: inline-flex; }
  .lipstick-list2 .list2-img {
    flex: 0 0 auto; }
    .lipstick-list2 .list2-img:first-child {
      margin-right: 32px; }
  .lipstick-list2 .lips-font18 {
    margin: 18px auto 1.6rem; }
  .lipstick-list2 .lips-title-wrap {
    flex: 0 0 460px;
    margin-left: 100px; }
  .lipstick-list2 .list1-cir-wrap {
    justify-content: flex-start; }
  .lipstick-list2 .cir-item {
    flex: 0 0 98px;
    height: 98px;
    padding-top: 18px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    width: 98px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #fff; }
    .lipstick-list2 .cir-item:first-child {
      margin-right: 32px; }
  .lipstick-list2 .cir-ico {
    display: block;
    width: 32px;
    margin: 0 auto 4px; }

.lipstick-list3 {
  background: #e3dbdb;
  padding-top: 2.25rem; }
  .lipstick-list3 .list3-imgs {
    flex: 0 0 617px; }
  .lipstick-list3 .lips-font18 {
    margin: 10px auto 1.5rem; }
  .lipstick-list3 .lips-title-wrap {
    padding-top: 3rem;
    flex: 0 0 460px; }

.lipstick-list4 {
  background: #212121; }
  .lipstick-list4 .bgImg {
    padding-top: 2.2rem; }
  .lipstick-list4 .list4-imgs {
    flex: 0 0 621px; }
  .lipstick-list4 .lips-font18 {
    margin-top: 20px; }
  .lipstick-list4 .lips-title-wrap {
    padding-top: 2.7rem;
    flex: 0 0 460px; }
  .lipstick-list4 .sline0 {
    flex: 0 0 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 30px; }
  .lipstick-list4 .list4-num-wrap {
    align-items: center;
    justify-content: flex-start;
    margin: 1.5rem auto 2.5rem; }
  .lipstick-list4 .num-item {
    flex: 0 0 auto;
    line-height: 28px;
    font-size: 14px;
    transition-delay: .9s; }
  .lipstick-list4 .num-s0 {
    font-size: 36px;
    line-height: 1.1;
    font-family: "century"; }
  .lipstick-list4 .num-cn {
    opacity: .7; }
  .lipstick-list4 .data-from {
    color: #868585;
    font-size: 14px;
    line-height: 2; }

.lipstick-list5 {
  background: #050505; }
  .lipstick-list5 .w1140 {
    align-items: center; }
  .lipstick-list5 .list5-imgs {
    position: relative;
    flex: 0 0 620px; }
  .lipstick-list5 .lips-font18 {
    margin: 10px auto 1.5rem; }
  .lipstick-list5 .lips-title-wrap {
    flex: 0 0 460px;
    height: 340px; }
  .lipstick-list5 .list5-cir-wrap {
    justify-content: flex-start; }
  .lipstick-list5 .cir-item {
    flex: 0 0 98px;
    height: 98px;
    padding-top: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 98px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-right: 32px; }
    .lipstick-list5 .cir-item:last-child {
      margin-right: 0; }
  .lipstick-list5 .cir-ico {
    display: block;
    width: 26px;
    margin: 0 auto 6px; }

.lipstick-list6 {
  align-items: center; }
  .lipstick-list6 .lips-title-wrap {
    flex: 0 0 37%;
    height: 360px;
    text-align: center; }
  .lipstick-list6 .title-mains {
    width: 370px;
    margin: 0 auto; }
  .lipstick-list6 .lips-font18 {
    margin: 20px auto 68px; }
  .lipstick-list6 .list6-imgs {
    flex: 0 0 62.5%;
    background: #010101; }
  .lipstick-list6 .bgImg {
    height: 20rem; }
  .lipstick-list6 .m-img {
    display: none; }
  .lipstick-list6 .cir-item {
    flex: 0 0 98px;
    height: 98px;
    padding-top: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 98px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-right: 46px; }
    .lipstick-list6 .cir-item:nth-child(4n) {
      margin-right: 0; }
  .lipstick-list6 .cir-ico {
    display: block;
    width: 26px;
    margin: 0 auto 6px; }

.lipstick-list7 {
  align-items: center; }
  .lipstick-list7 .lips-title-wrap {
    flex: 0 0 37%;
    height: 260px;
    text-align: center; }
  .lipstick-list7 .title-mains {
    width: 320px;
    margin: 0 auto; }
  .lipstick-list7 .lips-font18 {
    margin: 20px auto 68px; }
  .lipstick-list7 .list7-imgs {
    flex: 0 0 62.5%;
    background: #e3dadb; }
  .lipstick-list7 .bgImg {
    height: 20rem; }
  .lipstick-list7 .m-img {
    display: none; }
  .lipstick-list7 .cir-item {
    flex: 0 0 98px;
    height: 98px;
    padding-top: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 98px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-right: 46px; }
    .lipstick-list7 .cir-item:nth-child(4n) {
      margin-right: 0; }
  .lipstick-list7 .cir-ico {
    display: block;
    width: 26px;
    margin: 0 auto 6px; }

.key-banner {
  position: relative; }
  .key-banner .innerBan-bg {
    position: relative;
    z-index: 2; }
  .key-banner.animate2 .bg-covers {
    opacity: 1; }
  .key-banner.animate2 .cir-item {
    opacity: 1;
    transform: rotateY(0); }
  .key-banner.animate2 .key-line {
    width: 158px;
    right: 96px; }
  .key-banner .key-line {
    display: block;
    position: absolute;
    bottom: 0;
    right: 254px;
    width: 0;
    height: 56px;
    overflow: hidden;
    transition-duration: .8s;
    transition-delay: 1s; }
  .key-banner .key-line-png {
    display: block;
    width: 158px; }
  .key-banner .bg-covers {
    z-index: 1;
    transition-delay: 1.8s;
    opacity: 0;
    transition-duration: 1.5s; }
  .key-banner .m-banner-img {
    display: none; }
  .key-banner .banner-titles {
    flex: 0 0 460px;
    width: 460px;
    height: 370px;
    color: #fff; }
  .key-banner .w1140 {
    position: relative;
    z-index: 3;
    height: calc(100vh - 150px);
    align-items: center; }
  .key-banner .ban-h3 {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 1px;
    transition-delay: .2s;
    color: #ffda8c; }
  .key-banner .ban-cir-wrap {
    justify-content: flex-start;
    margin-top: 48px;
    width: 326px; }
  .key-banner .cir-item {
    flex: 0 0 98px;
    width: 98px;
    margin-right: 10px;
    line-height: 28px;
    text-align: center;
    transition-duration: 1s;
    opacity: 0;
    transform: rotateY(90deg);
    transition-delay: .8s;
    margin-bottom: 16px; }
  .key-banner .cir-ico {
    width: 33px;
    margin: 0 auto;
    display: block; }
  .key-banner .cir-cn {
    font-size: 18px;
    display: block;
    line-height: 2.5;
    opacity: .7; }
.key-list1 .list1-imgs {
  position: relative;
}
.key-list1 .poaimg2-wrap,.key-list1 .poaimg1-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.key-list1 {
  position: relative;
  background: #282520;
  padding: 3.4rem 0 3.1rem; }
  .key-list1 .bgImg {
    z-index: 1; }
  .key-list1 .w1140 {
    position: relative;
    z-index: 3; }
  .key-list1 .list1-imgs {
    flex: 0 0 584px; }
  .key-list1 .list1-img {
    flex: 0 0 auto; }
    .key-list1 .list1-img:first-child {
      margin-right: 32px; }
  .key-list1 .key-font18 {
    margin-top: 20px; }
  .key-list1 .key-title-wrap {
    padding-top: 1.9rem;
    flex: 0 0 460px;
    width: 460px; }
  .key-list1 .list1-cir-wrap {
    justify-content: flex-start; }
  .key-list1 .cir-item {
    flex: 0 0 98px;
    height: 98px;
    padding-top: 18px;
    border: 1px solid #d4d4d4;
    width: 98px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #333; }
    .key-list1 .cir-item:first-child {
      margin-right: 32px; }
  .key-list1 .cir-ico {
    display: block;
    width: 30px;
    margin: 0 auto 4px; }

.key-list2 {
  position: relative;
  background: #201f1c;
  padding: 2.2rem 0 1.7rem; }
  .key-list2 .bgImg {
    z-index: 1; }
  .key-list2 .w1140 {
    position: relative;
    z-index: 3; }
  .key-list2 .list2-imgs {
    position: relative;
    flex: 0 0 391px;
    height: 560px;
    margin-left: 32px; }
  .key-list2 .list2-cover-img {
    position: absolute;
    width: 391px; }
  .key-list2 .animated .list2-cover-wrap {
    width: 100%;
    opacity: 1; }
  .key-list2 .list2-cover-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
    /*transition-duration: 1.5s;*/
    /*transition-delay: .8s;*/
    animation-timing-function: cubic-bezier(0, 0.65, 0, 1.26);
    opacity: 0; }
  .key-list2 .key-font18 {
    margin-top: 20px; }
  .key-list2 .key-title-wrap {
    margin-right: 1.9rem;
    padding-top: 3.3rem;
    flex: 0 0 460px;
    width: 460px; }

.key-list3 {
  position: relative;
  background: #111110;
  padding: 3.4rem 0 3.1rem; }
  .key-list3 .bgImg {
    z-index: 1; }
  .key-list3 .w1140 {
    position: relative;
    z-index: 3; }
  .key-list3 .list3-imgs {
    flex: 0 0 584px;
    margin-right: -3.3rem; }
  .key-list3 .key-font18 {
    margin-top: 20px; }
  .key-list3 .key-title-wrap {
    padding-top: 1.9rem;
    flex: 0 0 460px;
    width: 460px; }
  .key-list3 .list3-cir-wrap {
    justify-content: flex-start; }
  .key-list3 .cir-item {
    flex: 0 0 98px;
    height: 98px;
    padding-top: 18px;
    border: 1px solid #d4d4d4;
    width: 98px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #333; }
    .key-list3 .cir-item:first-child {
      margin-right: 32px; }
  .key-list3 .cir-ico {
    display: block;
    width: 30px;
    margin: 0 auto 4px; }

.key-list4 {
  position: relative;
  background: #201f1c;
  padding: 4.1rem 0; }
  .key-list4 .bgImg {
    z-index: 1; }
  .key-list4 .w1140 {
    position: relative;
    z-index: 3; }
  .key-list4 .list4-imgs {
    position: relative;
    flex: 0 0 472px;
    height: 370px; }
  .key-list4 .list4-cover-img {
    position: absolute;
    width: 472px; }
  .key-list4 .animated .list4-cover-wrap {
    opacity: 1; }
  .key-list4 .list4-cover-wrap {
    overflow: hidden;
    transition-duration: .8s;
    transition-delay: .5s;
    opacity: 0; }
  .key-list4 .key-font18 {
    margin-top: 20px;
    margin-bottom: 1.1rem; }
  .key-list4 .key-title-wrap {
    padding-top: .8rem;
    flex: 0 0 460px;
    width: 460px; }
  .key-list4 .list4-days {
    width: 188px; }

.key-list5 {
  background: #020201;
  position: relative;
  padding: 2.4rem 0 11.2rem; }
  .key-list5 .bgImg {
    z-index: 1; }
  .key-list5 .w1140 {
    position: relative;
    z-index: 3; }
  .key-list5 .key-title-wrap {
    text-align: center; }

.key-list6 {
  background: #333131;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  padding: .6rem 0 2.8rem; }
  .key-list6 .key-title2 {
    font-size: 36px;
    padding: 1.6rem 0 .7rem; }
  .key-list6 .key-font16 {
    max-width: 720px;
    opacity: .6;
    margin: 0 auto; }
  .key-list6 img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto !important; }
  .key-list6 .m-img {
    display: none; }

.alkaline-banner {
  position: relative; }
  .alkaline-banner .innerBan-bg {
    position: relative;
    z-index: 2; }
  .alkaline-banner.animate2 .ban-item {
    opacity: 1;
    transform: translate(0); }
  .alkaline-banner.animate2 .bg-covers {
    opacity: 1;
    transform: translate(0); }
  .alkaline-banner .alkaline-line {
    display: block;
    position: absolute;
    bottom: 0;
    right: 254px;
    width: 0;
    height: 56px;
    overflow: hidden;
    transition-duration: .8s;
    transition-delay: 1s; }
  .alkaline-banner .alkaline-line-png {
    display: block;
    width: 158px; }
  .alkaline-banner .bg-covers {
    z-index: 1;
    transition-delay: 1.5s;
    opacity: 0;
    transform: translateY(30px);
    transition-duration: 1s; 
     position: absolute;
  }
  .alkaline-banner .m-banner-img {
    display: none; }
  .alkaline-banner .banner-titles {
    flex: 0 0 480px;
    width: 480px;
    height: 330px;
    color: #fff; }
  .alkaline-banner .w1140 {
    position: relative;
    z-index: 3;
    height: calc(100vh - 150px);
    align-items: center; }
  .alkaline-banner .ban-h3 {
    font-size: 76px;
    line-height: 1.2;
    letter-spacing: 1px;
    transition-delay: .2s;
    color: #ffda8c; }
  .alkaline-banner .ban-h4 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1px;
    transition-delay: .4s;
    color: #fefefe;
    margin: 18px 0 56px; }
  .alkaline-banner .ban-item {
    padding-left: 38px;
    opacity: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #fff;
    transform: translateY(30px); }
    .alkaline-banner .ban-item:first-child {
      background: url(../images/ban-item-ico1.png) no-repeat left center;
      transition-delay: .6s; }
    .alkaline-banner .ban-item:nth-child(2) {
      background: url(../images/ban-item-ico2.png) no-repeat left center;
      transition-delay: .8s; }
    .alkaline-banner .ban-item:last-child {
      background: url(../images/ban-item-ico3.png) no-repeat left center;
      transition-delay: 1s; }

.alkaline-list1 {
  position: relative;
  background: #0d0c0c;
  padding-top: 2.75rem;
  text-align: center; }
  .alkaline-list1 .alkaline-font18 {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0 3.5rem; }
  .alkaline-list1 .list1-imgs {
    flex-wrap: nowrap; }
  .alkaline-list1 .list1-img {
    flex: 0 0 44.3%; }
  .alkaline-list1 .list1-vs {
    flex: 0 0 auto;
    font-family: "bebasNeue";
    font-size: 36px;
    line-height: 1.1;
    padding-top: 54px;
    text-align: center;
    color: #fff; }

.alkaline-list2 {
  position: relative;
  padding: 5.2rem 0 9.75rem; }
  .alkaline-list2 .bgImg {
    z-index: 1; }
  .alkaline-list2 .w1140 {
    position: relative;
    z-index: 2; }
  .alkaline-list2 .alkaline-title-wrap {
    flex: 0 0 460px;
    width: 460px; }
  .alkaline-list2 .alkaline-font18 {
    margin-top: 20px; }
  .alkaline-list2 .list2-m-imgs {
    display: none; }

.alkaline-list3 {
  background: #222;
  position: relative;
  padding-top: 3.25rem; }
  .alkaline-list3 .w1140 {
    position: relative;
    z-index: 2; }
  .alkaline-list3 .alkaline-title {
    padding: 2rem 0 20px; }
  .alkaline-list3 .alkaline-title-wrap {
    flex: 0 0 460px;
    width: 460px; }
  .alkaline-list3 .bgImg {
    z-index: 1; }
  .alkaline-list3 .list3-imgs {
    flex: 0 0 391px; }

.alkaline-list4 {
  background: #1b1b1b;
  position: relative;
  padding: 4rem 0 1.25rem; }
  .alkaline-list4 .w1140 {
    position: relative;
    z-index: 2; }
  .alkaline-list4 .alkaline-title {
    padding: 2rem 0 20px; }
  .alkaline-list4 .alkaline-title-wrap {
    flex: 0 0 460px;
    width: 460px; }
  .alkaline-list4 .list4-imgs {
    flex: 0 0 510px; }
  .alkaline-list4 .bgImg {
    z-index: 1; }

.alkaline-list5 {
  background: #010101;
  position: relative;
  padding-top: 2.7rem; }
  .alkaline-list5 .w1140 {
    position: relative;
    z-index: 2; }
  .alkaline-list5 .alkaline-title {
    padding: 2.3rem 0 20px; }
  .alkaline-list5 .alkaline-title-wrap {
    flex: 0 0 460px;
    width: 460px; }
  .alkaline-list5 .bgImg {
    z-index: 1; }
  .alkaline-list5 .list5-imgs {
    flex: 0 0 366px; }

.alkaline-list6 {
  background: #191919;
  position: relative;
  padding-top: 4.8rem; }
  .alkaline-list6 .w1140 {
    position: relative;
    z-index: 2; }
  .alkaline-list6 .alkaline-title {
    padding: 2rem 0 20px; }
  .alkaline-list6 .alkaline-title-wrap {
    flex: 0 0 460px;
    width: 460px; }
  .alkaline-list6 .list6-imgs {
    position: relative;
    flex: 0 0 359px;
    margin-right: 3.2rem; }
  .alkaline-list6 .bgImg {
    z-index: 1; }

.alkaline-list7 {
  text-align: center; }
  .alkaline-list7 .alkaline-title {
    padding: 1.8rem 0 1.5rem; }
  .alkaline-list7 .list7-mains {
    justify-content: space-between; }
  .alkaline-list7 .img100 {
    transition-duration: .8s; }
  .alkaline-list7 .list7-img {
    flex: 1;
    margin: 0 7px;
    overflow: hidden; }
    .alkaline-list7 .list7-img:hover .img100 {
      transform: scale(1.05); }

.alkaline-list8 {
  position: relative;
  background: #0d0c0c;
  padding-top: 3rem;
  text-align: center;
  color: #fff; }
  .alkaline-list8 .alkaline-font88 {
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0 3.5rem; }
  .alkaline-list8 .list8-img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .alkaline-list8 .alkaline-font18 {
    padding: 20px 0 1.7rem; }
  .alkaline-list8 .list8-num-wrap {
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 2.8rem; }
  .alkaline-list8 .sline0 {
    flex: 0 0 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 40px; }
  .alkaline-list8 .num-s0 {
    color: #fff;
    font-size: 36px;
    line-height: 1.1;
    font-family: "century"; }

.proInfo-buy {
  background: #3b6dac;
  display: block;
  width: 270px;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent; }
  .proInfo-buy:after {
    content: "";
    position: absolute;
    z-index: 0;
    background: #3b6dac;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .proInfo-buy:before {
    content: "";
    display: block;
    width: 124%;
    height: 100%;
    position: absolute;
    left: -148%;
    top: 0;
    z-index: 1;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg); }
  .proInfo-buy .buy-s0 {
    position: relative;
    z-index: 2;
    transition: .3s ease-in-out; }
  .proInfo-buy:hover {
    border-color: #3b6dac;
    color: #3b6dac; }
    .proInfo-buy:hover:before {
      left: -13%; }

.return-wrap {
  padding: 40px 0; }
  .return-wrap .proInfo-buy {
    margin: auto; }

.find-more {
  background: #3b6dac;
  display: block;
  margin: auto;
  width: 190px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 24px; }
  .find-more:after {
    content: "";
    position: absolute;
    z-index: 0;
    background: #3b6dac;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .find-more:before {
    content: "";
    display: block;
    width: 124%;
    height: 100%;
    position: absolute;
    left: -148%;
    top: 0;
    z-index: 1;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg); }
  .find-more .find-s0 {
    position: relative;
    z-index: 2;
    transition: .3s ease-in-out; }
  .find-more:hover {
    border-color: #3b6dac;
    color: #3b6dac; }
    .find-more:hover:before {
      left: -13%; }

.water-list {
  position: relative; }

.animated.water-list .bgImg {
  opacity: 1; }
.animated.water-list .js-m3 {
  opacity: 1;
  transform: translate(0, 0); }
.animated.water-list .rotateX3 {
  opacity: 1;
  transform: rotateY(0); }

.animated .rotateX3 {
  opacity: 1;
  transform: rotateY(0); }

.rotateX3 {
  opacity: 0;
  transform: rotateY(90deg);
  transition-property: transform opacity;
  transition-duration: 1.2s;
  transition-timing-function: ease; }

.water-list1 .item-mains {
  margin: 0 auto;
  width: 270px; }
.water-list1 .list1-item {
  padding: 2rem 0 1.8rem;
  flex: 1;
  text-align: center;
  line-height: 24px;
  color: #333; }
  .water-list1 .list1-item:nth-child(2) {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5; }
.water-list1 .list1-ico {
  width: 71px;
  margin: 0 auto 4px; }
.water-list1 .list1-h6 {
  font-size: 18px; }
.water-list1 .list1-h5 {
  font-size: 22px;
  line-height: 42px;
  color: #093072; }
.water-list1 .list1-detail {
  margin-top: 12px;
  font-size: 15px; }

.water-list2 {
  background: #e6e0e0; }
  .water-list2 .list2-imgs {
    position: relative;
    z-index: 1;
    flex: 0 0 57.5%; }
  .water-list2 .list2-titles {
    padding-top: 4.6rem;
    position: relative;
    z-index: 2;
    flex: 0 0 414px;
    margin-left: 3.3rem;
    height: 346px; }
  .water-list2 .list2-h3 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #333;
    transition-delay: .3s; }
  .water-list2 .list2-h4 {
    font-size: 18px;
    line-height: 30px;
    margin: 14px 0 2.1rem;
    color: #666;
    transition-delay: .6s; }
  .water-list2 .sline0 {
    flex: 0 0 1px;
    height: 50px;
    background: #bfbfbf;
    margin: 0 30px; }
  .water-list2 .list2-num-wrap {
    align-items: center;
    justify-content: flex-start; }
  .water-list2 .num-item {
    color: #333;
    flex: 0 0 auto;
    line-height: 28px;
    text-align: center;
    transition-delay: .9s; }
  .water-list2 .num-s0 {
    display: block; }
  .water-list2 .num-dt {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.1; }
  .water-list2 .num-cn {
    font-size: 14px;
    line-height: 24px; }

.water-list3 {
  background: #1d1d1d;
  position: relative; }
  .water-list3 .list3-imgs {
    display: none;
    position: relative;
    z-index: 1;
    flex: 0 0 57.5%;
    opacity: 0;
    height: 41vw; }
  .water-list3 .w1400 {
    position: relative;
    z-index: 2;
    justify-content: flex-end; }
  .water-list3 .list3-titles {
    padding-top: 5rem;
    padding-bottom: 9rem;
    position: relative;
    z-index: 2;
    flex: 0 0 430px;
    margin-right: 1.7rem;
    color: #fff; }
  .water-list3 .list3-h3 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px; }
  .water-list3 .list3-h4 {
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
    color: rgba(255,255,255,.5); }

.water-list4 {
  background: #020a1d; }
  .water-list4 .bgImg {
    padding: 5rem 0 3rem; }
  .water-list4 .list4-imgs {
    position: relative;
    z-index: 1;
    flex: 0 0 48%; }
  .water-list4 .list4-titles {
    padding-top: 1.1rem;
    position: relative;
    z-index: 2;
    flex: 0 0 420px;
    color: #fff; }
  .water-list4 .list4-h3 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px; }
  .water-list4 .list4-h4 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 14px;
    color: rgba(255,255,255,.7); }

.water-list5 {
  text-align: center;
  color: #fff;
  background: #222842; }
  .water-list5 .bgImg {
    padding: 3.8rem 0 2rem; }
  .water-list5 .list5-imgs {
    position: relative;
    width: 951px;
    margin: 0 auto .8rem; }
    .water-list5 .list5-imgs.animated .line-img-wrap {
      width: 100%; }
  .water-list5 .line-img {
    position: absolute;
    width: 951px;
    height: 100%;
    top: 0;
    left: 0; }
  .water-list5 .line-img-wrap {
    position: absolute;
    width: 0;
    height: 406px;
    left: 0;
    top: 0;
    transition-duration: 1.2s !important;
    animation-timing-function: ease-in-out !important;
    overflow: hidden; }
  .water-list5 .line-img-wrap1 {
    transition-delay: 1.6s; }
  .water-list5 .line-img-wrap2 {
    transition-delay: 2.8s; }
  .water-list5 .list5-h3 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px; }
  .water-list5 .list5-h4 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 14px;
    color: rgba(255,255,255,.7); }
  .water-list5 .list5-imgs-detail {
    font-size: 16px;
    line-height: 3;
    color: rgba(255,255,255,.5);
    text-align: center; }

#wave {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0; }

.water-list6 {
  overflow: hidden;
  color: #fff;
  background: #2e2e2e; }
  .water-list6 .w1140 {
    position: relative;
    z-index: 3; }
  .water-list6 .bgImg {
    position: relative;
    padding: 2.4rem 0 1.8rem; }
  .water-list6 .list6-mains {
    margin-top: 2rem;
    justify-content: center; }
  .water-list6 .list6-titles {
    text-align: center; }
  .water-list6 .list6-left {
    position: relative;
    margin-right: 30px;
    width: 326px; }
    .water-list6 .list6-left .list6-para-h5:after {
      right: -115px; }
    .water-list6 .list6-left .list6-txts {
      right: 280px;
      top: 64px; }
  .water-list6 .list6-right {
    width: 334px;
    padding-top: 55px;
    position: relative;
    margin-left: 70px; }
    .water-list6 .list6-right .list6-para-h5:after {
      right: 100%; }
    .water-list6 .list6-right .list6-txts {
      right: -108px;
      top: 130px; }
  .water-list6 .list6-h3 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px; }
  .water-list6 .list6-txts {
    position: absolute;
    z-index: 2;
    line-height: 30px;
    width: 210px; }
  .water-list6 .list6-para-h5 {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    display: block; }
    .water-list6 .list6-para-h5:after {
      content: "";
      display: block;
      width: 95px;
      height: 4px;
      top: 13px;
      position: absolute;
      background: url(../images/dian1.png) no-repeat center; }
  .water-list6 .list6-para-h6 {
    display: block;
    font-size: 16px;
    line-height: 30px;
    opacity: .5; }

.water-list7 {
  text-align: center; }
  .water-list7 .list7-left, .water-list7 .list7-right {
    flex: 0 0 50%;
    position: relative; }
  .water-list7 .list7-left {
    background: #e9eaed; }
    .water-list7 .list7-left .list7-img {
      opacity: 0; }
  .water-list7 .list7-txts {
    position: relative;
    z-index: 2; }
  .water-list7 .list7-img {
    position: relative;
    z-index: 2;
    display: inline-block;
    max-width: 100%;
    margin: 0 auto; }
  .water-list7 .list7-h5 {
    display: block;
    font-size: 40px;
    line-height: 48px;
    color: #333;
    padding: 2.75rem 10px 20px; }
  .water-list7 .list7-h6 {
    padding: 0 10px 1.5rem;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #666; }

.water-list8 {
  padding-top: 2.5rem; }
  .water-list8 .list8-h3 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    color: #333; }
  .water-list8 .para-a {
    display: block; }
  .water-list8 .list8-mains img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }

@keyframes rotate360 {
  form {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
.news .news-list1 {
  padding-top: 1.5rem;
  background: #f5f5f5;
  padding-bottom: 2.5rem; }
  .news .news-list1 .w1400 {
    justify-content: flex-start; }
.news .news-item {
  flex: 0 0 32%;
  display: inline-block;
  width: 32%;
  background: #fff;
  margin-right: 2%;
  margin-bottom: 30px;
  transition-duration: .5s; }
  .news .news-item:nth-child(3n) {
    margin-right: 0; }
  .news .news-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .news .news-item:hover .news-h5, .news .news-item:hover .news-more {
      color: #3b6dac; }
.news .txts-wrap {
  padding: 1rem 1rem 1.1rem;
  font-size: 14px;
  line-height: 24px; }
.news .news-h5 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  height: 30px;
  font-weight: bold;
  transition-duration: .5s; }
.news .news-detail {
  color: #666;
  height: 48px;
  margin: 20px 0; }
.news .news-more {
  color: #333;
  display: inline-block;
  text-decoration: underline; }

.elegants-list1 {
  padding-top: 40px;
  padding-bottom: 2.5rem; }
  .elegants-list1 .w1400 {
    justify-content: flex-start; }
  .elegants-list1 .elegants-item {
    flex: 0 0 23.5%;
    background: #fff;
    margin-right: 2%;
    margin-bottom: 30px;
    transition-duration: .5s; }
    .elegants-list1 .elegants-item:nth-child(4n) {
      margin-right: 0; }
    .elegants-list1 .elegants-item:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .elegants-list1 .elegants-item:hover .elegants-h5 {
        color: #3b6dac; }
  .elegants-list1 .txts-wrap {
    padding: 24px 28px; }
  .elegants-list1 .elegants-h5 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 18px;
    color: #333;
    height: 30px;
    font-weight: bold;
    transition-duration: .5s; }
  .elegants-list1 .elegants-time {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    display: inline-block; }

.elegantsInfo-list1 {
  padding: 1.5rem 0 3rem; }

.elegantsInfo-banner1-wrap {
  position: relative;
  overflow: visible;
  margin-bottom: 16px; }
  .elegantsInfo-banner1-wrap .elegantsInfo-banner1 {
    overflow: hidden; }
  .elegantsInfo-banner1-wrap .elegants-h6 {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    padding: 0 10px;
    color: #fff; }
  .elegantsInfo-banner1-wrap .swiper-slide {
    border: 1px solid #8d8b8a;
    background: #fff;
    cursor: pointer; }
    .elegantsInfo-banner1-wrap .swiper-slide:after {
      box-sizing: border-box;
      z-index: 1;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background: url(../images/bgcover1.png) no-repeat center;
      background-size: cover !important; }

.elegantsInfo-banner2-wrap {
  position: relative;
  overflow: hidden; }
  .elegantsInfo-banner2-wrap .elegantsInfo-banner2 {
    overflow: hidden;
    padding: 0 1px; }
  .elegantsInfo-banner2-wrap .swiper-slide {
    cursor: pointer;
    position: relative;
    border: 1px solid #8d8b8a; }
    .elegantsInfo-banner2-wrap .swiper-slide:after {
      box-sizing: border-box;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: 3px solid #3b6dac;
      position: absolute;
      opacity: 0;
      transition-duration: .5s; }
  .elegantsInfo-banner2-wrap .swiper-slide-thumb-active:after {
    opacity: 1; }

.swiper-btns-wrap1 {
  position: absolute;
  z-index: 3;
  height: 1px;
  overflow: visible;
  width: 100%;
  left: 0;
  top: 50%; }
  .swiper-btns-wrap1 .btn {
    position: absolute;
    display: block;
    top: -25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
    background-color: #e6e6e6;
    border-radius: 50%;
    overflow: hidden; }
    .swiper-btns-wrap1 .btn:focus {
      outline: none; }
    .swiper-btns-wrap1 .btn:hover {
      background-color: #3b6dac; }
  .swiper-btns-wrap1 .prev {
    left: -130px;
    background-image: url(../images/prev1.png); }
    .swiper-btns-wrap1 .prev:hover {
      background-image: url(../images/prev1on.png); }
  .swiper-btns-wrap1 .next {
    right: -130px;
    background-image: url(../images/next1.png); }
    .swiper-btns-wrap1 .next:hover {
      background-image: url(../images/next1on.png); }

.swiper-btns-wrap2 {
  position: absolute;
  z-index: 3;
  height: 1px;
  overflow: visible;
  width: 100%;
  left: 0;
  top: 50%; }
  .swiper-btns-wrap2 .btn {
    position: absolute;
    display: block;
    width: 44px;
    height: 150px;
    margin-top: -75px;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, 0.5); }
    .swiper-btns-wrap2 .btn:focus {
      outline: none; }
    .swiper-btns-wrap2 .btn:hover {
      background-color: rgba(213, 10, 29, 0.5); }
  .swiper-btns-wrap2 .prev {
    left: 0;
    background-image: url(../images/prev2.png); }
    .swiper-btns-wrap2 .prev:hover {
      background-image: url(../images/prev2.png); }
  .swiper-btns-wrap2 .next {
    right: 0;
    background-image: url(../images/next2.png); }
    .swiper-btns-wrap2 .next:hover {
      background-image: url(../images/next2.png); }


      .swiper-btns-wrap3 {
        opacity: 0;
  position: absolute;
  z-index: 3;
  height: 1px;
  overflow: visible;
  width: 100%;
  left: 0;
  top: 50%; }
  .swiper-btns-wrap3 .btn {
    position: absolute;
    display: block;
    width: 24px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, 0.5); }
    .swiper-btns-wrap3 .btn:focus {
      outline: none; }
    .swiper-btns-wrap3 .btn:hover {
      background-color: rgba(213, 10, 29, 1); }
  .swiper-btns-wrap3 .prev {
    left: 0;
    background-image: url(../images/prev2.png); }
    .swiper-btns-wrap3 .prev:hover {
      background-image: url(../images/prev2.png); }
  .swiper-btns-wrap3 .next {
    right: 0;
    background-image: url(../images/next2.png); }
    .swiper-btns-wrap3 .next:hover {
      background-image: url(../images/next2.png); }
.selects-lists:hover .swiper-btns-wrap3 {
  opacity: 1;
}
.selects-lists .swiper-btns-wrap3 {
  margin-top: -18px;
}
.moudle-titles {
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  color: #000;
  padding: 2rem 0 1.2rem; }

.recruits-list1 {
  padding: 40px 0 48px; }
  .recruits-list1 .list1-top {
    background: #fff;
    margin-bottom: 20px; }
  .recruits-list1 .txts-wrap {
    padding-top: 1.9rem;
    flex: 0 0 42.1%;
    margin-right: 1.2rem; }
  .recruits-list1 .top-img-wrap {
    flex: 0 0 49.5%; }
  .recruits-list1 .list1-bot-item {
    flex: 0 0 24.2%;
    width: 24.2%;
    background: #fff;
    padding: 48px 0;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666; }
  .recruits-list1 .red-num {
    font-size: 56px;
    color: #3b6dac;
    font-family: "bebas"; }
  .recruits-list1 .red-nums {
    margin-bottom: 10px;
    vertical-align: sub; }
  .recruits-list1 .red-nums, .recruits-list1 .gray-txts {
    padding: 0 10px; }
  .recruits-list1 .list1-h5 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #333; }
  .recruits-list1 .scroll-wrap {
    height: 264px; }
  .recruits-list1 .list1-dt {
    font-size: 16px;
    line-height: 24px;
    color: #666; }
  .recruits-list1 .list1-bg {
    height: 470px; }
  .recruits-list1 .m-img {
    display: none; }

.recruits-list2 {
  padding-bottom: 2.5rem; }
  .recruits-list2 .recruits-search {
    position: relative;
    width: 470px;
    font-size: 16px;
    color: #333;
    padding-right: 70px;
    margin: 0 auto 44px; }
  .recruits-list2 .recruits-input0 {
    display: block;
    width: 100%;
    height: 60px;
    padding-left: 62px;
    line-height: 60px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background: url(../images/ser3.png) no-repeat left 21px center; }
  .recruits-list2 .recruits-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70px;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0;
    border: none;
    background: #3b6dac; }
  .recruits-list2 .recruits-item {
    display: block;
    padding: 28px 0 28px 28px;
    line-height: 30px; }
    .recruits-list2 .recruits-item:nth-child(2n-1) {
      background: #f5f5f5; }
  .recruits-list2 .item-mains {
    align-items: stretch; }
  .recruits-list2 .list2-item-left {
    flex: 0 0 calc(100% - 294px);
    width: calc(100% - 294px);
     }
  .recruits-list2 .list2-item-right {
    flex: 0 0 194px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ababab; }
  .recruits-list2 .right-btn {
    flex: 0 0 114px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: #3b6dac;
    text-align: center; }
  .recruits-list2 .recruits-name {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px; }
  .recruits-list2 .left-request {
    font-size: 14px;
    color: #666;
    justify-content: flex-start; }
  .recruits-list2 .request-item {
    flex: 0 0 auto;
    padding-right: 20px;
    margin-right: 20px;
    position: relative; }
    .recruits-list2 .request-item:after {
      position: absolute;
      height: 14px;
      width: 1px;
      background: #ababab;
      right: 0;
      top: 50%;
      margin-top: -7px;
      content: "";
      display: block; }
    .recruits-list2 .request-item:last-child:after {
      display: none; }

.recruits-list3 {
  padding-bottom: 2rem; }
  .recruits-list3 .txts-wrap {
    padding: 0 10px; }
  .recruits-list3 .img-wrap {
    width: 74px;
    margin: 0 auto 10px; }
  .recruits-list3 .list2-h5 {
    font-size: 20px;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
    margin: 6px auto; }
  .recruits-list3 .list2-dt {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    max-width: 290px;
    margin: auto; }
  .recruits-list3 .list2-item {
    flex: 0 0 31.4%;
    width: 31.4%;
    background: #fff;
    transition-duration: .5s;
    padding: 1.25rem 0;
    text-align: center;
    background: #fff; }

.recruits-list4 {
  padding-bottom: 1.6rem; }
  .recruits-list4 .recruits-list4-banner {
    overflow: hidden; }
  .recruits-list4 .swiper-slide {
    padding: 16px;
    border-left: 1px solid #f3f3f3; }
  .recruits-list4 .progress-num {
    font-size: 30px;
    line-height: 2rem;
    font-family: "bebas";
    color: #3b6dac; }
  .recruits-list4 .progress-h5 {
    font-size: 18px;
    line-height: 2rem;
    color: #333; }

.recruitsInfo-list1 {
  padding-bottom: 2.5rem; }

.recruits-form-wrap {
  padding: 40px;
  background: #fff;
  font-size: 16px;
  color: #666;
  line-height: 48px; }
  .recruits-form-wrap .spred {
    position: relative;
    top: 5px;
    font-size: 16px;
    font-family: Arial;
    color: #3b6dac;
    padding-left: 10px;
    margin-right: 4px; }
  .recruits-form-wrap .tr {
    margin-bottom: 24px; }
  .recruits-form-wrap .tr1 .td {
    flex: 0 0 49%;
    display: inline-flex;
    border: 1px solid #ddd; }
  .recruits-form-wrap .tr2 .td {
    flex: 0 0 100%;
    border: 1px solid #ddd; }
  .recruits-form-wrap .code-td {
    position: relative; }
  .recruits-form-wrap .captchas {
    position: absolute;
    display: block;
    width: 160px;
    height: 100%;
    right: 0;
    top: 0; }
  .recruits-form-wrap .spred-wrap {
    flex: 0 0 93px; }
  .recruits-form-wrap .file-td {
    padding-top: 11px;
    line-height: 28px; }
  .recruits-form-wrap .msg-input {
    flex: 0 0 calc(100% - 94px);
    width: calc(100% - 94px);
    height: 48px;
    padding: 0;
    box-sizing: border-box;
    border: none;
    background: #fff; }
  .recruits-form-wrap .file-input {
    background: none;
    border: none;
    height: 28px; }
  .recruits-form-wrap .msg-textarea {
    flex: 0 0 calc(100% - 94px);
    width: calc(100% - 94px);
    height: 200px;
    padding: 0;
    border: none; }
  .recruits-form-wrap .recruits-submit {
    border: none;
    background: #3b6dac;
    display: block;
    width: 170px;
    height: 48px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: auto;
    transition-duration: .5s; }
    .recruits-form-wrap .recruits-submit:hover {
      transform: translateY(-4px); }
  .recruits-form-wrap .error {
    border-color: #D70128; }

.pages {
  padding: 2.5rem 0 3rem;
  text-align: center; }
  .pages .pagination {
    display: inline-block; }
    .pages .pagination a {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #666;
      font-size: 18px;
      text-align: center;
      border: 1px solid #ddd;
      transition: all .3s linear;
      font-family: "Arial";
      vertical-align: top;
      margin: 0 10px; }
      .pages .pagination a:hover, .pages .pagination a.active {
        color: #fff;
        background: #3b6dac;
        border-color: #3b6dac; }

.ajax-contents {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all .6s;
  transition: all .6s; }
  .ajax-contents.cur {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1); }

.por {
  position: relative; }

.js-left {
  opacity: 0;
  transform: translateX(-30px);
  transition-property: transform opacity;
  transition-duration: .8s;
  transition-timing-function: ease; }

.js-right {
  opacity: 0;
  transform: translateX(30px);
  transition-property: transform opacity;
  transition-duration: .8s;
  transition-timing-function: ease; }

.view-more1-wrap {
  transition-delay: .8s; }

.view-more1 {
  width: 200px;
  height: 52px;
  line-height: 52px;
  background: #3b6dac;
  color: #fff;
  border-radius: 26px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Arial';
  text-align: center;
  font-weight: bold;
  transition-duration: .3s; }
  .view-more1:hover {
    transform: translateX(10px); }
  .view-more1:after {
    position: relative;
    top: -2px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    margin-left: 20px;
    transition-duration: .3s;
    background: url(../images/view-more1.png) no-repeat center; }

.bg10mc {
  background: rgba(213, 10, 29, 0.1); }

.loaddings {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  display: block;
  background: url(../images/loadings.gif) no-repeat center;
  background-size: 40px;
  width: 40px;
  height: 40px; }

  .inner-banner .w1400 {
    height: 400px;
    align-items: center;
	-webkit-align-items: center; /* Safari 7.0+ */  
	  -ms-align-items: center;  
    justify-content: flex-start;
display: flex;}
  .inner-banner .innerBan-bg {
    position: relative;
    z-index: 2; }
  .inner-banner .m-banner-img {
    display: none; }
  .inner-banner .banner-titles {
    flex: 0 0 100%;
    height: auto;
    color: #fff;
    line-height: 1.1; 
	position: absolute;
    top: 40%;}
  .inner-banner .ban-h4 {
    font-size: 40px;
    margin-bottom: 10px; font-weight: bold;color:#fff;}
  .inner-banner .ban-h5 {
    font-size: 18px;
    transition-delay: .2s; }

.scale0 {
  opacity: 0;
  transform: scale(0);
  transition-property: transform opacity;
  transition-duration: 1.2s;
  transition-timing-function: ease; }

#lightbox-container-image-data-box {
  box-sizing: content-box; }

.hide1 {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
  opacity: 0 !important; }

.show1 {
  z-index: 8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.svg1 {
  overflow: hidden;
  -webkit-clip-path: circle(2.1% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  transition: all 1s cubic-bezier(0, 0.35, 0.14, 1.1) 0.5s; }
  .svg1.animate {
    -webkit-clip-path: circle(70.7% at 50% 50%);
    clip-path: circle(70.7% at 50% 50%); }

.js-m {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease; }

.js-m2 {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform opacity;
  transition-duration: .8s;
  transition-timing-function: ease; }

.js-m3 {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform opacity;
  transition-duration: .8s;
  transition-timing-function: ease; }

.js-to-left {
  opacity: 0;
  transform: translateX(30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease; }

.js-to-right {
  opacity: 0;
  transform: translateX(-30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease; }

.js-m.animate, .js-m2.animate, .js-to-left.animate, .js-to-right.animate {
  opacity: 1;
  transform: translate(0, 0); }

.animate2 .scale0 {
  opacity: 1;
  transform: scale(1); }
.animate2 .js-m2 {
  opacity: 1;
  transform: translate(0, 0); }
.animate2 .data-from {
  opacity: .5; }

.delay1 {
  transition-delay: .1s; }

.delay2 {
  transition-delay: .2s; }

.delay3 {
  transition-delay: .3s; }

.delay4 {
  transition-delay: .4s; }

.delay5 {
  transition-delay: .5s; }

.delay6 {
  transition-delay: .6s; }

.delay7 {
  transition-delay: .7s; }

.delay8 {
  transition-delay: .8s; }

.delay9 {
  transition-delay: .9s; }

.delay10 {
  transition-delay: 1s; }

.delay11 {
  transition-delay: 1.1s; }

.delay12 {
  transition-delay: 1.2s; }

.delay13 {
  transition-delay: 1.3s; }

.delay14 {
  transition-delay: 1.4s; }

.delay15 {
  transition-delay: 1.5s; }

.delay16 {
  transition-delay: 1.6s; }

.delay17 {
  transition-delay: 1.7s; }

.delay18 {
  transition-delay: 1.8s; }

.delay19 {
  transition-delay: 1.9s; }

.delay20 {
  transition-delay: 2s; }

.delay21 {
  transition-delay: 2.1s; }

.delay23 {
  transition-delay: 2.3s; }

.vh100 {
  height: 100vh; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #999 !important;
  width: 8px !important; }

.mCSB_scrollTools .mCSB_draggerRail {
  background: #999 !important;
  width: 1px !important; }

.imgIn {
  -webkit-transform: translate3d(-100.5%, 0px, 0px);
  transform: translate3d(-100.5%, 0px, 0px);
  -webkit-transform-origin: left center 0px;
  -ms-transform-origin: left center 0px;
  transform-origin: left center 0px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  display: block;
  overflow: hidden; }
  .imgIn:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center 0px;
    -ms-transform-origin: right center 0px;
    transform-origin: right center 0px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: -webkit-transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 20;
    background-color: #f5f5f5; }

.imgIn.animated.ani2 {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }
  .imgIn.animated.ani2:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); }

.animate .imgIn, .animated .imgIn {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }
  .animate .imgIn:before, .animated .imgIn:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); }

.mCSB_inside > .mCSB_container {
  margin-right: 10px !important; }

.newsInfo-list1 {
  overflow: hidden;
}
.newsInfo-list1 span {
  white-space: pre-wrap !important;
}
.newsInfo-list1 .list1-mains {
  flex: 0 0 59%;
  width: 59%;
  margin: auto;}
.newsInfo-list1 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto !important; }
.newsInfo-list1 .info-title {
  font-size: .9rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding-top: 48px; }
.newsInfo-list1 .info-dates {
  flex: 0 0 20%;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  padding-top: 56px; }
.newsInfo-list1 .dates-s0 {
  position: relative;
  display: block;
  padding-left: 3rem; }
  .newsInfo-list1 .dates-s0:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    height: 1px;
    width: 2.4rem;
    background: #dbdbdb; }
.newsInfo-list1 .list1-recommend {
  flex: 0 0 20%; }
.newsInfo-list1 .recommend-title {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  padding: 56px .9rem 0;
  margin-bottom: 14px; }
  .newsInfo-list1 .recommend-title:after {
    content: "";
    display: block;
    height: 1px;
    width: 1.2rem;
    margin-top: 10px;
    background: #dbdbdb; }
.newsInfo-list1 .recommend-mains {
  padding-left: .9rem; }
.newsInfo-list1 .recommend-item {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #666;
  padding-left: 14px; }
  .newsInfo-list1 .recommend-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #dbdbdb; }
.newsInfo-list1 .info-dt-wrap {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
  padding: .9rem;
  margin-bottom: .8rem; }
.newsInfo-list1 .info-bot-dl {
  width: 70%;
  color: #666;
  font-size: 16px;
  line-height: 36px; }
  .newsInfo-list1 .info-bot-dl a {
    color: #666; }
    .newsInfo-list1 .info-bot-dl a:hover {
      color: #3b6dac; }
.newsInfo-list1 .info-bot-dr {
  padding-top: 16px; }
.newsInfo-list1 .info-bot-wrap {
  padding: .9rem; }
.newsInfo-list1 .news-return-a {
  display: block;
  position: relative;
  text-align: center;
  width: 124px;
  height: 36px;
  border: 1px solid #3b6dac;
  border-radius: 18px;
  overflow: hidden; }
  .newsInfo-list1 .news-return-a:after {
    content: "";
    position: absolute;
    z-index: 0;
    background: #3b6dac;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .newsInfo-list1 .news-return-a:before {
    content: "";
    display: block;
    width: 130%;
    height: 100%;
    position: absolute;
    left: -144%;
    top: 0;
    z-index: 1;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg); }
  .newsInfo-list1 .news-return-a .load-s0 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    transition: .3s ease-in-out; }
  .newsInfo-list1 .news-return-a:hover .load-s0 {
    color: #3b6dac; }
  .newsInfo-list1 .news-return-a:hover:before {
    left: -13%; }

.share-wrap0 {
  padding: 0 .9rem; }
  .share-wrap0 .share-title {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    margin-bottom: 10px; }
  .share-wrap0 .bdsharebuttonbox {
    justify-content: flex-start; }
  .share-wrap0 .bdshare-button-style0-16 a, .share-wrap0 .bdshare-button-style0-16 .bds_more {
    flex: 0 0 60px;
    height: 60px;
    padding: 0;
    margin-right: 6px;
    transition-duration: .3s;
    opacity: 1; }
  .share-wrap0 .bds_tsina {
    background: #1a1a1a url(../fonts/4ecb61e4803b4c30ae993292c3ca2db6.woff) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.fot-alert .coad-button:hover p {
  color: #fff;
}
.fot-alert .coad-button:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.fot-alert{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width:320px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.fot-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0,0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fot-alert.md-show ~ .fot-overlay {
  opacity: 1;
  visibility: visible;
}

.fot-alert.md-show ~ .md-close {
  opacity: 1;
  visibility: visible;
}

.top-right .mall-box{
  display:flex;
  flex-flow:row nowrap;
  justify-content:space-between;
  align-items:flex-start;
  margin-top:.5rem;
}
.top-right .mall-box .li-item{
  width:48%;
  text-align:right;
}
.top-right .mall-box .li-item img{
  max-width:60px;
  margin-bottom:10px;
}
.top-right .mall-box .li-item p{
  font-size:14px;
  color:rgba(255, 255, 255, 0.5);
}
.language-a {
  display: inline-block;
  flex: 0 0 32px;
  text-align: center;
  line-height: 42px;
    height: 42px;
    font-size: 17px;
    color: #fff;
    transition-duration: .3s;
}
.header.bgf .language-a,.welcome-body .header.bgf .language-a,.header.bgf2 .language-a {
  color: #1a1a1a;
}
.header.bgf .language-a:hover,.welcome-body .header.bgf .language-a:hover,.header.bgf2 .language-a:hover {
  color: #3b6dac;
}
.language-a:hover {
  color: #3b6dac;
}
@media(max-width:1290px) {
  .top-right .mall-box{
    width:200px;
    margin:0.5rem auto 0;
  }
  .top-right .mall-box .li-item{
    text-align:center;
  }
}
#YSF-BTN-HOLDER {
  bottom: 100px !important;
  right: 41px !important;
}
.bgImg{
  position: relative;
}
.aaa{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
}
@media(max-width:1270px) {
  #YSF-BTN-HOLDER {
    bottom: 56px !important;
    right: 6px !important;
  }
  .right-a-wrap2 {
    flex: 0 0 80px;
    font-size: 13px;
  }
  .language-a {
    margin-right: 30px;
    font-size: 13px;
  }
  .aaa{
    display: block;
  }
}
