@charset "utf-8";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑";color:#f4e89c;}
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;}
body{background:#110200;}

/*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:14px;transition:all 0.4s;}
.header .right a:hover{color:#e90004;}

/*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:#e90004;
}

.dd{
    max-width:880px;
    margin: auto;
    padding:20px 60px;
}
.dd h1{
    font-size:26px;
	font-weight:bold;
    color:#e90004;
}
.dd p{
    font-size:22px;
    line-height:44px;
    text-indent:2em;
    margin-top:10px;
}
.dd span{
    color:#e90004;
	font-size:22px;
}
.dd a{
	float:right;
	border-bottom:#e90004 solid 1px;
}
.dd a:hover{
	color:#e90004;
}


.tt{
	max-width:1000px;
	margin: auto;
	margin-top:10px;
	border:#ccc solid 1px;
	text-align:center;
	position:relative;
	cursor:pointer;
}
.tt a{
	font-size:26px;
	font-weight:bold;
	display:inline-block;
	width:100%;
	height:100%;
	line-height:50px;
	transition:all 0.3s;
}
.tt img{
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-179px;
	z-index:999;
	display:none;
}
.tt:hover{
	border:#c50c0c solid 1px;
	background:#c50c0c;
}
.tt:hover a{
	color:#fff;
}


.ggbox{
	max-width:1000px;
	margin: auto;
}
.zb{
	width:100%;
	margin:10px auto;
	height:600px;
	overflow:scroll;
	overflow-x:hidden;
}
.zb img{
	opacity:0.85;
	width:100%;
	margin: auto;
	transition:all 0.3s;
}
.ggbox a{
	font-size:20px;
	float:right;
	line-height:40px;
}
.zb:hover img{
	opacity:1;
}
.ggbox a:hover{
	color:#e90004;
}


.pt{
	max-width:1000px;
	margin: auto;
}

.pt-box{
	width:320px;
	float:left;
	margin-top:20px;
	background-color:rgba(255,255,255,1);
	transition:all 0.3s;
}

.pt-lr{
	margin-left:20px;
	margin-right:20px;
}

.pt-l{
	margin-left:40px;
}

.pt-title{
	height:30px;
	background-color:#7f381c;
}

.pt-title h2{
	font-size:16px;
	line-height:30px;
	float:left;
	margin-left:5px;
	font-weight:bold;
}

.pt-title a{
	float:right;
	line-height:30px;
	font-size:14px;
	color:#ddd;
	transition:all 0.3s;
}

.pt-title a:hover{
	color:#fff;
}

.pt-title img{
	height:28px;
	margin-top:1px;
	background:#fff;
}

.pt p{
	width:310px;
	margin-left:4px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pt p a{
	transition:all 0.3s;
	line-height:30px;
	color:#000;
	font-size:13px;
}
.pt p a:hover{
	color:#459df5;
}


#al{
	max-width:1000px;
	margin: auto;
	margin-top:20px;
}
#al li{
	border:#aaa solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	transition:all 0.5s;
}
#al li a{
	font-size:20px;
	color:#ccc;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
#al li:hover{
	border:#eee solid 1px;
	background-color:#7f381c;
}
#al li:hover a{
	color:#fff;
}


.btn{
	max-width:1000px;
	margin: auto;
	text-align:center;
	background-color:#31160b;
	transition:all 0.5s;
}
.btn a{
	font-size:20px;
	font-weight:bold;
	color:#ccc;
	line-height:36px;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.btn:hover{
	background-color:#7f381c;
}
.btn:hover a{
	color:#fff
}



.zt{
    max-width:1000px;
    margin: auto;
    margin-top:20px;
}
.zt li{
    float:left;
    width:320px;
    height:80px;
    margin:5px;
}
.zt li img{
    width:100%;
    height:80px;
}


.footer a{
	margin-right:5px;
	transition:all 0.3s;
}
.footer a:hover{
	color:#e90004;
}


@media(max-width:1200px){
	.header{max-width:96%;}
	.box-lr{margin-left:20px;}
	.gg-lr,.pt-lr{margin-left:10px;margin-right:10px;}
	.pt-l{margin-left:20px;}
	.img a{margin:5px 2px;}
	.zt li{margin:3px;}
	.ggbox{width:94%;}
	.zb img{opacity:1;}
}
