
/*网站字体颜色*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: "微软雅黑", "\5fae\8f6f\96c5\9ed1", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
	outline: 0;
	-webkit-text-size-adjust: none;
	color: #333;
}
body {
	min-width: 1180px;
	background: #FFF;
}
a {
	color: #333;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
span, em, i, u {
	text-decoration: none;
}
ul, dl, li, dd, dt {
	list-style: none;
}
td, th, div {
	word-break: break-all;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
	font-size: 18px;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
fieldset, img {
	border: 0 none;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: top;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
input, select, textarea, button {
	outline: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing : border-box;
	-ms-box-sizing : border-box;
	-o-box-sizing : border-box;
	box-sizing : border-box;
	/*resize: vertical;*/
	resize: none;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	overflow-y: auto;
}
.sinput select, .sinput textarea, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	display: inline-block;
	line-height: 16px;
	padding: 2px 5px;
	font-size: 12px;
	color: #555;
}
.sinput input[type="text"], .sinput input[type="password"] {
	height: 16px;
}
.sinput input[type="checkbox"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}
.sinput input[type="radio"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: radio;
	box-sizing: border-box;
}
.sinput textarea, .sinput select, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.sinput textarea:focus, .sinput input[type="text"]:focus, .sinput input[type="password"]:focus, .sinput input[type="datetime"]:focus, .sinput input[type="datetime-local"]:focus, .sinput input[type="date"]:focus, .sinput input[type="month"]:focus, .sinput input[type="time"]:focus, .sinput input[type="week"]:focus, .sinput input[type="number"]:focus, .sinput input[type="email"]:focus, .sinput input[type="url"]:focus, .sinput input[type="search"]:focus, .sinput input[type="tel"]:focus, .sinput input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.none {
	display: none !important;
}
/*下拉二级菜单样式*/
.combobox, .selbox {
	display: block;
	position: relative;
}
.combobox .comcon, .selbox .selcon {
	display: none;/*position:absolute;*/
}
.combobox .hover, .selbox .hover {
/*这里可以稍稍做点修改 通常在单样式里做特效修改*/
}
/*清楚浮动*/
.clearfix {
	zoom: 1;
} /*ie浏览器 */
/*.clearfix:after{content:' ';display:block;clear:both;height:0;visibility:hidden;} .标准浏览器*/
.clearfix:before, .clearfix:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
/*窗体大小*/
.w-1180 {
	width: 1180px;
}
.mauto {
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
/*让position:fixed在IE6下可用! 兼容全能代码，勿删除*/ 
.fixed-top /* 头部固定 */ {
	position: fixed;
	bottom: auto;
	top: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-bottom /* 底部固定 */ {
	position: fixed;
	bottom: 0px;
	top: auto;
}
.fixed-left /* 左侧固定 */ {
	position: fixed;
	right: auto;
	left: 0px;
}
.fixed-right /* 右侧固定 */ {
	position: fixed;
	right: 0px;
	left: auto;
}
/* 上面的是除了IE6的主流浏览器通用的方法 */
* html, * html body /* 修正IE6振动bug */ {
	background-image: url(about:blank);
	background-attachment: fixed;
}
* html .fixed-top /* IE6 头部固定 */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop));
}
* html .fixed-right /* IE6 右侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
* html .fixed-bottom /* IE6 底部固定  */ {
	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)));
}
* html .fixed-left /* IE6 左侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft));
}
/* 分页样式 */
.mpage_boxs {
	padding-top: 40px;
	font-size: 0;
	text-align: center;
}
.mpage_boxs ul {
	display: inline-block;
}
.mpage_boxs li {
	line-height: 42px;
	font-size: 16px;
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	margin-right: 5px;
	padding: 0 20px;
	border: 1px solid #DDD;
	text-decoration: none;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs a {
	cursor: pointer;
	color: #bc1c0c;
}
.mpage_boxs a:hover {
	border-color: #bc1c0c;
	color: #FFF;
	background: #bc1c0c;
}
.mpage_boxs span {
	color: #999;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a {
	border-color: #bc1c0c;
	color: #FFF;
	background: #bc1c0c;
}
/*头部开始*/
.bd-boxs {
}
.hd-head {
	line-height: 40px;
	font-size: 14px;
	background: #E5E5E5;
}
.hd-msg {
	float: left;
}
.hd-contact {
	float: right;
}
.hd-contact ul {
	margin-left: -10px;
}
.hd-contact ul li {
	margin-left: 10px;
	padding-left: 10px;
	display: inline-block;
	float: left;
	position: relative;
	z-index: 2;
}
.hd-contact ul li:before {
	content: " ";
	left: 0;
	top: 12px;
	width: 1px;
	height: 16px;
	display: block;
	background: #AAA;
	position: absolute;
}
.hd-contact ul li:first-child:before {
	display: none;
}
.hd-contact ul li a {
	display: block;
}
.hd-contact ul li .comcon {
	margin-left: 50%;
	left: -91px;
	top: 40px;
	border: 1px solid #DDD;
	position: absolute;
}
.hd-logo {
	margin:20px 0;
	float: left;
}
.hd-tel {
	margin-top: 45px;
	padding-left: 70px;
	float: right;
	background: url(../image/hd-tel-bg.jpg) no-repeat left center;
}
.hd-tel .til {
	line-height: 20px;
	font-size: 22px;
	color:#bc1c0c;
}
.hd-tel .con {
	/*line-height: 50px;
	font-size: 24px;
	font-weight: bold;*/
	line-height: 25px;
    font-size: 21px;
  
    padding-top: 10px;
	color:#EC6F23;
}
.hd-mnav {
	background: #bc1c0c;
}
.hd-mnav ul {
}
.hd-mnav ul li {
	display: inline-block;
	float: left;
	background: #bc1c0c;
}
.hd-mnav ul li a {
	width: 131px;
	line-height: 55px;
	font-size: 18px;
	text-align: center;
	display: block;
	color: #FFF;
	position: relative;
}
.hd-mnav ul li a:before {
	content: " ";
	left: -1px;
	top: 15px;
	width: 1px;
	height: 25px;
	display: block;
	background: #FFF;
	position: absolute;
}
.hd-mnav ul li:first-child a:before {
	display: none;
}
.hd-mnav ul .hover a {
	background:#EC6F23;
	z-index:1;
}
 
.hd-mnav ul .hover a:before {
	display: none;
}
.hd-search {
	background: #F5F5F5;
}
.hd-search .keys {
	float: left;
}
.hd-search .keys ul {
	margin-left: -15px;
}
.hd-search .keys ul li {
	margin-left: 15px;
	line-height: 50px;
	display: inline-block;
	float: left;
}
.hd-search .form {
	float: right;
	position: relative;
}
.hd-search .form input[type="text"] {
	margin: 10px 30px 0 0;
	padding: 0 8px;
	width: 200px;
	height: 30px;
	border: 1px solid #AAA;
	border-right: none;
	outline: 0 none;
}
.hd-search .form input[type="submit"] {
	right: 0;
	top: 10px;
	width: 30px;
	height: 30px;
	border: none;
	outline: 0 none;
	background: url(../image/hd-search-ico.png) no-repeat center center #bc1c0c;
	position: absolute;
}
/* .banner-boxs */
.banner-boxs {
	min-width: 1200px;
	border-bottom: 1px solid #EEE;
	position: relative;
}
.banner-boxs .hd {
	bottom: 42px;
	left: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 1;
}
.banner-boxs .hd ul li {
	margin-right: 10px;
	width: 30px;
	height: 3px;
	line-height: 3px;
	text-indent: -99999px;
	cursor: pointer;
	display: inline-block;
	background: rgba(255,255,255,0.5);
	position: relative;
	overflow: hidden;
}
.banner-boxs .hd ul .on {
	background: #bc1c0c;
}
.banner-boxs .bd, .banner-boxs .bd ul, .banner-boxs .bd ul li, .banner-boxs .bd ul li a {
	width: 100%;
	height: 560px;
	display: block;
	overflow: hidden;
}
.banner-boxs .bd ul li a {
	text-indent: -9999px;
}
/* 公共盒子 */
.bm-box {
}
.bm-box .bm-til {
	padding: 50px 0 30px;
	text-align: center;
	overflow: hidden;
}
.bm-box .bm-til h3 {
	margin-bottom: 5px;
	line-height: 80px;
	font-size: 46px;
	font-weight: bold;
}
.bm-box .bm-til p {
	padding: 0 25px;
	line-height: 25px;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.bm-box .bm-til p em {
	top: 11px;
	width: 590px;
	height: 1px;
	display: block;
	background: #DDD;
	position: absolute;
}
.bm-box .bm-til p em:before {
	content: "";
	top: -1px;
	width: 30px;
	height: 3px;
	display: block;
	background: #bc1c0c;
	position: absolute;
}
.bm-box .bm-til p .el {
	left: -590px;
}
.bm-box .bm-til p .el:before {
	right: 0;
}
.bm-box .bm-til p .er {
	right: -590px;
}
.bm-box .bm-til p .er:before {
	left: 0;
}
/* 底部 */
.ft-boxs {
	padding-bottom: 30px;
}
.ft-links {
	padding: 20px 0 30px;
}
.ft-links .til {
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 16px;
}
.ft-links .con {
	padding: 10px 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.ft-links .con ul {
	margin-left: -30px;
}
.ft-links .con ul li {
	margin-left: 30px;
	display: inline-block;
	float: left;
}
.ft-links .con ul li a {
	line-height: 24px;
	display: block;
}
.ft-links .con ul li a:hover {
	text-decoration: underline;
	color: #bc1c0c;
}
.ft-dl {
}
.ft-dl .d-dd {
	display: inline-block;
	float: left;
}
.ft-dl .d-1 {
	padding-right: 50px;
	height: 162px;
	border-right: 1px dotted #AAA;
}
.ft-dl .d-1 a {
	margin-top: 20px;
	display: block;
}
.ft-dl .d-2 {
	padding: 0 30px;
	height: 162px;
}
.ft-dl .d-2 .con {
	padding: 30px 0 0 70px;
	line-height: 30px;
}
.ft-dl .d-3 {
	padding-left: 50px;
	border-left: 1px dotted #AAA;
	float: right;
}
.ft-dl .d-3 ul {
	margin-left: -15px;
}
.ft-dl .d-3 ul li {
	margin-left: 15px;
	display: inline-block;
	float: left;
}
.ft-dl .d-3 ul li .img {
	border: 1px solid #DDD;
}
.ft-dl .d-3 ul li .til {
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}
/*---当前位置---*/
.bd-position {
	margin-bottom:15px;
	background: url(../image/bd-position.png) no-repeat 0 10px;
	height: 20px;
	line-height: 24px;
	padding: 7px 8px 8px 20px;
	position: relative;
	color: #666;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 8px;
	font-family: "SimHei", "黑体";
}
.bd-position span {
	color: #840300;
	font-size: 16px;
}
.bd-position i, .bd-position a {
	font-style: normal;
	font-size: 16px;
	color: #666;
}


 
/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #ffffff;
  border: 1px solid #bc1c0c;
}
.pagination a.page-num-current {
  color: #fff;
  background: #bc1c0c;
  border: 1px solid #bc1c0c;
}
/* ----- PB分页数字条效果 结束 ----- */
 
