body,html{
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	background: #f5f5f5;
}

.overall{
    width: 100%;
    overflow: hidden;
}

a,i,em{
    display: block
}
.l{
    float: left;
}
.r{
    float: right;
}
.textCenter{
    text-align: center;
}

.bg{
    background: url("../image/main_img.png") no-repeat;
}



.headerBg{
	 width: 100%;
}
.gameHeader{  
    height: 100px;
    background: url("../image/game_header.png") no-repeat center top;
}
.newsHeader{  
    height: 100px;
    background: url("../image/news_header.png") no-repeat center top;
}
.recruitHeader{  
    height: 100px;
    background: url("../image/recruit_header.png") no-repeat center top;
}
.aboutHeader{
    height: 160px;
    background: url("../image/about_header.png") no-repeat center top;
	
}

.content{
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    padding-bottom: 88px;
}
.bgClor{
	background: #fff;
}
.conBox{
    width: 1200px;
    margin: 0 auto;

}


.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.bannerBtn{
  	width:100%;
  	height: 800px;
  	position: absolute;
  	top: 0;
  	left: 50%;
  	margin-left: -50%;
	
} 
.bannerBtn .btnArrow{
	width: 45px;
	height: 80px;
	background: #3c3d3f;
  	position: absolute;
  	top: 50%;
  	margin-top: -150px;	
}
.bannerBtn .btnArrow img{
	width: 18px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -9px;
} 
.bannerBtn .btnArrow:hover{
	background: #0077cb;
}
#prev {
  left: 0;
}
 
#next {
  right: 0;
}


.bannerWrap{
  width: 100%;
  height: 610px;
  
  
  
}
 
.bannerIn{
  width: 1200px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  
}
.bannerTxt{
	overflow: hidden;
	margin: 50px 0 0 55px;
}
.bannerTxt .iconWrap{
	width: 100%;
	overflow: hidden;
	margin: 0 0 55px 0;
}
.bannerTxt .iconWrap .bannerIcon,.bannerTxt .iconWrap .iconCodeBg{
	float: left;
	margin: 0 17px;
}
.bannerTxt .iconWrap .bannerIcon{
	width: 114px;
	height: 114px;
}
.bannerTxt .iconWrap .iconCodeBg{
	width: 126px;
	height: 116px;
	background: url(../image/icon_code_bg.png) no-repeat center center;
}
.bannerTxt .iconWrap .iconCodeBg img{
	width: 102px;
	height: 102px;
	margin: 8px 17px 0;
}
.bannerTxt .title{
	margin: 10px 0;
}

.bannerTxt h2{
	font-size: 38px;
	color: #24313a;
	line-height: 60px;
}
.bannerTxt .describe{
	width: 485px;
	padding: 20px 15px;
	overflow: hidden;
	border-top: 1px solid #24313a;
	color: #24313a;
	font-size: 18px;
}
.bannerTxt .describe p{
	line-height: 34px;
}
.bannerTxt .describe a{
	width: 100%;
	height: 100%;	
	z-index: 10;
}
.bannerTxt .describe .details{
	width: 140px;
	height: 50px;
	background-position:0 -110px;
	 margin-top: 20px;
}

.txtColor h2,.txtColor .describe{
    color: #fff !important;
}
.txtColor .describe{
    border-top: 1px solid #fff !important;
}
#bannerList li{
	width: 100%;
	height:  200px;
	position: absolute;
	top: 0;
	left: 0;
}
#bannerList li .bannerImg{
	width: 1920px;
	height:  880px;
	position: absolute;
	top: 50%; left: 50%;
	margin-left: -960px; 
	margin-top: -440px; 
 }
.bannerNum {
  position: absolute;
  bottom: 316px;
  right: 80px;
  text-align: center;
  z-index: 2; 
}
 
.bannerNum li{
	width: 19px;
	height: 19px;
	margin: 0 11px;
	display: inline-block;
	background: url(../image/banner_arrow.png) no-repeat center center;
}
 
.bannerNum .active {
  	background: url(../image/banner_arrow_active.png) no-repeat center center;
}

