﻿/* 整站通用 */
body{ font:14px/1.5 normal arial, "微软雅黑"; margin:0; padding:0; overflow-x:hidden; background:#fff;}
a{ text-decoration:none;}
html, body, div, span, ul, li, ol, dl, dt, dd, table, td, th, p, fieldset, form, pre, blockquote, h1, h2, h3, h4, h5, h6, input, img, a { margin: 0; padding: 0; }
ul li ol{ list-style: none; }
img { border: none; }
.clear{ clear:both; height:0px;}
.inner{ width:1200px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.Red {color:red;
}

.fullbox{ clear:both; width:100%; margin:0 auto; text-align:center; padding:0;}
.conbox {width:1200px; margin:0 auto; text-align:center; padding:0;}
/*head*/
#head{height:30px; width:100%; background:#ededed; line-height:30px; font-size:12px;}
#head span{ color:#333;}
#head p a{ color:#333; padding:0 8px;}
#head p a:hover{color:#c10707;-webkit-transition: all .5s;transition: all .5s; text-decoration:none;}

/*logo*/
.logo{ height:125px;}
.logo>img{ width:758px; height:104px; float:left; margin:15px 0 0 5px;}
.logor{ float:right; max-width:220px; padding-top:30px;}
.logor img{ float:left; margin-right:10px;}
.logor h3{ font-style: normal; font-size:12px; color:#666; float:left;}
.logor h4{ font-style:normal; font-size:20px; color:#c80505; float:left; font-family:arial;}
.logor p{ float:left;}
.logor ul{ float:left; display:inline-block;}
.logor li{ float:left; list-style:none; background: url(../image/wuxing.jpg) no-repeat 0px 7px; padding-left:20px; margin-right:20px; line-height:2; font-size:16px;}

/*nav*/
nav{ background:#c80505; height:54px; }
nav ul,nav li{ list-style:none;}
nav>ul{ width:1200px; margin:0 auto;}
nav>ul>li{ float:left; width:133px; height:54px;  text-align:center; line-height:54px;position:relative;}
nav>ul>li a{ color:#fff; font-size:15px;}
nav>ul>li:hover{ background: url(../image/navb.png) no-repeat; height:54px;}
nav>ul>li.current{ background: url(../image/navb.png) no-repeat; height:54px;}
nav>ul>li:hover>a{ color:#fff;-webkit-transition: all .5s;transition: all .5s; }
nav li ul{ display:none; position:absolute; top:54px; z-index:5;}
nav li:hover ul{display:block; line-height:40px;}
nav li li{ background:hsla(0,0%,0%,0.5); width:110px; border-bottom:1px solid #ccc;}
nav li li a{ color:#ccc; font-size:13px;}

/*底部样式*/
footer{ margin:0 auto; width:100%; text-align:center; color:#fff; background-color:#3b3839; border-top:solid 10px #b41414;}
.footbox{ margin:0 auto; width:1200px; height:315px; overflow:hidden; text-align:center;}
.df1{ width:300px; text-align:left; padding:20px 0 0 0;} 
.df1 ul li{ clear:both; line-height:26px; text-align:left; text-indent:10px;}
.df1 ul li.title{ font-size:22px; border-bottom:solid 1px #5d5d5d; padding:10px initial; height:30px; line-height:30px; text-indent:0;}
.df1 ul li a{ color:#fff; line-height:26px; font-size:14px;}
.df2{ width:450px; text-align:left; padding:20px 0 0 0; margin:0 10px;} 
.df2 .title{font-size:22px; border-bottom:solid 1px #5d5d5d; padding:10px 0; height:30px; line-height:30px;}
.df2 .dmbox{width:400px; height:206px; float:left; background:url(../image/dfbg.jpg) no-repeat 0 0;}
.df2 .weixin{width:140px; float:left; text-align:center; margin-top:10px;}
.df2 .weixin img{width:135px; border:0; text-align:center;}
.df2 .weixin p{width:135px; color:#fff; text-align:center;}
.df3{ width:300px; text-align:left; padding:20px 0 0 0;} 
.df3 .title{font-size:22px; border-bottom:solid 1px #5d5d5d; padding:10px 0; height:30px; line-height:30px;}
.df3 .contactbox{ width:280px;}
.df3 .contactbox tr{ margin:20px auto; height:40px; line-height:40px;}
.df3 .contactbox input{ width:200px; height:20px; line-height:20px;}

.banner{ clear:both; width:100%; height:300px; text-align:center;}
/*------page begin------*/
.pager{ width:98%; overflow:hidden; zoom:1; margin:3px 1px !important; text-align:center; padding:8px 0 0; line-height:18px; clear:both;}
.pager a,.pager span{background:#fff; color:#010097;line-height:16px; padding:2px 7px;display: -moz-inline-stack;display:inline-block;zoom: 1; 
                     *display: inline; border:1px #ccc solid; margin:0 2px;}
.pager a:hover{ background:#010097; color:#fff; border:1px #960000 solid;}
.pager a[disabled*="disabled"]:hover{background:#fff;color:#525152;}
/*------page end------*/

/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #ff4a00 url(../image/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #ff4a00 url(../image/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #ff4a00 url(../image/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #ff4a00 url(../image/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}