html,body{
    height:100%;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ant-menu::before, .ant-menu::after{
    content:unset;
}
.ant-menu.ant-menu-horizontal {
    position: absolute;
    right: 240px;
    height: 54px;
    line-height: 54px;
    top: 21px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    z-index: 1;
}
.content,
.content .header{
    height:100%;
}
.header {
    position: relative;
}

.logo {
    position: absolute;
    top: 21px;
    left: 240px;
    z-index: 1;
    width:86px;
    height:54px;
}

.onePage {
    background-image: url("../images/Group1.png");
    background-size: 100% 100%;
    height: 100%;
    /*position: relative;*/
    padding:1px;
}

.onePage .title {
    width:1112px;
    font-size: 64px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 78px;
    margin:0 auto;
    /*position: absolute;
    left: 339px;*/
    text-align: center;
    /*top: 454px;*/
}


    .onePage .description {
        /*position: absolute;
    left: 593px;
    top: 643px;*/
        width: 800px;
        height: 32px;
        font-size: 32px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;
        margin: 0 auto;
        margin-top:62px;
        text-align:center;
    }

.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
    color: #fff;
    border-bottom: 3px solid #fff;
}




.footer {
    height: 160px;
    background: #8C9AA4;
    padding:40px 0;
    display: flex;
    justify-content: space-between;
    color:#fff;
    font-size:14px;
}
.footer .contact{
    display: flex;
    justify-content: space-between;
    width: 600px;
}
.footer .contact>span{
    height: 19px;
    line-height: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .contact>span>img{
    margin-right: 5px;
}

.footer .wechat{
    text-align: center;
    margin-top: -3px;
}

.footer .wechat>img{
    width: 72px;
    margin-left: 13px;
    margin-bottom:10px;
    display: block;
}

.ant-menu-item.ant-menu-item-selected > a,
.ant-menu-item > a,
.ant-menu-item.ant-menu-item-selected > a :hover,
.ant-menu-item > a :hover,
.ant-menu-horizontal > .ant-menu-item > a {
    color: #fff;
}
.ant-menu-horizontal > .ant-menu-item > a:hover{
    color:#fff;
}

.ant-menu{
    font-size:18px;
}

.ant-menu-item{
    width:35px;
    padding:0;
}


.PageOne{
    width:1200px;
    margin:0 auto;
    padding:90px 0;
}

.PageOne .header{
    height: 38px;
    font-size: 40px;
    text-align:center;
    font-weight: 500;
    color: #000000;
    line-height: 38px;
    margin-bottom:55px;
}

.PageOne .main{
    display:flex;
    justify-content:space-between;
}

.PageOne .main .left>img,
.PageOne .main .right>img{
    width:580px;
    height:325px;
    margin-bottom:39px;
}

.PageOne .main .left>p,
.PageOne .main .right>p{
    width: 575px;
    height: 137px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;

}

.PageTwo {
    width: 100%;
    background: #F5F7F7;
    padding:83px 0 43px 0;
}

.PageTwo .header{
    height: 39px;
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    line-height: 40px;
    text-align:center;
    margin-bottom:77px;
}

.PageTwo .main{
    width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
}

.PageTwo .main .item{
    width:580px;
}

.PageTwo .main .item >img{
    width:580px;
    height:324px;
    margin-bottom:39px;
}

.PageTwo .main .item>.title{
    height: 23px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 23px;
    text-align:center;
    margin-bottom:29px;
}

.PageTwo .main .item>p{
    width: 576px;
    height: 76px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}


.PageThree{
    background:#fff;
    padding:89px 0 96px 0;
}

.PageThree .main{
    width:1200px;
    margin:0 auto;
}

.PageThree .main .item{
    display:flex;
    justify-content:space-between;
    margin-bottom:96px;
}
.PageThree .main .item:last-child{
    margin-bottom:0;
}

.PageThree .main .item .img,
.PageThree .main .item .img>img{
    width:536px;
    height:300px;
}

.PageThree .main .item .details{
    padding-top:64px;
}

.PageThree .main .item .details .header{
    height: 39px;
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    line-height:40px;
    margin-bottom:43px;
}

.PageThree .main .item .details>p{
    width: 591px;
    height: 76px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}


.PageFour {
    background: #F5F7F7;
    padding-top:83px;
    padding-bottom:64px;
}

.PageFour .header{
    height: 39px;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 40px;
    margin-bottom:69px;
    text-align:center;
}

.PageFour .main{
    width:1200px;
    margin:0 auto;
}
.PageFour .main > ul{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.PageFour .main ul .item{
    width:270px;
    margin-bottom:25px;
}

.PageFour .main ul .item>img{
    width:270px;
    height:176px;
    margin-bottom:24px;
}

.PageFour .main ul .item .name{
    height: 18px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 18px;
    text-align:center;
    margin-bottom:15px;
}

.PageFour .main ul .item > p{
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align:center;
}

.PageSix{
    background:#fff;
    padding-top:86px;
    padding-bottom:80px;
}

.PageSix .header{
    height: 39px;
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    line-height: 50px;
    text-align:center;
    margin-bottom:65px;
}

.PageSix .main{
    width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.PageSix .main .item{
    width: 276px;
    height: 96px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(178, 178, 178, 0.3);
    margin-bottom:32px;

}
.PageSix .main .item>img{
}

@media screen and (max-width:1200px){
    .onePage .title {
        width: 695px;
        font-size: 40px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 59px;
        position: absolute;
        left: 253px;
        text-align: center;
        top: 266px;
    }


    .onePage .description {
        width: 585px;
        height: 26px;
        font-size: 32px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;
        position: absolute;
        left: 376px;
        top: 402px;
    }
}