html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, em, p, font, img, small, strong, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {margin:0;padding:0;font-size:12px;} 
ol, ul {list-style:none} :focus {outline:none; } 
table {border-collapse:collapse;border-spacing: 0} 
caption, th, td { text-align: left; font-weight: normal} 
strong {font-weight:600} 
img{display:block;border:none;}
a{font:12px Arial;text-decoration:none;color:#404040;cursor:pointer;} 
a:hover{text-decoration:none;} 
*{
	text-decoration:none;
	font-family:"微软雅黑";
}
figure{margin:0;padding:0;}
h1{font-size:16px;font-weight:600;color:#666} .left{float:left} .right{float:right} .clear{clear:both}
/*style样式*/
.header{
	width:100%;
	background:#f5f5f5;
	height:28px;
	
}
.minw{min-width:1200px;}
.header ul{
	overflow:hidden;
	float:right;
	margin-right:100px;
	margin-top:5px;
}
.header ul li{
	float:left;
	padding:0 5px;
}
.box{
	width:100%;
}
.navbox{
	width:1200px;
	margin:0 auto;
	height:120px;
}

.nav{
	height:120px;
	float:right;
	
}
.navbox img{
	float:left;
	margin-top:10px;
}
.nav ul{
	float:right;
	margin-top:20px;
}
.nav ul li{
	float:left;
}
.nav ul li a{
	float:left;
	margin:0px 25px;
	font-size:16px;
	color:#666;
	padding:30px 0px;
	line-height:38px;
	height:38px;
}
.nav ul li a:hover{
	border-bottom:3px solid #c00;
}
.nav ul li .currentbox{
	border-bottom:3px solid #c00;
}
.bg{
	width:1920px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
	background:#fff;
	height:120px;
}

/*-----------幻灯片-----------*/
.home-box{
	width:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
}
.banner-home{
	width:1920px;
	position:relative;
	left:50%;
	margin-left:-960px;
	/*overflow:hidden;*/
	
}
/* css 重置 */

		/* 本例子css */
		.slideBox{ width:1920px; height:680px; overflow:hidden; position:relative;left:50%; margin-left:-960px;}
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:880px; bottom:15px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:20px;  width:15px; height:15px; line-height:10px; text-align:center; background:#fff; cursor:pointer; border-radius:100%; }
		.slideBox .hd ul li.on{ background:#29e23a; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:1920px; height:680px; display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev, .slideBox .next {
		position: absolute;
		left: 3%;
		top: 50%;
		margin-top: -25px;
		display: block;
		width: 32px;
		height: 40px;
		background: url(../image/slider-arrow.png) -110px 5px no-repeat;
		filter: alpha(opacity=50);
		opacity: 0.5;
}
		.slideBox .next{ left:auto; right:3%;top:40%; }
		.slideBox .a{left:auto; right:3%;top:30%;}
		.slideBox .b{left:auto; right:3%;top:45%;}
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
.bigbox{
	width:100%;
	height:50px;
	background:url(../image/backimg.png) repeat-x left bottom;
	position:absolute;
	top:750px;
	left:0;
}
.content1,.content2{
	width:100%;
	background:#f7f7f7;
}
.content1 .box1{
	width:1080px;
	margin:0 auto;
}
.content2{background:#f3f3f3; width:100%;}
.hdd{
			width:270px;
			margin:0 auto;
			padding:20px 0;
}
.content3{
	background:#e2e2e2;
	padding:80px 0px;
	width:100%;
}
.content4{
	background:#ededed;
	padding:80px 0px;
	width:100%;
}
.content5{
	padding:80px 0px;
	width:100%;
}

footer{
	width:100%;
	background:#2e2e2e;
	border-top:2px solid #c00;
	height:60px;
	padding:15px 0;
}
footer ul{
	width:350px;
	margin:0 auto;
	overflow:hidden;
}
footer ul li{
	float:left;
}
footer ul li a{
	float:left;
	color:#fff;
	padding:0px 10px;
}
footer .foot_ul{
	width:450px;
	margin-top:15px;
}
.backbox{
	position:fixed;
	right:150px;
	bottom:100px;
	cursor:pointer;
	display:none;
}
@media screen and (max-width:1440px){
	.slideBox .prev,
	.slideBox .next{ position:absolute;left:25%; top:35%; margin-top:-25px; display:block; width:80px; height:80px;margin-left:-40px;  }
	.slideBox .next{left:75%;top:35%; margin-right:-50px;}
}
/*footer*/
.footer {
    background-color: #222429;
}
.footer .footer-wrap {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
}
.footer .footer-wrap .footer-left {
    float: left;
}
.footer .footer-wrap .footer-left h3 {
    padding: 20px 0 25px;
}
.footer .footer-wrap .footer-left p {
    font-size: 12px;
    color: #585c65;
    margin-bottom: 5px;
}
.footer .footer-wrap .footer-right {
    float: right;
    margin-top: 50px;
    padding-left: 40px;
    border-left: 1px solid #42464e;
}
.footer .footer-wrap .footer-right .tel {
    margin-bottom: 10px;
}
.footer .footer-wrap .footer-right p {
    color: #8a8d96;
    font-size: 16px;
    font-weight: bold;
}
.footer .footer-wrap .footer-left p a {
    color: #666;
}
.footer .footer-wrap .footer-left p a:hover {
    color: #b6bdda;
}
.footer .footer-wrap .footer-left h3 {
    padding: 20px 0 25px;
	font-size:20px;
	color:#666;
}
.asidebox{
	position:fixed;
	bottom:200px;
	right:15px;
	display:none;
}
.backtop{
	color:#fff;
	background:#c00;
	width:50px;
	height:50px;
	cursor:pointer;
	line-height:50px;
	background:#c00 url(../image/to-top-icon.png) no-repeat center center;
	position:relative;
}
.backtop1{
	background:#c00 url(../image/tel-icon.png) no-repeat center center;
}
.backtop2{
	background:#c00 url(../image/qq-icon.png) no-repeat center center;
}
.backtop4{
	background:#c00 url(../image/qq-icon.png) no-repeat center center;
}
.tel_a{
	display:block;
	height:50px;
	line-height:50px;
	background:#c00;
	color:#fff;
	width:200px;
	position:absolute;
	top:0px;
	left:-50px;
	text-align:center;
	font-size:20px;
	display:none;
}