@charset "utf-8";
/* CSS Document */
html,body{
	height: 100%;
}
body{
	background-color: #fff;
	padding-top: 64px;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.header{
	height: 64px;
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}
.hbg{
	display: none;
}
.header .menu-list{
	display: none;
}
.header .logo-box{
	float: left;
}
.header .logo-box img{
	height: 56px;
	margin-top: 4px;
}
.header .navtab{
	float: right;
	text-align: right;
}
.header .navtab .nav{
	display: inline-block;
	padding: 20px 0;
	margin-left:64px;
	color: #666;
	line-height: 24px;
	cursor: pointer;
	position: relative;
}
.header .navtab a.nav:hover{
	border-bottom: 4px solid #f19e04;
	line-height: 18px;
}
.header .navtab .nav.current{
	border-bottom: 4px solid #f19e04;
	line-height: 18px;
}
.header .navtab .nav .pro-list{
	position: absolute;
	top: 56px;
	left: 50%;
	width: 160px;
	margin-left: -80px;
	background-color:rgba(255,255,255,0.9);
	border-radius: 5px;
	text-align: center;
	z-index: 99;
	overflow: hidden;
}
.header .navtab .nav .pro-list .pro-item{
	display: block;
	color: #333;
	line-height:40px;
}
.header .navtab .nav .pro-list .pro-item:hover{
	background-color: #f19e04;
	color: #fff;
}
.slide{
	display: block;
}
.banner{ 
	width:100%;
	overflow:hidden; 
	position:relative;
	min-width: 320px;
}
.banner img{ 
	display: block;
	width: 100%;
}
.banner .spanbigbox{ 
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
}
.banner .spanbigbox .spanbox{ 
	text-align: center;
}
.banner .spanbigbox .spanbox span{ 
	display: inline-block;
	width:36px; 
	height:6px; 
	position:relative; 
	cursor:pointer; 
	background-color:rgba(241,148,4,0.3);
	margin:0 3px; 
}
.banner .spanbigbox .spanbox .scurrent{
	background-color:rgba(241,158,4,0.8);
}


.container.footer{
	background-color: #1d1610;
	padding: 50px 0 0;
	text-align: center;
}
.container.footer .content{
	padding-bottom: 30px;
}
.footer-info{
	display: inline-block;
	margin-right: 120px;
	vertical-align: top;
}
.footer-info .footer-cell{
	margin-right: 60px;
	text-align: center;
	display: inline-block;
	color: #999;
	vertical-align: middle;
}
.footer-info .footer-cell img{
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
}
.footer-info .footer-cell.footer-qt{
	text-align: left;
	padding-top: 32px;
}
.footer-info .footer-cell.footer-qt p{
	line-height: 20px;
	padding: 5px 0;
}
.footer-call {
    display: inline-block;
	text-align: left;
	vertical-align: top;
}
.footer-title {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.footer-number {
    color: #f19e04;
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
}
.footer-txt {
    font-size: 14px;
    color: #999;
}
.copyright{
	color: #999;
	display: block;
	font-size: 14px;
	background-color: rgba(0,0,0,0.3);
	line-height: 20px;
	padding: 16px;
}
.link a{
    line-height: 28px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #f19e04;
}
@media screen and (min-width: 769px) and (max-width: 1200px){
	.content{
		width: 768px;
		margin: 0 auto;
	}
	.header .content{
		width: 100%;
	}
	.header .navtab .nav{
		display: inline-block;
		padding: 20px 0;
		margin: 0 16px;
	}
	.footer-info{
		margin: 0;
		display: block;
	}
	.footer-info .footer-cell:last-child{
		margin-right: 0;
	}
	.footer-call{
		display: block;
		text-align: center;
		border-top: 1px solid rgba(255,255,255,0.3);
		margin-top: 30px;
		padding-top: 30px;
	}
}
@media screen and (max-width: 768px){
	.content{
		width: 100%;
		min-width: 320px;
	}
	.header .logo-box{
		position: absolute;
		width: 100%;
		text-align: center;
	}
	.header .logo-box img{
		height: 52px;
		margin-top: 6px;
		display: inline-block;
	}
	.header .navtab{
		position: fixed;
		height: 100%;
		width: 80px;
		padding: 0 10px;
		background-color: #fff;
		text-align: center;
		color: #333;
		margin: 0;
		right: 0;
		top: 0;
		z-index: 99999;
		display: none;
	}
	.header .navtab .nav{
		color: #333;
		margin: 0;
		padding: 10px 0;
		display: block;
	}
	.header .navtab .nav .pro-list{
		position: absolute;
		top: 0px;
		left: -110px;
		width: 80px;
		padding: 10px;
		margin-left: 0;
		background-color:rgba(255,255,255,0.9);
		border-radius: 0px;
		text-align: center;
		z-index: 999;
	}
	.header .menu-list{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding: 18px;
	}
	.header .menu-list img{
		width: 28px;
		height: 28px;
	}
	.hbg{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
		z-index: 100;
		display: none;
	}
	.footer .content{
		width: 100%;
	}
	.footer-info{
		margin: 0;
		display: block;
	}
	.footer-info .footer-cell:last-child{
		margin-right: 0;
	}
	.footer-call{
		display: block;
		text-align: center;
		border-top: 1px solid rgba(255,255,255,0.3);
		margin-top: 30px;
		padding-top: 30px;
	}
}
@media screen and (max-width: 559px){
	.footer-info .footer-cell:nth-child(2){
		margin-right: 0;
	}
	.footer-info .footer-cell.footer-qt{
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 414px){
	body{
		padding-top: 50px;
	}
	.header{
		height: 50px;
	}
	.header .logo-box img{
		height: 40px;
		margin-top: 5px;
		display: inline-block;
	}
	.header .menu-list{
		padding: 13px;
	}
	.header .menu-list img{
		width: 24px;
		height: 24px;
	}
}
@media screen and (max-width: 374px){
	.footer-number{
		font-size: 36px;
	}
	.copyright{
		font-size: 12px;
	}
}

@media screen and (max-width: 1201px){
	.banner .spanbigbox{
		bottom: 6px;
	}
}
@media screen and (max-width: 768px){
	.banner .spanbigbox{
		bottom: 6px;
	}
	.banner .spanbigbox .spanbox span{
		width:30px; 
		height:4px; 
	}
}
@media screen and (max-width: 500px){
	.banner .spanbigbox{
		bottom: 3px;
	}
	.banner .spanbigbox .spanbox span{
		width:24px; 
		height:3px; 
	}
}