*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    min-width: 1200px;
    font-size: 16px;
    color: #333;
    background:url("../images/bg.png") no-repeat;
    background-size: 100% 100%;
}
li{
    list-style: none;
}
a{
    display: inline-block;
    text-decoration: none;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 74px;
    line-height: 74px;
    background-color: #ffd200;
}
.nav{
    width: 1200px;
    margin: 0 auto;
}
.nav_item{
    float: left;
    margin-right: 50px;
	color: #333;
	position:relative;
}
.nav_item a{
    color: #333;
}
.login,.register{
    float: right;
    width: 70px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background-color: #fff;
    border-radius: 30px;
    margin-left: 22px;
    margin-top: 20px;
    padding: 0 15px;
}
.login a{
    width: 100%;
    color: #0d1924;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.register{
    background-color: #ffa200;
}
.register a{
    color: #fff;
}

.nav div{
    display:none;
    position: absolute;
    z-index: 9;
    left: -53px;
    width: 170px;
    background: url(../images/inavbg.png) no-repeat;
    padding: 10px;
    background-size: 100% 100%;
}
.nav div li{width:130px;height:26px;line-height:26px;margin:15px auto;border-radius:20px;text-align:center}
.nav div a{color:#333}
.nav div li:hover{background:#f4bc0e;color:#fff}
.nav div li:hover a{color:#fff}
.nav li:hover div{display:block}

/*banner*/
.banner{
    position: relative;
    width: 100%;
    min-width: 1200px;
    height:511px;
    padding-top: 352px;
    margin-top: 74px;
    background: url("../images/banner_03.png") no-repeat center;
}
.ctime{
	width: 1140px;
    margin: 0 auto;
	font-size:18px;
	color:#32475c;
    line-height: 30px;
}
/*���½���*/
.c_intro{
    width: 1200px;
    margin: 0 auto;
    margin-top: 260px;
}
.intro_title{
    width: 649px;
    height: 68px;
    margin: 0 auto;
    background: url("../images/c_title01.png") no-repeat;
    background-size: 100% 100%;
}
.intro_con{
    width: 1140px;
    line-height: 30px;
    text-indent: 34px;
    margin-top: 47px;
    letter-spacing: 1px;
}
/*��УЭ�쵥λ*/
.co_organizer{
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}
.c_left{
    float: left;
    width: 410px;
    height: 368px;
    margin-left: 74px;
    margin-top: 61px;
    padding: 46px 0 0 34px;
    background-color: #ffd200;
    border-radius: 0 0 0 90px;
}
.c_left h1{
    font-size: 40px;
    font-weight: bolder;
    margin-left: 10px;
}
.line_1{
    width: 184px;
    height: 13px;
    margin-top: -12px;
    background-color: #f8e9a5;
    border-radius: 30px;
    margin-bottom: 48px;
}
.c_left p{
    font-size: 17px;
    margin: 16px 0;
}
.c_left p span{
    font-weight: bold;
}
.co_right{
    float: right;
    width: 580px;
    height: 426px;
    padding: 55px 50px;
    background-color: #fff;
    box-shadow:0 5px 40px -5px #f2f3fb;
}
.co_right h1{
    font-size: 40px;
    font-weight: bolder;
    margin-left: 10px;
}
.line_2{
    width: 260px;
    height: 13px;
    margin-top: -12px;
    background-color: #5fad36;
    border-radius: 30px;
    margin-bottom: 25px;
}
.co_right p{
    line-height: 37px;
}
.co_right>p:nth-child(3){
    font-weight: bold;
}
.xb_list{
    height: 320px;
    overflow-y: auto;
}

/*��������/�����׼*/
.detail_criteria{
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}
.d_c_title{
    width: 649px;
    height: 68px;
    margin: 0 auto;
    background: url("../images/c_title03.png") no-repeat;
    background-size: 100% 100%;
}
.d_c_tab{
    position: relative;
    width: 100%;
    height: 86px;
    margin-top: 70px;
}
.d_c_tab_item{
    position: absolute;
    float: left;
    width: 618px;
}
.d_c_tab_item img{
    width: 100%;
}
.d_c_tab_item:nth-child(1){
    left: 0;
}
.d_c_tab_item:nth-child(2){
    right: 0;
}
.d_c_con{
    display: none;
    width: 1092px;
    padding: 40px 54px 100px 54px;
    background-color: #fff;
    border: 1px #dcdddd solid;
}
.d_c_con_active{
    display: block;
}
.bz_table tr{
    height: 168px;
    background-color: #f6f7fa;
}
.bz_table tr:nth-child(1){
    height: 58px;
    background-color: #edeef7;
}
.bz_table tr:nth-child(1) td:nth-child(1){
    color: #5fad3f;
}
.bz_table tr:nth-child(1) td:nth-child(2){
    color: #fff;
    text-align: center;
    font-weight: bold;
    background:url("../images/bg_title_03.png") no-repeat;
    background-size: 100% 100%;
}
.bz_table tr td:nth-child(1){
    width: 195px;
    text-align: center;
    font-weight: bold;
    border-bottom: 5px #fff solid;
}
.bz_table tr td:nth-child(2){
    width: 888px;
    color: #595757;
    line-height: 30px;
    border-bottom: 5px #fff solid;
}
.lc{
    margin-bottom: 50px;
}
.lc_1,.lc_2{
    float: left;
    width: 259px;
    height: 125px;
    margin:0 7px;
    margin-bottom: 14px;
    background:url("../images/lc_1.png") no-repeat;
    background-size: 100% 100%;
}
.lc_2{
    background:url("../images/lc_2.png") no-repeat;
}
.lc li p:nth-child(1){
    font-size: 19px;
    margin-top: 28px;
    margin-left: 24px;
}
.lc li p:nth-child(2) {
    margin-top: 8px;
    margin-left: 24px;
}
.xq_table{
    margin-bottom: 60px;
}
.xq_table tr{
    height: 168px;
    background-color: #f6f7fa;
}
.xq_table tr:nth-child(1){
    height: 58px;
    background-color: #edeef7;
}
.xq_table tr:nth-child(1) td:nth-child(1){
    color: #5fad3f;
}
.xq_table tr:nth-child(1) td:nth-child(2),.xq_table tr:nth-child(1) td:nth-child(3){
    color: #fff;
    text-align: center;
    font-weight: bold;
    background:url("../images/bg_title_03.png") no-repeat;
    background-size: 100% 100%;
}
.xq_table tr td:nth-child(1){
    width: 150px;
    text-align: center;
    font-weight: bold;
    border-bottom: 5px #fff solid;
}
.xq_table tr td:nth-child(2),.xq_table tr td:nth-child(3){
    width: 466px;
    color: #595757;
    padding: 0 50px;
    line-height: 30px;
    border-bottom: 5px #fff solid;
}

/*��������*/
.prize{
    width: 1090px;
    margin: 0 auto;
    padding: 40px 55px;
    margin-top: 25px;
    border: 1px #dcdddd solid;
    background-color: #f9fef7;
}
.p_title{
    width: 649px;
    height: 68px;
    margin: 0 auto;
    background: url("../images/c_title02.png") no-repeat;
    background-size: 100% 100%;
}
.prize_type{
    margin-top: 50px;
}
.chusai,.juesai{
    float: left;
    width: 545px;
}
.p_1{
    width: 220px;
    height: 219px;
    background: url(../images/pricebg.png) no-repeat center;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    line-height: 205px;
    font-size: 25px;
}
.prize_type div p{
    width: 498px;
    line-height: 30px;
}
.juesai p{
    margin-left: 47px;
}
.prize_type div p span:nth-child(1){
    display: inline-block;
    width: 68px;
    font-weight: bold;
}
.prize_type div p span:nth-child(2){
    display: inline-block;
    width: 200px;
}
.prize_type div p span:nth-child(3){
    display: inline-block;
    width: 219px;
}
.explain{
    width: 100%;
    margin-top: 40px;
}
.e_title{
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    color: #5fad3e;
    margin-bottom: 30px;
}
.e_title span{
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-style: italic;
    font-size: 32px;
    margin-right: 14px;
    background-image: linear-gradient(to right,#fdd201,#61ad3d);
}
.explain p{
    color: #595757;
    line-height: 30px;
    letter-spacing: 1px;
}

/*��ϵ����*/
.contact_us{
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}
.contact_left{
    float: left;
    width: 572px;
    padding-top: 20px;
}
.contact_left h1{
    font-size: 40px;
    font-weight: bolder;
    margin-left: 10px;
}
.line_3{
    width: 184px;
    height: 13px;
    margin-top: -12px;
    background-color: #5fad3e;
    border-radius: 30px;
    margin-bottom: 20px;
}
.contact_left p{
    line-height: 30px;
}
.c_u_1{
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
}
.contact_left p a{
    color: #333;
}
.contact_right{
    float: right;
    width: 628px;
    height: 508px;
    text-align: center;
    background: url("../images/ewm_bg.png") no-repeat;
    background-size: 100% 100%;
}
.contact_right img{
    width: 164px;
    margin-top: 163px;
    margin-left: 40px;
}
.contact_right p{
    margin-left: 40px;
}

.explain_more{
    width: 100%;
    height:540px;
    padding-top: 128px;
    margin-top: 35px;
    background: url(../images/footer.png) no-repeat center;
}
.e_m_box{
    width: 1200px;
    margin: 0 auto;
}
.e_m_left{
    float: left;
    width: 932px;
}
.e_m_left h1{
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    margin-left: 10px;
}
.line_4{
    width: 184px;
    height: 13px;
    margin-top: -12px;
    background-color: #ffd200;
    border-radius: 30px;
    margin-bottom: 30px;
}
.e_m_left p{
    color: #fff;
    line-height: 30px;
}
.e_m_left a{
    color: #fff;
}
.e_m_right{
    float: right;
    width: 224px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 23px;
    background-color: #ffa200;
    border-radius: 50px;
    margin-top: 170px;
}
.e_m_right a{
    width: 100%;
    color: #fff;
}

.kf{
    width: 154px;
    height: 321px;
    position: fixed;
    left: 30px;
    bottom: 100px;
    background: url(../images/kfbg.png) no-repeat center;
    z-index: 99;
}
.qq1 {
    width: 112px;
    height: 84px;
    margin: auto;
    background: url(../images/qq1_1.png) no-repeat center;
    margin-top: 105px;
}
.qq1 a {
    display: block;
    width: 112px;
    height: 84px;
}
.qq2 {
    width: 112px;
    height: 84px;
    margin: auto;
    background: url(../images/qq2_1.png) no-repeat center;
    margin-top: 30px;
}
.qq2 a {
    display: block;
    width: 112px;
    height: 84px;
}
.top_bottom{
    width: 70px;
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 99;
}
.top_bottom img{
    width: 60px;
}
.top_bottom a{
    display: inline-block;
    width: 100%;
}
/*�������*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}
.clear{
	clear:both
}
.loginbg{text-align:center;margin-top:150px;margin-bottom:150px;}


.reglist{
    float: left;
    width: 680px;
    min-height: 555px;
    margin: auto;
    margin-bottom: 50px;
    padding-bottom: 50px;
    background: #fff;
    border: 1px #dcdddd solid;
    text-align: center;
    position: relative;
    margin-left: 30px;
}
.regtitle{font-size:30px;padding-top:30px;}
.text1{width:478px;height:55px;padding-left:10px;border:none;outline:none;border: #d3d3d3 1px solid;border-radius:4px;padding-left:5px;font-size:16px;}
.refinfo{margin-top:16px;}
.sub{width:478px;height:55px;background:#5fad3e;color:#fff;border-radius:4px;border:none;font-size:18px;outline: none}

.ipic1{position:absolute;top:-106px;text-align:center;left:200px}
.ipic2{position:absolute;right:-175px;bottom:10px}

.pro{position:relative;}
.allprovince{width:632px;border:#CCC 1px solid;padding-bottom:30px;;margin:auto;margin-top:30px;position:absolute;background:#fff;top:-98px;display:none;z-index:99}
.provincetitle{width:210px;float:left;height:48px;line-height:48px;text-align:center;border-right:#CCC 1px solid;cursor:pointer}
.citytitle{width:210px;float:left;height:48px;line-height:48px;text-align:center;border-right:#CCC 1px solid;border-bottom:#CCC 1px solid;background:#f0f0f0;cursor:pointer}
.blocktitle{width:210px;float:left;height:48px;line-height:48px;text-align:center;border-bottom:#CCC 1px solid;background:#f0f0f0;cursor:pointer}
.allprovince .close{text-align:right;padding-right:30px;}
.allprovince .close span{font-size:25px;cursor:pointer}
.province2{padding:10px;margin-top:20px;}
.province2 ul li{float:left;padding:2px 10px 2px 10px;margin-left:5px;margin-top:5px;cursor:pointer;text-align:center;border-radius:4px;}
.citylist{display:none;}
.citylist div{display:none;}
.blocklist{display:none;}
.blocklist div{display:none;}
.streetlist{display:none;}
.streetlist div{display:none;}

.foot{max-width:1920px;min-width:1200px;height:50px;line-height:50px;margin:auto;text-align:center;background:#131212;color:#b0adad}
.foot a{color:#b0adad}

.allprovince .close{font-size:18px;padding-right:20px;}

.regtabx{position:relative}
.regtabx .schoollist{position:absolute;width:720px;background:#fff;z-index:10;display:none;border:#f3b369 1px solid;left:-20px;}
.regtab .schoollist{position:absolute;width:720px;background:#fff;z-index:10;display:none;border:#f3b369 1px solid;left:-20px;}
.schooltitle{background:#f3b369;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:120px;left:0;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}

.red{color:#f00}

.province {width: 122px;height: 48px;line-height:48px;border: #d3d3d3 1px solid;border-radius: 4px;padding-left: 5px;font-size:16px;}
.city {width: 122px;height: 48px;line-height:48px;border: #d3d3d3 1px solid;border-radius: 4px;padding-left: 5px;font-size:16px;}
.block {width: 122px;height: 48px;line-height:48px;border: #d3d3d3 1px solid;border-radius: 4px;padding-left: 5px;font-size:16px;}



.inner1{width:1200px;margin:auto;margin-top:100px;}
.title1{font-size:30px;height:80px;line-height:80px;margin-top:30px;}
.title1 span{display:inline-block;width:80px;height:80px;background:#f3b369;color:#fff;text-align:center;font-size:45px}
.title{width:960px;text-align:left;margin:auto;font-size:18px;min-height:80px;line-height:26px;border-bottom:#f3b369 2px solid;padding:20px}
.title span{font-style:italic;font-size:18px;}
.content{width:95%;margin:auto;margin-top:20px;margin-bottom:50px;}

.tips{color:#F00;font-size:18px;text-align:center;margin-top:16px;}


.csub{margin-top:30px;text-align:right}
.input{width:220px;height:70px;background:#9254f5;color:#fff;border:none;border-radius:10px;font-size:18px; cursor:pointer}

.red{color:#f00}

.line{
    width: 1000px;
    min-height: calc(100vh - 250px);
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.clear{clear:both;}
.preleft{float:left;width:160px;margin-left:30px;background:#fff;padding-bottom:80px;border: 1px #dcdddd solid}
.preleft ul{
    width: 94%;
    margin: 0 auto;
}
.preleft a{
    color: #333;
}
.preleft li{min-height:50px;line-height:50px;border-bottom:1px solid #ccc;text-align:center}
.pretitle{height:60px;line-height:60px;background:#ffd200;text-align:center;font-weight: bold;font-size: 18px}
.preapply1{border: 1px #dcdddd solid}
