/* 头部/banner */
@charset "UTF-8";
.wrap {
    padding:0 100px;
    margin:0 auto;
    position:relative;
}
@media (max-width:991px){
    .wrap {padding:0 4.5%;}
    .mc-hidden {display:none}
}
@media (min-width:990px){
    .lg-hidden1 {display:none}
}
@media (max-width:767px){
    .sm-hidden {display:none;}
}
@media (min-width:768px){
    .lg-hidden {display:none;}
}
.wrap:after,
.wrap:before,
.container:after,
.container:before{
    content:"";
    display:table;
}
.wrap:after,
.container:after {clear:both;}
.clear {clear:both;}
.fl{float: left;}
.fr{float: right;}
.absolute { position: absolute;}
.pors{position: relative;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.hide {opacity:0;}
.en {font-family:'gotham-medium';}
nav li,.index-banner li,.inner-tab li {list-style-type:none;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color: #6f6f6f; }
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #6f6f6f;}




.index-banner {
    position:static;
    width:100%;
    height:100vh;
    overflow:hidden;
}
.index-banner .en {
    font-family:'gotham-medium';
}
.index-banner .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.index-banner .carousel-inner{
    position: absolute;
    top: -60px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 60px;
    overflow: hidden;
    /*cursor: -webkit-grab!important;*/
    /*cursor: grab!important;*/
}
.page-header-fullscreen-trame {
    position:absolute;
    left:-10%;
    top:-10%;
    width:120%;
    height:120%;

}
@media (min-width: 768px) {
    .index-banner .carousel-inner{
        position: absolute;
        top: 0;
        padding-top: 0;}

}
.index-banner .carousel-item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 10;
    opacity:0;
    transition: .6s opacity cubic-bezier(.19,1,.22,1);
    cursor: move;
    touch-action: pan-y;
    user-select: none;
}
.index-banner .carousel-item .video-inner {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 8;
    width: 2560px;
    margin-left: -1280px;
    background-color: #fff;
    text-align: center;
}
.index-banner .carousel-item .video video {
    position:relative;
    display: inline-block;
    vertical-align: baseline;
}
.index-banner .carousel-item:active {
    cursor: -webkit-grab!important;
    cursor: grab!important;
}
.index-banner .carousel-item.active {
    z-index: 15;
    opacity:1;
    transform-origin:center right;
}
.static .carousel-item {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    cursor: default !important
}

.static.is-mobile .carousel-item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 0
}
.index-banner .carousel-item-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}
.carousel-item-image-wrapper {
    position:relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.carousel-item-image-wrapper:before {
    z-index: 20
}

.carousel-item-image-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .2;
    background-color: #000;
    z-index: 8
}

@media (min-width: 768px) {
    .carousel-item-image-wrapper:after {
        content: none
    }
}

