/*nav */
nav {
    height: 100px;
}

nav .logo {
    margin: 10px 154px 10px 0;
}

nav .logo img {
    width: 190px;
    height: 60px;
}

nav .inputbox {
    width: 430px;
    height: 71px;
    margin-top: 25px;
}

nav .inputbox input {
    border: 1px solid #0075be;
    width: 354px;
    height: 40px;
    line-height: 30px;
    border-radius: 16px 0 0 16px;
    padding-left: 15px;
    outline: medium none;
    font-size: 14px;
    color: #aaa;
}

nav .inputbox button {
    width: 59px;
    height: 42px;
    cursor: pointer;
    border: none;
    border-radius: 0 16px 16px 0;
    background-color: #0075be;
    position: relative;
}

.inputbox s {
    display: block;
    width: 17px;
    height: 17px;
    background: #0075be url(../images/script.png) no-repeat 0 0;
    position: absolute;
    top: 13px;
    left: 21px;
}

nav .ewmTop img {
    width: 62px;
    height: 62px;
}

nav .ewmTop p {
    color: #666;
    line-height: 12px;
    margin-top: 5px;
    text-align: right;
}

nav .ewmTop {
    width: 70px;
    height: 85px;
    margin-top: 10px;
}

.services {
    width: 100%;
    height: 38px;
    cursor: pointer;
    position: static;
    /*position: fixed;
    top: 200px;
    z-index: 9999;*/
    background-color: #00afec;
}

 .services a {
    line-height: 38px;
    font-size: 16px;
    color: #ffffff;
}

 .allIcon {
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url(../images/script.png) no-repeat 0 -17px;
    margin: 14px 18px 0 23px;
}

.servicesAll {
    width: 230px;
    height: 39px;
    position: relative;
}

.servicesAll > a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0075be;
}

.service-lits li {
    width: 108px;
    height: 38px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.service-lits li:first-child {
    /*padding-left: 10px;*/
    width: 118px;
}

.service-lits li a {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}

    .service-lits li a:hover {
        color: #FFF;
        background-color: #4b4a48;
    }

.phone {

}

.phone > p {
    font-size: 14px;
    color: #FFF;
    line-height: 38px;
}

.phone > i {
    width: 18px;
    height: 14px;
    margin: 13px 8px 0 0;
    background: url("../images/script.png") no-repeat 0 -29px;
}

.childNav {
    width: 230px;
    height: 450px;
    position: absolute;
    left: 0;
    top: 38px;
    z-index: 10000;
}

.childNav > dl {
    width: 230px;
    height: 450px;
    position: relative;
    background-color: rgba(23, 18, 15, 0.8);
}

.childNav > dl > dd {
    width: 230px;
    height: 64px;
    box-sizing: border-box;
    border-bottom: 1px solid #726659;
    cursor: pointer;
}

.childNav > dl > dd:last-child {
    border-bottom: 0;
    height: 65px;
}

.childNav > dl > dd:hover {
    background-color: rgba(255, 255, 255, 0.27);
}

.childNavDiv {
    width: 850px;
    height: 450px;
    background-color: rgba(23, 18, 15, 0.8);
    position: absolute;
    left: 230px;
    top: 0;
}

.childNavDiv > dl > dd {
    /*height: 83px;*/
    width: 925px;
}

.childNavDiv .childNavLeft {
    width: 135px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #ddd;
    font-size: 16px;
    float: left;
    margin-right: 10px;
}

.childNavDiv .childNavLeft,
.childNavDiv .childNavRight {
    display: inline-block;
    vertical-align: middle;
}

.childNavDiv .childNavRight {
    width: 70%;
    float: left;
    border-bottom: 1px solid #dbdbdb;
}

.childNavDiv .childNavRight a {
    display: inline-block;
    height: 64px;
    font: 300 16px/64px "微软雅黑 Regular";
    color: #aaa;
    margin-right: 33px;
    text-align: center;
}

.childNavDiv .childNavRight a:hover {
    color: #fff;
}

.childNavList {
    height: 100%;
}

.childNavList s {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 19px 0 0 21px;
}

.childNav > dl > dd:nth-child(1) s {
    background: url("../images/script.png") no-repeat -178px 0;
}

.childNav > dl > dd:nth-child(2) s {
    background: url("../images/script.png") no-repeat -178px -20px;

}

.childNav > dl > dd:nth-child(3) s {
    background: url("../images/script.png") no-repeat -178px -40px;

}

.childNav > dl > dd:nth-child(4) s {
    background: url("../images/script.png") no-repeat -178px -60px;
}

.childNav > dl > dd:nth-child(5) s {
    background: url("../images/script.png") no-repeat -178px -80px;
}

.childNav > dl > dd:nth-child(6) s {
    background: url("../images/script.png") no-repeat -178px -100px;
}

.childNav > dl > dd:nth-child(7) s {
    background: url("../images/script.png") no-repeat -178px -120px;
}

.childNavList span {
    text-align: center;
    height: 58px;
    font: 16px/58px "微软雅黑";
    color: #FFF;
    float: left;
    margin-left: 23px;
}

.childNavList i {
    display: block;
    width: 8px;
    height: 12px;
    float: right;
    margin: 27px 21px 0 0;
    background: url("../images/script.png") no-repeat -178px -141px;
}

/*nav END*/

/*aside 咨询*/
.advisory_qq {
    position: fixed;
    right: 10px;
    top: 40%;
    z-index: 9999;
    width: 86px;
    -webkit-box-shadow: 0px 2px 10px #8a7979;;
    -moz-box-shadow: 0px 2px 10px #8a7979;;
    box-shadow: 0px 2px 10px #8a7979;;
}

.advisory_list li {
    height: 85px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;

}

.advisory_list li:hover {
}

.advisory_list li a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.advisory_list li h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 29px;
    color: #666;
    padding-bottom: 1px;
}

