@charset "UTF-8";
.clear {
    *zoom: 1
}

.clear:before, .clear:after {
    display: table;
    line-height: 0;
    content: ""
}

.clear:after {
    clear: both
}

.g-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto
}

.wrap {
    min-width: 1200px;
    width: 100%;
    position: relative
}

.f-fl {
    float: left
}

.f-fr {
    float: right
}

.f-oh {
    overflow: hidden
}

.f-ib {
    display: inline-block
}

.f-b {
    display: block
}

.g-lh15 {
    line-height: 1.5
}

.m-dl2 {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.m-dt-t1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    padding-top: 52px;
}

.m-dt-t2 {
    margin-top: 15px;
    padding-bottom: 3%;
}

.m-dt-t2, .m-dt-lnk {
    font-size: 18px;
    text-align: center
}

.product-info {
    background: #E6F0FC;
}

.f1>li {
    display: inline-block;
    width: 270px;
    height: 220px;
    margin-left: 20px;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    border: 1px solid #efefef
}

.f1>li:first-child {
    margin-left: 0
}

.f1-item {
    position: relative;
    z-index: 1
}

.f1-item, .f1-h {
    background-color: #fff
}

.f1-h {
    position: absolute;
    min-height: 190px;
    left: 0;
    line-height: 24px;
    top: 0;
    opacity: 0;
    padding: 20px 20px 10px;
    filter: Alpha(opacity=0);
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    color: #71717a;
    text-align: left;
    z-index: 2
}

.f1>li:hover .f1-h {
    opacity: 1;
    filter: Alpha(opacity=100)
}

.f1>li:hover {
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .1)
}

.f1>li:hover .f1-lnk {
    display: block
}

.f1-t1 {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 700
}

.f1-lnk {
    display: none;
    border-top: 1px solid #e3e2e5;
    position: absolute;
    bottom: -5px;
    left: 20px;
    right: 20px;
    text-align: center;
    font-size: 12px
}

.f1-lnk>span {
    position: relative;
    top: -13px;
    color: #2589ff;
    padding: 0 20px;
    background-color: #fff;
    transition: all .2s linear
}

.f1-lnk>span:hover {
    color: #0968ff
}

.f1>li img {
    width: 100%;
    min-height: 140px
}

.f1-line {
    width: 20px;
    height: 2px;
    margin: 6px auto
}

.f1-line1 {
    position: absolute;
    bottom: 90px;
    width: 20px;
    height: 2px
}

.f1-l1 {
    background-color: #2d5be5
}

.f1-l2 {
    background-color: #2589ff
}

.f1-l3 {
    background-color: #2dcad3
}

.f1-l4 {
    background-color: #006aff
}

.f1-l5 {
    background-color: #bc212d
}

.f1-l6 {
    background-color: #ff7800
}

.f1-l7 {
    background-color: #202d46
}

.f1-apply {
    position: absolute;
    top: 129px;
    width: 230px
}

.f1-slider-wrap ul {
    display: none
}

.f1-slider-wrap ul.active {
    display: block
}

.f1-nav {
    font-size: 0;
    margin-top: 50px
}

.f1-nav li {
    display: inline-block;
    width: 100px;
    height: 4px;
    background-color: #e5e4e9;
    cursor: pointer;
    transition: background-color .2s linear
}

.f1-nav li.active {
    background-color: #61616a
}

.f2-bg {
    background: #f1f1f5 url('../images/banners/huodongban.png?2') center no-repeat;
    height: 100%;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-color: #4f576b
}

.f2-bg.bg_ds {
    background-image: url('../images/banners/huodongban.png?2')
}

.f2-bg.bg_cy {
    background-image: url('../images/banners/planban.png?2')
}

.f2-bg.bg_ls {
    background-image: url('../images/banners/datacen.png?2')
}

.f2-bg.bg_xy {
    background-image: url('../images/banners/datacen.png?2')
}

.f2-bg.bg_my {
    background-image: url('../images/banners/planban.png?2')
}

.f2-bg.bg_jy {
    background-image: url('../images/banners/datacen.png?2')
}

.f2-bg.bg_fc {
    background-image: url('../images/banners/huodongban.png?2')
}

.f2-bg.bg_hssy {
    background-image: url('../images/banners/huodongban.png?2')
}

.f2-bg.bg_zx {
    background-image: url('../images/banners/datacen.png?2')
}

.f2-bg.bg_qc {
    background-image: url('../images/banners/planban.png?2')
}