.bannerNum li:hover {
    background: url(../image/banner_arrow_active.png) no-repeat center center;
}



.conWrap{
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    bottom: 26px;
    z-index: 2;
}
.conWrap .conBox{
    position: relative;
    height: 280px;
}
.conWrap .conBox .banBox{
    position: absolute;
    width: 660px;
    height: 100%;
    overflow: hidden;
    left: 0;
    background: #000;

}
.conWrap .conBox .banBox .newsCtr{
    width: 210px;
    float: left;
    background: #24313a;
}
.conWrap .conBox .banBox .newsCtr a{
    display: block;
    border-left: 4px solid transparent;
    padding: 15px 10px 0 12px;
    height: 55px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.conWrap .conBox .banBox .newsCtr a.cur,.conWrap .conBox .banBox .newsCtr a:hover{
    border-color: #1192ea;
    background: #121c23;
}
.conWrap .newsCtr a img{
    float: left;
    margin-right: 15px;
}
.conWrap .newsCtr a em{
    overflow: hidden;
    font-style: normal;
}
.conWrap .newsCtr a em i{
    color: #5c6266;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conWrap .newsCtr a span{
    display: block;
    font-size: 14px;
    color: #c3c3c3;
    line-height: 20px;
    margin-bottom: 3px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.conWrap .newsCtr a.cur span,.conWrap .newsCtr a:hover span{
    color: #fff;
}
.conWrap .newsCtr a .triangle{
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: -8px;
    z-index: 2;
    width:6px;
    height:12px;
    background-position: 0 -56px;
    display: none;
}
.conWrap .newsCtr a:hover .triangle,.conWrap .newsCtr a.cur .triangle{
    display: block;
}
.conWrap .conBox .banBox .newsWap{
    overflow: hidden;
    position: relative;
    background: #fff;
    height: 280px;
}
.conWrap .banBox .newsWap a{
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease-out .6s;
    -webkit-transition: all ease-out .6s;
    -o-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
}
.conWrap .banBox .newsWap a img{
    width: 100%;
    height: 100%;
}
.conWrap .banBox .newsWap a.cur{
    opacity: 1;
    z-index: 4;
}


.conWrap .conBox .listBox{
    position: absolute;
    width: 460px;
    height: 260px;
    padding: 20px 40px 0;
    background: #282b2d;
    overflow: hidden;
    right: 0;
}
.conWrap .listBox .hotNews{
    font-size: 24px;
    color: #1192ea;
    padding-bottom: 14px;
    border-bottom: 1px #404d56 solid;
    font-weight: 700;
}
.conWrap .listBox .newsBox{
    position: relative;
    width: 100%;
    padding-top: 14px;
}
.conWrap .listBox .newsBox .newsHot{
    height: 25px;
    line-height: 25px;
    background: #333638;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}
.conWrap .listBox .newsHot i{
    width: 45px;
    height: 25px;
    background-position: -19px -41px;
    float: left;
    margin-right: 10px;
}
.conWrap .listBox .newsHot a{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.conWrap .listBox .newsList{
    position: relative;
    width: 100%;
    height: 100%;
}
.conWrap .listBox .newsList li{
    height: 31px;
    line-height: 31px;
    *height: 24px;
    *line-height: 24px;
}
.conWrap .listBox .newsList li a{
    width: 410px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #c3c3c3;
    float: left;
    font-size: 14px;
    text-indent: 22px;
    background-position: -164px -33px;
}
.conWrap .listBox .newsList li a:hover{
    font-weight: 700;
    color: #fff;
}
.conWrap .listBox .newsList li span{
    float: right;
    font-size: 14px;
    color: #5e6e7b;
}



.conBox .more{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 39px;
    background-position: 0 0;
}

.gameList h2{
    font-size: 45px;
    margin-top: 40px;
}
.gameList .gameListEn{
    display: block;
    font-size: 14px;
    color: #95a5b1;
    margin: 10px 0;
}
.gameList .hotGameContent{
    width: 99.8%;
    overflow: hidden;
    border: 1px solid #ebedee;
    border-top: none;
    margin-top: 20px;
}
.gameList .hotGameTit{
    width: 100%;.gameTitle
    height:57px;
    background: #e8e9e9;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
.gameList .hotGameTit .icon{
    float: left;
    width: 25px;
    height: 36px;
    padding: 10.5px 0 0 20px;
    background-position: -88px 10.5px;
}
.gameList .hotGameTit .hotGameTxt{
    line-height: 57px;
    margin-left: 10px;
    font-size: 20px;
    color: #373737;
    float: left;
}
.gameList .hotGameContent .hotGameList{
    width: 1178px;
    overflow: hidden;
    margin: 0 auto 10px;
}
.gameList .hotGameList li{
    width: 569px;
    height: 180px;
    margin: 10px 10px;
    float: left;
    position: relative;
    overflow: hidden;
}
.gameList .hotGameContent .hotGameList li .indexBtn{
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-position: 0 -160px;
    position: absolute;
    bottom: 20px;
    left: 26px;
}
.gameList .hotGameList li .hotGameListTxt{
    position: absolute;
    top: 34px;
    left: 34px;
}
.gameList .hotGameList li .hotGameListTxt a{
    font-size: 18px;
    color: #24313a;
}
.gameList .hotGameList li .hotGameListTxt p{
    font-size: 16px;
    color: #5a5a5a;
}
.gameList .hotGameList li:hover .hotGameListTxt  h3,.gameList .hotGameList li:hover .hotGameListTxt  p{
}
.gameList .hotGameList li .indexListBg{
    width: 100%;
    height: 100%;
}
.gameList .hotGameList li .hotGameListBg{
    position: absolute;
    top: 0;
    left: 0;
    background: #24313a url("../image/index_list_mask.png") no-repeat center left;
}
.gameList .hotGameList li .hotGameListRight{
    width: 210px;
    height: 100%;
    float: right;
    background: #1192ea;
}
.gameList .hotGameList li .hotGameListRight .fcCode{
    width: 120px;
    height: 120px;
    margin: 14px auto 8px;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
}
.gameList .hotGameList li .hotGameListRight .fcCode img{
    width: 120px;
    height: 120px;
}
.gameList .hotGameList li .hotGameListRight p{
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.recruit{
    width:100%;
    overflow: hidden;
    margin: 0 auto 84px;
    background: #f8f8f8;
}
.recruit img{
    width: 100%;
    height: auto;
}
.content .indexListLink{
    width: 100%;
    overflow: hidden;
    height: 132px;
}
.content .indexListLink td{
    width: 287px;
    height: 132px;
    position: relative;
}
.content .indexListLink td h4{
    font-size: 35px;
    color: #fff;
    margin: 14px 0 12px;
    text-align: center;
    font-weight: normal;
}
.content .indexListLink td a{
    width: 117px;
    height: 33px;
    line-height: 33px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.content .indexListLink .leftBorder{
    width: 9px;
    height: 132px;
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
}
.content .indexListLink .about{
    background: url("../image/link_about.png") no-repeat center center;
}
.content .indexListLink .about .leftBorder{
    background: #1192ea;
}
.content .indexListLink .about .bg{
    background-position: 0 -233px;
}

.content .indexListLink .cooperation{
    background: url("../image/link_cooperation.png") no-repeat center center;
}
.content .indexListLink .cooperation .leftBorder{
    background: #a2d906;
}
.content .indexListLink .cooperation .bg{
    background-position: 0 -200px;
}

.content .indexListLink .service{
    background: url("../image/link_service.png") no-repeat center center;
}
.content .indexListLink .service .leftBorder{
    background: #ffc103;
}
.content .indexListLink .service .bg{
    background-position: 0 -266px;
}

.content .indexListLink .h24{
    background: url("../image/link_24h.png") no-repeat center center;
}
.content .indexListLink .h24 .leftBorder{
    background: #e97219;
}
.content .indexListLink .h24 .bg{
    width: 137px;
    background-position: 0 -299px;
}




.gameTitle{
	width: 100%;
    height: 64px;
    font-weight: normal;
    font-size: 18px;
    color: #777;
    border-bottom: 1px solid #cecece;
    margin: 8px 0 30px;
}
.gameTitle .game {
	width: 70%;
	
    line-height: 64px;
}
.gameTitle .game span.border{
	color: #333;
	font-size: 22px;
}
.gameTitle .game span{
    position: relative;
    margin: 0 26px;
    display: block;
    float: left;
    cursor: pointer;
}
.gameTitle .game span.border em{
    position: absolute;
    bottom: -2.5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #1192ea;
	border-radius: 3px;
    -webkit-border-radius: 3px;
}
.gameTitle .note{
	width: 200px;
	overflow: hidden;
}

.gameTitle .note p{
	width: 40%;
    margin:40px 10px 0 ;
    font-size: 14px;
    color: #666666;
}
.gameTitle .note img{
    width: 16px;
    height: 16px;
    margin: 2px 8px 0 0;
}


.gameContBox .gameCont{
    width: 100%;
    height: 366px;
    overflow: hidden;
    margin: 36px 0;
    position: relative;
    border-radius: 20px;
    -moz-box-shadow:0 4px 6px 0px #b5b5b5; 
    -webkit-box-shadow:0 4px 6px 0px #b5b5b5;
     box-shadow:0 4px 6px 0px #b5b5b5;
}
.gameContBox .gameCont .gameImg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.gameContBox .gameCont .gameCode{
    width: 210px;
    height: 251px;
    background: url("../image/game_code_bg.png") no-repeat center center;
    position: absolute;
    top: 20px;
    right: 35px;
    display: none;
}
.gameContBox .gameCont .gameCode div{
    width: 186px;
    height: 186px;
    margin: 10px auto 14px;
    padding: 4px;
    background: #fff;
    border-radius: 10px;
}
.gameContBox .gameCont .gameCode img{
    width: 184px;
    height: 184px;
   
}
.gameContBox .gameCont .gameCode p{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.gameContBox .gameImgTxt{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 72px;
    background: #24313a url("../image/index_list_mask.png") repeat-x center bottom;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius:0 0 20px 20px;
}
.gameContBox .gameImgTxt ul{
    width: 90%;
    margin: 16px auto 0;
    overflow: hidden;
    color: #fff;
}
.gameContBox .gameImgTxt .gameImgTit{
    font-size: 28px;
}
.gameContBox .gameImgTxt .gameImgTit span{
    font-size: 16px;
    margin-left: 5px;
}
.gameContBox .gameImgTxt .gameImgTit img{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 0;
}
.linkIcon a{
    width: 42px;
    height: 42px;
    display: inline-block;
    margin: 0 10px;
}
.linkIcon em{
    width: 42px;
    height: 42px;
    display: inline-block;
    display: none;

}
.linkIcon a:hover{
    background: none;
}
.linkIcon a:hover em{
    display: block;
}
.linkIcon .indexIcon{
    background-position:0 -334px;
}
.linkIcon .indexIcon em{
    background-position:0 -67px;
}
.linkIcon .forumIcon{
    background-position:-42px -334px;
}
.linkIcon .forumIcon em{
    background-position:-42px -67px;
}
.linkIcon .downloadIcon{
    background-position:-84px -334px;
}
.linkIcon .downloadIcon em{
    background-position:-83px -67px;
}

.allGame{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.allGame .gameIntroduction{
    width: 100%;
    height: 181px;
    position: relative;
    margin: 8px auto 32px;
	border-radius: 10px;

}
.allGame .gameIntroduction:hover{
    -moz-box-shadow: 0 0 6px #dedede75; 
	box-shadow: 0 6px 6px #dedede75;

}
.allGame .gameIntroduction .introductionImg{
    width: 569px;
    height: 181px;
    position: absolute;
    top: 0;
    left: 0;
}
.allGame .gameTxt{
	width: 452px;
	overflow: hidden;
	position: absolute;
	top: 16px;
	left: 55%;

}
.allGame .gameTxt .gameTxtTit{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 30px 0;
}
.allGame .gameTxt h3,.allGame .gameTxt b,.allGame .gameTxt span{
	float: left;
}
.allGame .gameTxt h3{
	font-size: 26px;
	color: #333;
	display: inline-block;	
}
.allGame .gameTxt b{
	color: #1192ea;
	margin: 4px 10px 0 20px;
}
.allGame .gameTxt span{
	color: #666666;
	font-size: 16px;
	margin-top: 6px;
}
.allGame .gameSign {
    float: left;
    margin: 10px 0 0 15px;
}
.allGame .gameSign img{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.allGame .gameTxt > p{
	width: 100%;
	height: 156px;
	overflow: hidden;
	font-size: 14px;
	color: #555555;
	line-height: 26px;
}
.allGame .gameCodDownload{
    position: absolute;
    top: 11px;
    right: 31px;
    width: 221px;
    height: 178px;
    background: url("../image/all_game_code.png") no-repeat center center;
    display: none;

}
.allGame .gameCodDownload img{
    width: 164px;
    height: 164px;
    margin: 8px 0 0 8px;
}
.gameLink{
    position: absolute;
    top: 212px;
    right: 55px;
}


.contentWrap{
	width: 100%;
	overflow: hidden;
}
.contentWrap li{
	float: left;
	overflow: hidden;
}
.contentWrap .contentLeft{
	width: 760px;	
}
.contentWrap .contentLeft >div{
	margin: 0 20px;
}
.contentWrap .contentMain{
    text-align: center;
	margin: 0 34px;
	padding-top: 16px;
}
.contentWrap .borderTop{
	border-top: 1px solid #e9e9e9;
}
.contentWrap .contentMain h3{
	line-height: 40px;
	font-size: 26px;
	color: #1192ea;
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.contentWrap .contentMain span{
	font-size: 14px;
	color: #656565;
	line-height: 28px;
    margin: 10px 0;
}
.contentWrap .contentMain .date {
    display: block;
}
.contentWrap .contentMain img {
    display: inline-block;
}
.contentWrap .contentMain p{
	font-size: 16px;
	color: #333333;
	line-height: 27px;
}
.contentWrap .contentRight{
	width: 440px;	
}
.contentWrap .contentRight >div{
	margin: 0 35px;
}
.contentWrap .contentRight .recommend{
	margin: 34px 0 0 0;
	
}
.contentWrap .recommend h4{
	border-left: 4px solid #1192ea;
	padding-left: 10px;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
.contentWrap .recommendWrap{
	width: 370px;
	overflow: hidden;
	margin: 16px 0;
	position: relative;
    color: #333333;
    font-size: 16px;
    border-bottom:1px solid #e9e9e9;    
}
.contentWrap .recommendWrap p{
    height:42px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.contentWrap .recommendWrap span{
    height:30px;
    line-height:30px;
    text-align: right;
    display:block;
    margin:4px 0;
}

.contentWrap .recommendWrap:hover{
    color: #1192ea;
}


 	
.recruitWrap{
	width: 100%;
	overflow: hidden;
	margin-top: 47px;
}
.recruitTable{
	width: 1198px;
	
	border: 1px solid #e8e8e8;	
	border-bottom: 0;
}

.jobDetails{
	margin-top: 40px;
}


.recruitTable li{
	width: 100%;
	line-height: 50px;
	font-size: 18px;
	position: relative;	
	border-bottom: 1px solid #e8e8e8;
}
.recruitTable .tit{
	width: 158px;
	text-align: center;
	border-right: 1px solid #e8e8e8;
	
	color: #666666;
	background: #f7f7f7;
}
.recruitTable .cont{
	color: #444444;
	width: 1038px;
		
}
.recruitTable .all{
	background: #fff;
	position: absolute;
	left: 158px;
	top: 50px;
	width: 1039px;
	border: 1px solid #e8e8e8;	
	line-height: 50px;
	color: #444444;
	font-size: 18px;
	z-index: 11;	
}
.recruitTable .slide{
	display: none;
}
.recruitTable .cont .recruitColor{
	border: 1px solid #1192ea;
    color: #1192ea;
    line-height: 28px;      
}


.recruitTable .cont p{
	cursor: pointer;
    padding: 0 23px;
    line-height: 30px;
	
}
.recruitTable .cont p,.recruitTable .all p{
	float: left;
	margin: 10px 30px 0;
}
.recruitTable li .fold{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 9px;
	right: 12px;
}
.recruitTable li .fold i{
	width: 30px;
	height: 30px;
	cursor: pointer;	
}
.recruitTable li .fold .up{
    background-position: -68px -30px;
}
.recruitTable li .fold .down{
	background-position: -92px -36px;
}

.recruitTable .recruitTit{
	width: 100%;
	height: 50px;
}
.recruitTable .recruitCont{
	background: #f5fbff;
}
.recruitTable .titBg{
	background: #f7f7f7;
}
.recruitTable .titBg .recruitTit b{
	color: #f7f7f7;
}
.recruitTable .recruitTit span{
	float: left;
	display: block;
	text-align: center;
}
.recruitTable .recruitTit b{
	float: left;
	color: #e8e8e8;
}
.recruitTable .recruitTit .name{
	width: 240px;
}
.recruitTable .recruitTit .department{
	width: 240px;
}
.recruitTable .recruitTit .job{
	width: 160px;
}
.recruitTable .recruitTit .place{
	width: 160px;
}
.recruitTable .recruitTit .numb{
	width: 110px;
}
.recruitTable .recruitTit .time{
	width: 160px;
}
.recruitDetails{
	width: 100%;
	overflow: hidden;
}
.recruitDetails >div{
	margin: 0 0 0 60px;
}
.recruitDetails dl{
	margin: 20px 0 0 0;
}
.recruitDetails dl dt,.recruitDetails dl dd{
	line-height: 30px;
	font-size: 16px;
}
.recruitDetails dl dt{
	color: #333333;
}
.recruitDetails dl dd{
	color: #444444;
	margin-left: 27px;
}
.recruitDetails .mailbox{
	color: #333333;
	font-size: 16px;
	margin: 20px 0 40px 0;
}
.recruitDetails .mailbox a{
	display: inline-block;
	color: #1192ea;
}
.recruitDetails .btn{
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #1192ea;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-style: normal;
}

.newsListWrap .list{
	border-bottom: 1px solid #e9e9e9;
	margin: 16px 0;
    padding: 0 0 18px 0;
}
.newsListWrap .list >div{
	width: 100%;
	line-height: 40px;
	height: 54px;
	overflow: hidden;
	color: #656565;
	font-size: 16px;
}
.newsListWrap .list .l{
	width: 80%;
	overflow: hidden;
	line-height: 60px;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.newsListWrap .list .listHeader a{
	font-size: 24px;
	color: #222;	
}
.newsListWrap .list .look{
	font-size: 16px;
	background: #1192ea;
	color: #fff;
	padding: 0 10px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius:5px;
	display: none;
}
.newsListWrap .list:hover .look{
	display: block;
}

.newsListWrap .list:hover .listHeader a{
	color: #1192ea;
}
.pageBox{
	width: 480px;
	overflow: hidden;
	margin: 0 auto;
}
.pageBox table{
	width: 100%;
	margin: 0 auto;
	color: #777777;
	font-size: 16px;
	text-align: center;
}
.pageBox table a{
	color: #777777;
	font-size: 16px;
	text-align: center;
}
.pageBox table td.page{
	width: 20px;
	height: 24px;
	line-height: 24px;
	
}
.pageBox table td.page a{
    margin: 0 6px;
    padding: 0 4px;
}
.pageBox table td.arrows{
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius:2px;
}
.pageBox table td.arrows a{
    color: #fff;
    background: #1192ea;
    padding: 0 4px;
}
.pageBox table input{
	width: 50px;
	height: 30px;
	border: 1px solid #bebebe;
	border-radius: 5px;
	-webkit-border-radius:5px;
	text-indent: 1rem;
	outline: none;
}
.pageLink{
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #e1e1e1;
	border-radius: 5px;
	-webkit-border-radius:5px;
}



.aboutBg{
	background: url(../image/map.png) no-repeat center 90px;
	padding-bottom:0;
}
.aboutBg h2{
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	margin-top: 43px;
	text-align: center;
	font-size: 36px;
	color: #333;
}
.aboutBg .titleBorder{
	width: 52px;
	height: 6px;
	background: #0097ff;
	border-radius: 3px;
	-webkit-border-radius:3px;
	display: block;
	margin: 10px auto 0;
}
.aboutBg .conBox > p{
	color: #3d3d3d;
	font-size: 18px;
	line-height: 32px;
	margin: 18px 0 0 0;
}
.aboutBg .aboutWord{
	width: 100%;
	height: 89px;
	line-height: 89px;
	overflow: hidden;
	margin: 70px 0;
}
.aboutBg .aboutWord .one{
	background-position: 88px -393px !important;
}
.aboutBg .aboutWord .bg{
	margin: 0 auto;
	text-align: center;
	background-position: 69px -393px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
}
.aboutBg .partnerLogo{
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin: 63px 0;
	background: url(../image/logo_bg.png) repeat-x center center;
}
.aboutBg .partnerLogo li{
	float: left;
}

.aboutBg .partnerLogo li em{
	width: 1px;
	height: 80px;
	background: #dfdfdf;
	float: right;
	margin-top: 40px;
}
.aboutBg .partnerLogo img{
	margin: 20px 40px 0;
	float: left;
}


.aboutBg .map{
	margin-top: 63px;
	width: 100%;
	height: 700px;
	position: relative;
}
.aboutBg .map .areaWrap{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.aboutBg .map .areaWrap>div{
	position: relative !important;
    width: 100% !important;
    height: 700px !important;
}
.aboutBg .map .placeWrap{
	position: absolute;
	top: 20px;
	left: 100px;	
	overflow: hidden;
	background: #fff;
	z-index: 9;
	border-radius: 5px;
	-webkit-border-radius:5px;	
}
.aboutBg .map .placeBg{
	margin: 20px;
}
.aboutBg .map .placeBg ul{
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 22px;
	color: #333333;
	border-bottom: 1px solid #ececec;
}
.aboutBg .map .placeBg ul li{
	float: left;
	width: 120px;
	margin: 0 35px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.aboutBg .map .placeBg ul li.border em{
	position: absolute;
    bottom: -1.5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1192ea;
}
.aboutBg .map .placeBg .placeDetails >div{
	margin: 0 10px;
}
.aboutBg .map .placeBg .placeDetails h3{
    height:60px;
    line-height:60px;
    font-size:24px;
    color: #333333;
    font-weight:normal;
}
.aboutBg .map .placeBg .placeDetails .top{
    padding-top: 10px;
}
.aboutBg .map .placeBg .placeDetails .tit{
    margin-top:6px;
    font-size: 18px;
    color: #000;
}
.aboutBg .map .placeBg .placeDetails li{
    font-size: 16px;
    line-height:26px;
    color: #333333;
}


.aboutBg .map .placeBg .placeDetails dt{
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	color: #333333;
}
.aboutBg .map .placeBg .placeDetails dd{
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}
.aboutBg .map .placeBg .placeDetails p{
	line-height: 76px;
	color: #333333;
	font-size: 22px;
	}
.aboutBg .map .placeBg .placeDetails img{
	width: 140px;
	height: 140px;
}


.find{
	margin: 80px auto 20px;
}
.findTxt{
	text-align: center;
	font-size: 24px;
	color: #010101;
}
.backBtn{
	width: 100%;
	position: relative;
}
.backBtn a{
	position: absolute;
	top: 80px;
	left: 50%;
	margin: 0 0 0 -41px;
	padding: 16px 34px;
    background: #1192ea;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius:5px;
}