@font-face {
	font-family: YouSheBiaoTiHei;
	src: url("../fonts/YouSheBiaoTiHei.ttf");
}

@font-face {
	font-family: SourceHanSansCNVF;
	src: url("../fonts/SourceHanSans.otf");
}

.wrap_nav{
	display: none;
}

.station_contain{
	margin-top: 0;
}

.footer_contain_wrap{
	display: none;
}

.footer_wrap{
	display: none;
}

.toTop{
	display: none;
}
.tofeedback{
	display: none;
}

/*join modal*/
#join_modal h2{
	margin-top: 0 !important;
	text-align:center;
}
#join_modal img{
	display: block;
	width: 200px;
	margin: 0 auto 20px auto;
}
#join_modal .modal-body{
	padding: 0 20px 20px 20px;
}
.join_submit_btn{
	background: #E02020;
}

.public_intro_text_sml{
	text-align:center;
	color:#ccc;
	margin-top: 50px;
}

/*end*/

/*password*/
.password_contain{
	position:fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: #fff;
	top: 0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.password_contain_hide{
	display: none;
}
.encrypt_wrap{
	display: flex;
	justify-content:center;
	align-items:center;
}
.encrypt_contain{
	width: 500px;
}
.form-control{
	box-sizing:border-box;
}
.public_modal_submit{
	cursor: pointer;
}
.encrypt_contain h2{
	margin-bottom: 20px;
}

.encrypt_pass{
	overflow:initial !important;
}
/*end*/

/*banner*/
.banner_image{
	/*height: 580px;
	background-image:url("../images/banner.png");
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;*/
	display: flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	position:relative;
}
.banner_image img{
	width: 100%;
	height: auto;
	display: block;
}
.banner_joincpt_btn{
	width: 21%;
    height: 12%;
    position: absolute;
    top: 61%;
    left: 39%;
    cursor: pointer;
}
/*end*/

/*public*/
.public_title_wrap{
	position:relative;
	margin-bottom: 58px;
}
.public_title_text{
	font-family: YouSheBiaoTiHei;
	font-size: 33px;
	color: #565757;
	line-height: 42px;
	text-align: center;
	font-style: normal;
}
.public_title_text_into{
	display: inline-block;
	font-family: YouSheBiaoTiHei;
}
.public_title_text_into div{
	width: 100%;
	height: 5px;
	background: #F70300;
	border-radius:2px;
	margin-top: -13px;
}
.public_title_text img{
	position:absolute;
	width: 70px;
	height: 70px;
	bottom: 0;
	margin-left: -33px;
	margin-bottom: -5px;
}
.nav_fixed{
	position:fixed;
	top: 0;
}
.contain_wrap_mt{
	margin-top: 56px;
}

/*end*/

/*nav*/
.nav_contain{
	height: 56px;
	background: #FFFFFF;
	box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.1);
	z-index:9;
}
.nav_info{
	display: flex;
	align-items:center;
}
.nav_wrap{
	display: flex;
	align-items:center;
	height: 56px;
	justify-content:space-between;
}
.nav_list{
	display: flex;
	height: 100%;
	align-items:center;
}
.nav_list li{
	height: 54px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 13px;
	color: #191919;
	font-style: normal;
	padding: 0 10px;
	margin-right: 34px;
	border-bottom:2px solid #fff;
	display:flex;
	align-items:center;
	cursor: pointer;
	transition:.3s;
}
.nav_list_check{
	border-bottom:2px solid #e02020 !important;
	color:#E82027 !important;
}
.nav_login{
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 13px;
	color: #EC4C52;
	line-height: 18px;
	font-style: normal;
	margin-left: 86px;
	position:relative;
}
.nav_login span{
	cursor: pointer;
}
.nav_joinus button{
	width: 99px;
	height: 31px;
	background: #E02020;
	box-shadow: 0px 2 3px 0px rgba(0,0,0,0.21);
	border-radius: 16px;
	margin-left: 54px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	font-style: normal;
}
.index_layout_wrap{
	position: absolute;
    width: 112px;
    background: #fff;
    text-align: center;
    top: 30px;
     display: none; 
    transition: .4s;
    border-radius: 3px;
    left: -30px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 2px #ccc;
}

.index_layout_wrap>li {
    color: #666;
    display: block;
    line-height: 47px;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
}

.index_layout_wrap>li>a {
    margin: 12px 0;
    transition: .2s;
    color:#333;
}
.index_layout_wrap>li>a:hover{
	color:#E02020;
}

.index_layout_wrap:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #e5e5e5;
    position: absolute;
    left: 47px;
    top: -9px;
}

