﻿body {
    position: relative;
}


.part-split {
    font-size: 24px;
    display: inline-block;
    padding: 0 115px;
    background: no-repeat left center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAAABCAYAAAC4yHJyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABMSURBVHjalJDLCQAwCEPjp/vv5kS9KASxQgVJ8nJSiQgFIABKjbxStmSeuRivZs/MF87sLB3n7rfePvx0jw1cGn/9rfQ5FwAA//8DAHIXA3dARCx8AAAAAElFTkSuQmCC);
    position: relative;
    margin: 70px auto 60px auto;
}

    .part-split > b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 115px;
        background: no-repeat right center;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAAABCAYAAAC4yHJyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABKSURBVHjajJDLCQAwCEPt/tu5Tv30JATRUEFMnl7iUdUUXiEi2aY3jcyho3nkBv5X26LZfvKX7IoF4VOeus+WfftbPgAAAP//AwBDg1l626m5/wAAAABJRU5ErkJggg==);
    }

input {
    height: 40px;
    line-height: 36px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    text-indent: .8em;
    background-color: #FEFEFE;
    transition: box-shadow 600ms ease-in-out;
    width: 100%;
    padding: 0 15px !important;
}

    input:focus {
        border: 1px solid #87C6F9;
        box-shadow: 0 0 8px #87C6F9;
    }

    input.dropbox {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHBAMAAAAhXtopAAAAIVBMVEUAAAC8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLwtJ/ciAAAACnRSTlMADbrSyKuIG5qZOSqOVwAAADBJREFUCNdjyFoFAgkMHCBqJQMDQxSQDgDSTKtWLWIAAkavVY4MICC8WABMs6sDCQAitw5Aj9sxwgAAAABJRU5ErkJggg==) no-repeat right 10px center #FEFEFE;
        cursor: pointer;
    }

        input.dropbox::-ms-clear, input.dropbox::-ms-reveal {
            display: none;
        }

.wankm::after {
    content: "万公里";
    position: absolute;
    right: 20px;
    top: 11px;
    display: block;
    font-size: 14px;
    color: #1195ED;
}

.wankm input::-ms-clear, .wankm input::-ms-reveal {
    display: none;
}

.icon {
    background: url(/res/index/icnew.png) no-repeat;
    background-position: 0px 0px;
    display: block;
    width: 110px;
    height: 110px;
}

