﻿@charset "utf-8";
@import url(bootstrap.min.css);
body,html{
	text-align:center;
	font-size:12px;
	font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
	line-height:21px;
	color:#0a0a0a;
	background:#fff;
	word-wrap : break-word ;word-break:break-all;
	padding-top:163px;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
img{border:0;}
small{font-size:14px;}
a{ text-decoration:none; color:#323232;}
a:hover{color:#f00;text-decoration:underline;}
input{font-family:"宋体";}
ul{list-style:outside;}
ul li{ list-style:none;}
ul li.title{ float:left;}
ul li.more{ float:right; padding-right:8px;}
.bold {FONT-WEIGHT: bold}
.red,.red a {COLOR:red !important}
.green,.green a {COLOR: green !important}
.black,.black a {COLOR: black !important}
.gray,.gray a {COLOR: gray !important}
.yellow,.yellow a {COLOR: yellow !important}
.orange,.orange a {COLOR:orange !important}
.blue,.blue a {COLOR:blue !important}
.blue2,.blue2 a {COLOR: #0077cc !important}
.khaki,.khaki a {COLOR: #cc5e05 !important}
.white,.white a {COLOR:white !important}
.clear{clear:both !important;height:0 !important;width:0 !important;line-height:0 !important;}
.pointer{cursor:pointer;}
.n_top{margin-top:0 !important;border-top:0 !important;}
.n_right{margin-right:0 !important;}
.hide{display:none;}
.fl { float: left; }
.fr { float: right; }
.rel { position: relative; }
.abs { position: absolute; }
table{border-collapse:collapse;border-spacing:0}
.w { width: 1200px; margin: 0 auto; }
img.png{
azimuth:expression(
    this.pngSet?this.pngSet=true:
           (this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?
                (this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "/images/transparent.gif")
				:(this.origBg = this.origBg?this.origBg:
				  	this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}
/*************************     样式      *************************/
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0) }
	100% { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); -ms-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0) }
	100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none }
}
@keyframes UpImg {
	0% { -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); }
	100% {  -webkit-transform: translate(0px, -20px); -ms-transform: translate(0px, -20px); transform: translate(0px, -20px); }
}
@-webkit-keyframes UpImg {
	0% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); }
	100% { -webkit-transform: translate(0px, -20px); transform: translate(0px, -20px); }
}
/*#web_piao{
z-index:999;
position:fixed;
top:0;
left:0;
width:100%;
_position:absolute;
_top: expression(documentElement.scrollTop);
overflow:visible;
text-align:center;
}*/
#top_0 { width: 100%; height: 29px; overflow: hidden; background: #e3e0dd; color: #333; }
.top_0 { width: 1200px; height: 29px; margin: 0px auto; line-height: 29px; background: #e3e0dd; }
.t_welcome { float: left; }
.t_home { float: right; }
.t_share { float: right; padding: 8px 6px 0 0; }
#top_0 a { color: #333; }

#top_1 { width: 100%; height: 110px; background: #fff; position: fixed; z-index: 202; top: 0; }
.top_1 { width: 1200px; margin: 0px auto; position: relative; height: 110px; background: #fff; }
.t_logo { float: left; margin: 0 0 0; display: inline; text-align: left; }
	.t_logo img { float: left; margin: 21px 20px 0 0; }
	.t_logo .t-line { float: left; height: 88px; margin: 23px 0 0 10px; padding-left: 20px; background: url(../images/t_line.png) no-repeat left center; }
	.t_logo div {float:left; }
	.t_logo h1 { font: 22px/2 "楷体","Microsoft YaHei"; font-weight:600; color: #333; padding:20px 0 0; letter-spacing: 0;  }
	.t_logo h2 { font: 16px/1 "楷体","Microsoft YaHei"; color: #333; padding: 0; letter-spacing: 0; }

.t_tag { float: left; }
	.t_tag h2 { float: left; font: bold 26px/35px "楷体"; color: #f89e14; padding: 40px 0 0 22px; }

.t_tel { position: absolute; top:38px; right: 0; text-align: left; text-align: left; }
	.t_tel img { float: right; margin: 0 12px 0 0; /*transform: rotate(20deg);*/ }
	.t_tel div { float: right; text-align: left; }
	.t_tel p.tel-tag { font:bold 16px/38px "Microsoft yahei"; color: #666; }
	.t_tel p.tel-t { font: 16px/31px "Microsoft yahei"; color: #504f4f; padding-right: 5px; }

.t_link { float:left;margin:15px 0 0 60px;}
	.t_link a { display: inline-block; font: 18px/40px "Microsoft yahei"; color: #00A0E9; border: 1px solid #00A0E9; border-radius: 12px; padding: 0 10px; margin: 0 10px 0 0; }
		.t_link a:hover { text-decoration: none; color: #00A0E9; }
		.t_link a:first-child { color: #02B2B5; border: 1px solid #02B2B5; }
			.t_link a:first-child:hover { text-decoration: none; color: #02B2B5; }
		.t_link a:last-child { color: #4AB344; border: 1px solid #4AB344; }
			.t_link a:last-child:hover { text-decoration: none; color: #4AB344; }

.t-language { position: absolute; top: 0; right: 0;  }
	.t-language .nav > li > a { padding: 5px 10px; color: #fff; background: #f89e14; }
		.t-language .nav > li > a:focus, .t-language .nav > li > a:hover { background: #193984; }

#top_2 { width: 100%; height: 53px; background: #f89e14; position: fixed; z-index: 201; top:110px; }
.top_2 { width: 1200px; height: 53px; margin: 0px auto; color: #fff; background: #f89e14; }
#top_2 ul { float: left; width: 1200px; height: 53px; }
	#top_2 ul li { float: left;  height: 53px; /*background: url(../images/line_t.png) no-repeat left center; */text-align: center; _overflow: hidden; display: inline; position: relative; }
		#top_2 ul li a { float: left; height: 53px; color: #fff; padding: 0 25px 0 24px; font: 16px/53px "Microsoft YaHei"; }
		#top_2 ul li.first { padding-left: 0; background-image: none; }
			#top_2 ul li.first a { }
		#top_2 ul li a.tag2 { background: #193984;color:#fff; }
		#top_2 ul li a.tag1 { background: #193984; color: #fff; }
		#top_2 ul li a:hover { background: #193984; color: #fff; text-decoration: none; }


		#top_2 ul li div.men { position: absolute; width: 150px; top: 53px; left: 0; background: #193984; border-top: 0 solid #fff; padding: 10px 0; margin: 0 0 -500px; display: none; }
			#top_2 ul li div.men div { float: left; width: 100%; height: 35px; position: relative; margin: 0px; padding: 0px; }
				#top_2 ul li div.men div a { float: left; width: 100%; margin: 0px; padding: 0px; height: 35px; font: 14px/35px "Microsoft YaHei"; color: #fff; overflow: hidden; background-image: none; border-radius: 0; }
					#top_2 ul li div.men div a:hover { text-decoration: none; color: #333 !important; background: #fff; font-weight: normal; border-radius: 0; }
					#top_2 ul li div.men div a.tag { text-decoration: none; color: #333 !important; background: #fff; font-weight: normal; border-radius: 0; }
				#top_2 ul li div.men div ol { width: 100%; position: absolute; left: 100%; top: 0; background: #f89e14; display: none; }
					#top_2 ul li div.men div ol li { width: 100%; padding: 0; margin: 0; height: auto; }


.soso_bg { width: 100%; min-width: 1200px; height: 50px; background: #f1f1f1; clear: both; border-bottom: 1px solid #e7e7e7; }
#soso { width: 1200px; margin: 0 auto; height: 50px; color: #333; }
div.soso { float: right; height: 30px; margin: 10px 0 0; }
	div.soso .input1 { float: left; height: 28px; width: 240px; line-height: 28px; padding: 0 6px; color: #999; border: 1px solid #f89e14; border-right: 0; background: transparent; outline: none; }
	div.soso .search1 { float: left; border: 0; height: 30px; font: 14px/30px "Microsoft yahei"; padding: 0 15px; background: #f89e14; color: #fff; }
dl.so_key { float: left; width: 670px; height: 30px; line-height: 30px; margin: 10px 0 0; text-align: left; overflow: hidden; }
	dl.so_key dt { float: left; width: 90px; font: bold 14px/30px "Microsoft YaHei"; text-align: right; color: #555; }
	dl.so_key dd { float: left; width: 580px; overflow: hidden; color: #555; }
	dl.so_key a { color: #555; font-size: 14px; }
  
  
/*Banner*/
.banner_line{width:100%;height:5px;background:url(../images/hdYy_ico.png) repeat-x;overflow:hidden;position:relative;z-index:2;}
#banner{width:100%; min-width:1200px;height:400px;margin:0;clear:both;overflow:hidden;text-align:center;position:relative;z-index:1;}
#flash_box { margin: 0 auto; width: 1200px; height: 400px; }
#flash_News { position: relative; z-index: 8; width: 1200px; height: 400px; overflow: hidden; word-break: break-all; }
	#flash_News a { position: absolute; top: 0; left: 0; z-index: 6; width: 1200px; height: 400px; }
	#flash_News img { position: absolute; top: 0; left: 0; z-index: 6; width: 1200px; height: 400px; display: none; }
#flash_pages{width:1200px;position:relative;z-index:10;margin-top:-30px;text-align:center;}
#flash_pages a{padding:3px 4px;text-decoration:none;background:url(../images/flash_bg2.png) no-repeat center center;}
#flash_pages a.f_tag{background:url(../images/flash_bg1.png) no-repeat center center;}
/*分页样式*/
.page_list{width:100%;height:25px;float:left;clear:both;line-height:25px;padding-top:10px;text-align:left;}
.page_list a{padding:2px 4px;border:1px #aaaaaa solid;color:#333333;text-decoration:none;}
.page_list a.page1{padding:2px 4px;background:#f89e14;border:1px solid #f89e14;color:#fff;font-weight:bold;}
.page_list a:hover{padding:2px 4px;background:#f89e14;border:1px solid #f89e14;color:#fff !important;}
.page_list span.page1{padding:2px 4px;border:1px #cccccc solid;color:#aaaaaa;}
/*分页样式*/
.main{width:1200px;margin:0 auto;clear:both;text-align:left;}
.main_bg{float:left;width:1200px;margin:20px 0 0;}


.p-location-bg { float: left; width: 100%; min-width: 1200px; clear: both; background: #f2f2f2; text-align: center; }
.p-location { width: 1200px; margin: 0 auto; height: 60px; font: 16px/60px "Microsoft YaHei"; text-align: left; }


.p-tag-box{float:left;width:1199px;border:1px solid #DCDCDC;border-left:0;}
.p-tag-box .big{float:left;height:50px;position:relative;}
.p-tag-box a{float:left;padding:0 20px;height:50px;text-align:center;color:#333;font:14px/50px "Microsoft YaHei";border-left:1px solid #DCDCDC;}
.p-tag-box a.tag{background:url(../images/bg_moverA.jpg) repeat-x;color:#fff;}
.p-tag-box a.tag1{background:url(../images/bg_moverA.jpg) repeat-x;color:#fff;}
.p-tag-box a:hover{text-decoration:none;background:url(../images/bg_moverA.jpg) repeat-x;color:#fff;}
.p-tag-box .p-big a:hover{text-decoration:none;background:url(../images/bg_moverA.jpg) repeat-x;color:#fff;}
.p-tag-box .p-big{float:left;height:50px;position:relative;}
.p-tag-box .p-big a{float:left;padding:0 20px;height:50px;text-align:center;color:#333;font:14px/50px "Microsoft YaHei";border-left:1px solid #DCDCDC;}
.p-tag-box .p-big a.tag{background:url(../images/bg_moverA.jpg) repeat-x;color:#fff;}
.p-tag-box .p-big a.tag1{background:url(../images/bg_moverA.jpg) repeat-x;color:#fff;}
.p-tag-box .p-big a:hover{text-decoration:none;background:url(../images/bg_moverA.jpg) repeat-x;color:#fff;}
.p-tag-box .p-big div{position:absolute;top:50px;left:0;width:180px;background:#fff;display:none;border:1px solid #DCDCDC;}
.p-tag-box .p-big div a{float:left;padding:0;width:100%;height:35px;font:normal 14px/35px "Microsoft YaHei";color:#333;border:0;border-bottom:1px dotted #ddd;}
.p-tag-box .p-big div a img{float:left;margin:13px 6px 0 21px;}
.p-tag-box .p-big div a:hover{text-decoration:none;background:#fe470b;color:#fff;}

.p-info-box{float:left;width:1200px;padding:20px 0;min-height:400px;overflow:hidden;}
.product_index{width:110%;}


.b-nav-box{float:left;width:100%;min-width:1200px;background:#035084;clear:both;margin-top:20px;padding:0 0 30px;border-top:2px solid #ff9000;}
.b-nav{width:1200px;margin:0 auto;font:14px/29px "Microsoft yahei";text-align:left;color:#fff;}
.b-nav ul{width:1200px;overflow:hidden;float:left;}
.b-nav ul li{ float:left;width:150px;overflow:hidden; }
.b-nav ul li.b-product{width:200px;}
.b-nav ul li.b-weixin{float:right;text-align:center;width:120px;}
.b-nav ul li.b-weixin img{margin-top:50px;width:120px;}
.b-nav ul li.b-contacts{width:280px;min-height:150px;}
.b-nav ul li.b-contacts .b-tel{color:#a864b1;font:24px/35px "Microsoft yahei";}
.b-nav ul li a,.b-nav ul li span{ display:block;}
.b-nav ul li span{font:18px/50px "Microsoft yahei";}
.b-nav a{color:#fff;}

.b_nav_list{float:left;width:1100px;height:43px;border:1px solid #d5ad4e;margin-left:49px;display:inline;text-align:center;font:16px/41px "Microsoft yahei";margin-bottom:30px;}
.b_nav_list span{display:none;}
.b_nav_list br{display:none;}
.b_nav_list a{padding:0 20px;}

.p-bottom { float: left; width: 100%; min-width: 1200px; background: #1c1d1d; border-top: 0 solid #fff; clear: both; font-size: 14px; color: #807e7e; }
.p-bottom-1{float:left;width:100%;min-width:1200px;background:#44a544;clear:both;margin-top:0;font-size:13px;color:#fff;}
.b-info{width:1200px;margin:0 auto;text-align:left;}
.b-infos{float:left;width:1200px;padding:30px 0 20px;font:14px/33px "Microsoft yahei";letter-spacing:2px;}
.b-infos h3{font:18px/37px "Microsoft yahei";height:auto;padding:0;margin:0;}
.b-logo{float:left;padding:0 40px;}
.b-logo img{margin:30px 0 0 30px;}
.b-logo p{font:17px/37px "Microsoft yahei";padding-top:10px;}
.b-text{float:left;width:450px;padding-left:25px;font:15px/37px "Microsoft yahei";}
.b-weixin{float:left;width:160px;text-align:center;}
.b-weixin img{margin:10px 0 0;}
.b-tel{float:right;width:350px;padding-top:25px;}
.b-tel img{float:left;margin:18px 8px 0 10px;}
.b-tel p.tel-tag{font:30px/49px "Microsoft yahei";color:#fff;text-align:left;}
.b-tel p.tel-t{font:14px/23px "Microsoft yahei";color:#fff;text-align:left;padding-top:15px;}
.p-bottom a{color:#807e7e;}
.b-pbox{float:left;width:1200px;padding:15px 0;font:14px/31px "Microsoft yahei";text-align:center;}
.b-links a{padding:0 12px 0 0;}

dl.p-link-box{float:left;width:380px;padding:0 0 0 20px;text-align:left;}
dl.p-link-box dt{float:left;width:100%;color:#fff;font:18px/37px "Microsoft yahei";}
dl.p-link-box dd{float:left;width:100%;color:#333;font:13px/27px "Microsoft yahei";}
dl.p-link-box dd img{margin:10px 30px 5px 0;background:#fff;color:#fff;}

.b_nav_bg{float:left;width:100%;height:46px;background:#dd2418;clear:both;margin-top:20px;}
.b_nav{width:1200px;height:46px;margin:0 auto;font:13px/46px "Microsoft YaHei";background:#dd2418;color:#fff;}
.b_nav a{
	color:#fff;
	padding:0 12px;
	font-family: "微软雅黑", "Microsoft YaHei", Arial;
}

.b_nav_box {float:left;width:100%;margin-top:20px;}
    .b_nav_box dl { float:left;text-align:left;}
    .b_nav_box dl dt{ float:left;width:100%;font:18px/45px "Microsoft YaHei";background:url(../images/b_t_bg.jpg) no-repeat left bottom;}
    .b_nav_box dl dd{ float:left;width:100%;margin-top:12px;font:14px/27px "Microsoft YaHei";}
        .b_nav_box dl.dl-01 {width:270px;margin-right:27px; }
            .b_nav_box dl.dl-01 a {float:left;display:inline-block;width:50%;}
        .b_nav_box dl.dl-02 {width:385px;margin-right:27px; }
            .b_nav_box dl.dl-02 a {float:left;display:inline-block;width:50%;}
        .b_nav_box dl.dl-03 {width:90px;margin-right:27px; }
            .b_nav_box dl.dl-03 a {display:inline-block;width:100%;}
        .b_nav_box dl.dl-04 {width:90px; }
            .b_nav_box dl.dl-04 a {display:inline-block;width:100%;}
        .b_nav_box dl.dl-05 {float:right;width:256px; }

.p_bottom{float:left;width:100%;padding:10px 0 0;line-height:25px;text-align:center;color:#333;font-size:13px;}
.p_bottom div.b_info{width:1200px;margin:0 auto;padding:0 0 0;}
.p_bottom div.info{float:left;width:1200px;padding:10px 0 0;text-align:center;}
.p_bottom div.info p{padding-bottom:6px;}
.p_bottom div.info p a{}
.p_bottom div.info span{padding:0 16px;}
#bottom_link{float:left;width:1140px;padding:18px 30px;background:#023c64;border-radius:0 0 15px 15px;} 
  #bottom_link dt{float:left;width:80px;font:16px/27px "Microsoft YaHei";text-align:center;}
  #bottom_link dd{float:left;width:1000px;line-height:27px;text-align:left;}
  .link_list{float:left;width:100%;}
.p_bottom a{color:#333;}
/*************************内页*************************/
.more a{color:gray;}


dl.dl_left { float: left; width: 250px; position: relative; z-index: 1; }
	/* dl.dl_left dt{float:left;width:230px;height:59px;margin-top:14px;background:url(../images/l_title.jpg) repeat-x;border-radius:3px;}*/
	dl.dl_left dt { float: left; width: 250px; height: 45px; margin-top: 10px; border: 1px solid #eee; border-bottom: 0; background: #f89e14; }
		dl.dl_left dt .title { float: left; width: 246px; height: 45px; font: 18px/45px "Microsoft YaHei"; color: #fff; text-align: center; text-indent: 2px; }
		dl.dl_left dt .t_right { float: right; width: 2px; height: 45px; overflow: hidden; background: #f89e14; }
	dl.dl_left dd { float: left; width: 250px; padding: 5px; border: 1px solid #eee; border-top: 0; background: #fff; }
		dl.dl_left dd.l_line { float: left; width: 100%; height: 14px; overflow: hidden; padding: 0; border: 0; margin-top: 0; background: none; }

		dl.dl_left dd.l_class .big { float: left; width: 238px; height: 45px; font: 14px/45px "Microsoft YaHei"; overflow: hidden; background: url(../images/l_ioc.png) no-repeat right 12px center #ececec; border-bottom: 0 dotted #999; text-indent: 12px; margin: 3px 0; }
			dl.dl_left dd.l_class .big a:hover { text-decoration: none; color: #ea7526; }
			dl.dl_left dd.l_class .big a.tag { text-decoration: none; color: #ea7526; }
		dl.dl_left dd.l_class .small { float: left; padding: 0 0; text-align: left; }
			dl.dl_left dd.l_class .small a { float: left; font: normal 14px/31px "Microsoft YaHei"; color: #333; width: 188px; background: url(../images/n_li.jpg) no-repeat 12px 12px; border-bottom: 1px dotted #ddd; padding-left: 20px; }
				dl.dl_left dd.l_class .small a img { float: left; margin: 13px 6px 0 21px; }
				dl.dl_left dd.l_class .small a:hover { text-decoration: none; color: #ea7526; }

		dl.dl_left dd p { float: left; width: 238px; height: 45px; margin: 3px 0; }
			dl.dl_left dd p a { float: left; width: 238px; height: 45px; font: 14px/45px "Microsoft YaHei"; overflow: hidden; background: url(../images/l_ioc.png) no-repeat right 12px center #ececec; border-bottom: 0 dotted #999; text-indent: 12px; }
				dl.dl_left dd p a:hover { text-decoration: none; color: #ea7526; }
				dl.dl_left dd p a.tag { text-decoration: none; color: #ea7526; }
		dl.dl_left dd.l_tel { padding: 0 0 18px; }
			dl.dl_left dd.l_tel img { float: left; }
		dl.dl_left dd img.i_contact { float: left; width: 200px; margin: 0 0 8px; }

		dl.dl_left dd.l_contact { width: 230px; padding: 5px 10px 10px; margin-top: 20px; background: #f89e14; color: #fff; border: 0; word-break: break-all; word-wrap: break-word; font: 14px/31px "Microsoft YaHei"; text-align: left; }
			dl.dl_left dd.l_contact div { padding-left: 30px; margin-top: 5px; }
			dl.dl_left dd.l_contact img { float: left; margin: 0 12px 0 10px; }
			dl.dl_left dd.l_contact b { font: 24px/31px "Microsoft YaHei"; }


#left { float: left; width: 250px; overflow: hidden; }


#right { float: right; width: 922px; overflow: hidden; }
dl.content { float: left; width: 922px; border: 0 solid #eee; min-height: 500px; _height: 500px; }
	dl.content dt { width: 922px; height: 35px; border-bottom: 1px solid #f89e14; display: none; /*background:url(../images/r_t_bg.jpg) repeat-x;*/ }
		dl.content dt .title { float: left; height: 35px; font: bold 14px/35px "Microsoft YaHei"; color: #000; text-indent: 10px; overflow: hidden;  /*background:url(../images/r_t_l.jpg) no-repeat;*/ }
			dl.content dt .title .blue2 { color: #000 !important; }
			dl.content dt .title a { color: #000; }
		dl.content dt .more { float: right; width: 40px; height: 35px; text-align: right; color: #fff; /*background:url(../images/r_t_r.jpg) no-repeat right top;*/ }
		dl.content dt .cont { float: left; padding-left: 10px; width: 10px; height: 36px; font: 14px/36px ""; color: #000; }
		dl.content dt a { color: #f89e14; }
	dl.content dd { float: left; width: 922px; padding: 0; font-size: 13px; }
		dl.content dd.news { font: 14px/25px "Microsoft YaHei"; width: 900px; min-height: 500px; padding: 15px 10px; background: #fff; border: 1px solid #e6e6e6; }
		dl.content dd.about { font: 14px/25px "Microsoft YaHei"; width: 890px; min-height: 500px; padding: 15px; background: #fff; border: 1px solid #e6e6e6; }
		dl.content dd.product { width: 890px; min-height: 500px; padding: 15px; background: #fff; border: 1px solid #e6e6e6; }
		/*dl.content dd.about p{text-indent:24px;}
dl.content dd.contacts p{text-indent:14px;}*/
		dl.content dd.more { padding: 3px 0; text-align: right; }
		dl.content dd.center { clear: both; text-align: center; }
		dl.content dd div.download { width: 100%; text-indent: 22px; background: url(../images/download.gif) no-repeat 2px 7px; border-bottom: 1px dashed #ccc; font: 13px/31px ""; }


div.product_list { float: left; }
	div.product_list ul { float: left; width: 168px; height: 198px; margin: 3px 6px; display: inline; text-align: center; overflow: hidden; }
		div.product_list ul li.p_img { float: left; width: 160px; height: 160px; padding: 3px; border: 1px solid #e1e1e1; overflow: hidden; }
			div.product_list ul li.p_img img { width: 160px; height: 160px; }
		div.product_list ul li.p_t { float: left; width: 100%; height: 30px; line-height: 27px; overflow: hidden; }

.p-title { float: left; width: 920px; height: 38px; margin-top: 12px; border: 1px solid #eee; border-bottom: 1px solid #f89e14; color: #f89e14; }
	.p-title .title { float: left; height: 31px; font: bold 16px/31px "Microsoft YaHei"; display: inline; padding: 5px 0 0 6px; }
	.p-title .more { float: right; width: 90px; height: 38px; }
		.p-title .more a { float: right; height: 38px; padding: 0 12px 0 0; font: 13px/36px "Microsoft YaHei"; }
.p-news-box { float: left; width: 933px; padding: 10px; border: 1px solid #eee; border-top: 0; background: #fff; }
/*在线客服--------------------------*/
body {
_background-attachment:fixed;
}
#kf {
z-index:999;
position:fixed;
bottom:0px;
right:4px;
width:120px;
_position:absolute;
_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
overflow:visible;
text-align:center;
}
#kefu{float:left;width:120px;overflow:hidden;}
#qq1{float:left;width:120px;}
#qq{float:left;width:120px;padding-bottom:9px;background:url(../images/kf_04.gif) no-repeat bottom;overflow:hidden;}
#qq img{float:left;margin:0px;}
#qq ul{float:left;margin:0px;width:120px;background:url(../images/kf_02.gif) repeat-y left #eef9fd;}
#qq ul li{float:left;width:98px;padding:5px 0 0 22px;height:25px;background:url(../images/kf_03.gif) repeat-y right;}


.logofont {
	font-family: "Microsoft YaHei", "Microsoft YaHei", Arial;
	margin-top: 20px;
}
.logofont strong{
	font-size: 24px;
	color: #53a143;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 30px;
}
.logofont p{
	font-size: 22px;
	color: #fe7407;
	font-weight: bold;
	line-height: 30px;
}



.float-contact-mini {
	position: absolute;
	right: 1px;
	top: 175px;
}
.float-contact-mini a {
	background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF !important;
	display: block;
	height: 65px;
	line-height: 110%;
	padding: 46px 5px 0;
	text-align: center;
	text-decoration: none !important;
	width: 18px;
}
.float-contact {
	display: none;
	position: absolute;
	right: 1px;
	top: 175px;
	width: 102px;
}
.float-contact .close {
	background: url("../images/sprites.png") no-repeat scroll -29px 0 transparent;
	color: #FFFFFF !important;
	display: block;
	height: 31px;
	line-height: 31px;
	padding-left: 22px;
	text-decoration: none !important;
}
.float-contact .container {
	background:#FFFFFF;
	border-color: #E3E3E3;
	border-style: solid;
	border-width: 0 1px;
	padding: 1px 0;
	text-align: center;
}
.float-contact .container {
	border-style: solid;
	text-align: center;
}
.float-contact .qq {
	padding: 7px 0 6px;
}
.float-contact .qqtitle {
	line-height: 200%;
}
.float-contact .qq .btn {
	padding-top: 4px;
}
.float-contact .qq .btn li {
	padding-bottom: 5px;
}
.float-contact .qq .btn a {
	background: url("../images/sprites.png") no-repeat scroll -43px -80px transparent;
	color: #1A649D;
	display: block;
	height: 23px;
	line-height: 23px;
	margin: 0 auto;
	padding-left: 23px;
	width: 53px;
}
.float-contact .qqtel {
	background: url("../images/shadow-2.png") repeat-x scroll 0 100% transparent;
	padding-bottom: 14px;
}
.float-contact .qqtel .qqcontent {
	color: #FF6600;
	font-size: 117%;
	font-weight: bold;
	line-height: 130%;
	letter-spacing:0;
}
.float-contact .myqqlink {
	background: url("../images/bg-x.png") repeat-x scroll 0 -320px #FA8400;
	border-bottom: 1px solid #E3E3E3;
	color: #FFFFFF !important;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none !important;
}
h3.qqtitle {
	margin:0;
	padding:0;
}




.client-2{position:fixed;right:-170px;top:50%;z-index:900;}
.client-2 li a{text-decoration:none;}
.client-2 li{margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}
.client-2 li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}
.client-2 .my-kefu-qq i{background-position:4px 5px;}
.client-2 .my-kefu-tel i{background-position:0 -21px;}
.client-2 .my-kefu-liuyan i{background-position:4px -53px;}
.client-2 .my-kefu-weixin i{background-position:-34px 4px;}
.client-2 .my-kefu-weibo i{background-position:-30px -22px;}
.client-2 .my-kefu-ftop{display:none;}
.client-2 .my-kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left{float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right{width:20px;}
.client-2 .my-kefu-tel-main{background:#f89e14;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main{background:#f89e14;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img{width:115px;height:115px;}



.page-footer { padding: 40px 0; background-color: #ccc; float: left; width: 100%; min-width: 1200px; color: #333; margin-top: 20px; }
	.page-footer .container { clear: both ;text-align:left;}
	.page-footer .footer-primary { padding-bottom: 30px }
	.page-footer .footer-link { float: left; width: 100px; margin-right: 50px }
		.page-footer .footer-link.we-support { width: 150px; }
		.page-footer .footer-link h3 { font-size: 18px; color: #333; margin-bottom: 12px; margin-left: -2px }
		.page-footer .footer-link a { display: block; margin-bottom: 8px; color: #333;font-size:14px;}
			.page-footer .footer-link a:hover { color: #333 }
	.page-footer .online-service { float: left; margin-right: 8px; border-left: 1px solid #555; padding-left: 70px; height: auto ;text-align:left;}
		.page-footer .online-service .phone-number { font-size: 26px; color: #333; padding: 5px 0 0; display: flex; font-weight: 700 }
			.page-footer .online-service .phone-number .svg-icon { fill: #fff; margin: -4px 6px 0 -2px; display: inline-block; width: 26px; height: 26px; stroke-width: 0; stroke: currentColor; fill: currentColor; }
		.page-footer .online-service > p { margin-bottom: 8px }
	.page-footer .erweima { float: left; width: 129px; text-align: center; margin: 15px 20px 0 0; white-space: nowrap }
		.page-footer .erweima > img { display: block; margin: 5px auto; width: 129px; height: 129px; border-radius: 5px }
.footer-logos { clear: both; background: #1C1D1D; padding: 25px 29px }
	.footer-logos .hq-logo { display: block; width: 260px; margin: 15px 15px 0 0; float: left }
		.footer-logos .hq-logo > img { width: 80px; height: auto }
		.footer-logos .hq-logo .slogan { margin: 0 0 0 15px; color: #aaa }
	.footer-logos .service-logo { display: inline-block }
		.footer-logos .service-logo > a { border-radius: 5px; width: 150px; margin: 0 12px; text-align: center; padding: 7px 0 3px; float: left }
			.footer-logos .service-logo > a:hover { background: rgba(0,0,0,.5) }
			.footer-logos .service-logo > a.hqchip { width: 200px }
			.footer-logos .service-logo > a > img { height: 24px; width: auto; display: inline-block; margin-bottom: 8px }
		.footer-logos .service-logo .elecfans > img { height: 36px }
		.footer-logos .service-logo .elecfans { margin: -12px -12px 0 15px }
		.footer-logos .service-logo > a > b { display: block; color: #ccc; line-height: 24px }
.page-footer .copy-right { text-align: left; padding: 5px 0 10px; color: #666; background: #1C1D1D }
	.page-footer .copy-right .icp { margin: 0 15px }
.c--city-picker { display: flex; max-width: 400px }
	.c--city-picker .el-select { flex: 1; margin-right: 8px }
		.c--city-picker .el-select:last-child { margin-right: 0 }
