﻿.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;
}
.ant-menu-horizontal > .ant-menu-item-selected > a,
.ant-menu-horizontal > .ant-menu-item > a:hover {
    color: #0063AB;
}
.footer .wechat>img{
    width: 72px;
    margin-left: 13px;
    margin-bottom:10px;
    display: block;
}
.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/cooperation.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 432px;
    width: 100%;
    padding-top: 184px;
    margin-top: -4px;
}

.PageOne .title{
    width: 260px;
    height: 61px;
    font-size: 64px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 64px;
    margin:0 auto;
    text-align:center;
}

.Module {
    background: #F5F7F7;
    padding:40px 0 0 0;
}

.Module .header{
    height: 23px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding-top: 29px;
    padding-bottom: 33px;
}

.Module .main{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 80px 104px;
}

.Module .main .left{
    padding: 50px 77px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    background: #0063AB;
    border-radius: 32px;
    text-align:center;
}

.Module .main .middle{
    height: 176px;
    font-size: 64px;
    font-weight: 600;
    color: #DEDEDE;
    line-height: 176px;
    text-align: left;
}

.Module .main .right{
    padding:50px 53px;
    background: #FF9900;
    border-radius: 32px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    text-align:center;

}

.Module .main .item .img{
    width: 720px;
    padding: 25px 20px 22px 34px;
    background:#fff;
    margin-bottom:31px;
}
.Module .main .item .img>img{
    width:666px;
    height:329px;
}

.Module .main .item .description{
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    text-align:center;
    display:block;
}

.Module .main>.img{
    width:536px;
    height:300px;
    background:#fff;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding:72px 76px 67px 75px;
    align-items:center;
}
.Module .main>.img img{
    margin-bottom:0px;
}

.Module .main>.description{
    width: 592px;
    height: 167px;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 30px;
    padding-top:65px;
}