body{
	font-family: Hiragino Sans GB, Microsoft Yahei UI, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, Segoe UI, Tahoma, "\5B8B\4F53 b8b\4F53", SimSun, sans-serif;
	background: #f5f5f5;
	
}
*{
	padding: 0px;
	margin: 0px;
}
ul,li{
    list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.main{
	width: 1150px;
	margin: 0 auto;
	overflow: hidden;
}

.headsmall{
    background: #fff;
}
.logosmall {
    margin-right: 30px;
    display: inline-block;
    float: left;
    background: url(https://www.yijuhome.com.cn/assets/img/logosmall.png) no-repeat;
    background-size: 100% 100%;
    width: 200px;
    height: 66px;
}
.navsmall{
    padding-left: 0px;
    margin-top: 12px;
}
.nav li {
    height: 47px;
    float: left;
    line-height: 47px;
}
.nav li a{
    color: #fff;
    font-size: 18px;
    margin-left: 30px;
    font-weight: 700;
}
.navsmall li a{
    color: #333;
    font-size: 18px;
    margin-left: 30px;
    font-weight: 700;
}

#searchForm{
    margin-top: 15px;
}
#searchForm input {
    width: 210px;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    border: 0;
    border-radius: 2px;
    border: 1px #eee solid;
    border-right: none;
    outline: none;
}
.searchButton {
    cursor: pointer;
    width: 50px;
    height: 47px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border: 1px #eee solid;
    border-left: none;
}

.searchButton i {
    display: inline-block;
    background-image: url(https://www.yijuhome.com.cn/assets/img/sp.png);
    background-size: 100%;
    width: 17px;
    height: 17px;
}

.l-txt{
    font-size: 12px;
    width: 100%;
    line-height: 60px;
}
.l-txt a{
    color: #aaa;
}
.stp{
    font-family: simsun;
    color: #aaa;
}
.foot_content{
	background: #fff;
	padding: 30px;
	min-height:550px;
}
.foot_content h1{
	font-size: 20px;
	border-bottom: 1px #eee solid;
	padding-bottom: 10px;
}
.foot_content h2{
	font-size:16px;
	margin-top: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.foot_content h3{
	font-size:15px;
	margin-bottom:10px;
	margin-top: 20px;
}
.foot_content p{
	font-size: 15px;
	line-height: 30px;
	color: #333;
}
.line{
	border-top: 1px #eee solid;
	width: 100%;
	margin-top: 20px;
}


footer {
    background: #333;
    margin-top: 60px;
    padding: 20px 0px;
    text-align: center;
}
footer p {
    color: #999;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
}
footer a{
    color: #999;
    margin-right: 20px;
}  