@import "theme.css";

html body {
    padding: 0%;
    margin: 0%;
}

div {
    box-sizing: border-box;
}
.w_1200{
    width: 1200px;
    margin: auto;
}
.lajb_header{
    width: 100%;
    height: 372px;
}
.jb_header_top{
    width: 100%;
    height: 310px;
    background: rgba(1,47,167,.89);
    padding-top: 70px;
}
.header_logo{
    display: flex;
    align-items: center;
    justify-content: center;

}
.jb_header_top img{
    width: 230px;
    height: 161px;
}
.header_title{
    min-width: 970px;
    width: 970px;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}
.jb_header_down{
    width: 100%;
    height: 62px;
    background: rgba(1,47,167,.99);
}
.jb_menu_list{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.jb_menu_item{
    padding: 0 20px;
    height: 100%;
    line-height: 62px;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
}
.act_menu::before{
    content: '';
    width: 50%;
    height: 3px;
    bottom: 10px;
    background: #fff;
    position: absolute;
    opacity: 1;
    left: 25%;
    right: 25%;
}
.jb_menu_item::after{
    content: '';
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    right:50%;
    opacity: 0;
    transition: all .5s;
}
.jb_menu_item:hover:after{
    transition: all .5s;
    opacity: 1;
    left: 25%;
    right: 25%;
}
.jb_search{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 0px;
    height: 60px;
    padding: 10px 0;
}
.jb_s_left{
    width: 460px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.jubao_icon{
    background: rgba(1,47,167,.99);
    color: #fff;
    width: 50%;
    text-align: center;
    height: 100%;
    line-height: 40px;
    font-size: .8rem;
}
.jubao_tel{
    background: rgba(38,93,220,.99);
    color: #fff;
    width: 50%;
    text-align: center;
    height: 100%;
    line-height: 40px;
    font-size: .8rem;
}
.jb_s_right{
    width: 740px;
    padding-left: 18px;
    display: flex;
    align-items: center;
}
.jb_s_but{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, rgb(0,89,209), rgb(1,50,170));
}
.rukou_text{
    margin-top: 30px;
}
.jb_text{
    font-size: 34px;
    font-weight: 600;
}
.jb_heng{
    background: rgba(4,83,202);
    width: 43px;
    height: 6px;
    margin-top: 14px;
}
.jb_kuai{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.jb_k_left{
    width: 860px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}
.jb_k_right{
    width: 340px;
    height: 626px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}
.rukou_item{
    width: 278px;
    height: 200px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 13px;
    padding: 30px 30px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 10px;
    position: relative;
}
.rukou_img{
    width: 60px;
    height: 60px;
}
.rukou_title{
    font-size: 26px;
    font-weight: bold;
}
.rukou_bot{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;

}
.r_b_t{
    color: rgba(51, 51, 51, 0.63);
    font-size: 14px;

}
.r_b_i{
    width: 16px;
    height: 16px;
    background-image: url("../static/img/jian1.png");
    background-size: 100% 100%;
}
.rukou_item:hover{
    background: linear-gradient(to bottom, rgb(0,89,209), rgb(1,50,170));

}
.rukou_item:hover .rukou_title{
    color: #fff;
}
.rukou_item:hover .r_b_t{
    color: #fff;
}
.rukou_item:hover .r_b_i{
    background-image: url("../static/img/jian2.png");
}

.rukou_item{

}

.rukou_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.rukou_bg2{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.rukou_item:hover .rukou_bg{
    display: none;
}
.rukou_item:hover .rukou_bg2{
    display: block;
}

.qrcode{
    width: 239px;
    height: 239px;
}
.jb_k_tit{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.jb_k_desc{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
    margin-top: 10px;
}
.jb_k_but{
    width: 100%;
    height: 50px;
    border: 1px solid rgba(25, 117, 247, .5);
    box-shadow: 0 0 10px 0 rgba(25, 117, 247, .36);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
    background: rgb(36, 132, 242);
}
.jb_k_gg{
    width: 100%;
    height: 200px;
    background: rgb(36, 132, 242);
    margin-top: 5px;
    cursor: pointer;
}
.jb_k_gg img{
    width: 100%;
    height: 100%;
}
.jb_tu{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
}
.jb_tu_item{
    width: 392px;
    height: 150px;
    background: #007aff;
    cursor: pointer;
}
.jb_tu_item img{
    width: 100%;
    height: 100%;
}
.list_news{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}
.news_item{
    width: 382px;
    height: 310px;
    margin-bottom: 20px;

}
.news_lanmu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 47px;
    background: rgb(247, 248, 250);;
    padding-right: 10px;
}
.news_but{
    width: 145px;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 550;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, rgb(0, 89, 209), rgb(1, 50, 170));
}
.news_more{
    font-size: 15px;
    color: rgb(1, 50, 170);
}
.news_list_{
    width: 100%;
    height: 263px;
}
.list_cont{
    width: 100%;
    height: 52.6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_yuan{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(230,96,2,1);
}
.news_title{
    width: 324px;
    text-align: left;
    padding-left: 10px;
    overflow: hidden;
}
.news_date{
    width:50px;
    text-align: right;
}
.jb_city{
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.jb_qg{
    height: 260px;
    width: 220px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.jb_qg img{
    width: 70px;
    height: 49px;
}
.gj_tit{
    font-weight: bold;
    font-size: 20px;
}
.jb_ss{
    width: 980px;
    padding-left: 10px;
    height: 254px;

}
.ss_tit{
    width: 100%;
    height: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    background: #fff;
    border-radius: 4px;
}
.ss_list{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ss_item{
    width: 129px;
    height: 62px;
    text-align: center;
    font-weight: bold;
    line-height: 62px;
    background: #fff;
    border-radius: 4px;
    margin-top: 10px;
}
.bottom_foot{
    width: 100%;
    background: rgba(16,25,82,1);
    height: 255px;
    color: #fff;
    padding-top: 40px;
}
.bot_heng{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.shu_bot{
    width: 1px;
    height: 15px;
    background: #fff;
    margin: 0 10px;
}
.jb_bread{
    box-shadow: 0px 0px 10px 0.1px rgba(0, 160, 255, 0.32);
    width: 100%;
}
.jb_b_page{
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.jb_b_page div{
    margin-right: 10px;
}
.jb_list{
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
}
.quanbu_muen{
    width: 310px;
    min-height: 300px;

    height: auto;
    padding-right: 80px;
}
.menu_tit{
    font-size: 20px;
    font-weight: bold;
}
.menu_heng{
    width: 100%;
    height: 1px;
    background: #acaaaa;
    margin-top: 15px;
    margin-bottom: 15px;
}
.menu_pase{
    width: 100%;
    height: auto;
}
.menu_left:hover{
    background: rgb(40,97,241);
    color: #fff;
}

.menu_child:hover{
    background: rgb(40,97,241);
    color: #fff;
}
.menu_left{
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    background: #b9e7f8;
    padding: 0 0 0 20px;
    cursor: pointer;
}
.menu_child{
    width: 100%;
    padding-left: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 40px;
    cursor: pointer;
    user-select: none;
}
.child_yuan{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #007aff;
    display: block;
    margin: 0 10px;
}
.child_tit{
    width: calc(100% - 45px);
    overflow: hidden;
}
.news_right{
    width: 890px;
    min-height: 400px;
    height: auto;
}

.menu_left_act{
    background: rgb(40,97,241);
    color: #fff;
}

.news_list_tit{
    font-size: 20px;
    font-weight: bold;
    color: #007aff;
}
.news_heng_rig{
    width: 100%;
    height: 1px;
    background: #999;
    margin: 15px 0;
}
.news_list_cont{

}
.list_news_item{
    width: 100%;
    padding: 20px 0 20px 20px;
    display: flex;
    align-items: center;
    border-bottom: #c6c4c4 solid 1px;
}

.news_list_yuan{
    width: 10px;
    height: 10px;
    margin: 0 20px 0 0;
    border-radius: 50%;
    background: rgba(230,96,2,1);
}
.news_tit_list{
    width: 740px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
}
.news_tit_list:hover{
    color: #007aff;
}
.news_time_list{
    width: 100px;
    color: #999;
}
.neirong_jb{
    min-height: 400px;
    padding-top: 40px;
}
.nei_tit{
    width: 100%;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}
.laiyuan_nei{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
    color: #949494;
}
.nei_heng{
    width: 100%;
    height: 1px;
    margin-top: 20px;
    border-bottom: 1px solid #949494;;
}
.xuzhi_title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xu_tit{
    font-size: 26px;
    font-weight: bold;
}
.xuzhi_title:after{
    content: '';
    background: url("../static/img/bg_wing_right.png");
    width: 180px;
    height: 2px;
    margin-left: 20px;
}
.xuzhi_title:before{
    content: '';
    background: url("../static/img/bg_wing_left.png");
    width: 180px;
    height: 2px;
    margin-right: 20px;
}
.miaoshu{
    margin-top: 30px;
    border-top: 1px dashed #9CC0FD;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 30px;
}
.yuedu_desc{
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
}
.el-checkbox__inner{
    border: 1px solid #333;
}
.mioashu_num{
    color: red;
    padding-left: 20px;
}
.bot_but{
    width: 1040px;
    margin: auto;
    display: flex;
    align-items: center;
   padding-bottom: 30px;
}
.but_xuzhi{
    width: 100px;
    font-size: 18px;
    margin-right: 20px;
}
.tab_list{
    width: 1040px;
    margin-left: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tab_item{
    width: 120px;
    height: 38px;
    margin: 0 0px 0 0;
    line-height: 38px;
    text-align: left;
    position: relative;
    font-size: 20px;
    cursor: pointer;
}
.act_sec{
    color: #3a8ee6;
}
.tab_act{
    width: 80px;
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 2px;
    background: #3a8ee6;
}
.form_item{
    width: 1040px;
    margin: auto;
}
.labe_dis{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.xinxi_bg{
    height: 10px;
    width: 72px;
    margin-left: 5px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='10'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='100%25' x2='0%25' y1='0%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23ACCBFC'/%3E%3Cstop offset='100%25' stop-color='%230A22EA'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='none' d='M70 10V0h2v10h-2zM65 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zM5 0h2v10H5V0zM0 0h2v10H0V0z'/%3E%3Cpath fill='url(%23a)' d='M70 10V0h2v10h-2zM65 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zM5 0h2v10H5V0zM0 0h2v10H0V0z'/%3E%3C/svg%3E");
}
.el-form-item__label{
    font-size: 16px;
    color: #333;
}
.form_jb{
    margin-top: 30px;
}
.form_dis_item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}
.form_item_right{
    margin-bottom: 18px;
    font-size: 14px;
    padding-left: 30px;
    color: #999;
}
.code_but{
    width: 116px;
    color: #fff;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #1975f7;
    border-radius: 5px;
    cursor: pointer;
}
.w_100_{
    width: 100%;
}
.code_but:hover{
    background: rgba(25, 117, 247, 0.63);
}

 .el-input input::-webkit-input-placeholder {
    color: #c0c4cc;
    font-size: 16px;
}

.el-input input::-moz-input-placeholder {
    color: #c0c4cc;
    font-size: 16px;
}

.el-input input::-ms-input-placeholder {
    color: #c0c4cc;
    font-size: 16px;
}

textarea::-webkit-input-placeholder{
    color: #c0c4cc;
    font-size: 16px;
}
.input_kuang{
    width: 100%;
    border: 1px solid #DCDFE6;
    background: #fff;
    padding: 10px 20px;
}
.up_hod{
    color: #6e6e6e;
}
.upload-demo{
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.el-input__inner, .el-textarea__inner{
    color: #000;
    font-size: 16px;
}
.login_form{
    width: 50%;
    min-width: 640px;
    height: auto;
    min-height: 400px;
    margin: auto;
    margin-top: 50px;
    box-shadow: 0px 0px 9.9px 1px rgba(207, 207, 207, 0.32);
}
.denglu_blue{
    border-radius: 4px;
    background: #2F79F6;
    color: #fff;
    line-height: 42px;
    overflow: hidden;
    padding: 11px 14px 11px 32px;
    text-align: center;
}
.form_cont{
    width: 100%;
    padding: 20px 80px 30px 120px;
    background: #fff;
}
.zc_com{
    width: 1040px;
    height: auto;
    min-height: 500px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.email_com{
    display: block;
    width: 111px;
    height: 134px;
}
.zc_com_title{
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
}