/*@media (min-width: 768px) {*/
.opt-pic-edges {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
div{
    position: relative;
    box-sizing: border-box;
}

.full_line{
    width:100%;
}
/*banner*/
.carousel {
    position: relative;
    overflow: hidden;
    /*height: 700px;*/
}
#bannerSwiper{
    background: #000;
}
#bannerSwiper .swiper-button-prev{
    left: 30px;
}
#bannerSwiper .swiper-button-next{
    right: 30px;
}
#bannerSwiper img{
    margin: 0 auto;
    display: block;
    width: 100%;
}

.fwdy{
  padding: 75px 0;
  background-color: #0082BE;
}
.fwdy_box{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.fwdy_box.intro{
    height: 360px;
}

.fwdy_box .intro_box{
    box-sizing: border-box;
    float:left;
    width: 600px;
    height: 360px;
    color:#fff;
    overflow: hidden;
}
.fwdy_box .intro_box img{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 6px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
}


.fwdy_box .intro_box .title30{
    font-size:30px;
    font-weight: bold;
    line-height: 20px;
}
.fwdy_box .intro_box .title18{
    font-size:18px;
    font-weight: 600;
    line-height: 52px;
}
.fwdy_box .intro_box p{
    font-size:16px;
    word-wrap: break-word;
}
.fwdy_box .intro_box .tail{
    text-align:right;
    margin-top: 22px;
}
.fwdy_box .intro_box .tail a{
    color:#fff;
}
.fwdy_box .intro_box .detail{
    /*height: 150px;*/
    line-height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* 这里是超出几行省略 */
    overflow: hidden;
}
.fwdy_box .intro_box.text{
    padding: 60px 32px 26px 32px;
}

.full_line.tokonwvs{
    box-sizing: border-box;
    position: relative;
    height: 415px;
    background-color: #F4F6FC;
    overflow: hidden;
    padding: 25px 0;
}
.toknowvs_box{
    box-sizing: border-box;
    position: relative;
    margin:0 auto;

    width: 1200px;
    height: 100%;
    background: url(https://img.vastsea.com/static/img/index/worldmap.svg) no-repeat center;
    overflow: hidden;
    color:#394149;


}
.tokonwvs_box_title{
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    color:#394149;
}
.tokonwvs_box_desc{
    margin-top: 30px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.tk_box_show{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 60px;
}
.tk_box_show .show_box{
    display: flex;
    flex-flow:column;
    color:#0082BE;
    align-items: center;
}
.tk_box_show .show_box .huge_no{
    float:left;
    font-size: 50px;
    font-weight: 600;
    vertical-align: bottom;
    line-height: 50px;
}

.tk_box_show .show_box .unit{
    float:left;
    font-size: 18px;

    color:#0082BE;
    vertical-align: bottom;
    height: 32px;
    padding-top: 19px;
}

.tk_box_show .show_box .desc{
    font-size: 18px;
    text-align: center;
    color:#394149;
    clear: both;
    line-height: 30px;
}
.contact_us_btn{
    position: relative;
    width: 170px;
    height: 40px;
    margin: 30px auto;
    background: url(https://img.vastsea.com/static/img/index/contact_us.gif) no-repeat center;
    overflow: hidden;
    cursor: pointer;
}
.contact_us_btn a{
    color: #fff;
    line-height: 39px;
    padding-left: 45px;
    font-size: 16px;
}
.contact_us_btn a:hover{
    color:#0082BE;
}


.t1_fwdy_box{
    position: relative;
    padding: 0;
    margin: 40px auto;
    width: 1200px;
}
    .t1_title{
        font-size: 30px;
        color:#394149;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin-bottom: 30px;
    }
    .t1_46{
        color:#fff;
        font-size: 20px;
        line-height: 46px;
        text-align: center;
        width: 100%;
        height: 46px;
        background: url(https://img.vastsea.com/static/img/index/vs-lujin.svg) no-repeat center;
        overflow: hidden;
    }
    .t2_body{
        margin-top: 8px;
        display: flex;
        flex-flow:row;
        width: 100%;
        /*height: 234px;*/
    }
    .t2_body2{
        margin-top: 8px;
        display: flex;
        flex-flow:row;
        width: 100%;
        /*height: 200px;*/
    }
        .t2_body_box{
            width: 264px;
            height: 234px;
            overflow: hidden;
            border: 12px solid white;
            transition: all 160ms;
            border-radius: 12px;
            cursor: pointer;
        }
        .t2_body_box2{
            width: 264px;
            height: 200px;
            border: 12px solid white;
            overflow: hidden;
            transition: all 160ms;
            border-radius: 4px;
            cursor: pointer;
        }
        .t2_body_box:hover,.t2_body_box2:hover{
            position: relative;
            z-index: 2;
            text-decoration: none;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        .t2_body_box.vs-v{
            background: url(https://img.vastsea.com/static/img/index/vs-v.svg) no-repeat center;
            background-size: contain;
        }
        .t2_body_box.vs-lietou{
            background: url(https://img.vastsea.com/static/img/index/v-lietou.svg) no-repeat center;
            background-size: contain;
        }
        .t2_body_box.vs-box{
            background: url(https://img.vastsea.com/static/img/index/vs-box.svg) no-repeat center;
            background-size: contain;
        }
        .t2_body_box.vs-c{
            background: url(https://img.vastsea.com/static/img/index/vs-c.svg) no-repeat center;
            background-size: contain;
        }
        .t2_body_box.vs-peixun{
            background: url(https://img.vastsea.com/static/img/index/vs-peixun.svg) no-repeat center;
            background-size: contain;
        }

        .t2_body_box2.vs-l{
            background: url(https://img.vastsea.com/static/img/index/vs-l.svg) no-repeat center;
            background-size: contain;
        }
        .t2_body_box2.vs-renzi{
            background: url(https://img.vastsea.com/static/img/index/vs-renzi.svg) no-repeat center;
            background-size: contain;
        }
        .t2_body_box2.vs-bpo{
            background: url(https://img.vastsea.com/static/img/index/vs-bpo.svg) no-repeat center;
            background-size: contain;
        }
        .t2_body_box2.vs-daili{
            background: url(https://img.vastsea.com/static/img/index/vs-daili.svg) no-repeat center;
            background-size: contain;
        }
        .t2_body_box2.vs-hmsaas{
            background: url(https://img.vastsea.com/static/img/index/vs-hmsaas.svg) no-repeat center;
            background-size: contain;
        }

    .t2_bottom{
        margin-top: 8px;
        width: 100%;
        height: 30px;
        color:#fff;
        font-size: 13px;
        line-height: 27px;
        text-align: center;
        background-color: #0082BE;
    }

.full_line.bg_gray{
    position: relative;
    overflow: hidden;
}
.full_line.bg_gray .bgImg .pic{
    display: block;
    margin: 0 auto;
}

.solution{
    width:1200px;
    height: 760px;
    margin: 40px auto 40px;
    overflow: hidden;
}

.full_line.bg_gray2{
    background-color: #F4F6FC;
    overflow: hidden;
}
.fwdy_box3 {
    position: relative;
    padding: 0;
    margin: 50px auto 60px;
    width: 1200px;
}
.t3_title{
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    line-height: 42px;
}
.t3_body{
    margin-top: 12px;
    display: flex;
    flex-flow:row;
    width: 100%;
    height: 138px;
    justify-content: space-between;
}
.t3_body_box{
    width: 138px;
    height: 138px;
    overflow: hidden;
}
.t3_body_box img{
    width: 138px;
    height: 138px;
}
.t3_body_box:hover {
    -webkit-animation: rotateY360 2s linear 1;
    animation: rotateY360 2s linear 1;
    -moz-animation: rotateY360 2s linear 1;
    -o-animation: rotateY360 2s linear 1;
}


.box1 {
    margin: 50px 0 0;
    text-align: center;
}

.box1 > div:nth-child(2) {
    font-size: 34px;
    line-height: 40px;
    color: #000;
    height: 40px;
    background: url(../img/index/kuang.png) center no-repeat;
    margin: 15px 0 10px;
}

.box1 > div:nth-child(3) {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.ywlist ul {
    width: 1200px;
    display: flex;
    margin: 40px auto 30px;
}

.ywlist ul li {
    flex: 1;
    position: relative;
    margin: 0 10px;
    border: 1px solid #e3e3e3;
    padding: 20px 0 40px;
}

.ywlist li:hover {
    box-shadow: 0 0 10px 0 rgba(153, 153, 153, 0.5);
    transition: .3s;
}

.ywlist li .pic {
    width: 218px;
    height: 106px;
    line-height: 106px;
    font-size: 0;
    overflow: hidden;
}

.ywlist li .pic.dy1 {
    background: url(../img/index/dy1.png) 100% center no-repeat;
}

.ywlist li .pic.dy2 {
    background: url(../img/index/dy2.png) 100% center no-repeat;
}

.ywlist li .pic.dy3 {
    background: url(../img/index/dy3.png) 100% center no-repeat;
}

.ywlist li .pic.dy4 {
    background: url(../img/index/dy4.png) 100% center no-repeat;
}

.ywlist li .pic.dy5 {
    background: url(../img/index/dy5.png) 100% center no-repeat;
}

@keyframes bgleft1 {
    0% {
        background-position: 0 center;
    }

    100% {
        background-position: 100% center;
    }
}

.ywlist li p {
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    color: #333;
    overflow: hidden;
    margin-top: 10px;
}

.ywlist li .txt {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-top: 20px;
}

.brand img{
    width: 1280px;
}
.brand .sub_child{
    width: 1280px;
    margin: 0 auto;
    display: none;
}
.brand .sub_child li{
    float: left;
    width: 170px;
    margin-right: 15px;

}
.brand .sub_child li:last-child{
    margin-right: 0;
}

.brand .sub_child li a{
     padding:10px 4px;
     box-sizing: border-box;
    display: block;
    color: #333333;
    font-size:16px ;
    border: 1px solid #efefef;
    background: #ffffff;
    margin-top: 10px;
    border-radius: 6px;
}

.brand .sub_child li a:hover{
    color: #ffffff;
    background:#039be3 ;
}



.cer {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}


.leilist {
    overflow: hidden;
    margin-right: 15px;
}

.leilist li {
    float: left;
    width: 16.66%;
    text-align: center;
    position: relative;
    margin-top: -1px;
}

.leilist li .pic {
    opacity: 1;
}

.leilist li:hover .pic {
    opacity: 0;
}

.leilist li .pic2 {
    opacity: 0;
}

.leilist li:hover .pic2 {
    opacity: 1;
}

.leilist li h3 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

.leilist li:hover h3 {
    color: #008dc5;
}

.leilist li .pic, .leilist li .pic2, .leilist li h3, .leilist li a {
    transition: .6s;
}

.leilist li a {
    display: block;
    padding-top: 73px;
    position: relative;
    height: 52px;
    border-top: 1px solid #008dc5;
    margin: 0 1px;
}

.leilist li .pic, .leilist li .pic2 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 28px;
    left: 0;
}

.fcase {
    width: 100%;
    height: 540px;
    background-color: #f7fbfe;
}

.fcasepic {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fcasepic img.full {
    position: absolute;
    width: 960px;
    left: 50%;
    top: 0;
    z-index: 1;
    margin-left: -480px;
}

.fcasepic p {
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 1;
    width: 100%;
    font-size: 34px;
    color: #333;
    line-height: 50px;
    text-align: center;
}

.fcaser {
    float: right;
    width: 50%;
    height: 100%;
}

.fcaselist {
    width: 100%;
    height: 100%;
}

.fcaselist li {
    float: left;
    width: 50%;
    height: 50%;
    z-index: 0;
    position: relative;
}

.fcaselist li .caselin {
    padding: 0 0;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    text-align: left;
}

.fcaselist li a {
    display: block;
    padding: 24px 20px;
    position: relative;
}

.fcaselist h3 {
    height: 30px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
}

.fcaselist div.txt {
    height: 120px;
    overflow: hidden;
    color: #999;
    line-height: 20px;
    margin-top: 30px;
}

.fcaselist li .three {
    margin-top: 10px;
    overflow: hidden;
    height: 30px;
}

.fcaselist li label {
    float: left;
    width: 70px;
    height: 28px;
    border: 1px solid #008dc5;
    line-height: 28px;
    text-align: center;
    color: #008dc5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fcaselist .date {
    float: left;
    color: #bfbfbf;
    margin-left: 10px;
}

.fcaselist .more {
    float: right;
    width: 110px;
    height: 28px;
    border: 1px solid #bfbfbf;
    line-height: 28px;
    text-align: center;
    color: #bfbfbf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fabout {
    height: 700px;
    position: relative;
    background: url(../img/index/fabbg.jpg) center no-repeat;
}

.fabout .cer {
    padding-top: 90px;
}



.jello2:hover {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@keyframes jello {
    0%, 11.1%, 100% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes rotateY360 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}


/*动态之窗*/
.fnews {
    background-color: #f5f5f5;
    padding-top: 50px;
}
.fnews .title{
    color: #394149;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.fnewslist {
    padding: 0px 0 50px;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.fnewslist li {
    float: left;
    width: 380px;
    margin-right: 20px;
}
.fnewslist li:last-child{
    margin-right: 0;
}

.fnewslist li .fnewslin {
    padding: 0 0px;
}

/*.fnewslist li:hover a {*/
/*    background-color: #314b6c;*/
/*    transition: .3s;*/
/*}*/


/*.fnewslist li:hover img {*/
/*    transform: scale(1.02);*/
/*    transition: .3s;*/
/*}*/

/*.fnewslist li:hover .pic i {*/
/*    border-color: #314b6c;*/
/*    transition: .3s;*/
/*}*/

/*.fnewslist li:hover h3 {*/
/*    color: #fff;*/
/*    transition: .3s;*/
/*}*/

/*.fnewslist li:hover label {*/
/*    -webkit-transform: rotate(360deg);*/
/*    -o-transform: rotate(360deg);*/
/*    transform: rotate(360deg);*/
/*    -moz-transform: rotate(360deg);*/
/*    -ms-transform: rotate(360deg);*/
/*    opacity: 1;*/
/*    transition: .3s;*/
/*}*/

.fnewslist li a {
    position: relative;
    display: block;
}

.fnewslist .pic {
    width: 100%;
    height: 285px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.fnewslist img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnewslist .pic i {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    border: 2px solid transparent;
}

.fnewslist h3 {
    font-size: 20px;
    line-height: 30px;
    color: #394149;
    height: 60px;
    overflow: hidden;
    margin: 20px 0 2px;
    font-weight: bold;
}

.fnewslist .date {
    font-size: 16px;
    color: #808080;
}

.fnewslist label {
    position: absolute;
    right: 30px;
    bottom: 40px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: url(../img/index/jia.png) center no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
}

.dtmore {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #0082be;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.dtmore i {
    font-family: 'simsun';
}
.carousel .slide-ol-nav{
    position:absolute;
    width: 100%;
    height: 30px;
    font-size: 0;
    text-align: center;
    bottom: 30px;
    left: 0;
    z-index: 3;
}
.carousel .slide-ol-nav li{
    display: inline-block;
    overflow: hidden;
    width: 4px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
}
.carousel .slide-ol-nav li a{
    width: 4px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background-color: rgba(255,255,255,0.6);
    vertical-align: middle;
}
.carousel .slide-ol-nav li a.active{
    background-color: #49c0ea;
    height: 30px;
}

.arrow-l{
    width: 40px;
    height: 80px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    display: inline-block;
    position: absolute;
    /*top: 310px;*/
    top:50%;
    left: 100px;
    transform:translateY(-50%);
    color: #fff;
    font-size: 38px;
    font-family: 'simsun';
    cursor: pointer;
}
.arrow-r{
    width: 40px;
    height: 80px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    display: inline-block;
    position: absolute;
    /*top: 310px;*/
    right: 100px;
    top:50%;
    transform:translateY(-50%);
    color: #fff;
    font-size: 38px;
    font-family: 'simsun';
    cursor: pointer;
}
.arrow-l:hover,.arrow-r:hover{
    background-color: rgba(0,0,0,.7);
    transition: .3s;
}
/*}*/

.video-float {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}
.video-float i.float-close {
    background: url(https://img.vastsea.com/static/img/index/float-close-white.png) no-repeat center;
    width: 50px;
    height: 70px;
    position: fixed;
    top: 10px;
    right: 30px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    z-index: 9;
}
.video-float .content {
    width: 800px;
    height: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -400px;
}
.video-float .video-title {
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
}
.video-float .content video {
    width: 800px;
    height: 450px;
    background-color: #000;
}
/*标准化的企业管理体系*/
.companyManage{
    padding: 56px 0 70px;
}
.companyManage .title{
    color: #394149;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

/*标准化的企业管理体系*/
.companyManage .contentBox{
    width: 980px;
    margin: 0 auto;
    height:470px;
    overflow: hidden;
}
.companyManage .swiper-container {
    width: 100%;
    height: 420px;
    overflow: visible !important;
}

.companyManage .swiper-container .swiper-wrapper .swiper-slide {
    width: 300px;
    height: 420px;
 }

.companyManage .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.companyManage .swiper-slide.swiper-slide-active:before {
    opacity: 0;
}
.companyManage .swiper-container .swiper-wrapper .swiper-slide .tip{
    font-size: 16px;
    color: #394149;
    text-align: center;
    line-height: 1.4;
    margin-top: 5px;
}

