/* 头部 */
.header {
    background-color: #fff;
    height: 40px;
    width: 100%;
    position: relative;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    position: relative;
    height: 100%;
}

.header_right a:first-child {
    border-right: 1px solid #BD1A2D;
    padding-right: 15px;
    margin-right: 10px;
}
.header_inner a {
    color: #fff;
    font-size: 14px;
}

.header_left a {
    margin-right: 20px;
    color: #B3B3B3 !important;
}
.header_inner a {
    color: #BD1A2D;
    font-size: 14px;
}

.header_left img {
    vertical-align: middle;
    margin-right: 10px;
}


/* 头部 */

/* banner */
.banner{
    height: 320px;
    background: url(../images/zone_banner.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.banner_inner{
    position: relative;
    height: 100%;
}

.banner_main_out{
    position: absolute;
    left: 0;
    top: 100px;
    text-align: center;
    display: flex;
    align-items: center;
}

.banner_main_out img{
    margin-right: 15px;
    height: 95px;
    width: 95px;
}

.banner_main span{
    display: block;
    text-align: center;
}

.banner_main span:nth-child(1){
    font-size: 36px;
}

.banner_main span:nth-child(2){
    font-size: 30px;
    color: #BD1A2D;
}

.banner_main span:nth-child(3){
    font-size: 42px;
    color: #BD1A2D;
}

.zone_b_img{
    position: absolute;
    right: -15%;
    bottom: 20%;
}
/* banner */

/* 分站入口 */
.zone_list_out{
    background: url(../images/zone_top_nav.png) no-repeat center;
    background-size: cover;
    height: 73px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.zone_list{
    display: flex;
    justify-content: space-between;
    
    padding-bottom: 10px;
}

.zone_list_left{
    padding-top: 15px;
    padding-left: 68px;
}

.zone_list_left span{
    font-size: 28px;
    font-weight: bold;
    color: #BD1A2D;
    padding-right: 25px;
    border-right: 1px solid #BD1A2D;
    display: inline-block;
}

.zone_link_main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 954px;
    padding: 15px 50px 0 10px;
    height: 37px;
    overflow: hidden;
    position: relative;
    z-index: 999;
    background-color: #fff;
    margin-top: 3px;
}

.zone_link_main li a {
    color: #000;
    margin: 0 15px 5px 15px;
    line-height: 27px;
    display: inline-block;
    transition: 0.4s all;
}

.zone_link_main li a:hover {
    color: #BD1A2D;
}

.zone_link_main img {
    position: absolute;
    top: 18px;
    right: 26px;
    height: 12px;
    width: 12px;
}

/* 分站入口 */


/* 顶部广告 */
.bg_gray{
    background-color: #f7f7f7;
    padding: 50px 0;
}

.top_adv{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.big_ttl {
    padding-left: 10px;
    font-size: 24px;
    border-left: 3px solid #BD1A2D;
    margin-bottom: 15px;
}

.top_adv .big_ttl{
    display: inline-block;
}

.top_adv ul{
    width: 1040px;
    display: flex;
    justify-content: space-between;
}

.top_adv ul li{
    background-color: #e6e6e6;
    position: relative;
    height: 118px;
    width: 19%;
}

.sw_img_box {
    height: 118px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 8px;
    z-index: 900;
    background-color: #fff;
    transition: 0.4s all;
}

.sw_img_box img {
    width: 70%;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sw_mask_out {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    width: 100%;
}

.sw_mask {
    display: flex;
    justify-content: space-around;
    padding: 5px 20px;
    background: #BD1A2D;
}

.sw_mask li {
    cursor: pointer;
}

.sw_img_box:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 14px 5px #0000004a;
    z-index: 9999999;
}
/* 顶部广告 */


/* 高考信息 */
.info_gaokao_box{
    margin-top: 40px;
    margin-bottom: 60px;
}

.info_gaokao{
    display: flex;
    justify-content: space-between;
}

.info_gaokao_left{
    width: 400px;
}

.info_gaokao_mid{
    width: 350px;
}

.info_gaokao_right{
    width: 350px;
}

.more_a {
    font-size: 12px;
    color: #4D4D4D;
    transition: 0.4s all;
    padding-bottom: 8px;
    font-family: "微软雅黑";
}

.sw{
    width: 100%;
    height: 265px;
}

.swiper-slide img{
    height: 100%;
    width: 100%;
}

.sw .swiper-pagination{
    text-align: right;
    left: -10px !important;
}

.swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
}

.swiper-pagination-bullet-active{
    background: #BD1A2D;
}

.info_gaokao_mid_ttl{
    border-bottom: 2px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
    padding-left: 10px;
    font-family: "微软雅黑";
}

.info_gaokao_mid_ttl span{
    border-bottom: 2px solid #BD1A2D;
    font-size: 18px;
    padding-bottom: 8px;
    font-family: "微软雅黑";
    color: #BD1A2D;
}

.info_gaokao_mid_list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 14px;
}

.info_gaokao_mid_list li:last-child{
    margin-bottom: 0;
}

.info_gaokao_mid_list li span {
    height: 5px;
    width: 5px;
    background-color: #b3b3b3;
    border-radius: 50%;
}

.info_gaokao_mid_list p:nth-child(2) {
    font-size: 14px;
    color: #4D4D4D;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "微软雅黑";
    overflow: hidden;
    transition: all 0.4s ease 0s;
}

.info_gaokao_mid_list li p:nth-child(3) {
    font-size: 12px;
    color: #ADADAD;
}

.info_gaokao_mid_list li:hover p:nth-child(2) {
    color: #BD1A2D;
}
/* 高考信息 */

/* 信息公开  高考工具 */

.else_box{
    display: flex;
    justify-content: space-between;
}

.gongju{
    width: 814px;
}

.gongju_inner{
    background: #F7F7F7;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.gongju_inner{
    display: flex;
    justify-content: space-between;
}

.gongju_inner_left{
    border-right: 1px solid #E6E6E6;
    padding-right: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 370px;
    height: 106px;
    overflow: hidden;
    margin-right: 40px;
}

.gongju_inner_left li{
    /* width: calc((100% - 15px) / 4); */
    margin-bottom: 10px;
    margin-right: 25px;
}

.gongju_inner_left li a{
    color: #BD1A2D;
    font-size: 16px;
    font-family: "微软雅黑";
}

.gongju_inner_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 300px;
    padding: 15px 0;
}

