﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1002px;
	margin:0 auto;
	font-size:12px;	
	font-family:"arial","Microsoft Yahei";
	_font-family:"Microsoft Yahei";
	position:relative;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	color:#666;
	text-decoration:none;	
}
a:hover{
	color:#017cc0;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.container{
	width:1002px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

/*header 开始*/
.header{
	height:40px;
	line-height:40px;
	background:url("../images/header_bg.png") repeat-x left top;
	color:#fff;	
	font-family:"宋体";
}
.header_left{
	float:left;	
}
.header_left span{
	float:left;	
	padding-right:5px;
}
.header_left .header_weather{
	float:left;
	width:176px;
	height:21px;
	margin-top:7px;	
}
.header_right{
	float:right;	
}
.header_right .tel{
	float:left;
	padding-left:26px;
	background:url("../images/header_tel.png") no-repeat left center;	
}
.header_right .tel span{
	/*font-size:14px;*/
	font-family:"Microsoft Yahei";	
}
.header_right .lan{
	color:#fff;
	float:left;
	padding-left:22px;
	font-family:"arial";	
	margin-left:10px;
}
.header_right .lan:hover{
	color:#f60;	
}
.header_right .en{
	background:url("../images/lan_en.png") no-repeat left center;	
}
.header_right .cn{
	background:url("../images/lan_cn.png") no-repeat left center;	
}
/*header 结束*/

/*top_nav 开始*/
.top_nav{
	height:127px;
	clear:both;	
}
.nav{
	float:right;
	margin-top:25px;	
}
.nav a{
	display:inline-block;
	width:80px;
	height:28px;
	text-align:center;	
	float:left;
	font-family:"Microsoft Yahei";
	line-height:28px;
	padding-top:60px;
	background-repeat:no-repeat;
	background-position:top center;
	color:#484848;
}
.nav a:hover{
	color:#484848;	
}
.nav .a1{
	background-image:url("../images/nav_a1.png");	
}
.nav .a1:hover,.nav .a1_hover{
	background-image:url("../images/nav_a1h.png");	
}
.nav .a2{
	background-image:url("../images/nav_a2.png");	
}
.nav .a2:hover,.nav .a2_hover{
	background-image:url("../images/nav_a2h.png");	
}
.nav .a3{
	background-image:url("../images/nav_a3.png");	
}
.nav .a3:hover,.nav .a3_hover{
	background-image:url("../images/nav_a3h.png");	
}
.nav .a4{
	background-image:url("../images/nav_a4.png");	
}
.nav .a4:hover,.nav .a4_hover{
	background-image:url("../images/nav_a4h.png");	
}
.nav .a5{
	background-image:url("../images/nav_a5.png");	
}
.nav .a5:hover,.nav .a5_hover{
	background-image:url("../images/nav_a5h.png");	
}
.nav .a6{
	background-image:url("../images/nav_a6.png");	
}
.nav .a6:hover,.nav .a6_hover{
	background-image:url("../images/nav_a6h.png");	
}
.nav .a7{
	background-image:url("../images/nav_a7.png");	
}
.nav .a7:hover,.nav .a7_hover{
	background-image:url("../images/nav_a7h.png");	
}
/*top_nav 结束*/

.tabs .con{
	display:none;	
}
.tabs .show{
	display:block;	
}

/*banner 开始*/
.banner{
	height:215px;		
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
}
.banner .container{
	position:relative;	
	padding-top:73px;
}
.banner p{
	color:#fff;
	line-height:22px;		
}
.banner  .banner_ico{
	display:inline-block;	
	width:104px;
	height:104px;
	line-height:104px;
	font-size:20px;
	color:#fff;
	text-align:center;
	background:url("../images/banner_ico.png") no-repeat left top;
	position:absolute;
	left:449px;
	top:55px;
	z-index:10;	
}
/*banner 结束*/
.main{		
}

.pos{
	height:84px;
	line-height:84px;
	border-bottom:1px solid #e5e5e5;	
	clear:both;
}
.pos_left{
	float:left;
	color:#242424;	
}
.pos_left a{
	color:#242424;		
}
.pos_left a:hover{
	color:#017cc0;	
}
.pos_right{
	float:right;
	font-size:16px;	
}
.pos_right a{
	display:inline-block;
	height:82px;
	line-height:82px;
	color:#484848;	
	margin:0 20px;
	float:left;
}
.pos_right a.hover,.pos_right a:hover{
	border-bottom:2px solid #017cc0;	
	color:#017cc0;
}

.page{
	height:40px;
	line-height:40px;
	text-align:center;
	color:#666;
}
.page a,.page span{
	margin:0 3px;	
}

/*footer 开始*/
.footer{
	margin-top:50px;	
}
.footer_links{
	height:68px;
	line-height:68px;
	background:#f6f6f6;	
	text-align:center;
}
.footer_links a{
	color:#292929;
	margin:0 3px;	
}
.footer_links a:hover{
	color:#017cc0;	
}

.footer_info{
	height:104px;
	background:url("../images/footer_bg.png") repeat-x left top;
}
.footer_info .fi_inner{
	height:104px;
	padding-left:227px;
	width:775px;
	margin:0 auto;	
	background:url("../images/footer_logo.png") no-repeat 177px center;
}
.footer_info p{
	line-height:22px;
	color:#fff;	
}
.footer_info p a{
	color:#fff;	
}
.footer_info p a:hover{
	text-decoration:underline;	
}

.footer_info .foot_left{ float:left; margin-left:10px; margin-top:30px;}
.footer_info .foot_right{ float:right; margin-right:155px; margin-top:10px;}
.footer_info .foot_right img{ vertical-align:middle; height:74px;}

/*footer 结束*/

.scott{ text-align:center; margin-top:10px;}

/*公用CSS 结束*/