body, p, ul, li, h1, h2, h3, h4, h5 ,h6, img, ol, dl, dt, dd, form, input, button {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
}
li {
    list-style: none;
}
a, img {
    outline: none;
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.px {
    position: fixed;
}
.d {
    display: block;
}
.layer-pc {
    display: block !important;
}
.layer-m {
    display: none !important;
}
.ellips {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.container {
    margin: 0 auto;
    width: 1400px;
}
/* 公共头 */
.header {
    width: 100%;
    height: 100px;
    background: #9e100e;
    background: linear-gradient(#a42b27, #970101)
}
.header-logo {
    font-size: 0;
}
.header-logo img {
    display: block;
    margin: 17px 0 0;
    width: 469px;
}
.search {
    margin: 28px 32px 0 0;
    width: 260px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 20px;
}
.search-keys {
    margin: 0 0 0 15px;
    width: 199px;
    height: 38px;
    text-indent: 5px;
    font-size: 14px;
    color: #fff;
    border: none;
    background: none;
    outline: none;
}
.search-keys::input-placeholder,
.search-keys::-ms-input-placeholder,
.search-keys::-moz-input-placeholder,
.search-keys:-webkit-input-placeholder {
    color: #fff;
}
.btnClick {
    display: block;
    margin: 0 15px 0 0;
    width: 26px;
    height: 38px;    
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}
.btnClick span {
    color: #fff;
    font-size: 28px;
}
/* 一级菜单 */
.menu {
    width: 100%;
    height: 50px;
    background-color: #860707;
}
.menu ul>li {
    padding: 0 45px;
    font-size: 20px;
    line-height: 50px;
    transition: all .4s;
}
.menu ul>li>.sub {
    display: none;
}
.menu ul>li>a {
    color: #fff;
}
.menu ul>li:hover,
.menu ul>li.active  {
    font-weight: bolder;
}
.menu ul>li:hover,
.menu ul>li.active {
    transform: translateY(-3px);
    text-shadow: 3px 3px 10px #cccccc;
}
/* footer */
.footer {
    width: 100%;
    padding: 36px 0;
    background-color: #860707;
}
.useful-links {
    padding-bottom: 29px;
    border-bottom: 1px solid #a60808;
}
.useful-links-title {
    width: 162px;
    line-height: 42px;
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
}
.useful-links-title span {
    margin-right: 10px;
    font-size: 38px;
    vertical-align: middle;
}
.useful-links-item {
    box-sizing: border-box;
    margin: 0 0 0 52px;
    width: 360px;
    height: 42px;
    background-color: #fff;
    border: 1px solid #ffcccc;
}
.useful-links-item:last-child {
    margin: 0;
}
.useful-links-item-name {
    padding: 0 15px;
    font-size: 18px;
    color: #cccccc;
    line-height: 40px;
    cursor: pointer;
}
.useful-links-item-name b {
    top: 15px;
    right: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #999999;
}
.useful-links-sub {
    left: -1px;
    top: 40px;
    display: none;
    width: 360px;
    height: 250px;
    overflow-y: auto;
    background-color: #fff;
}
.useful-links-item:hover .useful-links-sub {
    display: block;
}
.useful-links-sub a {
    display: block;
    line-height: 35px;
    text-indent: 15px;
    color: #999;
}
.useful-links-sub a:hover {
    background-color: #ccc;
}
.footer-bar {
    width: 100%;
    height: 79px;
    line-height: 79px;
    color: #999999;
    font-size: 14px;
    text-align: center;
    background-color: #333333;
}
.footer-bar span {
    margin: 0 12px;
}
.website {
    margin: 20px 0 0;
}
.website-item {
    margin: 0 137px 0 0;
} 
.website-item:first-child {
    margin-left: 15px;
}
.website-item dt {
    margin-bottom: 10px;
    font-size: 20px;
    color: #eee;
}
.website-item dd {
    font-size: 16px;
    line-height: 30px;
}
.website-item dd a {
    color: #eeee;
}

@media (max-width: 1024px) {
    .layer-pc {
        display: none !important;
    }
    .layer-m {
        display: block !important;
    }
    .header {
        padding: 5% 0;
        width: 100%;
        height: auto;
    }
    .container {
        margin: 0 2%;
        width: 96%;
    }
    .header-logo {
        margin: 0 0 0 3.5%;
        width: 62.5%;
    }
    .header-logo img {
        margin: 0;
        width: 100%;
    }
    .header-m-btn {
        margin: 0 3.5% 0 0;
        width: 25%;
        color: #fff;
        font-size: 32px;
    }
    .header-m-btn span.iconsousuo {
        padding: 3px;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 20px;
    }
    .header-m-btn span.iconcaidan,
    .header-m-btn span.iconclose {
        margin-left: 15px;
        font-size: 28px;
    }
    .search {
        position: absolute;
        left: 0;
        bottom: -72px;
        box-sizing: border-box;
        padding: 15px 2%;
        width: 100%;
        height: 72px;
        background-color: #fff;;
        border-radius: 0;
        z-index: 1;
        opacity: 0;
    }
    .btnClick {
        float: left;
        margin-left: 30px;
    }
    .btnClick span {
        color: #a72f2f;
        font-size: 38px;
    }
    .search-keys {
        width: 66%;
        text-indent: 15px;
        border: 1px solid #a72f2f;
        color: #999;
        border-radius: 18px;
    }
    .menu {
        position: relative;
        opacity: 0;
        width: 100%;
        height: 0;
        z-index: 1;
    }
    .menu .container {      
        position: absolute;
        right: 0;
        top:0;  
        margin: 0;
        padding: 0;
        width: 230px;
        height: auto;
        background-color: #333333;
        z-index: 1;
    }
    .menu ul>li {
        box-sizing: border-box;
        width: 100%;
        text-align: right;
        line-height: 1em;
        font-size: 18px;
        padding: 18px 0;
        border-bottom: 1px solid #666666;
    }
    .menu ul>li>.sub {
        padding-right: 30px;
    }
    .menu ul>li>.sub a {
        display: block;
        margin: 20px 0 0;
        font-size: 14px;
        color: #fff;
        text-shadow: none;
    }
    .menu ul>li>a {
        padding-right: 30px;
    }
    .menu ul>li.active {
        transform: none;
        text-shadow: none;
        font-weight: normal;
    }
    .footer-bar {
        padding: 15px 0;
        height: auto;
        line-height: 1.8em;
    }
    .footer-bar span{
        display: block;
    }
}
