* {
    margin: 0;
    padding: 0;
}
html {
    -webkit-text-size-adjust: none;
}
html , body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}
.banner {
    width: 100%;
    height: 1541px;
    background: url('../img/bg_01.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 720px;
    box-sizing: border-box;
}
.banner-main {
    width: 1200px;
    margin: 0 auto;
}
.title {
    display: block;
    margin: 0 auto;
}
.bryq {
    width: 100%;
    height: 285px;
    background: url('../img/nryq-bg.png') no-repeat left top;
    background-size: cover;
    margin-top: 50px;
}
.xsyq {
    width: 100%;
    height: 266px;
    background: url('../img/xsyq-bg.png') no-repeat left top;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 40px;
}
.text {
    width: 720px;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}
.text p {
    width: 100%;
    line-height: 2.7;
    font-size: 18px;
    text-align: justify;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.pt10 {
    padding-top: 10px;
}
.bg_02 {
    width: 100%;
    height: 465px;
    background: url('../img/bg_02.jpg') no-repeat top center;
    background-size: cover;
}
.bg_03 {
    width: 100%;
    height: 748px;
    background: url('../img/bg_03.jpg') no-repeat top center;
    background-size: cover;
}
.bg_04 {
    width: 100%;
    height: 435px;
    background: url('../img/bg04.jpg') no-repeat top center;
    background-size: cover;
}
.bg_03_main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
}
.tzwj {
    width: 100%;
    height: 247px;
    background: url('../img/tzwj-bg.png') no-repeat top center;
    background-size: cover;
    margin-bottom: 95px;
}
.tzwj a {
    width: 100%;
    height: 116px;
    display: block;
    margin-bottom: 16px;
    text-decoration: none;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 116px;
}
.tzwj a:last-child {
    margin-bottom: 0;
}
.ewm-box {
    width: 167px;
    height: 167px;
    margin: 30px auto 20px;
    background: url('../img/ewm-bg.png') no-repeat center top;
    background-size: cover;
    padding: 4px;
    box-sizing: border-box;
}
.ewm-box img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.ewm-tips {
    width: 100%;
    color: #1463C2;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.a-box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 65px;
    box-sizing: border-box;
}
.a-box a {
    text-decoration: none;
    margin: 0 50px;
}
.footer {
    margin-top: 0;
}