/* 通用 */
html{
    background-color: #fff;
}
body {
    overflow-x: hidden;
    background-color: #fff;
    margin: 0;
    /* background-image: url(/pc/img/lk_body_bg.jpg); */
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}

ul {
    list-style: none;
}
.middle_width{
    width: 1366px;
    margin: 0 auto;
}
a{
    text-decoration: none;
    color: #373737;
}
a:hover{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:link{
    text-decoration: none;
}
.all_title{
    font-size: 56px;
    text-align: center;
    color: #373737;
    font-weight: 700;
    letter-spacing: 3px;
}
.all_title span{
    color: #046492;
}
.all_fu_title{
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    color: #333;
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 7px auto;
    padding-bottom: 12px;
}

.bottom_btn{
    margin: 20px auto 0;
}
.bottom_btn a{
    width: 340px;
    height: 50px;
    font-size: 23px;
    letter-spacing: 1px;
    background-color: #DF5443;
    color: #fff;
    outline: none;
    border: none;
    display: block;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DF5443;
}
.bottom_btn a:hover{
    background-color: transparent;
    color: #DF5443;
    border: 1px solid #DF5443;
}

.fu_title{
    color: #333;
    font-size: 17px;
    padding: 5px;
}

/* 头部 */
.header_top{
    height: 70px;
    padding: 12px 0;
    background-color: #fff;
}
.header_top .middle_width{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top .header_top_left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.header_top .header_top_left .header_left_img{
    width: 72px;
}
.header_top .header_top_left .header_left_img img{
    width: 100%;
}
.header_top .header_top_left .header_img{
    border-left: 1px solid #000;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
.header_top .header_top_left .header_img .header_img_top{
    font-size: 22px;
    color: #23262b;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-bottom: 3px;
}
.header_top .header_top_left .header_img .header_img_bottom{
    font-size: 17px;
    color: #626262;
    margin-bottom: 0;
    margin-top: 3px;
}
.header_top .header_center{
    padding-top: 5px;
}
.header_top .header_center > div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
}
.header_top .header_center .question{
    float: left;
    height: 36px;
    border: 1px solid #1f1f1f;
    border-right: 0;
    float: left;
    background: #fff;
    font-size: 16px;
    width: 316px;
    text-indent: 16px;
    overflow: hidden;
}
.header_top .header_center .question > ul{
    height: 36px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.header_top .header_center .question > ul li{
    height: 38px;
    line-height: 38px;
    color: #666;
}
.header_top .header_center .question > ul li a{
    color: rgb(143, 141, 141);
}
.header_top .header_center span{
    width: 55px;
    font-size: 18px;
    background-color: #046492;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.header_top .header_center .hot{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 60px;
}
.header_top .header_center .hot > span{
    color: #e62129;
    background-color: #fff;
    font-size: 14px;
    width: 80px;
}
.header_top .header_center .hot > a{
    color: #999999;
    font-size: 13px;
}
.header_top .header_top_right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_top .header_top_right span img{
    width: 78%;
}

/* 导航栏 */
.nav_wrap{
    min-width: 1366px;
    height: 55px;
    width: 100%;
    background-color: #046492;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nav_wrap .nav_left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.nav_wrap .nav_left .nav_left_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.nav_wrap .nav_left .nav_left_top .nav_left_img{
    width: 46px;
}
.nav_wrap .nav_left .nav_left_top .nav_left_img img{
    width: 100%;
}
.nav_wrap .nav_left .nav_left_top .nav_left_info{
    margin-left: 2px;
}
.nav_wrap .nav_left .nav_left_top .nav_left_info .nav_info_top{
    margin-bottom: 2px;
}
.nav_wrap .nav_left .nav_left_top .nav_left_info .nav_info_top p{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-left: 4px;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}
.nav_wrap .nav_left .nav_left_top .nav_left_info .nav_info_top span{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 12px;
    padding-left: 17px;
}
.nav_wrap .nav_left .nav_left_top .nav_left_info .nav_info_bottom{}
.nav_wrap .nav_left .nav_left_top .nav_left_info .nav_info_bottom span{
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
    padding-top: 0px;
    letter-spacing: 8px;
    padding-left: 4px;
}
.nav_wrap .nav_left .nav_left_bottom{
    color: #fff;
    font-size: 12px;
    letter-spacing: 13px;
    padding-left: 11px;
}
.nav_wrap .nav_center{
    width: 1200px;
}
.nav_wrap .nav_center > ul{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 0;
    margin: 0;
}
.nav_wrap .nav_center > ul li{
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.nav_wrap .nav_center > ul li > a{
    color: #fff;
    font-size: 16px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    padding: 0 10px;
}
.nav_wrap .nav_center > ul li a:hover{
    background-color: #ED4343;
    color: #fff;
}
.nav_wrap .nav_center > ul li .nav_list_down{
    position: absolute;
    height: 0;
    left: 0px;
    top: 54px;
    background-color: #046492;
    transition: height 0.2s;
}
.nav_wrap .nav_center > ul li .nav_list_down ul{
    width: 148px;
    padding-left: 0;
}
.nav_wrap .nav_center > ul li .nav_list_down ul li{
    height: 0;
    transition: height 0.2s;
    width: 100%;
}
.nav_wrap .nav_center > ul li .nav_list_down ul li a{
    width: 100%;
    height: 53px;
}
.nav_wrap .nav_center > ul li .nav_list_down ul li a:hover{
    background-color: #ED4343;
    color: #fff;
}
.nav_wrap .nav_center > ul li:hover{
    overflow: visible;
}
.nav_wrap .nav_center > ul li:nth-of-type(1):hover .nav_list_down{
    height: 302px;
    border: 1px solid #046492;
}
.nav_wrap .nav_center > ul li:nth-of-type(1):hover .nav_list_down ul li{
    height: 50px;
}
.nav_wrap .nav_center > ul li:nth-of-type(2):hover .nav_list_down{
    height: 302px;
    border: 1px solid #046492;
}
.nav_wrap .nav_center > ul li:nth-of-type(2):hover .nav_list_down ul li{
    height: 50px;
}
.nav_wrap .nav_center > ul li:nth-of-type(3):hover .nav_list_down{
    height: 302px;
    border: 1px solid #046492;
}
.nav_wrap .nav_center > ul li:nth-of-type(3):hover .nav_list_down ul li{
    height: 50px;
}
.nav_wrap .nav_center > ul li:nth-of-type(4):hover .nav_list_down{
    height: 302px;
    border: 1px solid #046492;
}
.nav_wrap .nav_center > ul li:nth-of-type(4):hover .nav_list_down ul li{
    height: 50px;
}
.nav_wrap .nav_center > ul li:nth-of-type(5):hover .nav_list_down{
    height: 402px;
    border: 1px solid #046492;
}
.nav_wrap .nav_center > ul li:nth-of-type(5):hover .nav_list_down ul li{
    height: 50px;
}
.nav_wrap .nav_center > ul li:nth-of-type(6):hover .nav_list_down{
    height: 202px;
    border: 1px solid #046492;
}
.nav_wrap .nav_center > ul li:nth-of-type(6):hover .nav_list_down ul li{
    height: 50px;
}
.nav_wrap .nav_center > ul li:nth-of-type(7):hover .nav_list_down{
    height: 200px;
    border: 1px solid #046492;
}
.nav_wrap .nav_center > ul li:nth-of-type(7):hover .nav_list_down ul li{
    height: 50px;
}
.nav_wrap .nav_center > ul li:nth-of-type(8):hover .nav_list_down{
    height: 202px;
    border: 1px solid #046492;
}
.nav_wrap .nav_center > ul li:nth-of-type(8):hover .nav_list_down ul li{
    height: 50px;
}
.nav_wrap .nav_right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_wrap .nav_right .nav_right_img{
    width: 83px;
}
.nav_wrap .nav_right .nav_right_img img{
    width: 88%;
    margin-top: 7px;
}
.nav_wrap .nav_right .nav_right_info{
    color: #fff;
    font-size: 14px;
    padding-left: 6px;
}

/* 首图 */
.picture{
    min-width: 1366px;
    position: relative;
}
.picture > img{
    width: 100%;
}
.picture .picture_wrap{
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 1010px;
}
.picture .picture_wrap > span{
    text-align: center;
    display: block;
    font-size: 22px;
    color: #333;
    letter-spacing: 4px;
}
.picture .picture_wrap > p{
    text-align: center;
    font-size: 72px;
    font-weight: 700;
    margin: 3px 0;
    letter-spacing: 3px;
    color: #0b6794;
}
.picture .picture_wrap .picture_info{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 511px;
    border-radius: 37px;
    margin: 13px auto;
    border: 1px solid #5696B5;
    height: 41px;
}
.picture .picture_wrap .picture_info .picture_info_items{
    color: #494949;
    font-size: 18px;
    margin: 0;
    width: 152px;
    text-align: center;
}
.picture .picture_wrap .picture_info .picture_info_items:nth-of-type(3){
    margin-right: 22px;
}
.picture .picture_wrap .picture_info .picture_info_items span{
    width: 18px;
    display: inline-block;
}
.picture .picture_wrap .picture_info .picture_info_items span img{
    width: 100%;
}
.picture .picture_wrap .picture_circle{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}
.picture .picture_wrap .picture_circle .picture_circle_items{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 0;
    margin: 0 30px;
    width: 114px;
}
.picture .picture_wrap .picture_circle .picture_circle_items img{
    width: 100%;
}
.picture .picture_wrap .picture_circle .picture_circle_items span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    text-align: center;
    color: #fff;
    width: 100%;
}
.picture .picture_wrap .picture_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}
.picture .picture_wrap .picture_btn a{
    margin: 0 18px;
    width: 300px;
    text-align: center;
    letter-spacing: 1px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 26px;
    background-color: #046491;
    box-shadow: -2px -2px 6px 3px #438ab0 inset;
}
.picture .picture_wrap .picture_btn a:hover{
    background-color: #E60D06;
    box-shadow: -2px -2px 6px 3px #B4333A inset;
}

/* 咨询区 */
.zixun_wrap{
    padding: 15px 0 20px;
    background-color: #fff;
}
.zixun_wrap .zixun_content{
    margin-top: 23px;
}
.zixun_wrap .zixun_content .middle_width{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.zixun_wrap .zixun_content .left_zixun{
    width: 492px;
    margin-right: 80px;
}
.zixun_wrap .zixun_content .left_zixun .left_zixun_title{
    background-color: #046492;
    color: #fff;
    font-size: 31px;
    padding-left: 10px;
    letter-spacing: 2px;
    padding: 16px 10px;
    font-weight: 700;
}
.zixun_wrap .zixun_content .left_zixun .left_zixun_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}
.zixun_wrap .zixun_content .left_zixun .left_zixun_content a{
    border: 1px solid #ccc;
    width: 89px;
    display: block;
    margin: 7px;
    padding: 9px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #333;
    text-align: center;
}
.zixun_wrap .zixun_content .left_zixun .left_zixun_content a:hover{
    background-color: #046492;
    color: #fff;
    border: 1px solid #046492;
}
.zixun_wrap .zixun_content .right_zixun{
    width: 692px;
}
.zixun_wrap .zixun_content .right_zixun .right_top{}
.zixun_wrap .zixun_content .right_zixun .right_top ul{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    margin: 0;
}
.zixun_wrap .zixun_content .right_zixun .right_top ul li{
    width: 20%;
    margin: 5px;
    margin-top: 0;
}
.zixun_wrap .zixun_content .right_zixun .right_top ul li a{
    display: block;
    position: relative;
}
.zixun_wrap .zixun_content .right_zixun .right_top ul li a img{
    width: 100%;
}
.zixun_wrap .zixun_content .right_zixun .right_top ul li a p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}
.zixun_wrap .zixun_content .right_zixun .right_top ul li a p i{
    display: inline-block;
    width: 10px;
    height: 11px;
    background: url(/pc/img/lk_diyu_icon.png) no-repeat;
    vertical-align: middle;
    margin-left: 0px;
}
.zixun_wrap .zixun_content .right_zixun .right_top ul li a p:hover{
    background-color: #000;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zixun_wrap .zixun_content .right_zixun .right_top ul li a p:hover i{
    margin-left: 8px;
}
.zixun_wrap .zixun_content .right_zixun .right_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.zixun_wrap .zixun_content .right_zixun .right_bottom a{
    border: 1px solid #DEDEDE;
    width: 122px;
    display: block;
    margin: 7px;
    padding: 9px 0;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 2px;
}
.zixun_wrap .zixun_content .right_zixun .right_bottom a:hover{
    background-color: #046492;
    color: #fff;
    border: 1px solid #046492;
}

/* 四大方式 */
.sida_wrap{
    padding: 20px 0;
    background-image: url(/pc/img/lk_sida_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sida_wrap .sida_content{
    margin-top: 23px;
}
.sida_wrap .sida_content .middle_width{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sida_wrap .sida_content .sida_items{
    margin: 5px 15px;
    width: 250px;
    height: 372px;
    box-shadow: 0px 0px 3px 1px #dcdbdb;
}
.sida_wrap .sida_content .sida_items:nth-of-type(1){
    background-image: url(/pc/img/lk_sida01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sida_wrap .sida_content .sida_items:nth-of-type(2){
    background-image: url(/pc/img/lk_sida02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sida_wrap .sida_content .sida_items:nth-of-type(3){
    background-image: url(/pc/img/lk_sida03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sida_wrap .sida_content .sida_items:nth-of-type(4){
    background-image: url(/pc/img/lk_sida04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sida_wrap .sida_content .sida_items .sida_img{
    text-align: center;
    margin-top: 15px;
}
.sida_wrap .sida_content .sida_items .sida_img img{
    width: 30%;
}
.sida_wrap .sida_content .sida_items h4{
    margin: 0;
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
}
.sida_wrap .sida_content .sida_items:nth-of-type(1) h4{
    color: #568FD2;
}
.sida_wrap .sida_content .sida_items:nth-of-type(2) h4{
    color: #DF5443;
}
.sida_wrap .sida_content .sida_items:nth-of-type(3) h4{
    color: #F79021;
}
.sida_wrap .sida_content .sida_items:nth-of-type(4) h4{
    color: #12B296;
}
.sida_wrap .sida_content .sida_items ul{
    padding: 0;
    width: 80%;
    margin: 10px auto;
    color: #333333;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
}
.sida_wrap .sida_content .sida_items ul li{
    font-size: 16px;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    text-align: left;
    list-style: circle;
    margin-left: 20px;
}
.sida_wrap .sida_content .sida_items a{
    background-color: #568FD2;
    color: #fff;
    width: 80%;
    display: block;
    height: 38px;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    margin: auto;
    line-height: 38px;
}
.sida_wrap .sida_content .sida_items:nth-of-type(2) a{
    background-color: #DF5443;
}
.sida_wrap .sida_content .sida_items:nth-of-type(3) a{
    background-color: #F79021;
}
.sida_wrap .sida_content .sida_items:nth-of-type(4) a{
    background-color: #12B296;
}
.sida_wrap .sida_content .sida_items a:hover{
    border: 1px solid #568FD2;
    background-color: #fff;
    color: #568FD2;
}
.sida_wrap .sida_content .sida_items:nth-of-type(2) a:hover{
    border: 1px solid #DF5443;
    background-color: #fff;
    color: #DF5443;
}
.sida_wrap .sida_content .sida_items:nth-of-type(3) a:hover{
    border: 1px solid #F79021;
    background-color: #fff;
    color: #F79021;
}
.sida_wrap .sida_content .sida_items:nth-of-type(4) a:hover{
    border: 1px solid #12B296;
    background-color: #fff;
    color: #12B296;
}

/* 截止时间 */
.time_wrap{
    padding: 20px 0;
    background-image: url(/pc/img/lk_time_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.time_wrap .middle_width{}
.time_wrap .time_title{
    font-size: 56px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
}
.time_wrap .time_content{}
.time_wrap .time_content p{
    color: #F79021;
    font-size: 48px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 20px 0;
}
.time_wrap .time_content > span{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 28px;
    letter-spacing: 2px;
}
.time_wrap .time_content .time_now_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0;
}
.time_wrap .time_content .time_num_img{
    margin: 0 64px;
    position: relative;
}
.time_wrap .time_content .time_num_img img{
    width: 100%;
}
.time_wrap .time_content .time_num_img .time_now{
    position: absolute;
    left: 50%;
    top: 59%;
    transform: translate(-50%, -50%);
    color: #F79021;
    font-size: 25px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}
.time_wrap .time_content .time_num_img .time_now span{
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #F79021;
    font-size: 84px;
    margin-right: 10px;
}
.time_wrap .time_content form{
    width: 100%;
    margin: auto;
}
.time_wrap .time_content form table{
    width: 100%;
    margin: auto;
}
.time_wrap .time_content form table tbody{
    display: flex;
    justify-content: center;
    align-items: center;
}
.time_wrap .time_content form table tbody tr{
    margin: 10px 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.time_wrap .time_content form table tbody tr td:nth-of-type(1){
    font-size: 22px;
    color: #fff;
    width: 120px;
}
.time_wrap .time_content form table tbody tr td:nth-of-type(2){
    width: 270px;
}
.time_wrap .time_content form table tbody tr td:nth-of-type(2) input{
    width: 100%;
    height: 34px;
    font-size: 16px;
    padding-left: 10px;
    color: #333;
    outline: none;
}
.time_wrap .time_content form table tbody tr td:nth-of-type(2) select{
    width: 287px;
    height: 38px;
    font-size: 16px;
    padding-left: 10px;
    color: #333;
    outline: none;
}
.time_wrap .time_content form>div{
    margin: 20px 0;
}
.time_wrap .time_content form>div input{
    width: 340px;
    height: 50px;
    font-size: 23px;
    letter-spacing: 1px;
    background-color: #DF5443;
    color: #fff;
    outline: none;
    border: none;
}
.time_wrap .time_content form>div input:hover{
    border: 1px solid #DF5443;
    color: #DF5443;
    background-color: transparent;
    cursor: pointer;
}

/* 弹窗 */
.tan1 {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
}

.tantan {
    width: 800px;
    height: 600px;
    position: relative;
}

.tantan iframe {
    width: 100%;
    height: 100%;
}

.tantan span {
    position: absolute;
    right: 12px;
    font-size: 37px;
    color: #fff;
    top: 0;
    cursor: pointer;
}

/* 提升方案 */
.tisheng_wrap{
    background-image: url(/pc/img/lk_tisheng_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 10px;
}
.tisheng_wrap .middle_width .tisheng_title{
    font-size: 56px;
    text-align: center;
    color: #373737;
    font-weight: 700;
    letter-spacing: 3px;
}
.tisheng_wrap .middle_width .tisheng_title span{
    color: #046492;
}
.tisheng_wrap .middle_width .tisheng_fu_title{
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    color: #333;
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 7px auto;
    padding-bottom: 12px;
}
.tisheng_wrap .middle_width .tisheng_content{
    width: 1180px;
    margin: 55px auto 0;
    height: 248px;
}
.tisheng_wrap .middle_width .tisheng_content ul{
    width: 100%;
    margin: 0;
    padding: 0;
}
.tisheng_wrap .middle_width .tisheng_content ul li{
    background: #fff;
    width: 168px;
    height: 220px;
    float: left;
    margin-left: 26px;
    box-shadow: 3px 3px 7px rgb(0 0 0 / 20%);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #fff;
}
.tisheng_wrap .middle_width .tisheng_content ul li:hover{
    border: 1px solid #046492;
}
.tisheng_wrap .middle_width .tisheng_content ul li i{
    background: url(/pc/img/lk_tisheng_icon.png) no-repeat 0 0;
    width: 42px;
    height: 42px;
    display: block;
    margin: -21px auto 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.tisheng_wrap .middle_width .tisheng_content ul li:nth-of-type(2) i{
    background-position: 0 -42px;
}
.tisheng_wrap .middle_width .tisheng_content ul li:nth-of-type(3) i{
    background-position: 0 -168px;
}
.tisheng_wrap .middle_width .tisheng_content ul li:nth-of-type(4) i{
    background-position: 0 -126px;
}
.tisheng_wrap .middle_width .tisheng_content ul li:nth-of-type(5) i{
    background-position: 0 -210px;
}
.tisheng_wrap .middle_width .tisheng_content ul li:nth-of-type(6) i{
    background-position: 0 -84px;
}
.tisheng_wrap .middle_width .tisheng_content ul li img{
    width: 110px;
    margin-top: 20px;
}
.tisheng_wrap .middle_width .tisheng_content ul li p{
    margin: 0;
    margin-top: 20px;
    font-size: 19px;
    letter-spacing: 1px;
}
.tisheng_wrap .middle_width .tisheng_btn{
    margin: 20px auto;
}
.tisheng_wrap .middle_width .tisheng_btn a{
    width: 340px;
    height: 50px;
    font-size: 23px;
    letter-spacing: 1px;
    background-color: #DF5443;
    color: #fff;
    outline: none;
    border: none;
    display: block;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DF5443;
}
.tisheng_wrap .middle_width .tisheng_btn a:hover{
    color: #DF5443;
    background-color: transparent;
    border: 1px solid #DF5443;
}

/* 院校 */
.school_wrap{
    /* background-image: url(/pc/img/lk_school_bg.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 30px;
    background-color: #fff;
}
.school_wrap .middle_width .bottom_btn{
    margin: 0;
}
.school_wrap .middle_width .school_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 34px;
}
.school_wrap .middle_width .school_content .school_items{
    list-style: none;
    width: 380px;
    float: left;
    margin: 15px 13px 33px 13px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 3px 2px #d1ddec;
    position: relative;
    height: 356px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.school_wrap .middle_width .school_content .school_items p{
    margin: 0;
    border-radius: 5px;
    background: rgba(255,255,255,0.7);
    border: 1px solid #046492;
    width: 298px;
    height: 40px;
    font-size: 24px;
    color: #046492;
    font-weight: bold;
    letter-spacing: 5px;
    position: absolute;
    top: -20px;
    left: 45px;
    text-align: center;
    line-height: 40px;
}
.school_wrap .middle_width .school_content .school_items img{
    width: 318px;
    margin-top: 10px;
}
.school_wrap .middle_width .school_content .school_items span{
    color: #6b6b6b;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 10px 0;
    display: block;
}
.school_wrap .middle_width .school_content .school_items a{
    width: 200px;
    height: 45px;
    background: #DF5443;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #DF5443;
}
.school_wrap .middle_width .school_content .school_items a:hover{
    background-color: transparent;
    color: #DF5443;
    border: 1px solid #DF5443;
}

/* 专业 */
.zhuanye_wrap{
    background-image: url(/pc/img/lk_zhuanye_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 30px;
}
.zhuanye_wrap .zhuanye_content{
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zhuanye_wrap .zhuanye_content dl{
    width: 196px;
}
.zhuanye_wrap .zhuanye_content dl dd{
    font-size: 18px;
    height: 56px;
    background-color: #ffffff;
    border-right: 1px dashed #dadada;
    border-top: 1px dashed #dadada;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.zhuanye_wrap .zhuanye_content dl dd.even{
    background-color: #5887d4;
    color: #fff;
}
.zhuanye_wrap .zhuanye_content dl dd:hover,.zhuanye_wrap .zhuanye_content dl dd.even:hover{
    background-color: #DF5443;
    color: #fff;
}
.zhuanye_wrap .bottom_btn{
    margin: 10px 0 0;
}

/* 考学历困难 */
.kunnan_wrap{
    margin: 30px 0;
}
.kunnan_wrap .kunnan_content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
.kunnan_wrap .kunnan_content .kunnan_items{
    width: 185px;
    margin-left: 19px;
}
.kunnan_wrap .kunnan_content .kunnan_items img{
    width: 185px;
}
.kunnan_wrap .kunnan_content .kunnan_items:nth-of-type(2) img,
    .kunnan_wrap .kunnan_content .kunnan_items:nth-of-type(4) img{
    margin-top: 27px;
}
.kunnan_wrap .kunnan_content .kunnan_items .wipe_icon{
    background: url(/pc/img/lk_kunnan_icon.png) no-repeat 0 0;
    width: 11px;
    height: 11px;
    margin: 26px auto 0;
}
.kunnan_wrap .kunnan_content .kunnan_items:hover .wipe_icon{
    background-position: -11px 0;
}
.kunnan_wrap .kunnan_content .kunnan_items .kunnan_info{
    background: url(/pc/img/lk_kunnan_info_bg.png) no-repeat 0 0;
    width: 185px;
    height: 170px;
    margin-top: 18px;
    padding-top: 28px;
}
.kunnan_wrap .kunnan_content .kunnan_items .kunnan_two{
    background: url(/pc/img/lk_kunnan_info_bg2.png) no-repeat 0 0;
    width: 185px;
    height: 170px;
    margin-top: 0;
    padding-top: 28px;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.kunnan_wrap .kunnan_content .kunnan_items:hover .kunnan_info{
    background-position: -185px 0;
}
.kunnan_wrap .kunnan_content .kunnan_items .kunnan_info p{
    font-size: 20px;
    color: #5887d4;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    margin: 0;
}
.kunnan_wrap .kunnan_content .kunnan_items:hover .kunnan_info p{
    color: #fff;
}
.kunnan_wrap .kunnan_content .kunnan_items .kunnan_info a{
    background: #5887d4;
    width: 90px;
    height: 28px;
    display: block;
    border-radius: 14px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 11px auto 0;
    line-height: 28px;
}
.kunnan_wrap .kunnan_content .kunnan_items:hover .kunnan_info a{
    background-color: #fff;
    color: #5887d4;
}
.kunnan_wrap .kunnan_content .kunnan_items .kunnan_info span{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin: 13px auto 0;
    text-align: left;
    display: block;
    width: 80%;
}
.kunnan_wrap .kunnan_content .kunnan_items:hover .kunnan_info span{
    color: #fff;
}

/* 毕业证展示 */
.biye_wrap{}
.biye_wrap .biye_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.biye_wrap .biye_content .biye_items{
    width: 20%;
    margin: 12px 12px 0;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 12px 12px 0;
}
.biye_wrap .biye_content .biye_items img{
    width: 100%;
}
.biye_wrap .biye_content .biye_items p{
    text-align: center;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin: 5px 0;
}

/* 问题 */
.wenti_wrap{
    margin: 30px auto;
    background-image: url(/pc/img/lk_wenti_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 15px;
}
.wenti_wrap .middle_width .all_title{
    font-size: 56px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
}
.wenti_wrap .middle_width .all_title span{
    color: #fff;
}
.wenti_wrap .middle_width .all_fu_title{
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    color: #fff;
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 7px auto;
    padding-bottom: 12px;
}
.wenti_wrap .middle_width .wenti_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.wenti_wrap .middle_width .wenti_content .wenti_items{
    width: 234px;
    margin: 15px;
    background-color: #fff;
    padding: 20px 15px;
    height: 120px;
}
.wenti_wrap .middle_width .wenti_content .wenti_items p{
    font-size: 20px;
    margin: 0;
    color: #2E6CA7;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.wenti_wrap .middle_width .wenti_content .wenti_items span{
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    height: 45px;
}
.wenti_wrap .middle_width .wenti_content .wenti_items a{
    display: block;
    text-align: center;
    background-color: #2E6CA7;
    color: #fff;
    border-radius: 5px;
    height: 34px;
    line-height: 34px;
    margin-top: 11px;
    border: 1px solid #2E6CA7;
}
.wenti_wrap .middle_width .wenti_content .wenti_items a:hover{
    background-color: #fff;
    color: #2E6CA7;
}

/* 侧边栏左 */
.aside_left_wrap{
    position: fixed;
    left: 0;
    top: 19%;
}
.aside_left_wrap > img{
    position: absolute;
    right: -10px;
    top: -1%;
    cursor: pointer;
}
.aside_left_wrap .aside_info{
    position: relative;
}
.aside_left_wrap .aside_info > img{}
.aside_left_wrap .aside_info ul{
    position: absolute;
    left: 13px;
    top: 59px;
    margin: 0;
    padding: 0;
    width: 128px;
}
.aside_left_wrap .aside_info ul li{
    margin-bottom: 7px;
}
.aside_left_wrap .aside_info ul li a{
    width: 100%;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #066794;
}
.aside_left_wrap .aside_info ul li a:hover{
    color: #f00;
}
.aside_left_wrap .aside_info > a{
    position: absolute;
    left: 13px;
    bottom: 37px;
    background-color: orange;
    color: #fff;
    width: 127px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0px #ffa500;
}
.aside_left_wrap .aside_info > a:hover{
    background-color: #f00;
}
/* 侧边栏右 */
.aside_right_wrap{
    position: fixed;
    right: 28px;
    top: 19%;
    cursor: pointer;
}
.aside_right_wrap > img{
    position: absolute;
    right: -10px;
    top: -1%;
}
.aside_right_wrap .aside_info{
    position: relative;
}
.aside_right_wrap .aside_info > img{}
.aside_right_wrap .aside_info ul{
    position: absolute;
    left: 13px;
    top: 59px;
    margin: 0;
    padding: 0;
    width: 128px;
}
.aside_right_wrap .aside_info ul li{
    margin-bottom: 7px;
}
.aside_right_wrap .aside_info ul li a{
    width: 100%;
    display: block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #066794;
}
.aside_right_wrap .aside_info ul li a:hover{
    color: #f00;
}
.aside_right_wrap .aside_info > a{
    position: absolute;
    left: 13px;
    bottom: 37px;
    background-color: orange;
    color: #fff;
    width: 127px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0px #ffa500;
}
.aside_right_wrap .aside_info > a:hover{
    background-color: #f00;
}
/* 学员图 */
.xueyuan_wrap{
    padding: 30px 0 0;
    background-image: url(/pc/img/lk_xueyuan_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.xueyuan_wrap .xueyuan_content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.xueyuan_wrap .xueyuan_content .xueyuan_items{
    margin: 5px;
}
.xueyuan_wrap .xueyuan_content .xueyuan_items img{
    width: 100%;
}
.xueyuan_wrap .bottom_btn{
    margin-bottom: 30px;
}
.xueyuan_wrap .footer{
    text-align: center;
}
.xueyuan_wrap .footer span{
    color: #333333;
    font-size: 12px;
}