﻿.headerTit {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 70px;
    z-index: 2;
}

.headerTit header {
    display: flex;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    align-items: center;
    width: 1200px;
}

.headerTit header > a {
    display: block;
    line-height: normal;
}

.headerTit header > a > img {
    width: 262px;
}

.headerTit header .goLink {
    margin-left: 92px;
    position: relative;
    display: flex;
}

.headerTit header .goLink span {
    position: absolute;
    height: 3px;
    background-color: #fff;
    bottom: 0;
}

.headerTit header .goLink > img {
    position: absolute;
    width: 18px;
    height: 22px;
    top: 5px;
    right: -8px;
}

.headerTit header .goLink > a {
    display: inline-block;
    padding-right: 21px;
    padding-left: 21px;
    color: #fff;
}

.headerTit header .goLink > a:last-of-type {
    padding: 0;
    padding-left: 21px;
}

.headerTit header .goLink .goods {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 72px;
    width: 588px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    display: none;
}

.headerTit header .goLink .goods > div {
    padding-top: 51px;
    padding-bottom: 50px;
}

.headerTit header .goLink .goods > div .headline {
    width: 104px;
    height: 30px;
    border-bottom: 1px solid #EBEBEB;
    line-height: normal;
    font-size: 16px;
}

.headerTit header .goLink .goods > div a {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
}

.headerTit header .goLink .goods > div a > img {
    width: 24px !important;
    height: 8px;
    margin-left: 10px;
}

.headerTit header .goLink .goods > div a:hover {
    color: #5097ff;
}

.headerTit header .goLink .goods > div div {
    display: flex;
    flex-direction: column;
}

.headerTit header .goLink .goods .goodsL {
    width: 588px;
    display: flex;
    justify-content: space-between;
    padding-right: 83px;
    padding-left: 70px;
    line-height: normal;
}

.headerTit header .goLink .goods .goodsR {
    width: 300px;
    background-color: #F6F6F6;
    line-height: normal;
    display: flex;
    flex-direction: column;
    padding-left: 100px;
}

.headerTit header .goLink .plan {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 72px;
    width: 588px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    display: none;
}

.headerTit header .goLink .plan > div {
    padding-top: 51px;
    padding-bottom: 50px;
}

.headerTit header .goLink .plan > div .headline {
    width: 104px;
    height: 30px;
    border-bottom: 1px solid #EBEBEB;
    line-height: normal;
    font-size: 16px;
}

.headerTit header .goLink .plan > div a {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
}

.headerTit header .goLink .plan > div a > img {
    width: 24px !important;
    height: 8px;
    margin-left: 10px;
}

.headerTit header .goLink .plan > div a:hover {
    color: #5097ff;
}

.headerTit header .goLink .plan > div div {
    display: flex;
    flex-direction: column;
}

.headerTit header .goLink .plan .goodsL {
    width: 588px;
    display: flex;
    justify-content: space-between;
    padding-right: 83px;
    padding-left: 70px;
    line-height: normal;
}

.headerTit header .goLink .plan .goodsR {
    width: 300px;
    background-color: #F6F6F6;
    line-height: normal;
    display: flex;
    flex-direction: column;
    padding-left: 100px;
}

.headerTit header .goLink .marketing {
    width: 1200px !important;
    height: 485px;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    background-color: #fff;
    left: -300px;
    top: 72px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    display: none;
}

.headerTit header .goLink .marketing > div {
    padding-top: 51px;
    padding-bottom: 50px;
}

.headerTit header .goLink .marketing > div h3 {
    width: 104px;
    height: 30px;
    border-bottom: 1px solid #EBEBEB;
    line-height: normal;
    font-size: 16px;
}

.headerTit header .goLink .marketing > div a {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
}

.headerTit header .goLink .marketing > div a > img {
    width: 24px !important;
    height: 8px;
    margin-left: 10px;
}

.headerTit header .goLink .marketing > div a:hover {
    color: #5097ff;
}

.headerTit header .goLink .marketing > div div {
    display: flex;
    flex-direction: column;
}

.headerTit header .goLink .marketing .goodsL {
    width: 900px;
    display: flex;
    justify-content: space-between;
    padding-right: 83px;
    padding-left: 70px;
    line-height: normal;
}

.headerTit header .goLink .marketing .goodsR {
    width: 300px;
    background-color: #F6F6F6;
    line-height: normal;
    display: flex;
    flex-direction: column;
    padding-left: 100px;
}

.headerTit header .goLink .more {
    width: 588px;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 72px;
    justify-content: space-between;
    display: none;
}

.headerTit header .goLink .more .moreL {
    display: flex;
    padding-top: 51px;
    justify-content: space-between;
    padding-left: 66px;
    padding-right: 100px;
    flex: 1;
    padding-bottom: 30px;
}

.headerTit header .goLink .more .moreL div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headerTit header .goLink .more .moreL div .headline {
    width: 120px;
    height: 30px;
    border-bottom: 1px solid #EBEBEB;
    line-height: normal;
    font-size: 16px;
    text-align: center;
}

.headerTit header .goLink .more .moreL div a {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
}

.headerTit header .goLink .more .moreL div a:hover {
    color: #5097ff;
}

