﻿.swiper {
    width: 100%;
    height: 499px;
    overflow:hidden;
    position: relative;
}

    .swiper .swiper-pagination-bullet {
        width: 20px;
        height: 8px;
        border-radius: 4px;
        transition: width 0.3s ease-in-out;
    }

    .swiper .swiper-pagination-bullet-active {
        background: #fdd000;
        /*background: #ffffff;*/
        width: 40px;
    }

.marks {
    background: #F4F7FF;
    padding: 45px 0;
}

    .marks a {
        float: left;
        margin-left: 34px;
        margin-top: 17px;
        margin-bottom: 17px;
    }

        .marks a:nth-child(3n+1) {
            margin-left: 0;
        }

.anquan {
    height: 560px;
    background:#fff;
}

    .anquan .lt {
        width: 656px;
        padding-top: 128px;
    }

    .anquan .rt {
        position: absolute;
        right: 0;
        top: 77px;
    }

    .anquan .lt .title {
        font-size: 36px;
        font-weight: 500;
        line-height: 24px;
    }

    .anquan .lt .txt {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 32px
    }

.fuwu {
    background: #F4F7FF;
    padding: 100px 0;
    text-align: center;
}

    .fuwu .title {
        font-size: 36px;
        font-weight: 500;
        color: #ED2D36;
        line-height: 24px;
    }

    .fuwu .con {
        margin-top: 114px
    }

        .fuwu .con .pt {
            float: left;
            width: 335px;
        }

        .fuwu .con .pt-mid {
            float: left;
            width: 600px;
            margin: 0 5px;
        }

        .fuwu .con .pt .pt-1 {
            margin-top: 38px;
        }

        .fuwu .con .pt .pt-2 {
            margin-top: 138px;
        }

        .fuwu .con .pt-txt {
            float: left;
            width: 245px;
            text-align: right;
        }

        .fuwu .con .pt-icon {
            float: left;
            width: 72px
        }

        .fuwu .con .pt-txt div {
            font-size: 22px;
            font-weight: 500;
            margin-top: 8px;
        }

        .fuwu .con .pt-txt span {
            color: #888;
        }

        .fuwu .con .pt-rt .pt-txt {
            width: 222px;
            text-align: left;
        }

.news {
    background: #fff;
    padding: 80px;
}

    .news .title {
        font-size: 36px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
    }

    .news .items {
        margin-top: 25px;
        font-size: 0;
    }

    .news .more {
        margin-top: 70px;
        text-align: center;
    }

    .news .items a {
        display: inline-block;
        width: 620px;
        height: 200px;
        box-shadow: 0px 5px 10px 2px #ddd;
        margin-left: 40px;
        margin-top: 40px;
        padding: 20px 30px;
    }

        .news .items a:nth-child(2n+1) {
            margin-left: 0;
        }

        .news .items a span {
            display: block;
        }

        .news .items a .tips {
            font-size: 14px;
            font-weight: 400;
            color: #ED2D36;
        }

        .news .items a .tit {
            font-size: 20px;
            font-weight: 500;
            overflow: hidden;
            height: 32px;
            line-height: 32px;
            margin-top: 15px;
            color: #333 !important;
        }

        .news .items a .con {
            height: 56px;
            line-height: 28px;
            overflow: hidden;
            color: #888888;
            font-size: 16px;
            font-weight: 400;
            margin-top: 5px;
        }

        .news .items a .date {
            color: #888888;
            font-size: 14px;
            margin-top: 15px;
        }

.links {
    background: #F4F7FF;
    padding: 80px 0;
}

    .links .title {
        font-size: 36px;
        font-weight: 500;
        text-align: center;
    }

    .links .items {
        margin-top: 57px;
    }

    .links .join {
        margin-top: 85px;
        text-align: center;
    }

    .links .items a {
        width: 205px;
        height: 110px;
        text-align: center;
        float: left;
        background: #fff;
        line-height: 90px;
        padding: 10px;
        margin-right: 10px;
        margin-top: 10px;
        box-shadow: 0px 5px 10px 2px #ddd;
    }

        .links .items a:nth-child(6n) {
            margin-right: 0px;
        }

        .links .items a img {
            max-height: 90px;
            max-width: 185px;
        }

        .links .items a.name {
            background: url(/static/images/def_face_n.png) 100% no-repeat;
            color: #fff;
            text-align: center;
            font-size: 16px;
            line-height: 90px;
        }