@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px;}
img {border:0;margin:0; padding:0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
}
* html .clearfix{height:1%;/*ie6*/}
* html .clearfix { height:1%; }
input,textarea {outline:none;border:0px;}/*去掉输入框得到焦点时边框会出现阴影效果----例如370 火狐*/
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } 
a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
body {
	margin: 0px;
	color:#000;
	font-size: 14px;
	font-family: Microsoft YaHei,微软雅黑,Arial, Helvetica, sans-serif;
}
a:link { text-decoration: none;
	color: #131313;
}
a:visited {
	text-decoration: none;
	color: #131313;
}
a:hover {
	text-decoration: none;
	color: #000;}
a:active {
	text-decoration: none;
	color: #131313;
}
/*header*/
.between{
	width:1180px;
	margin:0 auto;
	overflow: hidden;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
.clear_fl{
	height:0px;
	clear: both;
	overflow: hidden;
}
.header{
	height:213px;
}
.header_top{
	width:100%;
	height:30px;
	background:#0068b1;
}
.welcome{
	color:#fff;
	line-height:30px;
}
.header_center{
	overflow:hidden;
	margin-bottom: 40px;
}
.header_right{
	color:#fff;
	line-height:30px;
}
.header_right>a{
	color:#fff;
}
.logo>a>img{
	width:73px;
	height:107px;
	border-right:2px solid #000;
	padding-right:24px;
	margin:22px 0 0 0;
}
.logo_title{
	width:451px;
	margin:22px 0 0 30px;
}
.logo_title>a>h1{
	font-weight: normal;
	font-size:30px;
	font-weight:bold;
	color:#666;
	padding-bottom:7px;
}
.logo_title>a>h2{
	color:#eb5800;
	font-size:28px;
	text-align: center;
	line-height: 32px;
	letter-spacing: 10px;
	width:438px;
	height:32px;
	background: url("../images/logo_bg.png")no-repeat center;
}
.logo_title>a>p{
	font-size:16px;
	padding-top:7px;
	text-align: center;
	letter-spacing:2px;
}
.header_tle{
	background:url(../images/tle.jpg) no-repeat 0px center;
	height:74px;
	width:315px;
	margin-top:22px;
}
.header_tle>p{
	font-size:16px;
	padding-left:74px;
	margin:12px 0 0 10px;
}
.header_tle>span{
	font-size:20px;
	padding-left:74px;
	font-weight: bold;
	margin-left:10px;
	color:#0068b1;
	color:#0068b1;
}
/*search搜索开始*/
/*search*/
.search-box{width:100%;height:50px;margin-top: 35px;}
.search-box2{width:1180px;height:30px;margin:0 auto;padding-top:10px;}
.search-L{width:700px;height:30px;line-height:30px;float:left;overflow:hidden;}
.search-L a{margin-right:10px;}
.search-R{width:272px;height:30px;float:right;border:1px solid #4c4c4c;border-radius:300px;background:#fff;}
.search-R1{width:210px;height:28px;float:left;}
.search2{width:210px;padding-left:10px;background:none;color:#909090;line-height:28px;height:28px;}
.search3{padding:5px 8px 0 0;}
.search3 input{width:20px;height:20px;background:url(../images/search_bg.png) no-repeat center;float:right;cursor:pointer;border:medium none;}
/*search搜索结束*/
/*nav导航开始*/
.nav{
	width:100%;
	height:50px;
	background: #0068b1;
	overflow: hidden;
}
.nav_body>ul>li{
	float: left;
}
.nav_body>ul>li>a{
	font-size: 14px;
	line-height:50px;
	color:#fff;
	padding:16px 14px;

}
.nav_body>ul>li>a:hover,.nav_body>ul>li.another a{
	background: rgba(255,255,255,0.5);
}
/*nav导航结束*/

/*footer开始*/
.link{
	width:100%;
	height:40px;
}
.link_body{
	height:30px;
	color:#222;
}
.link_body>a{
	width:1180px;
	height:40px;
	line-height: 40px;
	color:#454545;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer{
	width:100%;
	height:260px;
	background: #444;

}
.footer_l{
	width:277px;
	height:137px;
	margin: 0 auto 0;
	padding-left: 10px;
}
.footer_l>a>img{
	width:119px;
	height:119px;

}
.footer_l{
	margin-top:35px;
}
.footer_l>img{
	width:132px;
	height:132px;
	border-left:solid 1px #fff;
	padding-left:20px;
}
.footer_r{
	width:730px;
	margin-top:35px;
	color:#fff;
}
.footer_r>p>span{
	width:322px;
	margin-left:160px;
}
.footer_r>p>b{
	font-weight:normal;
	margin-left:242px;
}
.footer_r a{
	color:#fff;
}
.footer_r>div{
	width:730px;
	height:22px;
	overflow: hidden;
}
.footer_r>p,.footer_r>div,.footer_r>h4{
	margin-top:4px;
}
/*footer结束*/















.clear_h2{font-weight:normal;font-size:14px; padding:0px; margin:0px; text-align:center;display: inline;}







/*版尾结束*/

/*咨询客服开始*/
.floating_ck{
	position:fixed;
	right:10px;
	top:30%;
	z-index:9999;}
.floating_ck dl dd{
	position:relative;
	width:68px;
	height:72px;
	background-color:#999;
	border-bottom:solid 1px #999;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center 20%;
	cursor:pointer;
}
.floating_ck dl dd:hover{
	background-color:#0c1d36;
	border-bottom:solid 1px #1d1000;
}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/QQ/qq.png);}
.words{background-image:url(../images/QQ/zxicon.png);}
.quote{background-image:url(../images/QQ/kficon.png);}
.qrcord{background-image:url(../images/QQ/erweima1.png);}
.return{background-image:url(../images/QQ/fanhui.png);}
.floating_ck dd span{
	color:#fff;display:block;
	padding-top:54px;
}
.floating_left{
	position:absolute;
	left:-160px;
	top:0px;
	width:160px;
	height:72px;
	background-color:#0c1d36;
	border-bottom:solid 1px #1d1000;
	display:none;
	font-weight:bold;
}
.left_t a{
	color:#fff;
	line-height:80px;
	font-size:18px;
}
.left_2{
	height:auto;
	overflow:hidden;
}
.left_2 a{
	line-height:20px;
	font-size:16px;
	color:#fff;
	display:block;
	padding:10px 0;
}
.left_1 a{
	line-height:30px;
	font-size:16px;
	color:#fff;
	display:block;
	padding:10px 0;
}
.floating_ewm{
	height:260px;
	top:-180px;}
.floating_ewm i img{
	display:block;
	width:145px;
	height:145px;
	margin:auto;
	margin-top:7px;
}
.floating_ewm p{
	color:#fff;
	margin-top:5px;
}
.floating_ewm .qrcord_p01{
	font-size:12px;
	line-height:20px;
}
.floating_ewm .qrcord_p02{font-size:18px;}
/*咨询客服结束*/