* {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color:transparent;
}
input{
    outline: none;
}
img{ vertical-align:middle}
body {
    width: 100%;
    font-size:16px;
}
.page_container{
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background: url("../images/bg.jpg") no-repeat center;
}
/*头部、banner*/
.header{
    width: 100%;
}
.header_nav{
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #008b6b;
}
.logo{
    position:absolute;
    height: 70px;
    padding: 10px 10px 10px 0;
    border-radius: 0 60px 60px 0;
    background-color: #008b6b;
    border-right: 1px #03bd92 solid;
    border-bottom: 1px #03bd92 solid;
    box-shadow: 2px 2px 8px #1e5b00;
    text-align: right;
}
.logo img{
    width: 70px;
    vertical-align: inherit;
}
.nav_list{
    width:1200px;
    height: 80px;
    margin: 0 auto;
}
.nav_list ul{
    float: right;
    width:auto;
}
.nav_list ul li{
    float: left;
	position:relative;
	text-align: center;
	color:#fff;
    font-size: 16px;
    margin-right: 26px;
}
.nav_list ul li a{
    color: #fff;
}

.nav_list .nav_list2{
    display: none;
    position: absolute;
    z-index: 1;
    left: -5px;
    width: 79px;
    background: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 10px;
}
.nav_list2:before{
    content: ' ';
    position: absolute;
    top: -16px;
    left: 33px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-bottom: 10px #fff solid;
}
.nav_list .nav_list2 a{display:block;width:79px;height:30px;line-height:30px;background:#fff;color:#218801;text-align:center}
.nav_list .nav_list2 a:hover{background-color:#008b6b;color:#fff}
.nav_list .nav_list2 a{display:block;}
.nav_list li:hover .nav_list2{display:block}

.n_join{
    float: right;
    min-width:210px;
    max-width: 340px;
    text-align: right;
}
.n_join .lbg{
    display: inline-block;
    min-width: 145px;
    min-height: 30px;
    line-height: 19px;
    color: #008b6b;
    border-radius: 8px;
    margin-top: 18px;
    padding: 3px 5px;
    text-align: center;
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
}
.n_join a span{
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #3cbb9e;
}
.loginon,.loginout{
    display: inline-block;
    min-width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
    color: #008b6b;
    border-radius: 8px;
}


.banner{
    width: 100%;
    height: 1300px;
    padding-top: 7px;
    background: url("../images/banner_pc.png") no-repeat;
    background-position: center top;
}
.banner img{
    width: 100%;
}
.bannertips{
    width: 832px;
    color: #006d64;
    line-height: 32px;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 402px;
}

/*快速通道*/
.express{
    position: relative;
    width: 100%;
    margin-top: -621px;
}
.express_lane{
    width: 1200px;
    margin: 0 auto;
}
.e_l_item{
    float: left;
    width: 241px;
    line-height: 30px;
    text-align: center;
    margin-right: 77px;
}
.e_l_item:last-child{
    margin-right: 0;
}
.e_l_item img{
    width: 241px;
}
.e_l_item a{
    color: #333;
}

/*大赛新闻*/
.c_news{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}
.c_title{
    width: 351px;
    height: 90px;
    background: url(../images/title_bg_03.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    line-height: 114px;
    font-size: 26px;
    font-weight: bold;
    color: #fffd57;
    letter-spacing: 8px;
}
.c_title span{
    margin-left: 94px;
}
.news_con{
    width: 100%;
    margin-top: 35px;
}
.news_left{
    position: relative;
    float: left;
    width: 580px;
}
.news_left_item{
    width: 100%;
    text-align:right;
}
.news_img_slide{
    width: 100%;
}
.news_left_item img{
    width: 100%;
}
.news_icon{
    position: absolute;
    top:15px;
    left: -10px;
    width: 120px;
}
.news_icon img{
    width: 100%;
}
.news_left_jt{
    position: absolute;
    top: 140px;
    left: 15px;
    z-index: 2;
}
.news_right_jt{
    position: absolute;
    top:140px;
    right:5px;
    z-index: 2;
}
.news_right{
    float: right;
    width: 555px;
    height: 352px;
    padding:0 20px;
    border-radius: 0 50px 0 0;
}
.news_list{
    width: 556px;
    height: 366px;
    overflow-y: auto;
}
.news_list::-webkit-scrollbar {
    width: 10px;
}
.news_list::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px #76af92;
    background: #76af92;
}
.news_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #1e7d4d;
    background: #1e7d4d;
}
.news_item{
    margin-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px #889192 solid;
}
.news_item:nth-child(1){
    margin-top:0;
}
.news_item:last-child{
    border: none;
    padding-bottom: 0;
}
.news_text{
    width:546px;
    line-height: 25px;
    letter-spacing: 1px;
}
.news_text h4{
    font-size: 17px;
    color: #333;
}
.news_text p{
    height: 75px;
    color: #666666;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.news_text span{
    display:inline-block;
    width: 76%;
    height: 22px;
    line-height: 22px;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    padding-left: 25px;
    background: url("../images/news_icon_07.png") no-repeat;
    background-size: 16px auto;
    background-position-y: 2px;
}
.news_details{
    display:inline-block;
    width: 77px;
    height: 22px;
    line-height: 22px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
    background-color: #008b6b;
}

.news_tab{
    height: 45px;
    line-height: 45px;
    font-size:20px;
    border-bottom: 1px #888e84 solid;
}
.tab_bg{
    display: inline-block;
    width: 100px;
    color:#008b6b;
    font-weight: bold;
    text-align: center;
}
.tab_active{
    font-style: italic;
    border-bottom: 2px #008b6b solid;
}
.news_list2{
    display: none;
    height:321px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
}
.news_list2::-webkit-scrollbar {
    width: 10px;
}
.news_list2::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px #76af92;
    background: #76af92;
    border-radius: 10px;
}
.news_list2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #1e7d4d;
    background: #1e7d4d;
    border-radius: 10px;
}
.news_list2_active{
    display: block;
}
.news_list2 .news_item{
    padding: 15px 0;
    margin-top: 0;
}
.news_more{
    margin-top: 30px;
}
.news_more a{
    display:block;
    height:37px;
    line-height:37px;
    text-align:center;
    color:#fff;
    border-radius:8px;
    background-color: #1e7d4d;
    background-image: linear-gradient(to right,#1e7d4d,#76af92);
}

/*大赛组织*/
.c_org{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}
.org_con{
    width: 100%;
    margin-top: 35px;
    background-color: #008b6b;
    border: 1px #cbd3a9 solid;
    border-radius: 20px;
    line-height: 28px;
}
.org_item{
    float: left;
    width: 598px;
    color: #fff;
}
.org_item h4{
    font-size: 18px;
}
.o_1{
    width: 530px;
    padding: 21px 34px;
    border-right: 1px #dcdddd solid;
 }
.o_2{
    width: 530px;
    padding: 21px 34px;
    float: right;
}
.org_left{
    float: left;
    width: 103px;
}
.org_left img{
    position: relative;
    top: 6px;
    width: 100%;
}
.org_right{
    float: right;
    width: 413px;
}
.o_1 p,.o_2 p{
    font-size: 15px;
    margin-left: 8px;
    margin-top: 10px;
}
.o_3{
    width: 980px;
    padding: 30px 60px 30px 160px;
    border-top: 1px #dcdddd solid;
}
.o_3 p{
    margin-top: 8px;
    margin-bottom: 8px;
}
.o_3 p span:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}


