.xbanner {
    width: 100%;
    position: relative;
}

.xbanner .xx {
    position: absolute;
    width: 622px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;

}

.xbanner .xx img {
    width: 100%;
    height: auto;
}

.xbanner img {
    width: 100%;
    height: auto;
}

.position_bg {
    background-color: #fafafa;
}



.content_bg {
    background-color: #f8f8f8;
    /*padding-bottom: 80px;*/
}

.content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.content>.left {
    flex: 1;
}

.content>.right {
    width: 602px;
    height: 342px;
    padding: 10px;
    border: solid 1px #e5e5e5;
    margin-left: 4%;
}

.content>.right video {
    width: 580px;
    height: 320px;

}

.content .about_us {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 1px;
    color: #333333;
}

.content .about_us_x {
    width: 80px;
    height: 2px;
    background-color: #df2023;
}

.content .about_us_n {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #333333;
    margin: 10px 0 10px;
}

.content_bg .tit {
    text-align: center;
    padding: 40px 0 32px;
}

.content_bg .tit h6 {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #1a1a1a;
}

.content_bg .tit .x {
    margin: 16px auto;
    width: 60px;
    height: 4px;
    background-color: #df2023;

}

.content_bg .tit p {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #b3b3b3;
}

.qywh {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qywh li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18.61%;
    height: 340px;
    background-color: #ffffff;
    border-radius: 8px;
}

.qywh li span {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
}

.qywh li img {
    width: 90px;
    height: 90px;
    margin: 30px 0;
}

.qywh li p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 18px;
}

.hxyw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hxyw li {
    width: 31.94%;
    height: 270px;
    border-radius: 8px;
    border: solid 2px #e5e5e5;
    padding: 56px 18px;

}

.hxyw li:nth-child(1) {
    background: url(../images/hxyw1.png) no-repeat right bottom;
}

.hxyw li:nth-child(2) {
    background: url(../images/hxyw2.png) no-repeat right bottom;
}

.hxyw li:nth-child(3) {
    background: url(../images/hxyw3.png) no-repeat right bottom;
}

.hxyw li span {
    display: block;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin-bottom: 32px;
}

.hxyw li p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
}

.hxyw2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.hxyw2 li {
    width: 25%;
    border-radius: 8px;
    margin-bottom: 30px;
}

.hxyw2 li span {
    display: inline-block;
    width: 67px;
    height: 32px;
    background-color: #df2023;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ffffff;
}

.hxyw2 li p {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 4px;
    color: #333333;
}

/*.fzlc_bg {*/
/*    background: url(../images/fzlc.png) no-repeat center;*/
/*}*/

.fzlc_pc {
    padding: 0;
}

.fzlc_pc img {
    width: 100%;
}

.fzlc_m {
    display: none;
    width: 100%;
    padding-left: 11px;
}

.qyt {
    padding: 0;
}

.qyt img {
    width: 100%;
}

.xzfz {
    padding: 0;
}

.xzfz .xz {
    line-height: 40px;
    padding: 40px 0 40px 22px;
    background: url(../images/scdd.png) no-repeat left center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;

}
.schools{
    display: flex;
    flex-wrap: wrap;
}
.schools li{
    height: 32px;
    line-height: 32px;
    border: #df2023 1px solid ;
    border-radius: 4px;
    font-size: 16px;
    margin:0 20px 20px 0 ;
}
.schools li a{
    display: block;
    padding: 0 20px;
    color: #df2023;
}
.schools li:hover,
.schools li.hover{
    background: #df2023;
}
.schools li:hover a,
.schools li.hover a{
    color: #fff;
}
.xzfz .xzxx {
    display: flex;
    flex-wrap: wrap;
}

.xzfz .xzxx .map {
    width: 50.27%;
    height: auto;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    margin-right: 3.4%;
}

.xzfz .xzxx .map img {
    width: 100%;
    height: auto;
}

.xzfz .xzxx .map_xx {
    padding: 0;
    flex: 1;
}

