@charset "UTF-8";
/* CSS Document */
/* 头部 */
.header{
	padding: 20px 0;  
	background-color: #fff;
	overflow: hidden;
}
.header .tel{
	font-size: 35px;
	font-weight: 600;
	color: #e62e2e;
	background: url('../images/tel.png') no-repeat left center;
	text-indent: 1.5em;
}

/* 导航菜单 */
.nav{
	height: 60px;
	background: #0066cc;
	line-height: 60px;
}
.nav ul li{float: left;width: 170px;}
.nav ul li a{
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center
}
.nav ul li a:hover,.nav ul li .on{background: rgba(0, 0, 0, 0.5);}

/*banner strat*/
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px;
   
}
.banner ul{width: 1920px;position: absolute;top:0;left: 50%;margin-left: -960px;height: 400px;}
.banner ul li{
    width: 100%;
    opacity: 0;
    display: none;
}
.banner ul li:first-child{
    display: block;
    opacity: 1;
}
.banner ul li img{
    display: block;
    width: 100%;
    height: 400px
}
.banner ol{
    width: 100%;
    position: absolute;
    height:8px;
    bottom:10px;
    text-align: center;
}
.banner ol li{
    width: 100px;
    height: 12px;
    background: #c2c2c2;
    display: inline-block;
    _display:inline;_zoom:1;
    _font-size:0;
    margin-right: 8px;
    border-radius: 25px
}
.banner ol li.on{
    background: #0066cc;
}

/* footer */
.footer{
    padding: 52px 0;
    overflow: hidden;
    background-color: #0066cc;
    color: #fff;
}
.footer p{
    font-size: 14px;
    line-height: 24px;
    width: 445px;
    display:block;
    text-align: left;
    margin: 0 auto;
}
.copyright{
    text-align: center;
    font-size: 12px;
    padding: 9px 0;
    background: #002952;
    color: #fff;
}