.index .banner .swiper-container {
    padding-bottom: 26.04%
}

.index .banner .swiper-container .btn {
    display: none;
    position: absolute;
    z-index: 100;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer
}

.index .banner .swiper-container .btn i {
    font-size: 26px;
    color: #ddd
}

.index .banner .swiper-container .btn:hover i {
    color: #fff
}

.index .banner .swiper-container .btn.btn-lf {
    left: 20px
}

.index .banner .swiper-container .btn.btn-rt {
    right: 20px
}

.index .banner .swiper-container:hover .btn {
    display: block
}

.index .index-title {
    text-align: center;
    padding: 40px 0 30px 0;
    color: #2888c9
}

.index .index-title .top {
    font-size: 22px;
    font-weight: 700;
    padding: 0 20px;
    display: block;
    width: 80%;
    max-width: 666px;
    margin: 0 auto;
    border-bottom: 1px solid #2888c9;
    margin-bottom: 20px
}

.index .index-title .top span {
    position: relative;
    top: 16px;
    background: #fff
}

.index .index-title .top b {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #2888c9
}

.index .index-title .top b:first-child {
    margin-right: 20px
}

.index .index-title .top b:last-child {
    margin-left: 20px
}

.index .youshi {
    background: #f6f7fb;
    padding: 25px;
    box-sizing: border-box;
}

.index .youshi .youshi-group {
    margin-bottom: 5px;
    height: 50px;
}

.index .youshi .youshi-group .list {
    float: left;
    width: 20%;
    padding: 0 5px
}

.index .youshi .youshi-group .list>a {
    text-decoration: none;
}

.index .youshi .youshi-group .list .manage {
    height: 50px;
    background-color: #7FB9D9;
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.index .youshi .youshi-group .list .box {
    background: #2988c9;
    color: #eee;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 15px
}

.index .youshi .youshi-group .list .img {
    width: 80%;
    max-width: 100px;
    border: 2px solid #fff;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #2988c9;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.index .youshi .youshi-group .list .img img {
    width: 90%;
    height: 90%;
    right: 0;
    bottom: 0;
    margin: auto
}

.index .youshi .youshi-group .list .bold {
    font-weight: 700;
    font-size: 18px;
    margin-top: -45px;
    margin-bottom: 5px;
    color: #fff
}

.index .youshi .youshi-group .list .line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 3px 0
}

@media ( max-width :992px) {
    .index .youshi {
        padding: 10px 15px 15px
    }
    .index .youshi .youshi-group .list {
        width: 50%;
        margin-top: 10px
    }
}

@media ( max-width :500px) {
    .index .youshi {
        padding-top: 10px
    }
    .index .youshi .youshi-group .list {
        width: 100%
    }
    .index .youshi .youshi-group .list .bold {
        margin-top: -10%
    }
}

.index .link-more {
    display: block;
    width: 236px;
    border: 1px solid #2888c9;
    text-align: center;
    padding: 0 7px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 40px auto 0
}

.index .link-more p {
    width: 220px;
    color: #2888c9;
    font-size: 14px
}

.index .link-more p span {
    padding: 0 12px;
    background: #f6f7fb;
    position: relative;
    top: 10px
}

.index .link-more:hover {
    background: #2888c9
}

.index .link-more:hover p {
    border-color: #fff;
    color: #fff
}

.index .link-more:hover p span {
    background: #2888c9
}

.index .service {
    padding: 30px 15px;
    /* background: #f6f7fb; */
}

.index .service .service-group {
    margin: 0 -15px
}

.index .service .reference {
    font-size: 20px;
    padding: 55px 20px 10px 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
}

.index .service .reference_img {
    width: 40px;
}

.index .service .reference_system_top {
    padding-bottom: 10px;
    box-sizing: border-box;
}

.index .service .reference_system {
    padding-left: 7px;
    box-sizing: border-box;
}

.index .service .service-group .list {
    float: left;
    width: 33.3333%;
    padding: 0 10px
}

.index .service .service-group .clothing {
    width: 22%;
    height: 200px;
    float: left;
}

.index .service .service-group .clothings {
    width: 15.5%;
    height: 200px;
    float: left;
}

.index .service .service-group .tax_system {
    width: 200px;
    height: 200px;
    float: left;
    background-color: #03a9f4;
}

.index .service .service-group .tax_system:hover {
    background-color: #2196f3;
}

@media ( max-width :992px) {
    .index .service {
        padding: 10px 15px 15px
    }
    .index .service .service-group .list {
        width: 50%;
        margin-top: 20px
    }
}

@media ( max-width :500px) {
    .index .service {
        padding-top: 10px
    }
    .index .service .service-group .list {
        width: 100%
    }
}

.index .service .service-group .list .box {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 15px
}

.index .service .service-group .list .img-box:before {
    padding-bottom: 52.63%
}

.index .service .service-group .list .bold {
    font-weight: 700;
    font-size: 16px;
    margin-top: 13px
}

