﻿.content{

}

.content .header{
    height:80px;
    position:relative;
}

.content .header .logo{
    width:75px;
    height:48px;
    position:absolute;
    left:272px;
    top:16px;
}

.ant-menu {
    font-size: 18px;
}

.ant-menu-item {
    width: 35px;
    padding: 0;
}

ul,li{
    margin:0;
    padding:0;
    list-style:none;
}
.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);
    z-index: 1;
    width:489px;
    display:flex;
    justify-content:space-between;
}



.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-horizontal > .ant-menu-item-selected > a,
.ant-menu-horizontal > .ant-menu-item > a:hover {
    color: #0063AB;
}
.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: #0063AB;
    border-bottom: 3px solid #0063AB;
}
.PageOne {
    background-image: url('../images/team.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 432px;
    padding-top: 183px;
    margin-top: -4px;
}

.PageOne .title{
    width: 580px;
    height: 66px;
    font-size: 64px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 64px;
    margin:0 auto;
}


.PageFour {
    background: #F5F7F7;
    padding-top:64px;
    padding-bottom:15px;
}

.PageFour .header{
    height: 39px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
    margin-bottom:56px;
    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:290px;
    margin-bottom:25px;
}

.PageFour .main ul .item>img{
    width:280px;
    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;
}

.PageThree{
    background:#fff;
    padding-top:74px;
    padding-bottom:77px;
}

.PageThree .main{
    width:1200px;
    display:flex;
    justify-content:flex-start;
    margin:0 auto;
    background:#F5F7F7;
    padding-bottom:49px;
}

.PageThree .main .item{
    width:600px;
    background:#F5F7F7;
}

.PageThree .main .item .header{
    width: 131px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
    color: #010101;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 79px;
    text-align: center;
}

.PageThree .main .item .img{
    text-align: center;
    /*border-right: 1px solid #ccc;*/
    margin-bottom:32px;
}
.PageThree .main .item .name{
    height: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #111111;
    line-height: 18px;
    text-align:center;
    margin-bottom:15px;
}

.PageThree .main .item .company{
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align:center;
}

.PageThree .main .item .group{
    width: 373px;
    height: 96px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(178, 178, 178, 0.3);
    margin:0 auto;
    text-align:center;
    margin-bottom:24px;
}
.PageThree .main .item .group:last-child{
    margin-bottom:0;
}