html, body, button, input, select, textarea {
	font: 14px/1.5 "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	color: #333;
}
a,img{border:0;}
img{vertical-align: middle;}
a{text-decoration:none;color: inherit;}
a:hover{ color: inherit;}

.clearfix{*zoom:1;}
.clearfix:after{display:table; content:''; clear:both;}
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

/*µ¯¿òÑùÊ½*/
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #333 !important;
	opacity: 0.7;
	filter: alpha(opacity=70);
	_position: absolute;
	width:100%;
	height:100%;
}
.modal{
	position:absolute;
	left:50%;
	top:50%;
	display:none;
	outline: none;
}
.modal-scrollable{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto !important;
	_position: absolute;
	width:100%;
	height:100%;
}

/* ¶¥²¿ */
.wrap{
	width:960px;
	margin:0 auto;
}
.header{
    background:#f16400 url(img/header/header-bg.jpg) no-repeat center -10px;
	background-size: 100% auto;
	height:66px;
	line-height:66px;
}
@media screen and (max-width: 1040px) {
	.header{
		background-size:1040px auto;
	}
}
.header h1{
	font-size: 22px;
	color: #ffffff;
	display: inline-block;
	text-indent: -9999px;
	float:left;
	padding-top:9px;
	padding-left:18px;
}
.header-logo {
	display: block;
	width: 121px;
	height: 53px;
	background: url(img/header/header-logo.png) no-repeat center;
}
.header-nav{
	font-size:14px;
	color:#ffffff;
	float:right;
	position:relative;
}
.header-nav .header-nav-li{
	float:left;
}
.header-nav .header-nav-li a{
	color:#ffffff;
	font-size: 12px;
	position: relative;
	padding:0 20px;
	display:inline-block;
}
.header-nav .header-nav-li .header-nav-top{
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-3px;
	color:#ffffff;
	line-height: normal;
	display:none;
}
.header-nav-select {
	position: absolute;
	border-top: 3px solid #ffffff;
	top: 0;
	left: 0;
	width:0;
}
/*µ×²¿*/
.footer{
    background-color: #ffffff;
}
.ft-contact{
    padding: 30px 0;
}
.ft-contact li{
    float: left;
    background-repeat: no-repeat;
    height: 80px;
    line-height: 80px;
    background-position: center left;
	font-size:16px;
}
.ft-contact-phone{
	width:23%;
}
.ft-contact-email{
	width:30%;
}
.ft-contact-weibo{
	width:30%;
}
.ft-contact-wechat{
	width:17%;
}
.ft-contact li span{
    padding-left: 50px;
}
.ft-contact li.ft-contact-wechat span{
    padding-left: 70px;
}

.ft-contac-wechat img{
    vertical-align: top;
}

.ft-qr-code{
    width: 80px;
    height: 80px;
    background-image: url(img/footer/contact-qrcode.png);
	display:inline-block;
}
.ft-contact-phone{
    background-image: url(img/footer/contact-phone.png);
}
.ft-contact-email{
    background-image: url(img/footer/contact-email.png);
}
.ft-contact-weibo{
    background-image: url(img/footer/contact-weibo.png);
}
.ft-contact-wechat{
    background-image: url(img/footer/contact-wetchat.png);
}
.ft-contact-weibo a{
	color: inherit;
}
.ft-bottom{
    background-color: #FEF5F1;
    padding: 10px 0;
}
.ft-nav li{
    width: auto;
    font-size:20px;
    float: left;
    color: #f16400;
	padding-left:360px;
	width:80px;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.ft-nav li:first-child{
	padding-left:0;
}
.ft-nav li a{
    color: #f16400;
}