.index .service .service-group .list .line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #2988c9;
    margin: 10px 0
}

.index .service .service-group .list .text {
    color: #999
}

.index .bank {
    padding: 30px 15px;
    background: #f6f7fb
}

.index .bank .bank-group .list {
    float: left;
    width: 16.6666%;
    text-align: center;
    padding: 0 25px
}

@media ( max-width :992px) {
    .index .bank {
        padding: 10px 15px 15px
    }
    .index .bank .bank-group .list {
        width: 33.33%;
        margin-top: 20px
    }
}

@media ( max-width :500px) {
    .index .bank {
        padding-top: 10px
    }
    .index .bank .bank-group .list {
        width: 50%
    }
}

.index .bank .bank-group .list .img-box {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.index .bank .bank-group .list .bold {
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px
}

.index .bank .bank-group .list .line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #2988c9;
    margin: 10px 0
}

.index .bank .bank-group .list .text {
    color: #999
}

.index .logistics {
    padding: 30px 15px;
    /* background: #f6f7fb */
}

.index .logistics .logistics-group {
    margin: 0 -25px
}

.index .logistics .logistics-group .list {
    float: left;
    width: 33%;
    text-align: center;
    padding: 0 20px
}

@media ( max-width :992px) {
    .index .logistics {
        padding: 10px 15px 15px
    }
    .index .logistics .logistics-group .list {
        width: 50%;
        margin-top: 30px
    }
}

@media ( max-width :500px) {
    .index .logistics {
        padding-top: 10px
    }
    .index .logistics .logistics-group .list {
        width: 100%
    }
}

.index .logistics .logistics-group .list .box {
    text-align: center;
    padding-bottom: 15px
}

.index .logistics .logistics-group .list .img-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.index .logistics .logistics-group .list .img-box:before {
    padding-bottom: 74%
}

.index .logistics .logistics-group .list .bold {
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px
}

.index .logistics .logistics-group .list .line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #2988c9;
    margin: 10px 0
}

.index .logistics .logistics-group .list .text {
    color: #999
}

.index .information {
    padding: 30px 15px;
    background: #f6f7fb
}

.index .information .information-group {
    margin: 0 -15px
}

.index .information .information-group .list {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 10px
}

.index .information .information-group .list .box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    padding-bottom: 15px
}

.index .information .information-group .list .img-box:before {
    padding-bottom: 52.63%
}

.index .information .information-group .list .bold {
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px
}

.index .information .information-group .list .line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #2988c9;
    margin: 10px 0
}

.index .information .information-group .list .text {
    color: #999
}

.base .base-service {
    max-width: 700px;
    margin: 50px auto;
    overflow: hidden
}

.base .base-service li {
    float: left;
    width: 33.333%;
    text-align: center;
    position: relative
}

.base .base-service li .img-box {
    max-width: 140px;
    margin: 0 auto
}

.base .base-service li .line {
    position: absolute;
    top: 20%;
    right: 0;
    height: 60%;
    border-right: 2px dashed #ddd
}

.base .base-service li .name {
    font-weight: 700;
    margin: 15px 0
}

.base .base-service li .text b {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px
}

.base .out .out-title i {
    font-size: 24px;
    color: #2888c9;
    vertical-align: middle
}

.base .out .text {
    padding-left: 50px;
    margin-top: 20px
}

.base .tool-text {
    padding-left: 50px;
    margin-bottom: 30px
}

.base .tool-group {
    margin: 0 -10px
}

.base .tool-group li {
    float: left;
    width: 20%;
    padding: 0 10px
}

.base .tool-group li .img-box:before {
    padding-bottom: 80%
}

.base .tool-group li .img-box .bg {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4)
}

.base .tool-group li .img-box .bg span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    margin: auto 0;
    color: #fff;
    text-align: center
}

.money .service-content {
    padding-left: 30px
}

.money .link-a {
    float: none;
    margin-left: 30px
}

.money .service-lists {
    text-align: center
}

.logistics .logistics-group {
    overflow: hidden
}

.logistics .logistics-group li {
    float: left;
    width: 33.333%;
    padding: 0 30px;
    margin-bottom: 15px
}

.logistics .logistics-group li .img-box:before {
    padding-bottom: 67.75%
}

.logistics .logistics-group li p {
    margin-top: 10px;
    font-weight: 700;
    text-align: center
}

.logistics .partner-group {
    padding-left: 30px
}

.logistics .partner-group span {
    display: inline-block;
    border-right: 1px dashed #ddd;
    padding-right: 3px;
    margin-right: 3px
}

.logistics .partner-group span img {
    width: 130px
}

.logistics .partner-group span:nth-child(6n) {
    border: none
}

