.top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 81px;
    z-index: 11000;
    transition: all 0.2s linear;
}

.top .logo {
    margin-top: 21px;
}

.top .logo,
.top .logo img {
    display: block;
    width: 154px;
    height: 40px;
}

.top li a {
    display: inline-block;
    height: 81px;
    line-height: 81px;
    font-size: 20px;
    color: #222;
    margin-left: 80px;
}


.top li a:hover,
.top li a.active {
    color: #E41952 !important;
}

.index-wrapper .top li a {
    color: #999;
}

.index-wrapper .bgw li a {
    display: inline-block;
    height: 81px;
    line-height: 81px;
    font-size: 20px;
    color: #222;
    margin-left: 80px;
}

.index-wrapper .banner {
    height: 960px;
    width: 100%;
    background: url('../images/index_banner.png') no-repeat 50% 0;
}

.index-wrapper .banner .slogan {
    width: 952px;
    height: 159px;
    top: 165px;
    left: 164px;
    background: url('../images/index_bannerIcon1.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 10001;
}

.index-wrapper .banner .banner-decorate {
    position: relative;
    width: 400px;
    height: 400px;
    top: 376px;
    left: 788px;
    background: url('../images/index_bannerIcon2.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 10001;
}

.index-wrapper .banner .text {
    margin-top: 42px;
}

.index-wrapper .banner .title {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 52px;
    color: rgba(255, 255, 255, 1);
    /* position: absolute;
    z-index: 10001; */
}

.index-wrapper .banner .des {
    width: 603px;
    height: 54px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: rgba(153, 153, 153, 1);
    margin-top: 21px;
}

.index-wrapper .banner .text .line {
    width: 33px;
    height: 2px;
    background: #fff;
    margin-top: 40px;
}

.index-wrapper .banner .text .btn {
    position: relative;
    width: 190px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    padding-left: 17px;
    box-sizing: border-box;
    color: #E41952;
    transition: all 0.5s;
    background: url('../images/jiantou.png') no-repeat 140px 18px;
    background-size: 30px 6px;
    margin-top: 96px;
    margin-left: 40px;
    cursor: pointer;
    z-index: 10006;
}
.index-wrapper .banner .text .btn a {
    position: relative;
    z-index: 10006;
}

.index-wrapper .banner .text .btn:hover {
    background-position: 150px 18px;
}

.index-wrapper .banner .text .btn::before,
.index-wrapper .banner .text .btn::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: inherit;
    top: 0;
    left: 0;
    z-index: 10005;
    background: #E41952;
    opacity: 0.5;
    border-radius: inherit;
    animation: pulsing 1.5s linear infinite;
}

.index-wrapper .banner .text .btn:after {
    animation: pulsing1 1.5s linear infinite;
}

@keyframes pulsing {
    0% {
        opacity: 0.5;
        transform: scaleY(1) scaleX(1);
    }

    20% {
        opacity: 0.3;
    }

    70% {
        opacity: 0.2;
        transform: scaleY(1.8) scaleX(1.4);
    }

    99% {
        opacity: 0.1;
        transform: scaleY(1.8) scaleX(1.4);
    }

    100% {
        opacity: 0;
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes pulsing1 {
    0% {
        opacity: 0.5;
        transform: scaleY(1) scaleX(1);
    }

    20% {
        opacity: 0.3;
    }

    70% {
        opacity: 0.2;
        transform: scaleY(1.3) scaleX(1.15);
    }

    99% {
        opacity: 0.1;
        transform: scaleY(1.3) scaleX(1.15);
    }

    100% {
        opacity: 0;
        transform: scaleY(1) scaleX(1);
    }
}

.index-wrapper .part2 {
    background: #f4f4f4;
}

.index-wrapper .part2 p {
    width: 1279px;
    height: 62px;
    margin-top: 36px;
    opacity: 0;
}

.index-wrapper .part2 p:last-child {
    margin-bottom: 180px;
}

.index-wrapper .part3 .wrapper {
    overflow: initial;
    padding-top: 100px;
    padding-bottom: 114px;
}

.index-wrapper .part3 .info {
    position: relative;
    opacity: 0;
}

.index-wrapper .part3 p {
    width: 580px;
    height: 62px;
    margin-top: 48px;
}

.index-wrapper .part3 .part3-bg {
    position: absolute;
    opacity: 0;
    bottom: 0;
    right: 0;
    width: 597px;
    height: 597px;
    background: url('../images/index_part3.png') no-repeat center;
    background-size: 100%;
}

.index-wrapper .part4 {
    background: #f4f4f4;
}

.index-wrapper .part4 .wrapper {
    padding-top: 138px;
    padding-bottom: 135px;
}

.index-wrapper .part4 .info {
    float: right;
    width: 577px;
    opacity: 0;
}

.index-wrapper .part4 p {
    width: 577px;
    height: 62px;
    margin-top: 48px;
}

.index-wrapper .part4 .part4-bg {
    position: absolute;
    top: 14px;
    left: 0;
    width: 706px;
    height: 459px;
    background: url('../images/index_part4.png') no-repeat center;
    background-size: 100%;
    opacity: 0;
}

.footer {
    text-align: center;
    background: #313031;
    padding: 32px 0 36px 0;
}

.footer a {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #999;
    display: inline-block;
    margin: 0 16px;
}

.footer a:hover {
    color: #E41952 !important;
}

.footer div a {
    color: #fff;
}

.footer p {
    font-size: 12px;
    color: #999;
    margin-top: 12px;
}


/* 公司文化页面 */
.culture-wrapper .banner {
    background: url('../images/culture_banner.png') no-repeat 50% center;
}

.culture-wrapper .part1 {
    padding-bottom: 20px;
    background: #f4f4f4;
}

.culture-wrapper .part1 ul li {
    display: inline-block;
    width: 334px;
    margin-bottom: 80px;
    position: relative;
    left: -300px;
    opacity: 0;
}

.culture-wrapper .part1 .icon {
    display: inline-block;
    /* margin-right: 400px; */
    opacity: 1;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    border: 3px solid #DDDDDD;
    background-repeat: no-repeat;
    background-size: 72px 72px;
    background-position: center center;
}

.culture-wrapper .part1 li:nth-child(1) .icon {
    background-image: url('../images/culture_part1_1.png');
}

.culture-wrapper .part1 li:nth-child(2) .icon {
    background-image: url('../images/culture_part1_2.png');
}

.culture-wrapper .part1 li:nth-child(3) .icon {
    background-image: url('../images/culture_part1_3.png');
}

.culture-wrapper .part1 li:nth-child(4) .icon {
    background-image: url('../images/culture_part1_4.png');
}

.culture-wrapper .part1 li:nth-child(5) .icon {
    background-image: url('../images/culture_part1_5.png');
}

.culture-wrapper .part1 li:nth-child(6) .icon {
    background-image: url('../images/culture_part1_6.png');
}

.culture-wrapper .part1 li .title {
    height: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: #222;
    margin-top: 32px;
}

.culture-wrapper .part1 .li-des {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #666;
    margin-top: 16px;
}


.culture-wrapper .atlas {
    padding-bottom: 68px;
}

.culture-wrapper .atlas ul li {
    float: left;
    margin-right: 32px;
    width: 296px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 32px;
    border-radius: 8px;
    opacity: 0;

}

.culture-wrapper .part3 ul li {
    position: relative;
    left: -300px;
}

.culture-wrapper .atlas ul li:nth-child(4n+4) {
    margin-right: 0;
}

.culture-wrapper .atlas ul li img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.culture-wrapper .atlas ul li img:hover {
    animation: atlas 0.5s linear 0s 1;
    animation-fill-mode: forwards;
}

@keyframes atlas {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.15, 1.15);
    }
}

.culture-wrapper .part3 {
    background: #f4f4f4;
}

.culture-wrapper .part4 {
    padding-bottom: 68px;
}

.culture-wrapper .part4 li {
    position: relative;
    float: left;
    width: 378px;
    height: 420px;
    margin-right: 32px;
    margin-bottom: 32px;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
}

.culture-wrapper .part4 li:first-child {
    width: 870px;
}

.culture-wrapper .part4 li:nth-child(3) {
    width: 460px;
}

.culture-wrapper .part4 li:nth-child(2),
.culture-wrapper .part4 li:nth-child(5) {
    margin-right: 0;
}

.culture-wrapper .part4 li:hover .line2 {
    width: 150px;
}

.culture-wrapper .part4 li:hover .mask {
    background: rgba(0, 0, 0, 0.5);
}

.culture-wrapper .part4 li img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.culture-wrapper .part4 .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    transition: all 0.5s;
}