.advisory_list li > a > div > div {
    width: 52px;
    height: 51px;
    margin: 0px auto;
    margin-top: 5px;

}

/* .advisory_list li:hover h4,
.advisory_list li:first-child h4
{color:#fff;} */
.qqZx {
    background: url("../images/script.png") no-repeat -198px 0;
}

.gzwxIcon {
    background: url("../images/script.png") no-repeat -198px -51px;
}

.jrgwc {
    background: url("../images/script.png") no-repeat -198px -102px;
}

.hddb {
    background: url("../images/script.png") no-repeat -198px -153px;
}

.advisory_list li a:hover .qqZx {
    background: url("../images/script.png") no-repeat -198px -204px;
}

.advisory_list li a:hover .gzwxIcon {
    background: url("../images/script.png") no-repeat -198px -255px;
}

.advisory_list li a:hover .jrgwc {
    background: url("../images/script.png") no-repeat -198px -306px;
}

.advisory_list li a:hover .hddb {
    background: url("../images/script.png") no-repeat -198px -357px;
}

.rightEwm {
    position: absolute;
    top: 85px;
    left: -200px;
}

.rightEwm img {
    width: 200px;
    height: 200px;
}

/*aside END*/

/*banner*/
.banner {
    height: 450px;
    width: 1200px;
    overflow: hidden;
    position: relative;
    margin:0 auto;
}

ul.bannerImg {
    width: 1000%;
    overflow: hidden;
    position: absolute;
}

.banner ul.bannerImg a,
.banner ul.indicator a {
    display: block;
    width: 100%;
    height: 100%;
}

.bannerImg li {
    width: 1200px;
    height: 450px;
    float: left;
    overflow: hidden;
}

.indicator {
    display: block;
    position: absolute;
    left: 47%;
    bottom: 13px;
}

.indicator li {
    float: left;
    text-indent: 10000px;
    display: block;
    width: 40px;
    height: 8px;
    float: left;
    margin-right: 15px;
    background-color: #fff;
    cursor: pointer;
    opacity: 0.5;
}

.indicator li a {

}

.indicator li.cur {
    opacity: 1;
}

