
.carousel-box {
    position: relative;
    margin-bottom: 10px;
    min-width: 1200px;
    height: 550px;
    overflow: hidden;
}
.banner-bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    width: 1200px;
    height: 450px;
    background: #6f60aa;
    text-align: right;
    color: #fff;
    font-size: 46px;
    padding-right: 100px;
    box-sizing: border-box;
    line-height: 100px;
}
.carousel-slider {
    position: relative;
    margin: 100px auto 0;
    width: 1200px;
    overflow: hidden;
}

    .carousel-slider .slick-slide {
        position: relative;
        height: 450px;
    }

        .carousel-slider .slick-slide , .carousel-slider .slick-slide  img {
            display: block;
            width: 1200px;
            height: 450px;
        }

    .carousel-slider .slick-prev {
        left: 0;
        width: 60px;
        height: 90px;
        background: url(../../Images/ad_ctr.png) 0 0 no-repeat;
        opacity: 0.7;
    }

    .carousel-slider .slick-next {
        right: 0;
        width: 60px;
        height: 90px;
        background: url(../../Images/ad_ctr.png) 0 -90px no-repeat;
        opacity: 0.7;
    }

        .carousel-slider .slick-prev:hover, .carousel-slider .slick-next:hover {
            opacity: 1;
        }

.slick-prev, .slick-next {
    z-index: 999;
    margin-top: -45px;
}

    .slick-prev:before,
    .slick-next:before {
        content: "";
    }

.carousel-slider .slick-dots {
    bottom: 0px;
    height: 36px;
}

    .carousel-slider .slick-dots li {
        margin: 0 6px;
        text-align: center;
        line-height: 10px;
        display: inline-block;
        padding: 0;
        width: 10px;
        height: 10px;
    }

        .carousel-slider .slick-dots li button:before {
            content: none;
        }

        .carousel-slider .slick-dots li button {
            padding: 0;
            width: 8px;
            height: 8px;
            border: 1px solid transparent;
            background-color: #fff;
            transition: all 0.2s ease-in;
            border-radius: 50%;
        }

        .carousel-slider .slick-dots li.slick-active button {
            background-color: transparent;
            box-shadow: 0 0 0 2px #fff;
        }

.font-box {
    position: absolute;
    left: 0;
    bottom: 43px;
    width: 100%;
    height: 55px;
    background: rgba(0,0,0,0.6);
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: #fff;
    text-align: center;
    line-height: 55px;
}
.con-top {
    height: 564px;
    overflow:hidden;
}
.news-slide {
    height: 443px;
}
    .news-slide .slick-slide {
        position: relative;
        height: 100%;
    }
    .news-slide .slick-slide img {
        width: 700px;
        height:443px;
    }
.news-font-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.6);
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #fff;
    line-height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    }
.top-left {
    float: left;
    width: 700px;
}

.top-right {
    float:right;
    width:450px;
}
.notice-ul {
}
    .notice-ul li {
        position: relative;
        padding: 0 100px 0 27px;
        box-sizing: border-box;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
    .notice-ul li a {
        font-size: 18px;
        font-family: "Microsoft YaHei";
        color: #666;
    }
        .notice-ul li span {
            position: absolute;
            right:0;
            top: 0;
            font-size: 18px;
            font-family: "Microsoft YaHei";
            color: #999;
        }
        .notice-ul li a:hover {
            color: #543175;
        }
.con-title {
        position: relative;
        margin-top: 15px;
        width: 100%;
        height: 88px;
        line-height: 88px;
    }

    .con-title:before {
        display: block;
        position: absolute;
        left: 13px;
        top: 34px;
        content: "";
        width: 4px;
        height: 20px;
        background: #543175;
    }

    .con-title span {
        position: relative;
        display: block;
        padding-left: 27px;
        font-size: 20px;
        font-weight: normal;
        color: #333;
        font-family: "Microsoft YaHei";
    }

    .con-title .more {
        position: absolute;
        right: 0;
        top: 22px;
        display: block;
        height: 44px;
        line-height: 44px;
    }

.news-box {
    overflow: hidden;
}

.news-ul {
    width: 100%;
    height: 248px;
}

    .news-ul > li {
        transition: all 0.36s ease;
        float: left;
        margin: 0 7px;
        width: 386px;
    }

        .news-ul > li .img-box {
            position: relative;
            width: 386px;
            height: 245px;
            overflow: hidden;
        }

            .news-ul > li .img-box > .img-con {
                position: relative;
                width: 386px;
                height: 245px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                transition: all 0.36s ease;
            }

                .news-ul > li .img-box > .img-con > img {
                    position: absolute;
                    display: block;
                    height: 100%;
                    left: 50%;
                    margin-left: -327px;
                }

        .news-ul > li:hover .img-box > .img-con {
            transform: scale(1.1) translate3d(0, 0, 0);
        }

        .news-ul > li .img-box:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border: 2px solid transparent;
            top: 0;
            left: 0;
            box-sizing: border-box;
            border-bottom: none;
            transition: all 0.36s ease;
            z-index: 99;
        }

        .news-ul > li:hover .img-box:before {
            border-color: #543175;
        }