.xzfz .xzxx .map_xx h6 {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
}

.xzfz .xzxx .map_xx li {
    display: flex;
    line-height: 45px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.xzfz .xzxx .map_xx li p {
    flex: 1;
}

.jrkh {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    line-height: 64px;
    color: #999999;
}

.zwbg {
    width: 100%;
    margin-bottom: 40px;
}


.zwbg li {
    
    height: 80px;
    overflow: hidden;
    transition: all .5s !important;
}

.zwbg li.li80 {
    height: 80px !important;
}

.zwbg li .xuanz {
    transform: rotate(180deg);
}

.zwbg li .zwjj {
    display: flex;
    justify-content: space-evenly;
    padding: 0 5%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}

.zwbg li:nth-child(odd) {
    background-color: #f4f5f7;
}

.zwbg li:first-child {
    background-color: #f4f5f7;
}

.zwbg li:first-child .zwjj {
    font-weight: 700;
}

.zwbg li .zwjj span {
    width: 19%;
}

.zwbg li .zwjj span:last-child {
    width: 5%;
}

.zwbg li .zwjj span i {
    display: none;
}

.zwbg li .zwjj span img {
    transition: all .5s;
}

.zwbg li .zwxq {

    padding: 0 5% 30px;
    background: #fff;
}

.zwbg li .zwxq i {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 1px;
    color: #333333;
}

.zwbg li .zwxq p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 1px;
    color: #333333;
}

.zwbg li .zwxq a {
    display: block;
    width: 140px;
    height: 42px;
    background-color: #df2023;
    border-radius: 5px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 30px 0;
}

.ryzz {
    padding: 0;
    display: flex;
    flex-wrap: wrap;

}

.ryzz li {
    width: 19%;
    padding: 0;
    margin: 0 0.5% 1%;
}

.ryzz li a {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-size: contain;
    border: #b3b3b3 1px solid;
}

.hz_tit {
    padding: 40px 0;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #474747;
}

.hzdw {
    padding: 0;
    display: flex;
    flex-wrap: wrap;

}

.hzdw li {
    width: 19%;
    padding: 0;
    margin: 0 0.5% 1%;
}

.hzdw li a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 51.85%;
    border-radius: 8px;
    border: solid 2px #cccccc;
}

.hzdw li a img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hzxx {
    padding: 0;
    display: flex;
    flex-wrap: wrap;

}

.hzxx li {
    width: 11.5%;
    padding: 0;
    margin: 0 0.5% 1%;
}

.hzxx li a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    border-radius: 8px;
    border: solid 2px #cccccc;
}

.hzxx li a img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}




@media (max-width: 1200px) {
    .content>.right {
        width: 502px;
        height: 342px;
        padding: 10px;
        border: solid 1px #e5e5e5;
        margin-left: 4%;
    }

    .content>.right video {
        width: 100%;
        height: 100%;

    }

    .hxyw2 li {
        width: 50%;
    }

    .xzfz .xzxx .map_xx h6 {
        font-size: 20px;
        font-weight: 700;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        color: #333333;
    }

    .xzfz .xzxx .map_xx li {
        display: flex;
        line-height: 40px;
    }
}

@media (max-width: 1050px) {
    .xzfz .xzxx .map {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border-radius: 8px;
        padding: 10px;
        margin-right: 0;
    }
}

