.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after{
    content:"";/*设置内容为空*/
    height:0;/*高度为0*/
    line-height:0;/*行高为0*/
    display:block;/*将文本转为块级元素*/
    visibility:hidden;/*将元素隐藏*/
    clear:both;/*清除浮动*/
}
.clearfix{
    zoom:1;/*为了兼容IE*/
}

/*头部*/
.header {
    height: 4.4rem;
    display: flex;
    padding: 0 1.6rem;
    background: #FFFFFF;
}
.header div {
    text-align: center;
}
.header img {
    width: 100%;
}
.header-right,.header-left {
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-middle {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-right .search {
    width: 50px;
    padding-top: 9px;
}
.header-right .more {
    width: 35px;
}
.hidden-list {
    position: absolute;
    background: rgba(137,137,137,0.8);
    width: 100%;
    /*height: 100%;*/
    z-index: 999;
}
.hidden-list .layer>ul>li {
    min-height: 5rem;
    line-height: 5rem;
    border-bottom: 1px solid #515151;
}
.hidden-list .first-menu {
    display: block;
    color: #ffffff;
    height: 100%;
    width: 100%;
    padding-left: 1.5rem;
    position: relative;
}
.second-menu{
    background: rgba(30,30,30,0.8);
}
.second-menu a{
    display: block;
    color: #ffffff;
    height: 100%;
    width: 100%;
    padding-left: 3rem;
}
.layer {
    width: 70%;
    background: rgba(38,38,38,0.8);
    padding: 2rem 0;
}
.layer .arrow {
    position: absolute;
    right: 3rem;
    top: 50%;
    margin-top: -1rem;
    width: 2rem;
}




/*通用标题*/
.common-title {
    color: #000000;
}
.common-title p {
    float: left;
    margin-right: 1rem;
}
.common-title p:first-of-type {
    font-size: 2.2rem;
    font-weight: 700;
}
.common-title span {
    font-size: 1.1rem;
    vertical-align: text-bottom;
}

/*通用kv*/
.common-banner {
    width: 100%;
    height: 11rem;
}
.common-banner img {
    width: 100%;
    height: 100%;
}


.footer {
    padding: 0 1.6rem;
    background: #FFFFFF;
}
.footer .link {
    padding-top: 2.5rem;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.footer .link p{
    font-size: 1.8rem;
    font-weight: 700;
    color: #303030;
    margin-bottom: 2rem;
}
.footer .link li {
    font-size: 1.2rem;
    color: #909090;
    margin-bottom: 1.8rem;
    width: 50%;
    float: left;
}
.copyright {
    padding-top: 2.4rem;
    padding-bottom: 2rem;
}
.copyright div {
    margin-bottom: 2rem;
}
.copyright div p {
    font-size: 1.2rem;
    color: #303030;
    font-weight: 700;
    float: left;
    margin-bottom: 1rem;
    margin-right: 1rem;
}
.copyright div p:last-of-type {
    margin: 0;
}
.copyright li {
    font-size: 1.2rem;
    color: #909090;
    line-height: 1.5;
    /*margin-bottom: .6rem;*/
}
.copyright li:last-of-type {
    margin-bottom: 0;
}

/*搜索弹层*/

.search {
    background: rgba(38,38,38,0.8);
    padding: 1rem 0;
    position: absolute;
    z-index: 99;
}
.input-box {
    display: -moz-box;
    display: -webkit-box;
    display: box;
}
.search-main {

}
#searchDataForm {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    margin: 0 auto;
}
.search-layer-btn {
    height: 4.4rem;
    line-height: 4.4rem;
    padding: 0 .8rem;
    background: #ffffff;
    border-left: 1px solid #DFDFDF;
    color: #007aff;
    font-size: 1.4rem;
    display: block;
    -webkit-appearance: none;
}
#kw {
    height: 4.4rem;
    line-height: 4.4rem;
    background: #ffffff;
    border-left: 1px solid #DFDFDF;
    color: #007aff;
    font-size: 1.4rem;
    display: block;
}
.select-box {
    padding: 1rem 2rem;
}
.select-box ul {
    margin-top: 1rem;
}
.select-box li {
    float: left;
    margin-right: 1rem;
    margin-bottom: .5rem;
}