body{}
.main{}
.banner{display: none;}
.wrap{width: 100%;}
.cover{height: 805px;background: url(../img/bg1.jpg) center no-repeat;}
.live{height: 770px;background: url(../img/bg2.jpg) center no-repeat;}
/*.news{height: 898px;background: url(../img/bg3.jpg) center no-repeat;}*/
.news{background:#e7edf5;overflow: hidden;}
.team{height: 525px;background: url(../img/bg3.jpg) center no-repeat;}

/*漂浮导航*/
.nav_all{position: fixed;right: 2%;bottom: 20%;z-index: 233;display: none;}
.nav_all li{height: 63px; background: url(../img/nav_all.png) no-repeat;padding-left: 36px;line-height: 63px;font-size: 20px;cursor: pointer;color:#364277;}
.nav_all li:hover{background: url(../img/nav_all_h.png) no-repeat;color:#1970ce;}

/*导航按钮*/
.nav{display: block;text-align: center;padding-top:530px;}
.nav li{display: inline-block;font-size: 0;cursor: pointer;background-image: url(../img/nav.png);width:201px;height: 201px;margin:0 20px;transition: .3s;}
.nav li:hover{background-image: url(../img/nav_h.png)}
.nav1{background-position: 0 0;}
.nav1:hover{background-position: 0 0;}
.nav2{background-position: -201px 0;}
.nav2:hover{background-position: -201px 0;}
.nav3{background-position: -402px 0;}
.nav3:hover{background-position: -402px 0;}
.nav4{background-position: -603px 0;}
.nav4:hover{background-position: -603px 0;}

/*直播*/
.title{position: relative;left: 50%;margin: 40px 0;margin-left: -180px;}
.live{}
.livenav{text-align: center;}
.livenav a{display: inline-block;width: 436px;height: 64px;}
.nav_live{background: url(../img/nav_live_h.png) no-repeat;}
.nav_tuwen{background: url(../img/nav_tuwen.png) no-repeat;}
.nav_tuwen:hover{background: url(../img/nav_tuwen_h.png) no-repeat;}
.live_player{display: block;margin: 0 auto;width: 1000px;height: 500px;padding-top:20px;}
.live_player p{font-weight: 700;font-size:20px;color:#242f5f;}
.live_player_m{display: none;}

/*资讯*/
.newslist{width: 1200px; margin:0 auto;text-align: center;}
.new{margin-bottom: 20px;}
.new img{display: inline-block;margin-right: 30px;width: 262px;height: 123px;}
.new .content{display: inline-block;width: 70%;height: 123px;text-align: left;}
.new h2{font-size: 20px;padding-bottom: 5px;color:#444;}
.new p{border-top: 2px solid #e2e2e2;padding-top: 5px;line-height: 1.8;color:#444;}
.new span{color:#368cdd;}

/*战队*/
.teamtab{width: 1000px;margin: 0 auto;}
.teamtab li{display: inline-block;width:25%;line-height:2;font-size:24px;color:#fff;background-color: #364585;text-align: center;cursor: pointer;}
.teamtab li.cur,.teamtab li:hover{color:#00ccff;text-decoration: underline;}
.team1{display: none;text-align: center;width: 1000px;margin: 35px auto;color:#444;transition: .3s;}
.team1 a{display: flex;}
.team1 .img{display: inline-block;margin-right: 30px;width: 400px;}
.team1 .content{display: inline-block;width: 50%;text-align: left;}
.team1 .content h2{font-size: 24px;padding-bottom: 5px;color:#333;}
.team1 .content p{border-top: 2px solid #e2e2e2;padding-top: 5px;line-height: 2;color:#444;}
.team1.hover{display: block}

/*手机版适配优化*/
@media screen and (max-width: 1024px) {
	#dh2_hdnav, .footer, .cover{display: none;}	
	.banner{display: block;width: 100%;}

	.title{margin: 20px 0;margin-left: -80px;width:179px;}
	.live,.cover,.team{height: auto;}

	.livenav a{width: 48%}
	.nav_live , .nav_tuwen , .nav_tuwen:hover {background-size: 100%}
	.live_player{display: none;}
	.live_player_m{display: block;width: 100%;height:200px;padding-bottom: 3rem;margin-top: -0.666rem;}
	.live_player_m p{color:#242f5f;}

	.newslist{width: 100%;}
	.new img{width: 10.48rem;height:4.92rem;margin-right:0.333rem;}
	.new .content{width: 50%;height:auto;}
	.new h2{font-size: 0.8rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.new p{font-size: 0.6rem;line-height: 1;}

	.teamtab{width: 100%}
	.teamtab li{font-size: 0.688rem;    line-height: 3;}



	.team{padding-bottom: 60px;}
	.nav_all{right: 0;bottom: 0;width: 100%;text-align: center;}
	.nav_all li{display: inline-block;width: 20%;background: #fff;color: #383838;padding-left:0;font-size: 16px;height: 50px;line-height: 50px;border-left: 1px solid #dedede;margin-left: -1px}
	.nav_all li:hover{background: #464646;color: #fff;}
	.team1{width: 100%;margin: 0.333rem auto;}
	.team1 a{display: block;}
	.team1 .img{width: 100%;height: 7rem;overflow: hidden;margin:0;}
	.team1 .content{width: 95%;margin-top:1rem;}
	.team1 .content h2{font-size: 1rem;}
	.team1 .content p{line-height: 1.3;font-size: 0.6rem;}

}