@charset "utf-8";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑";color:#040000;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;}
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:#fefbf0;}

/*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:#b11e23;}

/*banner*/
.banner img{width:100%;}


.nav{
	max-width:1000px;
	margin: auto;
}
.nav li{
	float:left;
	background:#2e0000;
	padding:0 20px;
	transition:all 0.5s;
}
.nav a{
	font-size:20px;
	line-height:40px;
	display:inline-block;
	width:100%;
	height:100%;
	color:#ccc;
	transition:all 0.5s;
}
.nav li:hover{
	background:#b11e23;
}
.nav li:hover a{
	color:#fff;
}

.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:#d71718;
}


.dd{
    max-width:880px;
    margin: auto;
    padding:20px 60px;
}
.dd h1{
    font-size:24px;
	font-weight:bold;
    color:#b11e23;
}
.dd p{
    font-size:20px;
    line-height:40px;
    text-indent:2em;
    margin-top:10px;
}
.dd strong{
    color:#111;
	font-size:20px;
}
.dd span{
    color:#b11e23;
	font-size:16px;
}


.kp{
    max-width:1000px;
    margin: auto;
    margin-top:20px;
}
.kp li{
    border:#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:24px;
    font-weight:bold;
    display:block;
    transition:all 0.5s;
}
.kp li:hover{
    border:#b11e23 solid 1px;
    background-color:#b11e23;
}
.kp li:hover a{
    color:#fff;
}


.lg-box{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.lg-box h1{
	font-size:20px;
	font-weight:bold;
	border-bottom: #eee solid 1px;
    padding-bottom: 5px;
	color:#315efd;
}
.lg{
	margin-top:10px;
}
.lg li{
	width:225px;
	height:80px;
	background:#aaa;
	float:left;
	margin:10px;
}
.lg li img{
	width:100%;
	height:100%;
	opacity:0.8;
	transition:all 0.5s;
}
.lg li:hover img{
	opacity:1;
}



.gg{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.gg-box{
	float:left;
	width:320px;
	box-shadow:0 0 3px #333;
	background-color:rgba(255,255,255,0.75);
	position:relative;
}
.more{
	position:absolute;
	top:0;
	right:0;
	transition:all 0.5s;
}
.more:hover{
	color:#315efd;
}
.g-l{
	float:left;
	width:140px;
}
.g-l img{
	width:100%;
}
.g-r{
	float:right;
	width:180px;
	text-align:center;
}
.g-r a{
	font-size:18px;
	display:block;
	color:#315efd;
	margin-top:36px;
	transition:all 0.5s;
}
.g-r p{
	margin-top:10px;
}
.box-lr{
	margin-left:15px;
	margin-right:15px;
}
.g-r a:hover{
	color:#018cf1;
}


.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:#b11e23 solid 2px;
}
.img a:hover p{
	color:#b11e23;
}
.img a:hover img{
	opacity:1;
}


.pt{
	max-width:1000px;
	margin: auto;
	margin-top:20px;
}

.pt-box{
	box-shadow:0 0 3px #333;
	float:left;
	width:320px;
	margin-top:20px;
	background-color:rgba(255,255,255,1);
}

.pt-lr{
	margin-left:20px;
	margin-right:20px;
}

.pt-l{
	margin-left:40px;
}

.pt-title{
	height:30px;
	background-color:#b11e23;
}

.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:4px;
	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;
}


.rw{
	max-width:1000px;
	margin: auto;
}

.rw li{
	width:310px;
	height:245px;
	overflow:hidden;
	background-color:#F8F8F8;
	float:left;
	margin:11.6px;
	transition:all 0.5s;
}

.rw li p{
	font-size:14px;
	padding:0 10px;
	margin-top:3px;
	transition:all 0.5s;
	color:#000;
}

.rw li:hover{
	box-shadow:0 0 10px #333;
}

.rw li:hover p{
	color:#000;
}

.swiper-container{
    max-width:1070px;
	margin: auto;
}
.swiper-slide img{
	width:100%;
}
.btn{
	opacity:0;
	transition:all 0.5s;
}
.swiper-container:hover .btn{
	opacity:1;
}


.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{
	transition:all 0.5s;
}
.footer a:hover{
	color:#b11e23;
}


@media(max-width:1000px){
	.nav li{padding:0 19px;}
	.pt-l{margin-left:20px;}
	.pt-lr{margin-left:10px;margin-right:10px;}
	.pt-logo a{margin:10px 6px;}
	.box-lr{margin-left:10px;margin-right:10px}
	.zt li{margin:3px;}
	.img a{margin:5px 2px;}
	.rw li{margin:8px;}
}
