﻿@charset "utf-8";
/* CSS Document */

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
img/* img elements 图片元素 */{
border:medium none;
margin: 0;
padding: 0;
}
/** 设置默认字体 **/
body,button, input, select, textarea { font-size: 16px;font-family:"微软雅黑";color:#333; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none;color:#333;}
a:focus{outline: none;}
a:hover { text-decoration: none;}
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/** 页面框架样式 **/
.fn_clear:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.fn_clear{zoom:1;}
.fn_hide{display:none;}
.fn_show{display:block;}
.fn_left,.fn_right{display:inline}
.fn_left{float:left;}
.fn_right{float:right}

/*页面公共样式开始*/
.html
{
	min-width:1000px;
}
.main
{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.top
{
	height:35px;
	background:#f8f8f8;
	line-height:35px;
	color:#666;
}
.top p
{
	float:left;	
}
.top span
{
	float:right;
}
.top span a
{
	color:#666;
	margin:0 5px;
}
.top span a:hover
{
	color:#bcd015;
}
.head
{
	height:125px;
}
.head_l
{
	margin:25px 0 0 324px;
	float:left;
}
.head_l img
{
	display:block;
	margin:4px 0 10px 0;
}
.head_l p
{
	font-size:14px;
	color:rgb(80,158,136);
	line-height:25px;
	width:383px;
}
.head_l p span
{
	color:rgb(80,158,136);
}
.head_r
{
	background:url(../images/phone_bg.png) no-repeat;
	width:255px;
	height:43px;
	color:#fff;
	float:right;
	margin:38px 0 0 15px;
	line-height:43px;
	text-align:center;
}
.head_r p
{
	font-size:14px;
}
.head_r p b
{
	font-size:20px;
}
.logo
{
	border-right: 1px solid #ddd;
	background:url(../images/logo.png) no-repeat;
	height: 70px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 604px;
    z-index: 999;
}
.nav
{
	height:60px;
	border-top:1px solid #bcd015;
	background:#fff;
	position:relative;
	z-index:500;
	
}
.nav_fixed
{
	position:fixed;
	top:0;
	box-shadow:2px 2px 5px #888888;
	width:100%;
	margin:0 auto;
	background:#fff;
}

.nav ul li
{
	float:left;
	margin:15px 0 0 0;
}

.nav ul li a
{
	font-size:15px;
	padding:0 25px;
	display:block;
	line-height:35px;
	height:35px;
	transition: all 1s;
}
.nav ul li a:hover,.nav ul li.li1 a,.nav ul li.current a
{
	background:#bcd015;
	color:#fff;
	transition: all 1s;
}
.footer
{
	background:url(../images/footer_bg.jpg) repeat-x;
	
}
.footer_con
{
	background:url(../images/footer_bg.png) no-repeat center;
	height:247px;
	padding:10px 0 0 0;
	
	color:#fff;
}
.footer_con a
{
	color:#4e9fee;
}
.footer_con_link
{
	width:944px;
	margin:20px auto 30px;
	background:#0c74c5;
	border:1px solid #667f9e;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:12px;
	padding:5px;
}
.footer_con_link p
{
	float:left;
	font-size:14px;
	font-weight:bold;
}
.footer_con_link span
{
	float:left;
}
.footer_con_link span a
{
	color:#fff;
	margin:0 5px;
}
.footer_con_link span a:hover
{
	text-decoration:underline;
}
.footer_con_ca
{
	width:960px;
	margin:0 auto 10px;
/*	background:url(../images/icon.png) no-repeat 0px -138px;*/
	overflow:hidden;
}
.footer_con_ca img
{
	display:block;

	float:left;
	margin-right:10px;
	
}
.footer_con_ca p
{
	width:268px;
	float:left;
	color:#fff;
	display:block;
	margin-top:15px;
	line-height:25px;
}














/*页面公共样式结束*/