/*public.css*/

/*button*/
.button{
	padding: 5px 16px;
	border-radius: 4px;
	font-size: 15px;
}
.button.btn-noradius{
	border-radius: 0;
}
.button.btn-noborder{
	border: 0;
}
.button.btn-little{
	padding: 2px 6px;
	font-size: 12px;
}
.button.btn-default{
	background-color: #f6f6f6;
	color: #333;
	border-color: #ddd;
}
	.button.btn-default:hover{
		background-color: #f9f9f9;
	}
/* 黑色按钮 */
.button.btn-black{
	background-color: #484848;
	color: #fff;
	border: none;
}
	.button.btn-black:hover{
		background-color: #222;
	}
.button.btn-main{
	background-color: #d9271d;
	color: #fff;
	border-color: #ddd;
}
	.button.btn-main:hover{
		background-color: #416000;
	}
.button.btn-main-em{
	background-color: transparent;
	color: #d9271d;
	border: 1px solid #d9271d;
}
	.button.btn-main-em:hover{
		background-color: #f5f5f5;
	}
.button.btn-white{
	color: #d9271d;
	background: #fff;
	opacity: 1;
	filter: opacity(100);
}
	.button.btn-white:hover{
		opacity: .8;
		filter: opacity(80);
	}
.button.btn-white-em{
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
	.button.btn-white-em:hover{
		background-color: rgba(255,255,255,0.3);
	}
a.main-link{
	color: #d9271d;
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
	a.main-link:hover{ color: #ff8921; }

a.gray-main-link{
	/*color: #666;*/
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
	a.gray-main-link:hover{
		color: #d9271d;
	}
a.white-main-link{
	color: #fff;
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
	a.white-main-link:hover{
		color: #d9271d;
	}
a.white-op-link{
	opacity: .8;
	filter: opacity(80);
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
	a.white-op-link:hover{
		opacity: 1;
		filter: opacity(100);
	}
/*.table*/
.table{
	width: 100%;
	border: 1px solid #eee;
}
.table tr{
	height: 30px;
	line-height: 30px;
}
.table tr:hover{
	background: #f6f6f6;
}
.table td,.table th{
	line-height: 30px;
	color: #666;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ddd;
}
.table th{
	font-weight: bold;
	background: #f9f9f9;
}
/* form-inline */
.form-inline{

}
	.form-inline .form-group{
		height: 34px;
		clear: both;
		margin-bottom: 20px;
	}
		.form-inline .form-group .input-group{
			float: left;
			width: 30%;
			height: 100%;
			margin-right: 3%;
		}
		.form-inline .form-group .input-group.long{
			width: 60%;
		}
		.form-inline .form-group .input-group .input-label{
			font-size: 13px;
			line-height: 34px;
		}
		.form-inline .form-group .input-group .input-tip{
			width: 100%;
			height: 20px;
			font-size: 13px;
			line-height: 20px;
		}
		.form-inline .form-group .input-group .form-control{
			width: 240px;
			height: 100%;
			background: #fff;
			padding: 0 8px;
			font-size: 14px;
			line-height: 32px;
			border: 1px solid #e5e5e5;
			border-radius: 2px;
			transition: all .2s ease-in-out;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
		}
			.form-inline .form-group .input-group .form-control:focus{
				border-color: #d9271d;
			}
		.form-inline .form-group .input-group .form-control.short{
			width: 100px;
		}

		.form-inline .form-group .input-group .form-control.long{
			width: 300px;
		}
		.form-inline .ml10{ margin-left: 10px; }
		.form-inline .form-bottom{
			padding-top: 10px;
			line-height: 34px;
		}

.icon{
	background: url(../images/icon.png) no-repeat;
}
/* top */
.top{
	position: relative;
	z-index: 5;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
.top a{
	padding: 0 10px;
}
/*header*/
header{
	position: relative;
	z-index: 4;
	height: 156px;
	background: url(../images/header-bg.png) repeat-x center left;
	color: #666;
}
header .w{
	height: 100%;
	max-height: 100%;
}
	header .head{
		height: 116px;
	}
	header .logo{
		height: 100%;
	}
header .h-tel{
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	padding-top: 28px;
}
	header .h-tel .icon-h-tel {
		width: 45px;
		height: 60px;
		margin-right: 10px;
		background-position: 0 0;
	}
	header .h-tel .big-tel{
		height: 30px;
		font-size: 30px;
		line-height: 40px;
		font-style: italic;
		color: #d9271d;/*主橙色*/
	}

	nav{
		position: relative;
		z-index: 2;
		height: 49px;
		color: #fff;
		font-size: 15px;
		background: #040308;/*深蓝*/
		border-top: 1px solid #2d2675;
		border-bottom: 1px solid #666;
	}
		nav .navul li {
			position: relative;
			float: left;
			height: 47px;
			width: 144px; 
			text-align: center;
		}
			nav .navul li>a{
				position: relative;
				width: 90%;
				height: 47px;
				line-height: 46px;
				margin: 0 auto;
				display: block;
				border-bottom: 1px solid transparent;
				transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;
			}
			/*nav .navul li.on a{
				color: #d9271d;
			}*/
			nav .navul li:hover{
				color: #fff;
				background: #d9271d;
			}
		nav .navul li ul{
			display: none;
			position: absolute;
			top: 47px;
			left: 50%;
			margin-left: -72px;
			width: 144px;
			background: #d9271d;
			box-shadow: 0 3px 5px rgba(0,0,0,.1);
			padding-bottom: 8px;
		}
		nav .navul li li{
			width: 100%;
			float: none;
			height: 35px;
			margin: 0;
		}
			nav .navul li li>a{
				display: block;
				height: 100%;
				line-height: 34px;
				font-size:　14px;
				text-align: center;
			}
		nav .navul li:hover ul{
			display: block;
		}
		nav .navul li:hover li:hover{
			background: #281d17;
		}
		nav .navul li:hover>a,nav .navul li:hover li>a{
			border-color: rgba(255,255,255,.4);
		}
		nav .icon-arrow{
			display: block;
			width: 13px;
			height: 10px;
			position: absolute;
			top: 20px;
			right: 12px;
			background-position: 0 -60px;
		}
		nav .navul li:hover .icon-arrow{
			top: 18px;
			transform: rotate(180deg);
			-o-transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
			-moz-transform: rotate(180deg);
		}
	nav .ser{
		width: 300px;
		height: 30px;
		margin-top: 8px;
	}
	.text-group{
		position: relative;
		width: 300px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	.text-group .input-text{
		width: 80%;
		height: 100%;
		background: #fff;
		border: none;
		border-radius: 4px 0 0 4px;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0 10px;
	}
	.text-group .input-btn{
		width: 20%;
		height: 100%;
		background: #d9271d;
		border: none;
		border-radius: 0 4px 4px 0;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		color: #fff;
	}
/*三级菜单*/
nav .navul li ul li .sanji{
			display: none;
			position: absolute;
			top: 0px;
			left: 100%;
			margin-left: 0px;
			width: 144px;
			background: #d9271d;
			box-shadow: 0 3px 5px rgba(0,0,0,.1);
			padding-bottom: 8px;
		}
		nav .navul li li li{
			width: 100%;
			float: none;
			height: 35px;
			margin: 0;
		}
			nav .navul li li li>a{
				display: block;
				height: 100%;
				line-height: 34px;
				font-size:　14px;
				text-align: center;
			}
		nav .navul li li:hover ul{
			display: block;
		}
		nav .navul li li:hover li li:hover{
			background: #281d17;
		}
		nav .navul li li:hover>a,nav .navul li li:hover li li>a{
			border-color: rgba(255,255,255,.4);
		}
/*四级菜单*/
nav .navul li ul li .siji{
			display: none;
			position: absolute;
			top: 0px;
			left: 100%;
			margin-left: 0px;
			width: 144px;
			background: #d9271d;
			box-shadow: 0 3px 5px rgba(0,0,0,.1);
			padding-bottom: 8px;
		}
		nav .navul li li li li{
			width: 100%;
			float: none;
			height: 35px;
			margin: 0;
		}
			nav .navul li li li li>a{
				display: block;
				height: 100%;
				line-height: 34px;
				font-size:　14px;
				text-align: center;
			}
		nav .navul li li li:hover ul{
			display: block;
		}
		nav .navul li li li:hover li li li:hover{
			background: #281d17;
		}
		nav .navul li li>li:hover a,nav .navul li li li:hover li li li>a{
			border-color: rgba(255,255,255,.4);
		}
/*五级菜单*/
nav .navul .wuji{
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	margin-left: 0px;
	width: 144px;
	background: #d9271d;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
	padding: 8px 2px;
	font-size: 12px;
	line-height: 24px;
}
nav .navul .wuji a{ display: inline-block;margin: 0 4px;}
nav .navul .siji li:hover .wuji{
	display: block;
}
nav .navul .siji li a:hover{
	text-decoration: underline;
}

/*  */
.zxb .tag-head{
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	background: #281d17;
	color: #fff;
}
.zxb .tag-btn{
	position: relative;
	display: inline-block;
	float: left;
	height: 100%;
	padding: 0 16px;
	width: 33.33%;
	text-align: center;
}
	.zxb .tag-btn:hover,.zxb .tag-btn.on{
		background: #d9271d;
	}
	.zxb .tag-btn.on:after{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		top: 46px;
		left: 50%;
		margin-left: -6px;
		border-top: 6px solid #d9271d;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
	}
.zxb .tag-body{
	height: 260px;
	position: relative;
}
.zxb .tag-body .tag-content{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	display: none;
}
.zxb.inzxb{
	/*padding-top: 10px;*/
}
.zxb.inzxb .tag-head{
	background: transparent;
	color: #333;
	border-top: 2px solid #281d17;
	border-bottom: 2px solid #281d17;
	line-height: 42px;
	text-align: center;
}
.zxb.inzxb .tag-btn{
	float: none;
}
	.zxb.inzxb .tag-btn:hover,.zxb.inzxb .tag-btn.on{
		color: #d9271d;
		font-weight: bold;
		background: transparent;
	}
	.zxb.inzxb .tag-btn.on:after{
		top: 44px;
	}
/* 新闻部分 */
.index_news .news-contain{margin-top:20px;}
.news-contain li{margin-top:20px;width:375px;margin-right:20px; float:left;height:100px;}
.news-contain li .time{width: 60px; float:left;
    height: 60px;
	padding-top:10px;
    color: #d9271d;
	display:block;float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;border:1px solid #d9271d;
    text-align: center;
    margin: 5px 10px 20px 0;}

.news-contain li h3{font-size:15px; font-weight:normal;color:#000;padding-bottom:6px;padding-top:4px;margin-left:80px;width:295px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.news-contain li a:hover h3{color:#d9271d;}
.news-contain li p{font-size:12px; color:#888;margin-left:80px; line-height:25px;}
/* 专线列表 */
.zx-contain{
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}
.zx-contain ul{
	width: 1214px;
}
.zx-contain ul li{
	float: left;
	width: 386px;
	margin-right: 14px;
	height: 40px;
	background: #f1f1f1;
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px;
}
.zx-contain ul li a:hover{
	color: #d9271d;
}
.zxb.inzxb .zx-contain ul li{
	width: ;
	background: transparent;
	border-bottom: 1px dashed #bbb;
	font-size: 12px;
}
/* 在线客服样式 */
.kefuBox{position:fixed;z-index:1000;top:150px;right:0;width:auto; _position:absolute;_top: expression(documentElement.scrollTop +45);font-size: 12px;}
.kefuBox .kefuLeft{float:left;overflow:hidden;width:30px;height: 157px;cursor:pointer;background:url(../images/kefu/kefu_l.png) no-repeat}
.kefuBox .kefuLeften{float:left;overflow:hidden;width:30px;height: 157px;cursor:pointer;background:url(../images/kefu/kefu_len.png) no-repeat}
.kefuBox .kefuRight{display:block;float:left;overflow:hidden;width:0;}
.kefuBox .kefuTop{width:154px;height:46px;background:url(../images/kefu/kefu_top.png) no-repeat;}
.kefuBox .kefuTopen{width:154px;height:46px;background:url(../images/kefu/kefu_topen.png) no-repeat;}
.kefuBox .kefuClose{float:right;overflow:hidden;width:154px; height:46px;display:block;cursor:pointer;}
.kefuBox .kefuBottom{width:154px;height:12px;background:url(../images/kefu/kefu_bottom.png) no-repeat;}
.kefuBox .kefuCont{width:154px;padding:0 12px;background:url(../images/kefu/kefu_line.png) repeat-y;overflow:hidden;}
.kefuBox .kefuCont ul{margin:0;padding:0;}
.kefuBox .kefuCont ul li{width:130px;line-height:28px;overflow:hidden;height:28px;padding-left:40px;padding-right:10px;text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px;}
.kefuBox .kefuCont ul li a{color:#333;}
.kefuBox .kefuCont ul li.pic{width:130px;height:89px;margin-bottom:10px;padding:0;}
.kefuBox .kefuCont ul li.qq{background:url(../images/kefu/qq.png) no-repeat;}
.kefuBox .kefuCont ul li.wang{background:url(../images/kefu/wangwang.png) no-repeat}
.kefuBox .kefuCont ul li.spk{background:url(../images/kefu/skype.png) no-repeat}
.kefuBox .kefuCont ul li.codeer{display:block;width:130px;height: 165px;text-align:center;color:#fff;padding:10px 0 0;font-family:"微软雅黑";font-size:14px;margin-bottom:0;}
.kefuBox .kefuCont ul li.codeer p{display:block;height:35px;line-height:35px;}
.kefuBox .kefuCont ul li.codeer span{display:block;width:116px;height:116px;padding:7px;background:url(../images/kefu/cobj.png) no-repeat;}
.kefuBox .kefuCont ul li.codeer span img{width:116px;height:116px;}
.kefuBox .kefuCont ul img{width: 130px;}
.kefuBox .kefuCont ul span{font-size: 12px; display: block; color: #fff;}
.kefuBox .kefuCont ul p{font-size: 12px; margin: 10px 0; text-align: center; color: #fff;}

/*脚部*/
footer{
	width: 100%;
	height: auto;
	background: #281d17;
	font-size: 12px;
	color: #fff;
}
footer .ft{
	font-size: 16px;
	padding: 26px 0;
	border-bottom: 1px solid #5e6c79;
}
footer .ft a{ padding: 0 30px; }
footer .fm{
	padding: 60px 0;
}
footer .fm1{
	width: 350px;
	margin-left: 60px;
}
footer .fm1 .h1{ font-size: 20px; color: #fff; padding-bottom: 10px; }
footer .fm1 .h2{ font-size: 18px; color: #616a7b; padding-bottom: 16px; font-family: Arial;}
footer .fm1 .h3{ font-size: 26px; color: #d9271d; font-weight: bold;}

footer .fm2{ width: 532px; }
footer .fm2 .cr{ width: 100%; height: 36px;}
.icon.icon-add,
.icon.icon-tel,
.icon.icon-mo,
.icon.icon-mail{
	width: 22px;
	height: 36px;
}
.icon.icon-add{ background-position: 0 -70px; }
.icon.icon-tel{ background-position: 0 -106px; }
.icon.icon-mo{ background-position: 0 -142px; }
.icon.icon-mail{ background-position: 0 -178px; }
.cr-c{ width: 510px; height: 36px; line-height: 36px;padding-left: 10px;font-size: 14px;}

.bottom{
	background: #d9271d;
	height: 50px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 12px;
}
	.bottom a{
		
	}
	.bottom .fr{
		width: 400px;
		height: 100%;
	}

footer a:hover,.bottom a:hover{
	color: #d9271d;
}
/* 返回顶部 */
.gotop{
	display: none;
	z-index: 6;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 20px;
	left: 50%;
	margin-left: 610px;
	background: #281d17;
	opacity: .5;
	filter: opacity(50);
	transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;
	cursor: pointer;
}
.gotop:hover{
	opacity: .8;
	filter: opacity(80);
}
.gotop:before{
	position: absolute;
	top: 13px;
	left: 5px;
	content:'';
	width: 0;
	height: 0;
	border-bottom: 15px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.gotop:after{
	position: absolute;
	top: 19px;
	left: 10px;
	content:'';
	width: 0;
	height: 0;
	border-bottom: 10px solid #281d17;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}