﻿body{
	min-width: 1200px;	
}
ul{
	padding: 0;
}
li{
	list-style: none;
}
.container{
	width: 1200px;
}

.pagelist li{
	float: left;
	margin-right: 5px;
}
#test {
            height:0;
            width:0;
            overflow: hidden;
            font-size: 0;
            line-height: 0;
            border-color:transparent transparent transparent #FF9600;            
            border-style:solid;
            border-width:14px;
            margin-top: 8px;
        }  
    
#test:hover{
	border-color:#FF9600 transparent transparent transparent;
	margin-top: 15px;
}

/*导航区*/
/*一级导航*/
.top-nav {
	margin: 0 auto;
}

.top-nav>li {
	float: left;
	line-height: 50px;
}

.one-nav {
	padding: 0 30px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	display: block;
	text-align: center;
	background-image: url(../images/nav-line.png);
	background-repeat: no-repeat;
	background-position-y: center;
}

.one-nav:hover {
	background-color: #fa800a;
	text-decoration: none;
	color: white;
}

/*.active {
	background-color: #fa800a;
}

.active:hover {
	color: white;
}*/

.top-nav li dl {
	position: absolute;
	top: 130px;
	z-index: 9999999999;
}

.top-nav>li div {
	display: none;
	background-color: white;
}

.top-nav>li div a {
	padding: 0 20px;
	display: block;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px dashed #999;
}
.top-nav>li div a:last-child{
	border-bottom: none !important;
}
.top-nav>li div a:hover {
	color: white;
	background-color: #fa800a;
	text-decoration: none;
}

.top-nav>li .two-nr {
	
	position: absolute;
	top: 126px;
	left: 150px;
	box-sizing: border-box;	
	z-index: 99999;	
	padding-bottom: 10px !important;
}
.top-nav>li .three-nr {	
	position: absolute;
	/*top: 129px;	*/
	box-sizing: border-box;	
	z-index: 99999;
	padding-bottom: 10px !important;
}
.top-nav>li>div {
	position: absolute;
	box-sizing: border-box;
	z-index: 99999;
}
.top-nav>li .two-nr ul{
				float: left;				
			}
.top-nav>li .three-nr ul{
				float: left;				
			}
			
.two-nr a,.three-nr a{
	color: #fa800a !important;
	font-size: 16px !important;
	font-weight: bold;
	text-align: left !important;
}
.two-nr li a,.three-nr li a{
	font-weight: normal;
	text-align: left !important;
	font-size: 12px !important;
	line-height: 20px !important;
	color: #333 !important;
	
}
.two-nr a:hover{
	background-color: white !important;
	color: #333 !important;
}
.three-nr a:hover{
	background-color: white !important;
	color: #333 !important;
}
.two-nr li a:hover{
	background-color: white !important;
	color: #fa800a !important;
}
.three-nr li a:hover{
	background-color: white !important;
	color: #fa800a !important;
}
/*小屏导航*/
/*banner*/




	

/*热门*/
.hot a{
	font-size: 14px;
	color: #515151;
	line-height: 40px;
	padding-left: 2.5%;
	background-image: url(../images/one-news.png);
	background-repeat: no-repeat;
	background-position-y: center;
}
.hot a:hover{
	text-decoration: none;
	color: #fa800a;
}

/*赛事资讯*/
.game-title h3{	
	color: #464646;
	font-weight: bold;
	text-align: center;
	margin-top: 6%;
	margin-bottom: 3%;
}

.game-title span{
	color: #fa800a;
}
.game p{
	background-color: #fa800a;
	font-size: 14px;
	color: white;	
	padding:0.6% 3.5% 0.6% 1.5%;
	line-height: 30px;
	height:35px;
	overflow:hidden;		
}

.game a:hover p{
	color: #333;
		
}
.game a:hover{
	text-decoration: none !important;
}
.game-bg{
	position:relative;
}
.game{
	position:relative;
	margin: 0 auto;
	overflow: hidden;
	
}
.game-box{
	position: relative;	
	width: 1148px;
	overflow: hidden;	
}

/*@media(max-width:768px ) {
	.game-box{width: 85%;
		margin-left:30px;
	}
}*/

.game li{
	width: 283px;
}

.left-btn,.right-btn{
	width: 20px;
	height: 50px;
	position: absolute;
	top:50%;
	background-color: transparent;
	border: none;
}
.left-btn{
	background-image: url(../images/left-btn.png);
	left:0px;
}
.right-btn{
	background-image: url(../images/right-btn.png);
	right: 0;
}