.carousel-item-image {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.carousel-item-image:before {
    opacity: .2;
    z-index: 20
}
.banner-background {
    position:absolute;
    left:0;
    top:0;
    width:100%;}
.carousel-item-image img {
    position:relative;
    width: 100%;
    height:100%;
    max-width: none;
    z-index: 10
}
.index-banner .swiper-inner-text-wrap {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
}
.carousel-item1 .page-header-fullscreen-text {
    background:rgba(0,0,0,.1);
}
.carousel-item .page-header-fullscreen-text{
    background: -moz-linear-gradient(left, rgba(23,9,49,.6) 0%, rgba(30,95,116,.6) 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(23,9,49,.6)), to(rgba(30,95,116,.6))));
    background: -webkit-linear-gradient(left, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
    background: -o-linear-gradient(left, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
    background: -ms-linear-gradient(left, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
    background: linear-gradient(to right, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(23,9,49,.6)', endColorstr='rgba(30,95,116,.6)',GradientType=1 );
}
.index-banner .swiper-inner-text {
    position:absolute;
    top:50%;
    left:12%;
    right:12%;
    width:auto;
    color:#fff;
    line-height:1.3;
    transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.index-banner .carousel-item2 .swiper-inner-text {
   text-align:left;
}
.index-banner .carousel-item2 .cansual-title {
    font-size:48px;
    color:#fff;
}
.index-banner .cansual-line {
    width:0;
    height:3px;
    margin:25px 0 20px;
    background:#fff;
}
.index-banner .cansual-des,.carousel-item3 .swiper-inner-text p {
    font-size:18px;
    color:#fff;
    line-height:1.8;
}
.carousel-item3 .swiper-inner-text p {
    text-align: left;
    width: 723.15px;
    margin-bottom:35px;
}
.index-banner .carousel-item3 .cansual-des {width:50%;margin-bottom:25px;}
.index-banner .carousel-item2 .cansual-des {
    text-align:left;
    font-size:38px;
}
.index-banner .carousel-item .cansual-title {
    margin-bottom:10px;
    font-size:48px;
    color:#fff;
    text-align:left;
}
.index-banner .carousel-item3 .cansual-item-title .en-word {
    display:block;
    padding-bottom:15px;
    font-family:'AkzidenzGrotesk-BoldCondAlt';
    font-size:84px;
    color:#fff;
    line-height:.9;
}
.index-banner .carousel-item4 .swiper-inner-text {
    padding-left:50%;
    text-align:left;
}
.index-banner .carousel-item4 .cansual-item-title {
    font-size:48px;
    color:#fff;
}
.index-banner .cansual-item-title {
    position:relative;
    margin-bottom:15px;
}
.index-banner .cansual-item-title .small-title {
    display:block;
    margin-bottom:-10px;
    font-size:20px;
}
.index-banner .cansual-item-title .number {
    font:normal 180px/1 'AkzidenzGrotesk-BoldCondAlt';
    color:#fff;
}
.index-banner .carousel-item3 .cansual-item-title .number {
    padding-bottom:15px;
    font:normal 84px/1 'AkzidenzGrotesk-BoldCondAlt';
}
.index-banner .cansual-item-title .number .add-icon {
    font-size:60px;
    line-height:180px;
    vertical-align:40px;
}
.carousel-item-subtitle-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 32px;
    height: 1px;
    margin-left: -16px;
    background-color: rgba(255, 255, 255, .55);
    content: ''
}
.index-banner .cansual-item-title .small-title,
.index-banner .cansual-item-title .number,
.index-banner .cansual-sub-title,
.index-banner .carousel-item .cansual-des,
.index-banner .carousel-item .cansual-line,
.index-banner .carousel-item3 .cansual-title,
.index-banner .carousel-item3 .radiu-button {
    display:block;
    opacity: 0;
    transform: translate3d(0, 150%, 0);
    transition:all 1s;
    transition-delay:.2s;
    overflow:hidden;
}
.index-banner .carousel-item2 .cansual-des {
    transform: translate3d(150%, 0, 0);
}
.index-banner .carousel-item3 .cansual-des,
.index-banner .carousel-item3 .cansual-line,
.index-banner .carousel-item3 .cansual-title,
.index-banner .carousel-item3 .radiu-button {
    text-align:left;
    transform: translate3d(0, -150%, 0);
}
.index-banner .carousel-item .cansual-line {transition-delay:.2s;}
.index-banner .carousel-item3 .cansual-des {transition-delay:.4s;}
.index-banner .active .cansual-item-title .small-title,
.index-banner .active .cansual-item-title .number,
.index-banner .active .cansual-sub-title,
.index-banner .carousel-item.active .cansual-des,
.index-banner .carousel-item3.active .cansual-title,
.index-banner .carousel-item.active .cansual-line,
.index-banner .carousel-item3.active .radiu-button{
    opacity: 1;
    transform: none;
}
.index-banner .carousel-item2 .cansual-title{
    opacity:0;
    transform: matrix(1, 0, 0, 1, 0, -80);
    -webkit-transform: matrix(1, 0, 0, 1, 0, -80);
    -moz-transform: matrix(1, 0, 0, 1, 0, -80);
    transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
    -webkit-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
    -moz-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;}
.index-banner .carousel-item2.active .cansual-title {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
}
.index-banner .carousel-item .cansual-line {
   width:45px;
}
.index-banner .carousel-item3 .radiu-button {color:#fff;text-align:center;border:1px solid #fff;background:transparent;}
.index-banner .carousel-item3 .radiu-button:hover {color:#333;background:#fff;}

@media (min-width: 768px) {
    .carousel-item-subtitle-line {
        width: 599px;
        margin-left: -300px
    }
}

@media (min-width: 1200px) {
    .carousel-item-subtitle-line {
        width: 799px;
        margin-left: -400px
    }
}

.carousel-item-subtitle-line-timer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    display: block;
    height: 100%;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.active .carousel-item-subtitle-line-timer {
    animation:linewidth 19s;
    -moz-animation:linewidth 19s;
    -webkit-animation:linewidth 19s;
    -o-animation:linewidth 19s;
    animation-delay:1s;
    -webkit-animation-delay:1s;
}
@keyframes linewidth
{
    from {width:0;}
    to {width:100%;}
}

@-moz-keyframes linewidth
{
    from {width:0;}
    to {width:100%;}
}

@-webkit-keyframes linewidth
{
    from {width:0;}
    to {width:100%;}
}

@-o-keyframes linewidth
{
    from {width:0;}
    to {width:100%;}
}
.page-header-fullscreen-text{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 25
}

@media (min-width: 768px) {
    .page-header-fullscreen-text {
        padding-top: 100px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .page-header-fullscreen-text:before {
        position: absolute;
        display: block;
        content: "";
        width: 0;
        height: 0;
        background-color: transparent;
        border-radius: 100px;
        box-shadow: 0 0 157px 142px rgba(0, 0, 0, .17);
        left: 50%;
        top: 50%
    }
}

.index-banner .cansual-sub-title span {
    display:block;
    font-size:20px;
    line-height:32px;
}
.page-header-bar {
    position: absolute;
    right: 0;
    left:0;
    bottom: 0;
    height: 80px;
    line-height: 80px;
    z-index: 55;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform: rotateX(0deg) translate3d(0,0,0);
    -webkit-transform: rotateX(0deg) translate3d(0,0,0);
    -moz-transform: rotateX(0deg) translate3d(0,0,0);
    transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
    -webkit-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
    -moz-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
}
.page-header-bar.active {
    transform: rotateX(90deg) translate3d(0,0,0);
    -webkit-transform: rotateX(90deg) translate3d(0,0,0);
    -moz-transform: rotateX(90deg) translate3d(0,0,0);
}
@media (min-width: 768px) {

    .page-header-bar:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -70px;
        height: 70px;
        width: 100%;
        background-color: #fff
    }

}

@media (min-width: 1200px) {
    .page-header-bar {
        height: 80px;
        line-height: 100px;
        margin-top: -80px;
    }
}

.page-header-bar-inner {
    transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@media (min-width: 768px) {
    .page-header-bar-inner {
        position: absolute;
        width: auto;
        height: 100%;
        right:4.5%;
        left:4.5%;
    }
}

.carousel-bar-inner {
    width: 100%;
    height: 100%
}

@media (min-width: 768px) {
    .carousel-bar-inner {
        width: auto
    }
}
.carousel-scroll-btn {
    z-index:56;
    position:absolute;
    left:50%;
    width:44px;
    height:44px;
    margin-left:-22px;
    border:1px solid #fff;
    border-radius:100%;
    overflow:hidden;
    cursor:pointer;
}
.carousel-scroll-btn .carousel-scroll-btn-icon {
    position:absolute;
    display:block;
    width:44px;
    height:44px;
    margin:0 auto;
    background:url(../../picture/banner/down.png) no-repeat center center;
    cursor:pointer;
    animation: downico 1.5s ease-out infinite;
}
@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
.carousel-controls {
    position:absolute;
    right:0;
    top:0;
    width:330px;
    height:80px;
    background:#fff;
}
.carousel-controls .count {
    position:absolute;
    left:0;
    width:135px;
    padding-left:35px;
    font:bold 16px/80px 'Gotham-Book';
    color:#999;
}
.carousel-controls .count span {
    display:inline-block;
    padding:0 3px;
}
.carousel-controls .count .current {color:#333;}
.carousel-controls .controls {
    position:absolute;right:0;}
.carousel-controls .carousel-line {
    z-index:1;
    position:absolute;
    left:50%;
    top:20px;
    display:block;
    width:1px;
    height:30px;
    background:#e5e5e5;
}
.carousel-controls .carousel-controles {
    float:left;
    width:60px;
    height:60px;
    cursor:pointer;
}
@media (min-width:1200px){
    .carousel-controls .carousel-line {height:40px;
    }
    /*.carousel-item2 .carousel-scroll-btn {left:0;margin-left:0;}*/
    .carousel-scroll-btn {bottom:36px;}
    .carousel-controls .carousel-controles {width:80px;  height:80px;}
}
.carousel-controls .swiper-button-nexts,
.carousel-controls .swiper-button-prevs {
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
}
.carousel-controls .swiper-button-line {
    z-index:1;
    position:absolute;
    top:31px;
    left:35px;
    display:block;
    width:10px;
    height:18px;
    transition: all .45s ease-out 0s;
    -webkit-transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
}
.carousel-controls .swiper-button-prevs .swiper-button-line {background:url(../../picture/banner/left.png) no-repeat center center;}
.carousel-controls .swiper-button-nexts .swiper-button-line {margin-left:1px;background:url(../../picture/banner/right.png) no-repeat center center;}
.carousel-controls .swiper-button-prevs:hover .swiper-button-line{ left: 25px;}
.carousel-controls .swiper-button-nexts:hover .swiper-button-line{ left: 44px;}
.carousel-controls .swiper-button:after{
    content:'';
    position:absolute;
    top:39px;
    display:block;
    width: 14px;
    height: 2px;
    background-color: #333;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.25,.46,.45,.94) 0s;
    transition: transform .45s cubic-bezier(.25,.46,.45,.94) 0s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.carousel-controls .swiper-button-prevs:after {left:28px;}
.carousel-controls .swiper-button-nexts:after {right:28px;}
@media(min-width:1200px){
    .carousel-controls .swiper-button:hover:after{
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
    }
}

.radiu-button {
    z-index:2;
    position:relative;
    display:block;
    width:215px;
    height:60px;
    font:normal 16px/60px 'gotham-medium';
    text-align:center;
    background:#fff;
    border:1px solid #fff;
    border-radius:30px;
    transition: all .4s ease-in-out;
    overflow:hidden;
}
.radiu-button:hover {
    color: #fff;
    background:#000;
    border-color:#000;
}

.radiu-button:hover:after {
    transform-origin: center bottom;
    transform: scaleY(1)
}

@media(max-width:1200px){
    .radiu-button {width:180px;height:50px;    font: normal 14px/50px 'gotham-medium';line-height:50px;}
}

.swiper-container {position:relative;width:100%;height:100%;}

@media (max-width:768px){
    .index-banner .cansual-item-title .small-title,
    .index-banner .cansual-sub-title span{font-size:14px;}
    .index-banner .cansual-item-title .number {font-size:100px;line-height:1;}
    .index-banner .cansual-item-title .number .add-icon {vertical-align:15px; }
    .index-banner .carousel-item3 .cansual-des {width:auto;}
    .index-banner .cansual-des {font-size:1.1rem;}
    .index-banner .cansual-line {height:1px;margin:1rem 0 1.25rem;}
    .index-banner .carousel-item2 .cansual-des {font-size:1.45rem;}
    .index-banner .carousel-item .cansual-title {font-size:2rem;}
    .index-banner .carousel-item-image .lg-hidden {width:100%;height:100%;}
    .page-header-bar {height:60px;line-height:60px;}
    .carousel-controls {width:250px;height:60px;}
    .carousel-controls .count {    font: bold 14px/60px 'Gotham-Book';}
    .carousel-controls .swiper-button-line {top:20px;left:25px;}
    .carousel-controls .swiper-button-nexts:hover .swiper-button-line {left:25px;}
    .carousel-controls .swiper-button:after {display:none;}
    .carousel-controls .carousel-controles {width:59px;height:59px;}
    .carousel-controls .carousel-line {top:17.5px;height:25px;}
    .carousel-scroll-btn,.carousel-scroll-btn .carousel-scroll-btn-icon {top:12.5px;width:35px;height:35px;}
}

@media (max-width:991px){
    .index-banner {height:calc(100vh - 60px);margin-top:60px;}
}
@media (max-width:767px){
    .index-banner .carousel-item .video video {display:none;}
    .index-banner .carousel-item .fullscreen-image {padding-top:60px;}
}
@media (max-width:768px){
    .radiu-button {width:125px;height:35px;font: normal 12px/32.5px 'gotham-medium';line-height:32.5px;}
}


/* swiper */
.swiper-banner {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.content-bottom {
    padding-bottom: 4em;
}

/*解决方案*/
.innerbox {
    min-width: 90%;
    max-width: 90%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  /* .innerbox .swiper-container {
    margin-top: 100px;
  } */
  .swiper-slide img {
    width: 100%;
    height: -webkit-fill-available; 
  }
  .innerbox .swiper-slide a {
    display: contents;
  }

  .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .mask .bgs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #161a1d;
    opacity: .81;
    filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
    transition: all .4s cubic-bezier(.4,0,.2,1);
  }
  .mask .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    transition: all .4s cubic-bezier(.4,0,.2,1);
  }
  .content .item-img-panel {
    position: relative;
    width: 25%;
    height: 54px;
    display: inline-block;
  }
  .item-img-panel .item-img,.item-img-panel .item-img-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: inline-block;
    /*opacity: 1;*/
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: all .4s cubic-bezier(.4,0,.2,1);
  }
  .item-img-hover,.item-desc,.item-link {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    transition: all .4s cubic-bezier(.4,0,.2,1);
  }
  .content .line-panel {
    padding: 0;
    margin: 0;
    margin-top: 0px;
    font-size: 0;
    line-height: 0;
    margin-top: 20px;
    transition: all .4s cubic-bezier(.4,0,.2,1);
  }
  .line-panel i.item-line {
    width: 20px;
    height: 2px;
    background: #fff;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: all .4s cubic-bezier(.4,0,.2,1);
  }
  .content h3.item-title {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    margin-top: 0px;
    padding: 0;
    margin-top: 24px;
    font-weight: 700;
    transition: all .4s cubic-bezier(.4,0,.2,1);
  }
  .item-desc {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    padding: 0 23px;
    line-height: 24px;
    height: 72px;
  }
  .content span.item-link {
    display: inline-block;
    border: 1px solid #fff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 62px;
    background: no-repeat;
  }
  .swiper-button-prev,.swiper-button-next {
    display: none;
  }

  .innerbox:hover .swiper-button-prev ,.innerbox:hover .swiper-button-next  {
    display: block;
  }

  .swiper-slide:hover .bgs {
    background: #2C8BE9;
    opacity: .9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
  }
  .swiper-slide:hover .content{
    top: 13%;
  }
  .swiper-slide:hover .content .item-img-panel .item-img {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  }
  .swiper-slide:hover .content .item-img-panel .item-img-hover,
  .swiper-slide:hover .content .item-desc,
  .swiper-slide:hover .content .item-link {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  }
  .swiper-slide:hover .content .line-panel {
    margin-top: 10px;
  }
  .swiper-slide:hover .content .line-panel .item-line {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  }
  .swiper-slide:hover .content .item-title {
    margin-top: 12px;
  }
  .swiper-slide:hover .content .item-desc {
    margin-top: 22px;
  }
  .swiper-slide:hover .content .item-link {
    margin-top: 10%;
  }
  .programme-img span {
    background-image:url(https://img.alicdn.com/tps/TB19Jz6LXXXXXacaXXXXXXXXXXX-576-840.jpg);
    width: 100%;
    height: 415px;
    background-size: cover;
  }
  /* .swiper-warpper > .programme-img:nth-child(1) span {
    background-image:url(https://img.alicdn.com/tps/TB16hkwLXXXXXX6XXXXXXXXXXXX-576-840.jpg);
  } */
/*end解决方案*/

/*banner轮播*/

/*banner底部推荐*/

.cy-recommend-content {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f4;
}

.cy-recommend {
    overflow: hidden;
    display: block;
}

.cy-title-intro h4:hover,
.cy-foot3 a:hover {
    color: #337ab7;
}

.cy-title-intro {
    margin-top: 4px;
    line-height: 14px;
}

.cy-title-intro h4 {
    color: #333;
}

.cy-title-intro p {
    color: #999999;
}

/*案例精选*/

.case {
    display: block;
    z-index: 2;
    position: relative;
}

.case:before {
    display: block;
    /* content: ""; */
    width: 100%;
    height: 550px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.case .Content {
    margin: 0px auto;
}

.case .Content ul {
    width: 100%;
    display: block;
    font-size: 0;
}

.case .Content li {
    display: block;
    width: 20%;
    position: relative;
    overflow: hidden;
    float: left;
}

.case .Content a {
    width: 100%;
}

.case .Content .Img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.case .Content .Img img {
    width: 100%;
    height: auto;
    transform: scale(1);
}

.case .Content .Txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
}

.case .Content .Txt span {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 56%;
    margin-top: 0;
    opacity: 0;
    text-align: center;
    line-height: 30px;
    height: 50px;
    transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

.case .Content .Txt small {
    content: "";
    display: block;
    width: 90%;
    height: 0;
    position: absolute;
    top: 51%;
    left: 5%;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.iconfont img {
    width: 100%;
}

.case .Content .Txt i {
    display: block;
    width: 50%;
    height: 0;
    position: absolute;
    top: 28%;
    left: 23%;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.case .Content li .Txt {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.case .Content .Txt small {
    transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
}

.case .Content .Txt i,
.case .Content .Txt span {
    transition: all .4s cubic-bezier(.3, .8, .6, 1) .2s;
    -moz-transition: all .4s cubic-bezier(.3, .8, .6, 1) .2s;
    -webkit-transition: all .4s cubic-bezier(.3, .8, .6, 1) .2s;
}

.case .Content li:hover .Txt {
    opacity: 1;
}

.case .Content li:hover .Txt small {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.case .Content li:hover .Txt i,
.case .Content li:hover .Txt span {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.case .Content .Img img {
    transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
}

.case .Content li:hover .Img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/*案例更多*/

.cases_more {
    width: 150px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    background: #FFF;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 40px;
}

.cases_more a {
    display: block;
    background: #2C8BE9;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.cases_more a:hover {
    background: #0074bf;
    color: #FFF;
}

/*新闻资讯*/

/*左侧*/

.company-new .text-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .35);
}

.text-inner {
    padding: 10px 15px;
}

.text-inner .text-title {
    height: 52px;
    padding-right: 30%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    overflow: hidden;
    margin: 0;
}

.text-inner .icon {
    position: absolute;
    right: 25px;
    top: 35px;
    display: block;
    width: 22px;
    height: 10px;
    transition: all .4s ease-in-out;
}

.text-inner .icon.more {
    background: url(http://www.fwwl.net/Public/Web/images/more-icon1.png) no-repeat center center;
}

.company-new a:hover .more,
.item a:hover .more {
    right: 15px !important;
}

.industry-content a {
    padding: 35px 30px 16px 30px;
    display: block;
}

.industry-content {
    background: #fff;
}

.industry-new {
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
}

.industry-new .text-title {
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.industry-new .text-title {
    font-size: 18px;
    overflow: hidden;
    margin-top: 0;
}

.industry-new .des {
    height: 67px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    margin: 0;
}

.date-wrap {
    position: relative;
}

.date-wrap .date,
.industry-news .date {
    font: 12px/1 'Gotham-Book';
    color: #666;
}

.date .big-date,
.industry-news .date .big-date {
    margin: 9px 0 10px;
    display: block;
    font: 36px/1 'Gotham-Bold';
    color: #999;
}

.date-wrap .icon,
.industry-news .icon.more {
    top: 30px;
    background: url(http://www.fwwl.net/Public/Web/images/more-icon2.png) no-repeat center center;
    position: absolute;
    right: 25px;
    display: block;
    width: 22px;
    height: 10px;
    transition: all .4s ease-in-out;
}

/*中间*/

/* .industry-effect {
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .6s;
}

.industry-effect:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
}

.industry-effect:hover {
    transform: scale(1.025);
} */

/*右侧*/

.industry-news {
    margin-bottom: 10px;
    background: #fff;
    padding: 0;
}

.industry-news a {
    padding: 39px 15px;
    display: block;
    overflow: hidden;
}

.industry-news .date .line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 15px 0;
    background-color: #e7e7e7;
}

.industry-news .title {
    margin-top: -7px;
    height: 64px;
    line-height: 32px;
    font-size: 18px;
    overflow: hidden;
}

.industry-news .icon.more {
    right: auto;
    left: 15px;
    top: 70px;
}

.panel-group .industry-news a:hover .more {
    left: 30px;
}

.panel-group .industry-news .date .big-date {
    margin: 0 0 10px;
}

/*留言*/

.cy-message {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin-top: 10px;
}

.cy-message h4 {
    color: #fff;
    font-size: 26px;
    margin: 30px 0 25px;
}

.cy-message a {
    display: inline-block;
    width: 118px;
    height: 34px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 34px;
    font-size: 16px;
    transition: all .25s ease;
    border-radius: 3px;
}

/*客服*/

.bg {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: url(http://www.xiandanke.cn/Image/intro-bg.jpg) no-repeat bottom center;
    background-color: #000;
    background-size: cover;
}

/* 合作伙伴 */

.cy-partner {
    margin-bottom: 3.5em;
}

.cy-partner-display {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.cy-partner:hover img {
    z-index: 1;
    display: inline-block;
    filter: grayscale(0%);
}

.cy-partner .text-center {
    padding: 10px;
}

.cy-partner:hover .text-center {
    box-shadow: 0 0 8px #cccccc;
    -webkit-filter: grayscale(0);
}