body{
	min-width: 1200px;
}
.show{
	display: block;
}
.hidden{
	display: none;
}
.gotop{
	left: 64%;

}
.home-banner{
    height: 7.26em;
    position: relative;
    overflow: hidden;
}
/*.banner_box{
	height: 7.26rem;
	width: 15.50rem;
	float: left;
}*/
.home-banner .banner_box img{
    width: 100%;
    /*background-image: url('../images/p1-bg2.jpg');*/
    /*background-size: cover;*/
}
.home-banner .item{
    position: absolute;
    /*width: 15.59rem;*/
    width: 81.2%;
    height: 7.26rem;
    overflow: hidden;
    display: none;
}
.home-banner .item:nth-of-type(1){
	display: block;
}
.home-banner .it-1{
    background: url("../images/banner_1_bg.jpg") left top repeat-x;
}
.home-banner .it-2{
    background: url("../images/banner_1_bg.jpg") left top repeat-x;
    display: none;
}
.home-banner .it-1 .t1{
    position: absolute;
    top:2em;
    left:1.64em;
    width: 6.73em;
}
.home-banner .it-1 .t2{
    width: 2.66em;
    position: absolute;
    top:4.35em;
    left:1.64em;
}
.home-banner .it-1 .t3{
    width: 100%;
}
.home-banner .i-mouse{
    width: 1.15em;
    position: absolute;
    left: 50%;
    bottom: 0.3em;
    margin-left: -0.575em;
    animation:flash_light 3s linear;
}


.home-banner .nav_icon{
   /* width: auto;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0px auto;
    font-size: 0;
    text-align: center;*/
    /*width: 3.77rem;*/
    width: 19.71%;
    height: 100%;
    position: absolute;
    left: 0;
    right: -80.5%;
    bottom: 0%;
    font-size: 0;
    background-image: url('../images/a20190827soccer/nav-bg1.png');
    background-size: cover;
    text-align: left;
}
.home-banner .nav_icon span{
    /*padding: 2px 30px;
    margin: 0 10px;
    background: #fff;
    cursor: pointer;
    opacity: .5;*/

    /*height: 1.455rem;*/
   /* width: 1.72rem;*/
   	height: 20%; 
    width: 100%;
    display: block;
    cursor: pointer;
    padding:0;
    margin: 0;
    background:none;
 	opacity: 1;
}
.home-banner .nav_icon span.active{
    background:url('../images/a20190827soccer/nav_active1.png') no-repeat;
    background-size: cover;
}
/*.home-banner .nav_icon span.active:before{
	content: "";
	position: absolute;
	left: -12%;
	top: 6%;
	width: 0;
	height: 0;
	border-top:.17rem solid transparent;
	border-right:.22rem solid  #d1260c;
	border-bottom: .17rem solid transparent;
	border-left: .22rem solid transparent;
}	*/


.nav_icon span:last-child .nav_des{
	border-bottom:none;
}
.nav_des{
	width: 3rem;
	height: 100%;
	margin:0 .55rem;
	border-bottom:1px solid #999a9b;
	position: relative;
}
.home-banner .nav_des .nav_des_t{
	font-size: .22rem;
	line-height: .4rem;
	color:#323030;
	position: absolute;
	top: 36%;
}
.home-banner .nav_des .nav_des_l{
	display: none;
}
.home-banner .nav_icon span.active .nav_des_t{
	font-size:.28rem;
	color: #fff;
	line-height: .4rem;
	position: absolute;
    top: 25%;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
}
.home-banner .nav_icon span.active .nav_des_l{
	display: block;
	font-size: .18rem;
	color:#fff;
	line-height: .4rem;
	opacity: .4;
	position: absolute;
    top: 56%;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
}
/*内容展示*/
.main_box{
	width: 100%;
	height: 100%;
	background-image: url('../images/a20190827soccer/p2-bg2.png');
	background-size: cover;
	margin-bottom: 50px;
	position: relative;
}
.main-wapper{
	position: relative;
    z-index: 5;
    width: 1450px;
    margin: 0 auto;
    padding: 80px 50px;
    overflow: hidden;
}
.bg-b{
	width: 100%;
	height: 433px;
	position: absolute;
	bottom: 0;
	background-image: url('../images/a20190827soccer/bg-b.png');
	z-index: 1;
}
.main-button{
	width: auto;
	height: 63px;
	position: relative;
	margin-bottom: 25px;
	/*margin-left: 50px;*/
}
.main-button .button{

	width: 273px;
	height: 63px;
	float: left;
	text-align: center;
	background-image: url('../images/a20190827soccer/button-b.png');
	background-size: cover;
	margin-left: 5px;
	position: relative;
	cursor: pointer;
}
.button a{
	display: block;
	width: 100%;
	height: 100%;
}
.main-button .button{
	margin-right:-39px;
}

