﻿/*首页头部*/
.header-banner-bd {
  overflow: hidden;
  height: 660px;
}
.header-banner-bd .item {
  overflow: hidden;
  height: 100%;
}
.header-banner-bd .pc .cell img {
  display: block;
  position: relative;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
}
.header-banner-bd .pc {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.header-banner-bd .pc .cell {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-banner-bd .pc .cell p {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
.header-banner-bd .pc .cell p a {
  display: block;
  position: absolute;
  left: 13.2%;
  bottom: 21.5%;
  background: url(../images/opacity.png) repeat;
  width: 100px;
  height: 30px;
  text-indent: -999px;
  overflow: hidden;
}
.header-banner-bd .pc .cell p a.a1 {
  left: 58%;
}

.header-banner-bd .pc .stack {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.header-banner-bd .pc .stack .pic {
  padding: 0px;
  position: relative;
}
.header-banner-bd .pc .stack .pic img {
  width: 100%;
}
.header-banner-bd .pc .stack .text {
  padding-top: 230px;
  font-family: "微软雅黑";
  position: relative;
}
.header-banner-bd .pc .stack .text h1 {
  font-size: 65px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 16px;
}
.header-banner-bd .pc .stack .text h2 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 16px;
}
.header-banner-bd .pc .stack .text h3 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 16px;
}
.header-banner-bd .pc .stack .text .btn {
  padding: 10px 0px;
  overflow: hidden;
}
.header-banner-bd .pc .stack .text .btn a {
  display: inline-block;
  width: 130px;
  overflow: hidden;
  text-indent: 25px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  background: url(../images/home-001.png) no-repeat 95px center;
  text-align: left;
  padding: 7px 0px;
}
.header-banner-bd .pc .stack .text .btn a:hover {
  background: #fff url(../images/home-002.png) no-repeat 95px center;
  color: #666;
}

.header-banner-bd .phone img {
  width: 100%;
}

.header-banner-bd .i01 .pc .stack .pic img {
  width: 115%;
}
.header-banner-bd .i02 .pc .stack .pic img {
  width: 110%; /*margin-left:-20%;灯泡结束后取消*/
}

.header-banner-ol {
  padding-bottom: 45px;
}

#header-banner .banner-btn {
  position: absolute;
  width: 80px;
  height: 100%;
  z-index: 9;
  top: 0px;
  display: none;
}
#header-banner .banner-btn a {
  display: block;
  height: 41px;
  width: 23px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0px;
  background: url(../images/button15.png) no-repeat 0px -41px;
}
#header-banner .banner-btn a:hover {
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
#header-banner .btn-left {
  left: 0px;
}
#header-banner .btn-right {
  right: 0px;
}
#header-banner .btn-right a {
  left: 0px;
  background-position: -23px -41px;
}
#header-banner .carousel-indicators-wrap {
  top: 150px;
  text-align: right;
  bottom: auto;
}

.h-inews .row {
  height: 50px;
  line-height: 50px;
  margin-top: -50px;
  overflow: hidden;
  position: relative;
  z-index: 20;
  background: url(../images/bg-black.png) repeat;
}
.h-inews .row a {
  color: #e5e5e5;
}
.notice-cell {
  position: relative;
}
.notice-cell h2 {
  float: left;
  line-height: 50px;
  font-size: 14px;
  margin-right: 20px;
  color: #e5e5e5;
}
.notice-cell .tempWrap {
  float: left;
  width: 80% !important;
}
.notice-cell ul {
  width: 80% !important;
}
.notice-cell ul li {
  height: 50px;
  overflow: hidden;
  float: left;
  width: 100% !important;
}
.notice-cell ul li a {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  height: 50px;
}
.notice-cell ul li a:hover {
  text-decoration: underline;
}
.notice-cell ul li span {
  float: left;
  color: #999;
}

.notice-cell .notice-btn {
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 15px;
  background: url(../images/button16.png) no-repeat 0px 0px;
}
.notice-cell .next {
  background-position: -23px 0px;
  right: 0px;
}
.notice-cell .next:hover {
  background-position: -23px -23px;
}
.notice-cell .prev {
  background-position: 0px 0px;
  right: 30px;
}
.notice-cell .prev:hover {
  background-position: 0px -23px;
}

