#pageTop{
    height: 64px;
    width: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index:10;
    background:#FFFFFF;
    border-radius:0px;
}
#pageTop .nav-bot{
    width:1440px;
    height:64px;
}
#pageTop .tabNav{
    margin-right:60px;
    cursor: pointer;
    display: block;
    text-decoration:none;
}
#pageTop .tabNav-text{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: center;
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}
#pageTop .line{
    width:26px;
    height:2px;
    background:rgba(0,0,0,0);
    border-radius:5px;
    position:relative;
    top:8px;
    margin:0 auto;
    transition: background 0.3s ease, width 0.35s ease, box-shadow 0.3s ease;
}
#pageTop .tabNav.active .tabNav-text,
#pageTop .tabNav:hover .tabNav-text{
    font-family: PingFang SC, PingFang SC;
    font-weight: 700;
    font-size: 16px;
    color: #19367A;
}
#pageTop .tabNav:hover .tabNav-text{
    transform: translateY(-1px) scale(1.05);
    text-shadow: 0 0 12px rgba(25,54,122,0.25);
}
#pageTop .tabNav.active .tabNav-text{
    transform: translateY(-1px);
    text-shadow: 0 0 14px rgba(25,54,122,0.3);
}
#pageTop .tabNav.active .line,
#pageTop .tabNav:hover .line{
    background:#19367A;
}
#pageTop .tabNav:hover .line{
    width:40px;
    box-shadow: 0 0 8px rgba(25,54,122,0.4);
}
#pageTop .tabNav.active .line{
    width:40px;
    box-shadow: 0 0 10px rgba(25,54,122,0.5);
}

#pageTop .tabYu{
    height: 28px;
    background: rgba(217,217,217,0);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #333333;
    margin-left:20px;
    padding:0 10px;
    cursor:pointer;
}

#Cooperation{
    width: 1800px;
    height: 440px;
    background: #19367A;
    border-radius: 64px 64px 64px 64px;
    margin:56px auto 56px auto;
}
#Cooperation .Contact{
    font-family: Google Sans Flex, Google Sans Flex;
    font-weight: bold;
    font-size: 52px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: left;
}
#Cooperation .hezuo{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 44px;
    color: #FFFFFF;
    text-align: left;
    padding-top:12px;
    padding-bottom:72px;
}
#Cooperation .lianxi{
    width: 150px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px 22px 22px 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #19367A;
    text-align: left;
    padding:0 6px 0 24px;
    box-sizing: border-box;
}
#Cooperation .Yuan{
    width: 36px;
    height: 36px;
    background: #19367A;
    border-radius:50%;
}
#Cooperation .RIGHT-text{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    text-align: right;
    line-height:60px;
}
#Cooperation .Guanzhu{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: right;
    font-style: normal;
    text-transform: none;
    padding-top:10px;
}