@charset "UTF-8";
@import url(./public.css);
@import url(./footer.css);
@import url(./header.css);
@import url(./Navlist.css);

/* 菜单栏 */
.header_box03{
    width: 100%;
    /* padding-top: 15px; */
    display: flex;
    align-items: center;
    background: #06348A;
    margin: 18px 0 0 0;
}
.header_box03 ul{
    width:65%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header_box03 ul li{
    display: flex;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.header_box03 ul li .li01{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0px 22px;
}
.header_box03 ul li .li01:hover{
    background-color:#ffffff2b;
}

.headerbox01_btn img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.ban{
    width: 100%;
    display: flex;
    position: relative;
}
.ban img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ban .cont{
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    color: #fff;
}
.ban .cont_in{
    margin: 0 auto;
    width: 70%;
    max-width: 1440px;
}
.ban .font{
    max-width: 504px;
}
@media only screen and (max-width: 1360px) {
    /* 设置了浏览器宽度不大于1360px时，content显示 1360px的宽度样式    */
    .ban .font{
        padding-bottom: 50px;
        position: relative;
    }
    .ban .cont .but{
      position: absolute;
      bottom: 10px;
      left: 0;
      z-index: 9;
    }
    .ban .cont .tit{
        font-size: 34px !important;
    }
    .ban .cont .text{
        font-size: 20px !important;
        line-height: 32px !important;
    }
  }
.ban .cont .tit {
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 1.142;
    font-size:43px;
}
.ban .cont .text {
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 54px;
    opacity: 0.8;
}
.ban .cont .but{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    cursor: pointer;
}


/* 选择单招的优势 */
.module.module7 {
	background-image: url("../images/bg-7.png");
	padding-top: 60px;
	padding-bottom: 60px;
}
.module.module7 .main {
    width: 70%;
    margin:0 auto;
}
.module .advantage_top {
    background-image: url(../images/bg-title.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 38px;
    text-align: center;
}
.module.module7 .main .direction-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	text-align: center;
}
.module.module7 .main .direction-list .direction {
	width: 31%;
    height: 225px;
	background: rgba(255, 255, 255, 0.3);
	border: 2px solid #527ed6;
	border-radius: 30px 0px 30px 0px;
    cursor: pointer;
}
.module.module7 .main .direction-list .direction + .direction {
	margin-left: 45px;
}
.module.module7 .main .direction-list .direction:hover {
	background: #0d57a9;
	border-color: #0d57a9;
}
.module.module7 .main .direction-list .direction:hover .post {
	color: #ffffff;
}
.module.module7 .main .direction-list .direction .title {
	width: 127px;
	line-height: 30px;
	background: #527ed6;
	margin: 36px auto 15px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #ffffff;
    position: relative;
}
.module.module7 .main .direction-list .direction .title::before {
	width: 36px;
	height: 2px;
	background: #527ed6;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -21px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.module.module7 .main .direction-list .direction .post {
    width: 100%;
    padding: 0px 21px 0px 21px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 41px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 195px;
    line-height: 48px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #ffffff;
    background-image: linear-gradient(90deg, #527ed6, #6487cf);
    border-radius: 40px;
    position: relative;
    margin-top: 68px;
}
.advantage{
   width: 100%;
   margin-top: 70px; 
}
.advantage_box{
    width: 75%;
    margin: 0 auto;
}
.advantage_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin-bottom:30px;
}
.advantage_top p{
    font-size:42px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
.advantage_top p span{
    color: #006cd7;
    font-size:42px;
}
.advantage_top .advantage_span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}



/* 湖南省单招报考流程 */
.process{
    width: 100%;
    padding: 70px 0;
    background: #f5f5f5;
    margin-top: 0px;
}
.process_box{
    width:70%;
    margin: 0 auto;
}
.process_info{
    width: 100%;
    display: flex;
}
.process_info .ul_2{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.process_info .ul_2 li{
    width: 23.5%;
    height: 385px;
    position: relative;
    margin-right: 2%;
    margin-bottom: 28px;
    cursor: pointer;
    background: url(../images/img01.png) no-repeat top center;
    background-size: 100% 100%;
}
.process_info .ul_2 li:nth-child(4n){
    margin-right: 0;
}
.process_info .ul_2 li a{
    display: flex;
    flex-direction: column;
}
.ul_2_shuz{
    display: flex;
    align-items: center;
    padding: 58px 0 0 16px;
    justify-content: space-between;
    position: relative;
}
.ul_2_shuz .title_1 {
    font-size: 22px;
    font-weight: bold;
    color: #393939;
}
.ul_2_shuz .title_num{
    font-size: 60px;
    font-weight: bold;
    color: #39393945;
    position: absolute;
    top: 24px;
    right: 15px;
}
.process_info .ul_2 li .title_2 {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 58px 41px 6px 35px;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.process_info .ul_2 li .title_3 {
    font-size: 18px;
    color: rgb(24, 118,190);
    position: absolute;
    bottom: 72px;
    left: 39px;
}
.process_info .ul_2 li:hover .title_3{
    opacity: 0.5;
    cursor: pointer;
}
@media only screen and (max-width: 1360px) {
    .ul_2_shuz .title_1 {
        width: 54%; 
        font-size: 19px !important;
    }
    .ul_2_shuz .title_num{
        font-size: 47px !important;
    }
    .process_info .ul_2 li .title_2{
        width: 100%;
        font-size: 15px !important;
        line-height: 19px !important;
        padding: 60px 41px 2px 35px !important;
        display: -webkit-box;
        -webkit-line-clamp: 6 !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
    }
    .process_info .ul_2 li .title_3{
        font-size: 13px !important;
        color: rgb(24, 118,190);
        position: absolute;
        bottom: 75px !important;
        left: 39px;
    }
    .courseYs_item p{
        font-size: 20px !important;
    }
    .hengx{
        margin: 11px 0 !important;
    }
    .courseYs_item_text{
        height: 300px !important;
        line-height: 19px !important;
    }
    .Service_info .hover{
        height: 229px !important;
        width: 291px !important;
    }
    .Service_info ul li:nth-child(1){
        top: 88px !important;
    }
    .Service_info ul li:nth-child(2){
        top: 244px  !important;
    }
    .Service_info ul li:nth-child(3){
        top: 399px  !important;
    }
    .Service_info ol li:nth-child(1){
        top: 85px !important;
        right: 20% !important;
    }
    .Service_info ol li:nth-child(2){
        top:245px !important;
        right:8% !important;
    }
    .Service_info ol li:nth-child(3){
        top: 403px !important;
        right:17% !important;
    }
    .text_kbsj {
        padding: 385px 0 0 63px !important;
    }
    .mbxx_box{
        width: 226px !important; 
        height: 344px;
    }
}

/* 课程介绍 */
.flow{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
    margin-top: 70px;
}
.part5{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.part5 .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part5 .list li{
    width:33.3%;
    margin-bottom: 1px;
    font-size:16px;
    color: #333333;
    line-height: 18px;
    padding:14px 10px ;
    border:1px solid #D9D5D5;
    text-align: center;
}
.part5 .list:nth-of-type(1) li{
    text-align: center;
    font-size:22px;
    color: #FFFFFF;
    background: rgb(24, 118,190);
}
.part5 .list li:nth-of-type(1){
    line-height: 54px;
}
.part5 .list li:nth-of-type(2){
    line-height: 54px;
}
.part5 .list li:nth-of-type(3){
    line-height: 54px;
}
.part5 .list li:nth-of-type(4){
    line-height: 54px;
}


/* 课程优势 */
.courseYs{
    width: 100%;
    background: url(../images/demo.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}
.courseYs_box{
    width: 70%;
    margin: 0 auto;
}
.courseYs_info{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.courseYs_item{
    width: 24%;
    height: 470px;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 30px;
    margin-right: 1.1%;
}
.courseYs_item:last-child{
    margin-right: 0;
}
.courseYs_item p{
    font-size:26px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.hengx{
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    border: 1px solid #f6f4f9;
    margin:15px 0;
}
.courseYs_item_text{
    width: 100%;
    height: 294px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    margin-bottom: 20px;
}
.courseYs_item_btn{
    width: 97px;
    height: 37px;
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    background: white;
    color: #4A2382;
    line-height: 37px;
    border: 1px solid #4A2382;
    border-radius:3px;
    text-align: center;
}
.courseYs_item:hover{
    background-color: #441A99;
}
.courseYs_item:hover p{
    color: #fff;
    cursor: pointer;
}
.courseYs_item:hover .courseYs_item_text{
    color: #fff;
    cursor: pointer;
}

/* 服务特色 */
.Service{
    width: 100%;
    height: 730px;
    background: url(../images/xx_img.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 70px 0;
}
.Service_box{
    width: 70%;
    height: 100%;
    margin: 0 auto;
}
.Service_info{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.Service_info ul{
    width: 417px;
    float: left;
}
.Service_info ul li:nth-child(1) {
    position: absolute;
    top: 88px !important;
    left: 25%;
}
.Service_info ul li:nth-child(2) {
    position: absolute;
    top: 244px  !important;
    left: 11%;
}
.Service_info ul li:nth-child(3) {
    position: absolute;
    top: 399px  !important;
    left:17%;
}
.Service_info ol li:nth-child(1) {
    position: absolute;
    top: 85px !important;
    right: 21%;
}
.Service_info ol li:nth-child(2) {
    position: absolute;
    top:244px !important;
    right:12%;
}
.Service_info ol li:nth-child(3) {
    position: absolute;
    top: 403px !important;
    right: 20%;
}
.Service_info  li {
    cursor: pointer;
}
.Service_info ul li a{
    display: flex;
    flex-direction: column;
}
.Service_info ul li h4 {
    font-size: 22px;
    font-weight: normal;
    text-align: right;
    color: #333;
    line-height: 22px;
}
.Service_info .hover {
    background: url(../images/para121.png) no-repeat center top;
    background-size: 100% 100%;
    height: 299px;
    width: 365px;
    transition: all 0.2s linear 0s;
    cursor: pointer;
    position: absolute;
    top: 82px;
    left: 36%;
}
/* .Service_info .hover:hover {
    background: url(../images/logo.png) no-repeat center top;
    background-size: 100% 100%;
} */
.Service_info ol {
    width: 417px;
    float: left;
}
.Service_info ol li a{
    display: flex;
    flex-direction: column;
}
.Service_info ol li h4 {
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    color: #333;
    line-height: 22px;
}


/* 授课师资介绍 */
.introduce{
    width: 100%;
    background-color: #fafafa;
    padding: 70px 0 20px 0;
}
.introduce_box{
    width: 70%;
    height: 100%;
    margin: 0 auto;
}
.introduce_info{
    width: 100%;
    display: flex;
}
.introduce_info .ul_zxdk{
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}
.ul_zxdk li{
    width: 19%;
    background: #f6f6f6;
    transition: 0.3s;
    margin-bottom: 38px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    margin-right:1.2%;
}
.ul_zxdk li:nth-child(5n){
    margin-right: 0;
}
.ul_zxdk li .img_1 {
    width: 100%;
    height: 379px;
    display: flex;
    transition: .3s;
}
.ul_zxdk li .img_1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul_zxdk li .btm_tex {
    width: 100%;
    height: 140px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.ul_zxdk li .btm_tex .title_1 {
    font-size: 18px;
    color: #393939;
    margin-bottom: 15px;
}
.ul_zxdk li .btm_tex .btn_1 {
    background-image: -moz-linear-gradient(30deg, rgb(240, 56, 60) 0%, rgb(255, 136, 60) 100%);
    background-image: -webkit-linear-gradient(30deg, rgb(240, 56, 60) 0%, rgb(255, 136, 60) 100%);
    background-image: -ms-linear-gradient(30deg, rgb(240, 56, 60) 0%, rgb(255, 136, 60) 100%);
    box-shadow: 0px 8px 16px 0px rgba(255, 106, 110, 0.38);
    width: 145px;
    height: 40px;
    line-height: 40px;
    display: flex;
    margin: 10px auto 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 23px;
}
.ul_zxdk li:hover {
    background-image: -moz-linear-gradient(30deg, rgb(240, 56, 60) 0%, rgb(255, 136, 60) 100%);
    background-image: -webkit-linear-gradient(30deg, rgb(240, 56, 60) 0%, rgb(255, 136, 60) 100%);
    background-image: -ms-linear-gradient(30deg, rgb(240, 56, 60) 0%, rgb(255, 136, 60) 100%);
    box-shadow: 0px 2px 26px 0px rgba(255, 106, 110, 0.38);
    transition: 0.3s;
}
.ul_zxdk li:hover .img_1{
    transform: scale(1.06);
    transition: .3s;
}
.ul_zxdk li:hover .title_1, .ul_zxdk li:hover .title_2 {
    color: #fff;
}

/* 教学住宿环境 */
.hj{
    width: 100%;
    padding: 70px 0 0 0;
}
.hj_info{
    width:70%;
    margin: 0 auto;
}
.hj_info_bx{
    width: 100%;
    display: flex;
   flex-direction: column;
}
.hj_box01{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.hj_box01_img01{
    width: 42.5%;
    height: 300px;
    object-fit: cover;
}
.hj_box01_img02{
    width: 20%;
    height: 300px;
    object-fit: cover;
}
.hj_box01_img0_right{
    width: 35%;
    display: flex;
    flex-direction: column;
}
.hj_box01_img0_right img{
    width: 100%;
    height: 142px;
    object-fit: cover;
    margin-bottom: 15px;
}
.hj_box02{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hj_box01_img03{
    width: 20%;
    height: 200px;
    object-fit: cover;
}
.hj_box01_img04{
    width: 42.5%;
    height: 200px;
    object-fit: cover;
}
.hj_box01_img05{
    width: 35%;
    height: 200px;
    object-fit: cover;
}
/* 表单 */
.table{
    width: 100%;
    height: 595px;
    background: url(../images/bj_img02.png) top center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
}
.table_box{
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.text_kbsj {
    font-size: 19px;
    color: #fff;
    padding: 385px 0 0 80px;
    opacity: 0.7;
}
.mbxx_box {
    width: 308px;
    height: 344px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 216px;
    right:2.3%;
}
.input_box {
    width: 100%;
    height: 100%;
    position: relative;
}
.input_box .type_int1 {
    width: 100%;
    height: 47px;
    line-height: 47px;
    background-image: linear-gradient( #f0f0f0, #f0f0f0), linear-gradient( #ffffff, #ffffff);
    opacity: 0.8;
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
    border: none;
    text-indent: 14px;
}
.input_box .type_int2 {
    width: 100%;
    height: 44px;
    background-image: linear-gradient( #f0f0f0, #f0f0f0), linear-gradient( #ffffff, #ffffff);
    opacity: 0.8;
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
    border: none;
    text-indent: 14px;
}
.input_box .yzm_box.yzm_box2 {
    height: 13px;
    border-left: 1px solid #dadada;
    font-size: 14px;
    color: #fe823c;
    position: absolute;
    padding-left: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    top: 202px;
    right: 23px;
    cursor: pointer;
}
.cont_btn3{
    display: flex;
}
.cont_btn3 .btn_blue2 {
    width: 302px;
    height: 50px;
    background-image: linear-gradient(60deg, #f0383c 0%, #ff883c 100%), linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal, normal;
    box-shadow: 0px 8px 16px 0px rgba(255, 106, 110, 0.38);
    border-radius: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 0;
    font-size:21px;
}
.btn_blue2:hover{
    opacity: 0.6;
    cursor: pointer;
}