@charset "utf-8";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑";color:#555;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;transition:all 0.3s;}
img{display:block;}
input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}
.clearfix{clear:both;}

/*header*/
.header{max-width:980px; margin:0 auto; overflow:hidden;}
.header .logo{ float:left;margin-top:2px;}
.header .right{float:right; line-height:50px;text-align:right;}
.header .right a{font-size:16px;transition:all 0.4s;}
.header .right a:hover{color:rgba(251,2,0);}

/*banner*/
.banner img{width:100%;}

.title{
	max-width:1000px;
	margin: auto;
	margin-top:60px;
	padding:1px 0 5px 0;
}
.title h1{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:rgba(251,2,0);
}


.dd{
    max-width:880px;
    margin: auto;
    padding:20px 60px;
}
.dd h1{
    font-size:30px;
	font-weight:bold;
    color:rgba(251,2,0);
}
.dd p{
    font-size:20px;
    line-height:50px;
    text-indent:2em;
    margin-top:10px;
	letter-spacing:3px;
}
.dd span{
    color:#000;
	font-size:22px;
	font-weight:bold;
}
.dd a{
	font-size:22px;
	color:rgba(251,2,0);
	transition:all 0.5s;
}
.dd a:hover{
	color:#2ebcfe;
}

.dd .tt{
	display:block;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	padding:10px 0;
}
.dd .tt:hover{
	background:rgba(251,2,0);
	color:#fff;
}


.mnbox{
	max-width:960px;
	margin: auto;
	margin-top:20px;
	padding:20px;
	background:#fff;
	border:rgba(251,2,0) solid 2px;
}
.mn li{
	width:25%;
	float:left;
	background:#eee;
	cursor:pointer;
	line-height:40px;
	text-align:center;
	font-size:16px;
	transition:all 0.5s;
}
.mn li:hover{
	background:rgba(251,2,0);
}
.mn li:hover span{
	color:#fff;
}
.mn .current{
	background:rgba(251,2,0);
	color:#fff;
}
.mn li .current2{
	color:#fff;
}
.showbox{
	width:100%;
	margin-top:30px;
}
.mnshow{
	display:none;
	position:relative;
}
.mnshow h2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	color:#111;
}
.mnshow p{
	font-size:16px;
	line-height:32px;
	text-indent:2em;
	margin-top:10px;
}
.mnshow span{
	color:#016ebe;
	font-size:16px;
	font-weight:bold;
}
.mnshow strong{
	color:#111;
	font-size:16px;
	font-weight:bold;
}
.mnshow a{
	position:absolute;
	right:0;
	bottom:-10px;
	padding:5px;
	transition:all .3s;
}
.mnshow a:hover{
	background:dodgerblue;
	color:#fff;
}


.wt{
	max-width:920px;
	margin: auto;
	margin-top:40px;
	padding:40px 20px 20px 20px;
	border:#2a2a2a solid 1px;
	position:relative;
}
.wt-title{
	position:absolute;
	top:-18px;
	left:-1px;
	color:#fff;
	text-align:center center;
	font-size:20px;
	font-weight:bold;
	background-color:#2a2a2a;
	padding:5px 10px;
}
.wt p{
	font-size:16px;
	line-height:30px;
	text-indent:2em;
}
.wt strong{
	font-size:16px;
	line-height:30px;
	color:#111;
}
.wt a{
	font-size:16px;
	line-height:30px;
	transition:all 0.5s;
	color:#ddb24c;
}


.kp{
    max-width:1000px;
    margin: auto;
    margin-top:20px;
}
.kp li{
    border-bottom:#ccc solid 1px;
    padding:10px 0;
    margin:10px 0;
    text-align:center;
    transition:all 0.5s;
}
.kp li a{
    display:inline-block;
    width:100%;
    height:100%;
    font-size:30px;
    font-weight:bold;
    display:block;
    transition:all 0.5s;
}
.kp li:hover{
    border-bottom:#fe0002 solid 1px;
    background-color:#fe0002;
	margin-left:50px;
}
.kp li:hover a{
    color:#fff;
}


