﻿@charset "UTF-8";

body {
    font-size: 14px;
    font-family: "微软雅黑";
    overflow-x: hidden;
}

* {
    padding: 0px;
    margin: 0px;
}
/*清除浮动*/
.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

p {
    margin: 0px;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
}

ul, table {
    margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

a:hover {
    text-decoration: none;
}

input, textarea {
    outline: none;
}

img, table, tr, td, th, input {
    border: none;
}

img {
    cursor: pointer;
}

/*select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}*/
select {
    appearance: no;
    -moz-appearance: no;
    -webkit-appearance: no;
}

    select::-ms-expand {
        display: none;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.ht {
    font-family: "黑体";
}

.fow {
    font-weight: bold;
}

.bgw {
    background-color: white;
}

.cowh {
    color: white !important;
}

.fomar {
    font-family: "Arial";
}

.tac {
    text-align: center;
}

.tal {
    text-align: left !important;
}

.tar {
    text-align: right;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.xmar {
    margin-right: 0px !important;
}

.con {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

.overflow {
    overflow: hidden;
}

.dis {
    display: inline-block;
}

.disb {
    display: block;
}

.disn {
    display: none;
}

.foz12 {
    font-size: 12px;
}

.foz13 {
    font-size: 13px;
}

.foz14 {
    font-size: 14px;
}

.foz15 {
    font-size: 15px;
}

.foz18 {
    font-size: 18px;
}

.foz24 {
    font-size: 24px;
}

.foz30 {
    font-size: 30px;
}

.slh {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.mar10 {
    margin-right: 10px !important;
}

.maxwh {
    width: 100% !important;
}


.xborbo {
    border-bottom: 0px !important;
}

.xbortop {
    border-top: 0px !important;
}

.lebord {
    border-left-style: solid;
    border-left-width: 1px;
}

.ribord {
    border-right-style: solid;
    border-right-width: 1px;
}

.left {
    left: 0px;
}

.top {
    top: 0px;
}

.right {
    right: 0px;
}

.xborri {
    border-right: 0px !important;
}


.colo0 {
    color: #000 !important;
}

.colo1 {
    color: #111;
}

.colo6 {
    color: #666;
}

.colo3 {
    color: #333;
}

.colo7 {
    color: #777c80;
}

.colo90 {
    color: #908f95;
}

.ban1 {
    display: none;
}

.bgf4 {
    background-color: #f4f5f6;
}

.bg4f {
    background-color: #4f545b;
}

.bg41 {
    background-color: #414449;
    /*margin-bottom: 145px;*/
}

.bgf2 {
    background-color: #f2f2f2;
}

.bgf1 {
    background-color: #f1f6f8;
}

.bgf7 {
    background-color: #f7f7f7;
}

.tra {
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s; /* IE 9 */
    -moz-transition: all 0.35s; /* Firefox */
    -o-transition: all 0.35s; /* Opera */
}

.fontWe {
    font-weight: bold;
}

.padd-top {
    padding: 10px 0;
}
/* banner */
.banner {
    width: 1000%;
}

    .banner > li {
        width: 10%;
    }

.dian {
    position: absolute;
    bottom: 2%;
    width: 100%;
    text-align: center;
}

    .dian > li {
        cursor: pointer;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #8e492a;
        margin: 0px 9px;
    }

.dianli {
    background-color: #8e492a;
}

.ovf {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: #fff;
    z-index: 3;
}

.xovy {
    overflow-y: hidden;
}

/* 首页 */

.head {
    /*border-bottom: 1px solid #e6e6e6;*/
}

.navul > li > a > i {
    width: 10px;
    height: 18px;
    background: url('../images/arrow.png') left center no-repeat;
}

.navul > li {
    padding-right: 1.5%;
}

.navul {
    padding: 2.584% 0px;
    /*background:red;*/
}

.inselebox {
    width: 70px;
    text-align: right;
}

    .inselebox > a > i {
        color: #8ec109;
        right: -15px;
        top: 5px;
    }

    .inselebox > ul {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
        border-radius: 5px;
        padding: 3px 0px;
        z-index: 2;
        width: 200%;
        left: -45%;
        top: 270%;
    }

        .inselebox > ul > li > a {
            /*padding: 3px 0px;*/
            padding: 3px 43% 3px 0;
        }

.nali {
    margin-left: 3%;
}

.logsp {
    left: 0px;
    top: 0px;
    width: 11.25%;
    padding: 1% 0px;
}

.logsp1 {
    width: 100px;
    padding: 1% 0px;
}

.dhrxbox {
    right: 0px;
    top: 0px;
    padding: 1.209% 0px;
}

    .dhrxbox > p {
        color: #aaa;
    }

    .dhrxbox > a {
        color: #0083b4;
    }

.navulli > a {
    color: #888;
}

    .navulli > a > i {
        background: url('../images/arrow1.png') left center no-repeat !important;
    }

.bordrr {
    /*border-top:solid 1px #e6e6e6;*/
    /*background:black;*/
}

.enavbox {
    top: 100%;
    z-index: 1;
    background: #fff;
    /*background: url('../images/bg.png');*/
    border-top: solid 1px #e6e6e6;
}

.enavbox1 {
    background: url('../images/bg.png');
}

.enavul {
    width: 70%;
    border-right: 1px solid #e6e6e6;
    padding-bottom: 4.624%;
}

    .enavul > li {
        width: 25%;
        padding-left: 2%;
        position: relative;
    }

.ficon {
    background: url('../images/icon.png') no-repeat 0px 0px;
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    left: -25px;
}

.ficon57 {
    background: url('../images/icon.png') no-repeat 0px 0px;
}

.ficon58 {
    background: url('../images/icon2.png') no-repeat 0px 0px;
}

.ficon59 {
    background: url('../images/icon3.png') no-repeat 0px 0px;
}

.ficon60 {
    background: url('../images/icon4.png') no-repeat 0px 0px;
}

.ficon11 {
    background: url('../images/cloundservice-icon.png') no-repeat 0px 0px;
}

.ficon22 {
    background: url('../images/cloundservice-icon2.png') no-repeat 0px 0px;
}

.enavul > li > p {
    font-size: 17px;
    padding-bottom: 5%;
    color: #666;
}

    .enavul > li > p > i {
        font-size: 12px;
        color: #bdbdbd;
        left: -17px;
        top: 18%;
    }

.enavul > li > a {
    padding: 2% 0px;
    font-size: 12px;
}

/*新增推荐服务  7.25  开始*/
.aytui {
    width: 100%;
    height: 900px;
}

.aytuiul {
    position: relative;
    display: block;
    width: 90%;
    height: 900px;
    margin: 0 auto;
}

    .aytuiul li {
        position: absolute;
        width: 21%;
        height: 386px;
        overflow: hidden;
        transition: all .3s ease;
        background: #fff;
    }

        .aytuiul li.ay1 {
            top: 0;
            left: 0;
        }

        .aytuiul li:hover {
            z-index: 1;
            padding: 20px 30px;
            height: auto;
            box-sizing: initial;
            overflow: initial;
            box-shadow: 1px 1px 30px #e3e7ef;
        }

        .aytuiul li.ay1:hover {
            top: -20px;
            left: -2%;
        }

        .aytuiul li.ay2 {
            top: 0;
            left: 25%;
        }

            .aytuiul li.ay2:hover {
                top: -20px;
                left: 22.5%;
            }

        .aytuiul li.ay3 {
            top: 0;
            left: 50%;
        }

            .aytuiul li.ay3:hover {
                top: -20px;
                left: 47.5%;
            }

        .aytuiul li.ay4 {
            top: 0;
            left: 75%;
        }

            .aytuiul li.ay4:hover {
                top: -20px;
                left: 72.5%;
            }

        .aytuiul li.ay5 {
            top: 410px;
            left: 0;
        }

            .aytuiul li.ay5:hover {
                top: 390px;
                left: -2%;
            }

        .aytuiul li.ay6 {
            top: 410px;
            left: 25%;
        }

            .aytuiul li.ay6:hover {
                top: 390px;
                left: 22.5%;
            }

        .aytuiul li.ay7 {
            top: 410px;
            left: 50%;
        }

            .aytuiul li.ay7:hover {
                top: 390px;
                left: 47.5%;
            }

        .aytuiul li.ay8 {
            top: 410px;
            left: 75%;
        }

            .aytuiul li.ay8:hover {
                top: 390px;
                left: 72.5%;
            }

.aykehu {
    width: 100%;
}

    .aykehu img {
        width: 100%;
    }

/*.aytuiul li:nth-child(4n){*/
/*margin-right: 0;*/
/*}*/
.ayimg {
    width: 80%;
    border-radius: 200px;
    overflow: hidden;
    margin: 0 10%;
}

    .ayimg img {
        width: 100%;
    }

.aycont {
    width: 100%;
}

    .aycont h6 {
        padding: 10px 0;
        line-height: 25px;
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }

.aycontent {
    width: 100%;
}

.ayleft {
    width: 100%;
}

    .ayleft > span {
        display: block;
        margin-bottom: 10px;
        width: 30px;
        height: 3px;
        background: #a3cd48;
    }

    .ayleft .acont {
        line-height: 20px;
        font-size: 12px;
        color: #888;
    }

        .ayleft .acont b {
            color: #a3cd48;
        }

.ayright {
    width: 100%;
}

    .ayright > span {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 30px;
        height: 3px;
        background: #0083b4;
    }

    .ayright .acont {
        line-height: 20px;
        font-size: 12px;
        color: #888;
    }

        .ayright .acont b {
            color: #0083b4;
        }

.inribox {
    width: 30%;
    padding-left: 3.5%;
}

    .inribox > p {
        color: #111;
        font-size: 17px;
        padding-bottom: 2%;
    }

        .inribox > p > i {
            color: #bdbdbd;
            left: -17px;
            top: 18%;
        }

    .inribox > div {
        width: 93.082%;
    }

.whswb {
    width: 100%;
    overflow: hidden;
}

    .whswb img {
        cursor: pointer;
        transition: all 0.6s;
    }

        .whswb img:hover {
            transform: scale(1.5);
        }

.enavdiv {
    padding: 1.6% 0px;
}


.arrow {
    top: 44%;
    width: 2.523%;
}

.aroleft {
    left: 3%;
}

.aroright {
    right: 3%;
}

.btinbox > h5 {
    font-size: 28px;
    padding-bottom: 1%;
}

.btinbox > p {
    font-size: 22px;
    color: #9B9B9B;
}

.btinbox {
    padding: 2.4% 0px;
}

.innewul > li {
    width: 25%;
    padding: 0px 1.5%;
}

    .innewul > li > a > h5 {
        margin-bottom: 5%;
    }

    .innewul > li > a > p {
        color: #888;
        height: 68px;
    }

    .innewul > li:hover > a > p {
        color: #bbb;
    }

.inseul > li {
    width: 12.5%;
}

    .inseul > li > a > span {
        width: 42.67%;
        padding: 7.97% 7.34%;
        border: 1px solid #c5e1ed;
        background-color: #f8f8f8;
        border-radius: 50%;
    }

    .inseul > li > a > p {
        color: #444;
        padding-top: 8%;
    }

.inseul {
    padding-bottom: 4%;
}

    .inseul > li:hover p {
        color: #1aa0d1;
    }

    .inseul > li:hover span {
        background-color: #e3f7ff;
    }

.inseoul, .news {
    padding-bottom: 2.5%;
}

    .inseoul > li, .news > li {
        width: 25%;
        padding: 0px 0.834% 2.5%;
    }

        .inseoul > li > a > div {
            height: 100%;
            background-color: rgba(5, 105, 150, .76);
            left: 0px;
            top: 100%;
            padding-top: 18%;
        }

            .inseoul > li > a > div > p {
                padding-top: 5%;
            }

.inimgbg {
    height: 265px;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}

.ldysul {
    border-left: 1px solid #ebeff3;
}

    .ldysul > li {
        width: 16.666666%;
        border-right: 1px solid #ebeff3;
        padding-bottom: 5.042%;
    }

        .ldysul > li > a > h5 {
            font-size: 15px;
            color: #151515;
            padding: 8% 0px;
        }

        .ldysul > li > a > span {
            width: 63.01%;
            font-size: 48px;
            padding: 14.502% 0px;
            background-color: #fafafa;
            border-radius: 50%;
            color: #028cc1;
        }

        .ldysul > li > a > p {
            color: #737373;
            padding: 0px 5%;
            height: 51px;
        }

        .ldysul > li > a > i {
            color: #ababab;
            font-size: 26px;
            left: 18%;
            top: 2%;
        }

.wbfwa {
    background-color: #1499cc;
    font-size: 15px;
    padding: 1% 2.75%;
    border-radius: 30px;
    margin: 3.334% 0px 5%;
}

    .wbfwa > img {
        margin-left: 10px;
    }

.abouul {
    width: 76.5%;
}

    .abouul > li {
        width: 33.333333%;
        padding-right: 3.267%;
    }

        .abouul > li > a > p {
            padding-top: 5%;
        }

        .abouul > li > a > div > div {
            height: 100%;
            left: 0px;
            top: 0px;
            background: url('../images/abouulbg.png') center no-repeat;
        }

        .abouul > li:hover > a > div > div {
            background: url('../images/abouulbga.png') center no-repeat;
        }

.abouriul {
    width: 23.5%;
    font-size: 13px;
    padding-left: 1%;
}

    .abouriul > li {
        line-height: 1.8em;
    }

        .abouriul > li > a {
            padding: 1.5% 0px;
        }

            .abouriul > li > a > span {
                color: #97c71c;
            }

        .abouriul > li:hover a {
            color: #999;
        }

.aboudiv {
    padding-bottom: 3%;
}

.stordiv {
    width: 39.167%;
    padding-right: 1.5%;
}

.storodiv {
    width: 19.334%;
}

.storul {
    width: 41.499%;
}

    .storul > li {
        width: 50%;
        padding-left: 3.411%;
    }

.storulli {
    padding-bottom: 1.5%;
}

.stordiv > a > div {
    height: 100%;
    left: 0px;
    top: 100%;
    padding-top: 28%;
}

    .stordiv > a > div > p {
        color: #444;
        padding-bottom: 3%;
    }

.stordiv:hover > a > img {
    opacity: 0.5;
}

.stordiv:hover > a > div {
    top: 0px;
}

.storodiv > a > div {
    height: 100%;
    left: 0px;
    top: 100%;
    padding-top: 58%;
}

    .storodiv > a > div > p {
        color: #444;
        padding-bottom: 3%;
    }

.storodiv:hover > a > img {
    opacity: 0.5;
}

.storodiv:hover > a > div {
    top: 0px;
}

.storul > li > a > div {
    height: 100%;
    left: 0px;
    top: 100%;
    padding-top: 18%;
}

    .storul > li > a > div > p {
        color: #444;
        padding-bottom: 3%;
    }

.storul > li:hover div {
    top: 0px;
}

.storul > li:hover > a > img {
    opacity: 0.5;
}

.partul > li {
    width: 20%;
    padding: 0px 1.834% 3%;
}

.partul {
    padding-bottom: 10%;
}

.footul > li {
    width: 12.5%;
}

    .footul > li > p {
        color: #e5e5e5;
        font-size: 15px;
        padding-bottom: 1%;
    }

    .footul > li > span {
        width: 20px;
        height: 1px;
        background-color: #7c817d;
    }

    .footul > li > a {
        color: #e5e5e5;
        font-size: 13px;
        padding: 5% 0px;
    }

.footul > .pull-right > h5 {
    color: #e5e5e5;
}

.footul > .pull-right > i {
    color: #e5e5e5;
    padding-bottom: 4%;
}

.footul > .pull-right > p {
    font-size: 16px;
    padding: 6% 0px 10%;
}

.footul > .pull-right > div {
    width: 62.67%;
}

.footul {
    padding: 4% 0px 6%;
}

.footoul {
    color: #e5e5e5;
    padding: 1.834% 0px;
}

    .footoul > li > img {
        margin-right: 10px;
    }

/* 手机导航 */

.navbut {
    font-size: 24px;
    right: 10px;
    top: 23%;
    color: #888;
}

.sjnav {
    position: fixed;
    width: 80%;
    height: 100%;
    top: 0px;
    right: -100%;
    padding: 0px 5%;
    z-index: 3;
}

.logdiv > a {
    color: #2f2f2f;
    margin-right: 10px;
}

.logdiv {
    margin-left: 20px;
    padding: 20px 0px;
}

.logbox {
    padding: 4% 0px;
}

.colse {
    font-size: 24px;
    margin: 13px 0px;
    color: #aaaaaa;
}

.logul > li > a > img {
    margin: 0px 10px;
}

.logul > li > a > i {
    color: #bbbbbb;
}

.logul > li {
    border-top: 1px solid #f2f2f2;
    padding: 1.5% 0px;
}

    .logul > li > .aynav {
        padding: 1.5% 0;
    }

    .logul > li > a {
        float: left;
        color: #2c2c2c;
    }

.logsja {
    bottom: 1%;
    width: 23.44%;
}

.slogul {
    display: none;
}

    .slogul > li > a {
        padding: 1.5% 0px;
    }

.dha {
    right: 1%;
    bottom: 1%;
    color: #0083b4;
}

.sjdhbg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: -100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 3;
}

/* 二级-Office365V2 */

.bghe, .mpbghe {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
}

.wral {
    padding: 3.917% 0px;
    font-size: 32px;
    line-height: 40px;
    color: #dd3a00;
}

.wralul > li {
    width: 33.333333%;
    padding: 0px 0.834%;
}

    .wralul > li > a {
        border: 1px solid #eaeaea;
    }

.wraldiv > h5 {
    padding-bottom: 3%;
}

.wraldiv {
    padding: 5.03%;
    /*border: 1px solid #eaeaea;*/
    min-height: 160px;
    color: #a1a1a1;
}

    .wraldiv p {
        color: #868686;
        line-height: 1.8em;
        /*height: 48px;*/
        padding: 3px 0px 3px 12px;
    }

        /*.wraldiv p i{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #b2b2b2;
	left: 0px;
	top: 10px;
}*/
        .wraldiv p em {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #b2b2b2;
            left: 0px;
            top: 10px;
        }

        .wraldiv p i {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #b2b2b2;
            left: 0px;
            top: 10px;
        }

.offaul {
    font-size: 16px;
}

    .offaul > li {
        width: 25%;
        padding: 0px 0.834% 5%;
    }

        .offaul > li > a > h5 {
            color: #888;
            border-bottom: 2px solid #dd3a00;
            padding-bottom: 4%;
            font-size: 16px;
            margin-bottom: 4%;
        }

        .offaul > li > a > span {
            color: #888;
            padding-top: 3%;
        }

.offysul > li {
    width: 25%;
    padding: 0px 0.667%;
}

    .offysul > li h5 {
        color: #0083b4;
        font-size: 18px;
    }

    .offysul > li p {
        color: #888;
        margin: 3% 0px;
        line-height: 1.8em;
        height: 42px;
    }

    .offysul > li > a > span {
        color: #006699;
        padding-bottom: 3%;
    }

    .offysul > li > a > div > span {
        width: 100%;
        height: 100%;
        background: url('../images/bfimg.png') no-repeat center;
        background-size: 22%;
        left: 0px;
        top: 0px;
    }

.gktya {
    font-size: 18px;
    background-color: #e23c00;
    padding: 1.417% 5%;
    margin: 5% 0px;
    border-radius: 5px;
}

.ofbtdiv > h5 {
    font-size: 28px;
    padding-bottom: 1%;
}

.ofbtdiv > p {
    color: #888;
    line-height: 1.8em;
}

.oficul > li {
    width: 33.333333%;
    padding: 0px 1%;
}

    .oficul > li > a {
        border: 1px solid #e5e5e5;
        padding: 8% 0px;
    }

    .oficul > li h5 {
        font-size: 18px;
        padding: 5% 0px 3%;
    }

    .oficul > li p {
        color: #888;
    }

    .oficul > li span {
        width: 25.402%;
    }

.oficul {
    padding-top: 3.334%;
}

.gxrzul {
    border-left: 1px solid #d2d2d2;
    margin: 5% 0px;
}

    .gxrzul > li {
        width: 25%;
        border-right: 1px solid #d2d2d2;
    }

        .gxrzul > li p {
            color: #888;
            width: 67%;
            padding: 5px 0px 5px 19%;
            height: 50px;
            overflow: hidden;
        }

            .gxrzul > li p > img {
                left: 0px;
                top: 0px;
                width: 30.351%;
            }

.ofpab {
    padding-bottom: 2.5%;
}

.fwzddiv > h5 {
    font-size: 28px;
    color: #abcd03;
}

.fwzddiv > p {
    color: #006199;
    font-size: 26px;
}

.fwzddiv {
    padding: 24px 0px;
    background: url('../images/fwzddiv.png') no-repeat center;
    margin: 6% 0px 5%;
}

/* 二级-解决方案V2.1 */

.cabox > h5 {
    font-size: 26px;
    padding: 1.5% 0px;
}

.cabox > p {
    color: #888;
}

.cabox > span {
    width: 6.334%;
}

.cabox {
    padding: 3.334% 0px 5%;
}

.casul > li {
    width: 16.6666%;
    padding-bottom: 6%;
}

    .casul > li > a > span {
        /*padding: 8.251%;
        border: 1px solid #c3e2ee;
        background-color: #f9f9f9;
        border-radius: 50%;*/
        padding: 4%;
        border: 1px solid #c3e2ee;
        border-radius: 50%;
        background-color: #f9f9f9;
        width: 26%;
    }

    .casul > li h5 {
        font-size: 16px;
        padding: 6% 0px 8%;
    }

    .casul > li p {
        color: #828282;
        padding: 0px 9%;
        line-height: 1.8em;
        height: 63px;
    }

    .casul > li i {
        color: #006699;
        margin-top: 5%;
    }

.pipinele {
    width: 27.5%;
    margin: 4% 0px;
}

    .pipinele > a {
        border: 1px solid #ccc;
        font-size: 16px;
        padding: 2.73% 4%;
    }

        .pipinele > a > i {
            right: 4%;
            top: 30%;
        }

    .pipinele > ul {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
        border-radius: 5px;
        top: 101%;
        left: 0px;
        padding: 3px 0px;
    }

        .pipinele > ul > li > a {
            padding: 3px 10px;
        }

/* 二级-客户故事 */

.clieul > li {
    width: 33.333333%;
    padding: 0px 1.667% 3.334%;
}

    .clieul > li h5 {
        font-size: 16px;
        padding: 4% 0px;
    }

    .clieul > li p {
        color: #888;
        line-height: 1.8em;
        height: 50px;
    }

    .clieul > li span {
        color: #006699;
        margin-top: 5%;
    }

.servcbox > div {
    width: 50%;
}

.servcridiv > img {
    left: 0px;
    top: 0px;
}

.servcriul {
    z-index: 1;
    color: #777;
    padding: 0px 12%;
    margin: 7.5% 0px;
    height: 116px;
}

    .servcriul > li {
        padding: 1% 0px;
    }

.operul > li {
    width: 20%;
}

    .operul > li > a > span {
        padding: 4%;
        border: 1px solid #aadbee;
        border-radius: 50%;
        background-color: #f9f9f9;
        width: 20%;
    }

    .operul > li h5 {
        font-size: 18px;
        padding: 4% 0px;
    }

    .operul > li p {
        color: #888;
        padding: 0px 13%;
        height: 70px;
    }

.operul {
    padding: 5% 0px;
}

/* 二级-媒体关注 */

.medlebox {
    width: 65%;
}

.medleul > li {
    width: 46.154%;
    padding-bottom: 3%;
}

    .medleul > li h5 {
        font-size: 16px;
        line-height: 1.8em;
        height: 56px;
        margin: 2% 0px;
    }

    .medleul > li p {
        color: #888;
        line-height: 1.8em;
        height: 63px;
    }

    .medleul > li span {
        color: #006699;
        padding-top: 3%;
    }

.medribox {
    width: 30%;
    border: 1px solid #e5e5e5;
    border-top: 0px;
}

.wbmzdiv > p {
    color: #007aa8;
}

    .wbmzdiv > p > img {
        padding: 0px 5px;
    }

    .wbmzdiv > p > span {
        color: #9f9f9f;
    }

.wbmzdiv > a {
    background-color: #fa4653;
    padding: 2px 5px;
    border-radius: 5px;
    margin-top: 5px;
}

.wbmzdiv > img {
    width: 15%;
    left: 0px;
    top: 32%;
}

.wbmzdiv {
    padding: 4% 0px 4% 20%;
    margin-top: 4%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.wbmodiv {
    padding: 5%;
}

.wbmodivp {
    padding-bottom: 4.66%;
}

.wbnrdiv {
    padding: 6%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 13px;
}

    .wbnrdiv > a {
        margin-top: 2%;
    }

.wbnrdivp {
    line-height: 1.8em;
}

    .wbnrdivp > span {
        color: #1b6daf;
    }

.wbnrul, .wbnrul > li > a {
    color: #a6bdd0;
}

.wbnrul {
    padding-top: 5%;
}

    .wbnrul > li > span {
        height: 12px;
        width: 1px;
        background-color: #a6bdd0;
        margin: 0px 8px;
    }

.wbborbo {
    border-bottom: 1px solid #e5e5e5;
}

.wbmobox {
    height: 502px;
    overflow-y: scroll;
}

.anypabottom {
    display: none;
}

.tafxul {
    padding-bottom: 4%;
}

.tafxdiv {
    border-top: 1px solid #e5e5e5;
    padding: 5%;
    margin-top: 1%;
}

.tafxul > li > a {
    color: #1b6daf;
}

.tafxoul > li {
    width: 20%;
    padding: 0px 1%;
}

    .tafxoul > li p {
        padding-top: 20%;
        color: #1b6daf;
    }

.medpa {
    padding-top: 2.5%;
}

.fyul > li > a {
    color: #666 !important;
    border-color: #dcdcdc;
    border-radius: 0px !important;
    margin: 0px 4px;
}

/* 二级-走进卡舟 */

.aboul > li > p {
    line-height: 1.8em;
    text-indent: 2em;
}

.abosp {
    padding-left: 2%;
    padding-bottom: 2%;
}

.aboul > li {
    padding-bottom: 2%;
}

.bigul {
    width: 1000%;
}

    .bigul > li {
        width: 10%;
    }
        .bigul > li p {
            text-align:center;
        }
.biga {
    top: 35%;
}

.aualul > li {
    width: 18%;
    margin:1% 1%;
}

    .aualul > li span {
        width: 100%;
    }

    .aualul > li p {
        color: #555;
        padding-top: 8%;
    }

.teamul {
    padding-bottom: 5%;
}

    .teamul > li {
        width: 16.666666%;
        padding: 0px 0.417%;
    }

        .teamul > li > a > div {
            height: 100%;
            left: 0px;
            top: 100%;
            background-color: rgba(0, 148, 204, .86);
            padding-top: 20%;
            font-size: 13px;
        }

            .teamul > li > a > div > p {
                padding: 8% 5%;
            }

.teamulwh {
    width: 33.333333% !important;
    padding: 4% 0.834% 0px !important;
}

    .teamulwh > span {
        color: #aaa;
    }

    .teamulwh > em {
        width: 30px;
        height: 1px;
        background-color: #333;
    }

    .teamulwh > h5 {
        color: #006a9a;
        padding: 3% 0px 4%;
    }

    .teamulwh > p {
        line-height: 1.8em;
        color: #888;
        padding: 0px 10%;
    }

.teamulpa {
    padding-bottom: 5%;
}

.joinul > li {
    width: 50%;
}

.joinul > .pull-right {
    padding-left: 3%;
    padding-top: 2%;
}

    .joinul > .pull-right > p {
        line-height: 1.8em;
        padding-bottom: 4%;
    }

    .joinul > .pull-right > span {
        padding-bottom: 1%;
    }

        .joinul > .pull-right > span > a {
            color: #0083b4;
        }

.joia {
    background-color: #006699;
    padding: 1.167% 4%;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 6%;
}

/* 二级-走进卡舟-联系我们 */

.contrul > li > h5 {
    font-size: 18px;
    padding: 5% 0px;
    border-bottom: 2px solid #666;
}

.contrul > li {
    width: 50%;
    padding-right: 5%;
}

    .contrul > li > div {
        padding: 3% 0px;
        border-bottom: 1px solid #d9d9d9;
    }

        .contrul > li > div > p {
            padding: 0.5% 0px;
        }

        .contrul > li > div > h5 {
            font-size: 16px;
            padding-bottom: 3.1%;
        }

.contrul {
    padding-bottom: 6%;
}

/* 二级-走进卡舟-实验室< */

.labul > li {
    width: 33.333333%;
    padding: 0px 1% 5%;
}

    .labul > li > a > h5 {
        color: #0083b4;
        font-size: 18px;
        padding: 5% 0px;
    }

    .labul > li > a > p {
        color: #767676;
        height: 80px;
    }

.labul li h5 {
    color: #0083b4;
    font-size: 18px;
    padding: 5% 0px;
}

.labul li p {
    color: #767676;
}
/* 三级-客户故事 */

.strlebox {
    width: 33%;
}

.strleh {
    padding: 4% 0px;
    font-size: 22px;
}

.strlep {
    line-height: 1.8em;
    padding-bottom: 6%;
    border-bottom: 1px solid #ddd;
}

.strleh1 {
    font-size: 16px;
    padding: 4% 0px 4%;
}

.strleul > li {
    width: 25%;
    /*padding-bottom:8%;*/
}

    .strleul > li > a > span {
        width: 56.57%;
    }

    .strleul > li > a > p {
        /*padding-top: 8%;*/
    }

.strribox {
    width: 62.5%;
}

.strrih {
    font-size: 16px;
    padding: 3% 0px 1%;
}

.strriul > li {
    background: url('../images/xbimg.png') no-repeat left center;
    padding: 1% 0px 1% 24px;
}

.strrioul > li {
    width: 33.333333%;
}

    .strrioul > li > a > h5 {
        font-size: 16px;
        padding: 5% 0px;
    }

.strrioul li h5 {
    font-size: 16px;
    padding: 5% 0px;
}

    .strrioul li h5 a {
        color: #333;
    }

.strrioul > li > a > p {
    line-height: 1.8em;
    color: #999;
    height: 50px;
}

.strrioul > li > a > span {
    width: 40%;
}

.strrioul {
    padding: 2% 0px 1%;
}

.strritul > li {
    width: 25%;
    padding: 0px 0.834%;
}

.strritul {
    padding: 2% 0px 4%;
    /*border-bottom: 1px solid #dcdcdc;*/
}

#jijin:hover {
    cursor: pointer;
}

#nashida:hover {
    cursor: pointer;
}

#xiangjin:hover {
    cursor: pointer;
}

.pull-left p a span {
    /*width: 56.57%;*/
}

 /*.pull-left p a {
    color: #666;
    display: block;
    text-align: left;
}*/

.nextul > .pull-left > a, .nextul > .pull-right > a {
    width: 20px;
    height: 16px;
}

.nextul > .pull-left > a {
    background: url('../images/nextul.png') no-repeat center;
}

.nextul > .pull-right > a {
    background: url('../images/nextul2.png') no-repeat center;
}

.nextul > .pull-left:hover a {
    background: url('../images/nextula1.png') no-repeat center;
}

.nextul > .pull-right:hover a {
    background: url('../images/nextula2.png') no-repeat center;
}


.operul > li > a > span > img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.operul li a:hover span {
    background: #f3fcff;
}

    .operul li a:hover span img {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }


.casul > li > a > span > img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.casul li a:hover span {
    background: #f3fcff;
}

    .casul li a:hover span img {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }



.nextul {
    padding: 3% 0px 6%;
}

.strbox {
    padding-top: 4%;
}

/* 三级-媒体关注 */

.newh {
    color: #0083b4;
    padding: 3% 0px 1.5%;
}

.newp {
    color: #aaa;
}

    .newp > span {
        margin-right: 3%;
    }

.newsul > li > p {
    line-height: 1.8em;
}

.newsul > li {
    padding: 1.5% 0px;
}

.newbox {
    padding-bottom: 3%;
}

.newsul {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 1% 0px 3%;
}

.fxdul > .pull-left > a > span {
    color: #aaa;
}

.fxdul > .pull-left > a {
    padding-bottom: 3%;
}

    .fxdul > .pull-left > a:hover {
        color: #0083b4;
    }

.fxdul {
    padding: 3% 0px 6%;
}

.serdiv > span {
    width: 10%;
    padding: 2.875%;
    border-radius: 50%;
}

.serdiv {
    top: -35%;
}

.serh {
    font-size: 26px;
    color: #006a9a;
    padding: 4% 0px 2%;
    /*z-index: 2;*/
}

.serbox > p {
    /*padding: 0px 14%;*/
    color: #888;
    line-height: 1.8em;
}

.serbox {
    padding-bottom: 2%;
}

.yjfwbox > div {
    width: 50%;
}

.yjfwdiv > h5 {
    color: #006a9a;
    padding: 4% 0px;
}

.yjfwpad {
    padding-left: 5%;
}

.yjfwdiv > ul > li {
    padding: 1% 0px 1% 15px;
    background: url('../images/arrow1.png') no-repeat 0px 15px;
    line-height: 1.8em;
    color: #888;
}

.yjfwpad1 {
    padding-right: 5%;
}

.lmbzul > li {
    width: 16.6%;
    border-left: 1px solid #eaeaea;
    padding-bottom: 2%;
}

    .lmbzul > li > a > h5 {
        font-size: 16px;
        padding: 10% 0px;
    }

    .lmbzul > li > a > p {
        padding: 0px 4%;
        color: #868686;
        line-height: 1.5em;
        height: 144px;
    }

    .lmbzul > li > a > span {
        font-size: 48px;
        color: #ffac4a;
    }

/*.lmbzul .li .p{
	padding: 0px 4%;
	color: #868686;
	line-height: 1.5em;
	height: 144px;
    text-align:justify;
}*/
.lmbzul .pull-left p span {
    font-size: 48px;
    color: #ffac4a;
}

.lmbzul .pull-left h5 {
    font-size: 16px;
    padding: 10% 0px;
}

.lmbzul .pull-left p {
    padding: 0px 4.5%;
    color: #868686;
    line-height: 1.5em;
    /*height: 144px;*/
}

.lmbzul > li:first-child {
    border-left: 0px;
}

/* 三级-走进卡舟-卡舟团队 */

.teambox > h5 {
    color: #006a9a;
    font-size: 26px;
    padding-bottom: 0.5%;
}

.teambox > p {
    color: #a5a5a5;
    padding-bottom: 1%;
}

.teambox {
    padding-top: 0.5%;
}

.teamsp {
    width: 20%;
    margin-right: 3.5%;
}

.teamoul > li > p {
    line-height: 1.5em;
}

.teamoul > li {
    padding: 1% 0px;
}

.teampa {
    padding: 3.5% 0px 4%;
}



.snavul {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #fff;
    /*background-color: rgba(255,255,255,0.8);
    background: url('../images/bg.png') ;*/
    padding: 5px 0px;
    left: -60%;
    top: 270%;
    display: none;
    z-index: 9;
    width: 200%;
}

    .snavul > li {
        border-bottom: 1px solid #f2f2f2;
        line-height: 270%;
    }

        .snavul > li > a {
            padding: 5px 80px 5px 0px;
            color: #454545;
            background: url(../images/to.png) no-repeat 90% center;
        }

        .snavul > li:hover a {
            padding-left: 10px;
            color: #51bea5;
            background: url(../images/to-act.png) no-repeat 90% center;
        }

.fdsf {
    transition: 1s; /*变化的时间  必须将其写在这里，不可以写在hover里面  只有这样才可以滑出鼠标的时候 动画会以动画的方式自动返回 */
}

    .fdsf:hover {
        transform: rotate(360deg)scale(1); /* 第一个参数旋转的角度 可以超过360  第二个参数为放大倍数大于1为放大 小于1为缩小*/
    }

.enadiv {
    width: 26%;
    padding: 10px 0px;
}

.enah {
    font-size: 17px;
    color: #666;
    padding: 10px 0px 10px 35px;
    /*background: url('../images/enah.png') no-repeat left center;*/
    background: url('../images/solution - icon.png') no-repeat left center;
}

.enaul > li {
    padding: 10px 0px 10px 40px;
}

    .enaul > li > a, .enaoul > li > a, .enatul > li > a {
        color: #555;
        font-size: 12px;
    }

.enah1 {
    font-size: 17px;
    color: #666;
    padding: 10px 0px 10px 47px;
    /*background: url('../images/enah1.png') no-repeat 15px center;*/
    background: url('../images/solution - icon2.png') no-repeat 15px center;
}

.enbdiv {
    width: 50%;
    padding: 10px 0px;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.enaoul > li {
    width: 25%;
    padding: 10px 0px;
}

.encdiv {
    width: 24%;
    padding: 10px 0px;
}

.enah2 {
    font-size: 17px;
    color: #666;
    padding: 10px 0px 10px 50px;
    background: url('../images/enah2.png') no-repeat 10px center;
}

.enatul {
    padding-left: 50px;
}

    .enatul > li {
        width: 33.33%;
        padding: 10px 0px 10px 0px;
    }

.fuwubg {
    background-color: rgba( 35, 43, 55, .7);
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 15;
}

.fuwudiv > p {
    font-size: 32px;
    padding: 50px 0px;
}

.fuwudiv {
    padding-left: 190px;
}

    .fuwudiv > img {
        left: 0px;
        bottom: 0px;
    }

.fuwuul > li {
    width: 130px;
}

    .fuwuul > li > a {
        padding: 10px 0px;
        border-radius: 5px;
        margin-left: 20px;
    }

        .fuwuul > li > a i {
            padding-left: 5px;
        }

.fuwua {
    background-color: #8bc025;
}

.fuwua1 {
    background-color: #47b6e5;
}

.fuwua2 {
    background-color: #07a0e0;
}

.fuwuul {
    padding: 15px 0px;
}

.dsdnlr {
    padding-top: 10%;
}

.fuwubg .spn {
    color: #fff;
    font-size: 32px;
    position: absolute;
    right: 4px;
    bottom: 49%;
    background: url('../images/advanced_floating_close_button.png')no-repeat;
    display: block;
    width: 26px;
    height: 26px;
}

    .fuwubg .spn:hover {
        cursor: pointer;
    }

.cbbut {
    position: fixed;
    right: 0px;
    top: 40%;
}

.cbbutul {
    font-size: 15px;
    width: 150px;
}

    .cbbutul > li > a {
        width: 150px;
        color: #6c6d6e;
        padding: 19px 0px 19px 45px;
        right: -105px;
        border-bottom: 1px solid #e2e5e6;
    }

    .cbbutul > li {
        height: 60px;
    }

        .cbbutul > li:first-child a {
            border-radius: 5px 0px 0px 0px;
        }


        .cbbutul > li:last-child a {
            border-bottom: 0px;
            border-radius: 0px 0px 0px 5px;
        }

.cbbutula {
    background: #f2f4f5 url('../images/cbbutula.png') no-repeat 17px center;
}

.cbbutula1 {
    background: #f2f4f5 url('../images/cbbutula1.png') no-repeat 17px center;
}

.cbbutula2 {
    background: #f2f4f5 url('../images/cbbutula2.png') no-repeat 17px center;
}

.cbbutula3 {
    background: #f2f4f5 url('../images/chatimg1.png') no-repeat 17px center;
}

.cbbutul > li:hover .cbbutula {
    background: #f2f4f5 url('../images/cbbutulaa.png') no-repeat 17px center;
}

.cbbutul > li:hover .cbbutula1 {
    background: #f2f4f5 url('../images/cbbutulaa1.png') no-repeat 17px center;
}

.cbbutul > li:hover .cbbutula2 {
    background: #f2f4f5 url('../images/cbbutulaa2.png') no-repeat 17px center;
}

.cbbutul > li:hover .cbbutula3 {
    background: #f2f4f5 url('../images/chatimg2.png') no-repeat 121px center;
}

.cbbutul > li:hover a {
    right: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s; /* IE 9 */
    -moz-transition: all 0.5s; /* Firefox */
    -o-transition: all 0.5s; /* Opera */
}

.solution {
}

    .solution ul {
        margin: 0;
        padding: 0;
    }

        .solution ul li {
            width: 25%;
            float: left;
            margin-bottom: 0px;
        }

            .solution ul li a span {
                font-size: 12px;
            }

            .solution ul li a p {
                /*padding-left: 5%;*/
                margin-bottom: 5px;
            }

                .solution ul li a p img {
                    width: 43%;
                }

            .solution ul li a span {
                color: #666;
            }

.storyy {
    /*background: #e5e5e5;*/
}

    .storyy ul li {
        width: 15%;
        float: left;
        line-height: 30px;
        /*background: url(../images/to.png)no-repeat;*/
    }

        .storyy ul li a {
            color: #666;
        }

.imgslm {
    width: 40%;
}
/**********************/

.freh {
    padding: 5% 0px;
    font-size: 28px;
    color: #111;
}

.frelediv {
    width: 59%;
}

.freleul {
    padding: 0px 13%;
}

    .freleul > li > input {
        line-height: 54px;
        height: 56px;
        border: 1px solid #e5e5e5;
        padding-left: 20%;
    }

    .freleul > li > span {
        color: #666;
        font-size: 15px;
        line-height: 54px;
        left: 0px;
        width: 22%;
        padding-left: 5%;
    }

    .freleul > li > input::-webkit-input-placeholder, .freleul > li > textarea::-webkit-input-placeholder {
        color: #bbb;
    }

    .freleul > li > input:-moz-placeholder, .freleul > li > textarea:-moz-placeholder {
        color: #bbb;
    }

    .freleul > li > input::-moz-placeholder, .freleul > li > textarea::-moz-placeholder {
        color: #bbb;
    }

    .freleul > li > input:-ms-input-placeholder, .freleul > li > textarea:-ms-input-placeholder {
        color: #bbb;
    }

    .freleul > li > textarea {
        width: 100%;
        padding-left: 20%;
        border: 1px solid #e5e5e5;
        padding-top: 2%;
        height: 95px;
    }

    .freleul > li {
        padding: 2% 0px;
    }

.freleula {
    background-color: #ee2222;
    font-size: 16px;
    padding: 3.5% 0px;
}

.freridiv {
    width: 41%;
}

    .freridiv > div {
        width: 76.627%;
    }

.frebox {
    padding-bottom: 10%;
}

.remul > li {
    padding: 1% 0px;
}

.aryul > li {
    width: 33.333333%;
    padding: 0px 1%;
}

    .aryul > li > a > div {
        height: 100%;
        background: url('../images/bfan.png') no-repeat center;
        background-size: 16%;
        left: 0px;
        top: 0px;
    }

    .aryul > li > p {
        color: #111;
        padding: 5% 0px;
    }

.aryoul > li {
    width: 33.333333%;
    padding: 0px 0.834%;
}

.aryodiv {
    padding: 0px 7% 5%;
    border: 1px solid #eaeaea;
}

    .aryodiv > h5 {
        font-size: 18px;
        color: #111;
        padding: 5% 0px;
    }

    .aryodiv > p {
        color: #868686;
        font-size: 12px;
        height: 34px;
        overflow: hidden;
    }

    .aryodiv > span {
        color: #006699;
        padding-top: 2%;
    }

.alyul > li {
    width: 20%;
    padding-bottom: 3%;
}

    .alyul > li > a > p {
        color: #444;
        padding-top: 3%;
    }

    .alyul > li > a > span {
        width: 22.5%;
    }

.alyoul > li {
    width: 25%;
    padding: 0px 0.625% 3%;
}

    .alyoul > li > a {
        border: 1px solid #e5e9ea;
        padding: 8% 12% 8% 36.5%;
    }

        .alyoul > li > a > h5 {
            font-size: 15px;
            color: #333;
            padding-bottom: 5%;
        }

        .alyoul > li > a > p {
            color: #999;
            font-size: 13px;
            height: 54px;
            overflow: hidden;
        }

        .alyoul > li > a > span {
            width: 17.67%;
            left: 8%;
            top: 20%;
        }

.rverd {
    position: fixed;
}

.xserverd-main {
    width: 100%;
    background: #fff;
    padding-bottom: 0.1rem;
    /*position: fixed;*/
    top: 81px;
    z-index: 1;
    overflow: hidden;
}

    .xserverd-main dt {
        height: 1px;
        width: 100%;
        background: #e6e6e6;
    }

.xserverd {
    width: 115rem;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .xserverd ul {
    }

    .xserverd .lef {
        float: left;
        width: 12%;
        line-height: 35px;
    }

    .xserverd .rig {
        width: 82%;
        padding: 0 4%;
        float: right;
    }

    .xserverd .lef li {
        font-size: 16px;
        background: url('../images/navarrow.jpg')no-repeat 100% 45%;
        text-align: center;
    }

    .xserverd .rig li a {
        line-height: 35px;
        color: #666;
        margin-right: 3%;
        display: block;
        float: left;
    }
/*------------------later---------------------*/
.what_title {
    width: 1200px;
    margin: 0 auto;
    line-height: 22px;
    text-align: center;
}

    .what_title h1 {
        font-size: 32px;
        line-height: 40px;
        color: #dd3a00;
        margin: 50px auto 20px;
    }

.whty {
    color: #a7a7a7;
}

.form-ul {
    width: 300px;
    margin: 25px auto;
}

    .form-ul li {
        margin-bottom: 20px;
    }

    .form-ul input, .form-ul select {
        width: 100%;
        padding: 0 5%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #d3d3d3;
        border-radius: 4px;
        color: #606060;
    }

    .form-ul select {
        appearance: normal;
        -moz-appearance: normal;
        -webkit-appearance: normal;
    }

.submit-btn {
    display: inline-block;
    width: 100px;
    line-height: 36px;
    background: orange;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.fozsize {
    font-size: 21px !important;
}

.sy_width > li {
    width: 25%;
}
/*------------------later---------------------*/
.video_se {
    width: 100%;
    height: 440px;
}




/*-----------------6-15--------------------*/
.demo2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bd {
    width: 96.6%;
    margin: 0 auto;
    overflow: hidden;
}

    .bd ul {
        width: 100%;
        float: left;
        padding-left: -2px;
    }

    .bd > div {
        width: 100%!important;
    }

    .bd li {
        width: 222px;
        width: 19.1379%;
        float: left;
        margin: 0 5px;
        text-align: center;
        box-sizing: border-box;
    }

        .bd li a {
            vertical-align: middle;
        }

    .bd ul li img {
        width: 100%;
        vertical-align: middle;
        border: 1px solid #eee;
    }

    .bd ul li p {
        padding-top: 5px;
    }

.hd > a {
    width: 14px;
    height: 23px;
}

.hd > a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hd a {
    background-size: contain;
}

.hd .prev {
    left: 0;
}

.hd .next {
    right: 0;
}

.hd .prev {
    background: url(../ximage/case-lf.png) no-repeat center;
}

    .hd .prev:hover {
        background: url(../ximage/case-lf-act.png) no-repeat center;
    }

.hd .next {
    background: url(../ximage/case-rg.png) no-repeat center;
}

    .hd .next:hover {
        background: url(../ximage/case-rg-act.png) no-repeat center;
    }

.module {
    background: #f8f8f8;
}

.fomar {
    text-transform: uppercase;
}

.cases {
    margin: 3.2% 0 6% 0;
}

.customer-ban {
    margin-top: -30px;
}

.advan-ul li {
    float: left;
    width: 32%;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    padding: 3.33% 2.9%;
    margin: 0 1.83% 1.83% 0;
}

    .advan-ul li:nth-of-type(3n) {
        margin: 0 0 1.83% 0;
    }

.advan-ul:nth-of-type(2) li:first-child {
    border: none;
}

.advan-ul img {
    width: 18.7%;
    margin: 0 auto;
}

.advan-ul h2 {
    color: #222;
    font-size: 24px;
    margin: 25px 0 14px 0;
    margin: 6.5% 0 3.63% 0;
}

.advan-ul p {
    color: #888;
    font-size: 15px;
    line-height: 170%;
}

.advantage {
    padding-bottom: 5.33%;
}

.feature-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5.25% 0;
    border-top: 1px solid #eee;
}

.feature-img {
    float: left;
    width: 27.9%;
}

    .feature-img img {
        width: 100%;
    }

.feature-cont {
    float: right;
    width: 57%;
}

.feature-ul li:nth-of-type(2n) .feature-cont {
    float: left;
}

.feature-ul li:nth-of-type(2n) .feature-img {
    float: right;
}

.feature-cont h2 {
    color: #0154a0;
    font-size: 32px;
}

.feature-cont p {
    color: #555555;
    font-size: 16px;
    line-height: 175%;
    margin-top: 18px;
    margin-top: 2.63%;
}

.mt20 {
    margin-top: -20px;
}

.return-home {
    width: 182px;
    line-height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
}

    .return-home a {
        display: block;
        color: #666;
    }

.services {
    padding-bottom: 6.4%;
    border-top: 1px solid #eee;
}

.customer-ban img {
    display: none;
}

    .customer-ban img:nth-of-type(1) {
        display: block;
    }

@media only screen and (max-width: 640px) {
    .advan-ul li, .advan-ul li:nth-of-type(3n) {
        width: 49%;
        margin: 0 2% 2% 0;
    }

        .advan-ul li:nth-of-type(2n) {
            float: right;
            margin: 0 0 2% 0;
        }

    .advan-ul img {
        width: 30%;
    }

    .advan-ul h2 {
        margin: 10% 0 6% 0;
        font-size: 18px;
    }

    .advan-ul p {
        font-size: 13px;
    }

    .mt20 {
        margin: 0;
    }

    .feature-cont p {
        font-size: 12px;
        height: 45px;
        overflow: hidden;
    }

    .feature-cont h2 {
        font-size: 20px;
    }

    .return-home {
        width: 150px;
        line-height: 38px;
    }

    .bd {
        width: 90%;
    }

        .bd li {
            width: 47%;
        }

    .customer-ban {
        margin: 0;
    }

    /*7/31修改*/
    .ayimg {
        width: 100%;
        height: 80px;
    }

        .ayimg img {
            width: 100%;
            height: 80px;
            vertical-align: middle;
        }

    .ayh5 {
        height: 60px!important;
    }

    .aycont {
        display: none;
    }
    /*推荐服务隐藏*/
    .por {
        /*padding-bottom: 60px;*/
    }

    /*.btinbox {
        display: none;
    }*/

    .aytui {
        display: none;
    }

    .ldysul > li {
        height: 200px;
    }

    .bg4f {
        display: none;
    }

    .bg41 {
        display: none;
    }

    .anypabottom {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 20;
        width: 100%;
        padding: 10px 0;
        background: #fff;
        text-align: center;
        display: block;
    }

        .anypabottom > a {
            float: left;
            width: 40%;
            margin: 0 30%;
        }
            .anypabottom > a img {
                width: 100%;
            }

    .partul {
        padding-bottom: 0;
    }

    .inimgbg {
        display: none!important;
    }

    .pim > img {
        width: 100%;
        padding: 1.2rem;
    }
}

/*index-new*/
.inseoul > li > a > p, .news > li > a > p {
    color: #000000;
}

.inseoul > li > a {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .inseoul > li > a:hover {
        box-shadow: 0 0 20px 5px #ddd;
    }

/*增值服务*/
.inseul > li {
    width: 20%;
    margin-top: 2%;
}

    .inseul > li:hover p {
        color: #47c1e1;
    }

.inseul-img {
    width: 51px;
    height: 51px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inseul > li:hover .inseul-img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); /* Internet Explorer */
    -moz-transform: rotate(360deg); /* Firefox */
    -webkit-transform: rotate(360deg); /* Safari 和 Chrome */
    -o-transform: rotate(360deg); /* Opera */
}

.service-btn > a {
    padding: 1% 2.75%;
    margin: 3.334% 0px 0;
    border: 1px solid #000;
    color: #000;
}

/*解决方案*/
.solution {
    position: relative;
}

.solution-bd {
    overflow-x: hidden;
}

.solution > a > .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #132c6a;
    top: 0;
    left: 0;
    z-index: -1;
}

.solution > a {
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
    color: #fff;
    z-index: 2;
}

.solution-left {
    left: 0;
}

.solution-right {
    right: 0;
}

.solution > a > .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
}

.picList > li {
    width: 25%;
}

.solution-items {
    position: relative;
}

.solution-main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

    .solution-main .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity:0.8;
        background: rgba(0, 0, 0, 0.3);
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
        z-index: -1;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }

.solution-items:hover .bg {
    background-color: rgba(0, 0, 0, 0.7);
}

.items-main {
    width: 100%;
    padding: 0 20px;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1;
    transform: translateY(-40%);
}

.solution-title {
    padding-top: 20px;
}

.solution-solid {
    margin: 20px auto 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.solution-items:hover .solution-solid {
    margin: 0 auto;
    height: 0;
}

.items-text {
    height: 0px;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.solution-items:hover .items-text {
    height: 185px;
    padding: 20px 0;
}

.items-text > p {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.items-text > a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 50px;
}



/*动态 百科*/
.trends {
    padding: 10PX 0PX 30PX 0PX;
}

.carousel-inner > .item > a > div > div {
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/abouulbg.png) center no-repeat;
}

.carousel-inner > .item > a > div > img {
    width: 100%;
}

.carousel-inner > .item > a:hover > div > div {
    background: url(../images/abouulbga.png) center no-repeat;
}

.carousel-indicators {
    position: static;
    width: 100%;
    margin: 0;
    padding-top: 5px;
}

    .carousel-indicators li {
        background-color: #b6b3b5;
        border: none;
        margin: 0;
    }

    .carousel-indicators .active {
        width: 10px;
        height: 10px;
        border: 1px solid #66697c;
        background-color: transparent;
        margin: 0;
    }

.trends-title {
    padding-bottom: 10px;
}

.trends-left {
    padding-right: 20px;
}

.trends-right {
    padding-left: 20px;
}

    .trends-left > ul > li > a, .trends-right > ul > li > a {
        color: #919191;
    }

.trends-list {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    height: 45px;
}

.trends-left > ul > li:first-child > .trends-list, .trends-right > ul > li:first-child > .trends-list {
    border-top: 1px solid #e6e6e6;
}

.list-left {
    width: 77%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px 0 15px;
    position: relative;
}

    .list-left:after {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #919191;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

.list-right {
    width: 22%;
    height: 45px;
    line-height: 45px;
    text-align: right;
    color: #b2b2b2;
}

.trends-list:hover .list-left {
    color: #00c1de;
}

    .trends-list:hover .list-left:after {
        background-color: #00c1de;
    }

.trends-list:hover .list-right {
    color: #666666;
}

/*底部*/
.footcp {
    padding: 1.834% 0px;
}

.foot-bottom {
    padding: 4% 0px 4%;
    border-bottom: 1px solid #e8e8e8;
}

    .foot-bottom > li > p {
        color: #192231;
        font-size: 15px;
        padding-bottom: 0%;
    }

    .foot-bottom > li > .font-time {
        padding-bottom: 10%;
    }

    .foot-bottom > li > a {
        color: #767b7f;
        font-size: 13px;
        padding: 5% 0px;
    }

    .foot-bottom > li {
        width: 15%;
    }

.font-code {
    padding: 10px 5px;
}

.font-icon {
    margin-left: 15px;
}

/*右侧悬浮*/
.right-fixed {
    position: fixed;
    right: 0;
    top: 43%;
    background: #fff;
    box-shadow: -5px 0 10px #ccc;
    text-align: center;
    width: 62px;
    z-index: 20;
}

    .right-fixed li {
        padding: 20px 0 16px 0;
        border-bottom: 1px solid #eeeeee;
        cursor: pointer;
        position: relative;
        float: initial;
    }

        .right-fixed li:last-child {
            border-bottom: none;
        }

        .right-fixed li em {
            color: #888;
            font-size: 12px;
            margin-top: 6px;
        }

    .right-fixed > li > p {
        width: 20px;
        height: 20px;
        margin: 0 auto;
    }

    .right-fixed > li.li-o > p {
        background: url(../images/sub-qq.png) no-repeat center;
    }

    .right-fixed > li.li-t > p {
        background: url(../images/sub-tell.png) no-repeat center;
    }

    .right-fixed > li.li-th > p {
        background: url(../images/sub-app.png) no-repeat center;
    }

    .right-fixed > li.li-f > p {
        background: url(../images/sub-top.png) no-repeat center;
    }

    .right-fixed > li.li-o:hover > p {
        background: url(../images/sub-qq-act.png) no-repeat center;
    }

    .right-fixed > li.li-t:hover > p {
        background: url(../images/sub-tell-act.png) no-repeat center;
    }

    .right-fixed > li.li-th:hover > p {
        background: url(../images/sub-app-act.png) no-repeat center;
    }

    .right-fixed > li.li-f:hover > p {
        background: url(../images/sub-top-act.png) no-repeat center;
    }

    .right-fixed > li:hover em {
        color: #026bb9;
    }

    .right-fixed > li.li-th .more-info, .right-fixed > li.li-t .more-info {
        top: 67%;
        transform: translateY(-50%);
    }

.more-info {
    display: none;
}


.more-info {
    position: absolute;
    top: 0;
    right: 62px;
    transition: 0.5s;
    background: #fff;
    text-align: center;
    z-index: 1;
    width: 184px;
    box-shadow: -5px 0 10px #ccc;
    display: none;
}

.ri-1 {
    padding: 21px 21px 15px 21px;
}

    .ri-1 h2 {
        margin-bottom: 13px;
        font-weight: 400;
    }

    .ri-1 a {
        width: 100%;
        line-height: 38px;
        border: 1px solid #e5e5e5;
        color: #666;
        margin-bottom: 10px;
        display: inline-block;
    }

        .ri-1 a i {
            width: 16px;
            height: 18px;
            background: url(../images/sub-qq-hui.png) no-repeat center;
            vertical-align: middle;
            margin-right: 8px;
            margin-top: -2px;
            display: inline-block;
        }

        .ri-1 a:hover {
            background: #026bb9;
            color: #fff;
        }

            .ri-1 a:hover i {
                background: url(../images/sub-qq-bai.png) no-repeat center;
            }

.ri-2 {
    padding: 21px;
}

    .ri-2 h2 {
        margin-bottom: 5px;
    }

.ri-3 {
    width: 170px;
    padding: 15px 22px 16px 22px;
}

    .ri-3 img {
        margin-bottom: 13px;
    }

    .ri-3 p {
        line-height: 20px;
    }
/*0529新改*/
.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 9px;
}

.btn-area {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 106px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    text-align: center;
    margin-right: 6px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.btn-text {
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    max-width: 100px;
}

.icon-qq {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url("https://bqq.gtimg.com/qidian/src/wpa/dist/4.1.0/images/1_1_2.png") no-repeat;
    margin-top: 1px;
}

.enavdiv1 {
    padding: 1.6% 0px;
}
.wangluoanquan{
    width: 70%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-right: 1px solid #e6e6e6;
    padding-bottom: 4.624%;
}
.wangluoanquan li{
    width: 20%;
    padding-left: 2%;
    padding-bottom: 3%;
    position: relative;
}
.wangluoanquan li p{
    font-size: 17px;
    padding-bottom: 5%;
    color: #666;
}
.wangluoanquan li a{
    padding: 2% 0px;
    font-size: 12px;
}
.weiruanyun ul li{
    width: 20%;
}