.index_layout_wrap:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 47px;
    top: -8px;
}

.nav_sidebar_check{
	display: block !important;
}
/*end*/

/*contain_wrap*/
.contain_wrap{
	background-image:url("../images/background.png");
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:1;
}
/*end*/

/*title_contain*/
.title_contain{
	padding-top: 80px;
	padding-bottom: 78px;
}
.title_con_title{
	height: 85px;
	font-family: YouSheBiaoTiHei;
	font-size: 33px;
	color: #3B3B3B;
	line-height: 42px;
	text-align: center;
	font-style: normal;
}
.title_con_title span{
	color:#F70300;
	font-family:YouSheBiaoTiHei;
}
.title_con_contain{
	display: flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content:center;
}
.title_con_img{
	width: 287px;
}
.title_con_img img{
	width: 100%;
	display: block;
}
.title_con_text{
	width: 639px;
	margin-left: 47px;
}
.title_con_text_title{
	font-family: YouSheBiaoTiHei;
	font-weight: 500;
	font-size: 33px;
	color: rgba(0,0,0,0.85);
	line-height: 33px;
	text-align: left;
	font-style: normal;
}
.title_con_text_title span{
	color:#F70300;
	font-family: YouSheBiaoTiHei;
}
.title_con_text_line{
	width: 100%;
	height: 0px;
	border: 2px solid;
	border-image: linear-gradient(90deg, rgba(252, 7, 0, 1), rgba(237, 244, 253, 1)) 3 3;
	margin-top: 30px;
}
.title_con_text_info{
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-weight: 400;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	line-height: 29px;
	text-align: left;
	font-style: normal;
	margin-top: 39px;
}
/*end*/

