  /*Common.css*/
  
  
  body {
  	color: #666;
  	font-size: 12px;
  	font-family: "宋体";
  	background: #fff;
  }
  /*网站字体颜色*/
  
  a {
  	color: #666;
  	text-decoration: none;
  }
  /*for ie f6n.net*/
  
  a:focus {
  	outline: 0;
  }
  /*for ff f6n.net*/
  
  a:hover {
  	text-decoration: none;
  	color: #d92f38;
  }
  
  .vam {
  	vertical-align: middle;
  }
  
  .clear {
  	clear: both;
  	height: 0 !important;
  	line-height: 0;
  	font-size: 0;
  }
  
  .fixed:after {
  	content: ".";
  	display: block;
  	clear: both;
  	height: 0;
  	width: 0;
  	font-size: 0;
  	visibility: hidden;
  }
  
  .fixed {
  	zoom: 1;
  }
  
  _html .fixed {
  	height: 1%;
  }
  
  p {
  	word-spacing: -1.5px;
  }
  
  .tr {
  	text-align: right;
  }
  
  .tl {
  	text-align: left;
  }
  
  .center {
  	text-align: center;
  }
  
  .fl {
  	float: left;
  }
  
  .fr {
  	float: right;
  }
  
  .pa {
  	position: absolute;
  }
  
  .pr {
  	position: relative
  }
  /* -- 购物车外部框架 -- */
  
  .cart_header,
  .cart_content,
  .cart_footer {
  	width: 760px;
  	margin: 0 auto;
  }
  /* -- 页面整体布局 -- */
  
  .content {
  	width: 980px;
  	margin: 0 auto;
  	font-family: microsoft yahei;
  }
  
  .left {
  	width: 201px;
  	float: left;
  	overflow: hidden;
  }
  
  .left2 {
  	width: 680px;
  	float: left;
  	overflow: hidden;
  }
  
  .left3 {
  	width: 754px;
  	float: left;
  	overflow: hidden;
  	color: #666;
  }
  
  .lefttop {
  	background: url(/template/default/lkl/images/left_top_img.gif) no-repeat;
  	height: 3px;
  	font-size: 0;
  	overflow: hidden;
  	margin-top: 10px;
  }
  
  .left2top {
  	height: 3px;
  	font-size: 0;
  	overflow: hidden;
  }
  
  .leftbot {
  	background: url(/template/default/lkl/images/left_bot_img.gif) no-repeat;
  	height: 3px;
  	font-size: 0;
  	overflow: hidden;
  	margin-bottom: 10px;
  }
  
  .left2bot {
  	height: 3px;
  	font-size: 0;
  	overflow: hidden;
  	margin-bottom: 10px;
  }
  
  .rightbot {
  	height: 3px;
  	font-size: 0;
  	overflow: hidden;
  	margin-bottom: 10px;
  }
  
  .right {
  	width: 764px;
  	float: right;
  	display: inline;
  	overflow: hidden;
  }
  
  .right100 {
  	width: 100%;
  }
  
  .right2 {
  	width: 275px;
  	float: right;
  	overflow: hidden;
  }
  
  .right3 {
  	width: 201px;
  	float: right;
  	overflow: hidden;
  	color: #666;
  }
  
  .right2top {
  	background: url(/template/default/lkl/images/right2_top_img.gif) no-repeat;
  	height: 3px;
  	font-size: 0;
  	overflow: hidden;
  }
  
  .right2bot {
  	background: url(/template/default/lkl/images/left_bot2_img.gif) no-repeat;
  	height: 3px;
  	font-size: 0;
  	overflow: hidden;
  	margin-bottom: 10px;
  }
  
  .right_main {
  	width: 762px;
  	min-height: 458px;
  	border: solid 1px #d5d5d5;
  	padding-bottom: 15px;
  	overflow: hidden;
  	background: #fff;
  }
  
  .right2_main {
  	width: 273px;
  	border: solid 1px #d5d5d5;
  	border-top: 0;
  	border-bottom: 0;
  	padding-bottom: 15px;
  	overflow: hidden;
  	background: #fff
  }
  
  .left2_main {
  	width: 678px;
  	border: solid 1px #d5d5d5;
  	padding-bottom: 15px;
  	overflow: hidden;
  	background: #fff;
  }
  
  .h_nav li a:-webkit-any-link {
  	display: block;
  }
  
  .container {
  	margin-left: auto;
  	margin-right: auto;
  	width: 980px;
  }
  
  .h_nav li a:-webkit-any-link {
  	display: block;
  }
  /*title*/
  
  h1 {
  	font-size: 32px;
  }
  
  h2 {
  	font-size: 26px;
  }
  
  h3 {
  	font-size: 20px;
  }
  
  h4 {
  	font-size: 14px;
  }
  
  h5 {
  	font-size: 12px;
  }
  
  h6 {
  	font-size: 10px;
  }
  
  .mt10 {
  	margin-top: 10px;
  }
  /* -- 列表分页 -- */
  
  .tg_pages {
  	padding-top: 10px;
  	padding-bottom: 10px;
  	text-align: center;
  }
  
  .tg_pages li {
  	display: inline;
  	line-height: 22px;
  }
  
  .tg_pages li a {
  	margin-right: 5px;
  	padding-right: 5px;
  	padding-left: 5px;
  	padding-top: 3px;
  	padding-bottom: 3px;
  	border: 1px solid #CCC;
  	background-color: #FFF;
  }
  
  .thisclass {
  	font-weight: bold;
  	color: #C00;
  }
  /* function */
  
  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_ar {
  	font-family: arial, \5b8b\4f53;
  }
  
  .f_fw {
  	font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53;
  }
  
  .f_fa {
  	font-family: Arial, Helvetica, sans-serif;
  }
  
  .f_fst {
  	font-family: "宋体";
  }
  
  .f_fs1 {
  	font-size: 12px;
  }
  
  .f_fs2 {
  	font-size: 13px;
  }
  
  .f_fs3 {
  	font-size: 14px;
  }
  
  .f_fs4 {
  	font-size: 24px;
  }
  
  .f_fs5 {
  	font-size: 30px;
  }
  
  .f_fs6 {
  	font-size: 16px;
  }
  
  .f_cs1 {
  	color: #026326;
  }
  
  .f_fwn {
  	font-weight: normal;
  }
  
  .f_fwb {
  	font-weight: bold;
  }
  
  .f_tal {
  	text-align: left;
  }
  
  .f_tac {
  	text-align: center;
  }
  
  .f_tar {
  	text-align: right;
  }
  
  .f_csp {
  	cursor: pointer;
  }
  
  .f_pdr10 {
  	padding-right: 10px;
  }
  
  .f_pd22 {
  	padding-left: 22px;
  	padding-right: 22px;
  }
  
  .g_top .m_zc .f_pd0 {
  	padding: 0;
  }
  /*搜索*/
  
  .g_ser {
  	z-index: 0;
  	padding-top: 10px;
  }
  
  .h_sea {
  	line-height: 24px;
  	overflow: hidden;
  	padding: 16px 0 0;
  	color: #767575;
  }
  
  .inp01 {
  	height: 24px;
  	line-height: 24px;
  	background: url(/template/default/lkl/images/s_inp.jpg) no-repeat 0 0;
  	border: 0;
  	padding: 0 0 0 10px;
  	width: 162px;
  	float: left;
  	color: #817f7f;
  }
  
  .s_ss {
  	float: left;
  	width: 55px;
  	height: 25px;
  }
  
  .key a {
  	color: #666;
  	padding: 0 12px;
  }
  /*头部结束*

/*底部开始*/
  
  .g_ft {
  	background: #008c35;
  }
  
  .f_nav {
  	background: url(/template/default/lkl/images/fnavbg.jpg) no-repeat;
  	height: 66px;
  }
  
  .f_nav .nav_m {
  	color: #fff;
  	height: 36px;
  	line-height: 36px;
  	text-align: center;
  	padding-top: 15px;
  }
  
  .f_nav a {
  	color: #fff;
  	padding: 0 22px;
  	text-align: center;
  }
  
  .f_nav .lastii {
  	background: none;
  	padding-right: 0;
  }
  
  .f_cr {
  	width: 960px;
  	margin: 13px auto 0;
  }
  
  .f_cr img {
  	display: inline-block;
  }
  
  .f_cr ul {
  	width: 425px;
  	line-height: 20px;
  	display: inline-block;
  	color: #fff;
  	background: url(/template/default/lkl/images/fline.jpg) no-repeat;
  	padding: 20px 0 0 28px;
  }
  
  .f_cr ul li {
  	zoom: 1;
  	margin-bottom: 10px;
  }
  
  .f_cr ul li a {
  	color: #fff;
  }
  
  .f_cr ul li span {
  	margin-left: 15px;
  }
  
  .f_cr ul li .wide {
  	margin-left: 25px;
  }
  
  .f_cr .f_logo {
  	padding: 10px 35px 0 112px;
  }
  
  .f_cr .code {
  	right: 90px;
  	top: 13px;
  	color: #fff;
  }
  
  .f_cr .gz {
  	text-align: center;
  	font-size: 12px;
  	color: #fff;
  	padding-top: 10px;
  	display: block;
  }
  /*底部结束*/
  
  #box_maincpLlx {
  	margin: 0 auto 5px;
  	width: 200px;
  	background: url(/template/default/lkl/images/kgewm.jpg) no-repeat;
  	float: left;
  	height: 20px
  }
  
  #box_maincpLlx p {
  	line-height: 20px;
  }
  /*产品中心*/
  
  .product {
  	width: 1120px;
  	margin: 0 auto 20px;
  	height: 800px;
  	background: #fff;
  }
  
  .pr_lt {
  	width: 250px;
  	float: left;
  	background: #e4e3e2;
  	/*height: 580px;*/
  }
  
  .pr_rt {
  	width: 840px;
  	float: right;
  	/*height:580px;*/
  	overflow: hidden;
  }
  
  .pr_list {
  	display: box;
  	display: -ms-flexbox;
  	display: inline-flex;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	flex-direction: column;
  	-webkit-flex-direction: column;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;
  	-ms-justify-content: space-between;
  	flex-flow: wrap-reverse;
  	-ms-flex-flow: wrap-reverse;
  	align-items: baseline;
  	-ms-align-items: baseline;
  }
  
  .pr_lt h2 {
  	height: 120px;
  	background: url(../image/category_tit.png) no-repeat;
  	font-size: 20px;
  	background-size: 100% 100%;
  	box-sizing: border-box;
  	text-align: center;
  	padding: 38px 0 0;
  }
  
  .pr_lt h2 a {
  	color: #fdfeff;
  }
  
  .pr_lt h2 a em {
  	font-size: 14px;
  }
  
  .pr_lt h2 a:hover {
  	text-decoration: none;
  }
  
  .lt_con h3 {
  	height: 38px;
  	line-height: 38px;
  	background: url(/template/default/lkl/images/ic6.gif) 203px center no-repeat;
  	background-color: #7e7f80;
  	font-size: 14px;
  	margin-bottom: 1px;
  	padding: 0 37px 0 23px;
  }
  
  .lt_con h3 a {
  	color: #fcfefe;
  	height: 38px;
  	overflow: hidden;
  }
  
  .lt_con .up {
  	background: url(/template/default/lkl/images/ic5.gif)  center no-repeat;
  	background-size: 100% 100%;
  	background-color: #7e7f80;
  }
  
  .lt_con ul {
  	padding: 0px 0;
  }
  
  .lt_con li {
  	overflow: hidden;
  	text-align: center;
  }
  
  .lt_con li.ddd {
  	height: 14px;
  	line-height: 14px;
  	overflow: hidden;
  	background-size: 100% 100%;
  	background: url(../image/sub_nav_li0.png);
  	text-align: center;
  }
  
  .lt_con li:hover,
  .lt_con li.hover {
  	background: url(../image/sub_nav_li_hover.png);
  	background-size: 100% 46px;
  	background-repeat: no-repeat;
  }
  
  .lt_con li.ddd:hover,
  .lt_con li.ddd.hover {
  	background: url(../image/sub_nav_li0.png);
  	background-repeat: no-repeat;
  }
  
  .lt_con li>a {
  	display: inline-block;
  	color: #fff;
  	font-weight: bold;
  	height: 46px;
  	line-height: 46px;
  	background-repeat: no-repeat;
  	background: url(../image/sub_nav_li.png);
  	background-size: 100% 100%;
  	width: 250px;
  }
  
  .lt_con li:hover >a{
  	background: url(/template/default/lkl/images/ic8.gif) no-repeat;
  	background-size: 100% 100%;
  }
  .lt_con li .slide{
  	width: 100%;
  	overflow: hidden;
  	padding: 10px 0;
  	display: none;
  }
 
  .lt_con li .slide a{
  	padding-left: 10px;
  	font-size: 14px;
  	color: #333;
  	line-height: 30px;
  	position: relative;
  	display: block;
  }
  .lt_con li .slide a:hover{
  	color: #CC3333;
  	transition: all .15s; 
  }
   .lt_con li .slide a::after{
   	content: '';
   	width: 3px;
   	height: 3px;
   	background: #333;
   	border-radius: 50%;
   	position: absolute;
   	left: 30px;
   	top: 50%;
   	margin-top: -1px;
   }
  .rt_tit {
  	height: 40px;
  	border-bottom: 1px solid #cacccc;
  	line-height: 40px;
  	margin-bottom: 20px;
  }
  
  .rt_tit span {
  	float: left;
  	height: 40px;
  	line-height: 40px;
  	font-size: 16px;
  	background: #8d8e8f;
  	margin-top: 1px;
  }
  
  .rt_tit .p_name {
  	display: inline-block;
  	padding: 0 52px;
  	color: #fff;
  }
  
  .rt_tit .p_cur,
  .rt_tit .p_name:hover {
  	color: #fff;
  	background-color: blue;
  }
  
  .rt_tit .p_cur {
  	background-color: #01258b;
  }
  
  .rt_tit .more {
  	font-weight: normal;
  	color: #999;
  	font-size: 12px;
  	font-family: "宋体";
  	border-bottom: 2px solid #00a0e9;
  	padding: 0 12px;
  	margin-top: -1px;
  }
  
  .pr_list li {
  	width: 266px;
  	/*display:inline; margin:0 30px 6px 0; background:url(../images/sh1.gif) center 175px no-repeat;*/
  }
  
  .pr_list li.li3,
  .pr_list li.li6 {
  	margin-right: 0px;
  }
  
  .pr_list li a {
  	width: 260px;
  }
  
  .pr_list li a.pp {
  	width: 260px;
  	/*height:217px; border-bottom:3px solid #bdbebe;*/
  	border: 3px solid #cdcfcf;
  	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-box-orient: vertical;
  	-ms-box-direction: normal;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-ms-justify-content: center;
  }
  
  .pr_list li img {
  	max-width: 260px;
  	max-height: 211px;
  	display: block;
  }
  
  .pr_list li a.pp:hover {
  	border: 3px solid #3651a8;
  }
  
  .pr_list .no_mar {
  	margin-right: 0px;
  }
  
  .pr_list li span {
  	display: block;
  	height: 32px;
  	line-height: 28px;
  	overflow: hidden;
  	/*padding-left:19px;background:url(../images/sp.gif) 6px center no-repeat; margin-top:10px;*/
  	text-align: center;
  }
  /*.pr_list li a:hover { border-bottom:3px solid #1a952b; }*/
  
  .va_fbdz {
  	background: #0d73bd;
  	width: 200px;
  	height: 120px;
  }
  
  .va_fbdz p {
  	font-family: '微软雅黑';
  	color: #fff;
  	font-size: 22px;
  	text-align: center;
  	height: 120px;
  	line-height: 120px;
  }
  /*见证*/
  
  .jianz {
  	height: 620px;
  	padding-top: 20px;
  	background: #eeeeee url(/template/default/lkl/images/jz_bg0.gif) repeat-x;
  	font-family: "Microsoft Yahei"
  }
  
  .jianz .content {
  	background: url(/template/default/lkl/images/jz_bg2.gif) no-repeat 369px 80px;
  	_background-position: 371px 200px;
  }
  
  .jianz h3 a img {
  	display: block;
  	width: 438px;
  	padding: 0 26px;
  }
  
  .jianz h3 .a_txt {
  	display: block;
  	padding: 7px 0 0 27px;
  	color: #6f6f6f;
  }
  
  .jianz h3 span {
  	position: absolute;
  	right: 138px;
  	top: 115px;
  }
  
  .jz_c {
  	height: 505px;
  }
  
  .jz_t {
  	height: 57px;
  }
  
  .jz_t h4 {
  	padding: 0 130px 0 80px;
  	font-size: 24px;
  }
  
  .jz_t h4 a {
  	color: #d92f38;
  }
  
  .jz_t .h4_r a {
  	color: #494949;
  }
  
  .jz_t i {
  	padding: 0 0 0 83px;
  	padding-left: 131px;
  }
  
  .jz_cc {
  	height: 143px;
  }
  
  .jz_cc dl {
  	width: 370px;
  	_width: 371px;
  	height: 123px;
  }
  
  .jz_cc dt {
  	float: left;
  	width: 170px;
  }
  
  .jz_cc dt img {
  	width: 170px;
  }
  
  .jz_cc dd {
  	float: left;
  	width: 178px;
  	_width: 179px;
  	height: 86px;
  	padding: 37px 0 0 22px;
  	line-height: 26px;
  	font-size: 14px;
  	color: #ffffff;
  	background: #d92f38;
  }
  
  .jz_cc span {
  	float: left;
  	padding: 13px 0 0 68px;
  	text-align: center;
  }
  
  .jz_cc span b {
  	display: block;
  	width: 83px;
  	height: 23px;
  	margin-top: 5px;
  	background: #ffffff;
  	border: 1px solid #da3a43;
  	text-align: center;
  	line-height: 23px;
  	color: #d62e37;
  }
  
  .jz_cc .dl2 {
  	width: 358px;
  	_width: 359px;
  	padding-right: 12px;
  	_padding-right: 11px;
  }
  
  .jz_cc .dl2 dt {
  	float: right;
  	width: 158px;
  }
  
  .jz_cc .dl2 dt img {
  	width: 158px;
  }
  
  .jz_cc .dl2 dd {
  	float: left;
  	background: #dfe0e2;
  	color: #5e5e5e;
  }
  
  .jz_cc3 .dl1 dd {
  	height: 103px;
  	padding-top: 20px;
  }
  
  .jianz .dianji {
  	position: relative;
  	display: block;
  	width: 339px;
  	height: 39px;
  	margin: 0 auto -20px;
  	background: #878787;
  	text-align: center;
  	line-height: 39px;
  	font-size: 18px;
  	color: #ffffff;
  }
  
  .fuwu {
  	height: 50px;
  	font-family: "Microsoft Yahei"
  }
  
  .fuwu .dianji {
  	padding-top: 20px;
  	position: relative;
  	display: block;
  	width: 339px;
  	height: 39px;
  	margin: -20px auto 0;
  	background: #878787;
  	text-align: center;
  	line-height: 39px;
  	font-size: 18px;
  	color: #ffffff;
  	z-index: 9999;
  }
  /*reset.css*/
  
  
  html {
  	color: #000;
  	background: #FFF;
  }
  
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  legend,
  input,
  button,
  textarea,
  p,
  blockquote,
  th,
  td {
  	margin: 0;
  	padding: 0;
  }
  
  table {
  	border-collapse: collapse;
  	border-spacing: 0;
  }
  
  fieldset,
  img {
  	border: 0;
  }
  
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  th,
  var,
  optgroup {
  	font-style: inherit;
  	font-weight: inherit;
  }
  
  del,
  ins {
  	text-decoration: none;
  }
  
  li {
  	list-style: none;
  }
  
  caption,
  th {
  	text-align: left;
  }
  
  q:before,
  q:after {
  	content: '';
  }
  
  abbr,
  acronym {
  	border: 0;
  	font-variant: normal;
  }
  
  sup {
  	vertical-align: baseline;
  }
  
  sub {
  	vertical-align: baseline;
  }
  
  input,
  button,
  textarea,
  select,
  optgroup,
  option {
  	font-family: inherit;
  	font-size: inherit;
  	font-style: inherit;
  	font-weight: inherit;
  }
  
  input,
  button,
  textarea,
  select {
  	*font-size: 100%;
  }
  
  input,
  select {
  	vertical-align: middle;
  }
  
  body {
  	font: 12px/1.231 arial, helvetica, clean, sans-serif;
  }
  
  select,
  input,
  button,
  textarea,
  button {
  	font: 99% arial, helvetica, clean, sans-serif;
  }
  
  table {
  	font-size: inherit;
  	font: 100%;
  	border-collapse: collapse;
  }
  
  pre,
  code,
  kbd,
  samp,
  tt {
  	font-family: monospace;
  	*font-size: 108%;
  	line-height: 100%;
  }
  /*title*/
  
  h1 {
  	font-size: 32px;
  }
  
  h2 {
  	font-size: 26px;
  }
  
  h3 {
  	font-size: 20px;
  }
  
  h4 {
  	font-size: 14px;
  }
  
  h5 {
  	font-size: 12px;
  }
  
  h6 {
  	font-size: 10px;
  }
  
  .mt10 {
  	margin-top: 10px;
  }
  /*flash滚动*/
  
  #flashs {
  	height: 450px;
  	position: relative;
  	overflow: hidden;
  	width: 100%;
  	text-align: center;
  }
  
  #flashs .btn {
  	position: absolute;
  	bottom: 10px;
  	text-align: center;
  	width: 100%;
  	left: 0px;
  }
  
  #flashs .btn span {
  	color: #fff;
  	background: #222;
  	cursor: pointer;
  	display: inline-block;
  	margin-left: 5px;
  	padding: 2px 18px;
  }
  
  #flashs .btn span.cur {
  	background: #048900;
  }
  /*---网站地图---*/
  
  .map_main {
  	overflow: hidden;
  	border: solid 5px #e0e0e0;
  	margin: 10px 0;
  	padding-bottom: 10px;
  }
  
  .sitemap_con {
  	width: 845px;
  	margin: 0 auto;
  	color: #666;
  }
  
  .sitemap_con .map_top {
  	border-bottom: solid 1px #ccc;
  }
  
  .sitemap_con .map_top img {
  	float: left;
  }
  
  .site_r_link {
  	width: 120px;
  	margin-top: 45px;
  	/*上边界根据需要进行调整*/
  	border: 1px solid #cdcdcd;
  	background: #F8F8F8;
  	padding: 5px 10px;
  	float: right;
  }
  /*网站地图，显示方式样式，上边界根据需要进行调整*/
  
  .site_plc {
  	background: url(/template/default/lkl/images/ico27.gif) no-repeat 0 8px;
  	padding: 5px 0;
  	text-indent: 10px;
  }
  
  .sitemap_con h4 {
  	line-height: 30px;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	color: #F00;
  }
  
  .sitemap_con h4 a {
  	color: #F00;
  }
  
  .b4 {
  	border: solid 1px #E0E0E0;
  }
  
  .b4 ul {
  	padding: 15 15px 11px 11px;
  }
  
  .b4 li {
  	float: left;
  	line-height: 36px;
  	width: 160px;
  	white-space: nowrap;
  	overflow: hidden;
  	padding-top: 10px;
  	padding-bottom: 10px;
  }
  
  .b4 li a {
  	color: #666;
  }
  
  .b4 li a:hover {
  	color: #A90800;
  }
  /*--分页样式---*/
  
  .pagingNav {
  	padding: 5px 10px;
  	border: 0px solid #ccc;
  }
  
  .pagingNav p {
  	height: 30px;
  	line-height: 30px;
  }
  
  .pagingNav .uls {
  	margin-top: 5px;
  	overflow: hidden;
  }
  
  .pagingNav .uls a {
  	float: left;
  	margin-left: 5px;
  	padding: 10px;
  	height: 48px;
  	line-height: 28px;
  	border: 1px solid #ccc;
  	text-decoration: none;
  	float: left
  }
  
  .pagingNav .uls a:hover,
  .pagingNav .uls a.cur {
  	background-color: #d81d04;
  	border-color: #0065d0;
  	color: #fff;
  }
  
  .pagingNav .uls .tBtn:hover {
  	background-color: inherit;
  	color: inherit;
  	*background-color: transparent;
  	*color: #666;
  }
  
  .f_cs2 {
  	color: #058b01
  }
  
  @media(max-width: 1200px) {
  	.h_top .logo {
  		margin-left: -30px !important;
  	}
  	.h_top div p.hotline {
  		right: 0 !important;
  	}
  }
  
  #backTop {
  	display: block;
  	position: fixed;
  	bottom: 50px;
  	left: 66%;
  	width: 60px;
  	height: 42px;
  	cursor: pointer;
  	opacity: 0;
  	margin-left: 560px;
  }
  
  #backTop img {
  	width: 100%;
  	height: 100%;
  }