.gongju_inner_right li{
    width: 43%;
    margin-bottom: 28px;
}

.gongju_inner_right li:nth-child(3),.gongju_inner_right li:nth-child(4){
    margin-bottom: 0;
}

.gongju_inner_right li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #BD1A2D;
    font-family: "微软雅黑";
    width: 126px;
}

.gongju_inner_right li a p{
    text-align: center;
    width: 85px;
    margin-left: 10px;
    font-family: "微软雅黑";
    font-size: 18px;
}

.gongkai{
    width: 340px;
}

.gongkai a{
    width: 100%;
    height: 88px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.gongkai a:last-child{
    margin-bottom: 0;
}

.gongkai a img{
    height: 100%;
    width: 100%;
    transition: 0.4s all;
}

.gongkai a p{
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-32%) translateY(-24%);
    width: 200px;
    text-align: justify;
}

.gongkai a p i{
    width: 100%;
    display: inline-block;
}

.gongkai a:hover img {
    box-shadow: -6px 5px 17px 0px #6f6f6f;
}

/* 信息公开  高考工具 */



.sw2{
    height: 128px;
    width: 100%;
    margin: 70px auto;
}




/* 高考报考 */
.baokao_box{
    margin-bottom: 80px;
}

.baokao{
    display: flex;
    justify-content: space-between;
}

.zhukao_ttl {
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

.sm_ttl {
    background-color: #BD1A2D;
    font-size: 16px;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
}

.sm_ttl img {
    vertical-align: bottom;
    margin-right: 10px;
}

.zhukao_mid_inner {
    padding: 0 30px;
}

.zhukao_mid_inner video {
    width: 100%;
    height: 190px;
    margin-bottom: 35px;
}

.zhukao_mid_inner ul li {
    cursor: pointer;
    margin-bottom: 15px;
}

.zhukao_mid_inner ul li:last-child {
    margin-bottom: 0;
}

.zhukao_mid_inner ul li img {
    margin-right: 30px;
    height: 20px;
    width: 20px;
}

.zhukao_mid_inner ul li p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    font-family: "微软雅黑";
    transition: 0.4s all;
}

.zhukao_mid_inner ul li:hover p {
    color: #BD1A2D;
}

.baokao_mid_ul li {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.baokao_mid_ul li:last-child {
    margin-bottom: 0;
}

.baokao_mid_ul li:last-child .baokao_mid_ul_right{
    border: none;
}

.baokao_mid_ul li img {
    width: 97px;
    height: 62px;
}

.baokao_mid_ul_right {
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 70%;
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
    transition: 0.4s all;
}

.baokao_mid_ul li:hover .baokao_mid_ul_right {
    color: #BD1A2D;
}

.baokao_ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 16px;
}

