*{font-size:16px;padding:0px;margin:0px;font-family: "Microsoft YaHei";}
a{
    text-decoration: none;
    color:#333;
}
a:hover{
    text-decoration: none;
    color:#f79c33;
}
.w1200{
    width:1200px;
    margin:0px auto;
}
.clear{clear:both;}
.f{float:left}
.r{float:right}

/*样式*/
.header{
    width:100%;
    height: 80px;
    border-bottom: 1px solid #eee;
}
.header .main{
    width:1200px;
    margin:0px auto;
}
.header .main .logo{
    float:left;
    padding:20px 0px;
}
.header .main .nav{
    float:right;
    padding:10px 0px;
}
.header .main .nav .items{
	float: left;
}
.header .main .nav .items .item{
    display: inline-block;
    padding:0px 10px;
    line-height: 60px;
}
.header .main .nav .items .item a{
    display: block;
    padding:0px 6px;
}
.header .main .nav .items .item a:hover,.header .main .nav .items .item.on a{
    color:#f79c33;
}
.header .main .nav .items .item.on a,.header .main .nav .items .item:hover a{
    border-bottom:3px solid #f79c33;
}
.header .main .nav .tels{
	color: #666;
	float: right;
	height: 60px;
	line-height: 60px;
	border-left: 1px solid #eee;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 18px;
}
.header .main .nav .tels span{
	font-weight: bold;
	color: #f79c33;
}
/*底部信息*/
.foot{
	width:100%;
	/*height:90px;*/
	background: #1b1b1b;
	margin-top:30px;
	padding: 20px 0px;
}
.foot p{
	line-height: 30px;
	color:#ccc;
    text-align: center;
}

.layui-form-select dl dd.layui-this{
    background: #f79c33!important;
}