/*首页icon*/
.content-icon {
  border-top: 2px solid #e6e6e6;
}
.ie7 .content-icon .col {
  width: 33.25% !important;
}
.content-icon .col {
  padding: 0px !important;
  overflow: hidden;
  background: #000;
}
.content-icon .col a {
  color: #fff;
  display: block;
  padding: 0px;
  border-right: 2px solid #e6e6e6;
}
.content-icon .col a:hover {
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
.content-icon .col a:active {
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
.content-icon .col a img {
  width: 100%;
  display: block;
}
.content-icon .third {
  border-right: none;
}
.content-icon .third a {
  border-right: none;
}

/*首页文档*/

/*jia*/
.stat-cont .stat-tabs li {
  width: 20%;
}
.stat-side {
  padding-bottom: 35px;
  *overflow: hidden;
}
.stat-side ul li {
  padding: 15px;
  overflow: hidden;
  position: relative;
}
.stat-side ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.stat-side ul li span {
  display: block;
}
.stat-side ul li .s1 {
  background: #000;
}
.stat-side ul li .s1:hover img {
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
.stat-side ul li .s1:active img {
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
.stat-side ul li .s2 {
  position: relative;
  left: 0px;
  bottom: 0px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.itemNone {
  display: none;
}

.stat-cell {
  overflow: hidden;
  padding: 60px 0px 20px 0px;
  text-align: center;
}
.stat-cell h2 {
  font-size: 42px;
  padding-bottom: 10px;
  color: #333;
}
.stat-cell p {
  font-size: 14px;
  line-height: 30px;
}

.hz-20211222-bannertxt {
  width: 60%;
  margin-top: 5%;
  margin-left: 0%;
}
.hz-20211222-bannertxt + div + a {
  margin-left: 10%;
  margin-top: 3%;
}
.hz-20211222-bannertxt img {
  width: 100%;
}
.hz-211222-plan-zl-box {
  width: 600px;
  left: 50%;
  position: fixed;
  margin-left: -300px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0px 3px 8px rgb(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: 999;
  padding: 40px 0;
  display: none;
}

.hz-211222-txt {
  margin-left: 10%;
  margin-top: 1%;
  font-size: 22px;
  color: #fff;
}

.home-content.hz-20211028-xg {
  margin-top: 29%;
  margin-left: 4%;
}
.hz-211222-plan-zl-box img {
  width: 100%;
}

.hz-211222-zl-main {
  width: 81.4%;
  margin: 0 auto;
  overflow: hidden;
}

.hz-211222-zl-title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #e60012;
}

.hz-211222-zl-tip {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin: 1.5% auto 3%;
}

.hz-211222-zl-list {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 4%;
}

.hz-211222-hy {
  width: 78.2%;
  float: left;
  box-sizing: border-box;
  margin-left: 1.8%;
  border: 1px solid #d9d9d9;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  color: #333;
  height: 40px;
  line-height: 40px;
  padding-left: 2%;
  border-radius: 5px;
  outline: none;
  background: #fff;
}

.hz-211222-zl-p {
  width: 15.3%;
  font-size: 14px;
  color: #333333;
  float: left;
  margin-top: 2%;
  text-align: right;
}

.hz-211222-xing {
  width: 1.2%;
  float: right;
  margin-top: 2%;
  margin-right: 2%;
}

.hz-211222-hy::-ms-expand {
  display: none;
}

.hz-211222-input {
  width: 78.2%;
  float: left;
  box-sizing: border-box;
  margin-left: 1.8%;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 40px !important;
  color: #333;
  height: 40px !important;
  padding-left: 2%;
  border-radius: 5px;
  outline: none;
}
.hz-211222-code {
  width: 54%;
}

.hz-211222-code-btn {
  font-size: 14px;
  float: left;
  margin-left: 2%;
  color: #e60012;
  cursor: pointer;
  margin-top: 1.5%;
}

.hz-211222-jiao {
  position: absolute;
  width: 1.5%;
  right: 6.4%;
  top: 22%;
}

.hz-211222-zl-c {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hz-211222-zl-c.c1 {
  margin-top: 2%;
}

.hz-211222-ys {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 3% auto 0;
}

.hz-211222-ys a {
  color: #e60012;
  text-decoration: none;
}

.hz-211222-zl-btn {
  width: 25.5%;
  margin: 5% auto 0;
  cursor: pointer;
}

.hz-211222-zl-close {
  position: absolute;
  width: 3.1%;
  right: 3.1%;
  top: 3.1%;
  cursor: pointer;
}
.hz-20211222-bannertxt + a .SYHome_ico::before {
  content: "\e609";
}

@media (max-width: 1366px) {
  .hz-211222-zl-main {
    width: 92.4%;
    margin: 0 auto;
    overflow: hidden;
  }
  .hz-211222-plan-zl-box {
    width: 526px;
    left: 50%;
    margin-left: -263px;
    transform: translateY(-41%);
    padding: 16px 0;
  }
}
@media (max-width: 750px) {
  .home-content.hz-20211222-xg {
    margin-top: 51%;
    margin-left: -2%;
  }

  .hz-211222-plan-zl-box {
    width: 93.3%;
    margin-left: 0;
    left: 3.5%;
    padding: 5% 0;
  }
  .hz-211222-zl-title {
    font-size: 4vw;
  }
  .hz-211222-zl-tip {
    font-size: 3vw;
    margin-top: 3%;
  }
  .hz-211222-zl-main {
    width: 92%;
    margin-left: 4%;
  }
  .hz-211222-zl-p {
    width: 20%;
    font-size: 3vw;
  }
  .hz-211222-zl-p.p1 {
    margin-top: 1%;
  }
  .hz-211222-zl-list,
  .hz-211222-zl-c.c1 {
    margin-top: 4%;
  }
  .hz-211222-code-btn {
    font-size: 3vw;
  }
  .hz-211222-code {
    width: 41% !important;
  }

  .hz-211222-hy,
  .hz-211222-input {
    width: 69%;
    height: auto !important;
    line-height: 1em !important;
    margin-left: 2.5%;
    border-radius: 3px;
    font-size: 3vw;
    padding: 1.5% 0 1.7% 2%;
    background: none;
    -webkit-appearance: none;
  }
  .hz-211222-xing {
    width: 1.7%;
    margin-right: 4%;
  }
  .hz-211222-jiao {
    width: 2.2%;
    right: 12.2%;
  }
  .hz-211222-jiao.j1 {
    top: 44%;
  }
  .hz-211222-ys {
    font-size: 2.4vw;
  }
  .hz-211222-zl-close {
    width: 5%;
    right: 4%;
  }
  .hz-211222-zl-btn {
    width: 30.4%;
    margin: 3% auto 0;
  }
}
.hz_220715_box {
  width: 1044px;
  margin: 140px auto 3%;
}
.hz_220715_box img {
  width: 100%;
}
.hz_220715_img {
  width: 1044px;
  margin: 0 auto;
}
.hz_220715_back {
  position: relative;
  font-size: 16px;
  color: #000;
  margin-bottom: 3%;
}
.hz_220715_back a {
  color: #000;
}
.hz_220715_back:hover a {
  color: #e60012;
}
.hz_220715_back:before {
  margin-right: 5px;
  content: "<";
  font-size: 16px;
  color: #e60012;
}
@media screen and (max-width: 758px) {
  .hz_220715_box {
    width: 100%;
    padding: 0 16px;
    margin: 5% auto 5%;
  }
  .hz_220715_img {
    width: 100%;
    margin: 0 auto;
  }
  .hz_220715_back {
    font-size: 14px;
  }
  .hz_220715_back:before {
    margin-right: 5px;
    content: "<";
    font-size: 14px;
    color: #e60012;
  }
}
;
    }
}

@media screen and (max-width:850px) {
    .hotA {
        bottom: 10px;
    }
    .hotActivityBottomAddHeight {
        height: 240px;
    }
    .swiper-hotPc {
        height: 330px
    }
}

.garyBg {
    background: #f5f5f5;
    min-width: 320px;
}

.resolveBox {
    padding: 50px;
}

.flexbox .resolveMakeBox {
    transition: all 0.3s;
    transition-timing-function: linear;
}

.flexbox .resolveMakeBox .resolve {
    transition: all 0.3s;
    transition-timing-function: linear;
}

.flexbox .resolveMakeBox .resolveDelay {
    transition: all 0.3s;
    transition-delay: 0.02s;
    transition-timing-function: linear;
}

.flexbox .resolveDelay {
    transition: all 0.3s;
    transition-delay: 0.02s;
    transition-timing-function: linear;
}

.resolveMakeBox {
    width: 1200px;
    height: 484px;
    max-width: 10000px;
    height: auto;
    overflow: hidden;
}

.resolveLine {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.resolve {
    /*width: 21.25%;*/
    width: auto;
    overflow: hidden;
    height: 100%;
    position: relative;
    float: left;
    cursor: pointer;
}

.resolveAdd {
    width: 21.667%;
}

.resolveAct {
    width: 35%;
    padding-right: 150px;
}

.resolveAct .resolveAlertBox {
    width: 150px;
    display: block;
}

.resolveAlertBox {
    width: 140px;
    height: 100%;
    background: #3e3e3f;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    border-bottom: 4px solid #e60012;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.ie8 .resolveAlertBox {
    padding: 64px 0 14px;
}

.ie9 .resolveAlertBox {
    padding: 64px 0 14px;
}

.resolveInner {
    width: 100%;
    /*height: 500px;*/
    height: auto;
    overflow: hidden;
    float: left;
    border-bottom: 4px solid #e60012;
}

.resolveInnerBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    float: left;
    /*float: left;*/
}

.resolveAlertInnerBox {
    width: 100%;
}

.moreIcon {}

.resolveImg {
    width: 100%;
    height: 100%;
    float: left;
}

.resolveOutBox {
    width: 100%;
    height: auto;
    background: url(../images/index/resoveBg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.resolveColor {
    width: 100%;
    height: 100%;
    background: #d11a2e;
    position: absolute;
    top: 0;
    z-index: 2;
    display: none;
}

.resolveText {
    width: 100%;
    height: auto;
    position: absolute;
    top: 298px;
    padding-left: 10px;
    padding-right: 20px;
    z-index: 30;
    font-size: 0;
}

.resolveH2 {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
}

.resolveTextInnerBox {
    padding-right: 10px;
    border-right: 4px solid #e60012;
    margin: 22px 0 30px;
}

.resolveH3 {
    color: #e60012;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
    margin-bottom: 10px;
}

.resolveP {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    text-align: right;
}

.resolveMore {
    width: 170px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #757575;
    font-size: 16px;
    text-indent: 2em;
    font-weight: 700;
    cursor: pointer;
}

.moreIcon {
    float: right;
    width: 36px;
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.resolveAlert {
    line-height: 1;
    padding: 10px 10px 10px 12px;
    cursor: pointer;
}

.resolveAlert:hover {
    background: #e60012;
}

.moreArrow {
    vertical-align: top;
    margin-top: 2px;
    margin-left: 25px;
    margin-right: 18px;
}

.moreA {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

@media screen and (max-width:1280px) {
    .resolveH2 {
        font-size: 26px;
    }
    .resolveH3 {
        font-size: 14px;
    }
    .resolveP {
        font-size: 14px;
    }
    .moreA {
        font-size: 12px;
    }
    .resolveInner {
        height: 420px;
    }
    .resolveAlert {
        padding: 12px 0 12px 20%;
    }
    .resolveText {
        padding-right: 32px;
        top: 250px;
    }
    .resolveAct {
        padding-right: 150px;
    }
    .resolveAct .resolveAlertBox {
        width: 150px;
    }
}

@media screen and (max-width:1100px) {
    .resolveH2 {
        font-size: 22px;
    }
    .resolveH3 {
        font-size: 12px;
    }
    .resolveP {
        font-size: 12px;
    }
    .moreA {
        font-size: 12px;
    }
    .resolveAct {
        padding-right: 120px;
    }
    .resolveAct .resolveAlertBox {
        width: 120px;
    }
    .resolveText {
        top: 195px;
    }
    .lastContainer_3 .resolveH3 {
        font-size: 18px;
    }
}

@media screen and (max-width:1000px) {
    .resolveText {
        top: 140px;
    }
}

@media screen and (max-width:900px) {
    .lastContainer_3 .resolveH3 {
        font-size: 16px;
    }
    .resolveH2 {
        font-size: 18px;
    }
    .resolveInner {
        height: 331px;
    }
    .resolveAlert {
        padding: 8px 0 8px 20%;
    }
    .resolveText {
        padding-right: 28px;
        top: 110px;
    }
    .resolveAct {
        padding-right: 100px;
    }
    .resolveAct .resolveAlertBox {
        width: 100px;
    }
}

@media screen and (max-width:800px) {
    .resolveText {
        top: 80px;
    }
    .resolveAlert {
        padding: 6px 0 6px 20%;
    }
    .resolveText {
        padding-right: 22px;
    }
}

.bestTitle {
    font-size: 30px;
    color: #333;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}

.bestContentOut {
    width: 100%;
    float: left;
}

.bestContent {
    width: 196px;
    height: 196px;
    margin: 30px auto 22px;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
}

.bestContentTitle {
    font-size: 40px;
    color: #333;
    line-height: 1;
    text-align: center;
    font-weight: 400;
}

.peopleIcon {
    width: 70px;
    display: block;
    margin: 40px auto 12px;
}

.bestContentTitle em {
    font-style: normal;
    font-size: 23px;
}

.bestContentP {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    padding: 0 30px;
    text-align: center;
}

.bestContentA {
    line-height: 1;
    color: #333;
    text-align: center;
    display: block;
    margin-top: 12px;
    width: 100%;
    margin-bottom: 45px;
}

a.bestContentA:hover {
    color: #d11a2e;
}

.addHover {
    /*min-height: 435px;*/
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /*padding-bottom: 70px;*/
}

.tableChooseBox {
    margin-top: 20px;
    margin-left: -16px;
    margin-right: -16px;
}

.hotH2 {
    color: #333;
    margin-bottom: 12px;
    font-size: 24px;
    width: 100%;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:1280px) {
    .bestTitle {
        font-size: 30px;
    }
    .bestContentP {
        font-size: 14px;
    }
    .bestContentA {
        font-size: 14px;
    }
    .tableChooseBox {
        margin-top: 52px;
    }
    .hotH2 {
        font-size: 20px;
    }
}

@media screen and (max-width:1120px) {
    .bestTitle {
        font-size: 24px;
    }
    .bestContentP {
        font-size: 12px;
    }
    .bestContentA {
        font-size: 12px;
    }
    .tableChooseBox {
        margin-top: 42px;
    }
    .hotH2 {
        font-size: 16px;
    }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:800px) {}

.chooseItem {
    width: 9%;
    position: relative;
    float: left;
    box-sizing: content-box;
    border-right: 1px dashed #6b6b6b;
    cursor: pointer;
}

.tableIcon {
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.tableChooseP {
    font-size: 16px;
    color: #666;
    line-height: 1;
    text-align: center;
}

.personBg {
    width: 100%;
    min-width: 1280px;
}

.personBox {
    width: 800px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -400px;
    color: #fff;
}

.personBox h2 {
    font-size: 52px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    margin-top: 90px;
}

.personBox h3 {
    font-size: 30px;
    /*font-weight: 400;*/
    text-align: center;
    line-height: 1;
    margin-top: 38px;
}

.personBox p {
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin-top: 16px;
}

.personBox a {
    display: block;
    width: 205px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    margin: 50px auto 0;
    background: #e60012;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.container_center {
    width: 100%;
    min-width: 1280px;
}

.container_left {
    width: 50%;
    height: 635px;
    float: left;
    position: relative;
}

.container_right {
    width: 50%;
    height: 635px;
    float: left;
    overflow: hidden;
    position: relative;
}

.addColor {
    background: #f5f8fa;
    position: relative;
}

.containerTitle {
    font-size: 52px;
    line-height: 1;
    margin-top: 152px;
    margin-bottom: 35px;
    font-weight: 400;
}

.containerText {
    font-size: 22px;
    color: #000;
    line-height: 36px;
}

.chooseBannerBoxAdd {
    left: 0;
    right: auto;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.containerAddBg {
    margin-top: 50px;
    min-height: 300px;
    padding: 60px 0;
    background: url(../images/index/addLastFooterBg.jpg) no-repeat;
    background-size: cover;
}

.lastContainer_3 {
    width: 33.2%;
    border-right: 1px solid #e1e6e9;
    float: left;
    cursor: pointer;
}

.lastContainer_3 .resolveInner {
    border-bottom: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lastContainer_3 .resolveImg {
    width: 100%;
    height: auto;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

.lastContainer_3 .moreIcon {
    width: 36px;
    position: absolute;
    bottom: 30px;
    right: 25px;
    z-index: 100;
}

.lastContainer_3 .resolveText {
    bottom: 30px;
    padding-right: 0;
    padding-left: 30px;
}

.lastContainer_3 .resolveH2 {
    text-align: left;
    font-size: 26px;
}

.lastContainer_3 .resolveTextInnerBox {
    margin: 22px 0 0;
    border-right: 0;
    border-left: 4px solid #e60012;
    padding-right: 0;
    padding-left: 10px;
}

.lastContainer_3 .resolveH3 {
    text-align: left;
    font-size: 28px;
    color: #e60012;
    font-weight: 400;
}

.lastContainer_3 .resolveP {
    text-align: left;
    font-size: 17px;
    line-height: 24px;
}

.lastContainer_3 .resolveText {
    padding-right: 30px;
}

.lastContainer_3:hover .resolveImg {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.resolveInnerMask {
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    /*background: linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0.6)); /* Ã©ÂÂÃ¥â€ºÂ§Ã¥â„¢Â¯Ã©ÂÂ¨Ã¥â€¹Â®Ã®â€¡Â¢Ã¥Â¨â€°Ã¯Â¿Â½ */
    z-index: 10;
}

.lastContainer_3 div.heightAuto {
    height: auto;
}

@media screen and (max-width:1280px) {
    .lastContainer_3 .resolveH2 {
        font-size: 20px;
    }
    .lastContainer_3 .resolveH3 {
        font-size: 22px;
    }
    .lastContainer_3 .resolveP {
        font-size: 14px;
    }
}

@media screen and (max-width:1120px) {
    .lastContainer_3 .resolveH2 {
        font-size: 18px;
    }
    .lastContainer_3 .resolveH3 {
        font-size: 20px;
    }
    .lastContainer_3 .resolveP {
        font-size: 12px;
    }
}

@media screen and (max-width:900px) {
    .lastContainer_3 .resolveH2 {
        font-size: 18px;
    }
    .lastContainer_3 .resolveH3 {
        font-size: 20px;
    }
    .lastContainer_3 .resolveP {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (max-width:800px) {}

.pdTop10 {
    padding-top: 10px;
}

.lookAll {
    font-size: 16px;
    line-height: 34px;
    float: right;
    vertical-align: middle;
    cursor: pointer;
}

.ie8 .lookAll {
    margin-right: -3px;
}

.lookIcon {
    vertical-align: middle;
    margin-top: -2px;
}

.lookArrowLeft {
    float: left;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    border: 1px solid #b0b0b0;
    position: relative;
    background: url(../images/index/lookArrow.png) no-repeat;
    background-position: 45% 50%;
}

.lookArrowLeftHover {
    border: 0;
    background: #e60012 url(../images/index/lookArrowHover.png) no-repeat;
    background-position: 45% 50%;
}

.lookArrowRight {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    border: 1px solid #b0b0b0;
    position: relative;
    background: url(../images/index/lookArrowRight.png) no-repeat;
    background-position: 55% 50%;
}

.lookArrowRightHover {
    border: 0;
    background: #e60012 url(../images/index/lookArrowRightHover.png) no-repeat;
    background-position: 55% 50%;
}

.lookArrow {
    width: 8px;
    height: 15px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -7.5px;
}

.lookArrowRight .lookArrow {
    transform: rotate(180deg);
}

.lookAllAddHover {
    color: #333;
}



/*.bannerMbl{
    display: none;
    overflow: hidden;
}*/

.hotMbl {
    display: none;
}

.jieMbl {
    display: none;
}

.hangMbl {
    display: none;
}

.xiaMbl {
    display: none;
}

.hangMbl .hotActivity {
    width: 100%;
}

.hangMbl .hotActivityInner {
    padding: 0;
    margin: 0;
}

@media screen and (max-width:768px) {
    /*.bannerPc{
        display: none;
    }
    .bannerMbl{
        display: block;
    }*/
    .zx-more-mb{
        width:100%;
    }
    .zx-more-mb{
        margin-top:10px;
        text-align:left;
    }
    .zx-more-mb p{
        margin-top:5px;
        margin-left:6px;
    }
    /*.zx-more-mb p a:last-child:before{*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    height: 12px;*/
    /*    width: 1px;*/
    /*    border-right: 1px solid #fff;*/
    /*    top: 4px;*/
    /*    left: 8px;*/
    /*}*/
    /*.zx-more-mb a:last-child{*/
    /*    padding-left:18px;*/
    /*}*/
    .zx-more-mb p a:first-child{
        padding-left:0px;
    }
    .zx-more-mb a{
        position:relative;
        display:inline-block;
        color:#000;
        font-size:20px;
        float:left;
    }
    /* ***************************************************************************** */
    .zx-digitization-mb{
        width: 100%;
        margin-top: 35px;
        margin-left: 6px;
    }
    .zx-digitization-mb a{
        display: inline-block;
        color: #fff;
        font-size: 18px;
        padding: 10px 20px 10px 40px;
        border-radius: 50px;
        background: url(../../WebUI/images/zx-digitization.png) no-repeat center;
        background-size: 100% auto;
        
    }
    .zx-more-mb a img,.zx-digitization-mb a img{
        width:20px;
        vertical-align: middle;
        margin-bottom: 3px;
    }
    .hotPc {
        display: none;
    }
    .hotMbl {
        display: block;
    }
    .jiePc {
        display: none;
    }
    .jieMbl {
        display: block;
    }
    .hangPc {
        display: none;
    }
    .hangMbl {
        display: block;
    }

    .xiaPc {
        margin-top: 0px;
        padding: 8px 0 20px;
    }
    .lastContainer_3 {
        width: 100%;
        margin-top: 12px;
        border: 0;
    }
    .lastContainer_3 .moreIcon {
        width: 28px;
    }
    .lastContainer_3 .resolveTextInnerBox {
        margin: 16px 0 14px;
        border-right: 0;
        border-left: 1px solid #e60012;
        padding-right: 0;
        padding-left: 10px;
    }
    .lastContainer_3 .resolveH2 {
        font-size: 16px;
    }
    .lastContainer_3 .resolveH3 {
        font-size: 19px;
        margin-bottom: 8px;
    }
    .lastContainer_3 .resolveP {
        line-height: 20px;
    }
    .lastContainer_3 .resolveText {
        bottom: 56px;
        top: auto;
    }
    .lastContainer_3 .resolveInner {
        height: auto;
    }
    .xiaPc .containerInnerBox {
        padding: 0 11px;
    }
}

.bannerMbl .bannerInnerH2 {
    font-size: 21px;
    margin: 30px 0 15px 0;
    text-shadow: 0 0 4px rgba(13, 4, 8, 0.48);
}

.bannerMbl .bannerInnerText {
    padding-left: 10px;
    font-size: 12px;
    border-left: 0;
    position: relative;
}

.bannerMbl .bannerInnerText:before {
    content: "";
    display: block;
    width: 2px;
    height: 90%;
    position: absolute;
    top: 4px;
    left: 0;
    background: #e60012;
}

.bannerMbl .bannerInnerBtn {
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    font-size: 12px;
    margin-top: 13px;
}

.bannerMbl .bannerInnerBtn .bannerBtnArrow {
    width: 6px;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: 7px;
    float: right;
}

.bannerMbl .bannerInnerText p {
    line-height: 1.5;
    margin-bottom: 0;
    text-shadow: 0 0 4px rgba(13, 4, 8, 0.48);
}

@media screen and (max-width:414px) {
    .bannerInner {
        padding: 0 55px;
    }
    .bannerInnerH2 {
        font-size: 40px;
        line-height: 1.25em;
        margin-top: 50px !important;
    }
    .bannerInnerText p {
        font-size: 14px;
    }
    .bannerInnerBtn {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 14px;
    }
    .bannerInnerBtn .bannerBtnArrow {
        margin-top: 10px;
    }
}

@media screen and (max-width:413px) {
    .bannerInnerH2 {
        font-size: 38px;
        line-height: 1.25em;
        margin-top: 50px !important;
    }
}

@media screen and (max-width:400px) {
    .bannerInnerH2 {
        font-size: 38px;
        line-height: 1.25em;
        margin-top: 50px !important;
    }
}

@media screen and (max-width:375px) {
    .bannerInner {
        padding: 0 40px;
    }
    .bannerInnerH2 {
        font-size: 38px;
        line-height: 1.25em;
        margin-top: 50px !important;
    }
    .bannerInnerText p {
        font-size: 13px;
    }
}

@media screen and (max-width:350px) {
    .bannerInner {
        padding: 0 30px;
    }
    .bannerInnerH2 {
        font-size: 38px;
    }
    .bannerInnerText p {
        font-size: 12px;
    }
    .bannerInnerBtn {
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        font-size: 12px;
    }
}

@media screen and (max-width:320px) {
    .bannerInner {
        padding: 0 30px;
    }
    .bannerInnerH2 {
        font-size: 36px;
    }
    .bannerInnerText p {
        font-size: 12px;
    }
    .bannerInnerBtn {
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        font-size: 12px;
    }
    .bannerInnerBtn .bannerBtnArrow {
        margin-top: 7px;
    }
}

.containerH3Mbl {
    /*font-family: "Microsoft YaHei UI Light";*/
    line-height: 1;
    font-size: 19px;
    text-align: center;
    color: #000000;
    font-weight: 400;
    margin: 19px 0 25px;
    position: relative;
}

.containerH3Mbl:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #e60012;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -7px;
}

.swiper-hotMbl {
    height: auto;
    width: 100%;
}

.hotMbl .containerInnerBox {
    padding: 0;
}

.hotMbl .hotActivityInner {
    padding: 0 11px;
}

.hotMbl .hotActivitySwiper {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
;
}

.hotMbl .hotTag {
    padding: 11px;
    font-size: 14px;
}

.hotMbl .hotImg:hover {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.hotMbl .hotA {
    bottom: 20px;
}

@media screen and (max-width:414px) {
    .hotMbl .hotTag {
        padding: 14px;
        font-size: 16px;
    }
    .containerH3Mbl:before {
        bottom: -10px;
    }
}

@media screen and (max-width:375px) {
    .containerH3Mbl:before {
        bottom: -9px;
    }
}

@media screen and (max-width:350px) {
    .containerH3Mbl:before {
        bottom: -8px;
    }
}

@media screen and (max-width:320px) {
    .containerH3Mbl:before {
        bottom: -7px;
    }
}

.quMbl .hotActivity {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quMbl .hotActivityInner {
    padding: 0 11px;
    margin: 0;
}

.quMbl .containerInnerBox {
    padding: 0;
}

.quMbl .hotActivityBottomAddHeight {
    height: auto;
    padding-bottom: 30px;
}

.quMbl .hotActivityBottom {
    padding-top: 10px;
}

.quMbl .hotH2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.quMbl .hotP {
    line-height: 20px;
}

.swiper-quMbl {
    /*height: 430px;*/
}

.quMbl .swiper-container {
    overflow: inherit;
}

.paginationBox {
    width: 100%;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.paginationBox {}

.halfChangeAll {
    width: 49.15%;
    float: left;
    margin-right: 1.7%;
}

.tendencyBox {
    width: 100%;
    cursor: pointer;
}

.tendencyImg {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.tendencyInner:hover .tendencyImg {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.tendencyInner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.tendencyOut {
    width: 100%;
}

.tendencyImg {
    width: 100%;
    height: 100%;
    float: left;
}

.tendencyText {
    position: absolute;
    width: 100%;
    bottom: 26px;
    left: 0;
}

.tendencyText .hotH2 {
    color: #fff;
    font-size: 26px;
    padding: 0 40px;
}

.tendencyText .hotP {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    padding: 0 40px;
}

.tendencyOut {
    display: none;
    float: left;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.tendencyOut .hotH2 {
    padding: 0 11px;
    font-size: 15px;
    margin: 12px 0 8px;
    line-height: 1;
}

.tendencyOut .hotP {
    min-height: auto;
    padding: 0 11px 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width:900px) {
    .tendencyText {
        bottom: 10px;
    }
    .tendencyText .hotH2 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .tendencyText .hotP {
        font-size: 12px;
        line-height: 18px;
    }
}



.halfChangeAllAdd {
    margin: 0;
}

.tendencyBoxAdd {
    margin-top: 17px;
}

.overfolow {
    overflow: hidden;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: #d5d5d5;
    margin-right: 5px;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #e60213;
}

.hotMbl .device {
    padding-bottom: 0px;
}

.hotMbl .swiper-container {
    overflow: inherit;
}

.hotMbl .hotActivityBottom {
    padding-top: 10px;
    height: 115px;
    color: #666666;
}

.hotMbl .hotP {
    min-height: auto;
    line-height: 20px;
    font-size: 12px;
    padding: 0 12px;
}

.hotMbl .hotImgArrow {
    width: 14px;
    position: relative;
    top: -2px;
}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:350px) {}

.jieMbl .containerInnerBox {
    overflow: hidden;
    padding: 0;
    padding-left: 11px;
    padding-right: 3px;
}

.jieMbl .containerH3Mbl {
    color: #000;
}

.jieMbl .resolve {
    width: 50%;
    padding-right: 8px;
    margin-bottom: 8px;
}

.jieMbl .resolveInner {
    border-bottom: 0;
    height: auto;
}

.jieMbl .resolveP {
    font-size: 10px;
    padding-left: 6px;
    line-height: 1.4;
}

.jieMbl .resolveImg {
    width: 100%;
    height: auto;
}

.jieMbl .resolveH2 {
    font-size: 17px;
}

.jieMbl .resolveText {
    padding-left: 0;
    padding-right: 10px;
    bottom: 0;
    top: 90px;
}

.jieMbl .moreIcon {
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 18px;
}

.jieMbl .resolveTextInnerBox {
    margin: 0;
    margin-top: 10px;
    padding-right: 5px;
    border-right: 1px solid #e60012;
}

.jieMbl .resolveH3 {
    font-size: 10px;
    margin-bottom: 5px;
    padding-left: 6px;
}

.jieMbl .resolveOutBox {
    background: url(../images/index/resoveMblBg.jpg);
    background-size: cover;
}

.jieMbl .maskBox {
    bottom: 0;
}

@media screen and (max-width:414px) {
    .jieMbl .moreIcon {
        position: absolute;
        right: 10px;
        bottom: 15px;
        width: 26px;
    }
    .jieMbl .resolveText {
        padding-left: 0;
        padding-right: 10px;
        bottom: 0;
        top: 130px;
    }
    .jieMbl .resolveH2 {
        font-size: 22px;
    }
    .jieMbl .resolveH3 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .jieMbl .resolveP {
        font-size: 14px;
    }
}

@media screen and (max-width:375px) {
    .jieMbl .moreIcon {
        position: absolute;
        right: 10px;
        bottom: 15px;
        width: 26px;
    }
    .jieMbl .resolveText {
        padding-left: 0;
        padding-right: 10px;
        bottom: 0;
        top: 110px;
    }
    .jieMbl .resolveH2 {
        font-size: 20px;
    }
    .jieMbl .resolveH3 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .jieMbl .resolveP {
        font-size: 14px;
    }
}

@media screen and (max-width:350px) {
    .jieMbl .moreIcon {
        position: absolute;
        right: 10px;
        bottom: 15px;
        width: 26px;
    }
    .jieMbl .resolveText {
        padding-left: 0;
        padding-right: 10px;
        bottom: 0;
        top: 100px;
    }
    .jieMbl .resolveH2 {
        font-size: 18px;
    }
    .jieMbl .resolveH3 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .jieMbl .resolveP {
        font-size: 12px;
    }
}

@media screen and (max-width:320px) {
    .jieMbl .moreIcon {
        position: absolute;
        right: 10px;
        bottom: 15px;
        width: 18px;
    }
    .jieMbl .resolveText {
        padding-left: 0;
        padding-right: 10px;
        bottom: 0;
        top: 100px;
    }
    .jieMbl .resolveH2 {
        font-size: 17px;
    }
    .jieMbl .resolveH3 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .jieMbl .resolveP {
        font-size: 12px;
    }
}

.swiper-hangMbl {
    padding-bottom: 0px;
}

.swiper-hangMbl .paginationBox {
    bottom: 12px;
}

.hangMbl .bestContentTitle {
    color: #e60012;
    font-size: 30px;
}

.hangMbl .bestContentTitle em {
    font-size: 17px;
}

.hangMbl .bestTitle {
    color: #e60012;
}

.hangMbl .bestContent {
    margin: 0 auto 15px;
    width: 146px;
    height: 146px;
}

.hangMbl .peopleIcon {
    width: auto;
    height: 40px;
    margin: 32px auto 9px;
}

.hangMbl .bestTitle {
    font-size: 18px;
    font-weight: 400;
}

.hangMbl .bestContentP {
    font-size: 13px;
    line-height: 20px;
}

.hangMbl .bestContentA:hover {
    color: #333;
}

.hangMbl .hotActivityLine {
    margin: 0;
}

.hangMbl .containerInnerBox {
    padding: 0;
}

.hangMbl .tableChooseBox {
    padding: 15px 4px 15px 11px;
    background: #f5f5f5;
}

.hangMbl .chooseItem {
    width: 18.5%;
    background: #fff;
    border: 0;
    padding: 12px 0;
    margin-right: 1.5%;
    margin-bottom: 6px;
}

.hangMbl .tableIcon {
    height: 23px;
}

.hangMbl .tableChooseP {
    font-size: 12px;
}

.quMbl .paginationBox {
    bottom: -24px;
}

@media screen and (max-width: 414px) {
    .lastContainer_3 .resolveText {
        bottom: 56px;
        top: auto;
    }
    .lastContainer_3 .resolveText {
        bottom: 56px;
        top: auto;
    }
    .lastContainer_3 .resolveH2 {
        font-size: 22px;
    }
    .lastContainer_3 .resolveH3 {
        font-size: 24px;
    }
    .lastContainer_3 .resolveP {
        font-size: 16px;
    }
    .zx-more-mb a{
        font-size:16px;
    }
    .zx-more-mb a img{
        width:14px;
    }
    /* *********************************************************** */
    .zx-digitization-mb{
        margin-top: 30px;
    }
    .zx-digitization-mb a{
        font-size: 14px;
        padding: 10px 20px 10px 30px;
    }
    .zx-digitization-mb a img{
        width:14px;
    }
}

@media screen and (max-width: 375px) {
    .lastContainer_3 .resolveText {
        bottom: 56px;
        top: auto;
    }
    .lastContainer_3 .resolveText {
        bottom: 56px;
        top: auto;
    }
    .lastContainer_3 .resolveH2 {
        font-size: 20px;
    }
    .lastContainer_3 .resolveH3 {
        font-size: 22px;
    }
    .lastContainer_3 .resolveP {
        font-size: 14px;
    }
    .zx-more-mb a{
        font-size:14px;
    }
    .zx-more-mb a img{
        width:12px;
    }
    /* *********************************************************** */
    .zx-digitization-mb{
        margin-top: 25px;
    }
    .zx-digitization-mb a{
        font-size: 13px;
        padding: 10px 15px 10px 25px;
    }
    .zx-digitization-mb a img{
        width:13px;
    }
}

@media screen and (max-width: 320px) {
    .lastContainer_3 .resolveText {
        bottom: 56px;
        top: auto;
    }
    .lastContainer_3 .resolveText {
        bottom: 56px;
        top: auto;
    }
    .lastContainer_3 .resolveH2 {
        font-size: 16px;
    }
    .lastContainer_3 .resolveH3 {
        font-size: 19px;
    }
    .lastContainer_3 .resolveP {
        font-size: 13px;
    }
    .zx-more-mb a{
        font-size:13px;
    }
    .zx-more-mb a img{
        width:12px;
    }
     /* *********************************************************** */
    .zx-digitization-mb{
        margin-top: 5px;
    }
    .zx-digitization-mb a{
        font-size: 12px;
        padding: 5px 15px 5px 25px;
    }
    .zx-digitization-mb a img{
        width:12px;
    }
}

.xiaMbl .lastContainer_3 .resolveImg {
    /*position: absolute;
    bottom: 0;*/
}

.pd16Change {
    padding: 0 11px;
}

@media screen and (min-width:320px) {
    .swiper-hotMbl {
        height: auto;
        width: 100%;
    }
    .swiper-hangMbl {
        padding-bottom: 0px;
    }
    .containerH3:before {
        bottom: -7px;
    }
}

@media screen and (min-width:350px) {
    .containerH3:before {
        bottom: -8px;
    }
}

@media screen and (min-width:375px) {
    .swiper-hotMbl {
        height: auto;
        width: 100%;
    }
    .swiper-quMbl {
        /*height: 475px;*/
    }
    .containerH3:before {
        bottom: -9px;
    }
}

@media screen and (min-width:414px) {
    .swiper-hotMbl {
        height: auto;
        width: 100%;
    }
    .swiper-quMbl {
        /*height: 465px;*/
    }
    .quMbl .hotActivityBottomAddHeight {
        /*height: 140px;*/
    }
    .containerH3:before {
        bottom: -10px;
    }
}

@media screen and (min-width:560px) {
    .swiper-hotMbl {
        height: auto;
        width: 100%;
    }
    .swiper-quMbl {
        height: auto;
    }
}

@media screen and (max-width:768px) {
    .headMbl .headMblChooseC br {
        display: none;
    }
    .tendencyText {
        display: none;
    }
    .tendencyOut {
        display: block;
    }
    .halfChangeAll {
        width: 100%;
        margin-bottom: 12px;
    }
    .halfChangeAllAdd {
        margin-bottom: 19px;
    }
    .tendencyBoxAdd {
        margin-top: 12px;
    }
    .containerH3 {
        /*font-family: "Microsoft YaHei UI Light";*/
        line-height: 1;
        height: auto;
        font-size: 19px;
        text-align: center;
        color: #000000;
        font-weight: 400;
        margin: 0px 0 25px;
        border: 0;
        padding: 0;
        position: relative;
    }
    .containerH3:before {
        content: "";
        display: block;
        width: 30px;
        height: 3px;
        background: #e60012;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        bottom: -7px;
    }
    .lookAll {
        display: none;
    }
    .tendencyInner:hover .tendencyImg {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
    .lastContainer_3:hover .resolveImg {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .chooseItem {
        width: 18.5%;
        background: #fff;
        border: 0;
        padding: 12px 0;
        margin-right: 1.5%;
        margin-bottom: 6px;
    }
    .hangPc .hotActivityLine {
        margin: 0;
    }
    .tableChooseBox {
        padding: 15px 4px 15px 11px;
        background: #f5f5f5;
        margin: 0;
    }
    .tableIcon {
        height: 23px;
    }
    .pd16Change {
        padding: 0;
    }
    .bestContentA {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .tableChooseP {
        font-size: 12px;
    }
    .bannerInnerBtnPc {
        display: none;
    }
    .bannerInnerBtnMbl {
        display: block;
    }
    .bannerInnerText {
        width: 100%;
        padding-left: 12px;
    }
    .bannerInnerH2 {
        margin: 30px 0 15px;
    }
    .bannerInnerText p {
        letter-spacing: 0px;
        font-size: 14px;
    }
}



/* Ã¦Â£Â£Ã¦Â Â­Ã£â‚¬â€°Ã©Ââ€šÃ¦ÂÂ¿Ã®â€“Æ’Ã©ÂÂÃ¥Â³Â°Ã§Â´Â¡ */

.resolveOutBox.xz-bg {
    background-image: url(../images/index/xz-bg.png);
}

.xz-zx-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.xz-zx-box:hover img {
    transform: scale(1.05)
}

.xz-zx-box img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.zx-txt-box {
    position: absolute;
    top: 18%;
    left: 6%;

    width: 60%;
}
/* *********************************************************************** */
.zx-txt-c-box,.zx-more,.zx-digitization{
    width: 96%;
    padding-left: 14px;
    overflow: hidden;
}

.zx-title {
    width: 100%;
    font-size: 26px;
    color: #fff;
}

.zx-tt1 {
    margin: 1px 0 10px;
    width: 94%;
    font-size: 18px;
    line-height: 1.6em;
    color: #000;
    text-align: justify;
}

.zx-more {
    margin-top: 20px;
    font-size: 18px;
    color: #e60012;
    margin-right: 6%;
}

.zx-digitization{
    margin-top: 3em;
}

.zx-more a,.zx-digitization a {
    color: #000;
    display:inline-block;
    padding-right:20px;
    position:relative;
    line-height: 18px;
}
.zx-digitization a{
    font-size: 16px;
    color: #fff;
    padding: 15px 25px 15px 50px;
    background: url(../../WebUI/images/zx-digitization.png) no-repeat center;
    background-size: 100%;
    border-radius: 50px;
    line-height: 16px;
}
.zx-more a:after,.zx-digitization a::after{
    position:absolute;
    content:'';
    height:18px;
    width:1px;
    border-right:1px solid #fff;
    top:6px;
    right:6px;
}
.zx-more a:last-child:after,.zx-digitization a::after{
    height:0

}
.zx-more img,.zx-digitization img {
    width:16px;
    display:inline-block;
    vertical-align: middle;
    line-height: 16px;
    /*float: right;
    margin-top: 3%;*/
}
.zx-digitization img{
    margin-bottom: 2px;
}
.zx-more img.off,.zx-digitization img.off{
    display:none;
}
.zx-more a:hover,.zx-digitization a:hover{
    color:#d11a2e;
}
.zx-digitization a:hover{
    font-weight: 600;
}

.zx-more a:hover img.off,.zx-digitization a:hover img.off{
    display:inline-block;
}
.zx-more a:hover img.on,.zx-digitization a:hover img.on{
    display:none;
}

@media(max-width:1200px){
    .zx-tt1{
        font-size: 16px;
    }
    .zx-more {
        font-size: 16px;
    }
}

    @media(max-width:770px) {
    /*.resolveOutBox.xz-w-bg {*/
    /*    background: url(../images/index/xz-w-bg.jpg);*/
    /*}*/

    .resolveTextInnerBox.xz-change {
        width: 90%;
        border-right: none;
        margin:0 auto;
        padding-left:0;
        border-left:0;
        padding-right:0;
    }
    /* ************************************************************************************************* */
    .resolveText.xz-b-change{
        width:100%;
        padding-right:0;
        top:10%;
        bottom:0;
    }

    .moreIcon.xz-btn {
        bottom: 50%;
        right: 24px;
    }

    .resolveTextInnerBox.xz-change p {
        line-height: 20px;
    }

    .resolveTextInnerBox.xz-change h3 {
        color: #000;
        margin-bottom: 25px;
        margin-top: 0px;
    }
    .lastContainer_3.xz-nm {
        margin-top: 0;
    }
    .containerInnerBox.xz-box {
        padding-right: 11px;
        /*padding-bottom: 10px;*/
        background: url(../images/index/xz-w-bg.jpg);
    }
    .resolveOutBox.xz-w-bg {
        margin-bottom: 19px;
    }
}

.bannerInnerH2.df-txt{
    text-align:left;
    text-shadow:none;
    margin:115px 0 52px;
}
.bannerInnerText.f-right{
    float:left;
    /*width:100%;*/
    border:none;
    padding-left:0;
    margin:0 auto;
}
.bannerInnerText.f-right>a{
    float:right;
}
.bannerInnerText.f-right>a>.bannerInnerBtn{
    padding:0 23px;
}


@media(max-width:770px){
    .bannerInnerH2.df-txt{
        width:120%;
        text-align:left;
        margin:30px 0 15px;
    }
}

/* 20200721æ–°å¢žbanner */
.changePartnerTitle{
    color: #000;
    margin: 115px 0 10px;
}
.list_message{
    font-size: 24px;
    margin-bottom: 30px;
}
.list_message span{
    display: inline-block;
    padding: 0 10px;
}
@media (max-width: 1200px) {
    .list_message{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .changePartnerTitle{
        text-align: center;
        margin: 75px 0 10px;
    }
    .changePartnerTitle span{
        display: block;
    }
    .changePartnerBanner{
        padding: 0 5px;
    }
    .list_message{
        font-size: 12px;
        text-align: center;
        margin-bottom: 23px;
        line-height: 1.4;
    }
    .list_message span{
        padding: 0 5px;
    }
}
@media(max-width:360px) {
    .resolveText.xz-b-change{
        top: 5%;
    }
}

  @media screen and (max-width: 758px){
    .table-responsive td .MsoNormal{
    position:relative;
}
.hz-wx-btn{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
  }
