@charset "utf-8";
/* CSS Document */
body,html{overflow-x: hidden;}


.bg01{width: 100%;background:#22212b url(../images/homeBg01.jpg) no-repeat center 0;}
.bg02{background:url(../images/homeBg02.jpg) no-repeat center bottom;}
.wrap{width: 1280px;margin:0 auto;}

.header{width: 1280px;height:964px; margin:0 auto;background:url(../images/headBg.jpg) no-repeat center 0; position:relative;}
.banner{height: 824px; position: relative; }

.serBox{width: 280px;height: 316px; background:url(../images/serBg.png) no-repeat; position: absolute;left: 0;top: 406px;}

.gdBtn{width: 250px; height: 44px;margin:0 auto; padding: 15px 0;}
.gdBtn a{width: 73px;height: 44px;line-height: 44px; padding-left: 44px; font-size:15px;color:#fff;background:url(../images/gdBtn.jpg) no-repeat; float:left;}
.gdBtn a:hover{ color:#fff;}
.gdBtn a.aDown{background-position: 0 0;}
.gdBtn a.aDown:hover{background-position: -117px 0;}
.gdBtn a.aGift{background-position: 0 -44px; margin-left: 16px;}
.gdBtn a.aGift:hover{background-position: -117px -44px;}




/*-===================主模块：=====================================-*/
.mainBox{height:1838px;background: url(../images/homeMain.jpg) no-repeat;}

.box1{height: 348px; margin-bottom: 67px; position: relative;}

/*===新闻===*/
.newsTab{width:388px;height:338px;padding:10px 30px 0;position:relative;}
.newsTab h3{width:388px;height:40px;margin-bottom:10px;position:relative;}
.newsTab h3{margin-bottom: 30px;}
.newsTab h3 a{width:36px;height:40px;line-height:40px; margin-right: 45px; text-align: center; font-size:16px; font-weight: normal; color:#a5a5a5; float:left; }
.newsTab h3 a:hover,.newsTab h3 a.on{color:#d7be72;}
.newsTab h3 span{width:35px;height:1px; font-size:0;display:block;background-color:#d7be72; position:absolute;left:0;bottom:0;}
.newsTab a.more{position:absolute;right:35px;top:20px;}
.newest{height: 38px;line-height: 38px; margin-bottom: 18px; text-align: center;}
.newest a{font-size:16px;color:#a5a5a6; display:block; width:330px; margin:0 auto;white-space:nowrap;text-overflow:ellipsis; overflow:hidden;}
.newest a:hover{color:#d7be72;}

.newsList{width:388px;height:200px;margin:0 auto; position:relative; overflow:hidden;}
.newsList ul{width:388px;height:200px; overflow:hidden; position: absolute;left: 0; top: 100%;}
.newsList ul li{width:388px; height:18px;line-height:18px;font-size:14px;padding:10px 0;border-bottom:1px solid  #484848;overflow:hidden;vertical-align:top;}
.newsList li a{ width: 330px; white-space:nowrap;text-overflow:ellipsis; overflow:hidden; color:#a5a5a6;float:left;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.newsList li span{float:right;color:#a2a2a2; font-family:Arial, Helvetica, sans-serif;}
.newsList li a:hover{
	color:#d7be72;
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	transform: translateX(10px);
}


/*===幻灯===*/
.slideBox{width:352px;height:651px; position: absolute; left: 457px;top:-111px;}
.slide{width:352px;height:651px;position:relative;overflow:hidden;}
.slide ul{width: 352px;height: 651px;}
.slide ul li{width:352;height:651; position:absolute; left: 0;top: 0; z-index: 1; opacity: 0; *filter:alpha(opacity=0);}
.slide ul li.liOn{z-index: 9; opacity: 1; *filter:alpha(opacity=100);}
.subNum{width:352px;height:20px; position: absolute; left: 0;bottom: 15px; z-index: 99;}
.subList{height:20px;}
/*----- pagnation  -------*/
.subList{height:20px;text-align:center;}
.subList span{width:20px;height:20px;line-height:20px;margin:0 3px; cursor:pointer;display:inline-block;background:url(../images/num.png) no-repeat;_background:url(../images/num.gif) no-repeat;}
.subList span.sOn{background:url(../images/num.png) no-repeat 0 -20px;_background:url(../images/num.gif) no-repeat 0 -20px;}

/*===职业介绍===*/
.roleDiv{width: 398px;height: 348px; margin-right: 39px; _display:inline;}
.roleDiv h3{height: 50px;line-height: 50px;margin-bottom: 18px; text-align: center; font-size:16px;color:#dfca8d; font-weight: normal;}
.rolePic{width: 398px;height: 259px;}
.rolePic a{width: 122px;height: 259px;float:left;}
.rolePic a.am{margin:0 16px; _display: inline;}



.box2{height: 445px; margin-bottom: 44px; _display:inline;}

/*===英雄介绍===*/
.hero{width: 630px;}
.peoDiv{width: 245px;height: 445px;position: relative;}
.peoPos{width: 460px;height: 530px; position:absolute;top:-45px;}
.ro1 .peoPos{right:-70px;}
.ro2 .peoPos{right:-95px;}
.peoM{width: 460px;height: 530px; display: none; text-indent:-999em;}
.po1{background:url(../images/hero/zl.png) no-repeat;}
.po2{background:url(../images/hero/xhd.png) no-repeat;}
.po3{background:url(../images/hero/lm.png) no-repeat;}
.po4{background:url(../images/hero/zy.png) no-repeat;}

.po5{background:url(../images/hero/zh.png) no-repeat;}
.po6{background:url(../images/hero/xy.png) no-repeat;}
.po7{background:url(../images/hero/smy.png) no-repeat;}
.po8{background:url(../images/hero/cp.png) no-repeat;}
.ani{animation: 0.4s hero steps(1,start) 0.2s forwards;}
@keyframes hero{
	from{background-position: 0 0;}
	to{background-position: -460px 0;}
}

@-moz-keyframes hero{
	from{background-position: 0 0;}
	to{background-position: -460px 0;}
}
@-webkit-keyframes hero{
	from{background-position: 0 0;}
	to{background-position: -460px 0;}
}
@-mz-keyframes hero{
	from{background-position: 0 0;}
	to{background-position: -460px 0;}
}





.peoBox{width: 385px; height: 224px; padding-top: 191px;}
.peoInfo{width: 208px;height: 183px; margin:30px 25px 0; position: relative; overflow:hidden; _display:inline;}
.peoCon{width: 208px;height: 183px; position: absolute;top: 0; z-index: 1;}
.ro1 .peoCon{left: 101%;}
.ro2 .peoCon{left: -101%;}




.peoInfo p{line-height: 20px; margin-bottom: 15px; color:#a5a5a5;font-size:14px;}
.peoInfo p.p1{height: 60px;}
.peoInfo p.p2{height: 20px;}
.peoInfo p.p3{height: 58px;}
.peoInfo p span{width: 75px;height: 20px;float:left;}
.peoInfo p var{height: 20px;float: left;}
.peoInfo p img{width: 50px;height: 50px; margin-right: 10px; float: left;}
.peoTab{width: 123px;}
.peoTab a{width: 123px;height: 56px;line-height: 56px; text-align: center; display: block; font-size: 16px; color:#98989a;background:url(../images/peoOff.gif) no-repeat;}
.peoTab a.aOn,.peoTab a:hover{color:#d7be72;background:none;}







.box3{height: 630px; margin-bottom: 36px;}
.col1,.col3{width: 490px;}
.sysBox{height: 208px;padding-top: 30px; margin-bottom: 32px;}
.sysDiv{width: 220px;height: 180px; float:left;_display: inline;}
.sysDiv h3{height: 75px; text-indent: -999em;}
.sysDiv ul{width: 200px;height: 90px;margin:0 auto;}
.sysDiv ul li{width: 50px;height: 20px;line-height: 20px;margin:0 8px 5px; float: left;_display: inline; overflow: hidden;}
.sysDiv ul li a{color:#9d9b9b;}
.sysDiv ul li a:hover{color:#c5b27c;}

.sx1 .sysDiv{margin-left: 25px;}



.xBox{height: 358px; position: relative;}
.fuben{width: 290px;height: 180px; padding:18px 18px 0; position: absolute;right: 0;top: 0;}
.fuben h3{width: 100px;height: 100px; font-weight: normal; float:left;}
.fuben h3 a{width: 80px;height: 20px;line-height: 20px; margin-bottom: 8px; padding-left: 18px; display: block; font-size:14px;color:#818181;background:url(../images/fbOff.gif) no-repeat 0 center;}
.fuben h3 a:hover,.fuben h3 a.aOn{color:#d7be72;background:url(../images/fbOn.gif) no-repeat 0 center;}

.fbTab{width: 140px;height: 178px;float:right; overflow: hidden; position:relative}
.fbDiv{width: 140px;height: 178px; position: absolute;left: 0;top: 0; z-index: 1;}
.fbDiv a{width: 140px;height: 178px;display: block; cursor: pointer; position: relative;}
.fbDiv h5{width: 118px;height: 50px; padding-left: 22px; font-weight: normal; position: absolute;left:100%;top: 0;}
.fbDiv h5 span{width: 118px;height: 30px;display: block; text-indent: -999em; background:url(../images/fbH5.gif) no-repeat;}
.fbDiv h5 span.s2{background-position: 0 -30px;}
.fbDiv h5 span.s3{background-position: 0 -60px;}
.fbDiv h5 var{height: 20px;line-height: 20px; display: block; text-align: right;color:#98989a;}
.fbDiv img{width: 140px;height: 116px;display: block; position: absolute; left: -100%;bottom: 0;}

.skill{width: 250px;height: 183px;padding:22px 30px 0; position: absolute; left: 0;bottom: 0;}
.skill h3{width: 120px;height: 25px;line-height: 25px; margin-bottom: 20px;}
.skill h3 span{font-size:16px;font-weight: normal;color:#d7be72;float: left;}
.skill h3 a{margin-top: 5px; float: right;}
.skill ul{width: 250px;height: 120px; overflow: hidden;}
.skill ul li{height: 20px;line-height: 20px;padding: 10px 0; border-bottom:1px solid #363636;}
.skill ul li a{color:#9d9b9b; white-space:nowrap; text-overflow: ellipsis; overflow: hidden;}
.skill ul li a:hover{color:#d7be72;}


.col2{width: 240px;height: 340px; margin-left: 26px;}
.col2 h3{height: 108px;line-height: 104px; text-align: center; font-size: 22px; color:#dfca8d;}
.col2 ul{width: 144px;height: 196px;margin:0 auto; overflow:hidden;}
.col2 ul li{width: 144px;height: 49px;}
.col2 ul li a{width: 144px;height: 24px;line-height: 24px; padding: 12px 0; border-bottom:1px solid #2c2b35; display: block; cursor: pointer; position: relative;}
.col2 ul li a var{width: 24px;height: 24px; text-align: center;color:#c5b27c;background:url(../images/numBg.gif) no-repeat 0 center; float:left;}
.col2 ul li a span{height: 24px;margin-left: 13px; font-size:16px; color:#c5b27c;float:left;}
.col2 ul li a em{width: 0;height: 2px;background-color:#c5b27c; position: absolute;left: 50%;bottom: 0;}

.col3{}
.sx2 .sysDiv{margin-right: 25px;}
.intro{width: 290px;height: 180px; padding:18px 18px 0; position: absolute;left: 0;top: 0;}
.intro p{width: 168px; line-height: 30px;color:#9d9b9b;}
.intro p a{color:#9d9b9b;}
.intro p a:hover{color:#d7be72;}

.bbs{width: 250px;height: 183px;padding:22px 30px 0; position: absolute; right: 0;bottom: 0;}
.bbs h3{width: 120px;height: 25px;line-height: 25px; margin-bottom: 20px; padding-left: 130px;}
.bbs h3 span{font-size:16px;font-weight: normal;color:#d7be72;float: right;}
.bbs h3 a{margin-top: 5px; float: left;}
.bbs ul{width: 250px;height: 120px; overflow: hidden;}
.bbs ul li{height: 20px;line-height: 20px;padding: 10px 0; border-bottom:1px solid #363636;}
.bbs ul li a{color:#9d9b9b; white-space:nowrap; text-overflow: ellipsis; overflow: hidden;}
.bbs ul li a:hover{color:#d7be72;}



.box4{height: 268px;}



/*友链*/
.friendLink{width:168px;height:238px;padding:15px 0; float:left;}
.linkCon{width:168px;height:238px;overflow:hidden;}
.linkCon a{color:#afa7a3; white-space:nowrap;margin-left:20px; line-height:40px; display:inline-block;}
.linkCon a:hover{ color:#c99f5c;}


/*===媒体攻略===*/
.ifmTab{width: 251px;height: 260px;padding:5px 29px 0; margin-left: 14px; float:left;}
.ifmTab h3,.picBox h3{width:251px;height:48px;margin-bottom:10px;border-bottom:1px solid #504f59;position:relative;}
.ifmTab h3 a,.picBox h3 a{width:50px;height:48px;line-height:48px; margin-right: 30px; text-align: center;font-size:14px;color:#c7c7c7; float:left; }
.ifmTab h3 a:hover,.picBox h3 a:hover{color:#dfbe7e;}
.ifmTab h3 span,.picBox h3 span{width:50px;height:1px; font-size:0;display:block;background-color:#dfbe7e; position:absolute;left:0;bottom:-1px;}

.ifmList{width:251px;height:190px;margin:0 auto; position:relative; overflow:hidden;}
.ifmDiv{width:251px;height:190px;color:#afa7a3; position:absolute; left:0;top:100%;}

.ifmDiv ul{width:251px;height:190px; overflow:hidden;}
.ifmDiv ul li{width:251px; height:18px;line-height:18px;font-size:14px;padding:10px 0;border-bottom:1px solid  #484848;overflow:hidden;vertical-align:top;}
.ifmDiv li a{ width: 200px; white-space:nowrap;text-overflow:ellipsis; overflow:hidden; color:#a5a5a6;float:left;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.ifmDiv li span{float:right;color:#a2a2a2; font-family:Arial, Helvetica, sans-serif;}
.ifmDiv li a:hover{
	color:#d7be72;
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	transform: translateX(10px);
}



/*===截图壁纸===*/
.picBox{width: 251px;height: 264px;padding:5px 29px 0; margin-left: 298px; background-color:#302f3a; float:left; position: relative;}
.picBox h3{margin-bottom: 18px;}
.picBox h3 a,.picBox h3 span{width: 68px;}
.picBox a.more{position: absolute;right: 30px;top: 18px;}

.picCon{width: 251px;height: 178px; position: relative; overflow: hidden;}
.picDiv{width: 251px;height: 178px; position: absolute;left: 0;top: 100%;}
.picDiv a{width: 251px;height: 178px;display: block;}


/*===客服===*/
.cs{width: 168px;height: 269px;background:url(../images/cs.jpg) no-repeat; float:right; position: relative;}
.cs p{width: 168px; height: 20px; line-height: 20px; text-align: center;color:#9d9b9b; position: absolute;left: 0;bottom: 22px;}
.cs p a{color:#9d9b9b;}
.cs p a:hover{color:#c99f5c;}

/*======分享======*/

.share{width:360px;height:22px;margin-bottom:15px;}
.share h5{width:50px;height:22px;line-height:22px;color:#434343; font-weight:normal;float:left;}


/*======视频弹窗======*/
.videoPop{width:740px;height:464px;position:absolute;left:50%;top:0;margin-left:-370px;z-index:1002;background:url(../images/videoBg.jpg) no-repeat;}
.videoPop h3{height:49px;}
.videoPop h3 span{width:100px; text-indent:-999em;float:left;}
.videoPop a{width:22px;height:22px;margin:10px 15px 0 0;background:url(../images/vClose.jpg) no-repeat; text-indent:-999em;overflow:hidden;float:right;_display:inline;}
.videoPop a:hover{background:url(../images/vClose.jpg) no-repeat -22px 0;}
.bigVideo{width:720px;height:405px;margin:0 auto;}