@charset "utf-8";
/* CSS Document */

html, body, ul, li, ol, dl, dd, dt, p, h1, h3,h2,h4,h5, h6,form, img { margin:0; padding:0; }
ul,ol{ list-style-type:none}
fieldset,img { border:none; }
address,caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
input { padding-top:0; padding-bottom:0; font-family: "Microsoft YaHei","\5fae\8f6f\96c5\9ed1";}
input:-moz-focus-inner { border:none; padding:0; }
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }
input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none; }
textarea { resize:none; }
table { border-collapse:collapse; }
img{width: 100%; height: 100%;}
.hide{display:none;}

body{ width:100%; min-width:1180px; margin:0 auto; color:#fff; font: 14px "微软雅黑", Microsoft YaHei, tahoma, arial;}
a,area{blr:expression(this.onFocus=this.blur()) }
:focus{outline-style: none; }
a{text-decoration:none; color:#fff;}
ins{ text-decoration:none;}
.select:focus,.input:focus,.textarea:focus{border-color: #9aca3c; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.fr{float:right}
.fl{float:left}
.clear{zoom:1}
.clear:after{content:"";clear:both;display:block;height:0;overflow:hidden}
.w1000{position: relative; width: 1000px; margin: 0 auto;}
.w1100{position: relative; width: 1100px !important; margin: 0 auto;}
.mt120{ margin-top: 120px!important;}

/*header*/
.headerCont{ position:fixed; top:0; z-index:20; width:100%; height:30px; background:#ededed;}
.header{ position:relative; width:1000px; height:100px; margin:0 auto;}
.header .loginCont{ height:30px;}
.header .loginCont img{ display:block; height:100%;}
.header .phoneNum,.header .login{ display:inline-block; float:right; margin-right:30px;}
.header .phoneNum li{ float:left; line-height:30px; color:#404040;}
.header .phoneNum li:first-child{ width:14px; height:20px; background:url(../images/xw_header_icon_phone.png) no-repeat; margin:5px;}
.header .login a{ display:inline-block; line-height:30px; transition:0.6s; color:#404040;}
.header .login a:hover{ color:#ef6002;}
.header .headImg{ display:inline-block; float:left; width:24px; height:24px; margin:3px 2px; overflow:hidden; border-radius:100%;}
.header .headLine{ margin:0 5px 0 10px;}
.header .navCont{ height:70px; background:#fff;}




.header .logoCont {
	position: absolute;
	top: 0px;
	width: 160px;
	height: 100px;
	background: #ef6002;
}

.header .logo {
	width: 92px;
	height: 64px;
	margin: 18px auto 0;
	background: url(../images/xw_header_image_logo_2.png) no-repeat;
}
.header .nav{ float:left; width:840px; height:70px; margin-left:160px;}
.header .nav li{ position:relative; float:left; width:12%; height:67px; margin:0 2%; border-bottom:3px solid #fff; font-size:16px; line-height:70px; text-align:center; color:#181818; cursor:pointer; box-sizing:border-box;}
.header .nav li:first-child{ width:20%; margin:0 6%;}
.header .nav li:hover{ border-bottom:3px solid #ef6002; color:#ef6002;}
.header .nav li >a{ color:#181818;}
.header .nav li:hover >a{ color:#ef6002;}
.header .houseIco{display:inline-block;width:20px; height:20px; margin-right:10px; background:url(../images/xw_icon_2.png) no-repeat -246px -4px;}
.header .sj{ display:inline-block; width:0; height:0; margin-left:10px; border:4px solid transparent; border-top-color:#000;}
.header .nav li:hover .houseIco{ background:url(../images/xw_icon_2.png) no-repeat -298px -4px;}
.header .nav li:hover .sj{ border-top-color:#ef6002;}
.header .nav li:hover .secNav{ display:block;}
.header .secNav{ display:none; position:absolute; top:55px; width:100%; overflow:hidden; border-bottom:2px solid #ef6002; background:#000;}
.header .secNav a{ display:block; width:100%; height:48px; font-size:16px; line-height:48px; text-align:center; color:#fff;}
.header .secNav a:hover{ color:#ef6002;}
.header .hide{ display:none;}
.header .nav .active{ border-bottom:3px solid #ef6002; color:#ef6002;}
.header .nav li.active >a{ color:#ef6002;}

/*---礼物二维码---*/
.mask{ display:none; position:fixed; top:0; bottom:0; z-index:100; width:100%; background:rgba(0,0,0,0.65);}
.liwuCont{ position:fixed; top:100px; right:50px; z-index:200; width:100px; height:100px; background:url(../images/liwuImg.png) no-repeat; background-size:100% 100%;}
.liwuCont2{ position:absolute; top:100px; left:50%; z-index:200; width:100px; height:100px; margin-left:-250px; background:url(../images/liwuImg.png) no-repeat; background-size:100% 100%;}
.codesImg{ position:fixed; top:50%; left:50%; z-index:101; width:300px; overflow:hidden; margin:-150px 0 0 -150px; border:10px solid #fff; border-radius:10px; background:#fff; box-shadow:0 0 20px #000; -webkit-transform-style:preserve-3d; transform-style:preserve-3d; -webkit-transform:translateZ(-800px); opacity:0; -webkit-transition:0.5s cubic-bezier(0.81, 0.32, 0, 1.21); font-size:20px; text-align:center; line-height:40px; color:#333;}
.codesImgAnimate{ -webkit-transform:translateZ(0); opacity:1;}
.posA{ position:absolute;}
.liwuCont .txt,.liwuCont2 .txt{ position:absolute; bottom:-0.5rem; width:100%; color:#fff; text-shadow:1px 1px 2px #000; text-align:center;}
/*header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #ededed;
	text-align: right;
	z-index: 999;
}

.index-header{
	position: relative;
	height: 50px;
	line-height: 50px;
	background: none;
}
.header-wrapper {
	width: 950px;
	margin: 0 auto;
	color: #404040;
}
.header-wrapper span {
	display: inline-block;
	line-height: 30px;
	color: #404040;
	cursor: pointer;
}
.header-hotline {
	background: url(../images/xw_header_icon_phone.png) no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
	margin-right: 40px;
}*/

/*导航*/
/*nav.w1000{
	position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
	height: 70px;
	background: #fff;
	text-align: center;
	z-index: 999;
}
nav.w1100{
	position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
	height: 70px;
	background: #fff;
	text-align: center;
	z-index: 999;
}
.logo{
	margin-top: -30px;
	width: 160px;
	height: 100px;
	background: #ef6002;
}
.logo img{
	margin-top: 20px;
	width: 90px;
	height: 61px;
}
nav>ul{
	display: inline-flex;
}
nav>ul>li{
	float: left;
	line-height: 70px;
	margin: 0px 27px;
    padding: 0 17px;
	font-size: 16px;
	color: #181818;
}
nav>ul>li:hover,nav>ul>li.active{
	margin-top: -3px;
	border-bottom: 3px solid #ef6002;
	color: #ef6002;
}
nav>ul>li>a{
	display: block;
	color: #181818;
}

.home-page i {
	display: inline-block;
	margin-top: 25px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
.home-page .homeIcon-01 {
	background-position: -245px -4px;
}
.home-page:hover .homeIcon-01,.home-page.active .homeIcon-01 {
	background-position: -298px -4px;
}
nav>ul>li:nth-child(2){
	position: relative;
	padding: 0 27px 0 10px;
}*/
/*下拉菜单小图标*/
/*.drop {
	position: absolute;
	top: 32px;
	left: 81px;
	width: 0;
	height: 0;
	border-top: 5px solid #181818;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.active .drop{
	border-top: 5px solid #ef6002;
	border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
nav>ul>li:nth-child(2):hover .drop{
	border-top: 5px solid #ef6002;
}
nav>ul>li.active a{
	color: #ef6002;
}
nav>ul>li:nth-child(2).active a{
	color: #fff;
}
nav>ul>li:nth-child(2) a:hover{
	color: #ef6002;
}*/
/*二级菜单*/
/*nav li:nth-child(2):hover ul{
	display: block;
	z-index: 2;
}
nav li ul{
	display: none;
	position: absolute;
	left: 6px;
	top: 50px;
	width: 100px;
	background: #161616;
	border-bottom: 2px solid #ef6002;
	font-size: 14px;
}
nav li ul a{
	color: #fff;
}
nav li li{
	line-height: 2;
	padding: 10px 20px;
}
nav li a:hover{
	color: #ef6002;
}*/

.banner{
	position: relative;

	width: 100%;
}
.second-banner{
	height: 300px;
	padding-top: 140px;
}
/*主办单位*/
.company{width:100%; height: 250px; background: url(../images/xw_footer_image_bg_2.jpg) no-repeat; background-size: 100% 100%;}
.company{ padding: 35px 0; text-align:center;}
.company ul{ display:inline-block; margin: 0 auto; height: 100%;}
.company ul li{float: left; padding: 0 25px; width:310px; height: 190px; background: rgba(220,69,3,0.5);overflow: hidden; text-align:left;}
.company ul li+li{ margin-left: 50px; }
.company h2{margin:10px 0; line-height: 26px; font-size: 18px; font-weight: normal;}
.company p{line-height: 20px; text-overflow:ellipsis; white-space: nowrap;overflow: hidden;}

/*联系我们*/
.conIcon{background: url(../images/xw_icon_2.png) no-repeat;}
.contact-us{position:relative;width:100%; height: 524px; background: url(../images/xw_footer_image_bg.jpg) no-repeat; background-size: 100% 100%;}
.contact-us .w1000{padding: 22px;}
.contact-us .fl{padding: 33px 0;}
.contact-us ul{margin: 0 auto;width: 400px; height: 100%;}
.contact-us ul li{ margin-bottom: 40px;}
.contact-us ul li i {display: inline-block; margin-top: 7px; margin-right: 18px; width: 28px; height: 28px; vertical-align: -3px;}
.contact-us ul li i.conIcon-01 {background-position: -170px 0;}
.contact-us ul li i.conIcon-02 {background-position: -210px 0;}
.contact-us ul li i.conIcon-03 {background-position: -134px 0;}
.contact-us ul li h2{font-size: 12px; line-height: 1.8; font-weight: normal;}
.qr-code{padding: 10px; width: 400px; height: 170px; border: 3px solid rgba(96,96,96,0.5); border-radius: 3px;}
.qr-code .code{display: inline-block; padding: 3px; width: 114px; height: 146px;background: #dedcdc; text-align: center;}
.qr-code .code h3{padding-top: 8px; font-size: 12px; color: #333333;}
.qr-code .code img{width: 108px; height: 108px;}

/*尾部*/

footer {padding: 20px 0;width: 100%;height: 78px;line-height: 1.5;background-color: #161616;font-size: 12px;text-align: center;}
.common-footer{color:#fff;background: #444243;}
/*分页*/
.page-box {
    padding: 10px 28px 22px;
    text-align: right;
    color: #6c6c6c;
}
.container-box .page-box {
    padding: 10px 0 22px;
}
.growth-box .page-box {
    padding: 30px 20px;
}
.page-box a{
	color: #6c6c6c;
}
.page-box .laypage_curr{
	color: #6c6c6c;
}
/*二级/三级页面背景色*/
.bg-pale{
	background: #f3f3f3;
}
.position-offset{
	margin-top: -60px;
	margin-bottom: 50px;
	background: #fff;
}
/*面包屑导航*/
.banner h2{
	color:#fff;
	margin-bottom: 15px;
	font-size: 30px;
}
.breadcrumb{
	margin: 25px auto;
	font-size: 12px;
	color: #333333;
}
.banner .breadcrumb{
	margin: 0;
	color: #fff;
}
.breadcrumb .fl{
	margin-right: 7px;
}
.breadcrumb li{
	float: left;
}
.breadcrumb li a{
	color: #333333;
}
.banner .breadcrumb li a{
	color: #fff;
}
.breadcrumb li a:hover{
	color: #EF6002;
}
.breadcrumb li i{
	display: inline-block;
	margin: 1px 5px;
	width: 14px;
	height: 8px;
}
.crumbIcon{
	background: url(../images/xw_nav_icon_next_black.png) no-repeat;
}
.banner .crumbIcon{
	background: url(../images/xw_nav_icon_next.png) no-repeat;
}

/*新闻资讯、赛务信息*/
.container-box{
	padding: 40px 50px 20px;
}
.container-box ul li{
	float: left;
	margin-bottom: 40px;
	width: 100%;
	line-height: 1.5;
	color: #222222;
}
.container-box ul li .release-time{
	float: right;
}
.container-box ul li a{
	color: #222222;
}
.container-box ul li a:hover{
	color: #EF6002;
}
/*选择列表*/
.select-box {
	color: #444;
	padding: 0 20px;
	margin-bottom: 30px;
}
.select-box .active {
	color: #ef6002;
}
.select-box>li {
	line-height: 44px;
	border-bottom: 1px dashed #efeded;
}
.select-box>li:last-child {
	border-bottom: none;
}
.select-box>li:nth-child(3) {
	line-height: 24px;
	padding: 8px 0;
}
.select-box>li li{
	display: inline-block;
	margin: 0 15px;
	cursor: pointer;
}
.select-box ul{
	width: 95%;
	padding-left: 15px;
}
.select-box ul li:first-child {
	padding-left: 0;
}

/*图片视频列表*/
.wrapper-box {
	background: #fff;
	margin-bottom: 50px;
}
.wrapper-box ul>p{
	color:black;
	text-align:center;
}
.wrapper-box li {
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
	text-align: center;
	transition: all .6s;
}

.wrapper-box li:hover {
	box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}

.wrapper-box li span {
	display: block;
	padding: 0 8px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;

}
/*成长记录*/
.growth-box{
	/*padding: 30px 20px;*/
}
.growth-box ul li{
	padding: 30px 20px 0;
}
.growth-box ul li img{
	margin-right: 20px;
	width: 240px;
	height: 160px;
}
.growth-box ul li h3{
	margin-top: 5px;
	font-size: 16px;
	color: #222222;
}
.growth-box ul li p{
	margin: 27px auto;
	font-size: 12px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.growth-box ul li span.news-time{
	font-size: 12px;
	color: #767676;
}
.growth-box ul li a{
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px dashed #bfbfbf;
}
.growth-box ul li:hover{
	border: 2px solid #EF6002;
}
.growth-box ul li:hover a{
	border: none;
}
/*游学路线*/
.travel-box{
	background: none;
}
.travel-box ul{
	margin-right: -8px;
}
.travel-box ul li{
	float: left;
	position:relative;
	margin: 0 7px 20px 0;
	width: 270px;
	height: 344px;
	background: url(../images/xw_startour_line_bg_1.png) no-repeat;
}
.travel-box ul li img{
	display: block;
	margin: 10px;
	width:250px;
	height:180px;
	cursor:pointer;
}
.travel-box ul li h3{
	width: 90%;
	height: 39px;
	margin: 0 15px 10px;
	line-height: 1.2;
	color: #222222;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.travel-box ul li p{
	font-size: 12px;
	text-align: center;
	color:#767676;
}
.travel-box ul li p span{
	display: inline-block;
	color:#3e3e3e;
}
.travel-box ul li p i{
	display: inline-block;
	margin-top: 5px;
	font-size: 16px;
	font-style:normal;
	color:#EF6002;
}
.travel-box ul li .priceRemark span{
	margin: 20px 0;
	width: 49%;
}
.travel-box ul li .priceRemark span:first-child{
	border-right: 1px solid #eeeae7;
}
.travel-box ul li:hover{
	box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}
.travel-box ul li p.deadline{
	color:#EF6002;
}
.travel-box .page-box {
    padding: 10px 0 0;
}
.propaganda{
	padding: 50px 0 40px;
	width: 100%;
	height: 300px;
	background: url(../images/xw_startour_line_bg_2.png) no-repeat;
	background-size: 100% 100%;
}
.propaganda h3{
	margin-bottom: 30px;
	font-size: 24px;
	color: #edecec;
	text-align: center;
}
.propaganda p{
	margin: 0 auto;
	width: 1000px;
	font-size: 24px;
	color: #edecec;
}
/*新闻/成长记录详情*/
.news-details{
	margin-bottom: 50px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}
.news-details .bg{
    margin-top: -7px;
    margin-right: -13px;
	width: 80px;
	height: 70px;
}
.news-details h2{
	padding: 30px 0 20px 20px;
	border-bottom: 1px dashed #f2efef;
	font-size: 20px;
	color: #222222;
}
.news-details h3{
	margin-bottom: 35px;
	font-size: 14px;
	color: #3778b0;
}
.news-details .news-details-datetime{
	display: block;
	margin-top: 12px;
	font-size: 12px;
	color: #797979;
	font-weight: normal;
}
.news-details-box{
	padding: 40px 70px;
}
.news-details-box p{
	margin-bottom: 35px;
	line-height: 1.8;
	font-size: 16px;
	color: #222222;
}
.news-details-box p.align-center{
	margin-bottom: 0;
	font-weight: bolder;
	text-align: center;
}
.news-details-box img{
	display: block;
	margin-bottom: 30px;
}
/*选手嘉宾记录详情*/
.person-details{
	padding: 20px 50px 50px;
	margin-bottom: 50px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}
.person-details .person-bg{
	margin: -70px -80px 40px 35px;
	width: 220px;
	height: 260px;
	//background: #EF6002;
	text-align: center;
}
.person-details .person-bg img{
	display: block;
	margin: 22px auto 30px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
}
.person-details .person-bg h2{
	font-size: 24px;
}
.person-details h3{
	margin: 30px auto;
	font-size: 18px;
	color: #222222;
}
.person-details p{
	margin-bottom: 35px;
	line-height: 1.8;
	color: #222222;
}
.person-details p:last-child{
	margin: 0;
}
.person-details span{
	display: block;
	line-height: 1.8;
	color: #222222;
}
/*登录后*/
.header-img{
	width: 24px;
	height: 24px;
	margin-top: 3px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.header-logged span{
	padding: 0 10px;
}

.header-logged span:nth-of-type(2){
	color: #ef6002;
}
.shadow{box-shadow: 0 1px 5px rgba(95,92,89,.2);}

/*视频播放弹出层*/
.view{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 999;
}
.view-bg{
	width: 100%;
	height: 100%;
}
.view-wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.layer{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 600px;
	height: 80px;font-face
	line-height: 80px;
	background: rgba(0,0,0,.7);
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
}

/*----------轮播----------*/
.focus{ position:relative; overflow:hidden;}
.focus .focusLB{ width:500%; overflow:hidden;}
.focus .focusLB a{ float:left; width:20%; overflow:hidden;}
.focus .btn{ position:absolute; top:50%; margin-top:-20px; width:40px; height:40px; text-align:center; font:20px/40px 'SimSun'; color:#fff; background:#000; background:rgba(0,0,0,0.4); filter:alpha(opacity=40); cursor:pointer; -webkit-user-select:none; -moz-user-select:none;}
.focus .LBtn{ left:20px;}
.focus .RBtn{ right:20px;}
.focus .dot{ position:absolute; bottom:20px; left:50%; margin-left:-44px; width:88px; height:10px;}
.focus .dot li{ float:left; margin:0 2px; width:10px; height:10px; border-radius:100px; border:solid 4px #fff; cursor:pointer;}
.focus .dot li:first-child{ border:solid 4px #f00;}
.w1100 {width:1100px;}

.person-details p img {
	margin: 0 auto
}


.ct {
	display: flex;
	align-items: center;
	justify-content: center;
}

.select_no {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.icon {
	width: 2em;
	height: 2em;
	vertical-align: 0.15em;
	fill: currentColor;
	overflow: hidden;
}
