﻿*{ 
	margin:0; 
	padding:0;
	list-style:none;
	outline:none; 
	font-family:"微软雅黑";
	font-size: 14px;
	color: #333;
}
body{
	min-width:1200px;
	position: relative;
}

img{ 
	display:block;
	border:none;
}

h1,h2,h3,h4,h5{
	font-weight:normal;
}

a{ 
	text-decoration:none;
}
em{
	font-style: normal;
}

.cls{
	clear: both;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1;
}

input:-ms-input-placeholder{
    color: #fff;opacity:1;
}

input::-webkit-input-placeholder{
    color: #fff;opacity:1;
}

/*头部*/
.top{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #dedcdc;
}
.top-con{
	height: 60px;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.top-left{
	float: left;
}
.top-left span{
	display: inline-block;
	line-height: 60px;
	color: #8f8f8f;
}
.top-left span.tel{	
	width: 140px;
	padding-left: 60px;
	background: url(tel.png) no-repeat 30px center;
}
.top-left span.email{
	width: 130px;
	padding-left: 70px;
	background: url(email.png) no-repeat 30px center;
}
.top-right{
	float: right;
	width: 240px;
	line-height: 60px;
	color: #8f8f8f;
	background: url(adress.png) no-repeat left center;
	padding-left: 30px;
}
.logo{
	width: 1200px;
	margin: 0 auto;
	height: 100px;
}
.logo span{
	display: block;
	height: 100px;
	float: left;
	width: 50%;
}
.logo-left{
	background: url(logo.png) no-repeat 70px center;
}
.logo-right{
	background: url(adv1.png) no-repeat right center;
}

/*导航栏*/
.nav{
	width: 100%;
	height: 80px;
	background: #ff0000;
}
.nav ul{
	width: 1200px;
	margin: 0 auto;
}
.nav ul li{
	width: 100px;
	height: 60px;
	float: left;
	line-height: 60px;
	margin-left: 30px;
}
.nav ul li a{
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 100px;
	height: 60px;
	display: block;
	margin-top: 10px;
}
.nav ul li a.active,.nav ul li a:hover{
	background: #fff;
	color: #ff0000;
}

/*轮播图*/
.banner{
	background:#fff;
	height:592px; 
	position:relative;
}

.banner .banner_l{
	display: block;
	height:592px;
	width:100%; 
	position:absolute;
	top:0;
	left:0; 
	background-position:center top;
}

.banner_ctrl{ 
	height:100px;
	width:960px;
	position:
	absolute;
	top:50%;
	left:50%;
	margin:-50px 0 0 -480px;
	z-index:2;
}

.banner_ctrl a{ 
	display:block;
	width:30px;
	height:100px; 
	background:url(banner_ctrl.png) no-repeat;
	_background:url(banner_ctrl.jpg) no-repeat;
	position:absolute; 
	opacity:.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}
.banner_ctrl a.prev{
	left:-110px;
}
.banner_ctrl a.next{
	right:-110px; 
	background-position:-30px 0;
}
.adv{
	width: 1200px;
	margin: 0 auto;
	height: 190px;
	background: url(adv2.png) no-repeat center center;
}

/*底部*/
.footer{
	width: 100%;
	height: 270px;
	background: #eee;
}
.footer-con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.logot{
	width: 224px;
	float: left;
	margin-top: 100px;
	margin-right: 38px;
}
.footer-conc{
	width: 900px;
	float: left;
	overflow: hidden;
}
.footer-left{
	float: left;
	width: 700px;
	height: 230px;
	margin-top: 20px;
}
.footer-left li{
	width: 300px;
	height: 70px;
	margin-left: 35px;
	margin: 0 0 5px 38px;
	float: left;
}
}
.footer-left li.lono{
	width: 700px;
}
.footer-left li span{
	font-size: 16px;
	height: 30px;
	display: block;
	line-height: 50px;
	color: #666;
}
.footer-left li span.num{
	font-size: 18px;
	color: #ff0000;
}
.footer-right{
	float: right;
	margin-top: 46px;
}

