.the-main-g > .banner {
    position: relative;
    height: 600px;
}

.the-main-g > .banner .swiper {
    height: 100%;
}
.the-main-g > .banner .swiper .swiper-button-prev .hn-icon{
    font-size: 26px;
    color: #dedede;
    padding-right: 3px;
}
.the-main-g > .banner .swiper .swiper-button-next .hn-icon{
    font-size: 26px;
    color: #dedede;
    padding-left: 3px;
}

.the-main-g > .banner .banner-item {
    height: 600px;
    background-repeat: no-repeat !important;
    background-position: center center !important;

}

.the-main-g > .banner .footer {
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: 80px;
    z-index: 2;
}

.the-main-g > .banner .footer .w-1200-g {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.the-main-g > .banner .footer .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 0 14px 66px;
    color: #1e2330;
    width: 24%;
    background: linear-gradient(135deg, #FFFFFF 0%, #F0F6FF 100%);
    box-shadow: 0 4px 10px 1px rgba(55,99,170,0.1);
    border-radius: 2px;
    border: 2px solid #FFFFFF;
    position: relative;
}

.the-main-g > .banner .footer .item:hover{
    background: url("/staticnew/images/banner-footer-bg.png");
}
.the-main-g > .banner .footer .item.banner-footer-icon1:before{
    content: url("/staticnew/images/banner-footer-icon1.png");
    position: absolute;
    left: 14px;
    top: 18px;
}
.the-main-g > .banner .footer .item.banner-footer-icon2:before{
    content: url("/staticnew/images/banner-footer-icon2.png");
    position: absolute;
    left: 14px;
    top: 18px;
}
.the-main-g > .banner .footer .item.banner-footer-icon3:before{
    content: url("/staticnew/images/banner-footer-icon3.png");
    position: absolute;
    left: 14px;
    top: 18px;
}
.the-main-g > .banner .footer .item.banner-footer-icon4:before{
    content: url("/staticnew/images/banner-footer-icon4.png");
    position: absolute;
    left: 14px;
    top: 18px;
}

.the-main-g > .banner .footer .item .desc{
    font-weight: 400;
    font-size: 14px;
    color: #2C3353;
}

.the-main-g > .banner .footer .item + .item {
    /*border-left: 1px solid rgb(240 49 49);*/
}

.the-main-g > .banner .footer .title {
    font-weight: bold;
    font-size: 18px;
    color: #2C3353;
}

.the-main-g > .banner .footer .desc .num {
    color: #2E63F6;
}

.the-main-g > .banner .footer .desc .hn-icon {
    color: #f03131;
}

.the-main-g > .product .first-type-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    justify-content: center;
}

.the-main-g > .product .first-type-tabs .tabs-g {
    display: flex;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 4px;
    background: #fff;
}

.the-main-g > .product .first-type-tabs .tab-g {
    width: 200px;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
}

.the-main-g > .product .first-type-tabs .tab-g.checked {
    background: #409eff;
    color: #fff;
    font-weight: 600;
}

.the-main-g > .product .second-type-tabs {
    display: none;
}

.the-main-g > .product .second-type-tabs.checked {
    display: block;
}

.the-main-g > .product .second-type-tabs .tabs-g {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.the-main-g > .product .second-type-tabs .tab-g {
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

.the-main-g > .product .second-type-tabs .tab-g + .tab-g {
    margin-left: 24px;
}

.the-main-g > .product .second-type-tabs .tab-g.checked {
    color: #409eff;
}

.the-main-g > .product .second-type-tabs .tab-g.checked:before {
    content: "";
    position: absolute;
    height: 3px;
    background: #409eff;
    bottom: -8px;
    left: 30%;
    width: 40%;
}

.the-main-g > .product .table-g {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.the-main-g > .advantage .body {
    width: 753px;
    height: 435px;
    background: url("../images/advantage-body.png");
    margin: 0 auto;
    position: relative;
}

.the-main-g > .advantage .item {
    position: absolute;
    width: 105px;
    height: 136px;
    transition: .5s;
    cursor: pointer;
}

.the-main-g > .advantage .item:hover {
    transform: translate(0, -16px);
}

.the-main-g > .advantage .content {
    position: absolute;
}

.the-main-g > .advantage .title {
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
}

.the-main-g > .advantage .desc {
    white-space: nowrap;
    color: #666;
    line-height: 28px;
}

.the-main-g > .advantage .top-left {
    background: url("../images/advantage-top-left.png");
    left: 190px;
    top: 38px;
}

.the-main-g > .advantage .top-left .content {
    left: -18px;
    top: -32px;
    transform: translate(-100%, 0);
    width: 202px;
}

.the-main-g > .advantage .top-right {
    background: url("../images/advantage-top-right.png");
    right: 190px;
    top: 38px;
}

.the-main-g > .advantage .top-right .content {
    right: -18px;
    top: -32px;
    transform: translate(100%, 0);
}

.the-main-g > .advantage .bottom-left {
    background: url("../images/advantage-bottom-left.png");
    left: 190px;
    bottom: 102px;
}

.the-main-g > .advantage .bottom-left .content {
    left: -18px;
    bottom: -88px;
    width: 202px;
    transform: translate(-100%, 0);
}

.the-main-g > .advantage .bottom-right {
    background: url("../images/advantage-bottom-right.png");
    right: 190px;
    bottom: 102px;
}

.the-main-g > .advantage .bottom-right .content {
    right: -18px;
    bottom: -88px;
    transform: translate(100%, 0);
}

.the-main-g > .map {
    background: #1968f8 url("../images/map.png") no-repeat center center;
    height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.the-main-g > .map .content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 900px;
    color: #fff;
    text-align: center;
}

.the-main-g > .map .value {
    margin-bottom: 8px;
}

.the-main-g > .map .num {
    font-size: 24px;
}

.the-main-g > .map .divider {
    height: 48px;
    width: 1px;
    background: #fff;
}

.the-main-g > .intro {
    background: url("../images/intro-bg.png");
    background-size: 100% 100%;
}

.the-main-g > .intro .w-1200-g {
    display: flex;
}

.the-main-g > .intro .logo {
    width: 479px;
    height: 453px;
    background: #fff;
    text-align: center;
}
.the-main-g > .intro .logo img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.the-main-g > .intro .right {
    width: 0;
    flex-grow: 1;
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.the-main-g > .intro .text {
    padding: 40px;
    background: #fafbfc;
    height: 100%;
}

.the-main-g > .intro .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.the-main-g > .intro .title:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #409eff;
    left: -80px;
    top: 0;
}

.the-main-g > .intro .desc {
    color: #666;
    line-height: 32px;
    font-size: 16px;
}

.banner .footer .item .desc span {
    color: #FE9E49;
}
