﻿.about-us-bg {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 480px;
}
.about-us-bg img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
	border-style: none;
}
.slide {
    position: relative;
    width: 100%;
    height: 480px;
    background-color: #346EFE;
}
.slideImg {
    display: block;
    width: 100%;
    height: 100%;
}
.vertical-bg {
    margin-top: 38%;
    height: 48rem;
    position: absolute;
    background: url(/images/AboutUs/ABOUT-US.png);
    width: 97%;
    background-repeat: no-repeat;
    background-position: 98% top;
    z-index: -3;
}

.p1 {
    height: 50%;
}
._mask {
    position: absolute;
    min-width: 1420px;
    background: url(/images/slideMask.png) no-repeat bottom;
    background-size: cover;
    height: 60px;
    bottom: -4px;
    width: 100%;
}
.company-top-img {
    z-index: -1;
    margin-bottom: -25%;
    position: absolute;
    overflow: hidden;
}

    .company-top-img img {
        width: 100%;
        /* height: 100%; */
        /* max-height: 100%; */
    }

.company-title1 {
    margin-top: 6rem;
    color: #FFFFFF;
    font-size: 2.5rem;
}

.company-title2 {
    color: #FFFFFF;
    font-size: 2.5rem;
    margin-bottom: 10.6rem;
}

.about-us-nav-block {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
    margin: 40px auto 0;
}

.about-us-nav {
    width: 1200px;
    font-size: 22px;
    background: #FFFFFF;
    border: 1px solid #F5F6FA;
    box-shadow: 0 2px 60px 3px rgba(0,0,0,0.06);
    border-radius: 35.5px;
    text-align: center;
    margin: 0 auto;
}

    .about-us-nav span {
        /* margin-right: 6rem; */
        margin: 0 6rem;
        border-right: 1px solid #F5F6FA;
        text-decoration: none;
        font-weight: 600;
        color: rgba(36,40,61,0.4);
    }
    .about-us-nav .active {
        color: rgba(36,40,61,1);
        cursor: default;
    }
    #about-us-company.bg-color {
        color: rgba(36,40,61,1);
    }

    .about-us-nav span:hover {
        color: rgba(51,110,255,1);
        cursor: default;
    }
    .about-us-nav span:last-child {
        border-right: none;
    }
#about-us-job:hover {
    color: rgba(51,110,255,1);
    cursor: default;
}
.page-title-bg {
    position: absolute;
    margin-top: 5%;
    height: 300px;
    width: 50px;
    z-index: 2;
}

    .page-title-bg.right {
        right: 0;
        margin-right: 8%;
    }

    .page-title-bg.left {
        margin-left: 8%;
    }

.opacity span {
    opacity: 1;
}
