@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
/* structural elements 结构元素*/
dl, dt, dd, ul, ol, li, 
/* list elements 列表元素*/
pre, 
/* text formatting elements 文本格式元素*/
fieldset, lengend, button, input, textarea, 
/* form elements 表单元素*/
th, td {
/* table elements 表格元素*/
	margin: 0;
	padding: 0;
}
input,textarea {
	border: 2 none;
	box-shadow: none;
	outline: none;
}
i {font-style: normal;}
/* 设置默认字体*/
body,button, input, select, textarea {
	font-family:"Microsoft Yahei" ;
	color: #666;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 100%;
}
* h1,* h2,* h3,* h4,* h5,* h6 {
	margin: 0px;
}
/* 重置列表元素*/
ul, ol ,li {
	list-style: none;
}
/* 重置文本格式元素*/
	
a {
	text-decoration: none;
	color: #666;
	word-wrap:break-word;
}
/*英文换行*/
a:hover {
	text-decoration: none;
	color:#910800;
}
/* 重置表单元素*/
	legend {
	color: #000;
}
/* for ie6*/
	fieldset, img {
	border: none;
}
/* img 搭车：让链接里的 img 无边框*/
button, input, select, textarea {
	font-size: 100%;
	/* 使表单元素在 ie 下能继承字体大小*/
}
/* 重置表格元素*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
html {
	overflow-y: scroll;
}
/*设置浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
/*清除浮动*/
.clear {
	clear: both;
	height: 0;
}
.blk-main .clearlist {
	clear:both;
	height:0;
	padding:0;
	margin:0;
	border:0;
	width:100% ;
	float:none;
}
.b-main .clearlist {
	clear:both;
	height:0;
	padding:0;
	margin:0;
	border:0;
	width:100% ;
	float:none;
}
.clearafter:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
/* -- 页面整体布局 --*/
.header , .content , .footer {
	width:1200px;
	margin:0 auto;
}
/* function*/
h2 a:hover {
	text-decoration: none;
}
input,textarea {
	outline:none;
}
textarea {
	resize:none;
}
em {
	font-style: normal;
}
.f_cb:after,.f_cbli li:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
	content:".";
}
.f_cb,.f_cbli li {
	zoom:1;
}
.f_ib {
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.f_dn {
	display:none;
}
.f_db {
	display:block;
}
.f_pr {
	position:relative;
}
.f_pa {
	position:absolute;
}
.f_fl {
	float:left;
}
.f_fr {
	float:right;
}
.f_prz {
	position:relative;
	zoom:1;
}
.f_oh {
	overflow:hidden;
}
.f_fa {
	font-family:Arial, Helvetica, sans-serif;
}
.f_fw {
	font-family:"Microsoft Yahei"
}
.header , .content , .footer {
	width:1200px;
	margin:0 auto;
}
em {
	font-style:normal;
}
/*header*/
.header_box {
	height:207px;
}
.header_logo_box {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 210px;
	z-index: 9;
}
.header_logo {
	float: left;
	background: #fff;
	-moz-box-shadow:0px 0px 5px #333333;
	-webkit-box-shadow:0px 0px 5px #333333;
	box-shadow:0px 0px 5px #333333;
	width: 195px;
	height: 205px;
	text-align: center;
}
.header_logo img {
	margin-top: 15px;
	width: 150px;
	height: 158px;
}
.header_c {
	width: 990px;
	height: 150px;
	margin-left: 210px;
}
.header_c h2 {
	float:left;
	height:60px;
	margin-top: 30px;
	color: #000000;
	font-size: 32px;
	font-weight: bold;
}
.header_c h2 em {
	display:block;
	color:#000000;
	font-weight:normal;
	font-size: 22px;
	padding-top: 10px;
}
.header_c p {
	float:right;
	height: 70px;
	margin-top: 38px;
	background:url(../images/header_tel.png) no-repeat left ;
}
.header_c p b {
	display:none;
	color:#282828;
	font-size:16px;
	margin-left: 80px;
	font-weight: normal;
}
.header_c p span {
	margin-left: 80px;
	font-family: "Impact";
	display:block;
	font-size:32px;
	margin-top: 2px;
	line-height: 32px;
	color:#335ecd;
}
/*导航*/
.nav {
	height:56px;
	background: #345ECE;
}
.nav a {
	color:#fff;
}
.navbar {
	width: 990px;
	margin-left: 210px;
}
.nav h3 {
	float:left;
	font-weight:normal;
	font-size:16px;
	width: 110px;
	text-align: center;
	line-height: 56px;
}
.nav .m {
	float:left;
	position:relative;
	z-index: 9;
}
.nav .s {
	float:left;
	width:9px;
	text-align:center;
	color:#fff;
}
.nav h3 a:link {
	display:block;
	color: #fff;
}
.nav h3 a:visited {
	display:block;
	color: #fff;
}
.nav h3 a:hover {
	display:block;
	background:#32CB35;
	color: #fff;
}
.nav h3 a:active {
	display:block;
	background:#32CB35;
	color: #fff;
}
.nav .on h3 a {
	display: block;
	background:#32CB35;
	color:#fff;
}
.nav .on h3 a:link {
	display: block;
	color: #fff;
}
.sub {
	display:none;
	position:absolute;
	left:0;
	top:56px;
	line-height:49px;
	background:#32CB35;
	width: 230px;
	float:left;
	font-size: 16px;
}
.sub li {
	float:left;
	width: 110px;
	text-align: center;
}
.sub li a {
	display:block;
}
.sub li a:hover {
	background:#32CB35;
	color:#fff;
	border-bottom: px #fff dashed;
}
/*.sub_drop-down {
	width: 220px;
	position:absolute;
	left: 110px;
	margin-top: -49px;
	overflow: hidden;
	background:#32CB35;
}*/

/*底部*/
.footer_box {
	font-size:0;
	padding-top: 40px;
	overflow: hidden;
	background-color:#1f1f1f;
}
.footer_nav {
	line-height: 48px;
	height: 48px;
	margin-bottom: 30px;
	border-bottom:1px solid #373737;
}
.footer_nav li {
	width: 110px;
	font-size: 16px;
	float: left;
}
.footer_nav li {
	width: 10%;
	text-align: center;
}
.footer_nav .on li a {
	color: #6B6B6B;
	border-bottom: 2px solid #32CB35;
	display: block;
}
.footer_nav li a {
	color: #6B6B6B;
}
.footer_nav li a:hover {
	color: #6B6B6B;
	border-bottom: 2px solid #32CB35;
	display: block;
}
.footer_content {
	overflow: hidden;
	width: 720px;
	font-size: 16px;
	line-height: 32px;
	color: #6B6B6B;
	margin-top: 10px;
	margin-bottom: 40px;
}
.footer_content em {
	margin-left: 20px;
}
.footer_content a {
	color: #6B6B6B;
}
.footer_content img {
	width: 90px;
	height: 90px;
	margin-right: 30px;
}
.footer_contact {
	width: 280px;
	overflow: hidden;
	margin-bottom: 40px;
}
.footer_contact_code {
	width:88px;
	height:88px;
	margin-top: 6px;
}
.footer_contact i {
	width: 14px;
	height: 69px;
	padding-top: 15px;
	margin-left: 10px;
}
.footer_contact_tel_t {
	font-size:13px;
	color:#efefef;
	text-align: left;
}
.footer_contact_tel_m {
	font-size: 26px;
	line-height: 32px;
	color:#fff;
	font-weight:400;
	font-family: "Impact";
	display:block;
}
.footer_bottom {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	line-height:50px;
	background-color:#1f1f1f;
	font-size:14px;
	color:#6b6b6b;
	border-top:1px solid #373737;
}
.footer_links {
	width:1200px;
	margin:0 auto;
	padding:15px 0;
	line-height:20px;
}
.footer_links li {
	display:inline-block;
	color:#6b6b6b;
	font-size:14px
}
.footer_links li a {
	color:#6b6b6b;
	padding: 0 12px;
	display: inline-block;
}
.footer_links li:nth-child(2) a {
	padding-left: 0;
}

/*客服*/
.kf {
  position:fixed;
  z-index:888;
  right:0;
  width:70px;
  height:198px;
  margin-top:-99px;
  top:75%;
}
.kf ul li {
  border-bottom:1px #ececec solid;
  float:left;
  position:relative;
  width:100%;
  height:65px;
}
.kf ul li:hover {
  border-bottom:1px #ececec solid;
}
.kf ul li:nth-child(3) img,.kf ul li:nth-child(1) img {
  display:none;
  position:absolute;
  top:0;
  right:70px;
  max-width:none;
}
.kf ul li a {
  background-color:#fff;
  -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);
  box-shadow:0 15px 30px rgba(0,0,0,0.1);
  display:block;
  width:100%;
  height:65px;
  background-position:center;
  background-repeat:no-repeat;
}
.kf ul li:hover a {
  background-color:#32CB35;
}
.qqchat {
  display:none;
  position:absolute;
  right:75px;
  width:190x;
  height:144px;
  top:0px;
  /*background-image:url(../images/qqchat.png);
  background-position:center;
  background-repeat:no-repeat;*/
}
.kf ul li:nth-child(3):hover img,.kf ul li:nth-child(1):hover img {
  display:block;
}
.kf ul li:nth-child(1) a {
  background-image:url(../images/qico.png);
}
.kf ul li:nth-child(1):hover a {
  background-image:url(../images/qico2.png);
}
.kf ul li:nth-child(2) a {
  background-image:url(../images/pico.png);
}
.kf ul li:nth-child(2):hover a {
  background-image:url(../images/pico2.png);
}
.kf ul li:nth-child(3) a {
  background-image:url(../images/sico.png);
}
.kf ul li:nth-child(3):hover a {
  background-image:url(../images/sico2.png);
}
.kf ul li:nth-child(4) a {
  background-image:url(../images/tico.png);
}
.kf ul li:nth-child(4):hover a {
  background-image:url(../images/tico2.png);
}
.kf ul li:nth-child(5) a {
  background-image:url(../images/tico.png);
}
.kf ul li:nth-child(5):hover a {
  background-image:url(../images/tico2.png);
}
.kf ul li .qqchat dl {
  float:left;
  width:190px;
  background: #fff;
}
.kf ul li .qqchat dl dd {
  float:left;
  width:100%;
  display:block;
  height:65px;
  line-height:65px;
  text-indent:25px;
  font-size: 18px;
}
.kf ul li .qqchat dl dd a {
  display:block;
  width:100%;
  height:65px;
  line-height:65px;
  /*background-image:url(../images/ptel.png);*/
  text-indent:25px;
  font-size: 18px;
  background-position:9px center;
  background-repeat:no-repeat;
}
.kf ul li .qqchat dl dd:hover {
  background-color:#ebf3fa;
}
.kf ul li:hover .qqchat dl dd a {
  background-color:transparent;
  /*background-image:url(../images/ptel.png);*/
}
.kf ul li:hover .qqchat {
  display:block;
}