@charset "utf-8";

/*----------------初始代码-------------------*/

*{
	margin:0;
	padding:0;
	border:0;
}
ul,li,ol{
	list-style:none;
}
a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:none;
	color:#dd0010;
}
h1,h2,h3,h4,h5,h6{
	font-size:20px;
	font-weight:normal;
}
body{
	background:#ffffff;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:1.5em;
	text-align:center;
	color:#000000;
}
input{
	font-weight:normal;
	font-size:8pt;
	color:#000000;
	font-family:Tahoma, Verdana;
	background-color:#f8f8f8;
}
.clear{
	clear:both;
}
.float{
	float:left;
}
.floatr{
	float:right;
}

/*----------------分页-------------------*/

.anpager{
	margin:20px 0;
	text-align:center;
}
.anpager a{
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#000000;
	margin:2px;
	padding:5px 10px;
	text-decoration:none;
	font-size:16px;
	text-align:center;
}
.anpager a:hover{
	background:#dd0010;
	border:1px solid #dd0010;
	color:#FFFFFF;
}
.anpager a.hover{
	background:#dd0010;
	border:1px solid #dd0010;
	color:#FFFFFF;
}

/*----------------滚动-------------------*/

.carousel{
	position:absolute;
}
.prev{
	position:relative;
	left:0;
	top:0;
	float:left;
	margin:-180px 0 0 -25px;
	font-size:40px;
	font-weight:bold;
	color:#ac0000;
}
.next{
	position:relative;
	left:0;
	top:0;
	float:right;
	margin:-180px -25px 0 0;
	font-size:40px;
	font-weight:bold;
	color:#ac0000;
}

/*----------------图片切换-------------------*/

.submenu-cate-silde{
	width:600px;
	height:450px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}
.submenu-cate-silde .silde{
	width:598px;
	height:448px;
	overflow:hidden;
	position:relative;
	border:1px solid #d5d5d5;
}
.submenu-cate-silde .silde img{
	display:block;
	width:598px;
	height:448px;
	overflow:hidden;
}
.submenu-cate-silde .num{
	width:600px;
	height:14px;
	position:absolute;
	bottom:35px;
}
.submenu-cate-silde .num li{
	display:inline-block;
	width:14px;
	height:14px;
	overflow:hidden;
	margin:0 7px;
	background:#333333;
	font-size:0;
	line-height:0;
	text-indent:-99px;
	filter:alpha(opacity=90);
	opacity:0.9;
	border-radius:10px;
	cursor:pointer;
}
.submenu-cate-silde .num li.on{
	background:#dd0010;
}

/*----------------返回顶部-------------------*/

#gotop{
	display:none;
	position:fixed;
	z-index:2000;
	width:82px;
	height:110px;
	right:10px;
	bottom:130px;
	background:url(../images/ico-top.png) no-repeat;
	cursor:pointer;
}

/*----------------底部浮动-------------------*/

.floats{
	width:100%;
	height:100px;
	position:fixed;
	z-index:1000;
	right:0;
	bottom:0;
	background:#dd0010;
	-webkit-transition:right .5s ease;
	transition:right .5s ease;
}
.floats li{
	float:left;
	width:25%;
}
.floats li a,.floats li span{
	display:block;
	height:45px;
	padding:65px 0 0 0;
	text-align:center;
	font-size:20px;
	color:#ffffff;
	cursor:pointer;
}
.floats li.f01 a{
	background:url(../images/ico-f01.png) center 10px no-repeat;
}
.floats li.f02 a{
	background:url(../images/ico-f02.png) center 10px no-repeat;
}
.floats li.f03 a{
	background:url(../images/ico-f03.png) center 10px no-repeat;
}
.floats li.f04 a{
	background:url(../images/ico-f04.png) center 10px no-repeat;
}

/*----------------弹出导航-------------------*/

