@charset "utf-8";
/* CSS Document */

/*****Basic Element*****/
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "黑体";
}
*:focus {
	border: none;
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
body {
}
/*****Generic Classes*****/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	height: 0;
	clear: both;
}
.hidden {
	display: none;
}
.ww {
	width: 1200px;
	margin: 0 auto;
}
/*****Basic Layout*****/
#wrap {
}
/*****Top*****/
#top {
	height:58px;
	background:#900000;
}
#top p {
	font-size:16px;
	color:#fff;
	line-height:58px;
}
#top form {
	background:#fff;
	height:30px;
	border-radius:18px;
	padding:0 15px;
	margin-top:10px; width:500px;    height: 40px;
}
#top input {
	display:inline-block;
	vertical-align:middle;
	border:0;
	width:245px;
	height:30px;
	line-height:30px;
	
}
#top input.btn_ser {
	
	background:url(../../images/icon_search_03.png) no-repeat center right; height:40px;
}
/*****Header*****/
#header {
	/*height:185px;*/
}
#header a.logo {
	/*margin-top:50px;*/
	margin-top:20px;
}
#header li {
}
#header li a {
	display:block;
	width:128px;
	/*height:110px;*/
	height:60px;
	padding-top:20px;
	
	/*padding-top:75px;*/
	text-align:center;
	font-size:16px;
	color:#383838;
}
#header li a span {
	display:block;
	font-size:12px;
	color:#ac0000;
}
#header li a:hover,#header li a.selected {
	background:#e5e5e5;
}
/*****Banner*****/
.flexslider {
	position: relative;
	height: 620px;
	overflow: hidden;
	background: url(../../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 620px;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
 *display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 40px;
	overflow: hidden;
	background: url(../../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}
.flex-direction-nav li a {
	display: block;
	width: 35px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../../images/next.png) center center no-repeat;
	
}

#header .web-nav .sub-nav {
	 z-index:99999;
	width: 135px;
	padding: 15px 13px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 145px;
	top: 85px;
	box-shadow: 0 0 5px #c7c7c7;
	display: none;
}
#header .web-nav .sub-nav li {
	/*float: left;*/
	width: 88px;
	height: 27px;
	line-height: 27px;
	transition: all 0.5s;
}
#header .web-nav .sub-nav li a{ margin-top:0px; padding-top:0px; height: 27px; line-height:27px; color:hsla(0,0%,47%,1.00)}
#header .web-nav .sub-nav li:hover {
	/*background: #57c0f7; */height: 27px; line-height:27px;
}
#header .web-nav .sub-nav li:hover a { height: 27px; line-height:27px;
	
	color: #fff;
}
/*****首页产品分类*****/
.cate {
	padding:60px 0;
}
.cate li {
	width:300px;
}
.cate li img {
	display:block;
	width:145px;
	height:145px;
	border-radius:88px;
	border:3px #ac0000 solid;
	padding:12px;
	margin:0 auto;
}
.cate li p {
	text-align:center;
	font-size:18px;
	color:#3a3a3a;
	line-height:48px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*****首页关于我们*****/
.intitle {
	text-align:center;
	padding-bottom:50px;
}
.intitle h2 {
	font-weight:normal;
	font-size:36px;
	color:#ac0000;
}
.intitle h2 span {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#515151;
}
.about {
	height:490px;
	background:url(../../images/bg_about_02.jpg) no-repeat center bottom;
}
.about .nr {
	font-size:18px;
	color:#fff;
	line-height:38px;
	padding:85px 15px 0 15px;
}
a.more {
	display:block;
	width:115px;
	height:42px;
	line-height:42px;
	text-align:center;
	background:#1f2228;
	font-size:16px;
	color:#fff;
	margin:30px auto 0;
	border-radius:8px;
}
/*****首页产品*****/
.product {
}
.product li {
	width:288px;
	height:288px;
	overflow:hidden;
	margin:0 16px 16px 0;
	position:relative;
}
.product li img {
	display:block;
	width:288px;
	height:288px;
}
.product li .pname {
	display:none;
	width:288px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	position:absolute;
	left:0;
	bottom:0px;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.product .ads {
	padding-top:170px;
	background:#920101;
	height:110px;
	margin-top:-170px;
}
.product .ads .ww {
	background:url(../../images/tel_03.png) no-repeat left top;
	height:80px;
}
.product .ads p {
	font-style:italic;
	font-weight:bold;
	font-size:50px;
	color:#fff;
	text-shadow:5px 5px 5px #5b0000;
	padding-left:780px;
}
/*****新闻中心*****/
.news {
	padding:50px 0;
}
.news li {
	width:510px;
	margin-bottom:25px;
}
.news li em {
	display:inline-block;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	background:#cb0909;
	font-size:18px;
	color:#fefefe;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:20px;
	vertical-align:middle;
}
.news li a {
	display:inline-block;
	height:34px;
	width:450px;
	border-bottom:1px #7c7c7c dashed;
	font-size:16px;
	color:#3d3d3d;
	line-height:34px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	*white-space:inherit;
	vertical-align:middle;
}
.news li a:hover {
	color:#920101;
}
.news a.more {
	background:#b20000;
}
/*****首页留言板*****/
.message {
	background:#f2f2f2;
	padding:50px 0;
}
.liuyan h2,.contact h2 {
	font-weight:normal;
	font-size:18px;
	color:#323232;
	border-bottom:2px #e7e7e7 solid;
	margin-bottom:20px;
	padding-bottom:10px;
}
.liuyan {
	width:860px;
}
.liuyan input {
	display:inline-block;
	vertical-align:middle;
	width:395px;
	height:42px;
	border:0;
	padding:0 10px;
	font-size:16px;
	color:#3f3f3f;
	margin-bottom:20px;
}
.liuyan input.bt {
	margin-left:25px;
}
.liuyan textarea {
	display:inline-block;
	width:840px;
	height:px;
	overflow:auto;
	font-size:16px;
	color:#3f3f3f;
	line-height:22px;
	height:144px;
	border:0;
	margin-bottom:20px;
	padding:10px;
}
.liuyan img {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:20px;
}
.liuyan input.btn_tj {
	width:132px;
	height:42px;
	background:#1f2228;
	cursor:pointer;
	font-size:px;
	color:#fff;
}
.contact {
	width:290px;
}
.contact .lx {
	font-size:16px;
	color:#565656;
	line-height:40px;
}
/*****友情链接*****/
.links {
	background:#920101;
	height:50px;
	line-height:50px;
	overflow:hidden;
}
.links li {
	font-size:14px;
	color:#fff;
	padding-left:100px;
}
.links li a {
	color:#fff;
}
/*****Footer*****/
#footer {
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:35px 0;
	background:#1f2228;
}
#footer a {
	color:#fff;
}
#footer li {
	display:inline-block;
}
#footer li a {
	padding:0 15px;
}
.binfo {
	line-height:50px;
}
/*****内页*****/
#main {
	padding:50px 0;
}
.main_left {
	width:300px;
}
.main_left h2 {
	font-size:30px;
	color:#920101;
	text-align:center;
	padding:12px 0;
}
.main_left .menu li {
	border:2px #920101 solid;
	padding:5px;
	text-align:center;
	margin-top:18px;
}
.main_left .menu li a {
	display:block;
	height:64px;
	line-height:64px;
	font-size:px;
	color:#920101;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.main_left .menu li a:hover,.main_left .menu li a.selected {
	background:#920101;
	color:#fff;
}
/*右侧*/
.main_right {
	width:855px;
}
.bigtitle {
	border-bottom:2px #920101 solid;
	position:relative;
	padding-bottom:7px;
}
.bigtitle h2 {
	text-align:center;
	font-weight:normal;
	font-size:40px;
	color:#920101;
	padding-bottom:5px;
	border-bottom:4px #920101 solid;
}
.bigtitle h2 span {
	display:block;
	font-size:18px;
	color:#000;
}
.bread {
	font-size:12px;
	color:#585858;
	position:absolute;
	right:0;
	top:55px;
}
.bread a {
	color:#585858;
}
.bread a:hover {
	color:#920101;
}
.nlist {
	padding:30px 0;
}
.nlist ul {
	padding-bottom:30px
}
.nlist li {
	padding:25px 0 15px 0;
	border-bottom:1px #444 dashed;
}
.nlist li dl {
	max-width:650px;
}
.nlist li dt a {
	font-size:20px;
	color:#757575;
	padding-left:20px;
	background:url(../../images/icon_news_03.gif) no-repeat left center;
}
.nlist li dt a:hover {
	color:#920101;
}
.nlist li dt a strong {
	font-size:14px;
	color:#fa0000;
}
.nlist li dd {
	font-size:16px;
	color:#565656;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-top:10px;
}
.nlist li span {
	font-size:16px;
	color:#565656;
	padding-top:40px;
}
.plist {
	padding:30px 0;
}
.plist li {
	width:248px;
	padding-left:28px;
}
.plist li img {
	display:block;
	/*width:240px;*/
	max-width:240px;
	height:240px;
	border:4px #920101 solid;
	margin:0 auto;
}
.plist li a:hover img {
	border:4px #1f2228 solid;
}
.plist li p {
	font-size:18px;
	color:#484848;
	text-align:center;
	padding:15px 0 25px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.mes {
	width:700px;
	margin:50px auto;
	background:#f2f2f2;
	padding:30px 0 45px 0;
}
.mes .inbox {
	padding-bottom:20px;
}
.mes .inbox span {
	display:inline-block;
	width:140px;
	padding-right:15px;
	font-weight:bold;
	font-size:16px;
	color:#920101;
	text-align:right;
}
.mes .inbox input {
	width:400px;
	height:32px;
	line-height:32px;
	padding:0 10px;
	border:1px #920101 solid;
	border-radius:8px;
	font-size:16px;
	color:#484848;
}
.mes .area span {
	vertical-align:top;
}
.mes .inbox textarea {
	width:400px;
	height:80px;
	font-size:16px;
	color:#484848;
	padding:10px;
	border:1px #920101 solid;
	border-radius:8px;
	overflow:auto;
}
.mes .yzm input {
	width:130px;
	margin-right:10px;
}
.mes .inbox img {
	vertical-align:middle;
}
.mes .btns {
	text-align:right;
	padding-right:115px;
}
.mes .btns input {
	display:inline-block;
	width:102px;
	height:28px;
	border-radius:8px;
	border:1px #920101 solid;
	background:#fff;
	cursor:pointer;
	font-size:14px;
	color:#920101;
	text-align:center;
	margin-right:10px;
}
.mes .btns input.reset {
	background:#920101;
	color:#fff;
}
.pshow {
	padding:30px 0;
}
.pshow .protitle {
	color:#565656;
	padding-bottom:20px;
	text-align:center;
}
.pshow .protitle dt {
	font-size:18px;
	padding-bottom:5px;
}
.pshow .protitle dd {
	font-size:12px;
}
.pshow .propic {
	display:block;
	width:260px;
	margin:0 auto;
}
.content {
	font-size:16px;
	color:#565656;
	line-height:40px;
	padding:40px 0;
}
.xg {
	font-size:14px;
	color:#666;
	line-height:30px;
}
.xg a {
	color:#666;
}
.xg a:hover {
	color:#8e1f40;
	text-decoration:underline;
}


.keifu{ position:fixed; top:10%; left:0; width:131px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:990;}
.keifu_tab{ width:160px;}
.icon_keifu{ width:26px; height:100px; float:left; background:url(../../images/keifu.png) 0 0; position:relative; display:none; cursor:pointer;}
.keifu_box{ float:left; width:131px;}
.keifu_tab img{ display:block;}
.keifu_head{ width:131px; height:41px; background:url(../../images/keifu.png); background-position: 0 -103px; font-size:0; line-height:0; position:relative;}
.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(../../images/keifu.png) -42px 0; position:absolute; top:5px; right:5px;}
.keifu_close:hover{ background-position:-60px 0;}
.keifu_con{ border-left:7px solid #029bdb; border-right:7px solid #029bdb; padding-top:15px; background:#fbfbfb;}
.keifu_con li{height:33px; padding-left:12px;}
.keifu_con .weixin{ height:96px;}
.keifu_con .bt{ font-size:16px; height:30px; line-height:30px; text-align:left; padding:0 0 0 20px; color:#012646;}
.keifu_bot{ width:131px; height:119px; background:url(../../images/keifu.png); background-position:0 -149px; }
