* {
    padding: 0;
    margin: 0;
}
a {
    font-size: 16px;
    font-weight: 400;
    color: #3D3D3D;
    text-decoration: none;
}
ul li {
    list-style: none;
    padding: 0;
}
body {
    font-size: 16px;
    font-weight: 400;
    color: #3D3D3D;
    font-family: "SourceHanSansSC","Microsoft YaHei","微软雅黑";
}
html {
    font-size: 16px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
img {
    width: 100%;
    height: 100%;
    display: block;
}
/* 版心 */
.w1200 {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* 网站公共头部样式 */

.htp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 0.75rem;
    padding-bottom: 0.75em;
}
.htp .le {
    display: flex;
    align-items: center;
    height: 60px;
    width: 40%;
}
.htp .le .logo {
    width: 88px;
    height: 60px;
    margin-right: 15px;
}
.htp .le h3 {
    font-size: 20px;
}
.htp .ri {
    display: flex;
    width: 60%;
    justify-content: space-around;
}
.htp .ri h3 {
    font-size: 16px;
}
.htp .ri h3 i {
    font-size: 20px;
    font-weight: 600;
    margin-right: 5px;
}
.htb {
    background-color: #212121;
    height: 60px;
}
.htb ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.htb>ul>li {
    float: left;
    margin-right: 10px;
    position: relative;
}
.htb a {
    display: block;
    height: 60px;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}
.htb li ul {
    position: absolute;
    top: 60px;
    left: -15%;
    display: none;
    box-shadow: 0 0 5px 0 #ccc;
    z-index: 9;
    background-color: #fff;
    width: 130%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.htb li ul li a {
    height: 45px;
    line-height: 45px;
    color: #3d3d3d;
}
.htb a:hover {
    color: #E30110;
    font-weight: 500;
}


/* 网站公共底部样式 */
.footer {
    background-color: #3E3E4A;
}
.fot {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
}
.fot h2, .fot h4, .fot p, .fot a {
    color: #EEEEEE;
}
.fot .le {
    display: flex;
    width: 65%;
    justify-content: space-between;
}
.fot .le p {
    margin-top: 15px;
}
.fot .ri {
    text-align: center;
    width: 35%;
}
.fot .ri h2 {
    font-size: 32px;
}
.fot .ri p {
    margin-top: 10px;
}
.fob {
    border-top: 1px solid #EEEEEE;
    padding: 1rem 0;
}
.fob p {
    color: #EEEEEE;
    text-align: center;
}




