/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    font-size:15px;
    line-height: 28px;
    color: #333;
    padding-bottom: 32px;
    background-color: #e1e7f5;
    /*background-color: #c3daf7;*/
    background-image: linear-gradient(to bottom,#c3daf7 0,#e1e7f5 30%);
}

/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
}
.h_sub_menu{
    width: 96%;
    padding: 5px 2%;
}
.h_sub_item{
    position: relative;
    float: left;
    width: 33%;
    padding: 5px 0;
    text-align: center;
}
.signup_state{
    position: absolute;
    top: 0;
    right: 0;
    height: 14px;
    font-size: 7px;
    color: #fff;
    line-height: 14px;
    padding-left: 10px;
    padding-right: 2px;
    border-radius: 2px;
    letter-spacing: 0;
    background: url(../images/icon_22.png) no-repeat;
    background-size: 6px auto;
    background-position: 2px center;
    background-color: #e23704;
}
.signup_state_gray{
    padding-left: 2px;
    color: #333;
    background: #e1dada;
}
.h_sub_item a{
    width: 94%;
    color: #fff;
    border-radius: 6px;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0;
    /*background-color: #0052d9;*/
    background-color: #bbb8b8;
}
.nav{
    width: 100%;
    height: 50px;
    background-color: #0052d9;
}
.nav_list{
    display: flex;
    width: 94%;
    padding: 0 3%;
    line-height: 50px;
    justify-content: space-between;
}
.nav_item{
    /*float: left;*/
    /*width: 16.66666%;*/
    text-align: center;
}
/*.nav_list .nav_item:nth-child(6){*/
/*    width: 22%;*/
/*}*/
/*.nav_list .nav_item:nth-child(7){*/
/*    width: 22%;*/
/*}*/
.nav_item a{
    color: #fff;
}

.history,.prov,.rank_nav{
    position: relative;
}
.modal_history,.modal_prov,.modal_rank{
    display: none;
    position: absolute;
    top: 46px;
    right: calc((100% - 70px) / 2);
    width: 70px;
    line-height: 32px;
    padding: 2px 0;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow:-5px 5px 10px -4px #ddd,5px 5px 10px -4px #ddd;
}
.modal_rank{
    right: calc((100% - 130px) / 2);
    width: 130px;
}
.modal_history a,.modal_prov a,.modal_rank a{
    display: inline-block;
    width: 100%;
    color: #333;
}
.modal_history:before,.modal_prov:before,.modal_rank:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 25px;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #fff solid;
}
.modal_rank:before{
    left: 55px;
}

/*center*/
.center{
    width: 100%;
    margin-top: 144px;
    padding-bottom: 30px;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
}
.logo_image{
    width: 14% !important;
    height: auto;
    position: absolute;
    top: 3%;
    left: 46%;
}
.organizer_image{
    width: 64% !important;
    height: auto;
    position: absolute;
    top: 33%;
    left: 18%;
}
.organizer_red_image{
    width: 90% !important;
    height: auto;
    position: absolute;
    top: 44%;
    left: 5%;
}
.banner_text1{
    position: absolute;
    top: 46%;
    left: 12%;
    color: #6257c1;
    font-size: 10px;
}
.banner_text2{
    position: absolute;
    top: 50.5%;
    left: 12%;
    color: #6257c1;
    font-size: 10px;
}
.banner_text3{
    position: absolute;
    top: 55%;
    left: 12%;
    color: #6257c1;
    font-size: 10px;
}
.b_login{
    position: absolute;
    top: 78%;
    width: 100%;
    text-align: center;
}
.subject{
    width: 49%;
    height: auto;
    text-align: center;
    display: inline-block;
    position: relative;
}
.subject_btn{
    display: inline-block;
    vertical-align: middle;
    width: 46%;
    height: 24px;
    border: 1px solid transparent;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    border-radius: 14px;
    position: absolute;
    top: 73%;
    left: 27%;
}
.subject img{
    float: left;
    width: 80%;
    margin: 0 10% 0 10%;
}
.subject_btn a{
    color: #fff;
}
.background_blue{
    background-color: #3955d3;
}
.background_purple{
    background-color: #5540d2;
}
.background_cyan{
    background-color: #68cdb2;
}
.background_red{
    background-color: #e96273;
}
.background_orange{
    background-color: #f4993f;
}
.login_student{
    width: 160px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #0052d9;
    border: 1px #eff1ff solid;
}
.login_school{
    width:160px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #0052d9;
    border: 1px #eff1ff solid;
}

