* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    text-decoration: none;
    font-family: Source Han Sans !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input {
    outline: none;
}

textarea {
    -webkit-appearance: none;
}


/*body{
max-width:10rem;
margin: 0 auto; 
}*/

.header {
    width: 100%;
}

img {
    width: 100%;
    display: block;
}

.logo {
    width: 60%;
    height: 100%;
    margin-left: 1%;
}

.phone {
    width: 38%;
    height: 100%;
    margin-right: 1%;
}

.xian {
    width: 100%;
    height: 1px;
    background: #b7b7b7;
}


/* 搜索栏样式*/

.search {
    width: 100%;
    height: 0.88rem;
}

.sousuo {
    height: 0.6rem;
    width: 69%;
    border-radius: 0.3rem;
    background: url({eyou:global name='web_templets_m' /}/skin/images/search.png) no-repeat center left 10%;
    background-size: 0.34rem;
    background-color: #f3f3f3;
    margin-top: 0.15rem;
    padding-left: 15%;
    margin-left: 1%;
}

.side-nav {
    width: 13%;
    height: 0.58rem;
    margin-top: 0.14rem;
    margin-right: 2%;
}

.side-nav img {
    width: 0.58rem;
    height: 0.48rem;
    margin-top: 0.06rem;
    float: right;
    display: block;
}


/*底部操作栏*/

.footer {
    position: fixed;
    width: 100%;
    height: 0.98rem;
    border-top: 0.01rem solid #DCDCDC;
    z-index: 9998;
    background-color: #Fafafa;
    bottom: 0;
}

.footer ul {
    width: 92%;
    margin-left: 4%;
}

.footer ul li {
    float: left;
    width: 17.5%;
    margin-right: 10%;
    margin-top: 0.1rem;
    font-size: 0.2rem;
    text-align: center;
}

.footer li a {
    color: #8c8c8c;
    width: 0.58rem;
    height: 0.58rem;
}

.footer img {
    width: 0.58rem;
    height: 0.58rem;
    margin: 0 auto;
}


/*工厂切换*/

.gczs img {
    width: 90%;
    margin-left: 5%;
    height: 3.2rem;
    border: 0;
}

#desc {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.6rem;
    width: 100%;
    width: 90%;
    margin-left: 5%;
    background-color: #333333;
    opacity: 0.7;
}

#desc li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.24rem;
    line-height: 0.24rem;
}

#desc li {
    line-height: 0.24rem;
    padding-left: 0.1rem;
    float: left;
    display: none;
}

#num {
    height: 0.3rem;
    width: 3rem;
    /*background:#FF0000;*/
    position: absolute;
    left: 65%;
    bottom: 0.02rem;
    text-align: right;
}

#num li {
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 50%;
    margin-left: 0.1rem;
    background-color: #000000;
    float: left;
    display: inline;
    cursor: pointer;
    font-size: 0.2rem;
}

#imgList {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    clear: both;
}

#num .active {
    background-color: #D1B43D;
}