.f2-lul {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.f2-lul>li {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 80%;
    cursor: pointer;
    font-size: 16px;
    transition: background .2s linear;
    border-radius: 20px 20px;
    border: 1px solid #fff;
}

.f2-lul>li:hover, .f2-lul>li.active {
    background-color: #2589ff;
    border-radius: 2px;
    font-weight: 700;
    border-radius: 20px 20px;
    border-color: #2589ff;
}

.f2-lul li:last-child {
    margin: 0;
}

.f2-l {
    padding-right: 30px;
    color: #fff;
    border-right: 2px solid #a9a9a9;
    border-color: rgba(255, 255, 255, .3);
    margin-top: 30px;
    height: 600px;
}

.f2-r {
    padding-left: 58px;
    width: 950px;
    /* min-height: 430px */
    height: 600px;
}

.f2-bd {
    font-size: 16px;
    line-height: 30px;
    margin-top: 17px;
    min-height: 60px;
}

.f2-rul {
    width: 100%;
    position: absolute;
    top: 160px;
    font-size: 0
}

.f2-rul>li {
    display: inline-block;
    width: 12.5%;
    text-align: center;
    font-size: 12px
}

.f2-item {
    position: relative;
    margin-top: 15px;
    display: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.f2-item.active {
    display: block
}

.f2-bdgj {
    background-image: url('../../img/nweb/index/f2_icns.png?2');
    background-repeat: no-repeat;
    width: 70px;
    height: 70px
}

.f2-lnk {
    padding: 4px 14px;
    text-align: center;
    color: #3986ff;
    transition: all .2s linear;
    margin-left: 30px;
    font-size: 18px;
}

.f2-lnk:hover {
    color: #0968ff;
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (-moz-min-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2) {
    .f2-bdgj {
        /* background-image: url('../../img/nweb/index/f2_icns@2x.png?2'); */
        /* background-repeat: no-repeat; */
        width: 70px;
        height: 70px;
        background-size: 70px auto
    }
}

/* ..............SWIPER STYLE...... */

.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;
}

/* 媒体告诉你 */

.currnmsg, .mediacoverage {
    display: table;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    padding: 10px 0;
}

.margin-right {
    margin-right: 20px;
}

.margin-left {
    margin-left: 20px;
}

.medialeft-item {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    margin-bottom: 50px;
}

.mediamsg span {
    display: block;
}

.mediamsg {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
}

.currdynamic {
    text-align: center;
}

.currnmsg {
    margin: 0 auto;
}

.inlinquiat p {
    display: inline-block;
}

/* animate style000 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.detailbtn {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.detailbtn a {
    background: #F56C6C;
    color: #fff;
    text-align: center;
    padding: 20px 68px;
    border-radius: 36px 36px;
    outline: none;
    border: none;
    font-size: 18px;
}

/* 我们的产品 */

.listepic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-sizing: border-box;
    margin-top: 122px;
}

.shoumar {
    margin-top: 55px;
}

.listepic-item {
    position: relative;
    display: inline-block;
    /* width: 30%; */
}

.listepic-item p {
    margin: 0 !important;
}

.pictexte {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    font-size: 14px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    display: none;
}

.listepic-item:hover .pictexte {
    display: block;
}

.pictexte span {
    padding: 0 26px;
    display: inline-block;
    word-wrap: break-word;
    text-align: justify;
    margin: 50% 0;
    line-height: 30px;
}

/* swiper area */

.swipewarea {
    width: 63%;
    margin: 0 auto;
}

.prevtitle {
    font-size: 30px;
    color: #333;
    text-align: center;
    width: 100%;
    font-weight: bold;
    letter-spacing: 5px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.compad{
    padding:50px 0;
}
.proratiotitles {
    display: flex !important;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
}

.proratiotitles p span {
    display: block;
    font-size: 26px;
    color: rgba(96, 98, 102, 1);
    margin-bottom: 20px;
}

.proratiotitles p {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -webkit-box-align: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
}

.proratiotitles p:last-child {
    align-items: flex-start;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -webkit-box-align: flex-start;
}

.mriright {
    margin-right: 325px;
}

.marleft {
    margin-left: 325px;
}

.marleft img {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.vscont {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
}

.vscont .vsright .margintops, .vscont .vsleft .margintops {
    min-height: 70px;
}

.vslist-item {
    width: 393px;
    background: #F56C6C;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    padding: 15px;
}
.vslist-item img{
    margin-right: 5px;
    vertical-align:middle
}
.vsright, .vsleft {
    margin-top: 20px;
}

.vsleft {
    margin-right: -13px;
}

.vsright {
    margin-left: -13px;
}

.vsright div .rightcot span, .vsleft div .rightcot span {
    display: block;
}

.vsright div .rightcot, .vsleft div .rightcot {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
}

.vsright div .rightcot span.reddots, .vsleft div .rightcot span.reddots {
    width: 20px;
    height: 20px;
    background: #F56C6C;
    border-radius: 50%;
    margin-right: 10px;
}

.vsright div.disbetw .rightcot span.zantitle, .vsleft div .rightcot span:last-child {
    font-size: 18px;
}

.vsleft .margintops {
    margin-top: 20px;
}

.zantitle {
    min-width: 60px;
}

.disbetw {
    display: flex;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.vsright .disbetw {
    flex-direction: row-reverse;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-box-pack: flex-start;
    -webkit-moz-box-pack: flex-start;
    -webkit-box-direction: row-reverse;
    -moz-box-orient: row-reverse;
    -moz-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    margin-top: 20px;
}

.vsleft .disbetw {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -moz-box-pack: flex-start !important;
    -webkit-moz-box-pack: flex-start !important;
}

.vsright .disbetw .vslist-item {
    /* margin-left: 10px; */
    background: rgba(96, 98, 102, 1)
}

.vsbg {
    background: url('../images/index_/vs2.png?2?123') no-repeat center;
    background-size: 225px 180px;
}

.helins {
    width: 40px;
    height: 3px;
    background: #999999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.vslist-item, .disbetw p {
    margin: 0;
}

.progresslen {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.progresslen .dots {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.progresslen .dots.top {
    top: 0;
}

.progresslen .dots.bottom {
    bottom: 0;
}

.progresslen .lines {
    width: 3px;
    height: 560px;
    background: #999;
}

.vsleft .rightcot {
    padding-left: 10px;
}

.procucont {
    text-align: center;
    /* padding-top: 150px; */
}

.thresteps-item, .thresteps {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    padding: 20px 0;
}

.thresteps-item {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.thresteps-item p:first-child {
    margin: 0;
    margin-bottom: 10px;
}

.thresteps .thresteps-item:nth-child(2) {
    margin: 0 240px;
}

.thresteps-item p {
    font-size: 22px;
    color: #606266;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////// */

.bgcolors {
    background: rgba(230, 240, 252, 1)
}

.t-con {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
}

.t-mod1 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
}

.t-con .t-mod1 {
    width: 100%;
    height: 265px;
    box-shadow: 2px 2px 18px rgba(51, 51, 51, 0.23);
}

.t-con .t-mod1 li {
    width: 33.33%;
    height: 223px;
    background: #fff;
    text-align: center;
    position: relative;
    cursor: pointer
}

.t-con .t-mod1 a {
    width: 100%;
    padding: 0 40px;
    height: 223px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    box-sizing: border-box;
    overflow: hidden;
}

.t-con .t-mod1 .t-sec {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: block;
    margin: 30px auto 25px;
    overflow: hidden;
    transition: margin .4s cubic-bezier(0.4, 0, 0.2, 1) 0s
}

.t-con .t-mod1 h3 {
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    font-size: 20px;
    margin-top: 40px;
}

.t-con a.t-rrd .t-bgi-bg1 {
    background: #f60
}

.t-con a.t-wxd .t-bgi-bg2 {
    background: #02c25b
}

.t-con a.t-wsy .t-bgi-bg3 {
    background: #0074cd
}

/* .t-con a.t-dd .t-bgi-bg1 {
    background: #e83e0b
} */

/* .t-con a.t-xmyh .t-bgi-bg2 {
    background: #f55
}

.t-con a.t-whb .t-bgi-bg3 {
    background: #ffa132
} */

/* .t-con .t-rrd .t-bgi-b1, .t-con .t-wxd .t-bgi-b2, .t-con .t-wsy .t-bgi-b3, .t-con .t-dd .t-bgi-b1, .t-con .t-xmyh .t-bgi-b2, .t-con .t-whb .t-bgi-b3 {
    background-image: url(./images/noexpreience.png?2);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin: 0;
    display: block;
    transition: margin .4s cubic-bezier(0.4, 0, 0.2, 1) 0s
} */

.t-con .t-sec .t-bgi-b1 {
    background: url('../images/index_/noexpreience.png?2') no-repeat center;
    width: 80px;
    height: 80px;
    margin: 0;
    display: block;
    transition: margin .4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    background-size: 80px 80px;
}

.t-con .t-xmyh .t-bgi-b2 {
    background-image: url('../images/index_/noresore.png?2');
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin: 0;
    display: block;
    transition: margin .4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    background-size: 80px 80px;
}

.t-con .t-whb .t-bgi-b3 {
    background-image: url('../images/index_/nodesign.png?2');
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin: 0;
    display: block;
    transition: margin .4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    background-size: 80px 80px;
}

/* .t-con .t-rrd .t-bgi-b1 {
    background-position: -100px 0
}

.t-con .t-wxd .t-bgi-b2 {
    background-position: -180px 0
}

.t-con .t-wsy .t-bgi-b3 {
    background-position: -260px 0
}

.t-con .t-dd .t-bgi-b1 {
    background-position: -340px 0
}

.t-con .t-xmyh .t-bgi-b2 {
    background-position: -420px 0
}

.t-con .t-whb .t-bgi-b3 {
    background-position: -500px 0
} */

.t-con .t-mod1 p {
    opacity: 0;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    text-align: left;
}

.t-con .t-mod1 a:hover {
    width: 100%;
    padding: 0 20px;
    height: 223px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% auto;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.t-con .t-mod1 a.t-rrd:hover {
    /* background: url(../images/index/t-bg1.jpg) no-repeat; */
    background: rgba(103, 194, 58, 1);
}

.t-con .t-mod1 a.t-wxd:hover {
    background: rgba(103, 194, 58, 1);
}

.t-con .t-mod1 a.t-wsy:hover {
    background: rgba(103, 194, 58, 1);
}

.t-con .t-mod1 a.t-dd:hover {
    background: rgba(103, 194, 58, 1);
}

.t-con .t-mod1 a.t-xmyh:hover {
    background: rgba(230, 162, 60, 1);
}

.t-con .t-mod1 a.t-whb:hover {
    background: rgba(64, 158, 255, 1);
}

.t-con .t-mod1 a:hover .t-bgi-bg1, .t-con .t-mod1 a:hover .t-bgi-bg2, .t-con .t-mod1 a:hover .t-bgi-bg3 {
    background: rgba(0, 0, 0, 0);
    width: 100px;
    height: 100px;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    transition: margin .4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    margin-top: 26px;
}

.t-con .t-dd:hover .t-bgi-b1 {
    background-image: url('../images/index_/resoeublack.png?2');
    background-repeat: no-repeat;
    width: 82px;
    height: 64px;
    margin: 15px auto 5px;
    text-align: center;
    display: block;
    transition: margin .4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    background-size: 82px 64px;
}

.t-con .t-whb:hover .t-bgi-b3 {
    background-image: url('../images/index_/designblack.png?2');
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin: 15px auto 5px;
    text-align: center;
    display: block;
    transition: margin .4s cubic-bezier(0.4, 0, 0.2, 1) 0s
}

.t-con .t-xmyh:hover .t-bgi-b2 {
    background-image: url('../images/index_/resoublack.png?2');
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin: 15px auto 5px;
    text-align: center;
    display: block;
    transition: margin .4s cubic-bezier(0.4, 0, 0.2, 1) 0s
}
.t-con .t-mod1 a:hover .t-sec{
    display: none;

}
.t-con .t-dd:hover .t-bgi-b1, .t-con .t-xmyh:hover .t-bgi-b2, .t-con .t-whb:hover .t-bgi-b3 {
    margin: 10px auto -5px
}

.t-con .t-mod1 a:hover .t-bgi-more {
    display: block;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    color: #fff;
}

.t-con .t-mod1 a:hover p {
    opacity: 1;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0s
}

.t-con .t-mod1 a:hover p, .t-con .t-mod1 a:hover h3 {
    color: #fff;
    margin-top: 35px;
}

/* ///////////////////////////////// */

.mediamsg span:last-child {
    font-size: 14px;
    color: #606266;
    width: 465px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.medialogo {
    margin-right: 10px;
}

.mediamsg span {
    font-size: 20px;
}
.mediamsg span:first-child{
    margin-bottom: 5px;
}
.msgcont a {
    display: block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 360px;
    height: 100%;
    line-height: 1;
    text-align: left;
    font-size: 18px;
    width: 360px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.msgcont a:hover {
    color: #3366ff;
}

.dynamicleft {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    padding-left: 70px;
}
.dynamicleft{
    padding-right: 60px;
}
.dynamicright{
    padding-left: 60px;
}
.dynamictime {
    margin-right: 10px;
    font-size: 20px;
}

/* //////听听人家怎么说 */

.part_con {
    width: 1100px;
    margin: 0 auto;
}

.evaluate {
    height: 904px;
    /* background: url(../../images/fudaojun_evaluate_bg.png?2) no-repeat center top; */
    position: relative;
    padding-top: 130px;
    padding-bottom: 20px;
}

.evaluate #jswbox {
    width: 800px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
}

.evaluate #jswbox .evaluate_arrow {
    position: absolute;
    top: 300px;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
}

.evaluate #jswbox .evaluate_arrow.next {
    right: -145px;
}

.evaluate #jswbox .evaluate_arrow.prev {
    left: -145px;
}

.evaluate #jswbox .evaluate_arrow:hover {
    opacity: 0.8;
}

.evaluate #jswbox ul {
    position: relative;
    height: 600px;
    width: 630px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.evaluate #jswbox ul li {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    top: 152px;
    left: 10px;
    box-shadow: 1px 11px 24px rgba(0, 0, 0, .5);
}

.evaluate #jswbox ul li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    float: left;
    box-shadow: 11px 1px 24px rgba(0, 0, 0, .5);
}

.evaluate .mfzx_btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -80px;
}

.thebdg {
    text-align: center;
}

.personnalise {
    position: relative;
}

.posifixeds {
    position: absolute;
    bottom: -122px;
    left: 0;
    width: 100%;
}

.allnatoin {
    background: rgba(230, 240, 252, 1);
}

/* .tiemslides {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tiemgoon {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 88px;
    margin: 0 80px;
}

.tiemslides .midleines {
    width: 1px;
    height: 88px;
    background: #606266;
}

.tiemgoon p {
    color: #000;
    font-size: 40px;
}

.tiemgoon p:last-child {
    color: #606266;
    font-size: 18px;
}

.tiemgoonmidle {
    margin: 0 80px;
} */

.natuosne {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    margin: 0 auto;
}

.natuosne-left {
    width: 600px;
}
.natuosne .bx-prev{
    left: -90px !important;
}
/* //////////////数字滚啊滚 */

.fk-index-wrap {
    width: 1200px;
    margin: 0 auto;
    color: #333;
    font-family: 微软雅黑;
    padding: 0
}

.fk-numberBar {
    color: #333;
    z-index: 4;
    position: relative;
    z-index: 2;
    padding-bottom: 1;
    margin-top: 32px
}

.fk-numberBar .f-siteServiceNum {
    width: auto;
    display: inline-block;
    text-align: right
}

.fk-numberBar .f-numberWrap {
    padding: 50px 0;
    padding-top: 0;
}

.fk-numberBar .f-numberList {
    text-align: left;
    font-size: 0
}

.fk-numberBar .f-numberItem {
    padding: 0 108px;
    border-left: solid #999 1px;
    padding-top: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    font-family: HelveticaNeueLTPro, 微软雅黑;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.fk-numberBar .f-numberItem:first-child {
    border-left: none
}

.fk-numberBar .f-numberItem-siteServ .f-numWrap {
    width: auto;
    padding-left: 128px
}

.fk-numberBar .f-numberItem-siteServ .f-numberDesc {
    width: auto;
    padding-left: 128px
}

.fk-numberBar .f-numberItem-siteServ {
    width: 440px;
    padding-right: 0;
    padding-left: 0
}

.fk-numberBar .f-numberItem-safeRun {
    padding-left: 0;
    padding-right: 0;
    width: 380px
}

.fk-numberBar .f-numberItem-cover {
    padding-left: 0;
    padding-right: 0;
    width: 380px
}

.fk-numberBar .f-numberItem-safeRun .f-numberContenWrap, .fk-numberBar .f-numberItem-cover .f-numberContenWrap {
    padding-left: 100px
}

.fk-numberBar .f-numberItem-day {
    width: 170px;
    padding-left: 0;
    padding-right: 0
}

.fk-numberBar .f-numberItem-day .f-numberContenWrap {
    padding-left: 90px
}

.fk-numberBar .f-numberDesc {
    padding-top: 30px;
    font-size: 16px
}

.fk-numberBar .f-num {
    font-size: 40px;
    line-height: 1
}

.fk-numberBar .f-num, .fk-numberBar .f-numberDesc {
    vertical-align: top
}

.fk-numberBar .f-char {
    font-size: 14px;
    margin-left: 10px
}

.fk-numberBar .f-char, .fk-numberBar .f-numberDesc {
    color: #666
}

.fk-numberBar .f-numberItem-spec1 {
    padding-right: 40px;
    padding-left: 0
}

.fk-numberBar .f-numberItem-spec2 {
    padding-right: 0
}

/* //////////////////zoomin animate */

.halodo {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.bigbgpic {
    background: url('../images/index_/otoobg.png?2') no-repeat center;
    width: 100%;
    height: 1100px;
}

.nopadding {
    padding: 0;
    color: #fff;
    padding-bottom: 50px;
}

.positionop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.padd-top {
    margin-top: 52px;
}

/* ////////////logo滚啊滚 */

.siwpercontainer {
    position: relative;
    width: 300px;
    height: 652px;
    border: 1px solid #fff;
    overflow: hidden;
}

.logolist {
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 652px;
}

.arrow {
    position: absolute;
    top: 180px;
    z-index: 2;
    display: none;
    width: 40px;
    height: 40px;
    font-size: 36px;
    font-weight: bold;
    line-height: 39px;
    text-align: center;
    color: #fff;
    background-color: RGBA(0, 0, 0, .3);
    cursor: pointer;
}

.arrow:hover {
    background-color: RGBA(0, 0, 0, .7);
}

#container:hover .arrow {
    display: block;
}

#prev {
    left: 20px;
}

#next {
    right: 20px;
}

.logoswipe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.logolist {
    display: flex;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    left: -5px;
    background: #E6F0FC;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: -8%;
    /* left: -90px; */
    background: url('../images/index_/kd_arrowl.png?2') no-repeat center;
}

.bx-wrapper .bx-next {
    right: -60px;
    background: url('../images/index_/kd_arrowr.png?2') no-repeat center;
}

.bx-wrapper .bx-prev:hover {
    opacity: 0.8;
}

.bx-wrapper .bx-next:hover {
    opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 888;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.slide img {
    margin-top: 40px;
    display: block;
}

.bx-viewport {
    height: 578px !important;
}

/* ////////////////////五大模块 */

.planass {
    background: url('../images/index_/xuxian.png?2') no-repeat center;
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 110px;
}

.oneofa {
    width: 182px;
    height: 100%;
    position: absolute;
    text-align: center;
}

.midlesone {
    top: -100px;
    left: 38%;
}

.leftone {
    bottom: -100px;
    left: 0;
}

.rightone {
    bottom: -100px;
    right: 0;
}

.oneofa img {
    margin-bottom: 10px;
}

.oneofa .onefont {
    background: #6D78AD;
    border-radius: 5px;
    text-align: center;
    padding: 27px 17px;
}

.oneofa .onefont p {
    font-size: 16px;
    color: #fff;
    line-height: 1.1;
}

.oneofa .onefont p:last-child {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.halbox {
    background: rgba(0, 0, 0, .5);
    border: 1px solid #3366FF;
    width: 940px;
    height: 550px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.halbox img {
    margin-top: 80px;
}

.halbox .fakefont {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 300px;
    position: absolute;
}

.blueline {
    border-bottom: 1px solid #0968ff !important;
}

.letfda {
    top: 115px;
    left: 55px;
}

.rightda {
    right: 85px;
    bottom: 342px;
}

.botda {
    bottom: 190px;
    left: 80px;
}

/* ///////////////是否遇到问题 */

.picslide {
    background: #E6F0FC;
}

.picslide .bx-wrapper .bx-viewport {
    height: 430px !important;
    background: #E6F0FC;
}

.slide3img {
    text-align: center;
}

.slide3img p {
    font-size: 18px;
    color: #606266;
    width: 250px;
    padding: 50px 0;
    background: #fff;
}

.picslide .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    /* right: -80px; */
    right: -7%;
}

.ballsa {
    height: 500px;
}

/* ///////////////////////////////这些行业都在用sjd */

.overmap {
    position: relative;
    width: 100%;
}

.overmap img {
    display: block;
}

.lineshake {
    position: absolute;
    right: 7%;
    top: 11%;
    width: 74%;
}

/* ///////这些商家都在用商家岛 */

.someonuse {
    background: url('../images/index_/thebg.png?2') no-repeat center;
    width: 100%;
    height: 100%;
}

.whitefonts {
    color: #fff;
}

.balink {
    width: 50%;
    height: 520px;
    margin: 0 auto;
    margin-top: 92px;
}
.balink a{
    display: block
}
.balink a{
    width: 76px;
    height: 76px;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    transition: all .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0;
}

.scales {
    /* transform: scale(0.6);
    -webkit-transform: scale(0.8); */
}

.balink a:hover {
    /* animation: linkas 3s infinite;
    -webkit-animation: linkas 3s infinite; */
    border-radius: 2px 2px;
    opacity: 1;
    width: 150px;
    height: 150px;
}

@keyframes linkas {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0.9;
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
        background: rgb(84, 46, 237)
    }
    to {
        opacity: 0.8;
    }
}

@-webkit-keyframes linkas
/*Safari and Chrome*/

    {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0.9;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0.8;
    }
}
.someonuse{
    position: relative;
}
.balink{
   margin: 0 auto;
    width: 1085px;
    height: 607px;
    position: relative;
}
.upwiths{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 7%;
}
.balink a{
    width: 150px;
    height: 150px;
    background-size: cover!important;
}
.balink a:nth-child(1){
    top: 31%;
    left: 30%;
    background: url('../images/qcode/wenhuake.png?3') no-repeat center;
    
}
.balink a:nth-child(2) {
    top: -5.5%;
    left: 65%;
    background: url('../images/qcode/KTV.png?3') no-repeat center;
}

.balink a:nth-child(3) {
    bottom: -5%;
    left: 36.5%;
    background: url('../images/qcode/cany.png?3') no-repeat center;
    
}

.balink a:nth-child(4) {
    top: 34%;
    left: -3.5%;
    background: url('../images/qcode/shufa.png?3') no-repeat center;
   
}

.balink a:nth-child(5) {
    bottom: -4%;
    left: 19%;
    background: url('../images/qcode/hunqing.png?3') no-repeat center;
    
}

.balink a:nth-child(6) {
    top: 42%;
    left: 12%;
    background: url('../images/qcode/homes.png?3') no-repeat center;
   
}

.balink a:nth-child(7) {
    top: 18%;
    left: 45%;
    background: url('../images/qcode/jisa.png?3') no-repeat center;
   
}

.balink a:nth-child(8) {
    top: 81%;
    left: 70.5%;
    background: url('../images/qcode/jingqu.png?3') no-repeat center;
   
}

.balink a:nth-child(9) {
    top: 9%;
    left: 59.5%;
    background: url('../images/qcode/lego.png?3') no-repeat center;
    
}

.balink a:nth-child(10) {
    top: 50%;
    left: 70%;
    background: url('../images/qcode/leqi.png?3') no-repeat center;
   
}

.balink a:nth-child(11) {
    top: 74%;
    left: 86%;
    background: url('../images/qcode/meiro.png?3') no-repeat center;
   
}

.balink a:nth-child(12) {
    top: 28%;
    left: 55.5%;
    background: url('../images/qcode/meishu.png?3') no-repeat center;
    
}

.balink a:nth-child(13) {
    top: 27%;
    left: 55.5%;
    background: url('../images/qcode/meishu.png?2') no-repeat center;
    
}

.balink a:nth-child(14) {
    top: 70%;
    left: 3%;
    background: url('../images/qcode/carmei.png?3') no-repeat center;
   
}

.balink a:nth-child(15) {
    top: 30%;
    left: 66.5%;
    background: url('../images/qcode/balls.png?2') no-repeat center;
   
}

.balink a:nth-child(16) {
    top: 19%;
    left: 10%;
    background: url('../images/qcode/sheyi.png?3') no-repeat center;
    
}

.balink a:nth-child(17) {
    top: 19.5%;
    left: 90.5%;
    background: url('../images/qcode/shuiguo.png?3') no-repeat center;
   
}

.balink a:nth-child(18) {
    top: 59%;
    left: 19.5%;
    background: url('../images/qcode/taiquan.png?3') no-repeat center;
    
}

.balink a:nth-child(19) {
    top: 49%;
    right: 4%;
    background: url('../images/qcode/taoqi.png?3') no-repeat center;
}

.balink a:nth-child(20) {
    top: -5%;
    left: 83%;
    background: url('../images/qcode/waimai.png?2') no-repeat center;
    display: none;
}

.balink a:nth-child(21) {
    top: 64%;
    left: 32.5%;
    background: url('../images/qcode/wuishu.png?3') no-repeat center;
}

.balink a:nth-child(22) {
    top: 52%;
    left: 55.5%;
    background: url('../images/qcode/dance.png?3') no-repeat center;
    
}

.balink a:nth-child(23) {
    top: -2%;
    left: 11%;
    background: url('../images/qcode/yangs.png?3') no-repeat center;
    
}

.balink a:nth-child(24) {
    top: 1%;
    left: 52%;
    background: url('../images/qcode/swim.png?3') no-repeat center;
    
}

.balink a:nth-child(25) {
    top: 63.5%;
    left: 46%;
    background: url('../images/qcode/yujia.png?3') no-repeat center;
    
}

.balink a:nth-child(26) {
    top: 2%;
    left: 37.5%; 
    background: url('../images/qcode/zaojiao.png?3') no-repeat center;
}
.balink a:nth-child(27) {
    top: 13%;
    left: 74.5%; 
    background: url('../images/qcode/gold.png?3') no-repeat center;
}
.balink a:nth-child(28) {
    top: -6%;
    left: 24.5%; 
    background: url('../images/qcode/muyin.png?3') no-repeat center;
}

.balink a:nth-child(29) {
    top: 37%;
    left: 44%; 
    background: url('../images/qcode/english.png?2') no-repeat center;
}
.balink a:nth-child(30) {
    top: 82%;
    left: 52.5%; 
    background: url('../images/qcode/mianmo.png?3') no-repeat center;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes flip {
    from {
        transform: scale(0.8);
        -webkit-animation-timing-function: cubic-bezier(.17, .67, .67, .12);
        animation-timing-function: cubic-bezier(.17, .67, .67, .12);
    }
    40% {
        transform: scale(0.85);
        -webkit-animation-timing-function: cubic-bezier(.17, .67, .67, .12);
        animation-timing-function: cubic-bezier(.17, .67, .67, .12);
    }
    50% {
        transform: scale(0.9);
        -webkit-animation-timing-function: cubic-bezier(.17, .67, .67, .12);
        animation-timing-function: cubic-bezier(.17, .67, .67, .12);
    }
    80% {
        transform: scale(0.95);
        -webkit-animation-timing-function: cubic-bezier(.17, .67, .67, .12);
        animation-timing-function: cubic-bezier(.17, .67, .67, .12);
    }
    to {
        transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(.17, .67, .67, .12);
        animation-timing-function: cubic-bezier(.17, .67, .67, .12);
    }
}

@keyframes flip {
    from {
        transform: scale(0.8);
        -webkit-animation-timing-function: cubic-bezier(.17, .67, .67, .12);
        animation-timing-function: cubic-bezier(.17, .67, .67, .12);
    }
    40% {
        transform: scale(0.85);
        -webkit-animation-timing-function: cubic-bezier(.17, .67, .67, .12);
        animation-timing-function: cubic-bezier(.17, .67, .67, .12);
    }
    50% {
        transform: scale(0.9);
        -webkit-animation-timing-function: cubic-bezier(.17, .67, .67, .12);
        animation-timing-function: cubic-bezier(.17, .67, .67, .12);
    }
    80% {
        transform: scale(0.95);
        -webkit-animation-timing-function: cubic-bezier(.17, .67, .67, .12);
        animation-timing-function: cubic-bezier(.17, .67, .67, .12);
    }
    to {
        transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(.17, .67, .67, .12);
        animation-timing-function: cubic-bezier(.17, .67, .67, .12);
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

.gifcharts {
    background: rgba(0, 0, 0, .5);
    border: 1px solid #3366FF;
    width: 940px;
    height: 510px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin-top: 40px;
}

.weektitle {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    padding-bottom: 0;
}

.datachane {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
}

.datachane li div:first-child {
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.datachane li div:last-child {
    width: 550px;
    height: 1px;
    background: blueviolet;
}

.datachane li {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    margin: auto;
    margin-top: 60px;
}

.datachane li:last-child {
    width: 60%;
    justify-content: space-between;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
}

.datagif {
    width: 63%;
    position: absolute;
    right: 19%;
    top: 17%;
}

.zindexover {
    z-index: 9;
}

.message {
    width: 100%;
    position: relative;
}

.thepnone {
    position: absolute;
    top: 16%;
    left: 36.5%;
    /* width: 100%;
    height: 100%; */
    text-align: center;
    margin: 0 auto;
    z-index: 9;
}

.thepnone img {
    width: 296px;
    height: 660px;
    z-index: 10;
}

.f-buttonComponent {
    margin-top: 50px;
    margin-left: -50px;
}

.marginasso {
    margin-top: 105px;
    margin-left: -86px;
}

.marginfit {
    margin-left: -30px;
}

.marginasst {
    margin-left: -26px;
}

/* /////////////////////////table  布局 */

.tabelcell {
    display: table-cell;
}

.tabels {
    display: table;
}

.tabelcolum {
    display: table-column;
}

.medialogo img {
    display: block;
}

.medialogo, .medialeft {
    float: left;
}

.mediamsg, .mediaright {
    float: right;
}

.thresteps {
    margin: 0 auto;
}

.thresteps .thresteps-item:nth-child(2) {
    margin: 0 50px;
}

.thresteps-item {
    /* padding: 20px 120px; */
}

.t-mod1 {
    margin: 0 auto;
}

.t-con .t-mod1 a {
    display: block;
}

.t-con .t-mod1 li {
    width: 380.59px;
}

.proratiotitles {
    margin: 0 auto;
}

.mriright {
    text-align: right;
    padding-right: 50px;
}

.mrileft {
    text-align: left;
    padding-left: 50px;
}

.vscont {
    margin: 0 auto;
    /* margin-top: 30px; */
    margin-top: -5px;
}

.helins {
    width: 40px;
    height: 3px;
}

.vsright div .rightcot span, .vsleft div .rightcot span {
    display: table-cell !important;
}

.progresslen {
    text-align: center;
    position: relative;
}

.progresslen .lines {
    display: inline-block;
}

.vsright.tabelcell, .vsleft.tabelcell {
    display: table-cell;
    vertical-align: top;
}

.disbetw {
    position: relative;
}

.vsleft .disbetw .helins {
    position: absolute;
    right: -33%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.vsmiddle {
    width: 25%;
}

.vsright .disbetw .helins {
    position: absolute;
    left: -33%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.vsleft .rightcot {
    position: absolute;
    top: 38%;
    right: -24%;
}

.vsright .disbetw .rightcot {
    position: absolute;
    top: 38%;
    left: -22%;
}

.listepic .listepic-item {
    margin-right: 2%;
}

/* /////////MEND_CSS */

.rightule {
    display: inline-block;
    margin-left: 5px;
}

/*.fontweite {
    color: #fff;
}*/

/* .font12{
    line-height: 24px;
} */

a.t-whb:hover .font12.f-mgt, a.t-xmyh:hover .font12.f-mgt, a.t-dd:hover .font12.f-mgt {
    line-height: 25px;
    letter-spacing: 1.5px;
}

.wrapsers {
    /* background: #fff; */
    margin: 0 auto;
    width: 60%;
}

.balspic {
    text-align: center;
    width: 100%;
}

.outerimgs {
    width: 98%;
    text-align: center;
    position: relative;
    height: 500px;
    background: rgba(0, 0, 0, .7);
    border: 1px solid #3366FF;
    margin-top: 50px;
}

.outerimgs img {
    position: absolute;
    top: -108px;
    left: 25px;
}

.tabels.distence {
    width: 100%;
}

.distence p {
    width: 20%;
}

.vsright .vslist-item img {
    transform: rotate(180deg);
    vertical-align:middle;
}
.vslist-item span{
    line-height: 20px;
}
.activyarea {
    width: 218px;
    height: 237px;
    background: #fff;
    border-radius: 6px;
    padding: 5px;
    box-sizing: border-box;
    display: table;
}

.topimg {
    background: #4D4CF9;
    width: 100%;
    padding: 10px 0;
    position: relative;
    height: 75%;
    height: 170.5px;
}

.imgbor {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 30%;
    left: 30%;
}

.acvifont {
    text-align: center;
    margin-top: 10px;
}

.acvifont p {
    font-size: 14px;
    color: #000;
    line-height: 26px;
}
.acvifont p:first-child{
    font-weight: bold;
}
.blocks{
    display: block !important;
    float: left;
}
.noflex{
    display: block;
}
.clearfix{
    display: table;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}
.overwith{
    width: 100%;
}
.overwith .listepic-item:last-child{
    margin-right: 0;
}
.overwith .listepic-item{
    margin-bottom: 2%;
}
.marginitem{
    margin-top: 12px;
    margin-left: 5px;
}

.toumargin{
    margin-top: 14px;
    margin-left: 10px;
}
.picmar{
    margin-top: 10px;
}
.pinnamr{
    margin-top: 10px;
}
.miaopicmar{
    margin-top: 10px;
    margin-left: 10px;
}
.marginchou{
    margin-top: 10px;
}
.currdynamic,
.newsba{
    background:rgba(242,246,252,1);
}
.currdynamic{
    background: #fff;
}

/* //////////////// */
/* .marketing{
    background: #E6F0FC;
} */
.minitiele{
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    color: #333;
    line-height: 20px;
    letter-spacing: 5px;
    padding-bottom: 20px;
    padding-top: 50px;
}
.nopaddingbots{
    padding-top: 0;
}
.icaonlistys,
.whiterear{
    margin: 0 auto;
}
.whiterear ul li{
    width: 203px;
    height: 211px;
    position: relative;
    float: left;
    overflow: hidden;
    background: #fff;
    padding-top: 50px;
}
.whiterear ul li:hover{
    cursor: pointer;
}
.whiterear ul li:hover .qcodeover{
    display: block;
    bottom: 0;
}
.qcodeover img{
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}
.marketicon{
    background: #fff;
    width: 203px;
    height: 150px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;

}
.paddingsbo{
    /* padding-bottom: 76px; */
}
.botfonts{
    color: #333;
    font-size: 18px;
    text-align: center;
}
.qcodeover{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    bottom: -195px;
    left: 0;
    /* display: none; */
    transition: bottom .6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.qcodeover p{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
.qcodeover img{
    height: 100%;
}
.vsright .reddots{
    background: rgb(96, 98, 102) !important;
}

.turnqcode{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -251px;
    text-align: center;
    transition: bottom .6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    /* background: #fff; */
    background: #fff;
}
.turnqcode img{
    width: 76%;
    margin-top: 22%;
}
.listepic-item{
    overflow: hidden;
}
.listepic-item:hover{
    cursor: pointer;
}
.listepic-item:hover .turnqcode{
    bottom:0;
}

.creatsstory{
    width: 336px;
    height: 495px;
    background: #fff;
    margin-right: 8%;
}
.creatsstory:last-child{
    margin-right: 0;
}
.somefonts{
    word-wrap: break-word; 
    word-break: normal; 
    font-size: 14px;
    color: #333;
    line-height: 24px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.storytitle{
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 10px;
}
.botpris{
    display: table;
    text-align: center;
    width: 100%;
}
.botpris p{
    display: inline-block;
}
.grayline{
    background: #606266;
    width: 84px;
    height: 1px;
    margin-bottom: 5px; 
}
.graytitle{
    font-size: 10px;
    margin: 0 10px;
    position: relative;
}
.grayline_bottom {
    background: #606266;
    width: 170px;
    height: 1px;
    margin-bottom: 5px;
    margin-left: 90px;
}
.graytitle font{
    font-size: 20px;
    letter-spacing: 1.5px;
}
.bluelines{
    width: 24px;
    height: 4px;
    background: #3366FF;
    text-align: center;
    margin: 10px auto;
}
.creatsstory{
    border-radius: 10px  10px   0px  0px;
    float: left;
}
.langwid{
    width: 100%;
}
.martopsa{
    margin-top: 38px;
}
.nobot{
    padding-bottom: 20px;
}

.borderradius{
    border-radius: 10px  10px   0px  0px;
    background: #E6F0FC;
}

.fontweite{
    width: 54px;
}

.nomarbots{
    margin-bottom: 0;
    
}
.slide3img{
    width: 100%;
}
.qcodeover{
    text-align: center;
}
.qcodeover img{
    width: 134px;
    height: 135px;
    margin-top: -8px;
}
.outerpimg{
    position: relative;
}


.betwenwid{
    padding: 20px 120px;
}

@-webkit-keyframes slideInUp {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes slideInUp {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
  }

  .mediacoverage div a{
      display: inline-block;
  }
  .mediacoverage div a:hover .mediamsg span{
      color: #2d5be5
  }

  .nomargintoips{
      padding-top: 0;
  }
.onlineask .head-top-contentright.wpasn span{
    color: #fff;
}



/* /////////////视频轮播 */
#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    visibility: visible;
}

#certify  .swiper-slide {
    width: 380px;
    height: 212px;
    background: #fff;
    /*box-shadow: 0 8px 30px #ddd;*/
}
.videoscarouels .swiper-slide img{
    display:block;
    width: 380px;
    height: 212px;
}
#certify  .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: 0;
    width: 45px;
    height: 45px;
    background: url(../images/index/video_arrows.png?2) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    transform: rotate(-90deg);
}

#certify .swiper-button-prev:hover {
    background: url(../images/index/video_arrows_act.png?2) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

#certify .swiper-button-next {
    right: 0;
    width: 45px;
    height: 45px;
    background: url(../images/index/video_arrows.png?2) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    transform: rotate(90deg);
}

#certify .swiper-button-next:hover {
    background: url(../images/index/video_arrows_act.png?2) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

.slidetime{
    position: relative;
}
.slidetime img{
    position: absolute;
    top: 0;
    left: 0;
}

/*////////////video_play_module/////////////*/
.videoturns{
    margin: 0 auto;
    background: url('../images/index/blackbg.png?2') no-repeat;
    background-size:  cover;
}
.titlechange{
    color: #fff;
    font-size: 28px;
    font-weight: bold; 
}
.videoplay{
    display: table;
}
.playarea{
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 20px;
    width: 600px;
    height: 360px; 
    float: left;
    /*display: table-cell;*/
}
.playarea video{
    border-radius: 20px;
}
.fontsexplain{
    margin-left: 55px;
    float: right;
    width: 400px;
    padding-top: 55px;
    /*display: table-cell;*/
}
.fontsexplain div{
    font-size: 18px;
    color: #fff; 
}
.fontsexplain .videfont{
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #fff;
    width: 24%;

}
.fontsexplain .butintron{
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;

}
.fontsexplain .explict{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 300;
}
#certify .videoscarouels{
    margin-top: 35px;
    border: 1px solid #fff;
}
.videoscarouels .swiper-wrapper .swiper-slide{
    overflow: hidden;
}
.videoscarouels .swiper-wrapper .swiper-slide:hover{
    cursor: pointer;
}
.outerimg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: ;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.videoscarouels  .outerimg .playbg{
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    margin-top: 35%;
}
.outerimg .playbg:hover{
    cursor: pointer;
}

.eplainfont{
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    color: #fff;
    box-sizing: border-box;
    padding: 8px 10px 5px;
    font-size: 12px;
    text-align: left;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: bottom .6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.videoscarouels .swiper-slide:hover .eplainfont{
    bottom: 0;
}