.q-querry {
    margin-top: 30px;
    margin-left: 30px;
    position: absolute;
    left: 20%;
    bottom: 30px;
    z-index: 99;
}

.nuclearTxt {
    width: 450px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background: #fff;
    border: 1px solid #0075be;
    vertical-align: middle;
    color: #3f3a3b;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 16px;
    outline-style: none;
    float: left;
}

.nuclearBtn {
    width: 180px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #0075be;
    background: #0075be;
    text-align: center;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
    width: 150px;
}

.banner-content {
    position: absolute;
    right: 0;
    z-index: 999;
    width: 246px;
    text-align: center;
}

.banner-content-side {
    background: #0075be;
    color: #fff;
    position: relative;
    margin-bottom: 6px;
    height: 221px;
    overflow: hidden;
    display: block;
}

.tempWrap {
    overflow: hidden;
    position: relative;
    width: 246px;
}

.banner-side-change {
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    display: block;
    width: 13px;
    height: 23px;
    background-image: url(../images/p_n.png);
    z-index: 999999;
}

.prev-a {
    background-position: 0 0;
    left: 20px;
}

.next-a {
    background-position: -13px 0;
    right: 20px;
}

.banner-side-ul {
    width: 3690px;
    height: 222px;
    position: relative;
    left: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.banner-side-ul li {
    float: left;
    width: 246px;
    display: block;
    padding: 25px 0 20px;
    position: relative;
    left: 0;
    top: 0;
}

p.company-name {
    font-size: 20px;
}

p.company-name-2 {
    font-size: 14px;
    line-height: 24px;
}

label.company-price {
    display: block;
    margin: 21px 0 30px;
    position: relative;
    top: -3px;
}

label.company-price > big {
    font-size: 35px;
    font-weight: bold;
    position: relative;
    top: -1px;
}

label.company-price > big span {
    font-size: 46px;
    position: relative;
    top: 3px;
}

.side-buy {
    display: block;
    width: 138px;
    height: 30px;
    margin: 0 auto;
    border: 1px #fff solid;
    line-height: 30px;
    color: #fff;
    border-radius: 2px;
}

.banner-side-bottom {
    background: #fefefe;
}

.banner-side-up {
    margin: 0 25px;
    padding: 8px 5px;
    border-bottom: 1px #dedede dashed;
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    overflow: hidden;
    display: block;
    height: 74px;
}

.banner-side-up .tempWrap {
    overflow: hidden;
    position: relative;
    height: 74px;
}

.right-gundong {
    height: 242px;
    position: relative;
    padding: 0px;
    margin: 0px;
    top: 0;
}

.right-gundong a {
    line-height: 22px;

}

.banner-side-safe {
    padding: 15px 0;
}

.banner-side-safe > b {
    font-size: 15px;
    color: #666;
    font-weight: bold;
}

.banner-side-safe > p {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin-top: 3px;
}

.banner-safe-list {
    overflow: hidden;
    padding: 15px 10px 0;
}

.banner-safe-list > label {
    display: block;
    float: left;
    font-size: 12px;
    color: #aaa;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
}

.safe-icon {
    display: block;
    margin: 0 auto 5px;
    width: 30px;
    height: 30px;
    background-image: url(../images/safe_icon.png);
}

.safe-icon.icon1 {
    background-position: 0 0;
}

.safe-icon.icon2 {
    background-position: -30px 0;
}

.safe-icon.icon3 {
    background-position: -60px 0;
}

.safe-icon.icon4 {
    background-position: -90px 0;
}

/*banner END*/


/*精选套餐 */
.choiceness-ul {
    padding-top: 20px;
    font-size: 0;
[;
    letter-spacing: -4px;
];
[;
    word-spacing: -4px;
];
}

.choiceness-ul > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
[;
    letter-spacing: normal;
];
[;
    word-spacing: normal;
];
}

.choiceness-ul > li.choiceness-title {
    margin: 0;
}

