
/*宗旨、业务范围开始*/
.list-info {
    height: 234px;
    background: url("../images/jigou-v1_03.png") center/100% 100% no-repeat;
    padding: 30px;
    margin-top: 30px;
}

.list-info h2 {
    width: 177px;
    font-size: 32px;
    font-weight: bold;
    color: #0d62aa;
    line-height: 2;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
}

.list-info h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url("../images/jigou-v1_03_03.png") no-repeat;
    background-size: 100%;
}

.list-info p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
    color: #222222;
}

h2.lt-s {
    letter-spacing: 10px;
}

@media (max-width: 768px) {
    .list-info h2 {
        width: 150px;
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .list-info {
        padding: 15px;
    }

    .list-info h2 {
        width: 130px;
        font-size: 24px;
    }

    .list-info p {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media (max-width: 320px) {
    .list-info h2 {
        width: 120px;
        font-size: 20px;
    }

    .list-info p {
        font-size: 14px;
        margin-top: 15px;
    }
}

/*宗旨、业务范围结束*/

/* tab */
.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane > ul,
.tab-pane .pane > div {
    animation-duration: .3s;
}

/* tab 样式 */
.tab {
    height: 50px;
    /* margin-bottom: 10px; */
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

.tab a:after,
.tab b:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    height: 4px;
    transform: scale(0, 1);
    transition: transform .3s;
}

.tab a.current:after,
.tab b.current:after {
    background-color: #0080e2;
    transform: scale(1, 1);
}

.tab a {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    /*background-color: #f5f5f5;*/
    border-radius: 3px;
    transition: all .3s;
    position: relative;
}

.tab a.current {
    /*background-color: #2d8fff;*/
    color: #253098;
}

.tab a + a {
    margin-left: 4px;
}

/* tab 移动端flex布局 */

@media (max-width: 768px) {
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
}

.lea {
    height: 93px;
    background: url("../images/leader_03.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: 15px;
}

.lea .lea-t {
    padding-left: 30px;
    position: absolute;
    top: -25px;
}

.lea .lea-t h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 48px;
    color: #333333;
}

.lea .lea-t p {
    font-size: 20px;
    line-height: 48px;
    color: #333333;
}

.lea .lea-t + .lea-t {
    /*padding-right: 15px;*/
}

@media (max-width: 1200px) {
    .lea .lea-t h3 {
        font-size: 24px;
    }

    .lea .lea-t p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .lea .lea-t {
        width: 100%;
        padding-left: 0;
        top: 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .lea .lea-t h3 {
        font-size: 20px;
    }

    .lea .lea-t p {
        line-height: 40px;
    }
}

@media (max-width: 320px) {
    .lea .lea-t p {
        line-height: 20px;
    }
}

/*内设机构*/
.mySwiper {
    width: 90%;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.mySwiper .swiper-wrapper {
    height: 180px;
    position: relative;
}

/*.mySwiper .swiper-wrapper .swiper-slide {*/
/*    width: 20%;*/
/*}*/

.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active p {
    background-color: #84c0ee;
    color: #fff;
}

.mySwiper .swiper-wrapper a {
    display: block;
    width: 200px;
    height: 180px;
    border-radius: 8px;
    border: solid 1px #dbe6ef;
    box-shadow: 0px 1px 13px 0px
    rgba(4, 111, 199, 0.19);
    position: relative;
    margin: 0 auto;
}

.mySwiper .swiper-wrapper a img {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    margin-top: 30px;
}

.mySwiper .swiper-wrapper a p {
    width: 100%;
    height: 87px;
    background-color: #e6f1f9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: table;
    position: absolute;
    bottom: 0;
}

.mySwiper .swiper-wrapper a p span {
    display: table-cell;
    vertical-align: middle;
}

.swiper-button-next, .swiper-button-prev {
    width: 29px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    margin-top: -33px;
    background: none;
    background-color: #396ed3;
    color: #ffffff;
}

.swiper-button-next {
    right: 30px;
}

.swiper-button-prev {
    left: 30px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.mySwiper2 {
    width: 100%;
}

@media (max-width: 1200px) {
    .swiper-button-next {
        right: 0;
    }

    .swiper-button-prev {
        left: 0;
    }
}

@media (max-width: 480px) {
    .mySwiper, .mySwiper .swiper-wrapper {
        height: 108px;
    }

    .mySwiper .swiper-wrapper a {
        width: 120px;
        height: 108px;
    }

    .mySwiper .swiper-wrapper a img {
        width: 30px;
        height: 30px;
        margin-top: 20px;
    }

    .mySwiper .swiper-wrapper a p {
        height: 40px;
        font-size: 16px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 20px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 480px) {
    .mySwiper .swiper-wrapper a {
        width: 110px;
    }
}

.info {
    height: 230px;
    padding: 30px 230px;
    background: url("../images/logo_bgs.png") no-repeat;
    background-size: cover;
}

.info h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 56px;
    color: #333333;
    border-bottom: dashed 1px #c0ccd8;
}

.info p {
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .info {
        background-size: 100%;
        padding: 25px 160px;
    }
}

@media (max-width: 1024px) {
    .info h2 {
        font-size: 24px;
    }

    .info p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .info {
        padding: 15px 115px;
    }
}

@media (max-width: 768px) {
    .info {
        padding: 35px 15px;
        height: auto;
    }
}