html,body,div,h1,h2,h3,h4,h5,h6,p,img,ul,li,input,span,a,i{ padding: 0;margin: 0; }
html{ font-family: "microsoft yahei", "HanHei SC","PingHei","PingFang SC","STHeitiSC-Light","Helvetica Neue","Helvetica","Arial",sans-serif; }
img{ border: none; vertical-align: top;}
a{ text-decoration: none; }
input,textarea,button{ outline: none;-webkit-appearance: none; }
textarea{ resize: none; overflow: hidden; }
li{ list-style: none; }
.headerBar{
    text-align: center;
}
body{
    min-width: 1300px;
}
.headerBar ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.titleBar{
    color: #000000;
    font-size: 13px;
    line-height: 36px;
    width: 3%;
    min-width: 60px;
    padding: 0 15px;
    position: relative;
}
.titleBar:after{
    display: inline-block;
    content: "";
    height: 15px;
    border-right: 1px solid #A3A3A3;
    position: absolute;
    right: -0%;
    top: 9px;

}
.banner{
    width: 100%;
}
.headerBg{
    background-color: #4071FC;
    color: #ffffff;
    display: flex;
    align-items: center;

}
.headerBottom{
    width: 8%;
    font-size: 16px;
    line-height: 55px;
    position: relative;
}
.headerBottom:after{
    content: "";
    height: 18px;
    border-right: 1px solid #fff;
    position: absolute;
    right: 0px;
    top: 20px;
}
.headerBottom:last-of-type:after{
    display: none;
}
.main{
    width: 70%;
    margin: 0 auto;
}
/*导言*/
.lead{
    margin-top: 45px;
    background-image: url("../img/leadBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.leadText{
    font-size: 16px;
    border-left: none;
    height: 78px;
    line-height: 35px;
    text-indent: 2rem;
    padding: 40px 1rem  8px  25px;

}
.journalism{
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.journalismLeft{

}
.journalismItem{
    padding-bottom: 20px;
}
.journalismTitle{
    font-size: 25px;
    color: #FF2B30;
    font-weight: bold;
}
.journalismText{
    font-size: 16px;
    color: #1A1A1A;
    line-height: 40px;
}
/*lunbo*/
.journalismSwiper{
    width: 48%;
    /*background-color:#4D4D4D ;*/
    height: 370px;
}
.swiper-container{
    width: 100%;
    height: 370px;
    position: relative;
}
.swiper-wrapper{
    width: 100%;

}
.swiper-slide img{
    width: 100%;
    height: 370px;
}
.pagination{
    position: absolute;
    bottom: 10px;
    right:30px;
}
.swiper-pagination-switch{
    background-color: #C6C6C6;
    color: #131313;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    margin: 0 5px;

}
.swiper-active-switch{
    background-color: #1E65E8;
    color: #ffffff;
}



.information{
    margin-top: 35px;
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.inforBox{
    width: 45%;
    margin-bottom: 40px;
}
.condition{
    margin-bottom: 0;
}
.inforHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #D5D5D5;
}
.inforTitleLeft{
    height: 40px;
    color: #1D1D1D;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.bottomImg{
    position: relative;

}
.titleImg{
    position: relative;
    transform: rotate(-75deg);
}
.inforTitleRight{
    color: #7F7F7F;
    font-size: 16px;
}
.infoCont{
    padding-top: 20px;
}
.inforItem{
    line-height: 35px;
    font-size: 13px;
    color: #3C3C3C;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.itemLeft img{
    width: 8px;
    height: 8px;
    vertical-align: middle;
}
.itemRight{
    font-size: 12px;
    color: #7B7B7B;
}
/**/
.centerBox{
    background-image: url("../img/contCenterBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 80px;
}
.centerItem{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right:  30px;
    width: 35%;
    line-height: 30px;
    padding: 20px 40px 40px 50px;
    min-height: 220px;
    color: #ffffff;
}
.centerItem .title{
    padding-left: 20px;
    line-height: 50px;
    padding-top: 30px;
    font-size: 22px;
}
.center1{
    background-image: url("../img/center1.png");
}
.center2{
    background-image: url("../img/center2.png");
}
.center3{
    background-image: url("../img/center3.png");
    margin-top: 30px;
}
.center4{
    margin-top: 30px;
    background-image: url("../img/center4.png");
}

/**/
.schoolTab{
    width: 100%;
    border: 1px solid #d5d5d5;
    border-collapse: collapse;
    margin-top: 50px;
}
.schoolTabHeader{
    background-color: #4071FC;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

td,th{
    width: 25%;
    border: 1px solid #d5d5d5;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
}
tr th{
    width: auto;
}

.juniorCollege{

}





.footer{
    margin-top: 50px;
    background-color: #4071FC;
    text-align: center;
    padding: 35px 0;
}
.QRCodeLine{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.QRCode{

    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
}
.QrCodeCenter{
    margin: 0 60px;
}
.QRCode img{
    width: 80px;
    height: 80px;
}

.footerLine{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}




























