* {
    margin: 0px;
    padding: 0px;
    font-family: dealam-font,Avenir Next,Calibri,Helvetica,Roboto,sans-serif;
}
ul, li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
.nav-header {
    width: 100%;
    height: 70px;
    background-color: #fff;
}
.nav-header .nav-header-contanier {
    width: 1080px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ads {
    width: 100%;
    height: 428px;
    background: #F6F6F6;
}
.ads .ads-contanier {
    width: 1080px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ads .ads-contanier .ads-left .line {
    width: 57px;
    height: 4px;
    background: #333333;
    margin-bottom: 32px;
}
.ads .ads-contanier .ads-left .words {
    font-size: 48px;
    font-weight: 400;
    color: #E44245;
    line-height: 54px;
}
.ads .ads-contanier .ads-left .words span {
    color: #333333;
}
.content {
    width: 100%;
    background-color: #fff;
}
.content .content-contanier {
    width: 1080px;
    margin: auto;
}
.content .content-contanier .item {
    display: flex;
    justify-content: space-between;
    margin-top: 84px;
}
.content .content-contanier .item .word-remark h4  {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
}
.content .content-contanier .item .word-remark p  {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin-top: 24px;
}
.nav-footer {
    width: 100%;
    background: #F6F6F6;
    margin-top: 66px;
}
.nav-footer .nav-footer-contanier {
    width: 1080px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-footer .nav-footer-contanier .link {
    margin-bottom: 20px
}
.nav-footer .nav-footer-contanier .link a {
    color: #636363;
    font-size: 12px;
}
.nav-footer .nav-footer-contanier .link a:hover {
    color: #e44245;
}
.nav-footer .nav-footer-contanier .link span {
    color: #636363;
    font-size: 12px;
    margin: 0px 20px;
}
.nav-footer .nav-footer-contanier .msg {
    color: #636363;
    text-indent: 0em;
    font-size: 12px;
}
.nav-footer .nav-footer-contanier .copyRight {
    color: #636363;
    text-indent: 0em;
    font-size: 12px;
    margin-top: 20px;
}

.button{
    display: inline-block;
    background: #df4143;
    height: 48px;
    width: 180px;
    border-radius: 48px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    margin-top: 40px;
    font-size: 18px;
}