﻿@charset "utf-8";

.banner{
	background: #F7F7F7;
}
.banner .banner_img{
	margin: 0 auto;
	min-width: 100%;
}
.banner .banner_imgPhone{
    display:none;
    width:100%;
}
.introduction_container{
	width: 100%;
	padding: 80px 0;
	background: #f7f7f7;
	overflow: hidden;
}
.introduction_container .introduction_main{
	box-shadow: 0 0 25px rgba(0,0,0,.15);
	background: #fff;
	padding: 1px 0 0;
}
.introduction_main.English_main{
	padding-top:60px;
	background: #fff;
	z-index: 20;
}
.introduction_container .introduction_main:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 58.666%;
	max-width: 704px;
	height: 8px;
	background:#4a49b1;
}
.introduction_title{
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}

.introduction_title h2{
	font-size: 30px;
	font-weight: normal;
	margin: 0 auto;
}
.introduction_title p{
	font-size: 14px;
	color: #999;
}
.introduction_main .content_page{
	padding:0 60px;
	position: relative;
}
.introduction_main .content_page p{
	font-size: 14px;
	color: #111;
	line-height: 2em;
	margin-bottom: 0;
	position: relative;    text-align: left;

}
.introduction_main .content_page .require_title {
    font-size:14px;
    color: #111;
	line-height: 2em;
	margin-bottom: 5px;
    padding-left:20px;
	position: relative;
    font-weight:bold;
    
}
.introduction_main .content_page .require_title:before{
    content:'';
    display:block;
    width:5px;
    height:5px;
    top:0;
    bottom:0;
    margin:auto 0;
    left:0;
    position:absolute;
    background:#000;
}
	.introduction_main .content_page .require_titles {
		font-size: 14px;
		color: #111;
		line-height: 2em;
		margin-bottom: 5px;
		padding-left: 10px;
		position: relative;

	}

		.introduction_main .content_page .require_titles:before {
			content: '';
			display: block;
			width: 5px;
			height: 5px;
			top: 0;
			bottom: 0;
			margin: auto 0;
			left: 0;
			position: absolute;
			background: #000;
		}
.introduction_main .content_page a.timeLink {
    color: #008fd3;
    text-decoration: underline;
}
.introduction_main .content_page p.marginTopPage{
	margin-top: 10px;
}
.introduction_main .content_page h3.subTitle{
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-top: 0;
	line-height: 1.9em;
	margin-bottom: 20px;
}

.introduction_main .line_hr{
	margin-top: 40px;
	display: block;
	border-bottom: 1px solid #ccc;
}
.introduction_main .line_hr.marginRight{
	margin-right: 160px;
}

.introduction_main .goals{
	overflow: hidden;
    text-align:center;
	/*clear: both;*/
}
.introduction_main .goals .left{
	display: inline-block;
	margin-right: 35px;
	vertical-align: middle;
    text-align:left;
}
.introduction_main .goals .left img{
    max-width:100%;
}
.introduction_main .goals .right{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #111111;
	line-height: 2em;
    text-align:left;
}
.introduction_main .goals .right p{
	margin-bottom: 0;
}
.introduction_main .rules_wrapper{
	display: block;
	width: 100%;
	text-align: center;
	margin :20px auto 0;
}
.introduction_main .rules_wrapper:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
.introduction_main .rules_wrapper .rulls_list{
	display: inline-block;
	vertical-align: middle;
	width: 22.96%;
	float: left;
	margin-right: 2.7%;
	min-height: 210px;
	background: #f7f7f7;
}

.introduction_main .rules_wrapper .rulls_list:last-of-type{
	margin-right: 0;
}
	.introduction_main .rules_wrapper .rulls_list dt {
		height: 74px;
		text-align: left;
		padding-left: 20px;
		/*background: url("../images/dynamic/rules_bgColor.png") repeat-x 0 0 ;*/
		background: #021e53;
		overflow: hidden;
		position: relative;
	}