.choiceness-title {
    position: relative;
    width: 210px;
    color: #fff;
    min-height: 180px;
    background-color: #5b97f2;
    background-image: url(../images/choiceness_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.choiceness-title > h3 {
    margin: 20px 18px 0;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.choiceness-title > p {
    margin: 0 18px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
}

.choiceness-title > i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 7px transparent solid;
    border-bottom: 7px transparent solid;
    border-right: 7px #fff solid;
}

.choiceness-list {
    width: 313px;
}

.choiceness-list:hover {
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, .1);
}

    .choiceness-list > a {
        display: block;
        padding: 40px 20px 0 30px;
        min-height: 140px;
        background: #ebfcfd;
    }

.choiceness-list h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.choiceness-list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.choiceness-list p > span {
    font-size: 15px;
    color: #004b92;
}

.choiceness-price {
    padding: 10px 0;
}

.choiceness-price > big, .choiceness-price > del, .choiceness-price > i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.choiceness-price > big {
    font-size: 20px;
    color: #fa4f4f;
}

.choiceness-price > del {
    color: #999;
    margin-left: 5px;
}

.choiceness-price > i {
    line-height: 28px;
    border: 1px #0075be solid;
    border-radius: 15px;
    padding: 0 12px;
    color: #fa4f4f;
    margin-left: 10px;
    cursor: pointer;
}

.choiceness-list:hover .choiceness-price > i {
    background:#0075be;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.choiceness-list.bgebf7fd > a {
    background: #fff2d2;
}

/*精选套餐 END*/

/*business*/
/*.business {
    background-color: #fff;
    height: 590px;
}

.business .w > h3 {
    font-size: 24px;
    line-height: 24px;
    color: #333;
    text-align: center;
    padding-top: 44px;
    padding-bottom: 17px;
}

.busBox {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px #aaa;
    -moz-box-shadow: 0px 0px 15px #aaa;
    box-shadow: 0px 0px 15px #aaa;
}

.busi_Title {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #0075be;
}

.busi_Title li {
    float: left;
    width: 180px;
    height: 49px;
}

.busi_Title li a {
    display: block;
    width: 100%;
    height: 100%;
    font: 16px/44px "微软雅黑";
    text-align: center;
    color: #666;
    border-top: 4px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.busi_Title li a:hover {
    border-top: 4px solid #0075be;
    background-color: #ff7200;
    color: #ffffff;
    font-weight: 600;
}

.busi_Title li a:hover i {
    background-color: #ff7200;
}

.busi_Title a i {
    width: 1px;
    height: 34px;
    background-color: #cccccc;
    position: absolute;
    right: 0;
    top: 6px;
}

.busBox {
    height: 440px;
}

.bus_Contet {
    height: 372px;
    margin-top: 18px;
    overflow: hidden;
    position: relative;
}

.bus_Contet ul {
    position: absolute;
    top: 0;
    left: 0;
}

.bus_Contet li {
    float: left;
    width: 280px;
    height: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 26px;
    border: 1px solid #fff;
    margin-bottom: 22px;
}

.bus_Contet ul li > div {
    overflow: hidden;
    width: 278px;
    height: 195px;
}

.bus_Contet li:hover {
    border: 1px solid #d3d3d3;
}

.bus_Contet li:last-child {
    margin-right: 0;
    float: right;
}

.bus_Contet h4 {
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 18px;
    padding: 15px 0 14px 0;
}

.bus_Contet p {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 14px;
    padding-bottom: 20px;
}

.bus_Contet h5 {
    font-size: 14px;
    color: #0075be;
    text-align: center;
    margin-bottom: 13px;
}

.bus_Contet h5 span {
    font-size: 18px;
    font-weight: 600;
}

.bus_Contet button {
    width: 118px;
    height: 30px;
    background-color: #0075be;
    color: #ffffff;
    margin-left: 80px;
    border-radius: 12px;
    cursor: pointer;
}*/

/*business END*/
/*创业 模块 css*/
.start-business {
    width: 1180px;
    margin: 0 auto;
    padding: 50px 0 0;
}

/*标题类 公用样式 */
.index-title {
    text-align: center;
}

    .index-title > h2 {
        font-size: 24px;
        padding-bottom: 10px;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index-title > p {
        color: #999;
    }
.start-business-main {
    margin-top: 30px;
}

.business-left {
    width: 210px;
    float: left;
    position: relative;
}

    .business-left > img {
        max-width: 100%;
    }

.business-category {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
    margin: 0 17px;
    overflow: hidden;
}

    .business-category > a {
        display: block;
        float: left;
        width: 82px;
        text-align: center;
        margin: 3px;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 26px;
    }

        .business-category > a:hover {
            background: url(../images/transparent40.png);
        }

.business-right {
    float: left;
    width: 970px;
    border-top: 1px #C9151E solid;
}

.category-ul3 {
    padding: 9px 0 10px;
    overflow: hidden;
}

    .category-ul3 > li {
        display: block;
        float: left;
        margin-left: 10px;
    }

    .category-ul3 a {
        display: block;
        width: 313px;
        height: 210px;
        position: relative;
        overflow: hidden;
    }

    .category-ul3 img {
        width: 100%;
        height: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        transition: all 0.6s;
    }

.category-ul3-txt {
    position: absolute;
    top: 45px;
    left: 30px;
    right: 20px;
}

    .category-ul3-txt > h3 {
        font-size: 22px;
        color: #004B92;
        font-weight: bold;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .category-ul3-txt > p {
        color: #999;
        margin-bottom: 5px;
    }

    .category-ul3-txt > .price {
        font-size: 20px;
        color: #fa4f4f;
    }

.category-ul3 a:hover img {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.category-ul3 a:hover .category-ul3-txt {
    z-index: 2;
}

    .category-ul3 a:hover .category-ul3-txt > h3 {
        color: #333;
    }

.category-ulmore {
    border-top: 1px #eee solid;
    border-left: 1px #eee solid;
    font-size: 0;
    margin-left: 10px;
    [;letter-spacing: -4px;];
    [;word-spacing: -4px;]
}

    .category-ulmore > li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 318.5px;
        font-size: 14px;
        border-bottom: 1px #eee solid;
        border-right: 1px #eee solid;
        [;letter-spacing: normal;];
        [;word-spacing: normal;];
    }

        .category-ulmore > li a {
            position: relative;
            display: block;
            padding: 20px 30px;
            color: #999;
            min-height: 128px;
            overflow: hidden;
        }

.category-h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.category-ulmore > li p > sup {
    position: relative;
    top: 5px;
}

.category-ulmore > li .price {
    font-size: 12px;
    color: #aaa;
}

    .category-ulmore > li .price > label {
        color: #fa4f4f;
    }

    .category-ulmore > li .price big {
        font-size: 20px;
    }

.category-bg {
    position: absolute;
    right: -5px;
    bottom: 0;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}

.category-ulmore > li:hover {
    box-shadow: 0 0 14px 3px rgba(0,0,0,.05);
}

    .category-ulmore > li:hover .category-h4 {
        color: #004b92;
        font-weight: bold;
    }

    .category-ulmore > li:hover .category-bg {
        right: 0;
    }
/*advantage*/
.advantage {
    height: 461px;
}

.advantage > h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-top: 37px;
    padding-bottom: 49px;
}

.ad_conten li {
    width: 280px;
    height: 300px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    float: left;
    margin-right: 26px;

    overflow: hidden;
}

.ad_conten li:hover {
    border: 1px solid #FFF;
    -webkit-box-shadow: 0px 0px 15px #999;
    -moz-box-shadow: 0px 0px 15px #999;
    box-shadow: 0px 4px 15px #999;
}

.ad_conten li:last-child {
    margin-right: 0;
    float: right;
}

.ad_conten li s {
    display: block;
    width: 42px;
    height: 42px;
    margin: 46px 0 28px 116px;
}

.ad_conten li:nth-child(1) s {
    background: url("../images/script.png") no-repeat -18px 0;
}

.ad_conten li:nth-child(2) s {
    background: url("../images/script.png") no-repeat -18px -42px;
}

.ad_conten li:nth-child(3) s {
    background: url("../images/script.png") no-repeat -18px -84px;
}

.ad_conten li:nth-child(4) s {
    background: url("../images/script.png") no-repeat -18px -126px;
}

.ad_conten li h3 {
    font: 700 16px/16px "微软雅黑";
    text-align: center;
    color: #333;
    margin-bottom: 27px;
}

.ad_conten li p {
    display: block;
    font: 14px/30px "微软雅黑";
    color: #666;
    text-align: left;
}

.ad_conten li:nth-child(1) {
    border-top: 4px solid #ffc848;
}

.ad_conten li:nth-child(1) p {
    padding-left: 40px;
}

.ad_conten li:nth-child(2) {
    border-top: 4px solid #ffc848;
}

.ad_conten li:nth-child(2) p {
    padding-left: 47px;
}

.ad_conten li:nth-child(3) {
    border-top: 4px solid #ffc848;
}

.ad_conten li:nth-child(3) p {
    padding-left: 26px;
}

.ad_conten li:nth-child(4) {
    border-top: 4px solid #ffc848;
}

.ad_conten li:nth-child(4) p {
    padding-left: 34px;
}

/*why */
.why {
    height: 400px;
    background: url("../images/soservice.png") no-repeat center top;
}

.why h3 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    padding: 60px 0 0 0;
}

.why_lis li {
    width: 240px;
    height: 316px;
    float: left;
}

.why_lis li s {
    display: block;
    width: 67px;
    height: 70px;
    margin: 73px 0 0 85px;
}

.why_lis li:nth-child(1) s {
    background: url("../images/script.png") no-repeat -60px 0;
}

.why_lis li:nth-child(2) s {
    background: url("../images/script.png") no-repeat -60px -70px;
}

.why_lis li:nth-child(3) s {
    background: url("../images/script.png") no-repeat -60px -140px;
}

.why_lis li:nth-child(4) s {
    background: url("../images/script.png") no-repeat -60px -210px;
}

.why_lis li:nth-child(5) s {
    background: url("../images/script.png") no-repeat -60px -280px;
}

.why_lis li p {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin-top: 57px;
    line-height: 24px;
}

/*why END*/

/*project and tool*/
.project > div > h3 {
    font-size: 24px;
    line-height: 24px;
    color: #333;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 33px;
}

.proBox {
    width: 100%;
    height: 450px;
    margin-bottom: 4px;
    -webkit-box-shadow: 0px 0px 15px #aaa;
    -moz-box-shadow: 0px 0px 15px #aaa;
    box-shadow: 0px 0px 15px #aaa;
}

.pro_Title {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #0075be;
}

.pro_Title li {
    float: left;
    width: 180px;
    height: 49px;
}

.pro_Title li a {
    display: block;
    width: 100%;
    height: 100%;
    font: 16px/44px "微软雅黑";
    text-align: center;
    color: #666;
    border-top: 4px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.pro_Title li a:hover {
    border-top: 4px solid #0075be;
    background-color: #ff7200;
    color: #ffffff;
    font-weight: 600;
}

.pro_Title li a:hover i {
    background-color: #ff7200;
}

.pro_Title a i {
    width: 1px;
    height: 34px;
    background-color: #cccccc;
    position: absolute;
    right: 0;
    top: 6px;
}

.big_Contet {
    position: relative;
}

.pro_Contet {
    position: absolute;
}

.pro_Contet {
    padding-top: 21px;
    height: 379px;
}

.pro_Contet li {
    width: 571px;
    height: 68px;
    padding-left: 15px;
    border: 1px solid #dcdcdc;
    border-bottom: 1px solid #FFF;
}

.pro_Contet li:last-child {
    border-bottom: 1px solid #dcdcdc;
}

.pro_Contet li a {
    display: block;
    width: 100%;
    height: 100%;
}

.pro_Contet li div {
    float: left;
}

.pro_Contet li h4 {
    float: right;
    width: 69px;
    height: 68px;
    background-color: #dcdcdc;
    text-align: center;
    line-height: 68px;
    color: #fff;
    border-bottom: 1px solid #dcdcdc;

}

.pro_Contet li h3 {
    font: 500 14px/14px "微软雅黑";
    color: #333;
    padding: 14px 0 12px 0;
}

.pro_Contet li p {
    font: 300 12px/12px "微软雅黑";
    color: #666;
}

.pro_Contet button {
    width: 100px;
    height: 30px;
    cursor: pointer;
    font: 16px "微软雅黑";
    color: #666;
    border: 1px solid #666;
    border-radius: 12px;
    display: block;
    float: left;
    margin: 43px 0 0 547px;
    background-color: #fff;
}

.oneul {
    margin-left: -1px;
}

.pro_Contet li:hover {
    border: 1px solid #0075be;
}

.pro_Contet li:hover h4 {
    background-color: #0075be;
    border-bottom: 1px solid #0075be;

}

.tool {
    height: 210px;
    margin-top: 16px;
}

.tool li {
    float: left;
    width: 300px;
    height: 210px;
}

.tool li div {
    height: 83px;
    width: 100%;
}

.tool li div i {
    display: block;
    width: 57px;
    height: 56px;
    float: left;
    margin: 16px 0 0 48px;
}

.tool li:nth-child(1) i {
    background: url("../images/script.png") no-repeat -2px -169px;
}

.tool li:nth-child(2) i {
    background: url("../images/script.png") no-repeat -2px -225px;
}

.tool li:nth-child(3) i {
    background: url("../images/script.png") no-repeat -2px -281px;
}

.tool li:nth-child(4) i {
    background: url("../images/script.png") no-repeat -2px -337px;
}

.tool li div h4 {
    font: 600 18px/20px "微软雅黑";
    color: #666666;
    float: left;
    margin: 37px 0 0 16px;
}

.tool li p {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    padding-left: 48px;
}

/*project and tool END*/

/*consultant 专业顾问*/
.consultant {
    background-color: #0075be;
}
.consultant > .w {
    text-align: center;
}
.consultant h3 {
    text-align: center;
    color: #FFF;
}

.consultant > .w > h3 {
    font-size: 24px;
    line-height: 24px;
    padding: 49px 0 43px 0;
}

ul.conTitle {
    background-color: #f5f5f5;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    *display:inline;
    *zoom:1;
}

.conTitle li {
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 157px;
    height: 147px;
    float: left;
    border: 1px solid #c9c9c9;
    border-right: 1px solid #FFFFFF;
    cursor: pointer;
}

.conTitle li:last-child {
    border-right: 1px solid #c9c9c9;
}

/*.conTitle li a {
    display: block;
    width: 100%;
    height: 137px;
}*/

.conTitle li:hover {
    border: 1px solid #0075be;
}

.conTitle li .opcti {
    width: 122px;
    height: 122px;
    margin: 11px auto 0;
    border-radius: 50%;
    border: 2px solid #c9c9c9;
    overflow: hidden;
}

.conTitle li:nth-child(1) .opcti {
    background: url("../images/people_01.jpg") no-repeat center center;
}

.conTitle li:nth-child(2) .opcti {
    background: url("../images/people_02.jpg") no-repeat center center;
}

.conTitle li:nth-child(3) .opcti {
    background: url("../images/people_03.jpg") no-repeat center center;
}

.conTitle li:nth-child(4) .opcti {
    background: url("../images/people_04.jpg") no-repeat center center;
}

.conTitle li:nth-child(5) .opcti {
    background: url("../images/people_05.jpg") no-repeat center center;
}
.conBox {
    overflow: hidden;
    width: 796px;
    height: 255px;
    margin: 0 auto;
    position: relative;
}
.conBox > div {
    width: 796px;
    height: 255px;
    margin: 0 auto;
    position: absolute;
}

.conBox h3 {
    font: 600 18px/18px "微软雅黑";
    padding: 30px 0 16px 0;
}

.conBox h4 {
    color: #ffffff;
    font: 14px/14px "微软雅黑";
    text-align: center;
    padding-bottom: 13px;
}

.conBox p {
    font: 15px/28px "微软雅黑";
    color: #ffffff;
    text-align: left;
    width: 630px;
    margin: 0 auto;
}
.conBox .btn{
    background-color: #0075be;
    border: 0;
    color: #ffffff;
    width: 150px;
    height: 34px;
    border-radius: 15px;
    display: block;
    margin: 31px auto 0;
    cursor: pointer;
    font: 300 18px/18px "微软雅黑";
}

/*consultant 专业顾问 END*/

/*problem*/
.problem h3 {
    font: 24px/24px "微软雅黑 Regular";
    color: #333;
    text-align: center;

}

.ask h3 {
    padding: 80px 0 22px 0;

}

.ask h4 {
    color: #666;
    font: 18px/18px "微软雅黑 Regular";
    text-align: center;
}

.askul {
    margin-top: 72px;
}

.askul li {
    float: left;
    width: 240px;
    height: 82px;
}

.askul li div {
    width: 50px;
    height: 57px;
    background: url("../images/script.png") no-repeat -127px 0;
    font: 16px/50px "微软雅黑 Regular";
    color: #0075be;
    text-align: center;
    float: left;
}

.askul li p {
    font: 18px/50px "微软雅黑";
    color: #666;
    text-align: left;
    float: left;
    padding-left: 10px;
}

.askul li:hover div {
    background: url("../images/script.png") no-repeat -127px -58px;
    color: #fff;
}

.customer h3 {
    padding: 56px 0 61px 0;
}

.customer ul {
    margin-bottom: 71px;
}

.customer li {
    width: 184px;
    height: 92px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d6d5d5;
    margin-right: 19px;
    float: left;
}

.customer li:last-child {
    margin-right: 0;
    float: right;
}

.customer li:hover {
    border: 1px solid #0075be;
}

/*problem END*/


.w_1200 {
    width: 1200px;
    margin: 0px auto;
}
.grid-box {
    zoom: 1;
}

.grid-box:before {
    content: '';
    display: block;
}

.grid-box:after {
    content: '';
    display: table;
    clear: both;
}

.grid-box-last .grid-item {
    border-bottom: none;
}

.grid-box-last .grid-item img {
    display: block;
}
.grid-box-last .grid-item {
    border-bottom: none;
}

.grid-box-last .grid-item img {
    display: block;
}

.grid-item {
    float: left;
    width: 24.9%;
    text-align: center;
    font-size: 14px;
    border-right: 1px dashed #d8d8d8;
    border-bottom: 1px dashed #d8d8d8;
}

.grid-item.grid-item-last {
    border-right: none;
}

.grid-item .pd {
    padding: 20px 20px;
}

.grid-item .title {
    margin-bottom: 10px;
    color: #333;
}

.grid-item .des {
    height: 38px;
    margin-bottom: 15px;
    color: #666;
}

.grid-item .price {
    margin-bottom: 10px;
    color: #ff8261;
    font-size: 18px;
}

.grid-item .price span {
    margin-right: 5px;
}
.btn-info {
    display: inline-block;
    padding: 4px 22px;
    color:#0075be;
    font-size: 14px;
    border: 1px solid #0075be;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.btn-info:hover{
    background: #0075be;
    color:#fff;
}


/*公司  */
.prop {
	z-index: 99999;
	width: 530px;
	height: 400px;
	left: 50%;
	margin-left: -270px;
	top: 50%;
	margin-top: -200px;
	background-color: #fff;
}

.fixed {
	position: fixed;
}

.prop .title {
	background-color: #0075be;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
}

.prop .btn_sb {
	background-color: #0075be;
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;
}

.fz16 {
	font-size: 16px;
}

.prop p.fz16 {
	margin: 30px 0;
}

.fz16 {
	font-size: 16px;
}

.tc {
	text-align: center;
}

.prop p.fz14 {
	margin-bottom: 15px;
	text-align: center;
}

.fz14 {
	font-size: 14px;
}
.prop p.fz14 input {
    width: 198px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    background-color: #fcfcfc;
}