.culture-wrapper .part4 .mask p:first-child {
    height: 52px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 52px;
    color: #fff;
    margin-top: 130px;
}

.culture-wrapper .part4 .mask .line2 {
    margin: 0 auto;
    margin-top: 17px;
    transition: all 0.5s;
}

.culture-wrapper .part4 .mask p:last-child {
    height: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-top: 24px;
}

/* 加入我们 */
.join-wrapper .banner {
    background: url('../images/join_banner.png') no-repeat 50% center;
}

.join-wrapper .part1 {
    padding-bottom: 23px;
}

.join-wrapper .part1 .left {
    width: 295px;
}

.join-wrapper .part1 .left .left-item {
    width: 295px;
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    color: #222;

}

.join-wrapper .part1 .left .left-item span {
    cursor: pointer;
}

.join-wrapper .part1 .left .left-item span:hover {
    color: #E41952;
}

.join-wrapper .part1 .left .left-item.active {
    position: relative;
    left: 0;
    top: 0;
    width: 295px;
    color: #E41952;
    border: 1px solid #DDDDDD;
    border-right: 0;
    background: #fff;
}

.join-wrapper .part1 .left .left-item.active:after {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 90px;
    right: 0px;
    top: 0;

}

.join-wrapper .part1 .right {
    width: 984px;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    padding: 40px 32px;
    padding-top: 0;
}

.join-wrapper .part1 .right .title {
    position: relative;
    height: 31px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 31px;
    color: #222;
    margin-top: 40px;
    margin-bottom: 32px;
}

.join-wrapper .part1 .right .title:after {
    display: block;
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #E41952;
    left: 0;
    bottom: -8px;
}

.join-wrapper .part1 .right p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 36px;
    color: #666;
}

.relation-wrapper .banner {
    background: url('../images/relation_banner.png') no-repeat 50% center;
}

.relation-wrapper .part1 {
    padding-bottom: 80px;
}

.relation-wrapper .part1 .map {
    width: 100%;
    height: 500px;
    margin-top: 68px;
}