.introduction_main .rules_wrapper .rulls_list dt p{
    position:relative;
    z-index:100;
}
.introduction_main .rules_wrapper .rulls_list dt p i{
	display: inline-block;
	width: 32px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../images/dynamic/rules_icon01.png) no-repeat center center;
}
.introduction_main .rules_wrapper .rulls_list dt p span{
	display: inline-block;
	vertical-align: middle;
}
		.introduction_main .rules_wrapper .rulls_list dt b {
			display: block;
			height: 100%;
			width: 255px;
			position: absolute;
			right: 0;
			bottom: 0;
			background: url(../images/dynamic/rules_bgImg_25.png) no-repeat 0 0;
			font-size: 80px;
			text-align: left;
			line-height: 1em;
			color: rgba(255,255,255,.12);
			vertical-align: middle;
			z-index: 0;
		}
		.introduction_main .rules_wrapper .rulls_list dt b.one {
			background-image: url(../images/dynamic/rules_bgImg_25.png);
		}

		.introduction_main .rules_wrapper .rulls_list dt b.three {
			background-image: url(../images/dynamic/rules_bgImg_45.png);
		}

		.introduction_main .rules_wrapper .rulls_list dt b.two {
			background-image: url(../images/dynamic/rules_bgImg_20.png);
		}

		.introduction_main .rules_wrapper .rulls_list dt b.four {
			background-image: url(../images/dynamic/rules_bgImg_10.png);
		}
.introduction_main .rules_wrapper .rulls_list.rules2 dt p i{
	background-image: url(../images/dynamic/rules_icon02.png);
}
.introduction_main .rules_wrapper .rulls_list.rules3 dt p i{
	background-image: url(../images/dynamic/rules_icon03.png);
}
.introduction_main .rules_wrapper .rulls_list.rules4 dt p i{
	background-image: url(../images/dynamic/rules_icon04.png);
}
.introduction_main .registerRequire{
	position: relative;
}
.introduction_main .registerBgImg1{
	position: absolute;
	right: 0;
	top: -5px;
	
}
.introduction_main .registerBgImg{
	position: absolute;
	z-index: 0;
	top: -5px;
	right: -70px;
}
.prizeTable_box{
	width: 100%;
	margin: 20px auto;
	color: #fff;
}
.prizeTable_box.prize_box .prizeSeetingLeft{
	display:block;
	/*float: left;
	width: 44.44%;*/
	padding-right: 0;
}
.prizeTable_box.prize_box .prizeSeetingRight{
	/*float: left;
	width:54.6%;*/
    margin:20px auto;
}
	.prizeTable_box .prizeTable {
		border-collapse: collapse;
		margin: 0 auto;
		width: 100%;
		max-width: 794px;
		border: 0;
		background: url(../images/2025/ScheduleTable_Bg.jpg) repeat-x 0 0;
		background-color: #082c70;
		background-size: auto 100%;
		/* Webkit: Safari 4-5, Chrome 1-9 */
		/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#471958), to(#082c70));  */
		/* Webkit: Safari 5.1+, Chrome 10+ */
		/*background: -webkit-linear-gradient(top, #471958 0%, #082c70 100%); */
		/* Firefox 3.6+ */
		/*	background: -moz-linear-gradient(top, #471958 0%, #082c70 100%); */
		/* Opera 11.10+ */
		/*background: -o-linear-gradient(top, #471958 0%, #082c70 100%); */
		/* IE 10 */
		/*background: -ms-linear-gradient(top, #471958 0%, #082c70 100%); */
		/* IE < 10 */
		/* 注意：这一行必须写在最后 */
		/*FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#471958, endColorStr=#082c70); */
	}