.baokao_ul li:last-child{
    margin-bottom: 0;
}

.baokao_ul li img {
    margin-right: 5px;
}

.baokao_ul li p:nth-child(2) {
    width: 100%;
    font-size: 14px;
    color: #4D4D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.4s all;
    font-family: "微软雅黑";
}

.baokao_ul li:hover p:nth-child(2) {
    color: #BD1A2D;
}
/* 高考报考 */




/* 招生院校 */

.wai_school{
    margin-bottom: 70px;
}

.zs_school_box{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.zs_school_tabs_box_le_t{
    background-color: #BD1A2D;
    font-size: 21px;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
}

.zs_school_tabs_box_le_t img{
    vertical-align: middle;
    margin-right: 10px;
}

.zs_school_tabs_nav,.zs_school_tabs_nav1{
    background-color: #fff;
    border-bottom: 1px solid #E6E6E6;
    display: inline-block;
    padding: 0 25px;
    font-size: 21px;
    width: 75%;
}

.zs_school_tabs_nav li,.zs_school_tabs_nav1 li{
    display: inline-block;
    cursor: pointer;
    padding: 13px 0;
    margin-right: 30px;
}

.zs_school_tabs_nav .on,.zs_school_tabs_nav1 .on{
    color: #BD1A2D;
    border-bottom: 1px solid #BD1A2D;
}

.zs_school_tabs_item{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.hot_school_item {
    width: 22.5%;
    background-color: #fff;
    padding: 18px 10px;
    margin-bottom: 10px;
    transition: 0.4s all;
    border: 1px solid #E6E6E6;
    position: relative;
}

.hot_school_item_top {
    margin-bottom: 20px;
    position: absolute;
    top: 11px;
    right: 24px;
    z-index: 999;
}

.hot_school_item_top ul {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #F1F1F1;
    padding: 5px 10px;
}

.hot_school_item_top ul li {
    margin: 0 5px;
}

.hot_school_item_mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
}

.item_logo {
    height: 85px;
    width: 85px;
    border-radius: 50%;
}

.hot_school_item_mid p{
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
    width: 65%;
}

.hot_school_item_bt {
    display: flex;
    justify-content: space-around;
}

.hot_school_item_bt li {
    padding: 0 8px;
    border-right: 1px solid #BD1A2D;
}

.hot_school_item_bt li:last-child{
    border-right: none;
}

.hot_school_item_bt li a {
    color: #BD1A2D;
    font-size: 12px;
    font-family: "微软雅黑";
}

.hot_school_item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 12px 10px 0px #b1b1b1;
}

.zs_school_tabs_box{
    min-height: 610px;
    background-color: #fff;
}

.zs_school_tabs_item_box,.zs_school_tabs_item_box1{
    display: none;
}
/* 招生院校 */


/* 批次线 */
.score_line{
    background-color: #f7f7f7;
    padding: 60px 100px;
    margin-bottom: 40px;
}

.score_line table{
    /* border: 1px solid #F2F2F2; */
    background: #fff;
}

.score_line table td{
    border: 1px solid #F2F2F2;
    text-align: center;
    padding: 25px 0;
    font-family: "微软雅黑";
    color: #808080;
}

.td1{
    width: 15%;
    background: url(../images/line.png) no-repeat center;
    background-size: cover;
}

.td_red{
    color: #BD1A2D !important;
}



/* 批次线 */

/* 许愿墙 */

.hot_school_ttl {
    top: -13px;
    position: relative;
    text-align: center;
}

.dream_box{
    background: url(../images/dream.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 120px;
}

.dream ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.dream_item{
    width: 24%;
    background-color: #fff;
    margin-bottom: 15px;
    cursor: default;
    transition: 0.4s all;
}

.dream_item span{
    color: #BD1A2D;
}

.dream_item:hover{
    transform: translateY(-10px) scale(1.1);
    box-shadow: 0px 12px 10px 0px #1d1d1d;
}

.dream_item p:nth-child(1){
    font-size: 16px;
    background-color: #F8F8F8;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-family: "微软雅黑";
    transition: 0.4s all;
}

.dream_item:hover p:nth-child(1){
    color: #BD1A2D;
}

.dream_item p:nth-child(2){
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: justify;
}

.dream_item p:nth-child(3){
    text-align: right;
    font-size: 14px;
    color: #ADADAD;
    padding: 15px;
}

/* 许愿墙 */