.main-button .button.on{
	background-image: url('../images/a20190827soccer/button-a.png');

}

.main-button .button:first-child::before{
	content: "";
	position: absolute;
	left: -23.6%;
	top: -50%;
	width: 147px;
	height: 87px;
	background-image: url('../images/a20190827soccer/top_l.png');
	background-size: cover;
}
.main-button .button:last-child::after{
	content: "";
	position: absolute;
	right:-17%;
	top: -16.5%;
	width: 80px;
	height: 53px;
	background-image: url('../images/a20190827soccer/top_r.png');
	background-size: cover;
}
.main-button .button p{
	color: #fff;
	font-size: 24px;
	line-height: 63px;
}
.main-tit{
	width: 100%;
	height: 47px;
	text-align: center;
	position: relative;
	margin-bottom: 31px;
}
.main-tit img{
	width: 127px;
    height: 47px;
    position: absolute;
    left: 0;
    top: 5px;
}
.main-tit p{
	position: absolute;
    font-size: 25px;
    line-height: 27px;
    color: #fff;
    top: 25px;
    left: 43px;
}
.show-wrapper{
	width: 100%;
	height: 100%;
	position: relative;
}

/*推荐页*/
.show-one{
	width: 100%;
	height: 100%;
	margin-bottom: 35px;
	position: relative;
}
.show-one>div:nth-of-type(1){
	float: left !important;
	width: 638px !important;
}
.show-one>div:nth-of-type(2){
	float: right !important;
	width: 795px !important;
	margin-right: 10px;

}
.show-one .one-read{
	width: 638px;
	height: 368px;
	border-radius: 5px;
	/*margin: 0 7px;*/
	float: left;
    /*margin-right: 23px;*/
    /*position: absolute;
    top: 0;
    left: 3.6%;*/
}
.readBox{
	display: block;
	width: 100%;
	height: 100%;
}
.one-read .oner{
	float: left;
	/*width: 320px;*/
	width: 50%;
	height: 100%;
	position: relative;
	background-color: #fff;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.oner .oner-tit1{
	font-size: 24px;
    line-height: 28px;
    margin-top: 95px;
    margin-left: 50px;
    color: #414141;
    font-weight: 600;
    position: relative;
    letter-spacing: 4px;
    width: 80%;
}
.oner .oner-tit1::before{
	content: "";
	position: absolute;
	left: -13%;
	top: 0%;
	width: 23px;
	height: 24px;
	background-image: url('../images/a20190827soccer/hot-icon.png');
	background-size: cover;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.oner .oner-tit2{
    color: #696969;
    font-size: 14px;
    line-height: 22px;
    margin-top: 25px;
    margin-left: 50px;
    letter-spacing: 2px;
    width: 75%;
    height: 19%;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	/*position: relative;*/
}
/*.oner p.oner-tit2::after{
	content: "...";
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
}*/
.oner .oner-more{
    display: block;
    width: 125px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #626262;
    position: absolute;
    bottom: 11%;
    left: 12%;
}
.one-read .onei{
	float: left;
	/*width: 318px;*/
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;	
	/*background-size: cover;*/
	/*height: 368px;*/
}

.img-box{
	width: 100%;
	height: 100%;
	z-index: 5;
}
.one-read .onei img{
	width: 100%;
	/*height: 100%;*/
	max-width: none;
}
.show-one .one-video{
	width: 795px;
	height: 368px;
	border-radius: 5px;
	position: relative;
	float: left;
	/*cursor: pointer;*/
}
.show-one .one-video .img-box{
	background: #000;
	border-radius: 5px;
	position: relative;
}
.show-one .one-video img{
	width: 100%;
	height: 100%;
}

.show-one .hot{
	width: 133px;
	height: 45px;
	background-image: url('../images/a20190827soccer/hot.png');
	background-size:cover;
	position: absolute;
	top: -0.3%;
	/*right: 0.4%;*/
	right: 0.6%;
}
.hot.hotv{
	z-index: 2;
	right: 0%;
}
.show-one .one-video .onev-tit{
	/*width: 320px;*/
	width: 100%;
	height: 25%;
	position: absolute;
	bottom: 11%;
	left: 6.5%;
	z-index: 5;
}
.one-video .onev-tit .one-tit1{
	font-size: 28px;
	line-height: 46px;
	color: #fff;
	letter-spacing:4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.one-video .onev-tit .one-tit2{
	font-size: 14px;
	line-height: 22px;
	color: #cecece;
	letter-spacing:1.5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 90%;
	height: 50%;
}


/*新闻列表页*/
.show-two-box{
	width: 100%;
	min-height: 385px;
	position: relative;
}
.show-two{
	width: 100%;
    min-height: 385px;
    position: relative;
    margin-bottom: 40px;
}
/*3种展示框基础样式*/
.fl{
	float: left;
    height: 385px;
    /*width: 270px;*/
    width: 19%;
    margin-right: 1%;
    margin-top: 1%;
    border-radius: 5px;
    position: relative;
}
.twov-img{
	/*width: 270px;
	height: 235px;*/
	width: 100% !important;
	height: 60% !important;
}
.blackbg{
	/*background:#000;*/
}
.blackbg img{
	/*opacity: .6;
	filter: alpha(opacity=60);*/
}
.twov-img img{
	width: 100%;
	min-height: 100%;
	display: block;
}
/*标题栏基础样式*/
.two-des{
	/*height: 150px;*/
	height: 40%;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 10;
	background-color: #fff;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.two-des p{
	margin:0 auto;
}
.two-des a{
	display: block;
	width: 100%;
	height: 100%;
}
.two-des .two-tit1{
	font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #414141;
    letter-spacing: 2px;
    margin-top: 18px;
   /* margin-left: 18px;*/
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 80%;
}
.two-des .two-tit2{
	font-size: 14px;
    line-height: 22px; 
    color: #696969;
    letter-spacing: 2px;
    margin-top: 10px;
    /*margin-left: 18px;*/
    display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden;
	width: 80%; 
	height: 45%;
}
/*阅读框标题栏文字样式*/
.twor-tit2{
    width: 70%;
}
/*播放框中标题栏样式*/
.twov-des{
	background: #270805;
}
.twov-tit1{
	color: #fff !important;
}
.twov-tit2{
	color: #fff !important;
	opacity: .45 !important;
}

.play{
	display: block;
	width: 70px;
	height: 70px;
	background-image: url('../images/a20190827soccer/play.png');
	background-size:cover;
	z-index: 2;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform:translate(-50%,-50%);
}
.play2{
	/*top: 30%;*/
}
.play-t{
	top: 32%;
}
/*.two-video2 .twov-img{
	width: 100%;
	height: 100%;
}*/

.more{
	position: absolute;
	right:0;
	/*bottom:-17%;*/
}
.more a{
	display: block;	
	position: relative;
	width: 133px;
	height: 34px;
	text-align: center;
	background-image: url('../images/a20190827soccer/more.png');
	background-size: cover;
}
.more a .more-des{	
	color: #fff;
	font-size: 18px;
	line-height: 34px;
}
.more a .jian{
	/*width:16px;
	height: 8px;*/
	font-size: 24px;
	color: #fff;
	font-family: "SimSun";
	position: absolute;
	right: 7%;
	line-height: 34px;
	transform: rotate(-90deg); 
	-webkit-transform:rotate(-90deg);
}
/*.show-two>div:last-child::before{
	content: "";
	position: absolute;
	right: -33%;
    bottom: 1%;
	width: 117px;
	height: 95px;
	background-image: url('../images/a20190827soccer/bottom_r.png');
	background-size: cover;
}*/

/*视频弹窗*/
.video-box{
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background:rgba(0,0,0,.8);
}
.radio_show {
    position: fixed;
    width: 67%;
    height: 64%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
    -webkit-transform:translate(-50%,-50%);
    /*top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;*/
    background-color: #000;
    box-shadow: 0 0 16px #fff;
    z-index: 500;
    /*display: none;*/
}
.radio_show .radio_close {
    position: absolute;
    right: -3.5%;
    top: -3%;
    font-size: 45px;
    cursor: pointer;
    color: #FFF;
    width: 35px;
    height: 35px;
    padding: 5px;
    line-height: 30px;
    z-index: 999;
}
.radio_show .video_bg{ 
	width: 100%;
	height: 100%;
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/video_bg.jpg');
	background-size: cover;
    background-repeat: no-repeat;
}
.radio_show .video_play {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/videoPlay.png');*/
	background-image: url('../images/a20190827soccer/play.png');
    cursor: pointer;
    z-index: 1000;
}
.radio_show .my-video {
	opacity: 1;
	width: 100%;
	height: 100%;
	display: block;
}

/*水印*/
.water{
	width: 10px;
	height: 287px;
	position: absolute;
	top: 36.5%;
	left: 3%;
}
.water img{
	width: 100%;
	position: relative;

}

.fire-bright{
	position: absolute;
	right: -5%;
    bottom: 8.7%;
	width: 117px;
	height: 95px;
	z-index: 6;
	background-image: url('../images/a20190827soccer/bottom_r.png');
	background-size: cover;
}
.img-box{
	width: 100%;
	height:100%;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
}
.img-box.blackbg:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);	
}
.img-box img{
	width: 100%;
}
.videoPlay-animation{
    transform-origin: 0% 0%;
    animation: myPlay 1s;
    -moz-animation: myPlay 1s; /* Firefox */
    -webkit-animation: myPlay 1s;  /* Safari å’Œ Chrome */
    -o-animation: myPlay 1s;
}
@keyframes myPlay{
	50% {transform: scale(1.1) translateX(-50%) translateY(-50%)}
	100% {transform: scale(1) translateX(-50%) translateY(-50%)}
}