@media (max-width: 992px) {


    .content>.right {
        width: 100%;
        height: 342px;
        padding: 10px;
        border: solid 1px #e5e5e5;
        margin-left: 4%;
    }

    .content>.right video {
        width: 100%;
        height: 100%;

    }

    .fzlc_bg {
        background: #fff;
    }

    .fzlc_pc {
        display: none;
    }

    .fzlc_m {
        display: block;
        width: 100%;
        padding-left: 11px;
    }

    .fzlc_m .sjx {
        border-left: #e6e6e6 1px solid;
    }

    .fzlc_m .sjx li {
        display: flex;
        margin: 0 0 20px -8px;
    }

    .fzlc_m .sjx li i {
        display: block;
        width: 16px;
        height: 16px;
        border: #df2023 1px solid;
        border-radius: 9px;
        background: #fff;
        margin: 10px 20px 0 0;
    }

    .fzlc_m .sjx li .nr {
        flex: 1;
    }

    .fzlc_m .sjx li .nr span {
        display: block;
        line-height: 40px;
        font-size: 22px;
        margin-bottom: 16px;
    }

    .fzlc_m .sjx li .nr p {
        font-size: 16px;
        line-height: 32px;
    }

    .ryzz li {
        width: 24%;
        padding: 0;
        margin: 0 0.5% 1%;
    }

    .ryzz li a {
        display: block;
        width: 100%;
        padding-top: 100%;
        background-size: contain;
        border: #b3b3b3 1px solid;
    }


}

@media(max-width:768px) {
    .xbanner {
        width: 100%;
        position: relative;
        margin-top: 12vw;

    }



    .content>.right {
        width: 100%;
        height: 200px;
        padding: 0;
        border: solid 0px #e5e5e5;
        margin-left: 0;
    }

    .content>.right video {
        width: 100%;
        height: 200px;

    }

    .content_bg {
        background-color: #f8f8f8;
        padding-bottom: 30px;
    }

    .content_bg .tit {
        text-align: center;
        padding: 30px 0 20px;
    }

    .content_bg .tit p {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #b3b3b3 !important;
    }

    .qywh {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .qywh li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48%;
        height: 340px;
        background-color: #ffffff;
        border-radius: 8px;
        margin-bottom: 20px;
        justify-self: center;
    }

    .hxyw li {
        width: 100%;
        height: 200px;
        border-radius: 8px;
        border: solid 2px #e5e5e5;
        padding: 26px 18px;
        margin-bottom: 20px;
    }

    .hxyw2 li {
        width: 100%;
        margin-bottom: 30px;
    }

    .fzlc_bg {
        background: #fff;
    }

    .fzlc_pc {
        display: none;
    }

    .fzlc_m {
        display: block;
        width: 100%;
        padding-left: 11px;
    }

    .fzlc_m .sjx {
        border-left: #e6e6e6 1px solid;
    }

    .fzlc_m .sjx li {
        display: flex;
        margin: 0 0 20px -8px;
    }

    .fzlc_m .sjx li i {
        display: block;
        width: 16px;
        height: 16px;
        border: #df2023 1px solid;
        border-radius: 9px;
        background: #fff;
        margin: 10px 20px 0 0;
    }

    .fzlc_m .sjx li .nr {
        flex: 1;
    }

    .fzlc_m .sjx li .nr span {
        display: block;
        line-height: 40px;
        font-size: 22px;
        margin-bottom: 16px;
    }

    .fzlc_m .sjx li .nr p {
        font-size: 16px;
        line-height: 32px;

    }

    .jrkh {
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        line-height: 40px;
        color: #999999;
    }

    .xzfz .xz {
        line-height: 40px;
        padding-left: 22px;
        background: url(../images/scdd.png) no-repeat left center;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        padding: 20px 0 20px 22px;
    }





    .zwbg li {
        padding: 0 10px;
        height: 40px;
        overflow: hidden;
        transition: all .5s !important;
    }

    .zwbg li.li80 {
        height: 40px !important;
    }

    .zwbg li .zwjj {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        height: 120px;
        line-height: 40px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #333333;
    }

    .zwbg li .zwjj span {
        width: 50%;
    }

    .zwbg li .zwjj span i {
        display: inline;
    }

    .zwbg li .zwjj span:nth-child(3),
    .zwbg li .zwjj span:nth-child(4),
    .zwbg li .zwjj span:nth-child(5) {
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

    .zwbg li .zwjj span:last-child {
        width: 40px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .ryzz li {
        width: 49%;
        padding: 0;
    }

    .hzdw li {
        width: 49%;
        padding: 0;

    }

    .hzxx li {
        width: 49%;
        padding: 0;
    }
}