.nav{
	position:fixed;
	top:0;
	right:-400px;
	z-index:9999;
	width:400px;
	height:100%;
	background:#000000;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.nav h3{
	padding:60px 0 30px 0;
	font-size:20px;
	color:#ffffff;
	line-height:30px;
	text-align:center;
	border-bottom:1px solid #ffffff;
}
.nav ul li a{
	display:block;
	overflow:hidden;
	height:60px;
	line-height:60px;
	color:#dcdcdc;
	font-size:20px;
	text-align:center;
	border-bottom:1px solid #ffffff;
}
#nav-over{
	position:fixed;
	left:0;
	top:0;
	z-index:9998;
	display:none;
	width:100%;
	height:100%;
}
.openMenu{
	right:400px;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.openNav{
	right:0;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

/*----------------banner-------------------*/

.banner{
	max-width:640px;
	height:200px;
	margin:0 auto;
}
.flexslider{
	position:relative;
	width:640px;
	height:200px;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
}
.flexslider ul li .img{
	width:640px;
	height:200px;
}
.flex-viewport{
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
}
.flexslider .slides{
	zoom:1;
}
.flex-direction-nav a{
	width:60px;
	height:90px;
	line-height:99em;
	overflow:hidden;
	margin:-60px 0 0;
	display:block;
	background:url(../images/lricon.png) no-repeat;
	position:absolute;
	top:50%;
	z-index:10;
	cursor:pointer;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next{
	background-position:0 -90px;
	right:0;
}
.flex-direction-nav .flex-prev{
	left:0;
}
.flexslider:hover .flex-next{
	opacity:0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev{
	opacity:0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{
	opacity:1;
	filter:alpha(opacity=50);
}
.flex-control-nav{
	width:100%;
	position:absolute;
	bottom:15px;
	text-align:center;
}
.flex-control-nav li{
	margin:0 7px;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.flex-control-paging li a{
	display:block;
	width:14px;
	height:14px;
	overflow:hidden;
	text-indent:-99em;
	cursor:pointer;
	background:#ffffff;
	border-radius:10px
}
.flex-control-paging li a.flex-active{
	background:#dd0010;
}

/*----------------头部-------------------*/

.head{
	max-width:640px;
	height:145px;
	margin:0 auto;
}

/*----------------底部-------------------*/

.foot{
	max-width:640px;
	margin:0 auto;
	padding:25px 0 125px 0;
	text-align:center;
	line-height:35px;
	font-size:18px;
	border-top:1px solid #333333;
}

/*----------------导航-------------------*/

.menu{
	max-width:640px;
	height:120px;
	margin:0 auto;
}
.menu ul li{
	float:left;
	width:158px;
	height:58px;
	border:1px solid #ffffff;
}
.menu ul li a{
	display:block;
	width:158px;
	height:58px;
	line-height:58px;
	color:#FFFFFF;
	text-align:center;
	font-size:18px;
	background:#dd0010;
}
.menu ul li a:hover{
	background:#333333;
}
.menu ul li a.hover{
	background:#333333;
}

/*----------------中部-------------------*/

.content{
	max-width:600px;
	margin:30px auto;
}

/*----------------标题-------------------*/

.title{
	max-width:600px;
	height:45px;
	margin:0 auto;
	background:url(../images/tline.jpg) center bottom no-repeat;
}
.title a{
	display:block;
	width:600px;
	height:45px;
	text-align:center;
	font-size:26px;
	color:#333333;
}

/*----------------分类-------------------*/

.navi{
	max-width:600px;
	padding:20px 0 0 0;
}
.navi ul li{
	float:left;
	margin:10px 5px 0 5px;
	width:190px;
	height:45px;
}
.navi ul li a{
	display:block;
	width:190px;
	height:45px;
	line-height:45px;
	background:#333333;
	color:#FFFFFF;
	text-align:center;
}
.navi ul li a:hover{
	background:#dd0010;
}
.navi ul li a.hover{
	background:#dd0010;
}

/*----------------单页-------------------*/

.about{
	max-width:600px;
	margin:30px auto;
}
.about .texts{
	width:600px;
	text-align:left;
	line-height:35px;
}
.about .buttons{
	width:250px;
	height:50px;
	margin:0 auto;
	padding-top:15px;
}
.about .buttons a{
	display:block;
	width:250px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#dd0010;
	color:#FFFFFF;
}

/*----------------图片列表-------------------*/

.piclist{
	max-width:600px;
	margin:25px auto;
}
.piclist ul li{
	float:left;
	margin:5px;
	width:290px;
	height:300px;
	background:#333333;
}
.piclist ul li:hover{
	background:#dd0010;
}
.piclist  ul li .imgs{
	width:290px;
	height:250px;
}
.piclist ul li .imgs img{
	width:284px;
	height:244px;
	border:1px solid #d5d5d5;
	background:#FFFFFF;
	padding:2px;
}
.piclist ul li .texts{
	width:290px;
	height:50px;
	line-height:50px;
	text-align:center;
}
.piclist ul li .texts a{
	color:#FFFFFF;
}

/*----------------新闻列表-------------------*/

.newlist{
	max-width:600px;
	margin:20px auto;
}
.newlist ul li{
	width:600px;
	height:40px;
	line-height:40px;
	text-align:left;
}
.newlist ul li a{
	background:url(../images/nico.png) 10px 8px no-repeat;
	padding-left:30px;
}

/*----------------详细页-------------------*/

.newshow{
	max-width:600px;
	margin:30px auto;
}
.newshow .titt{
	max-width:600px;
	line-height:60px;
	text-align:center;
	font-size:24px;
}
.newshow .bzxx{
	max-width:600px;
	line-height:60px;
	text-align:center;
	border-top:1px dashed #cecece;
	border-bottom:1px dashed #cecece;
}
.newshow .wzxx{
	max-width:600px;
	line-height:50px;
	text-align:left;
}
.newshow .wzxx img{
	width:100%;
	height:auto;
	margin-top:20px;
}
