html,
body {
    font-size: 100%;
    background: #FFf;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    min-width: 1800px;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

* {
    margin: 0;
    padding: 0;
}

.header{
    width: 100%;
    height: 880px;
    background: url('../img/headerBG.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .headerImg1{
    width: 618px;
    height: 721px;
}
.header .headerRight{
    margin-left: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header .headerRight .logo{
    width: 120px;
    height: 120px;
}
.header .headerRight .text{
    margin-top: 32px;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    line-height: 42px;
    text-align: justify;
}
.header .headerRight .imgs{
    margin-top: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .headerRight .imgs .headerImg2{
    width: 245px;
    height: 72px;
    margin-right: 10px;
}
.header .headerRight .imgs .headerImg3{
    width: 245px;
    height: 72px;
}
.top{
    width: 100%;
    height: 454px;
    padding-top: 27px;
    box-sizing: border-box;
    background-color: #FFf;
    display: flex;
    justify-content: center;
}
.top .topImg{
    width: 416px;
    height: 399px;
    margin-left: 43px;
}
.top .topText{
    padding-top: 96px;
    height: 100%;
}
.top .topText .text1{
    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 40px;
    color: #FD5800;
    line-height: 48px;
}
.top .topText .text2{
    margin-top: 37px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 42px;
    text-align: left;
}
.center{
    width: 100%;
    height: 454px;
    background-color: rgba(255, 163, 64, 0.1);
    display: flex;
    justify-content: center;
}
.center .centerImg{
    width: 378px;
    height: 480px;
    margin-right: 102px;
    margin-top: 40px;
}
.center .text{
    margin-top: 127px;
}
.center .text .text1{
    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 40px;
    color: #FD5800;
    line-height: 40px;
    text-align: left;
}
.center .text .text2{
    margin-top: 41px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 42px;
    text-align: left;
}
.center2{
    width: 100%;
    height: 488px;
    padding-top: 120px;
    box-sizing: border-box;
    background-color: white;
}
.center2 .text{
    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 40px;
    color: #FD5800;
    line-height: 40px;
    text-align: center;
}
.center2 .text2{
    margin-top: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 42px;
    text-align: center;
}
.footer{
    width: 100%;
    padding: 48px 0px 48px;
    background: linear-gradient( 180deg, #FFA160 0%, #FD5800 100%);
    display: flex;
    justify-content: center;
}
.footer .left {
    margin-right: 500px;
}
.footer .left .text1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 32px;
    color: #111111;
    line-height: 32px;
}
.footer .left .text2{
    margin-top: 16px;
    font-family: ArialMT;
    font-size: 20px;
    color: #111111;
    line-height: 20px;
}
.footer .left .text3{
    margin-top: 16px;
    font-family: ArialMT;
    font-size: 20px;
    color: #111111;
    line-height: 20px;
}
.footer .right .text1{
    font-family: ArialMT;
    font-size: 20px;
    color: #111111;
    line-height: 20px;
}

.footer .right .text2{
    margin-top: 16px;
    font-family: ArialMT;
    font-size: 20px;
    color: #111111;
    line-height: 20px;
}

.footer .right .text2 a{
    color: #111111;
}