.prizeTable_box .prizeTable th,
.prizeTable_box .prizeTable td{
	border: 0;
	text-align: center;
	vertical-align: middle;
}
.prizeTable_box .prizeTable th{
	height: 68px;
}
/*.prizeTable_box .prizeTable th:first-of-type{
	width: 206px;
}
.prizeTable_box .prizeTable th:nth-of-type(2){
	width: 182px;
}
.prizeTable_box .prizeTable th:nth-of-type(3){
	width: 292px;
}
.prizeTable_box .prizeTable th:nth-of-type(4){
	width: 222px;
}*/
		.prizeTable_box .prizeTable td{
	border-top: 1px solid rgba(255,255,255,.2);
	height: 50px;
    position:relative;
}
.prizeTable_box .prizeTable td:nth-of-type(2n),
.prizeTable_box .prizeTable .OddTr td:nth-of-type(odd),
.prizeTable_box .prizeTable th:nth-of-type(2n) {
    background: rgba(255,255,255,.1);
}
.prizeTable_box .prizeTable .OddTr td:nth-of-type(even),
.prizeTable_box .prizeTable tr.noBackground td{
    background:transparent!important;
}
.prizeTable_box .prizeTable tr.noBackground td{
     overflow:visible;
    overflow-y:hidden;
   
}
.prizeTable_box .prizeTable tr td.border_top{
    border-top-color:transparent;
}
.prizeTable_box .prizeTable tr td.border_top:before{
    content:'';
    width:100%;
    border-top:1px solid rgba(255,255,255,.2);
    position:absolute;
    display:block;
    top:-1px;
    left:0;

}
.prizeTable_box .prizeTable tr.noBackground td:first-of-type .columnLine {
    border-right: 1px solid rgba(255,255,255,.1);
    display: block;
    position: absolute;
    height: 50px;
    top: 0;
    right: 0;
    bottom: 0;
}
.prizeTable_box .prizeTable tr.noBackground td:last-of-type .columnLine{
        border-right:1px solid  rgba(255,255,255,.1);
    display:block;
    position:absolute;
    height:50px;
    top:0;
    left:0;
    bottom:0;
}
.prizeTable_box .prizeTable th span{
	display: inline-block;
	vertical-align: middle;
}
.prizeTable_box .prizeTable th i{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url(../images/date_icon05.png) no-repeat 0  0;
	margin-right: 10px;
}
.prizeTable_box .prizeTable.districtTable{
	max-width: 536px;
}
.prizeTable_box .prizeTable.districtTable tr th:first-of-type{
	width: 174px;
}
.prizeTable_box .prizeTable.districtTable tr th:nth-of-type(2),
.prizeTable_box .prizeTable.districtTable tr td:nth-of-type(2){
	text-align: left;
	padding-left:62px ;
}
.prizeTable_box .prizeTable th:nth-of-type(2) i{
	background-image:url(../images/date_icon06.png) ;
}
.prizeTable_box .prizeTable th:nth-of-type(3) i{
	background-image:url(../images/date_icon08.png) ;
}
/*.prizeTable_box .prizeTable th:nth-of-type(4) i{
	background-image:url(../images/date_icon08.png) ;
}*/
.time_arrangements .prizeTable th:nth-of-type(1) i{
	background-image:url(../images/date_icon09.png) ;
}
.time_arrangements .prizeTable th:nth-of-type(2) i{
	background-image:url(../images/date_icon10.png) ;
}
.time_arrangements .prizeTable th:nth-of-type(3) i{
	background-image:url(../images/date_icon11.png) ;
}
.TimeArrangeLeft{
	float: left;
	width: 50%;
}
.TimeArrangeLeft .prizeTable_box{
	margin-top: 10px;
}
.TimeArrangeRight{
	float: left;
	width: 50%;
	padding-left: 83px;
}
.introduction_main .rules_wrapper .rulls_list dt p{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
}
.introduction_main .rules_wrapper .rulls_list dt:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.introduction_main .rules_wrapper .rulls_list dd{
	background:#f7f7f7;
	padding: 10px 15px 20px;
	line-height: 2em;
	font-size:12px;
	text-align: left;
}
.introduction_main .rules_wrapper .rulls_list dd p{
	font-size: 12px;
	margin-bottom: 0;
}
.introduction_main .rules_wrapper .rulls_list.rules4 dd{
	text-align: left;
}
.introduction_main .rules_wrapper.English_wrapper dt p{
	max-width: 85%;
	line-height: 1.5em;
}
.introduction_main .rules_wrapper.English_wrapper dd{
	padding: 15px 10px 0;
	min-height: 185px;
}
.introduction_main .rules_wrapper.English_wrapper dd p{
	margin-bottom: 0;
	text-align: left;
	overflow: hidden;
	clear: both;
}
.introduction_main .rules_wrapper.English_wrapper .rules1 dd p,
.introduction_main .rules_wrapper.English_wrapper .rules2 dd p{
	text-align: left;
}
.introduction_main .rules_wrapper.English_wrapper dd p span{
	display: inline-block;
	float: left;
}
.introduction_main .rules_wrapper.English_wrapper dd p mark{
	background: transparent;
	padding: 0;
	float: right;
	display: inline-block;
}
.register_bg{
	background: url(../images/register_bg.png) no-repeat center top;
	color: #fff;
	text-align: center;
	padding: 20px 20px;
	background-size:auto  100%;
}
.register_bg h3{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.4em;
}
.introduction_main .organizer_page{
	text-align: center;
}
.introduction_main .organizer_page h3{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.9em;
}
.introduction_main .organizer_page p{
	line-height: 2em;
	font-size: 14px;
}
.introduction_main .content_page p.text_right{
	text-align: right;
}
.introduction_main .organizer_wrapper{
	text-align: center;
	margin-top: 45px;
}
.introduction_main .organizer_wrapper .organizer_page{
	display: inline-block;
	vertical-align: top;
}
.introduction_main .organizer_wrapper .organizer_page:first-of-type{
	width: 55%;
}
.introduction_main .organizer_wrapper .organizer_page:last-of-type{
	width:40%;
}
.organizations{
	/*background: url("../images/dynamic/organizations_bg01.png") no-repeat right bottom;*/
	padding-bottom: 100px;
	position: relative;
}
.organizations .organizationsBgIN{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
	.organizations:after {
		content: "";
		display: block;
		width: 100%;
		height: 8px;
		background: #3b4091;
		position: absolute;
		left: 0;
		bottom: 0;
	}
.organizations .organizationsBg{
	position: absolute;
	z-index: 0;
	bottom: -153px;
	right: 0px;
}
.organizations:after{
	content: "";
	width: ;
}
.organizations_box{
	width: 100%;
}
.organizations_box .organizationsList{
	padding-left: 62px;
	float: left;
	margin-bottom: 20px;
	position: relative;
	z-index: 4;
}
.organizations_box .organizationsList.List1,
.organizations_box .organizationsList.List2{
	width: 50%;
}
.organizations_box .organizationsList.List3{
	width: 100%;
}
a.GoSignIn{
	display: block;
	width: 140px;
	height: 40px;
	background: #111;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin:30px auto ;
	line-height: 40px;
	transition: all ease 0.3s;
	border: 1px solid #111111;
	text-decoration: none!important;
}
a.GoSignIn:hover{
	background: #fff;
	color: #111;
}
@media only screen and (max-width:1400px ) {
	
}
@media only screen and (max-width:1200px ){
	.introduction_container .introduction_main{
		padding-left: 40px;
		padding-right: 40px;
	}
    .banner .banner_img {
        width: 160%;
        /*margin-left: -moz-calc(50% - 80%);
        margin-left: -webkit-calc(50% - 80%);*/
        margin-left:-30%;
    }
    .introduction_main .goals .left{
        margin-right:15px;
    }
    .introduction_main .content_page{
    	padding: 0;
    }
    .organizations{
    	width: 100vw;
    	margin-left: -40px;
    	padding-left: 40px;
    }
    .introduction_main .registerBgImg1{
    	display: none;
    }
}
@media only screen and (max-width:1050px) {
	.introduction_main .rules_wrapper.English_wrapper dd{
		min-height: 215px;
	}
	.introduction_main .rules_wrapper.English_wrapper dd p mark{
		float: none;
	}
	.introduction_main .rules_wrapper.English_wrapper dd p span{
		float: none;
	}
    .introduction_main .goals .left {
       max-width: 528px;
        margin-right:0;
    }
    .introduction_main .goals .left img{
        width:528px;
    }
    .introduction_main .rules_wrapper .rulls_list {
        min-height: 215px;
    }
    .prizeTable_box.prize_box .prizeSeetingLeft{
    	padding-right: 20px;
    }
    .TimeArrangeRight{
    	padding-left: 25px;
    }
}
@media only screen and (max-width: 982px) {
	.introduction_main .rules_wrapper.English_wrapper .rulls_list{
		width: 40%;
		float: none;
	}
	.introduction_main .rules_wrapper.English_wrapper .rulls_list:nth-of-type(2n){
		margin-right: 0;
	}
	.introduction_main .rules_wrapper.English_wrapper .rulls_list dt{
		background-size:100%  100%;
	}
	.introduction_main .rules_wrapper.English_wrapper dd{
		min-height: 185px;
	}
	.introduction_main .rules_wrapper.English_wrapper dd p mark{
		float: right;
	}
	.introduction_main .rules_wrapper.English_wrapper dd p span{
		float: left;
	}
    .introduction_main .rules_wrapper .rulls_list {
        width: 46%;
        float: none;
        min-height: 180px;
    }
	.introduction_main .rules_wrapper .rulls_list:nth-of-type(2n){
		margin-right: 0;
		margin-left: 0;
	}
	.introduction_main .rules_wrapper .rulls_list:nth-of-type(2n-1){
		margin-right: 2.7%;
		margin-left: 0;
	}
}
@media only screen and (max-width:767px ){
	.introduction_container .introduction_main{
		padding-left: 20px;
		padding-right: 20px;
	}
	.introduction_main .rules_wrapper .rulls_list{
		float: none;
		min-height: 274px;
	}
	.introduction_main .rules_wrapper .rulls_list:nth-of-type(2n){
		margin-right: 0;
	}
	.introduction_main .rules_wrapper .rulls_list dt{
		background-size:100%  100%;
	}
	.organizations_box .organizationsList.List1, .organizations_box .organizationsList.List2{
		width: 100%;
		
	}
	.organizations_box .organizationsList{
		float: none;
		padding-left: 20px;
	}
	.organizations {
	    width: 100vw;
	    margin-left: -20px;
	    padding-left: 20px;
        padding-right:20px;
	}
	.prizeTable_box.prize_box .prizeSeetingLeft{
    	padding-right: 0;
    	float: none;
    	width: 100%;
    	margin-bottom: 20px;
    }
    .prizeTable_box.prize_box .prizeSeetingRight{
    	float: none;
    	width: 100%;
    }
    .TimeArrangeLeft{
    	float: none;
    	width: 100%;
    }
    .TimeArrangeRight{
    	padding-left: 0;
    	float: none;
    	width: 100%;
    }
}
@media only screen and (max-width:640px ){

    .introduction_main .rules_wrapper .rulls_list {
        width: 80%;
        margin-right: 0;
        min-height: 190px;
    }
	.introduction_main .rules_wrapper .rulls_list:nth-of-type(2n-1){
		margin-right: 0;
	}
	.introduction_main .rules_wrapper.English_wrapper .rulls_list{
		width: 80%;
		margin-right: 0;
	}
	.introduction_main .rules_wrapper .rulls_list dd{
		padding: 15px;
	}
	.introduction_container{
		padding-top: 30px;
	}
	.organizations_box .organizationsList{
		padding-left: 0;
	}
	.register_bg{
		width: 100vw;
		margin-left: -20px;
	}
    .banner .banner_imgPhone{
        display:block;
    }
    .rulesBanner .banner_img {
        display:none;
    }
    .rulesBanner .banner_title {
        display:none;
    }.introduction_main .content_page p{
		text-align:left;
	}
}
@media only screen and (max-width:520px ){
	.prizeTable_box .prizeTable{
		width: 100vw;
		margin-left: -20px;
		font-size: 12px;
	}
	
	.organizations .organizationsBgIN,
	.organizations .organizationsBg,
	.introduction_main .registerBgImg{
		display: none;
	}
	.introduction_main .line_hr.marginRight{
		margin-right: 0;
	}
    .prizeTable_box .prizeTable.districtTable tr th:nth-of-type(2), .prizeTable_box .prizeTable.districtTable tr td:nth-of-type(2){
        padding-left:40px;
    }
}
@media only screen and (max-width:420px ){
	.introduction_main .rules_wrapper.English_wrapper .rulls_list{
		width: 100%;
		margin-right: 0;
	}
	.prizeTable_box .prizeTable th i{
		display: block;
		margin: 0 auto 10px auto;
	}
	.introduction_main .rules_wrapper .rulls_list{
		width: 95%;
	}
	
}



















