@charset "UTF-8";

.nav_info {
	background:#fff;
	padding:10px 0;
	position:fixed;
	top:0;
	z-index:999;
	width: 100%;
	box-shadow:0 0 15px #ddd;
	border-bottom:1px solid #ddd;
}
.nav li {
	position:relative;
	line-height:55px;	
	padding-right:41px;
	float:left;
}
.nav li:hover a {
	text-decoration:none;
}
.nav li:last-child {
	padding-right: 0;
}
.nav a {
	color:#222;
	display: inline-block;
	position:relative;
	margin-right:10px;
	text-transform:uppercase;
}

.triangle {
	position: absolute;
    width: 0;
    height: 0;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 25px;
    top: -18px;
}
.arrow {
	width: 11px;
	height: 9px;
	background:url(../images/arrow.png) no-repeat;
	position:absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}
.nav_down {
	position:absolute;
	left:0;
	top: 47px;
	z-index:9999;
	width: 220px;
	background-color: #fff;
	display:none;
	border-radius:10px;
	box-shadow:0px 0px 13px #CCC;
	padding:10px 0;
}
.nav_down dd a {
	color:#2e2d2d;
	line-height:36px;
	font-size: 14px;
	display:block;
	padding-left:30px;
	padding-top: 0;
	background: none;
}

.nav_down dd a:hover {
	color:#fff;
}
.nav_down dd:hover {
	background-color: #ff6600;
}
.nav li:hover .nav_down {
	display:block;
}

.banner {
	position:relative;
	background: url(../images/banner.jpg) fixed no-repeat center top;
	color:#fff;
	font-family: PoppinsB;
	text-align:center;
	text-transform:uppercase;
	padding-top: 255px;
	padding-bottom: 200px;
	background-size:100%;
}
/*.banner::before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,123,175,0.26);
	z-index:1;
}*/
.banner_txt p {
	position:relative;
	z-index:2;
}
.b_txt1 {
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 30px;
}
.b_txt2{
	line-height: 46px;
	margin-bottom: 20px;
	font-size: 36px;
}
.b_txt3 {
	text-transform: none;
	font-size: 24px;
}
.title {
	font-size: 30px;
	text-align:center;
	position:relative;
	text-transform:uppercase;
	margin-bottom: 30px;
	font-family: PoppinsB;
}
.title span {
	position:relative;
}
.title span::before {
	content:'';
	position:absolute;
	width:140px;
	height:3px;
	background-color: #222;
	left:50%;
	margin-left:-70px;
	bottom:-5px;
}
.content_info .title span::before {
	background-color: #fff;
}
.content_info {
	background-color: #183b8d;
	padding:50px 0;
	color:#fff;
}
.content_info a {
	color:#fff;
}
.countdates {
	float: left;
	background: url(../images/c1.jpg) no-repeat center;
	height: 558px;
	width: 580px;
	position:relative;
}
.countdown {
	content:'';
	position:absolute;
	width: 290px;
	height: 190px;
	background-color: #fff;
	left:135px;
	top:205px;
	color:#222;
	text-align:center;
	font-family: PoppinsB;
	text-transform:uppercase;
}
.countdown_date {
	font-size: 20px;
	padding-top: 50px;
	margin-bottom: 15px;
}
#countdowncontainer2 {
	background-color: #3798f7;
	width: 100px;
	border-radius:20px;
	margin:0 auto;
	color:#fff;
	font-size: 16px;
	padding:5px 20px;
}
.news {
	float: right;
	width: 580px;
}
.news .title {
	text-align:left;
}
#news_list {
	height:500px;
	overflow: hidden;
	padding:20px 0;
	padding-left:50px;
	position:relative;
}
#news_list::before {
	content:'';
	position:absolute;
	height:2000px;
	background-color: #9199a0;
	width: 2px;
	left:15px;
}

#news_list p {
	margin-bottom: 20px;
	position:relative;
}
#news_list1,#news_list2 {
	margin-bottom: 20px;
}
#news_list p::before {
	content:'';
	position:absolute;
	width: 9px;
	height: 9px;
	border:3px solid #9199a0;
	border-radius:50%;
 	left: -42px;
    top: 19px;
	background-color: #183b8d;
}

.news_dt {
	font-size: 12px;
	color:#959595;
}
#news_list p:first-child {
	color:#f38844;
}
#news_list p:first-child .news_dt {
	position:relative;
}
#news_list p:first-child .news_dt::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #f38844;
    left: -37px;
    top: 17px;
    border-radius: 50%;
}
.conAtxt p {
	text-align:center;
	margin-bottom: 30px;
	border-bottom:1px solid #ddd;
	padding-bottom: 5px;
}
.conMain1 {
	float: left;
	margin-right: 20px;
	padding-left: 60px;
	width: 380px;
	position:relative;
	box-sizing:border-box;
}
.conMain1:first-child,.conMain1:nth-child(2),.conMain1:nth-child(3) {
	margin-bottom: 30px;
}
.conMain1 i {
	content:'';
	position:absolute;
	width:50px;
	height: 50px;
	background-color: #071A5E;
	color:#f38844;
	border-radius:50%;
	text-align:center;
	line-height: 50px;
	left:0;
	top:0;
}
.conMain1:last-child {
	margin-right: 0;
}
.little {
	color:#071A5E;
	font-size: 18px;
	font-family: PoppinsB;
	position:relative;
}
.m_btn {
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:underline;
}
.join i {
	color:#f38844;
}
.footer {
	background-color: #183b8d;
	color:#fff;
	padding:50px 0;
}
.ft_txt1 {
	float: left;
	width: 620px;
}
.ft_txt2 {
	float: right;
	width: 540px;
}
.ft_txt1 .little {
	color:#fff;
	margin-bottom: 10px;
}
.ft_txt1 .little span {
	border-bottom:3px solid #fff;
	display:inline-block;
}

.cp {
	text-align:center;
	color:#fff;
	border-top:1px solid #fff;
	margin-top: 15px;
	padding-top: 15px;
}
.ft_link a {
	display:inline-block;
	margin: 0 10px;
}
.ft_link a:first-child {
	margin-left: 0;
}
.content {
	margin-top: 50px;
}
.baninfo {
	background: url(../images/bgn.jpg) fixed no-repeat center top;
	padding-top: 230px;
	padding-bottom: 150px;
}
.baninfo .b_txt1 {
}

.sche td,.dates td {
	padding:10px 20px;
}
.sche td {
border:1px solid #989eae;
}










.wel,.content_info,.type,.pla,.conAbout,.join,.content {
	margin-bottom: 50px;
}