*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */

}
body{
    overflow-x: hidden;
}
ul,li{
    list-style: none;
}
.text{
    width: 100%;
    text-align: center;
    height: 190px;
    background: #f4f4f4;
    box-sizing: border-box;
    padding-top: 34px;
    letter-spacing: 1px;
}

.text p{
    color: #3f3f3f;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 24px;
}
.text span{
    font-size: 18px;
    color: #6c6c6c;
}

.text div{
    width: 1200px;
    margin: 0 auto;
}
.gonggao1-box {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
}
.gonggao1-box .gonggao1-box-div1{
    width: 118px;
    height: 118px;
    text-align: center;
    border-radius: 50%;
    border: 5px solid rgb(230, 197, 131);
    box-shadow: 0px 2px 15px 1px #373737;

}
.gonggao1-box .gonggao1-box-div1 img {
    width: 95px;
    height: 95px;
    padding: 13px;
    border-radius: 24%;
    margin-top: 6px;
}

.gonggao1-box .gonggao1-box-div1 .gonggao1-box-div1-p1 {
    color: rgb(6, 6, 6);
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;

}

.gonggao1-box .gonggao1-box-div2 .gonggao1-box-div1-p1 {
    color: rgb(5, 5, 5);
    /* background-color: red; */
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 2px;

}

.gonggao1-box .gonggao1-box-div2 img {
    padding: 36px 7px 36px 7px;
    border-radius: 50%;
    box-shadow: 0px 2px 15px 1px #373737;

    border: 5px solid rgb(230, 197, 131);
    /* border: 2px solid rgb(250, 5, 5); */

}
.gonggao{
    width: 1200px;
    margin: 0 auto;
}
.gonggao::after{
    display: block;
    content: "";
    clear: both;
}
.gonggao  .gonggao-left{
    width: 258px;
    height: 477px;
    float: left;
    border: 4px solid #0099ff;
    padding-top: 8px;
    padding-left: 13px;
    box-sizing: border-box;
    position: relative;
}

.gonggao  .gonggao-left::after{
    display: block;
    content: "";
    clear: both;
}
.gonggao  .gonggao-left div{
    width: 111px;
    height: 111px;
    line-height: 111px;
    text-align: center;
    float: left;
    border:1px solid #e0e0e0;
    position: relative;
    background: #fff;
}

.gonggao  .gonggao-left div img{
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;

}
.gonggao  .gonggao-left div:hover{
    cursor:pointer; 
}


.gonggao  .gonggao-left div.active{
    background: #b1e0ff;
}


.gonggao  .gonggao-left  .sanjiao{
    position: absolute;
    right: -15px;
    top: 225px;
}


.gonggao  .gonggao-right {
    width: 889px;
    height: 469px;
    float: right;
    border: 4px solid #0099ff;
    text-align: center;
    background: #fbfbfb;
}


.gonggao  .gonggao-right::after{
    display: block;
    content: "";
    clear: both;
}

.biaoti{
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}
.biaoti img{
  position: absolute;
  top: 0;
}
.biaoti .p1{
    color:#3f3f3f;
    font-size: 30px;
}

.biaoti .p1 span{
    color: #0099ff;
}
.biaoti i{
    display: block;
    margin: 0 auto;
    width: 317px;
    height: 1px;
    background: #0099ff;
    margin-top: 11px;
    margin-bottom: 12px;
}

.biaoti .p2{
    font-size: 18px;
    color: #6c6c6c;
    font-weight: bold;
    margin-bottom: 15px;
}
/* ///////////////// */
.biaoti3{
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}
.biaoti3 img{
    position: absolute;
    top: -20px;
    left: 881px;
}
.biaoti3 .p1{
    color:white;
    font-size: 30px;
}

.biaoti3 i{
    display: block;
    margin: 0 auto;
    width: 67px;
    height:5px;
    background: #bd1a1b;
    margin-top: 11px;
    margin-bottom: 12px;
}

.biaoti3 .p2{
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
}

/* -------------- */

.biaoti5{
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}
.biaoti5 img{
    position: absolute;
    top: -20px;
    left: 328px;
}
.biaoti5 .p1{
    color:#3f3f3f;
    font-size: 30px;
}

.biaoti5 i{
    display: block;
    margin: 0 auto;
    width: 67px;
    height:5px;
    background: #bd1a1b;
    margin-top: 11px;
    margin-bottom: 12px;
}

.biaoti5 .p2{
    font-size: 18px;
    color:#3f3f3f;
    font-weight: bold;
    margin-bottom: 15px;
}