/*大赛流程*/
.c_process{
    width: 100%;
    margin-top: 45px;
}
.process_con{
    width: 100%;
    height: 446px;
    background: url("../images/lc_bg_14.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 35px;
}
.pro_list{
    width: 696px;
    margin: 0 auto;
}
.pro_item{
    float: left;
    color: #fff;
    text-align: center;
    line-height: 25px;
    width: 195px;
    padding-top: 134px;
    margin-right: 55px;
    font-size: 15px;
}
.pro_item:last-child{
    margin-right: 0;
}
.pro_item p:nth-child(2){
    margin-top: 5px;
    font-size: 17px;
    line-height: 40px;
    font-weight: bold;
}

.moment{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}
.moment_list{
    width:1200px;
    overflow: hidden;
}
.moment_list ul li{
    position: relative;
    float: left;
    width: 290px;
    height: 217px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-right: 13px;
    border-radius: 10px;
}
.moment_list ul li:last-child{
    margin-right: 0;
}
.moment_list ul li img{
    width: 100%;
    height: 217px;
    border-radius: 10px;
}
.mement_text{
    position: absolute;
    bottom: 0;
    left: 0;
    width:270px;
    padding: 8px 10px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    border-radius:0 0 10px 10px;
    background-color: rgba(42,147,161,0.8);
}
.moment_left_jt{
    position: absolute;
    top: 210px;
    left: 5px;
    z-index: 2;
}
.moment_right_jt{
    position: absolute;
    top: 210px;
    right: 5px;
    z-index: 2;
}

/*大赛排行*/
.c_rank{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}
.rank_con{
    margin-top:5px;
}
.personal_rank,.school_rank{
    float: left;
    width:570px;
    height: 589px;
    border-radius: 20px;
    overflow: hidden;
}
.school_rank{
    float: right;
}
.r_title{
    position: relative;
    top: 30px;
    width: 349px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0 auto;
    background:url("../images/ph_title_bg_37.png") no-repeat;
    background-size: 100% 100%;
}
.rank_list{
    width: 100%;
    height:560px;
    border-radius: 20px;
    overflow:hidden;
}
.bg_rank{
    width: 100%;
    height: 30px;
    background-color: #008b6b;
}
.rank_list table{
    width: 100%;
    background-color: #fff;
}
.rank_list table thead{
    display: block;
    width: 570px;
    color: #fff;
    background-color: #008b6b;
}
.rank_list table thead th{
    width: 142px;
    height: 79px;
}
.rank_list table tbody{
    display: block;
    width: 570px;
    height: 415px;
    overflow-y: auto;
}
.rank_list table tbody::-webkit-scrollbar{
    display: none;
}
.rank_list table tr{
    height: 85px;
    text-align: center;
}
.rank_list table tr td{
    width: 142px;
    border-bottom: 1px #efefef solid;
}
.rank_list table tr td img{
    width: 30px;
}
.school_rank tr th:nth-child(2){
    width: 284px;
}
.school_rank tr td:nth-child(2){
    width: 284px;
}

/*相关报道*/
.c_baodao{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}
.bd_con{
    width: 1215px;
    padding: 20px 0;
}
.bd_item{
    float: left;
    width: 228px;
    margin-top: 16px;
    margin-right: 15px;
}

/*高校协办*/
.xieban{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    padding-bottom: 80px;
}
.xieban_con{
    width: 1200px;
    height: 369px;
    padding: 20px 0;
    margin-top: 15px;
}
.xieban_con ul{
    width: 1200px;
    height: 369px;
    overflow-y: auto;
}
.xieban_con ul::-webkit-scrollbar {
    width: 10px;
}
.xieban_con ul::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px #76af92;
    background: #76af92;
}
.xieban_con ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #1e7d4d;
    background: #1e7d4d;
}
.xieban_con ul li{
    float: left;
    width: 33.33%;
    font-size: 14px;
    line-height: 25px;
    color: #3e3d3d;
}