/*新闻*/
.news-title h3{
	font-size: 18px;
	color: #2c2c2c;
	font-weight: bold;
	border-bottom: 1px solid #fa800a;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 10px;
}
.news-title span{
	color: #fa800a;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
}
.news h4 a{
	font-size: 16px;
	color: #323232;
	font-weight: bold;	
	line-height:24px;	
}
.news h4 a:hover{
	text-decoration: none;
	color: #fa800a;
}
.news h4{
	padding-left:8%;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/news-hot1.png);
	background-repeat: no-repeat;
	
}
.news p{
	font-size: 14px;
	color: #323232;
	line-height: 20px;
}
.news p a{
	font-size: 14px;
	color: #323232;
	background-image: url(../images/news-hot2.png);
	background-repeat: no-repeat;
	padding-left: 20px;	
}
.news p span{
	float: right;
	color: #707070;
	font-size: 14px;
}
.news p a:hover{
	text-decoration: none;
	color: #fa800a;
}
.more{
	background-image: url(../images/more-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: white;
	font-size: 14px;
	padding: 9px 8px;
	text-align: center;
}
.more:hover{
	text-decoration: none;
	color: #333;
}
/*页脚*/
.footer h3{
	font-size: 14px;
	color: white;
	font-weight: bold;
	background-image: url(../images/footer-bg2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.footer p{
	font-size: 14px;
	color: #cbcbcb;
	line-height: 20px;
}
.footer a{
	font-size: 14px;
	color: #cbcbcb;
	
}
.footer a:hover{
	text-decoration: none;
	color: #fa800a;
}
.links a{
	/*display:inline-table;*/
	color: #cbcbcb;
	font-size: 14px;
	/*line-height:12px;*/
	/*border-right:1px solid #999;*/
	/*padding-right:15px;
	margin-right: 11px;
	height:14px;
	margin-top:0;
	margin-bottom:6px;*/
	padding: 8px;
	
}
.onelinks{
	margin-left:-8px;
}
/*新闻列表页*/
.list-nav h3{
	background-color: #2171b0;
	font-size: 18px;
	color: white;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 60px;
	font-weight: bold;
}
.list-nav h3 span{
	font-size: 35px;
	font-weight: bold;
	line-height: 60px;
}
.list-nav li{	
	line-height: 40px;
	background-color: #eeeeee;

}
.nav-box li{
	border-bottom:1px solid white;
}
.list-nav li p a{
	font-size: 14px;
	color: #2171b0;		
}

.nav-box p{
	border-bottom:1px solid white;
    margin:0;	
    text-align: center;
    font-weight: bold;
}
.nav-three{
	background-color:white !important;
}
.nav-three li{
	border-bottom:1px dashed #999;
	line-height:40px;
	height:40px;
	overflow:hidden;
}
.nav-three li a {
	text-align: center;
	font-size: 14px;
	color: #333;
}
.panel-body a{
	color: #333;
}
.panel-heading {
	height: 40px;
	padding: 0;
	text-align: center;
}
.list-nav a:hover{
	text-decoration: none;
	color: #fa800a;
}
.list-add h3{
	background-color: #2171b0;
	font-size: 24px;
	color: white;
	text-align: center;
	line-height: 60px;
}
.list-add div{
	background-color: #eeeeee;
	padding-top: 20px;
}
.list-add dl{
	padding: 20px 10px;
}
.list-add dt{
	padding-left: 30px;
	font-size: 18px;
	color: #2171b0;
	font-weight: bold;
	margin-bottom: 10px;
}
.list-add dd{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	text-align: center;
}
.title h3{
	font-size: 18px;
	color: #2c2c2c;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 30px;
	border-bottom: 1px solid #fa800a;
}
.title h3 span{
	font-size: 14px;
	color: #fa800a;
}
.title p{	
	margin-bottom: 0;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}
.title p a{
	color: #333333;
}
.title p a:hover{
	color: #fa800a;
	text-decoration: none;
}
.title{
	border-bottom: 1px solid #cccccc;
}
.list-news h3{
	margin-top: 0;
	margin-bottom: 2.5%;
}
.list-news h3 a{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
/*@media(max-width:768px ) {
	.list-news h3 a{
		font-size:14px;
		line-height:16px;		
	}
}
@media(max-width:768px ) {
	.list-news h3{
		font-size:14px;
		line-height:16px;
		height:16px;
		overflow:hidden;
	}
}
@media(max-width:768px ) {
	.news-img{
		padding-right:0;
	}
}
@media(max-width:768px ) {
	body{
		overflow-x:hidden;
	}
}*/
.list-news h3 span{
	font-size: 14px;
	color: #999999;
	float: right;
}
.list-news p{
	font-size: 14px;
	color: #666666;
	margin-bottom: 2%;
}
/*@media(max-width:768px ) {
	.list-news p{
		font-size:14px;
		line-height:18px;
		height:33px;
		overflow:hidden;
	}
}*/
.list-news a{
	font-size: 14px;
	color: #fa800a;
}
.list-news h3 a:hover{
	text-decoration: none;
	color: #fa800a;
}
.list-news img:hover{
	border: 1px solid #b4b4b4;
}
.list-news{
	border-bottom: 1px dashed #999999;
	padding-bottom: 1.5%;
	padding-top: 1.5%;
}
/*新闻展示*/
/*@media(max-width:768px ) {
	.show img{
		width: 100% !important;
		height: 100% !important;
	}
}*/
.show img{
		width: 75% !important;
		height: 75% !important;
	}
	.show{
		line-height: 26px;
	}
	.show span a{
		display: block;
	}
/*产品列表页*/
.list-pro p a{
	color: white;
	font-size: 14px;
}
.list-pro p{	
	text-align: center;
	background-color:#272727;
	line-height: 32px;	
    height: 32px;
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0;
	margin-top: 0;
	color: white;
}
.list-pro img{
	border: 1px solid #b4b4b4;
	border-bottom: none;
}
.list-pro img:hover{
	border: 1px solid black;
	border-bottom: none;
}
.list-pro a:hover{
	text-decoration: none;
	color: #fa800a;
}
.list-pro p:hover{	
	color: #fa800a;
}
/*国赛页面*/
/*大赛简介*/
.game-show{
	padding: 3% 0;
}
.game-show h3{
	font-size: 30px;
	color: #1c1c1c;
	font-weight: bold;
}
.game-show p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.game-show a{
	background-image: url(../images/game-mbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	color: white;
	text-align: center;	
	padding: 10px 22px;
}
.game-show a:hover{
	text-decoration: none;
	color: #333;
}
/*组织机构*/
.play-title h3{
	font-size: 24px;
	color: #1C1C1C;
	font-weight: bold;
	border-bottom: 1px solid #fa800a;
	background-image: url(../images/play-title01.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
	line-height: 44px;
	margin-top: 0;
	margin-bottom: 0;
}
.play-unit h4{
	font-size:20px;
	font-weight: bold;
	color: #1c1c1c;
	line-height:px;
	}
.play-unit p{
	font-size: 14px;
	color: #1c1c1c;	
	line-height: 34px;
}
.play-form p{
	font-size: 18px;
	color: #1c1c1c;
	line-height: 38px;
}
.play-form span{
	font-size: 30px;
	color: #fa800a;
	font-weight: bold;
}
.play-form h2{
	font-size: 18px;
	color: white;
	background-image: url(../images/play-group.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	line-height: 30px;
}
/*大赛流程*/
.play-enrol h2{
	font-size: 24px;
	color: #1c1c1c;
	font-weight: bold;
	line-height: 44px;
	
}
.play-enrol p{
	font-size: 14px;
	color: #fa800a;
	
}
.play-enrol{
	margin-top: 3%;
}
.play-place p{
	font-size: 20px;
	color: #1c1c1c;
	font-weight: bold;
	margin: 0;
}
.play-con p{
	font-size: 18px;
	color: #1c1c1c;
	font-weight: bold;
	line-height: 38px;
	
}
.play-con h3{
	font-size: 18px;
	color: #1c1c1c;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 28px;
}
.play-notice p{
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
.play-place span{
	color: 1c1c1c;
	font-weight: bold;
}
/*赛事回顾*/
.play-show{
	width: 1140px;
	position: relative;
	height: 200px;
	overflow: hidden;
}
/*@media(max-width:768px ) {
	.play-show{
		width: 100%;
	}
}*/
.play-move{
	width: 2825px;	
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.play-move li{
	width: 270px;
}
.play-g{
	position: relative;
}
.form-control{
	width: auto;
}
.control-label{
	text-align: left !important;
}
#nativeplace_top{
	padding: 5px 0;
}
#nativeplace_son{
	padding: 5px 0;
}
#nativeplace_sec{
	padding: 5px 0;
}
/*在线招聘*/
.table a{
	color: #fa800a;
}
.table a:hover{
	color: #1c1c1c;
	text-decoration: none;
}
/*在线招聘展示页*/
.re-show p{
	font-size: 16px;
	color: #666;
}
.re-show p span{
	font-size: 18px;
	color: #1c1c1c;
	font-weight: bold;
}
/*下载中心*/
.down-btn a{
	background-image: url(../images/game-mbg.png);
	background-repeat: no-repeat;
	background-position: center center;	
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 20px;
}
.download p a{
	font-size: 16px;
	color:#333;
	
}
.download p a:hover{
	text-decoration: none;
	color: #fa800a;
}
.download p span{
	font-size: 14px;
	color:#666;
}

.dede_pages .pagelist li{
	float:left;
	padding:10px;
	list-style:none;
	}
	
/*三好推荐*/
.hot-title{
	background-color: #2171b0;
	font-size: 20px;
	color: white;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 3%;
}
.list-hot div{
	background-color: #1c1c1c;		
	padding: 0 10px;
	width: 268px;
}
.list-hot{
	float: left;
}
.list-hot h2{
	font-size: 16px;	
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	height: 35px;
	overflow: hidden;
}	
.list-hot h2 a{
	color: white;
}	
.list-hot img{
	width: 268px;
	overflow: hidden;
	border: 1px solid #999;
	box-sizing: border-box;
}	
/*底部导航*/	
.fanye{
	margin-top: 10%;
}
	
	
	
	
	
	