.headerTit header .goLink .more .moreR {
    background-color: #e5e5e5;
    width: 270px;
    padding: 29px 21px 34px 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.headerTit header .goLink .more .moreR div {
    padding-top: 25px;
}

.headerTit header .goLink .more .moreR div h4 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: normal;
}

.headerTit header .goLink .more .moreR div p {
    text-align: center;
    color: #fff;
    margin-top: 11px;
    font-size: 14px;
    line-height: normal;
}

.headerTit header .goLink .more .moreR .moreT {
    width: 223px;
    height: 101px;
    border-radius: 3px;
    background-image: url(../images/morebgc2.png);
    background-size: 100% 100%;
    margin-bottom: 21px;
}

.headerTit header .goLink .more .moreR .moreB {
    width: 223px;
    height: 101px;
    border-radius: 3px;
    background-image: url(../images/morebgc1.png);
    background-size: 100% 100%;
}

.headerTit header .goLink .loginFix {
    display: none;
    position: absolute;
    top: 72px;
    left: -300px;
    width: 1200px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px #888;
    padding: 40px 0px;
}

.headerTit header .goLink .loginFix .closeLogin {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #eee;
    color: #A0A0A0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.headerTit header .goLink .loginFix ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.headerTit header .goLink .loginFix ul li {
    width: 212px;
    height: 300px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #edeaea;
    cursor: pointer;
    position: relative;
}

.headerTit header .goLink .loginFix ul li p {
    color: #1484ce;
    padding-top: 10px;
    font-size: 81px;
    font-family: Arial;
    font-weight: 900;
    height: 85px;
    text-align: center;
    margin-top: 30px;
}

.headerTit header .goLink .loginFix ul li h5 {
    font-size: 28px;
    text-align: center;
    line-height: normal;
}

.headerTit header .goLink .loginFix ul li h4 {
    color: #757575;
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px !important;
}

.headerTit header .goLink .loginFix ul li a {
    position: absolute;
    width: 100%;
    color: #757575;
    font-size: 22px;
    bottom: 30px;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.headerTit header .goLink .loginFix ul li:hover {
    background-color: #d4e9f5;
}

.headerTit header .goLink .loginFix ul li:hover h4 {
    color: #f95858;
}

.headerTit header .goLogin {
    margin-left: 87px;
    position: relative;
}

.headerTit header .goLogin a {
    display: inline-block;
    height: 38px;
    width: 80px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-right: 10px;
    line-height: 38px;
    text-align: center;
}

.headerTit header .goLogin a:last-of-type {
    margin-right: 0;
    background-color: #fff;
    color: #5097ff;
}

.headerTit:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.qqList {
    position: absolute;
    left: 80px;
    z-index: 1111;
    width: 120px;
    height: auto;
    padding-bottom: 10px;
    top: -170px;
    display: flex;
    padding-left: 10px;
}

.qqList > img {
    position: absolute;
    top: -75px;
    width: 82px;
    right: 22px;
}

.qqList > .closeQq {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    color: #999;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    background-color: #fff;
}

.qqList .qqInfo {
    margin-top: 10px;
    box-shadow: 0px 13px 32px 0px rgba(44, 44, 44, 0.17);
    background: #FFF;
    color: #000;
    border-radius: 5px;
    width: 120px;
}

.qqList .qqInfo .qqCon {
    display: flex;
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.qqList .qqInfo .infoTit {
    width: 100%;
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    margin: 5px auto;
    font-weight: bold;
}

.qqList .qqInfo a {
    display: block;
    width: 100%;
}

.qqList .qqInfo p {
    line-height: 21px;
    color: #000;
    display: flex;
    align-items: center;
    padding: 6px 0;
    padding-left: 18px;
    font-size: 12px;
    border-bottom: 1px solid #fff;
}

.qqList .qqInfo p img {
    display: inline-block;
    margin-right: 10px;
}

.qqList .qqInfo .letter {
    letter-spacing: 6px;
}

.qqList .qqInfo p:hover {
    background-color: #fff;
}

.meau {
    position: fixed;
    width: 80px;
    background-color: #4381ff;
    border-radius: 3px;
    left: 2px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1111;
}

.meau ul {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.meau ul li {
    width: 100%;
    height: 90px;
    padding: 0 12px;
    position: relative;
}

.meau ul li > a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #72a1ff;
}

.meau ul li > a img {
    display: block;
    margin-bottom: 5px;
}

.meau ul li > a span {
    color: #fff;
}

.meau ul li .preSales {
    position: absolute;
    height: 100px;
    top: 100px;
    z-index: 111;
    width: 100px;
    left: 108px;
    display: none;
}

.meau ul li .preSales > div {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
}

.meau ul li .preSales img {
    display: inline-block;
    width: 88px;
    height: 88px;
}

.meau ul li .w {
    position: absolute;
    height: 90px;
    top: 0;
    left: 80px;
    z-index: 111;
    width: 330px;
    display: none;
    padding-left: 10px;
}

.meau ul li .w a {
    padding: 20px 25px;
    border: solid 1px #dedede;
    background-color: #ffffff;
    box-shadow: 0px 13px 32px 0px rgba(44, 44, 44, 0.17);
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.meau ul li .w a img {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}

.meau ul li .w a span {
    font-size: 20px;
    color: #4381ff;
    flex: 1;
}

.meau ul li:hover {
    background-color: #2a69e8;
}