.subjects_menu{
    position: relative;
    width: 97%;
    margin: 0 auto;
    margin-top: -25px;
}
.sub_item{
    position: relative;
    float: left;
    width: calc(41% - 2px);
    height: 24px;
    margin: 5px 1.5%;
    padding: 16px 3%;
    overflow: hidden;
    background-image: linear-gradient(to bottom,#f4f5f9,#ffffff);
    border: 1px #fff solid;
    border-radius: 6px;
    box-shadow: 0 0 10px #f3f3fb;
}
.sub_item:first-child{
    width: calc(41% - 2px);
    height: 40px;
    padding: 8px 3%;
    color: #fff;
    font-style: italic;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2px;
    overflow: hidden;
    background: url(../images/imagesM/sx_bg.png) no-repeat;
    background-size: 100% 100%;
}
.sub_type{
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    font-size: 8px;
    text-align: center;
    border-radius: 3px;
    line-height: 12px;
    color: #fff;
    background-color: #5370ff;
    box-shadow: -1px 1px 5px #5370ff;
}
.subjects_menu a{
    display: inline-block;
    width: 100%;
}
.subjects_menu a p:first-child{
    height: 25px;
    font-size: 15px;
    padding-left: 30px;
    line-height: 25px;
    letter-spacing: 0;
    background: url(../images/icon_sub_01.png) no-repeat;
    background-size: auto 22px;
    background-position: left center;
}
.subjects_menu a p:first-child span,.subjects_menu a p:last-child{
    display: none;
}
.dsj a p:first-child{
    background-image: url("../images/icon_sub_01.png");
}
.rgzn a p:first-child{
    background-image: url("../images/icon_sub_02.png");
}
.office a p:first-child{
    background-image: url("../images/icon_sub_03.png");
}
.cxsj a p:first-child{
    background-image: url("../images/icon_sub_04.png");
}
.jsjxt a p:first-child{
    background-image: url("../images/icon_sub_05.png");
}
.qrsxt a p:first-child{
    background-image: url("../images/icon_sub_06.png");
}
.szmt a p:first-child{
    background-image: url("../images/icon_sub_07.png");
}

.c_box{
    width: 100%;
    margin-top: 32px;
}
.c_title{
    width: 100%;
    height: 32px;
    text-align: center;
}
.c_title p:first-child{
    position: relative;
    height: 32px;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 2px;
}
.c_title p:last-child{
    height: 16px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 5px;
    margin-top: -21px;
}

/*news*/
.news_list{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.7);
}
.news_item{
    width: 100%;
    max-height: 333px;
    padding: 10px 0;
    overflow: hidden;
}
.news_i{
    width: 92%;
    height: 94px;
    padding: 10px 4%;
    border-bottom: 1px #dfdfdf solid;
}
.news_item .news_i:last-child{
    border: none;
}
.news_i a{
    width: 100%;
}
.n_left{
    float: left;
    width:135px;
    text-align: right;
}
.n_left img{
    width:135px;
    height: 92px;
    border-radius: 10px;
}
.n_right{
    float: left;
    width: calc(100% - 145px);
    padding-left: 10px;
}
.n_right h4{
    height: 56px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.n_right p{
    font-size: 13px;
    margin-top: 8px;
}
.view_more_news{
    width: 100%;
    text-align: center;
    margin-top: 12px;
}
.view_more_news a{
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #0052d9;
}

/*���ڴ���*/
.bg_main{
    width: 88%;
    padding: 15px 3%;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 0 0 10px #dbe0f3;
    background-color: #fff;
    border-radius: 10px;
}
.contest_data{
    width: 100%;
}
.contest_data>div{
    float: left;
    text-align: center;
    padding-top: 72px;
    font-size: 13px;
    letter-spacing: 0;
}
.contest_jie{
    width: 24%;
    background: url("../images/icon_jie.png") no-repeat;
    background-size: 66px auto;
    background-position: center 4px;
}
.contest_jie p:first-child{
    color: #00a3be;
    font-size: 18px;
    font-weight: bold;
}
.contest_school_num{
    width: 38%;
    background: url("../images/icon_school_num.png") no-repeat;
    background-size: 74px auto;
    background-position: center 12px;
}
.contest_school_num p:first-child{
    color: #e96273;
    font-size: 18px;
    font-weight: bold;
}
.contest_join{
    width: 38%;
    background: url("../images/icon_join.png") no-repeat;
    background-size: 74px auto;
    background-position: center top;
}
.contest_join p:first-child{
    color: #2065f9;
    font-size: 18px;
    font-weight: bold;
}
.bg_content{
    margin-top: 10px;
    text-indent: 32px;
    background: url("../images/map_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: left center;
}

/*��֯����*/
.org_content{
    width: 100%;
    margin-top: 20px;
}
.org_box{
    width: 94%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    background-image: linear-gradient(to bottom,#fff,#f4f7fe);
}
.org_zb{
    width: 100%;
    padding-bottom: 25px;
    background: url("../images/imagesM/org_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
}
.org_title{
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #0052d9;
    border-radius: 10px;
    text-align: center;
    background-image: linear-gradient(to bottom,#bbcdf8,#fff);
}
.org_logo{
    width: 94%;
    height: 46px;
    margin: 0 auto;
    margin-top: 10px;
    background: url(../images/imagesM/logo_03.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: left center;
}
.org_text{
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 34px;
}
.org_zb .org_text{
    min-height: 340px;
    overflow-y: auto;
}
.org_other{
    width: 100%;
    margin-top: -5px;
}
.org_item{
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-radius: 10px;
    border-bottom: 2px #fff solid;
    box-shadow: 5px 5px 10px #e8ebf4;
    background-image: linear-gradient(to bottom,#fff,#f4f7fe);
}
.org_item:last-child{
    margin-bottom: 0;
}
.org_wyh{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 10px;
    letter-spacing: 0;
    padding-bottom: 25px;
    background-image: linear-gradient(to bottom,#fff,#f4f7fe);
}
.wyh_title{
    width: 100%;
    height:52px;
    text-align: center;
    line-height: 52px;
    font-size: 24px;
    letter-spacing: 3px;
    background: url("../images/imagesM/wyh_bg.png") no-repeat;
    background-size: 100% 52px;
    box-shadow: 0 0 10px #e8ebf4;
}
.wyh_list{
    width: 94%;
    height: 400px;
    padding: 0 3%;
    overflow-y: auto;
}
.wyh_left,.wyh_right{
    width: 100%;
}
.wyh_item{
    width: 100%;
}
.wyh_item>p{
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.mingdan li span{
    display: block;
    width: 50px;
    margin-right: 12px;
    text-align: justify;
    text-justify:distribute-all-lines;
    text-align-last: justify;
}

/*��������*/
.details_content{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.details_content .subjects_menu{
    margin-top: 0;
}
.details_content .sub_item{
    background: #0052d9;
    border: 1px #cbcefc solid;
}
.details_content .sub_item a{
    color: #fff;
}
.details_content .sub_item a p:last-child{
    color: #fff;
}
.details_content .sub_item:first-child {
    color: #0052d9;
    background: url(../images/imagesM/sx_bg_02.png) no-repeat;
    background-size: 100% 100%;
    border: 1px #fff solid;
}
.details_content .sub_type{
    color: #0052d9;
    background-color: #fff;
    box-shadow: -1px 1px 5px #666;
}

/*��������*/
.course_content{
    width: 80%;
    padding: 5px 7%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px #fff solid;
    box-shadow: 2px 2px 10px #d7ddf1;
    background-image: linear-gradient(to bottom,#f3f5f8,#fff);
}
.course_content ul{
    position: relative;
    width: 100%;
}
.course_content ul li{
    position: relative;
    width: 100%;
    margin: 15px 0;
}
.course_content ul li p{
    float: left;
    width: 52%;
    line-height: 32px;
    color: #7b838d;
    letter-spacing: 0;
}
.course_content ul li p:nth-child(2){
    width: 48%;
    color: #0052d9;
}
.course_content ul li:before{
    content: ' ';
    position: absolute;
    left: 31%;
    display: inline-block;
    width: 32px;
    height: 32px;
    /*background: url("../images/imagesM/icon_time.png") no-repeat;*/
    background: url("../images/imagesM/icon_time_main.png") no-repeat;
    background-size: 100% 100%;
}
.course_content ul:before{
    content: "";
    position: absolute;
    left: calc(31% + 15px);
    top: 21px;
    width: 2px;
    height: 84%;
    background-image: linear-gradient(to bottom,#794cf8,#736e7b);
}
/*.course_content ul li:nth-child(1) p:nth-child(2){*/
    /*color: #0052d9;*/
/*}*/
/*.course_content ul li:nth-child(1):before{*/
    /*background: url("../images/imagesM/icon_time_main.png") no-repeat;*/
    /*background-size: 100% 100%;*/
/*}*/

/*prize*/
.prize_content{
    position: relative;
    width: 88%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px 3%;
    background: linear-gradient(to bottom,#d9dffc 0,#fff 20%,#fff 100%);
    border-radius: 10px;
    border:1px #fff solid;
    box-shadow: 0 0 10px #d9dffc;
}
.prize_content::before{
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 102px;
    height: 100px;
    background: url(../images/icon_zz.png) no-repeat;
    background-size: 100% auto;
    background-position: left center;
}
.prize_content *{
    position: relative;
}
.prize_type{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.pt_item{
    width: 130px;
    color: #fff;
    padding: 5px 15px;
    margin: 0 5px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    border-radius: 30px;
    background-color: rgba(57, 85, 211, 0.5);
    border: 1px #3955d3 solid;
}
.pt_active{
    background-color: #3955d3;
}
.prize_info{
    /*display: none;*/
    width: 100%;
}
.prize_info_active{
    display: block;
}
.prize_list{
    width: 100%;
    margin-top: 20px;
}
.prize_item{
    width: 92%;
    max-width: 316px;
    margin: 0 auto;
    margin-bottom: 18px;
    padding-top: 68px;
    padding-bottom: 24px;
    text-align: center;
    color: #913a05;
    background: url(../images/imagesM/mprize_bg01.png) no-repeat;
    background-size: 100% auto;
    border-radius: 20px;
}
.prize_item:nth-child(2){
    color: #0c3d7a;
    background-image: url("../images/imagesM/mprize_bg02.png");
}
.prize_item:nth-child(3){
    color: #b5200b;
    background-image: url("../images/imagesM/mprize_bg03.png");
}
.prize_item p:first-child{
    font-size: 18px;
    font-weight: bold;
}
.prize_tips{
    width: 100%;
    margin-top: 12px;
}
.prize_tips p:first-child{
    color: #3955d3;
}


/*�������?*/
.about_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 5px 2px 10px #dae1f3;
}
.about_tab{
    width: 100%;
    border-radius: 15px 15px 0 0;
    background-image: linear-gradient(to bottom,#f4f7fe,#fff);
}
.about_tab_item{
    float: left;
    width: 33.33333%;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.about_tab_active{
    color: #0052d9;
}
.about_main{
    display: none;
    width:94%;
    padding: 15px 3% 25px 3%;
    margin: 0 auto;
    background: url(../images/imagesM/about_bg.png) no-repeat;
    background-size: 100% auto;
    background-color: #fdfeff;
    background-position: left bottom;
    border-radius: 15px;
    box-shadow: 5px 2px 10px #dae1f3;
}
.about_main_active{
    display: block;
}
.about_main p{
    font-size: 16px;
    font-weight: bold;
}

/*��У���������ɡ�֧��ԺУ���񽱷���?*/
.awards_content,.share_content,.activity_content,.report_content,.colleges_content,.accr_content{
    width: 94%;
    margin: 0 auto;
}
.report_list,.activity_list,.colleges_list,.awards_list,.accr_list{
    width:100%;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
    padding: 20px 0 0 0;
    border-radius: 10px;
}
.report_list ul,.activity_list ul,.colleges_list ul,.awards_list ul,.accr_list ul{
    position:relative;
}
.report_list ul li,.activity_list ul li,.colleges_list ul li,.awards_list ul li,.accr_list ul li{
    float: left;
    width: 150px;
    margin-right: 15px;
    text-align: center;
}
.report_list ul li a,.activity_list ul li a,.colleges_list ul li a,.awards_list ul li a,.accr_list ul li a{
    width: 100%;
}
.report_list ul li:last-child,.activity_list ul li:last-child,.colleges_list ul li:last-child,.awards_list ul li:last-child,.accr_list ul li:last-child{
    margin-right: 0;
}
.report_list ul li p,.activity_list ul li p,.colleges_list ul li p,.awards_list ul li p,.accr_list ul li p{
    width: 100%;
    height: 20px;
    color: #333;
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.accr_list ul li p{
    height: auto;
    overflow: auto;
    text-overflow:unset;
    white-space: normal;
}
.report_list img,.activity_list img,.colleges_list img,.awards_list img,.accr_list img{
    width: 150px;
    height: 115px;
    border: 1px #dcdddd solid;
    border-radius: 6px;
}


.colleges_list{
    height: 520px;
    overflow-y: auto;
    padding: 0;
    margin-top: 25px;
}
.colleges_list ul li{
    width: 27%;
    text-align: center;
    background-color: #fff;
    margin: 0 1% 7px 1%;
    padding: 10px 2%;
    border-radius: 10px;
}
.colleges_list ul li a{
    width: 100%;
}
.colleges_list ul li p{
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    letter-spacing: 0;
}
.colleges_list img{
    width: 60px;
    height: 60px;
    border: none;
}


/*��ʦ����*/
.experience{
    width: 100%;
    margin-top: 22px;
    overflow: hidden;
}
.experience ul{
    position: relative;
}
.eeperience{
    width: 100%;
    margin-top: 22px;
    overflow: hidden;
}
.eeperience ul{
    position: relative;
}
.ee_item{
    float: left;
    width: 220px;
    height: 290px;
    color: #333;
    border-radius: 10px;
    padding: 18px 14px 10px 14px;
    margin-right: 21px;
    /*border: 2px #fff solid;*/
    background: url(../images/imagesM/experience.png) no-repeat;
    background-size: 252px auto;
}
.ee_item:last-child{
    margin-right: 0;
}
.ee_item .ee_text{
    width: calc(100% - 12px);
    height: 140px;
    min-height: 140px;
    margin: 6px auto;
    padding: 10px 6px;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.ex_item{
    float: left;
    width: 220px;
    height: 290px;
    color: #333;
    border-radius: 10px;
    padding: 18px 14px 10px 14px;
    margin-right: 21px;
    /*box-shadow: 0 0 10px #f3f5f8;*/
    border: 2px #fff solid;
    background-color: #f3f5f8;
    background-image: linear-gradient(to bottom,#f3f5f8,#fff);
}
.ex_item:last-child{
    margin-right: 0;
}
.ex_name{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.ex_school{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.ex_icon{
    margin-top: 12px;
}
.ex_item .ex_text{
    width: calc(100% - 12px);
    height: 140px;
    min-height: 140px;
    margin: 6px auto;
    padding: 10px 6px;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    background: url(../images/icon_07.png) no-repeat;
    background-size: 46px auto;
}
.ex_more{
    width: 72px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 13px;
    border-radius: 5px;
    background-color: orangered;
}

.ex_modal{
    width: 100%;
    color: #333;
}
.ex_modal .ex_text{
    width: calc(100% - 12px);
    font-size: 15px;
    line-height: 28px;
    padding: 8px 10px;
    min-height: 196px;
    padding-top: 7px;
    margin: 10px auto;
    background: url(../images/icon_07.png) no-repeat;
    background-size: 64px 49px;
}

/*footer*/
.footer{
    background: #363636;
    width: 90%;
    letter-spacing: 0;
    font-size: 13px;
    padding: 10px 5% 60px 5%;
}
.f_main{
    width: 100%;
    color: #fff;
    padding: 20px 0;
}
.f_main a{
    color:#fff;
}
.f_left{
    width: 100%;
    text-align: left;
}
.f_qq{
    line-height: 28px;
    padding-left: 33px;
    margin-bottom: 10px;
    background: url("../images/qq.png") no-repeat;
    background-size: 24px auto;
    background-position-y: 2px;
}
.f_tel{
    line-height: 28px;
    padding-left: 33px;
    background: url(../images/tel.png) no-repeat;
    background-size: 24px auto;
    background-position-y: 2px;
}
.f_tel span{
    /*display: inline-block;*/
    /*width: 100%;*/
    font-size: 13px;
    color: #fff;
}
.f_right{
    float: left;
    width: 150px;
    text-align: center;
}
.finfo li div{
    color:#fff;
    margin-bottom: 10px;
}
.finfo li img{
    position: relative;
    bottom: 2px;
}
/*tab*/
.footer_tab{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 6px 0;
    background-color: #fff;
    border-top: 1px #dcdddd solid;
}
.tab_item{
    float: left;
    width: 25%;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
}
.tab_item a{
    color: #333;
}
.tab_item img{
    width: 22px;
}

/*piaochuang*/
.piaochuang {
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 84px;
    z-index: 3;
}
.piaochuang img{
    width: 100%;
}
.zx_list{
    display: none;
    position: absolute;
    top: 55px;
    left: -104px;
    width: 94px;
    padding: 5px 5px;
    font-size: 12px;
    background-color: #877afe;
    line-height: 23px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    background-image: linear-gradient(to right,#8e81fe,#9d90ff);
}
.zx_list a{
    display: inline-block;
    width: 100%;
    height: 23px;
    margin: 5px auto;
    background-color: #5240c1;
    color: #fff;
    border-radius:10px;
}
.pc_bm{
    display: inline-block;
    position: absolute;
    bottom: 105px;
    left: 0;
    width: 80px;
    height: 70px;
}
.notic_qun{
    display: inline-block;
    position: absolute;
    top: 55px;
    left: 0;
    width: 80px;
    height: 70px;
}
.slideLeft{
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideLeft {
    0% {
        transform: translateX(150%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

.slideRight{
    animation-name: slideRight;
    -webkit-animation-name: slideRight;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideRight {
    0% {
        transform: translateX(0%);
        opacity: 0;
    }
    100% {
        transform: translateX(150%);
        opacity: 1;
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(150%);
        opacity: 1;
    }
}




/*-------------case.html-------------*/
.page_case{
    padding-top: 1px;
}
.case_sub_menu{
    position: fixed;
    bottom: 75px;
    right: 0;
    z-index: 6;
    width: 115px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #6c98f6;
}
.c_sub_item{
    width: 115px;
    background-color: #0052d9;
    border: 1px #fff solid;
    border-bottom: 0;
}
.c_dsj{
    background: url("../images/pc_h.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 10px 10px 0 0;
}
.c_add_qun{
    background-color: #ef6e46;
    background-image: linear-gradient(to bottom,#ff8854,#ef6e46);
    border-bottom: 1px #fff solid;
    border-radius:0 0 10px 10px;
}
.c_sub_item a{
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    height: 30px;
    font-size: 13px;
    padding-left: 35px;
    line-height: 30px;
    letter-spacing: 0;
    background: url(../images/icon_sub_01.png) no-repeat;
    background-size: auto 18px;
    background-position: 7px center;
}
.c_dsj a{
    background-image: url("../images/icon_sub_01.png");
}
.c_rgzn a{
    background-image: url("../images/icon_sub_02.png");
}
.c_office a{
    background-image: url("../images/icon_sub_03.png");
}
.c_cxsj a{
    background-image: url("../images/icon_sub_04.png");
}
.c_jsjxt a{
    background-image: url("../images/icon_sub_05.png");
}
.c_qrsxt a{
    background-image: url("../images/icon_sub_06.png");
}
.c_szmt a{
    background-image: url("../images/icon_sub_07.png");
}
.c_add_qun a{
    background-image: url("../images/pc_qun_icon.png");
    background-size: auto 21px;
}


.subject_main_info{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 10px;
}
.subject_img{
    position: relative;
    width: 100%;
}
.subject_img img{
    width: 100%;
}
.case_bm{
    position: absolute;
    top: 60%;
    left: 24px;
}
.case_bm a{
    min-width: 92px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 0 10px;
    letter-spacing: 1px;
    border-radius: 10px;
    background-color: #0052d9;
    box-shadow: 0 0 10px lightslategrey;
}
.subject_info{
    width: 90%;
    padding: 20px 5%;
}
.subject_info h3{
    font-size: 20px;
}
.case_org,.test_sub{
    width: 100%;
    margin-top: 15px;
}
.case_org p:first-child,.test_sub p:first-child{
    font-size: 17px;
    font-weight: bold;
}

.subject_content{
    width: 100%;
    margin-top: 15px;
}
.case_main{
    width: 94%;
    margin: 0 auto;
}
.sub_details {
    width: 100%;
    background: #fff;
    border: 1px #d3d3d3 solid;
    border-radius: 10px;
    overflow: hidden;
}
.subject_test_rule{
    width: 94%;
    word-break: break-word;
    padding: 5px 3% 30px 3%;
}
.subject_test_rule img{
    width: 100% !important;
}
.subject_test_rule p{
    /*font-size: 17px;*/
    /*font-weight: bold;*/
    /*margin-top: 15px;*/
}
.case_table{
    width: 100%;
    margin-top: 6px;
    border: 1px #ccc solid;
    border-collapse: collapse;
}
.case_table tr td{
    text-align: center;
    padding: 6px 10px;
    border: 1px #ccc solid;
}


.csign{
    width: 94%;
    padding: 20px 3%;
    text-align:center;
    font-size:15px;
    line-height: 32px;
    background-color: #edebfa;
}
.csign_subject>p,.select_pay>p{
    text-align: center;
    color: deepskyblue;
}
.csign ul li{
    float: left;
    width:100%;
    text-align: left;
}
.csign ul li label{
    display: inline-block;
    width: 70%;
    text-align: center;
}
.csign_subject ul li input[type=checkbox]{
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
}
.csign_subject ul li span{
    color: orangered;
}
.csign_btn{
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #0052d9;
    border-radius: 10px;
    font-size: 17px;
    cursor: pointer;
    margin: 10px auto 15px auto;
}
.select_pay{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.pay_item{
    float: left;
    width: 50%;
    padding-bottom: 10px;
}
.pay_item img{
    margin-left: 5px;
}
.pay_item input{
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
}
.case_tips{
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
}

/*-------------news.html-------------*/
.page_news{
    background-color: #fff;
}
.news_box{
    width: 94%;
    padding: 15px 3%;
}
.news_title{
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 2px #4d76ed solid;
}
.c_t{
    float: left;
    min-width: 77px;
    height: 36px;
    line-height: 36px;
    padding-left: 35px;
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
    margin-right: 8px;
    padding-right: 15px;
    background: url("../images/icon_06.png") no-repeat;
    background-size: 15px 16px;
    background-position: 12px center;
    background-color: #889bd3;
}
.c_t_active{
    background-color: #4d76ed;
}
.page_route{
    float: left;
    font-size: 12px;
    color: #999;
    margin-left: 15px;
    margin-top: 20px;
}
.page_route a{
    color: #999;
}
.main_news_list{
    width: 100%;
    padding: 15px 0;
}
.n_1{
    position: relative;
    width: 96%;
    height: 45px;
    padding-left: 4%;
    line-height: 45px;
    word-break: break-all;
    border-bottom: 1px #efefef solid;
}
.n_1:last-child{
    border: none;
}
.n_1:before{
    content: " ";
    position: absolute;
    left: 2px;
    top:20px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #222;
    border-radius: 50%;
}
.n_1 a{
    display: inline-block;
    width:100%;
}
.n_2_right{
    letter-spacing: 0;
}
.n_2_right h3{
    float: left;
    width:74%;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    color: #222;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.n_2_right p{
    float: right;
    width:24%;
    color: #666;
    text-align: right;
    font-size: 13px;
}

/*-------------newsContent.html-------------*/
.news_details_content{
    width:94%;
    margin:0 auto;
    padding-top: 15px;
    padding-bottom: 75px;
}
.news_details_content  h3{
    margin-bottom: 15px;
    font-size: 17px;
}
.newstitle{
    text-align:center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
}
.newsdate{
    text-align:center;
    line-height: 28px;
    color: #888;
    margin-top: 8px;
    letter-spacing: 0;
}
.news_details{
    width: 94%;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 3%;
}
.news_details img{
    width: 100%;
    height: auto;
}
.workstitle{
    text-align:center;
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 35px;
}
.workstitle img{
    width: 48%;
    margin-top: 10px;
}
.workssub{
    text-align: center;
    line-height: 30px;
    margin: 30px 0px;
}
.workssubject{
    display: inline-block;
    width: 49%;
}
.workssubject p{
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    font-size: 14px;
    text-align: center;
}
.workssubject-checked{
    background-color:#fb7c09;
    color: #fff;
    border-radius: 100px;
}
.worksdata{
    width: 100%;
}
.wordksdata-item{
    display: inline-block;
    width: 48%;
    text-align: left;
    vertical-align: middle;
    height: auto;
    margin: 5px 1%;
}
.wordksdata-item img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.wordksdata-item p{
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
}
.wordksdata-item p span{
    font-weight: bold;
}
.bm_btn_case{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.bm_btn_case button{
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    border-radius: 10px;
    letter-spacing: 5px;
    background-color: royalblue;
}

/*-------------login.html-------------*/
.page_login{
    min-height: 0;
}
.login_center{
    width: 100%;
    min-height:calc(100vh - 604px);
    text-align: center;
    padding: 110px 0;
    background: url("../images/imagesM/login_bg_m.png") no-repeat;
    background-size: 100% auto;
    background-position: left center;
    background-color: #e1e7f5 ;
}
.login_btn img{
    width: 130px;
}
.login_btn p{
    font-size: 17px;
    color: #474d58;
    margin-top: 10px;
}
.privacy{
    width: 100%;
    color: #474d58;
    margin: 10px 0;
    text-align: center;
}
.privacy input{
    margin-right: 5px;
}
.privacy a{
    color: #474d58;
    text-decoration: underline;
}