.ic {
    margin: 36px auto;
}

    .ic > a {
        background: url(/res/index/icnew.png) no-repeat;
        background-position: 0px -128px;
        width: 100px;
        height: 100px;
        display: block;
        margin: 0 auto;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .ic > b {
        color: #1288ed;
        display: block;
        font-size: 16px;
        margin: 15px 0 5px 0;
    }

    .ic > p {
        color: #666;
        display: block;
        font-size: 12px;
        line-height: 1.5em;
    }

    .ic:hover > a {
        transform: scale(1.1);
    }

    .ic:hover > b {
        opacity: .9;
    }

.icon {
    background: url(/res/index/icnew.png) no-repeat;
    background-position: 0px 0px;
    display: block;
    width: 110px;
    height: 110px;
}

a.btn {
    display: inline-block;
    /*height: 36px;*/
    line-height: 36px;
    border-radius: 30px;
    border: 1px solid #1195ED;
    background-color: #F5F5F5;
    padding: 0 30px;
    margin: 0;
    color: #000 !important;
}

    a.btn.blue {
        border: none;
        background-color: #1195ED;
        color: #FFF !important;
    }


.abc span {
    color: #1195ED;
}


.news, .news li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.news {
    margin-left: 40px;
    border-bottom: dashed 1px #999;
}

    .news * {
        display: block;
        font-weight: normal;
        font-style: normal;
    }

    .news li {
        border-top: dashed 1px #999;
    }

    .news a {
        color: #222;
        font-size: 12px;
        padding: 8px 2px;
    }

        .news a:hover {
            background-color: #fafafa;
        }

        .news a i {
            font-size: 18px;
            margin: 0 0 8px 0;
        }

    .news h2 {
        font-size: 18px;
        margin: 0;
    }

    .news .seoli {
        display: none;
    }

    .news p {
        color: #666;
    }

    .news b {
        text-align: right;
        margin: 8px 0 0 0;
    }

/*.news-container {
    width: 100%;
    text-align: left;
    font-size: 0;
    line-height: 0;
}

    .news-container > div {
        display: inline-block;
        font-size: 14px;
    }*/

.left-wrapper {
    width: 500px;
}

    .left-wrapper ul {
        font-size: 12px;
        margin: 0;
        width: 460px;
        line-height: 16px;
        border: 1px dotted #ddd;
        border-top: 1px solid transparent;
    }

    .left-wrapper h2 {
        font-size: 16px;
        color: #666;
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .left-wrapper > img {
        width: 460px;
        max-height: 290px;
    }

    .left-wrapper li {
        margin: 14px 0;
    }

    .left-wrapper ul li:last-of-type {
        list-style: none;
        text-align: right;
        padding-right: 10px;
        font-size: 14px;
        margin: 4px 0;
    }

.right-wrapper {
    width: 700px;
    vertical-align: top;
}

    .right-wrapper * {
        vertical-align: top;
    }

    .right-wrapper .r-list {
        margin-bottom: 40px;
        font-size: 0;
        line-height: 20px;
    }

    .right-wrapper img {
        width: 280px;
        /*max-height: 280px;*/
        height: 205px;
    }

    .right-wrapper .r-r-item {
        width: 394px;
        margin-left: 26px;
    }

.r-list > .r-r-item h2 {
    color: #222;
    font-size: 18px;
}

.r-list > .r-r-item > p:first-of-type {
    margin: 24px 0;
    max-height: 120px;
    color: #666;
    width: 100%;
    letter-spacing: 1px;
    display: block;
    line-height: 20px;
}

.r-list > .r-r-item > p:last-of-type {
    color: #666;
    text-align: right;
}

.r-list > div {
    display: inline-block;
    font-size: 14px;
}

.seoli {
    display: none;
}




/*index.part2*/

div._partners {
    border: 1px solid #E6E6E6;
    white-space: nowrap;
    text-align: left;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    div._partners * {
        white-space: nowrap;
        padding: 0;
        margin: 0;
    }

    div._partners .th, div._partners .td {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        height: 100px;
        line-height: 100px;
    }

    div._partners .th {
        border-right: 1px solid #E6E6E6;
        width: 160px;
        text-align: center;
        font-size: 22px;
        font-weight: normal;
    }

    div._partners .td {
    }

        div._partners .td .bt {
            display: inline-block;
            vertical-align: middle;
            width: 60px;
            cursor: pointer;
            text-align: center;
        }

        div._partners .td .content {
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            height: 100px;
        }

div.partners .td .content {
    font-size: 0;
}

    div.partners .td .content img {
        display: inline-block;
        height: 80px;
        padding: 0;
        margin: 0 20px;
        cursor: pointer;
    }


/*banner*/


.carousel {
    position: relative;
    height: 460px;
}

.carousel-indicators li {
    width: 60px;
    height: 4px;
    border: none;
    border-radius: 0;
    background-color: rgba(255,255,255,.5);
    margin: 0 4px;
}

.carousel-indicators .active {
    width: 60px;
    height: 4px;
    background-color: white;
    margin: 0 4px;
}

.carousel-inner .item {
    background-position: center;
    height: 460px;
}

.select-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

    .select-container .container-n {
        position: relative;
        /*height: 460px;*/
    }

.selector-wrap {
    position: absolute;
    top: 30px;
    left: 0;
    height: 400px;
    width: 360px;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
}

.nav-tabs {
    border: none;
    text-align: center;
}

    .nav-tabs > li {
        float: none;
        display: inline-block;
        font-size: 18px;
    }

        .nav-tabs > li > a {
            color: #333;
            border: none;
        }

        .nav-tabs > li.active > a {
            color: rgb(2,148,245);
            border: none;
        }

        .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
            background: none;
            border: none;
        }

        .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: rgb(2,148,245);
            border: none;
            background: none;
        }

        .nav-tabs > li.active {
            position: relative;
        }

            .nav-tabs > li.active:after {
                content: " ";
                position: absolute;
                bottom: 0px;
                width: 30px;
                height: 3px;
                background-color: rgb(2,148,245);
                left: 50%;
                margin-left: -15px;
            }

.tab-content {
    margin-top: 40px;
}

.selector-wrap input {
    background-color: #F5F5F5;
    border: none;
    padding-right: 30px !important;
}

.b-btn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    color: white;
    font-size: 16px;
    background-color: #00ACFF;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

a.b-btn:hover, a.b-btn:focus {
    color: white;
}


.cdgz {
    text-align: center;
    font-size: 24px;
    color: #343434;
}

    .cdgz p {
        margin: 20px 0;
    }

    .cdgz button {
        margin-top: 10px;
    }


.danger-money-wrap {
    padding: 80px 0;
    text-align: center;
    background-color: white;
}

    .danger-money-wrap h2 {
        font-size: 20px;
        color: rgb(51,51,51);
        font-weight: bold;
    }

.dm-container {
    font-size: 0;
}

.dm-item {
    width: 54px;
    height: 86px;
    line-height: 86px;
    display: inline-block;
    background-color: #EDEDED;
    border-radius: 5px;
    text-align: center;
    margin: 0 10px;
}

.dm-container span {
    vertical-align: bottom;
    font-size: 52px;
}

.title-wrap {
    margin-bottom: 40px;
}

    .title-wrap > h2 {
        margin: 0 0 10px;
        color: black;
    }

    .title-wrap > p {
        font-size: 18px;
        color: rgb(153,153,153);
    }

.service-wrap {
    text-align: center;
    padding-top: 80px;
}

.info-images-contaner {
    height: 400px;
    background: #333;
    font-size: 0;
    min-width: 1300px;
}

    .info-images-contaner > div {
        display: inline-block;
    }

.info-images {
    overflow: hidden;
    position: relative;
}


.info-images-wrap {
    font-size: 0;
    transition: all .3s linear;
    text-align: left;
    white-space: nowrap;
    text-align:center;
}

.info-title {
    z-index: 2;
    color: white;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    left: 50%;
    padding: 0 20px;
    width: 100%;
    max-height: 147px;
    overflow: hidden;
    transition: all .3s linear;
}


.info-title-icon i {
    width: 16px;
    height: 2px;
    display: inline-block;
    background-color: white;
}

.icon-title {
    letter-spacing: 6px;
    font-size: 18px;
    font-weight: bold;
    margin: 18px 0 14px;
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    white-space: normal;
}

.info-detail {
    text-align: left;
    /*display:none;*/
    opacity: 0;
    white-space: normal;
    transition:all .3s linear
}

.images-item {
    position: relative;
    background-repeat: no-repeat;
    height: 400px;
    width: 240px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.images-item-mask {
    background-color: rgba(0,0,0,.6);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#99000000,endColorStr=#99000000);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    transition: all .15s ease-in-out;
}


.images-item-active .images-item-mask {
    background-color: rgba(0,115,191,.7);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#b30073bf,endColorStr=#b30073bf);
}

.images-item-active .info-detail {
    display: block;
    /*opacity:0;*/
}

.images-item:hover .images-item-mask {
    background-color: rgba(0,115,191,.7);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#b30073bf,endColorStr=#b30073bf);
}


.images-item:hover .info-title {
    /*max-height:300px;*/
    /*display:block;*/
    transform: translate(-50%,-70%);
    max-height: 400px;
}

.images-item:hover .info-detail {
    /*display:block;*/
    opacity: 1;
}

.images-item:hover .icon-title {
    /*overflow:initial;*/
    /*text-overflow:initial;*/
    /*white-space:normal;*/
}

.arrow-wrap {
    width: 50px;
    height: 100%;
    position: relative;
    cursor: pointer;
}

    .arrow-wrap:hover {
        background: rgba(255,255,255,.4);
    }



.left-arrow {
    height: 20px;
    width: 20px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    transform: translate(-6px,-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
}


.right-arrow {
    height: 20px;
    width: 20px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transform: translate(-14px,-50%) rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
}


.section-wrap {
    text-align: center;
    padding: 80px 0;
}

.advantage-wrap {
    background: white;
}

    .advantage-wrap table, .news-container table {
        width: 100%;
    }

.advantage-item {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
}

    .advantage-item > b {
        display: block;
        color: rgb(51,51,51);
        font-size: 20px;
        margin: 26px 0 20px;
    }

    .advantage-item p {
        font-size: 14px;
        color: rgb(153,153,153);
    }

.news-item {
    width: 386px;
    height: 316px;
    overflow: hidden;
    background: white;
    display: inline-block;
    margin-bottom: 20px;
}

    .news-item img {
        height: 180px;
        /*width:100%;*/
        display: block;
        margin: 0 auto;
    }

    .news-item .img {
        height: 180px;
        background-size: cover;
    }

.news-info {
    background: white;
    padding: 0 20px;
    text-align: left;
    overflow: hidden;
}

    .news-info h3 {
        height: 24px;
        font-size: 18px;
        color: rgb(51,51,51);
        overflow: hidden;
        line-height: 1.2;
        margin: 16px 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;*/
        text-align: left;
        font-weight:bold;
    }

    .news-info p {
        color: #666;
        height: 60px;
        font-size: 14px;
        overflow: hidden;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.news-item :hover h3 {
    color: #008DF4;
}

.new-title {
    overflow: hidden;
    font-size: 0;
    width: 386px;
    text-align: left;
    display: inline-block;
    color: #333;
    margin: 2px 0;
    white-space: nowrap;
}

    .new-title :hover {
        color: #008DF4;
    }

    .new-title i {
        display: inline-block;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #999;
        margin-right: 10px;
    }

    .new-title span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }

.news-btn-wrap {
    text-align: center;
}

    .news-btn-wrap > a {
        height: 40px;
        line-height: 40px;
        color: #333;
        width: 180px;
        display: inline-block;
        margin-top: 70px;
        background-color: white;
    }

        .news-btn-wrap > a:hover {
            color: #0249f5;
        }

.news-wrap {
    padding: 80px 0 60px;
}

.development-wrap {
    background: url(/res/index/devlopment.png) no-repeat center;
    height: 570px;
    position: relative;
    background-size: inherit;
}

    .development-wrap .title-wrap h2 {
        color: white;
    }

.white-bar {
    position: absolute;
    top: 340px;
    left: 0;
    z-index: 1;
    height: 7px;
    width: 100%;
    background: white;
}

.white-cicle {
    height: 18px;
    width: 18px;
    top: 146px;
    left: 0px;
    position: absolute;
    background-color: white;
    border-radius: 50%;
}

.development-container {
    position: relative;
    width: 1280px;
}

.up-container {
    position: absolute;
    bottom: -130px;
    left: 25px;
    width: 1330px;
    font-size: 0;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

.down-contaner {
    position: absolute;
    top: 186px;
    left: -28px;
    width: 100%;
    font-size: 0;
    text-align: left;
}

.dev-item {
    display: inline-block;
    width: 200px;
    color: white;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    max-height: 160px;
}

    .dev-item p {
        font-size: 25px;
    }

.dev-list {
    margin: 0;
    padding: 0;
}

    .dev-list li {
        padding-left: 20px;
        position: relative;
        list-style: none;
    }

        .dev-list li:before {
            position: absolute;
            content: ' ';
            height: 10px;
            width: 10px;
            background: white;
            border-radius: 50%;
            left: 0;
            top: 9px;
            transform: translateY(-50%);
        }




.partner-container {
    /*text-align:center;*/
    margin-top: 50px;
    display: inline-block;
    width: 1200px;
    height: 250px;
    font-size: 0;
    position: relative;
    /*overflow:hidden;*/
}
/*.partner-container>div{
   display:inline-block;
   vertical-align:top;
}*/
.partner-wrap {
    background: url(/res/index/partner_bg.png) no-repeat center;
    height: 555px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-top: 80px;
}

.p-arrow-wrap {
    background-color: white;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80px;
    width: 30px;
}

.partner-container .left-arrow {
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}

.partner-container .right-arrow {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.partner-logo-wrap {
    overflow: hidden;
    display: inline-block;
    font-size: 0;
}

.partner-tr {
    margin-bottom: 10px;
    white-space: nowrap;
    text-align: left;
}

    .partner-tr:last-of-type {
        margin: 0;
    }

.partner-item {
    width: 230px;
    margin-right: 10px;
    height: 120px;
    background: white;
    overflow: hidden;
    line-height: 120px;
    display: inline-block;
    text-align: center;
}

.partner-tb {
    display: table;
    table-layout: fixed;
    transition: all .3s linear;
}


.down-banner {
    position: fixed;
    bottom: 0;
    height: 145px;
    left: 0;
    background: url('/res/index/down/bg1.png') center no-repeat;
    width: 100%;
    transition: all .6s linear;
    z-index: 9999;
}

.down-banner-close {
    left: -100%;
}

.down-banner-wrap {
    text-align: right;
}

.banner-close {
    margin: -100px 15px 0 100px;
    cursor: pointer;
}

.down-c {
    position: fixed;
    left: -44px;
    bottom: 100px;
    transition: all .3s linear;
    cursor: pointer;
}

.down-c-active {
    left: 0;
}


.carousel-inner .item {
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-inner a {
    display: block;
    width: 100%;
    height: 100%;
}


.partner-item img {
    max-width: 200px;
    max-height: 100px;
}
#info-img-3 {
    height: 400px;
    background: red;
    font-size: 0;
    min-width: 1300px;
}
.item-honor {
    height: 200px;
    width: 15%;
    border: 1px solid blue;
    display: inline-block;
}
    .item-honor .img1 {
        width: 110px;
        height: 150px;
    }

    .item-honor .img2 {
        width: 160px;
        height: 150px;
    }
.honor-warp {
    width: 90%;
    margin-left: 5%;
}

.honor-images-item-mask {
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#99000000,endColorStr=#99000000);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    transition: all .15s ease-in-out;
}
.honor-images-item {
    position: relative;
    background-repeat: no-repeat;
    height: 400px;
    width: 240px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
    .honor-images-item .info-title-icon {
        width: 200px;
        height: 150px;
    }

    .honor-images-item .info-title {
        max-height: 300px;
        border: 1px solid #f5f5f5;
    }
.honor-img1 {
    width: 110px;
    height: 150px;
}
.honor-img2 {
    width: 160px;
    height:150px;
}
.honor-info-images-contaner {
    height: 400px;
    font-size: 0;
    min-width: 1300px;
    margin-top: -60px;
}

    .honor-info-images-contaner > div {
        display: inline-block;
    }
.honor-left-arrow {
    height: 25px;
    width: 25px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: translate(-6px, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left:50%;
}
.honor-right-arrow {
    height: 25px;
    width: 25px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: translate(-14px,-50%) rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
}
.honor-icon-title {
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bold;
    margin: 18px 0 14px;
    white-space: normal;
    color: rgb(51,51,51);
}
.honor-banner2 div {
    display:inline-block;
    padding: 2% 5%;
}
.honor-banner2 {
    position: relative;
    top: -60px;
    background: white;
    display: inline-block;
    height: 190px;
    box-shadow: 2px 3px 11px 0px rgb(217 217 217 / 75%);
    min-width: 1300px;
    border-radius: 8px;
}

    .honor-banner2 div img {
        width: 100px;
        height: 100px;
    }
    .honor-banner2 p {
        font-size: 18px;
        color: rgb(51,51,51);
        margin-top: 8px;
        font-weight: bold;
    }