/*introduction_contain*/
.introduction_contain{
	padding-bottom: 104px;
}
.comptition_list{
	display: flex;
}
.comptition_list li{
	width: 33%;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.comptition_list_title{
	width: 163px;
	height: 163px;
	background: #FFFFFF;
	box-shadow: 0px 2 33px 0px rgba(0,0,0,0.1);
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-weight: 800;
	font-size: 25px;
	color: #565757;
	line-height: 36px;
	text-align: center;
	font-style: normal;
	line-height: 163px;
	border-radius:50%;
}
.comptition_list_into{
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-weight: 500;
	font-size: 18px;
	color: #565757;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	margin-top: 20px;
}
.comptition_text_list{
	margin-top: 67px;
}
.comptition_text_list_context{
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-size: 20px;
	color: #565757;
	line-height: 36px;
	text-align: left;
	font-style: normal;
	width: 1000px;
}
.comptition_text_list_context span{
	font-weight: 800;
	font-size: 25px;
	font-family:Heavy;
}
.comptition_text_list li{
	display: flex;
	margin-bottom: 7px;
	border: 1px solid #f5f5f5;
	padding: 10px;
	background: #fff;
	border-radius:5px;
	align-items:center;
	cursor: pointer;
}
.comptition_text_list_icon{
	display: flex;
	flex-direction:column;
	align-items:center;
	width: 22px;
	margin-right: 42px;
}
.comptition_circle_wrap{
	width: 12px;
	height: 12px;
	background: rgba(255,229,229,0.99);
	border: 3px solid rgba(247,3,0,0.75);
	border-radius:50%;
}
.comptition_line{
	width: 0px;
	height: 54px;
	border: 2px solid;
	border-image: linear-gradient(165deg, rgba(247, 3, 0, 1), rgba(255, 255, 255, 1)) 2 2;
}
/*end*/

/*org committee*/
.orgcommittee_contain{
	padding-bottom: 76px;
}
.orgcommittee_con_list{
	display: flex;
}
.orgcommittee_con_list li{
	width: 25%;
	display: flex;
	align-items:center;
	flex-direction:column;
}
.orgcommittee_list_img{
	width: 163px;
	height: 163px;
	background-image:url('../images/circle_bg.png');
	border-radius:50%;
	overflow: hidden;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	display: flex;
	justify-content:center;
	align-items:center;
}
.orgcommittee_list_name{
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-weight: bold;
	font-size: 23px;
	color: #565757;
	line-height: 33px;
	text-align: center;
	font-style: normal;
	margin-top: 20px;
}
.orgcommittee_list_title{
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-weight: 400;
	font-size: 18px;
	color: #F70300;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	margin-top: 20px;
}
/*end*/


/*org*/
.org_contain{
	padding-bottom: 20px;
}
.org_con_list li{
	display: flex;
	align-items:center;
	margin-bottom: 49px;
}
.org_list_title{
	display: flex;
	align-items:center;
	margin-right: 64px;
	width: 126px;
}
.orglist_line{
	width: 5px;
	height: 33px;
	background: #F70300;
	margin-right: 17px;
}
.orglist_text{
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-weight: 500;
	font-size: 26px;
	color: #F70300;
	line-height: 38px;
	text-align: center;
	font-style: normal;
}
.orglist_logo_wrap{
	display: flex;
	flex-wrap:wrap;
	width: 800px;
}
.orglist_logo{
	width: 245px;
	height: 106px;
	display: flex;
	justify-content:center;
	align-items:center;
}
.orglist_logo img{
	width: 100%;
}
/*end*/

/*course*/
.course_contain .con{
	position:relative;
}
.course_contain{
	padding-bottom: 75px;
}
.course_list{
	display: flex;
}
.course_list li{
	width: 25%;
	display: flex;
	align-items:center;
	flex-direction:column;
}
.course_list_title{
	width: 178px;
	height: 59px;
	background-image: url('../images/org_bg.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 29px;
	text-align: center;
	font-style: normal;
	line-height: 50px;
}
.course_list_timeline{
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-weight: 400;
	font-size: 20px;
	color: #565757;
	line-height: 29px;
	text-align: center;
	font-style: normal;
	margin-top: 2px;
}
.course_list_icon{
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 4px solid #F61714;
	border-radius:50%;
	margin-top: 1px;
	z-index: 2;
}
.course_list_text{
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-weight: 400;
	font-size: 16px;
	color: #565757;
	line-height: 24px;
	text-align: justify;
	font-style: normal;
	margin-top: 38px;
	width: 222px;
}
.course_list_line{
	width: 1080px;
	height: 5px;
	background: linear-gradient( 90deg, rgba(247,3,0,0.04) 0%, #F70300 50%, rgba(247,3,0,0) 100%);
	border-radius: 2px;
	position:absolute;
	z-index: 1;
	top:199px;
}
/*end*/

/*award*/
.award_contain{
	padding-bottom: 75px;
}
.award_list,.award_list_1st{
	display: flex;
	justify-content:center;
}
.award_list{
	margin-top: 36px;
}
.award_list>li,.award_list_1st>li{
	width: 439px;
	height: 81px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	margin: 0 51px;
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-weight: bold;
	font-size: 21px;
	color: #565757;
	text-align: justify;
	font-style: normal;
	display: flex;
	justify-content:center;
	align-items:center;
}
.award_list_1st>li:nth-child(1){
	background-image:url("../images/reword_1_bg.png");
}
.award_list>li:nth-child(1){
	background-image:url("../images/reword_2_bg.png");
}
.award_list>li:nth-child(2){
	background-image:url("../images/reword_3_bg.png");
}
/*end*/

/*winners list*/
.winners_contain{
	padding-bottom: 282px;
}
.winners_list_wrap{
	width: 1062px;
	height: 902px;
	background-image:url("../images/rank_bg.png");
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
.winners_list_title{
	padding: 52px 45px 0 45px;
	display: flex;
}
.winners_list_title li{
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-weight: bold;
	font-size: 26px;
	color: #F70300;
	line-height: 38px;
	text-align: center;
	font-style: normal;
	margin-right: 79px;
	padding: 0 48px;
}
.winners_list{
	display: flex;
	padding: 0 46px;
	margin-top: 20px;
	flex-direction:column;
}

.winners_list li{
	display: flex;
	align-items:center;
	height: 102px;
	padding: 0 34px;
}
.winners_list li:nth-child(1){
	border-top: 1px solid #F70300;
}
.winners_list li:nth-child(odd){
	background: rgba(248,211,213,0.18);;
}
.winners_list_rank{
	width: 83px;
	height: 55px;
	margin-right: 150px;
	padding: 34px 0;
	display: flex;
	justify-content:center;
	align-items:center;
	font-size: 30px;
}
.winners_list_rank img{
	width: 100%;
	display: block;
}
.winners_list_name,.winners_list_org{
	font-family: SourceHanSansCNVF, SourceHanSansCNVF;
	font-weight: 400;
	font-size: 21px;
	color: rgba(0,0,0,0.85);
	font-style: normal;
}
.winners_list_org{
	width:400px;
	margin-left: 142px;
}
.winners_list_name{
	width: 100px;
}
/*end*/

/*beian*/
.beian_wrap{
	height: 56px;
	background: #eee;
	box-shadow: 21px 2px 0px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content:center;
	align-items:center;
}
/*end*/