/* index.cshtml的样式 */
.home {
    z-index: 9;
    /*background: url(/Data/Icon/Normal/5-13032Q02521.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.home .content {
    width: 1330px;
    margin: 0 auto;
    padding: 40px 0px;
}
.content_title {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
}
.swiper-img {
    /*height: 500px;*/
    /* min-width: 1200px; */
    position: relative;
    overflow: hidden;
    z-index: 10;
}



.slideshow {
    width: 100%;
    /*height: 500px;*/
}

.swiper-img li {
    position: absolute;
}

.swiper-img img {
    width: 100%;
}

.bar {
    position: absolute;
    width: 100%;
    bottom: 10px;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
}

.bar span:hover {
    cursor: pointer;
}

.bar span {
    width: 30px;
    height: 10px;
    border-radius: 4px;
    background: white;
    display: inline-block;
    margin-right: 10px;
}

.ImgActive {
    background: #c70000 !important;
}

/*  */
.home .blue-one {
    /* padding-top: 10px; */
    /* margin: 40px 0; */
    width: 100%;
    height: 80px;
    background-color: rgb(100, 136, 226);
    border-radius: 40px;

}

.home .head-line {
    /*padding: 0px 0 40px;*/
}

    /*.home*/ .head-line .icon {
        color: #666666;
    }

.home .blue-one li {
    padding: 10px 60px;
}

.home .blue-one li p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
}

/*.home*/ .head-title {
    color: red;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: bolder;
}

.series {
    margin-right: 10px;
    padding: 20px 15px 30px;
    background: url(/Content/Img/directory-bg1.png);
    background-size: 100% 100%;
    cursor: pointer;
    height: 325px;
    width: 325px;
}
.series:last-child {
    margin-right: 0;
}
    .series img {
        margin: 0px auto 20px;
    }
    .series h4 {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        color: #333;
    }
        .series h4 span {
            display: inline-block;
            width: 70px;
            line-height: 40px;
            border-bottom: 2px solid #c70000;
        }
    .series div {
        font-size: 14px;
        color: #999;
        text-indent:2em;
    }
    .series:hover {
        background: url(/Content/Img/directory-bg2.png);
        background-size: 100% 100%;
    }
        .series:hover > h4, .series:hover > div, .series:hover span {
            color: white;
            border-color:white;
        }

.jxtx {
    text-align: center;

}
    .jxtx:hover {
        transform: scale(1.1) !important;
    }
    .jxtx img {
        margin: 20px auto;
        width: 50%;
    }
    .jxtx h4 {
        font-size: 16px;
        font-weight: 600;
    }

/*.home*/ .short-line-up {
    width: 280px;
    border-bottom: 1px solid #666666;
}

/*.home*/ .short-line-down {
    width: 280px;
    border-top: 1px solid #666666;
}

.short-line-left {
    margin-right: 40px;
}

.short-line-right {
    margin-left: 40px;
}

.home .xilie {
    padding: 20px 0;
}

.home .xilie .icon {
    font-size: 56px !important;
    margin-right: 10px;
}

.home .xilie>div {
    height: 80px;
}

.home .xilie>div>div {
    width: 50%;
    padding: 20px 0px;

}

.home .xilie>div>div>div:last-child {
    font-size: 17px;
    height: 60px;
    width: 70%;
    border: 2px solid #0000CC;
    border-radius: 5px;
}

.three_icon_color {
    color: #c70000;
}

.home .pintai p {
    color: #fff;
    font-size: 28px;
}

.home .pintai p>a {
    color: #fff;
    font-weight: bold;
}

.home .four-title {
    height: 40px;
    padding: 20px 40px;
}

.home .four-title div {
    padding: 0 60px;
    font-size: 16px;
    font-weight: bold;
}

.home .xinshangke-pic {

    height: 400px;


}

.xinshangke-pic>img {
    /* padding: 2px; */
    width: 100%;
    height: 400px;
}

.home .wenzikuang {
    padding: 20px;
    /* height: 300px; */
    /*box-shadow:0 0 10px #e6e6e6;*/
}



.home .threePic {
    padding: 20px 0px 50px;
    justify-content: space-around;
    /* background-color: #F4F4F4; */
}

.home .threePic>div>div:first-child .icon {
    font-size: 36px;
    margin-right: 10px;
}

.home .threePic>div {

    border-radius: 4px;
    width: 26%;
    /* height: 500px; */
    padding: 10px 0px;

}

.home .threePic>div>div:nth-child(1) {
    padding: 4px 0;
}

.home .threePic>div>div:nth-child(2) {
    height: 200px;
    /* width: 250px; */
    /*border-top: solid 2px #DFDFDF;*/
    /*border-left: solid 2px #DFDFDF;*/
    /*border-right: solid 2px #DFDFDF;*/

}

.more>a {
    color: #ccc;
    font-size: 14px;
    font-weight: bold;

}

.more>a:hover {
    color: crimson;
    cursor: pointer;

}

.home .threePic>div>div:nth-child(3) {
    height: 200px;
    /* border: solid 1px #DFDFDF; */
}

.home .threePic>div>div:nth-child(3) a {
    font-size: 14px;
}

.home .threePic>div>div:nth-child(3) a:hover {
    color:#c70000;
    font-weight:700;
}

.home .threePic>div>div:nth-child(3) .icon {
    position:absolute;
    margin-right:5px;
    color: crimson;
}

/* 标题 */
.home .threePic>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2) {
    font-size: 18px;
    font-weight: bolder;
}

/* 图片 */
.home .threePic>div>div:nth-child(2)>div:nth-child(1) {
    width: 100%;
    height: 100%;
}

.home .threePic>div>div:nth-child(2)>div:nth-child(1)>a>img {
    width: 100%;
    height: 100%;
}

    .home .threePic > div > div:nth-child(2) > div:nth-child(1) > a > img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transition: all 1.1s;
    }
    /* 列表 */
    .home .threePic > div > div:nth-child(3) > div {
        padding: 5px 4px;
    }

.home .threePic .cols {
    position:relative;
}

.home .threePic > div > div:nth-child(3) > div > div:nth-child(2) {
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home_video_box {
    position: relative;
}

.home_video_box .icon-bofang {
    position: absolute;
    top: 10px;
    color: #ccc;
    font-size: 110px;
}

/* 学校轮播图*/
.school-pic {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.schoolSlideshow>img {
    width: 100%;
    height: 100%;
}

.schoolSlideshow {
    width: 100%;
    height: 400px;
    /* border: #0000CC 1px solid; */

}

.schoolBar {
    position: absolute;
    width: 100%;
    bottom: 10px;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
}

.schoolBar span {
    width: 30px;
    height: 10px;
    border-radius: 4px;
    background: rgb(185, 173, 173);
    display: inline-block;
    margin-right: 10px;
}

.schoolBar span:hover {
    cursor: pointer;
}

.SchoolActive {
    background: #c70000 !important;
}

.schoolpicitem {

    padding: 1px;
    border: #0000CC 1px solid;
}