/*底部*/
.foot{background:#171927;max-width:1920px;min-width:1200px;width:100%;margin:auto;}
.foot1{max-width:1200px;height:185px;width:100%;margin:auto;}
.foot1_left{float:left;width:305px;padding-top:15px;}
.ftitle{color:#fff;}
.foot1_left li{color:#dad8d8;}
.tel{background:url(../images/tel_03.png) no-repeat 0px 4px;padding-left:30px;margin-top:10px;}
.teltips{font-size:12px;color:#CCC;padding-left:95px;}
.member{background:url(../images/contacts_06.png) no-repeat 0px 4px;padding-left:30px;margin-top:10px;}
.qq{background:url(../images/qq_08.png) no-repeat 0px 4px;padding-left:30px;margin-top:10px;}
.qq a{color:#dad8d8; text-decoration:underline}
.foot1_right{float:right;}
.foot1_right a{display:block;width:205px;height:48px;line-height:48px;background:#fff;border-radius:30px;text-align:center;margin-top:30px;}
.footlink{width:570px;background:#171927;float:left;}
.footlink1{padding:20px;}
.footlink1 li{float:left;width:265px;margin-top:5px}
.footlink1 a{color:#dad8d8;font-size:14px}

.foot2{height:50px;line-height:50px;background:#0d0f1c;color:#b8b6b6;text-align:center}
.foot2 a{color:#b8b6b6}

/*浮窗*/
.lnav{
    display: none;
    position:fixed;
    z-index: 3;
    bottom: 20px;
    left:50px;
    width:152px;
    height:520px;
    text-align:center;
    background:url(../images/lnavbg.png) no-repeat center;
}
.lnav1 div{
    cursor:pointer;
    text-align:right;
    padding-right:10px;
}
.lnav1_1{
    text-align:right;
    margin-top:85px;
}
.lnav1_2{
    height:49px;
    line-height:49px;
    color:#fff;
    margin-top:20px;
    padding-right:18px;
}
.lnav1_3{
    height:49px;
    line-height:49px;
    color:#fff;
}
.lnav1_4{
    height:49px;
    line-height:49px;
    color:#fff;
    padding-top:5px;
}
.lnav1_5{
    height:49px;
    line-height:49px;
    color:#fff;
    padding-top:3px;
}
.lnav1_6{
    height:49px;
    line-height:49px;
    color:#fff;
    padding-top:5px;
}
.lnav1_7{
    height:49px;
    line-height:49px;
    color:#fff;
}
.lnav1_7 a{
    color:#fff;
    display:block
}
.lnav1_8{
    width:52px;
    height:52px;
    margin-top:15px;
    margin-left:62px;
    background:url(../images/lbot.png) no-repeat center bottom;
}

/*清除浮动*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}
.clear{clear:both}

.loginbg{max-width:1920px;min-height:750px;width:100%;margin:auto;background:url(../images/loginbg.jpg) no-repeat center #f0f0fc;}

.innerbg{max-width:1920px;min-height:600px;margin:auto;background:#edfafa;padding-top:1px}
.login{width:860px;height:540px;margin:auto;padding-top:50px;}
.login_title{text-align:center;padding-top:180px}










#right{cursor:pointer}
#wrong{ cursor:pointer}
#ifright1{ cursor:pointer}
#ifright2{ cursor:pointer}
#ifright3{ cursor:pointer}
#ifright4{ cursor:pointer}
#ifright5{ cursor:pointer}





.nologin{width:100%;position:absolute;z-index:999;left:0;top:0;height:500px;}



.xytitle{text-align:center;font-size:18px;font-weight:bold;margin-bottom:10px;}




.qlist{max-width:1200px;width:100%;margin:auto;}
.qlist1{padding-top:0px;}
.qlist2{max-width:750px;width:100%;margin:auto;padding-bottom:40px;background:#fff;}
.qlist3{width:1024px;margin:auto;padding:10px;padding-bottom:0px;background:#fff;}
.red{color:#f00}
.applytips{padding-left:58px;min-height:25px;margin-top:10px;}
.applytips a{float:right;padding-right:25px;text-decoration:underline;font-size:14px;}
.qtitle{font-size:16px;}
.answer{margin-top:5px;}
.answer1{float:left;margin-left:20px;}
.answer2{float:left;margin-left:20px;}
.answer3{float:left;margin-left:20px;}
.answer4{float:left;margin-left:20px;}
.answer5{float:left;margin-left:20px;}

.qsub{margin-top:35px;margin-left:20px;}

.qtipsbg{height:145px;margin:auto;position:relative;margin-top:16px;position:relative}
.qtips{width:1200px;margin:auto;margin-top:30px;}
.qtips1{width:372px;height:69px;line-height:69px;margin:auto;font-size:25px;color:#333;background:url(../images/qtipsbg.png) no-repeat center;text-align:center;position:absolute;top:-17px;left:0px;right:0px}
.qtips1_1{float:left;padding-left:30px;font-size:20px;color:#fff;background:url(../images/qtypebg.png) no-repeat;width:150px;height:39px;line-height:39px;}
.qtips1_2{position:absolute;font-size:18px;background:#5ed78a;border-top-right-radius:10px;border-bottom-right-radius:10px;width:100px;height:43px;line-height:43px;text-align:center;color:#fff}
.qtips1_2 span{color:#ff8e52}
.qtips2{width:163px;height:116px;position:absolute;right:50px;top:20px;}
.qtips2_1{font-size:26px;float:left;color:#070707;}
.qtips2_2{font-size:28px;float:left;color:#fc4d61;margin-left:20px}
.qtips2_3{font-size:26px;color:#070707;float:left;margin-left:10px}

.qnow{margin:auto;height:500px;}
.qtitle1{min-height:20px;padding-left:125px;font-size:18px;line-height:36px;font-weight:580;}
.qanswer{margin-top:20px;margin-left:125px;}
.qanswer1{margin-top:10px;}
.qanswer2{margin-top:10px;}
.qanswer3{margin-top:10px;}
.qanswer4{margin-top:10px;}
.qanswer5{margin-top:10px;}
.ansub{background:#389d08;width:236px;height:54px;border-radius:25px;border:none;color:#fff;font-weight:600;cursor:pointer;font-size:16px;margin-left:125px;}

.qall{margin-left:10px;margin-top:75px;}
.qall span{display:inline-block;width:26px;text-align:center;color:#27c2a8}
.qall font{display:inline-block;width:26px;text-align:center;}

.record{width:953px;margin:auto;background:#fff;border-top-left-radius:8px;border-top-right-radius:8px;padding-top: 50px}


.scorebg{width:832px;height:298px;background:url(../images/scorebg.png) no-repeat center;margin:auto;text-align:center;}
.scoreprize{
    height: 30px;
    line-height: 30px;
    padding-top: 123px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-left: -50px;
    color: orangered;
}
.score{font-size:50px;color:#fff;padding-top:36px;margin-left: -35px;}
.score span{font-size:40px;color:#fff}
.scoretips{margin-top:50px;font-size:20px;color:#fff}

.certlist{width:479px;margin:auto;padding-top:45px;margin-top: 20px}
.certlist li{float:left;height:45px;line-height:45px;text-align:center;}
.certlist a{display:block;font-size:18px;color: #fff}

.score1{width:49%;color:#fff;margin-right:2%;border-top-left-radius:25px;border-bottom-left-radius:25px;background-color: #81a4ff}

.score2{width:49%;background:#b720e9;border-left:none;border-top-right-radius:25px;border-bottom-right-radius:25px}
.score2 a{color:#fff}

.score3{width:100%;background:#81a4ff;color:#fff;border:#81a4ff 1px solid;border-radius:25px;}
.score3 a{color:#fff}


.choose{width:1071px;height:702px;margin:auto;}
.choose1{text-align:center;margin:auto;padding-top:30px;}

.ibg{height:45px;background:#edfafa}

.ititle2{background:url({../images/jt.png) no-repeat center;width:507px;margin:auto;height:117px;text-align:right;padding-right:75px;padding-top:36px;color:#fff;font-size:20px;}

.getq{width:341px;height:91px;cursor:pointer;margin-top:100px;border:none;font-size:32px;background:url(../images/getq.png) no-repeat center;color:#fff}
.getq:hover{color:#f00;}

.mrtop{margin-top:26px;}

.sclass{width:245px;height:50px;line-height:50px;}

.ititle{font-size:18px;}

.infolist{width:860px;margin:auto;margin-top:35px;padding:20px;height:400px;}
.infolist a{font-size:18px;}
.infolist a:hover{color:#f00}
.infolist ul li{width:350px;margin-top:16px;height:40px;line-height:40px;border-bottom:#596179 1px dashed;font-size:18px;float:left;margin-left:60px}
.infolist span{color:#fc4d61}

#f4 a{ text-decoration:underline;}
#f8{
    padding-bottom: 16px;
    text-align: center;
}
#f8 a{background:#218801;color:#fff;display:inline-block;width:28%;height:35px;line-height:35px;text-align:center;margin:0 1%;border-radius:30px}


.newstitle{font-size:18px;margin-top:20px;text-align:center;font-weight:600}
.newsdate{margin-top:6px;color:#999;text-align:center}
.newscontent{line-height:25px;}

.newscontent img{max-width:100%;display:block;margin:auto;margin-top:20px;}




.lo{margin-top:30px;width:100%;}
.login_left{width:50%;float:left;text-align:center;}
.login_right{width:50%;float:left;color:#9c9c9c;}
.ltitle{color:#a6a6a6;font-size:16px;}
.input_lg{width:240px;height:32px;line-height:32px;border:#d4d4d4 1px solid;background:#f7f7f7;border-radius:5px;padding-left:6px;}

.login_sub{width:143px;height:32px;background:#07ead9;color:#fff;border-radius:5px;border:none;}
.regc{display:inline-block;width:90px;height:32px;line-height:32px;background:#308c7f;text-align:center;color:#fff;border-radius:5px;}

.position{max-width:1200px;margin:auto;margin-top:30px;margin-bottom:20px;}
.typename{height:65px;line-height:65px;margin-top:30px;font-size:25px;font-weight:bold;color:#3a9f09;border-top:#9fa0a0 2px solid;padding-left:5px;}
.typename span{display:inline-block;font-size:18px;font-weight:bold;background:#fff;padding-left:10px;padding-right:10px;}

.pcontent{line-height:26px;margin-top:26px;}
.pcontent img{max-width:100%;}

.gslist{border:#eaeaea 1px dashed;padding:20px;line-height:24px;text-indent:22px;color:#585858;margin-top:35px;}
.gsdate{text-align:right}

.answertips{margin-top:10px;border:#CCC 1px dashed;text-align:center;height:36px;line-height:36px;}

.bmtips{padding-top:10px;text-align:center;height:300px;line-height:300px;}

.ph{width:1200px;margin:auto;margin-top:10px;}




.gr{background:#b83b59;color:#fff}
.jt{background:#ba684d;color:#fff}
.ph_jt{display:none}


.content{width:100%;max-width:1100px;margin:auto;background:#fff;margin-top:10px;padding-bottom:30px;}
.ctitle {width:100%;max-width:1200px;margin:auto;height: 45px;line-height: 45px;border-bottom: #d3d3d3 1px solid;font-size:15px}
.ctitle font{color:#F00}

.mleft{text-align:left;}

.phlist_gr{width:1050px;margin:auto;height:68px;line-height:68px;overflow:hidden;font-size:18px;border-bottom:#e3e3e3 1px solid}
.phlist_gr div{width:20%;text-align:center;float:left;}

.phlist{width:1050px;margin:auto;height:68px;line-height:68px;overflow:hidden;font-size:18px;border-bottom:#e3e3e3 1px solid}
.phlist div{width:33.33%;text-align:center;float:left;}


.weixin{padding-top:30px;text-align:center}

.regtab {margin-top: 17px;position: relative;text-align:center}
.regtab1 {margin-top: 17px;position: relative;text-align:center}

.input1 {width: 355px;height: 45px;line-height:45px;border: #d3d3d3 1px solid;border-radius: 15px;padding-left: 8px;font-size:16px;}
.inputx1 {width: 473px;height: 55px;line-height:55px;border: #d3d3d3 1px solid;border-radius: 4px;padding-left: 5px;font-size:16px;}
.sub {width: 355px;height: 45px;background:#ffa996;border:none;border-radius: 20px;color: #fff; cursor:pointer;font-size:18px;background:url(../images/sub.png) no-repeat;}

.province {width: 122px;height: 55px;line-height:55px;border: #d3d3d3 1px solid;border-radius: 4px;padding-left: 5px;font-size:16px}
.city {width: 122px;height: 55px;line-height:55px;border: #d3d3d3 1px solid;border-radius: 4px;padding-left: 5px;font-size:16px}
.block {width: 122px;height: 55px;line-height:55px;border: #d3d3d3 1px solid;border-radius: 4px;padding-left: 5px;font-size:16px}



.newsbg{max-width:1200px;margin:auto;padding-bottom:30px}
.needtitle{height:50px;margin:auto;font-size:22px;letter-spacing:5px;padding-top:45px;text-align:center;color:#333}
.mtop{margin-top:20px;}

.regtab .schoollist{position:absolute;width:750px;background:#fff;z-index:10;display:none;border:#5ed78b 1px solid;}
.schooltitle{background:#5ed78b;font-size:16px;height:30px;line-height:30px;color:#fff;padding-left:10px;}
.schooltitle span{float:right;padding-right:10px;color:#fff; cursor:pointer}
.plist{position:relative;height:400px; overflow:auto;margin-left:6px;}
.ptitle{float:left;width:55px;margin-top:5px; cursor:pointer}
.ptitle1{border-bottom:#CCC 1px solid}
/*.slist{display:none;}*/
.slist {position:absolute;top:100px;left:0px;display:none;padding-bottom:3px;}
.slist ul li{float:left;margin-left:10px;width:220px; cursor:pointer;font-size:14px;margin-top:3px;border-bottom:#fff 1px solid}
.slist ul li:hover{border-bottom:#CCC 1px solid}
.apply{margin-top:45px;padding-bottom:30px;}
.applytitle{height:153px;}
.applytitle span{font-size:18px;padding-left:20px;padding-right:20px;display:inline-block;border-bottom:#218801 2px solid}
.apply_left{width:596px;float:left;padding-bottom:30px;margin-bottom:30px;position:relative;background:#fff}
.apply_right{float:left;width:596px;margin:auto;position:relative;margin-left:8px;background:#fff}
.applytitle1{background:url(../images/applytips.png) no-repeat #dedede 20px 30px;height:92px;padding-left:100px;font-size:22px;padding-top:30px}
.applytitle1 span{font-size:18px;display:block;margin-top:5px}
.applytip{padding:30px;line-height:28px;padding-bottom:20px;height:692px;overflow-y:auto;overflow-x:hidden;padding-left:48px;}
.applytip span{font-weight:bold}

.paper{height:50px;margin-top:20px;}
.paper span{display:inline-block;text-align:center;float:right;width:136px;height:43px;line-height:43px;border-radius:5px;background:#218801;color:#fff;cursor:pointer}
.paper a{display:block;}
.paper ul li{float:left;width:200px;height:61px;line-height:61px;text-align:center;font-size:18px; cursor:pointer;}
.lion{background:#218801;border-bottom:#186500  2px solid;color:#fff;}
.paperbg{background:url(../images/paperbg.png) no-repeat;height:377px;margin-top:35px;text-align:center;   overflow: hidden; }
.paperbg iframe{border:none;overflow:visible}

.paper1{margin-top:50px;}
.papertitle{font-size:20px;border-bottom:#c9caca 1px solid;padding-bottom:20px;}
.papertip1{line-height:26px;margin-top:20px;}

.paper2{margin-top:45px;}
.papertitle1{font-size:20px;}
.papertitle1 span{color:#fe4276;font-size:20px;}
.buyinfo{margin-top:18px;}
.text{width:98.5%;height:48px;line-height:48px;border:#c9caca 1px solid;background:#f1f2f2;padding-left:15px;border-radius:4px;font-size:16px}
.buyinfo1{margin-top:18px;text-align:right}
.buy{width:223px;height:56px;color:#fff;background:#218801;border:none;border-radius:4px;font-size:16px;cursor:pointer}

.stitle{background:#218801;color:#fff;height:60px;line-height:60px;text-align:center;font-size:25px}

.srank td{ height:74px;border-bottom:#9fa0a0 1px dashed}

.stitle1 td{font-weight:bold}

.search{width:722px;margin:auto;margin-top:45px;padding-bottom:30px;min-height:500px;}
.sear_left{float:left;}
.sear_right{float:left;}
.sear1{width:573px;height:58px;line-height:58px;border:#218801 2px solid;padding-left:6px;border-right:none;font-size:16px;}
.sear2{background:#218801;color:#fff;width:140px;height:62px;border:none;margin-top: 17px;font-size:16px;}

.scheck{padding:22px;background:#efefef;border:#b5b5b6 1px solid;margin-top:30px;}
.scheck ul li{height:30px;line-height:30px;}


.tlist{padding:22px;background:#fff;border-radius:12px;margin-top:30px;}
.tlist ul li{height:36px;line-height:36px;}


.c4_more {text-align:right;}

.overbg{width:100%;position:absolute;z-index:999;left:0;top:0;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;filter:Alpha(opacity=50);}
.close {text-align:right;}
.close a{display:inline-block;font-size:18px;text-align:right;}

.paperbg1{width:1024px;margin:auto;text-align:center;border:#CCC 1px solid}
.download {text-align:center;margin-top:15px;padding-bottom:15px}
.download a{display:inline-block;width:165px;height:60px;line-height:60px;background:#218801;color:#fff;border-radius:4px}

.subx{width:475px;height:58px; cursor:pointer;background:url(../images/subx.png) no-repeat center;border:none;font-size:18px;color:#fff;}
.applytitlex2{background:url(../images/applytitle2.png) no-repeat center;height:100px;line-height:100px;text-align:center;font-size:26px;color:#1f2b4b}

.atitle{background:url(../images/applytips.png) no-repeat left;font-weight:bold;font-size:18px;padding-left:30px;}