*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

body{
    font-size: 14px;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}


a {
    text-decoration: none;
    color: #000;
}

ul,li {
    list-style: none;
}

img{
    max-width: 100%;
}

.wrapper{
    width: 1350px;
    margin: 0 auto
}

.btn{
    display: inline-block;
    padding: 10px 30px;
    min-width: 80px;
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
    font-size: 17px;
}

.btn + .btn{
    margin-left: 10px;
}

.btn-primary{
    background-color: #0561F0;
    color: #FFF;
}

.btn-border{
    border: 1px solid #0561F0;
    color: #0561F0;
}


/* 头部样式 */

.header{
    padding: 20px 0;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    z-index: 999;
}

.header > .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1485px;
}

.logo{
    display: flex;
    align-items: center;
    width: 68px;
    height: 68px;
}

.logo-txt{
    font-family: "Montserrat Alternates Black Italic";
}

.header-r{
    display: flex;
}

.navbar{
    margin-right: 90px;
    display: flex;
    align-items: center;
}

.navbar li{
    margin: 0 8px;
    vertical-align: middle;
}

.navbar li a{
    padding: 12px;
    border-radius: 8px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

.navbar li.active a{
    background-color: #FFF;
    color: #333;
}

.footer{
    background-image: url(../images/s4-bg.png);
}

.footer-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo p{
    color: #fff;
    font-size: 19px;
}

.footer-item{
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.footer-item p{
    color: #fff;
    font-size: 18px;
    line-height: 37px;
    margin-left: 38px;
}

.footer-info{
    margin-right: 92px;
    text-align: center;    
}

.footer-info li{
    display: inline-block;
    margin: 0 30px;
}

.footer-copyright{
    text-align: center;
    padding: 17px 0;
    border-top: 1px solid #666666;
}

.footer-copyright p{
    font-size: 14px;
    color: #999;
}