.intro-box {
    padding: 15px;
    height: 123px;
    box-sizing: border-box;
    transition: all 0.36s ease;
}

.news-ul > li:hover .intro-box {
    background: #543175;
}

.news-ul > li .intro-box > p {
    margin-bottom: 8px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-ul > li:hover .intro-box > p {
    color: #fff;
}

.news-ul > li .intro-box > .intro-words {
    height: 44px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #666;
    line-height: 22px;
    overflow: hidden;
}

.news-ul > li:hover .intro-box > .intro-words {
    color: #fff;
}

.card-box {
    height: 330px;
    background: #f6f7fb;
}

.card-con {
    margin: 0 auto;
    width: 1200px;
}

.card-item {
    position: relative;
    float: left;
    margin: 42px 7px 0;
    width: 386px;
    height: 255px;
}

    .card-item > a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

        .card-item > a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 10px solid transparent;
            box-sizing: border-box;
            transition: 0.36s ease;
        }

    .card-item:hover a:before {
        border-color: #543175;
    }

    .card-item .card-img {
        height: 150px;
        line-height: 150px;
        text-align: center;
    }

        .card-item .card-img > img {
            vertical-align: middle;
            transition: all 0.36s ease;
        }

    .card-item:hover .card-img > img {
        transform: scale(1.1) translate3d(0, 0, 0);
    }

    .card-item .card-font {
        position: relative;
    }

        .card-item .card-font > .heading {
            font-size: 18px;
            font-family: "Microsoft YaHei";
            color: #333;
            text-align: center;
            line-height: 30px;
            transition: all 0.36s ease;
        }

        .card-item .card-font:before {
            clear: both;
            display: block;
            content: '';
            position: absolute;
            height: 1px;
            background: transparent;
            left: 50%;
            width: 25px;
            top: 30px;
            transform: translate3d(-50%, 0, 0);
            transition: 0.36s ease;
        }

    .card-item:hover .card-font:before {
        background: #c0bebe;
        width: 90px;
    }

    .card-item:hover .heading {
        transform: translateY(-10px);
    }

    .card-item .subhead {
        padding: 0 10px;
        margin-top: 5px;
        font-size: 12px;
        font-family: "Microsoft YaHei";
        color: #666;
        line-height: 22px;
        text-align: center;
        transition: 0.36s ease;
    }

    .card-item:hover .subhead {
        transform: translateY(10px);
    }

.links-box {
    padding-top: 30px;
    min-height: 180px;
    background: #fff;
    box-sizing: border-box;
}

    .links-box > ul {
        margin: 0 auto;
        width: 1200px;
        line-height: 30px;
        font-family: SimSun;
        font-size: 12px;
        color: #666;
    }

        .links-box > ul > li {
            float: left;
            margin-bottom: 20px;
            padding: 0 82px;
        }

        .links-box > ul .links-img {
            width: auto;
            height: 80px;
            text-align: center;
            line-height: 80px;
        }

            .links-box > ul .links-img > img {
                vertical-align: middle;
            }

        .links-box > ul li span {
            display: block;
            padding: 0 11px;
            line-height: 15px;
            font-family: "Microsoft YaHei";
            font-size: 12px;
            color: #666;
            text-align: center;
        }

@media (max-width: 1199px) {
    .top-links-box {
        padding-right: 0;
    }

    .carousel-box, .carousel-slider {
        margin-top: 0;
        width: 100%;
        min-width: 100%;
        height: 42vw;
    }

        .carousel-slider .slick-slide {
            
            height: 42vw;
        }

            .carousel-slider .slick-slide , .carousel-slider .slick-slide  img {
                display: block;
                width: 100%;
                height: 42vw;
            }

    .font-box {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .card-box {
        height: auto;
    }

    .card-con {
        width: 100%;
    }

    .links-box > ul {
        width: 100%;
    }

    .con-ul {
        width: 100%;
    }

    .links-title:after {
        width: calc(100% - 150px);
    }

    .con-ul > li {
        width: 33%;
    }
    .con-top ,.news-slide {
        height: auto;
    }
    .top-left,.top-right{
        margin: 0 2%;
        width: 96%;
    }
}

@media (max-width:414px) {
    .news-slide .slick-slide img {
        width: 100vw;
        height: 63vw;
    }

    .con-ul > li {
        width: 100%;
    }

    .font-box {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .con-title {
        margin-top: 5px;
        height: 48px;
        line-height: 48px;
    }

        .con-title:before {
            top: 14px;
        }

        .con-title .more {
            right: 2%;
            top: 2px;
        }

    .news-ul > li {
        margin: 0 2% 34px;
        width: 96%;
    }

        .news-ul > li .img-box,
        .news-ul > li .img-box > .img-con {
            width: 100%;
            height: 63vw;
        }

    .links-box > ul > li {
        width: 50%;
        padding: 0;
    }

    .card-item {
        padding: 0 10px;
        margin: 42px 0 0;
        width: 100%;
        height: 255px;
        box-sizing: border-box;
    }
}