.btn{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.btn input{
	width:50%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background:#b9c5eb;
}
.btn .current{
	background-color:rgba(251,2,0);
	color:#fff;
}

.tu{
	max-width:1000px;
	margin: auto;
	height:600px;
	overflow:scroll;
	overflow-x:hidden;
	position:relative;
}
.tu li{
	position:absolute;
	top:0;
	left:0;
	float:left;
}


.gdbg{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.gdbox{
	border:#fff solid 1px;
	width:900px;
    height:220px;
	overflow:scroll;
	overflow-x:hidden;
    margin: auto;
	margin-top:10px;
    padding:10px 0;
}
.box-title{
	height:30px;
	background-color:#0453b8;
}
.box-title a{
	font-size:14px;
	float:right;
	margin-right:4px;
	color:#fff;
	line-height:30px;
}
.gd-l{
	float:left;
}
.gd-l img{
	width:130px;
	height:140px;
}
.gd-l a{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-top:5px;
	text-align:center;
	transition:all 0.5s;
}
.gd-l a:hover{
	color:#fe0002;
}
.gd-l p{
	width:130px;
	margin-top:5px;
    margin-left:5px;
	font-size:12px;
}
.gd-r{
	float:left;
    width:680px;
	margin-left:40px;
}
.gd-r p{
    line-height:32px;
    text-indent:2em;
    font-size:16px;
    margin-top:20px;
}
.gd-r h3{
    font-size:20px;
	font-weight:bold;
    margin-top:10px;
    color:#111;
	float:none;
}
.more{
    float:right;
    transition:all 0.5s;
}
.more:hover{
    color:rgba(251,2,0);
}


.img{
	height:480px;
	overflow:scroll;
	overflow-x:hidden;
	margin-top:20px;
	border:#ccc solid 1px;
}
.img a{
	border:#ccc solid 2px;
	float:left;
	margin:5px 3px;
}
.img a p{
	text-align:center;
	font-weight:bold;
	transition:all 0.5s;
}
.img a img{
	opacity:0.8;
	transition:all 0.5s;
}
.img a:hover{
	border:rgba(251,2,0) solid 2px;
}
.img a:hover p{
	color:rgba(251,2,0);
}
.img a:hover img{
	opacity:1;
}


.pt{
	max-width:1000px;
	margin: auto;
}

.pt-box{
	border:#eee solid 1px;
	float:left;
	width:478px;
	margin-top:20px;
	background-color:rgba(255,255,255,1);
	transition:all 0.5s;
}

.pt .pt-box:nth-child(even){
	margin-left:40px;
}

.pt-box:hover{
	box-shadow:0 0 3px #333;
}

/* .pt-lr{
	margin-left:20px;
	margin-right:20px;
} */

.pt-l{
	margin-left:40px;
}

.pt-title{
	height:30px;
	background-color:rgba(251,2,0);
}

.pt-title h2{
	font-size:16px;
	line-height:30px;
	float:left;
	margin-left:5px;
	font-weight:bold;
	color:#fff;
}

.pt-title a{
	float:right;
	margin-right:1px;
	line-height:30px;
	font-size:14px;
	color:#ddd;
	transition:all 0.5s;
}

.pt-title a:hover{
	color:#fff;
}

.pt-title img{
	height:28px;
	margin-top:1px;
}

.pt p{
	width:310px;
	margin-left:4px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pt p a{
	transition:all 0.5s;
	line-height:30px;
	color:#000;
	font-size:13px;
}
.pt p a:hover{
	color:#459df5;
}

.lg{
	max-width:1000px;
	margin:10px auto;
}
.lg a{
	width:20%;
	float:left;
	margin:10px 2.5%;
	background:#000;
}
.lg a img{
	width:100%;
	transition:all 0.3s;
}
.lg a:hover img{
	opacity:0.85;
}



/*评级*/
.pjbox{
	max-width:1000px;
	margin: auto;
	margin-top:20px;
}
.pjtitle ul{
	height:40px;
	line-height:40px;
	background:#111;
}
.pjtitle ul li{
	font-weight:bold;
	float:left;
	width:14.28%;
	text-align:center;
	color:rgba(251,2,0);
}
.pjtab ul li{
	float:left;
	width:14.28%;
	text-align:center;
}
.pjtab ul{
	height:40px;
	line-height:40px;
}
.pjtab ul:nth-child(even){
	background:#ebeff2;
}
.pjtab a:hover{
	color:rgba(251,2,0);
}
.time_box{
    height:40px;
    margin-bottom:10px;
    position:relative;
}
.time_seach{
    position:absolute;
    top:0;
    left:0;
    z-index:998;
}
.time_seach ul{
    float:left;
    display:block;
    color:#fff;
    background:rgba(17,17,17,0.9);
    line-height:40px;
    width:200px;
    height:40px;
    overflow:hidden;
    text-align:center;
    cursor:pointer;
    transition:all 0.3s;
}
.time_seach ul:first-child{
    background:#2e8ded;
    font-weight:bold;
}
.time_seach ul span{
	color:#fff;
}
.more{
	float: right;
}
.time_seach ul li{
    color:#fff;
	line-height:30px;
	margin-bottom:1px;
    transition:all 0.3s;
}
.time_seach p{
    color:#2ebcfe;
    position:relative;
}
.time_seach p::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid #2e8ded;
    border-bottom: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 20px;
}
/* .time_seach i{
    color:#2e8ded;
    width:15px;
    height:15px;
    position:absolute;
} */
.time_seach ul:hover{
    height:auto;
}
.time_seach ul li:hover{
    color:#2ebcfe;
}
#end_19{
    display:none;
}
#end_18{
    display:none;
}



.zj{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.zj-box{
	width:46%;
	float:left;
	margin:0 20px;
}
.zj li{
	line-height:36px;
}
.zj li a{
	font-size:14px;
	transition:all 0.4s;
}
.zj li a:hover{
	color:#2a2a2a;
}


.zt{
	max-width:960px;
	margin: auto;
	margin-top:30px;
}
.zt li{
	float:left;
	width:460px;
	height:90px;
	margin-top:10px;
}
.zt li:nth-child(even){
	margin-left:40px;
}
.zt img{
	width:100%;
	height:100%;
}
.zt-lr{
	margin-left:17px;
	margin-right:17px;
}

.pd{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.pd li{
	float:left;
	width:320px;
	height:80px;
	margin-top:10px;
}
.pd li:nth-child(2){
	margin-left:20px;
	margin-right:20px;
}
.pd img{
	width:100%;
	height:100%;
}


.footer a{
	transition:all 0.5s;
}
.footer a:hover{
	color:rgba(251,2,0);
}


@media(max-width:1000px){
	.img a{margin:5px 2px;}
	.mn li{width:50%;margin-bottom:10px;padding:10px 0;font-size:20px;font-weight:bold;}

	.pt .pt-box:nth-child(even){
		margin-left:20px;
	}

	.dd p, .dd span, .dd a{
		font-size:14px;
	}
	.dd p{
		margin-top:30px;
	}
	.mnshow h2{
		text-align:left;
		margin-bottom:30px;
	}
	.mnshow strong{
		font-size:14px;
	}
	.mnshow p{
		font-size:12px;
	}
	.mnshow a{
		position:initial;
		display:block;
		width:50%;
		margin: auto;
		background:dodgerblue;
		color:#fff;
		text-align:center;
		margin-top:20px;
		line-height:50px;
		font-size:20px;
	}
}