@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style-type:none; 
	font-style:normal;
}
a,img{border:0; text-decoration:none;}
h1{font-size: 30px;font-weight: normal;}
h2{font-size: 24px;font-weight: normal;}
h3{font-size: 20px;font-weight: normal;}
h4{font-size: 16px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
.clr{ clear:both;}
body{
	font:12px/180% "微软雅黑", Arial, Helvetica, sans-serif;
	background:#f3f6ff; 
	color:#3d3e49;
	overflow:scroll;
	overflow-x:hidden;
}

.main_image {width:100%; overflow:hidden; margin:0 auto; position:relative}
.main_image ul {width:9999px; height:686px; overflow:hidden; position:absolute; top:0; left:0}
.main_image li {float:left; width:100%; height:686px;}
.main_image li span {display:block; width:100%; height:686px}
.main_image li a {display:block; width:100%; height:686px}
.main_image li .img_1 {background: url('../images/1.jpg') center top no-repeat; background-size:cover; color:#fff;}
.main_image li .img_2 {background: url('../images/2.jpg') center top no-repeat; background-size:cover;}
.main_image li .img_3 {background: url('../images/3.jpg') center top no-repeat; background-size:cover;}
.main_image li .img_4 {background: url('../images/4.jpg') center top no-repeat; background-size:cover;}
div.flicking_con {width:990px; margin:0 auto; position:relative}
div.flicking_con .flicking_inner {position:absolute; top:556px; left:47%; z-index:999; width:300px; height:21px} /* 121126 */
div.flicking_con a {float:left; width:21px; height:21px; margin:0; padding:0; background:url('../images/btn_main_img.png') 0 0 no-repeat; display:block; text-indent:-1000px}
div.flicking_con a.on {background-position:0 -21px}
#btn_prev,#btn_next{z-index:1998;position:absolute;display:block;width:39px!important;height:77px!important;top:50%;margin-top:-37px;display:none;}
#btn_prev{background:url(../images/bg_list.png) no-repeat left top;left:100px;}
#btn_next{background:url(../images/bg_list.png) no-repeat -40px top;right:100px;}

.head{
	width:100%;
	height:72px;
	background:#1f202a;
	color:#ffffff;
}
.top{
	width:1120px;
	margin:0 auto;
	height:72px;
}
.head .top img{ 
	float:left; 
}
.phone{
	float:right;
	font-size:16px;
	line-height:72px;
}
.nav{
	float:left;
	margin-left:80px;
}
.nav li{
	height:72px; 
	float:left; 
	cursor:pointer;
	}
.nav li a{
	display:block; 
	height:68px;
	line-height:72px;
	font-size:16px;
	color:#ffffff;
	margin-left:72px;
	float:left;
}
.nav li a.cur{
	color:#fff; 
	border-bottom:3px solid #e67f27;
}
.nav li a:hover{
	color:#e67f27; 
}

.foot{
	width:100%;
	background:#1f202a;
	text-align:center;
	color:#ffffff;
	height:60px;
	line-height:40px;
}