.logistics .railway-partner li {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.logistics .railway-partner li .img {
    float: left;
    width: 250px;
    border: solid 1px gainsboro;
    height: 200px;
}

.logistics .railway-partner li .img img {
    height: 93px;
    width: 208px;
    padding-top: 40px;
    padding-left: 20px;
}

.logistics .railway-partner li .rt-box {
    margin-left: 250px;
    padding-left: 20px;
}

.logistics .railway-partner li .rt-box .main-title {
    margin-bottom: 10px;
    border-bottom: none;
}

.logistics .railway-partner li .rt-box .main-title a {
    font-size: 18px;
    font-weight: normal;
}

.logistics .railway-partner li .rt-box .content {
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}

.logistics .railway-partner li .bottom {
    float: right;
}

.logistics .railway-partner li .bottom .link-more {
    display: block;
    width: 150px;
    border: 1px solid #2888c9;
    text-align: center;
    padding: 0 7px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px auto 0
}

.logistics .railway-partner li .bottom .link-more p {
    width: 150px;
    color: #2888c9;
    font-size: 14px
}

.logistics .railway-partner li .bottom .link-more p span {
    padding: 0 12px;
    position: relative;
    top: 7px
}

.logistics .railway-partner li .bottom .link-more:hover {
    background: #2888c9
}

.logistics .railway-partner li .bottom .link-more:hover p {
    border-color: #fff;
    color: #fff
}

.logistics .railway-partner li .bottom .link-more:hover p span {
    background: #2888c9
}

.news .news-group li {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.news .news-group li .img {
    float: left;
    width: 200px
}

.news .news-group li .img .img-box:before {
    padding-bottom: 66.666%
}

.news .news-group li .rt-box {
    margin-left: 220px
}

.news .news-group li .rt-box .name {
    margin-bottom: 10px
}

.news .news-group li .rt-box .bottom {
    position: absolute;
    bottom: 20px;
    left: 220px;
    right: 0
}

.news .news-group li .rt-box .bottom .time {
    margin-right: 30px
}

.news .news-group li .rt-box .bottom .time i {
    color: #aaa;
    margin-right: 5px
}

.news .news-group li .rt-box .bottom .letter i {
    color: #aaa;
    margin-right: 5px
}

.contact .contact-box .name {
    color: #2888c9;
    font-size: 16px;
    margin-bottom: 10px
}

.contact .contact-box ul li {
    line-height: 20px;
    margin-bottom: 5px
}

.contact #map {
    margin-top: 30px;
    margin-bottom: 35px;
}

.search-box {
    margin-bottom: 20px;
}

.search-box .inquiry {
    float: left;
    font-size: 14px;
    text-align: center;
}

.search-box .inquiry p {
    font-size: 20px;
    font-weight: bold;
}

.search-box .inquiry span {
    font-size: 12px;
}

.search-box .inquiry-form {
    margin-left: 120px;
    height: 40px;
    border: 1px solid #2888c9;
}

.search-box .inquiry-form .first,
.search-box .inquiry-form .second {
    float: left;
    height: 100%;
    width: 40%;
    position: relative;
}

.search-box .inquiry-form .selectGroup input {
    width: 100%;
    height: 100%;
    padding-left: 50px;
    border: none;
}

.search-box .inquiry-form div.second {
    border-left: 1px solid #2888c9;
}

.search-box .inquiry-form .selectGroup .lable {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin: auto 0;
    background: #2888c9;
    color: #fff;
    border-radius: 3px;
}

.search-box .inquiry-form .first .lable {
    background: orange;
}

.search-box .inquiry-form .btn {
    float: right;
    width: 20%;
    height: 100%;
    background: #2888c9;
    color: #fff;
    border: none;
    font-size: 18px;
}

.search-box .inquiry-form .btn:hover {
    background: #1b9af7;
}

.selectGroup {
    position: relative;
}

.listGroup {
    display: none;
    position: absolute;
    z-index: 10;
    top: 36px;
    left: 0;
    min-width: 100%;
    background: #fff;
    padding: 5px 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    white-space: nowrap;
}

.listGroup li {
    padding: 0 5px;
    margin-bottom: 1px;
    cursor: pointer;
}

.listGroup li.active {
    color: #fff;
    background: #2888C9;
}

.listGroup li:hover {
    color: #fff;
    background: #2888C9;
}

.listGroup .port_msg {
    padding-left: 5px;
    border-bottom: 1px dashed #ddd;
    color: #aaa;
    margin-bottom: 5px;
}

.listGroup .a1 {
    display: block;
    padding: 0 5px;
    margin-bottom: 1px;
    cursor: pointer;
    font-size: 13px;
    color: #2888c9;
}

.listGroup .a1 span {
    display: inline-block;
    min-width: 230px;
}

.listGroup .a1.active {
    color: #fff;
    background: #2888C9;
}

.listGroup .a1:hover {
    color: #fff;
    background: #2888C9;
}

#dropdown2 .btn {
    padding: 6px 10px
}

#dropdown2 .btn.disabled {
    padding: 6px 4px;
}

#dropdown2 .col-xs-3 {
    padding-left: 3px;
    padding-right: 3px;
}

#dropdown2 .col-xs-6 {
    padding-right: 5px;
}