
/* CSS Document */

/*基本信息*/
html, body { 
    padding: 0; 
    margin: 0; 
    font-size: 12px; 
    line-height: 1.5em; 
    height: 100%; 
    width: 100%;
  
}
body { 
    background-color: #fff;
}
html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
    margin: 0; 
    padding: 0; 
    border: 0; 
    vertical-align: baseline;
}
button { 
    border: none;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section { 
    display: block;
}
ol, ul { 
    list-style: none;
}
* { 
    padding: 0; 
    margin: 0; 
    font-family: Arial, Microsoft Yahei; 
    font-size: 12px;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-size: 100%; 
    font-weight: normal; 
    letter-spacing: 0px;
}

ol, ul { 
    list-style: none;
}

a { 
    cursor: hand;
}

ins, a { 
    text-decoration: none; 
    color: #333333; 
    cursor: pointer;
}

input { 
    border: none; 
    border-radius: 0;
}


/*IE CSS3 兼容性*/
.IE_CSS3 { 
    position: relative \9; 
    behavior: url(/css/PIE.htc) \9;
}

.no_border { 
    border: none;
}

/*阴影*/
.box_shdow_A { 
    box-shadow: -1px 2px 3px #e3e3e3; 
    position: relative \9; 
    behavior: url(/css/PIE.htc) \9;
}

/*圆角*/
.border_radius_A { 
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    border-radius: 6px; 
    position: relative \9; 
    behavior: url(/PIE.htc) \9;
}

/*文字超出省略号*/
.textOverflow { 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    -o-text-overflow: ellipsis; 
    overflow: hidden;
}

/*文字对齐*/
.alignText { 
    text-align: justify; 
    text-justify: distribute-all-lines; 
    text-align-last: justify; 
    text-align: right \9;
}

/*文本框边框*/
.input_text { 
    border: 1px solid #e0e0e0;
}

/*透明度*/
.filter_bg{  
    filter:alpha(opacity:30); 
    opacity:0.3;  
    -moz-opacity:0.3; 
    -khtml-opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);/*兼容ie8及以下*/
}

/*文字间距*/
.text_spacing{  
    letter-spacing: 8px;
}

.clr{ 
    clear: both;
}

select { 
    appearance: none; 
    -moz-appearance: none; 
    -webkit-appearance: none; 
    border: none; 
    height: inherit; 
    line-height: inherit; 
    width: 100%;  
    font-size: 14px; 
    color: #555; 
    background: none; 
    line-height: 10px \9;
}


body{
    width: 100%;
    height: 100%;
    /*min-width: 1200px;*/
	background-color: #fff;
}
.wrap_width{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
/*.clr{
	clear: left;
}*/
.filter_element:hover{
    filter:alpha(opacity:80); 
    opacity:0.8;  
    -moz-opacity:0.8; 
    -khtml-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);/*兼容ie8及以下*/
}

/*top样式开始*/
.top{
	width: 100%;
	height: 70px;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
}
.top .logo{
	vertical-align: middle;
}
.top .logo img{
	float: left;
	margin-top: 15px;
}
.hd-nav ul{
	float: right;
}
.hd-nav ul li{
	float: left;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	}
.hd-nav ul li a{
	display: block;
	line-height: 67px;
	color: #333;
}
.hd-nav ul li.on a{
	border-bottom: 3px solid #0a48b0;
	color: #0a48b0;
	}
.hd-nav ul li:hover a{
		border-bottom: 3px solid #0a48b0;
		color: #0a48b0;
	}
	
/*banner样式开始*/

.flexslider{
	position: relative;
	margin-top: 70px;
	height: 600px;
	overflow: hidden;
	width: 100%;
	/*background: url(../images/loading.gif) 50% no-repeat;*/
}
.slides{
	position: relative;
	width: 100%;
	z-index: 1;
}
.slides li{
	height: 600px;
	width: 100%;
}
.flex-control-nav{
	position: absolute;
	bottom: 10px;
	z-index: 778;
	width: 100%;
	text-align: center;
}
.flex-control-nav li{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	display: inline;
	zoom: 1;
}
.flex-control-nav a{
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 45px;
	overflow: hidden;
	background-color: #c7c7c7;
	border-radius: 50%;
	cursor: pointer;
}
.flex-control-nav .flex-active{
	background-color: #0a48b0;
}

.flex-direction-nav{
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 45%;
	display: none;
}
.flex-direction-nav li a{
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}


/*footer样式开始*/
.footer{
	height: 270px;
	background-color: #161937;
}
.foot_left{
	padding-top: 50px;
	color: #999;
	float: left;
}
.foot_left img{
	margin-bottom: 30px;
}
.foot_left ul li{
	float: left;
	padding: 0 10px;
	border-right: 1px solid #999;
	
}
.foot_left ul li a{
	color: #999;
}
.foot_left ul li:first-child{
	padding-left: 0;
}
.foot_left ul li:last-child{
	border-right: none;
}
.foot_left p{
	margin-top: 40px;
	line-height: 21px;
}
.foot_right{
	float: right;
}
.foot_right .ewm img{
	margin-top: 120px;
}


.more{
	width: 118px;
	height: 38px;
	line-height:  38px;
	border: 1px solid #0a48b0;
	text-align: center;
	color: #0a48b0;
	font-size: 16px;
}
.more a{
	color: #0a48b0;
}