@charset "utf-8";
/* CSS Document */
/*ZYRCC 2016.12.01*/
/*Header*/
.header{
	border-top: 3px solid #B51B13;
	background: url(../images/bg.jpg);
}
.t_banner{padding:25px 0;}
.t_banner .tel{
	padding:0 0 0 55px;
	background: url(../images/tel.png) no-repeat left center;
}
.t_banner .tel p{
	font-size: 1.2em;
}
.t_banner .tel .phone_num{
	font-size: 2.2em;
	line-height: 1em;
	color: #B51B13;
}
.logo{width: 605px;height: 90px;background:url(../images/logo.png) no-repeat left center;background-size: contain;text-indent: -99em;}
.logo h1{font-size:16px;line-height:1em;width: 100%;height: 100%;}
/*navbar*/
.navbar{
	background: #B51B13;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
}
.navbar a{
	color: #fff;
	text-decoration: none;
}
.navbar .wrapper{
	box-sizing:border-box;
}
.nav>li{
	position: relative;
	z-index: 9;
	font-weight: bold;
}
.nav>li:hover>a{
	background: url(../images/navhover.jpg) no-repeat bottom center;
	box-shadow: 0px 0px 5px 5px #A61811 inset;
}
.nav>li>ul{
	display: none;
}
.nav>li:hover>ul{display: block;}
.nav>li>ul>li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	margin-bottom: 1px;
	background: #2C2E32;
}
.nav>li>ul>li:hover a{
	background: #fff;
	color: #000;
}
/*友情链接&主营业务*/
#tab_title a {
	margin: 0 10px 0 0;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
}
#tab_title a.current { color: #B51B13; }
.tab_con {
	line-height: 2em;
	margin: 5px 0;
	overflow: hidden;
	border-top: 1px solid #ccc;
}
.tab_con>div.business { display: none; }
.friendlink a {
	padding: 0 5px;
	color: #454545;
}
.friendlink a:hover { color: #FD6B00; }
.friendlink a::after { content: " | "; }
/*footer*/
.footer{
	background: #2C2E32;
	margin-top: 10px;
	border-top: 5px solid #B51B13;
}
.foot_nav{
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid rgba(0,0,0,.4);
}
.foot_nav li{float: left;}
.foot_nav a{
	color: #fff;
	font-size: 1.15em;
}
.btop{
	padding:15px 0 10px;
	border-top: 1px solid rgba(255,255,255,.1);
}
.blogo{
	padding:5px 5px 0px;
	margin:0 20px 0 0;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}
.blogo img{
	width: 100%;
}
.copyright{
	padding:0 15%;
	color: #fff;
	line-height: 2em;
}
.code{
	padding:3px;
	background: #fff;
	border-radius: 5px;
	line-height: 0;
}
.code img{
	max-width: 130px;
}
/*-------------------Mobile style-------------------*/
.copyrights{display: none;text-align: center;color: #eee;padding: 5px 0;}
@media(max-width: 1200px){

}
@media(max-width: 1024px){
	/*header*/
	.t_banner{padding:15px 0;}
	.logo{height: 50px;}
	.navbar{font-size: 14px;}
	/*footer*/
	.blogo{width: 18%;padding:15px 10px 5px;}
	.copyright{padding:0 3%;}
}
.footbtn{display: none;}
@media(max-width: 768px){
	.logo{width: 99%;}
	.t_banner{padding:10px 0;}
	.t_banner .tel{display: none;}
	.nav>li{width:33.333333%;display: block;float: left;
    text-align: center; color: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
    font-size: 0.92rem;line-height: 1.45rem;box-sizing: border-box;-webkit-box-sizing: border-box;
    border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
	.nav > li > ul,.nav > li:hover > ul{display: none;}
	.foot_nav,.btop{display: none;}
	.copyrights{display: block;white-space: nowrap;}
	.footbtn{display:block;position: fixed;bottom: 0;left: 0;width: 100%;height: 50px;background: #f6f6f6;border-top: 1px solid #ddd;text-align: center;}
	.footbtn>a{float:left;width: 49%;padding:32px 0 0;background: url(../images/icon-online.png) top center no-repeat;background-size: 35px auto;}
	.footbtn>a.telbtn{background: url(../images/icon-tel.png) top center no-repeat;background-size: 30px auto;border-left: 1px solid #ccc;}
}
@media(max-width: 480px){
	.logo{height:40px;background-position: 3px center;}
	.footer{opacity: 0;}
	.copyrights{white-space: pre-wrap;opacity: 0;}
}
