﻿@charset "utf-8";
/* CSS Document */

* {
	list-style:none;
	MARGIN: 0px auto;
}
/* 网站公共样式 */
body {FONT-FAMILY:Arial, Helvetica, sans-serif; margin:0;padding:0;font-size:14px;color:#000000;}
form,img,ul,ol,li,dl,dt,dd {margin:0;padding:0;border:0;}
li,dl{list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
em { font-style: normal; }
input{vertical-align: middle;margin:0;padding:0;}
A:link {
	COLOR:#000000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #020202; TEXT-DECORATION: none
}
A:hover {
	CURSOR: hand; COLOR: #FF0000; TEXT-DECORATION: underline
}
A:active {
	COLOR: #00518a; TEXT-DECORATION: none
}
a:hover img{opacity:0.9;filter:alpha(opacity=90);}
TABLE {
	LINE-HEIGHT: 20px; 
}
h1{font-size:16px;margin:0; padding:0;color:#FFFFFF}
h2{
	font-size:18px;
	margin:0; 
	padding:0;
	line-height:23px;
	color:#FFFFFF;
}
h3{font-size:14px;margin:0; padding:0; color:#333333}
h4{
	font-size:19px;
	margin:0; 
	padding:0;
	line-height:32px;
}
h5{
	font-size:15px;
	margin:0; 
	padding:0;
	line-height:26px;
}
h6{font-size:16px;margin:0; padding:0;line-height:35px; padding-left:15px;}
.clear {clear:both;height: 0; }
.clear-fix:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}
.fl{ float: left; }
.fr{ float: right;}
/* fixed */
.fixed{position:fixed;width:60px;height:212px;right:60px;bottom:50px;_position: absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));z-index:99999;}
.fixed a{display:block;width:60px;height:53px;}
.barbook{background:url(../img/fixed.jpg) 0 0 no-repeat;}
.barbook:hover{background-position:-54px 0;}
.fixed a.codepic{background:url(../img/fixed.jpg) 0 0 no-repeat;background-position:0 -53px;height:52px;}
.fixed a.codepic:hover{background-position:-54px -53px;}
.fixed div{position:relative;}

.fixed a.backup{background:url(../img/top.png) 0 0 no-repeat;height:105px;}
.fixed a.backup:hover{background-position:-60px 0px;height:105px; }

.fixed div img{position:absolute;left:-196px;width:196px;height:196px;top:-106px;display:none;}
/* fixed_end */

/*产品分页条数加红start*/
.propage {
	font-size:14px;
	FONT-FAMILY: "Microsoft Yahei", 宋体, Arial;
	line-height:35px;
}
.propage SPAN {
	color:#990000;
	font-weight:bold;
}
/*产品分页条数加红end*/

/*新闻n目录查看详细*/
.sorc {
	FONT-SIZE: 14px;
	padding-left:20px;
	padding-right:20px;
	line-height:30px;
	color:#FFFFFF;
	background-color:#fcba0e;
	FONT-FAMILY: "Microsoft Yahei", Arial;
}
/*文章主体*/
.conte_text {
	line-height:25px;
	font-size:14px;
}
.conte_text table {
	line-height:30px;
	font-size:14px;
}
/*文章主体*/

._input{border:1px solid #cccccc; background:#fff; height:30px; line-height:30px; font-size:14px; text-indent:5px; border-radius:4px; margin:5px;}
._textarea{border:1px solid #d9d9d9; background:#fff; line-height:25px; font-size:14px; padding-left:5px; padding-right:5px; border-radius:4px; margin:5px; }

.bnt_save{background:#007c36;border:1px solid #5A9BD9;border-radius:4px;color:#fff;padding:7px 15px;*padding:7px 15px 6px 15px;cursor:pointer;font-size:14px;*overflow:visible;*filter:chroma(color=#000000); margin:5px;}
.bnt_save:hover{background:#f60;border:1px solid #f60;}
/*page*/
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .5s;
    border: 1px solid #ddd;
    font-size:14px;
}
ul.pagination li a.active {
    background-color: #ff6700;
    color: white;
	font-weight:bold;
	border: 1px solid #ff6700;
}

ul.pagination li a:hover:not(.active) {
	background-color: #ff6700;
	color: white;
}
ul.pagination span {
    color:#CCCCCC;
    float: left;
    padding: 8px 16px;
    border: 1px solid #ddd;
    font-size:14px;
}
/*page*/
/*产品列表分页*/
.pro_page{ width:100%; line-height:40px; border-top:1px solid #CCCCCC; margin-top:15px; text-align:center}
.pro_page_sl{ width:100%; text-align:center; margin-top:15px;}
/*产品列表分页*/
/* 下面这段使用方法：<div class="pic_table"></div>在这里面放的链接,鼠标指向时会有个框 */
.pic_table a{height:28px; float:left; margin:0 10px 8px 0; padding:0 10px 0 10px; background:#f0f0f0; border:1px solid #c4c4c4; line-height:28px; color:#000000;font-size:14px; word-warp: break-warp; word-break: break-all; white-space: nowrap;}
.pic_table a:hover{background:#333333; border:1px solid #000000; color:#fff; text-decoration:none;}

.s_input{border:1px solid #cccccc; background:#fff; height:26px; line-height:26px; font-size:14px; text-indent:5px; border-radius:4px; margin:0px;}

.s_save{background:#5BA4DD;border:1px solid #5A9BD9;border-radius:4px;color:#fff;padding:5px 15px;*padding:5px 15px 6px 15px;cursor:pointer;font-size:14px;*overflow:visible;*filter:chroma(color=#000000); margin:0px;}
.s_save:hover{background:#f60;border:1px solid #f60;}

/* 栏目页推荐滚动产品图片 */
.picMarquee-left{ width:100%; height:203px; overflow:hidden; position:relative; }
.picMarquee-left .bd{ padding:0px;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center; width:238px;}
/*产品图片包围*/
.picproa {
	padding:0px;
	width:230px;
	height:203px;
	font-size:14px;
	text-align:center;
}
.picproa img {
	padding:5px;
}
.picproa a {
	border:1px #c9c9c9 solid;
	border-radius:4px;
	width:230px;
	height:200px;
	display:block;
	color:#333333;
}
.picproa a:hover {
	border:1px #8bc0f7 solid;
	border-radius:4px;
	height:200px;
	TEXT-DECORATION:none;
	color:#ff4a00;
	font-weight:bold;
}
/*产品图片包围*/
/* 栏目页推荐滚动产品图片end */
/*客服qq*/
#service{position:fixed;right:-240px;top:10px;z-index:999999999;margin:200px 0 0 0; font:14px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; color:#eee;}
#ser_main{float:left;position:relative;z-index:9;top:0px;}
#ser_main a{display:block;overflow:hidden;}
#ser_main a#floatShow01{background:url(../img/ser-30.png) no-repeat;height:200px;width:48px;z-index:99999;}
#onlineService01{float:left;background:#fff;border:2px solid #2d6ace;overflow:hidden; width:206px;padding:0 15px;}
.onlineMenu ul li{ padding:10px 0px; border-bottom:1px dashed #444;}
.onlineMenu ul li:last-child{ border:none;}
.onlineMenu .call{text-align:left;border-bottom:1px solid #e5e5e5;padding-bottom:5px;margin-bottom:5px;}
.onlineMenu .call>p{display:block;font-size:12px;padding:5px 0;padding-left:30px;color:#333;}
.onlineMenu .call>p a{font-size:12px;color:#333;}
.onlineMenu .call>p a:hover{color:#2d6ace;}
.onlineMenu .call>p.ser01{background:url(../img/icon-phone.png) no-repeat left center;}
.onlineMenu .call>p.ser02{background:url(../img/icon-email.png) no-repeat left center;}
.onlineMenu .call>p.ser03{background:url(../img/icon-skype.png) no-repeat left center;}
.onlineMenu .call>p.ser04{background:url(../img/icon-tel.png) no-repeat left center;}
.onlineMenu .call>p.ser05{background:url(../img/icon-whatsapp.png) no-repeat left center;}
#service:hover{ right:0px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}