@-webkit-keyframes myPlay {
	50% {transform: scale(1.1) translateX(-50%) translateY(-50%)}
	100% {transform: scale(1) translateX(-50%) translateY(-50%)}
}
@media screen and (max-width: 1553px){
	.main-wapper{
		width: 1300px;	
	}
	.show-one>div:nth-of-type(1){
		width: 600px !important;
		height: 320px !important;
	}
	.show-one>div:nth-of-type(2){
		width: 670px !important;
		height: 320px !important;
	}
	.fire-bright{
		right:-6%;
	}
	.oner .oner-tit1{
		margin-top: 65px !important;
	}
	.oner .oner-tit2{
		margin-top:13px !important;
		height: 20%;
	}
	.oner .oner-more{
		bottom:4%;
	}
	.gotop{
		left: 59%;
	}
	.water{
		left: 1%;
	}
	.fl{
		height: 345px;
	}
	.show-one .hot{
		right:0.7%;
	}
}
@media screen and (max-width: 1404px){
	.main-wapper{
		width: 1200px;
		
	}
	.show-one>div:nth-of-type(1){
		width: 580px !important;
		height: 320px !important;
	}
	.show-one>div:nth-of-type(2){
		width: 600px !important;
		height: 320px !important;
	}
	.fire-bright{
		right:-6%;
	}
	.oner .oner-tit2{
		margin-top:13px !important;
	}
	.gotop{
		left: 59%;
	}
	.water{
		left: 1%;
	}
	.fl{
		height: 320px;
	}
	.two-des .two-tit2{
		height: 50%;
	}
}