.biaoti2{
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.biaoti2 p{
    font-size: 30px;
    color: #3f3f3f;
    margin-bottom: 12px;
}
.biaoti2 img{
    position: absolute;
    top: -20px;
    left: 881px;
   
}
.mo2{
    width:1200px;
    margin: 0 auto;
}
.mo2 .neirong{
    text-indent: 25px;
    text-align: justify;
    font-size: 18px;
    color: white;
    margin-bottom: 22px;
    line-height: 36px;
    /* padding: 10px; */
    text-align: center;
}
.mo2  ul{
    width: 1200px;
    margin: 0 auto;
}

.mo2  ul li{
    width: 385px;
    height: 297px;
    margin-right:18px;
    float: left;
    margin-bottom: 30px;
}
.mo2  ul li img{
    width: 100%;
    vertical-align: bottom;
}
.mo2  ul li div{
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #7f7f7f;
    font-size: 16px;
    background: #fff;
    box-shadow: 0px 2px 15px #888888;
}

.mo2  ul::after{
    clear: both;
    display: block;
    content: "";
}
.mo3{
    width: 100%;
    height: 700px;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-position: center;
    /* padding-top: 43px; */
    margin-top: 37px;
}

.mo3 .wenzi{
    font-size: 18px;
    color: #3f3f3f;
    text-align: center;
    line-height: 32px;
}

.mo3 .img{
    display: block;
    margin: 30px auto;
}
.mo4{
    width: 1200px;
    margin: 0 auto;
}

.mo4 ul li{
    float: left;
    width: 269px;
    height: 360px;
    text-align: center;
    margin-right: 40px;
    background: #fff;
    box-sizing: border-box;
    margin-top: 42px;
    padding:0 14px;
    padding-top: 26px;
    border-radius: 8px;
}

.mo4 ul li p{
    font-size:19px;
    color: #353535;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 8px;
}
.mo4 ul li span{
    color: #9b9b9b;
    font-size: 16px;
    text-align: justify;
    display: block;
    line-height: 25px;
}

.mo4 ul::after{
    content: "";
    clear:both;
    display: block;
}

.mo5{
    margin-top: 63px;
    text-align: center;
}
.mo5 p{
    color: #bd0009;
    font-size: 24px;
    margin-bottom:5px;
    font-weight: bold;

}
.mo5 .span{
    color: #3f3f3f;
    font-size: 18px;
    margin-bottom: 15px;

}
.mo5 .img1{
    display: block;
    margin: 0 auto;
    margin-top: 38px;
    margin-bottom: 46px;
}
.mo6{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.mo6 .mo6-p{
    color: #bd0009;
    font-size: 24px;
    font-weight: bold;
    margin-bottom:5px;

}
.mo6  .mo6-span{
    color: #525252;
    font-size: 18px;
    margin-bottom:28px;
    display: block;
}
/* 目标校考院校 */
.mo6 .tuijian {
    width: 100%;
    height: 640px;
    background: #fff;
    padding-top: 54px;
    box-sizing: border-box;
}

.mo6 .tuijian .xuexiao-list {
    width: 1200px;
    margin: 0 auto;
}

.mo6 .tuijian .xuexiao-list li {
    width: 273px;
    height: 260px;
    float: left;
    border: 2px solid #c6c6c6;
    margin-right: 27px;
    margin-bottom: 35px;
}

.mo6 .tuijian .xuexiao-list li img {
    width: 100%;
    height: 167px;
    margin-bottom: 10px;
}

.mo6 .tuijian .xuexiao-list li p {
    font-size: 23px;
    color: #000;
    float: right;
    margin-right: 21px;
    margin-bottom: 12px;
}

.mo6 .tuijian .xuexiao-list li div {
    float: right;
    width: 176px;
    font-size: 17px;
    margin-right: 14px;
    color: #9c9c9c;
    font-weight: 500;
}

.mo6 .tuijian .xuexiao-list li div b {
    font-weight: 500;
    margin: 0 8px;
}

.mo6 .tuijian .xuexiao-list li div span:hover {
    color: #c5000b;
    cursor: pointer;
    font-weight: 600;
}
.mo7{
    width: 100%;
    height: 670px;
    background: url(../bt/bj4.png);
    background-size: 100% 100%;
    background-position: center;
    margin-top: 53px;
    padding-top:70px;
}

.mo7 .biaoti .p1{
    color: #fff;
}
.mo7 ul li{
    width: 241px;
    height: 182px;
    margin-left: 120px;
    margin-bottom: 64px;
    text-align: center;
    float: left;
    padding-top: 130px;

}
.mo7 ul {
    margin-top:50px;
    position: relative;
}
.mo7 ul img{
    position: absolute;
    top: 0;
}
.mo7 ul::after{
    content:"";
    clear: both;
    display: block;
}
.mo7 ul li img{
    margin-bottom: 26px;
}

.mo7 ul li p{
    font-size: 20px;
    color: #fff;
}

.mo8{
    width: 1200px;
    margin: 0 auto;
    margin-top: 58px;
}
.mo8  .tuwens{
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 8px #dcdbdb;
    background: #fff;
    padding: 8px;
}
.mo8  .tuwens .div1{
    width: 704px;height: 289px;float: left;
}

.mo8  .tuwens .div2{
    width: 453px;height: 289px;float: left;margin-left:19px;
}
.mo8  .tuwens::after{
    content: "";
    clear: both;
    display: block;
}

.mo8 .div2 p{
    font-size: 15px;
    color:#505050;
    text-indent: 25px;
    line-height: 32px;
}
.mo8 .imgss{
    width: 100%;
    display: block;
    margin-top:8px;
}


.mo09{
    width: 2353px;
    height: 443px;
    overflow: hidden;
}
.mo09 ul li{
     width: 393px;
     text-align: justify;
     float: left;
     margin-right: 10px;
     margin-bottom: 10px;
}

.mo09 ul li .topboxs{
    width: 100%;
    height: 268px;
    position: relative;
}

.mo09 ul li .topboxs img{
    width: 100%;
    height: 100%;
}
.mo09 ul li .topboxs p{
    font-size: 21px;
    color: #fff;
    position: absolute;
    bottom: 29px;
    text-align: center;
    width: 100%;
}

.mo09 ul li .topboxs span{
    font-size: 17px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    text-align: center;
    display: block;
    width: 100%;
    letter-spacing: 1px;
}


.mo09 ul li  .bigbox{
    width: 100%;
    height: 183px;
    background: #fff;
    padding: 17px;
    box-sizing: border-box;
    padding-top:8px;
}


.mo09 ul li  .bigbox div{
    height: 126px;
    color: #9b9b9b;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    text-align: justify;
    letter-spacing: 1px;
}

.mo09 ul li  .bigbox a{
    float: left;
    font-size: 12px;
    color: #9b9b9b;
    position: relative;
    top: 10px;
}


.mo09 ul li  .bigbox img{
    float: right;
    position: relative;
    position: relative;
    top: 15px;
}

.mo09 ul::after{
    display: block;
    content: "";
    clear: both;
}

.mo10{
    width: 1200px;
    margin: 0 auto;
}


.plan  .b1{
    font-weight: bold;
    color: #bd0009;
    font-size:24px;
    text-align: center;
}



.all_fudu li{
    width: 310px;
    height: 178px;
    float: left;
    margin-right: 130px;
    font-size: 22px;
}

.all_fudu li p{
    font-size: 24px;
    color: #0099ff;
}

.listboxs{
    background: #fff;
}



.listboxs .img1 {
    position: relative;
    top: -2px;
    margin-left: 33px;
    left: 11px;
}

.listboxs{
    border: 2px solid #0099ff;
}


.listboxs li div span{
    color: #0099ff;
}




.listboxs li div{
    border-left: 2px solid #0099ff;
}

.listboxs .img3{
    margin-left: 30px;
}
.studentsbox{
    margin-top:70px;
}
.hj {
    margin-top:75px;
    text-align: center;
}

/* 新写的 */
.newmo1{
    width: 100%;
    height: 937px;
    background: url(../bt/bj1.jpg);
    background-size: 100% 100%;
    background-position:center;
    padding:46px 0;
}
.newmo4{
    width: 100%;
    height: 1006px;
    background: url(../bt/bj3.jpg);
    background-size: 100% 100%;
    background-position: center;
    padding-top: 65px;
}

.mo11{
    width: 100%;
    height: 853px;
    padding-top: 62px;
    background: url(../bt/bj7.png);
}

.mo11 .text1{
    width: 1200px;
    margin: 0 auto;
}
.mo11 .text1  p{
    font-size: 18px;
    color: #525252;
    text-indent: 28px;
    line-height: 35px;
    letter-spacing:2px;
}
.mo11 .img{
    display: block;
    margin:0 auto;
    margin-top: 15px;
}
.mo12{
    width: 100%;
    height:700px;
    background: url(../bt/bj12.png);
    background-position: center;
    background-size: 100% 100%;
    padding-top: 78px;
}
.mo13{
    width: 100%;
    height:1182px;
    background: url(../bt/bj13.png);
    background-position: center;
    background-size: 100% 100%;
    padding-top: 78px;
}
 /* 小按钮 */
 .zj_box {
    width: 366px;
    height: 49px;
    margin: 30px auto 30px;

}

.zj_box ul .li5 {
    float: left;
    width: 50%;
    background: linear-gradient(to right, #4747fd, #071ff2);
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    padding: 7px 0;
    border-top-left-radius: 7px;

    border-bottom-left-radius: 7px;
}

.zj_box>ul>.li5>a {
    color: #fff !important;
}

.zj_box>ul>.li6>a {
    color: #fff !important;
}

.zj_box ul .li6 {
    float: left;
    width: 50%;
    background: linear-gradient(to right, #595959, #373737);
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    padding: 7px 0;
    border-top-right-radius: 7px;

    border-bottom-right-radius: 7px;
}