html {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

body {
    height: 100%;
    padding: 0;
    overflow: auto;
}
.mt-80 {
    margin-top: 80px;
}
/*banner-page*/
.banner-page {
    height: 100%;
    overflow: hidden;
}
.banner-page .navbar {
    transition: none;
    opacity: 0;
    transform: translateY(-100%);
}
.banner-page.showPage .navbar {
    transform: none;
    opacity: 1;
}
.banner {
    height: 100%;
    position: relative;
}

.banner .banner-items {
    padding: 0;
    margin: 0;
    height: 100%;
}

.banner .banner-items li {
    height: 100%;
}

.banner .banner-items li a {
    height: 100%;
    display: block;
    position: relative;
}

.banner .item-img {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.banner .item-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 85px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .item-title {
    position: absolute;
    bottom: 28px;
    left: 40px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.banner .slick-list {
    height: 100%;
}

.banner .slick-track {
    height: 100%;
}

.banner .slick-slide>div {
    height: 100%;
}

.banner .banner-dots {
    position: absolute;
    right: 40px;
    bottom: 28px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
}

.banner .banner-dots ul {
    margin-bottom: 0;
}

.banner .banner-dots li {
    margin: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
}

.banner .banner-dots li.slick-active {
    font-size: 30px;
    line-height: 42px;
    position: relative;
}

.banner .banner-dots li.slick-active:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 4px);
}

.banner .down-arrow {
    position: absolute;
    left: calc(50% - 18px);
    bottom: 15px;
    transform: translateX(-50%);
    cursor: pointer;
    animation: down-arrow 2s linear 0s infinite;
}
.banner .down-arrow i {
    background: url("../images/down-arrow.png");
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 auto;
}
.banner .down-arrow p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 0;
}

@keyframes down-arrow {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}
/*main-page*/
.main-page {
    overflow: auto;
    background: #fff;
}
.main-page .navbar {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    opacity: 0;
    transition: none;
    transform: translateY(-100%);
    background: #fff;
}
.main-page.showPage {
    top: 0;
}
.main-page.showPage .navbar {
    transform: none;
    opacity: 1;
}
.main-page .project {
    background: #F9F9F9;
    padding-top: 90px;
    padding-bottom: 80px;
}
.main-page .project .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    color: #333333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}
.main-page .project .sub-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
    text-align: center;
}
.main-page .project .project-list {
    margin-top: 70px;
}
.main-page .project .project-list .item .project-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 18px;
}
.main-page .project .project-list .item .icon {
    width: 98px;
    height: 98px;
    margin: 0 auto;
    display: block;
}
.main-page .project .project-list .item .project-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}
.main-page .product {
    background: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
}
.main-page .product .title {
    width: 40px;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: #333333;
    margin-top: 28%;
    margin-bottom: 0;
}
.main-page .product .bulb {
    background: url("../images/bulb.png");
    background-size: 100%;
    width: 40px;
    display: block;
    height: 43px;
    margin-top: 50px;
}
.main-page .product .more {
    width: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #0073CA;
    display: block;
    margin-top: 12px;
    margin-left: 13px;
}
.main-page .product .arrow-down {
    background: url("../images/arrow-down.png");
    background-size: 100%;
    width: 3px;
    height: 20px;
    display: block;
    margin-top: 5px;
    margin-left: 18px;
}
.main-page .product .product-list {
    padding-left: 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex:1;
    flex: 1;
}
.main-page .product .product-list li {
    list-style-type: none;
}
.main-page .product .product-list li+li {
    margin-left: 15px;
}
.main-page .product .product-list:after {
    content: '';
    display: block;
    clear: both;
}
.main-page .product .product-list .item {
    position: relative;
}
.main-page .product .product-list .item .product-title {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.main-page .product .product-list .item .product-more {
    position: absolute;
    bottom: 0;
    right: 10%;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
    writing-mode: vertical-lr;
    text-align: center;
}
.main-page .product .product-list .item .product-more:after {
    content: "";
    border-left: 1px solid #fff;
    display: inline-block;
    height: 26px;
    margin-top: 6px;
    line-height: 14px;
}

/*优秀案例*/
.main-page .case {
    background: #233A52;
    overflow: hidden;
}
.main-page .case .content {
    position: relative;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .main-page .case .content {
        height: 750px;
    }
}
@media screen and (min-width: 992px) {
    .main-page .case .content {
        height: 970px;
    }
}
@media screen and (min-width: 1200px) {
    .main-page .case .content {
        height: 1170px;
    }
}

.main-page .case .content .d1 {
    position: absolute;
    right: 0;
    width: 55%;
    bottom: 31%;
    top: 2%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    background-size: cover;
    transform: translate(0px,0px);
    opacity: 1;
    transition: all 1s ease-out 0s;
}
.main-page .case .content .d2 {
    position: absolute;
    bottom: 42%;
    right: 50%;
    left: 5%;
    height: 42%;
}
.main-page .case .content .d2 .dd1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translate(0px,0px);
    opacity: 1;
    transition: all 1s ease-out 0s;
}
.main-page .case .content .d2 .dd2 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 50%;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translate(0px,0px);
    opacity: 1;
    transition: all 1s ease-out 0.2s;
}
.main-page .case .content .d2 .dd3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translate(0px,0px);
    opacity: 1;
    transition: all 1s ease-out 0.4s;
}
.main-page .case .content .d3 {
    position: absolute;
    top: 58%;
    left: 50%;
    right: 5%;
    bottom: 0;
}
.main-page .case .content .d3 .dd1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    background: #261819;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translate(0px,0px);
    opacity: 1;
    transition: all 1s ease-out 0.6s;
}
.main-page .case .content .d3 .dd2 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 50%;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translate(0px,0px);
    opacity: 1;
    transition: all 1s ease-out 0.8s;
}
.main-page .case .content .d3 .dd3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translate(0px,0px);
    opacity: 1;
    transition: all 1s ease-out 1s;
}
.main-page .case .content .d4 {
    position: absolute;
    left: 0;
    width: 50%;
    height: 38%;
    bottom: 4%;
    color: #fff;
    background-size: cover;
    transform: translate(0px,0px);
    opacity: 1;
    transition: all 1s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main-page .case .content .d4 .title {
    font-size: 44px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
}
.main-page .case .content .d1 .title h1 {
    font-size: 44px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 12px;
}
.main-page .case .content .d1 .btns .more {
    color: #ffffff;
    display: inline-block;
    line-height: 44px;
    font-size: 16px;
    font-weight: 400;
}
.main-page .case .content .d1 .btns .more i:nth-child(1) {
    float: left;
    background: url(../images/bulb-white.png) center center no-repeat;
    width: 41px;
    height: 44px;
    margin-right: 15px;
    background-size: contain;
}
.main-page .case .content .d1 .btns .more i:nth-child(2) {
    float: right;
    background: url(../images/arrow-right-white.png) center center no-repeat;
    width: 20px;
    height: 44px;
    margin-left: 10px;
    background-size: contain;
}
.main-page .case .content .dd .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 0;
}

/*最新资讯*/
.main-page .news {
    background: #FFF;
    padding: 95px 0 99px 0;
}
.main-page .news .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    color: #333333;
    text-align: center;
    margin: 0;
}
.main-page .news .content {
    margin-top: 40px;
}
.main-page .news .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-page .news .list:nth-child(2) {
    margin-top: 20px;
}
.main-page .news .ptbox {
    width: calc(50% - 10px);
    position: relative;
}
.main-page .news .ptbox .inner {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.main-page .news .ptbox .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-out 0s;
}
.main-page .news .ptbox .title {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    padding: 20px 25px;
}
.main-page .news .list .box {
    width: calc(50% - 10px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-page .news .list .item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: calc(50% - 10px);
    cursor: pointer;
    position: relative;
    border-bottom: 4px solid #0073CA;
}
.main-page .news .list .item:nth-child(-n+2) {
    margin-bottom: 20px;
}
.main-page .news .list .item .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    padding: 10% 10%;
    text-align: left;
}
.main-page .news .btns {
    text-align: center;
    margin-top: 90px;
}
.main-page .news .btns .more {
    color: #0073CA;
    display: inline-block;
    line-height: 44px;
    font-size: 16px;
    font-weight: 400;
}
.main-page .news .btns .more i:nth-child(1) {
    float: left;
    background: url(../images/bulb.png) center center no-repeat;
    width: 41px;
    height: 44px;
    margin-right: 16px;
    background-size: contain;
}
.main-page .news .btns .more i:nth-child(2) {
    float: right;
    background: url(../images/arrow-right.png) center center no-repeat;
    width: 20px;
    height: 44px;
    margin-left: 10px;
    background-size: contain;
}

/*合作客户*/
.main-page .cooperation {
    background: #F6F8F9;
    padding: 95px 0 58px 0;
}
.main-page .cooperation .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    color: #333333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 21px;
}
.main-page .cooperation .sub-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
    text-align: center;
    margin-bottom: 0;
}
.main-page .cooperation .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 27px;
    padding: 0;
}
.main-page .cooperation .list .item {
    width: 15%;
    max-height: 80px;
    border: 1px solid #EDEDED;
    margin-top: 2%;
}
.main-page .cooperation .list .item.temp {
    height: 0;
    border: 0;
}
.main-page .cooperation .list .item .icon {
    width: 100%;
    height: 100%;
}

/*联系我们*/
.main-page .contact {
    background: #0F2341;
    padding: 48px 0 48px 0;
}
.main-page .contact .container {
    position: relative;
}
.main-page .contact .title {
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    color: #FFFFFF;
}
.main-page .contact .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    letter-spacing: 10px;
}
.main-page .contact .contact-btn {
    position: absolute;
    top: 24px;
    right: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 15px 64px;
    border-radius: 4px;
}

/*服务流程*/
.main-page .process {
    background: #FFFFFF;
    padding: 80px 0 90px 0;
}
.main-page .process .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    color: #333333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.main-page .process .sub-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 47px;
}
.main-page .process .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding: 0 77px;
    justify-content: space-around;
    margin-bottom: 20px;
}
.main-page .process .list .item {
    text-align: center;
}
.main-page .process .list .item .icon{
    display: inline-block;
    height: 48px;
    width: 48px;
    /*border: 1px dashed #707070;*/
}
.main-page .process .list .item .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 0;
}
.main-page .process .remark {
    padding: 0 147px;
}

/*events-page start*/
.events-page {
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    transition: left 1.3s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 1100;
    overflow: hidden;
    background: #fff;
    width: 100vw;
}
.events-page.showPage {
    left: 0;
}
.events-page .events {
    width: 100%;
    height: 100%;
}
.events-page .events .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38px;
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.events-page .events .swiper-pagination .bullet-item {
    background: url(../images/events-bullet.png) center top no-repeat;
    width: 240px;
    cursor: pointer;
    height: auto;
    opacity: 1;
    margin: 0;
    border-radius: 0;
}
.events-page .events .swiper-pagination .bullet-item:first-child {
    width: 121px;
    background-position: -119px top;
    text-align: left;
}
.events-page .events .swiper-pagination .bullet-item:last-child {
    width: 120px;
    background-position: left top;
    text-align: right;
}
.events-page .events .swiper-pagination .bullet-item span {
    padding-top: 30px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 1;
}
.events-page .events .swiper-pagination .bullet-item:first-child span {
    transform: translateX(-50%);
}
.events-page .events .swiper-pagination .bullet-item:last-child span {
    transform: translateX(50%);
}
.events-page .events .swiper-pagination .bullet-item.swiper-pagination-bullet-active span {
    font-size: 18px;
    line-height: 24px;
}
.events-page .events .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.events-page .events .item .title {
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}
.events-page .events .item .title .inner {
    opacity: 1;
    transform: scale(1);
    transition: all 1s ease-out 0s;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.events-page .events .item .title .inner h1 {
    width: 40px;
    white-space: normal;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}
.events-page .events .item .title .inner p {
    width: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.6;
    margin-bottom: 0;
    margin-left: 34px;
    text-align: center;
}
.events-page .events .item .content {
    width: 80%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.events-page .events .item .content .tr {
    display: -ms-flexbox;
    display: flex;
    height: 25%;
}
.events-page .events .item .content .tr .td {
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: all 1s ease-out 0s;
    transform: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.events-page .events .item .content .tr .td1 {
    background: #6780AD;
    opacity: 1;
}
.events-page .events .item .content .tr .td2 {
    background: #4B6695;
    opacity: 1;
}
.events-page .events .item .content .tr .td3 {
    background: #385284;
    opacity: 1;
}
.events-page .events .item .content .tr .td4 {
    background: #445D8C;
    opacity: 1;
}
.events-page .events .item .content .tr .td5 {
    background: #5B75A3;
    opacity: 1;
}
.events-page .events .item .content .tr .td6 {
    background: #405A89;
    opacity: 1;
}
.events-page .events .item .content .tr .td7 {
    background: #466193;
    opacity: 1;
}
.events-page .events .item .content .tr .td8 {
    background: #5772A1;
    opacity: 1;
}
.events-page .events .item .content .tr .td9 {
    background: #314B7D;
    opacity: 0.8;
}
.events-page .events .item .content .tr .td10 {
    background: #314B7D;
    opacity: 1;
}
.events-page .events .item .content .tr .td11 {
    background: #466193;
    opacity: 1;
}
.events-page .events .item .content .tr .td12 {
    background: #314B7D;
    opacity: 0.8;
}
.events-page .events .item .content .tr .td13 {
    background: #314B7D;
    opacity: 0.8;
}
.events-page .events .item .content .tr .td14 {
    background: #6780AD;
    opacity: 1;
}
.events-page .events .item .content .tr .td15 {
    background: #314B7D;
    opacity: 1;
}
.events-page .events .item .content .tr .td16 {
    background: #466193;
    opacity: 0.8;
}
.events-page .events .item .content .tr .td17 {
    background: #5B75A3;
    opacity: 1;
}
.events-page .events .item .content .tr .td18 {
    background: #2F497A;
    opacity: 1;
}
.events-page .events .item .content .tr .td19 {
    background: #5B75A3;
    opacity: 1;
}
.events-page .events .item .content .tr .td20 {
    background: #314B7D;
    opacity: 1;
}
.events-page .events .item .content .tr .td21 {
    background: #466193;
    opacity: 1;
}
.events-page .events .item .content .tr .td22 {
    background: #314B7D;
    opacity: 0.8;
}
.events-page .events .item .content .tr .td23 {
    background: #466193;
    opacity: 1;
}
.events-page .events .item .content .tr .td24 {
    background: #314B7D;
    opacity: 1;
}
.events-page .events .item .content .tr .td strong {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    perspective: 10vw;
    font-size: 72px;
    line-height: 87px;
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-weight: normal;
    font-family: Impact;
}
.events-page .events .item .content .tr .td strong i {
    font-style: normal;
    font-weight: normal;
}
.events-page .events .item .content .tr .td span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 1;
}
.events-page .events .item.staff .title {
    background: rgba(49, 75, 125, 0.8);
}
.events-page .events .swiper-pagination.deep .bullet-item {
    background: url(../images/events-bullet-deep.png) center top no-repeat;
}
.events-page .events .swiper-pagination.deep .bullet-item:first-child {
    background-position: -119px top;
}
.events-page .events .swiper-pagination.deep .bullet-item:last-child {
    background-position: left top;
}
.events-page .events .swiper-pagination.deep .bullet-item span {
    color: #2F497A;
}
.events-page .events .swiper-pagination.deep .bullet-item.swiper-pagination-bullet-active span {
    color: #0073CA;
}
/*公司历程*/
.events-page .events .item.history .title .inner {
    align-items: flex-end;
}
.events-page .events .item.history .title h1 {
    color: #333333;
}
.events-page .events .item.history .title p {
    color: #000000;
}
.events-page .events .history .list {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: #3d2f28;
    text-align: left;
    width: 30%;
    margin-top: 0;
    opacity: 1;
    padding: 13px 0 0 0;
}
.events-page .events .history .list .inner {
    height: 460px;
    white-space: nowrap;
}
.events-page .events .history .list .item {
    cursor: pointer;
    position: relative;
    padding: 0 30px 10px 0;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    height: 100%;
    display: inline-block;
    white-space: normal;
}
.events-page .events .history .list .item:last-child {
    padding: 0 0 10px 0;
}
.events-page .events .history .list .item .h {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    opacity: 1;
}
.events-page .events .history .list .item.now .h {
    color: #0073CA;
}
.events-page .events .history .list .item .p {
    margin-left: 16px;
    display: none;
}
.events-page .events .history .list .item.now .p {
    display: block;
}
.events-page .events .history .list .item .p a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #333333;
    opacity: 1;
}
.events-page .events .history .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    top: -28px;
    bottom: auto;
}
.events-page .events .history .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0073CA;
    width: 24px;
    height: 24px;
    margin: -4px 0 0 0;
}
.events-page .events .history .pic {
    position: absolute;
    left: 45%;
    top: 15%;
    right: 8%;
    bottom: 25%;
}
.events-page .events .history .pic .d {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.events-page .events .history .pic .p1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    opacity: 1;
}
.events-page .events .history .pic .p2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    opacity: 1;
}
.events-page .events .history .pic img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
/*公司文化*/
.events-page .events .item.culture .title {
    background: #32558D;
}
.events-page .events .culture .content .list {
    display: flex;
    position: absolute;
    left: 6%;
    top: 16%;
    right: 3%;
    bottom: 24%;
}
.events-page .events .culture .content .list .item {
    margin: 0 1%;
    flex: 1;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    opacity: 1;
    position: relative;
    height: 100%;
}
.events-page .events .culture .content .list .item:before {
    content: '';
    position: absolute;
    width: 4px;
    background: #0073CA;
    left: 0;
    top: 6%;
    bottom: 80%;
    transition: all 0.3s ease-out 0s;
}
.events-page .events .culture .content .list .item:hover {
    box-shadow: 0px 40px 60px rgba(15, 35, 65, 0.24);
}
.events-page .events .culture .content .list .item:hover:before {
    top: 0;
    bottom: 0;
}
.events-page .events .culture .content .list .item .title {
    height: 36%;
    margin: 0 0 0 28px;
    background: #fff;
    position: relative;
}
.events-page .events .culture .content .list .item .title h2 {
    width: 22px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}
.events-page .events .culture .content .list .item .text {
    display: flex;
    justify-content: center;
    height: 64%;
}
.events-page .events .culture .content .list .item .text p {
    width: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
}
/*公司环境*/
.events-page .events .item.env .title h1 {
    color: #333333;
}
.events-page .events .item.env .title p {
    color: #000000;
}
.events-page .events .env .content .d1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 50%;
    background-size: cover;
    background-position: center;
}
.events-page .events .env .content .d1 .tit {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background: rgba(50, 85, 141, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.events-page .events .env .content .d2 {
    position: absolute;
    left: 40%;
    top: 0;
    width: 60%;
    height: 50%;
    background-size: cover;
    background-position: center;
}
.events-page .events .env .content .d2 .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 50%;
    background: rgba(50, 85, 141, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.events-page .events .env .content .d2 .tit+.tit {
    top: 50%;
    bottom: 0;
    background: rgba(50, 85, 141, 0.95);
}
.events-page .events .env .content .d3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 50%;
    background-size: cover;
    background-position: center;
}
.events-page .events .env .content .d3 .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 50%;
    background: rgba(50, 85, 141, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.events-page .events .env .content .d3 .tit+.tit {
    top: 50%;
    bottom: 0;
    background: rgba(50, 85, 141, 0.95);
}
.events-page .events .env .content .d4 {
    position: absolute;
    right: 0;
    bottom: 25%;
    width: 40%;
    height: 25%;
    background-size: cover;
    background-position: center;
}
.events-page .events .env .content .d4 .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(50, 85, 141, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.events-page .events .env .content .d5 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 25%;
    background-size: cover;
    background-position: center;
}
.events-page .events .env .content .d5 .tit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(50, 85, 141, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.events-page .events .env .content .d .tit p {
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 0;
}
.events-page .events .env .rb {
    position: absolute;
    border-radius: 100%;
    background-color: #0073CA;
    width: 166px;
    height: 166px;
    right: -83px;
    top: 50%;
    margin-top: -83px;
    cursor: pointer;
    transition: all 1s ease-out 0.5s;
    opacity: 0;
    transform: scale(0);
}
.events-page .events .env .rb:before {
    content: '';
    background-image: url("../images/rb.png");
    background-size: cover;
    background-position: center;
    width: 83px;
    height: 166px;
    position: absolute;
    top: 0;
    left: 0;
}
.events-page .events .env.swiper-slide-active .rb {
    opacity: 1;
    transform: none;
}
.events-page .events .swiper-button-next.swiper-button-disabled, .events-page .events .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
/*菜单导航*/
.events-page .events .navg.showDiv {
    transform: none;
    opacity: 1;
    visibility: visible;
}
.events-page .events .navg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 20;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    transform: scale(1.1);
    visibility: hidden;
}
.events-page .events .navg>div {
    -ms-flex: 1;
    flex: 1;
}
.events-page .events .navg .l {
    background: #fff;
    position: relative;
}
.events-page .events .navg .l .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-55%,-50%);
}
.events-page .events .navg .logo {
    width: 228px;
}
.events-page .events .navg .logo a {
    display: block;
}
.events-page .events .navg .list ul {
    margin: 50px 0 0 0;

}
.events-page .events .navg .navbar-nav>li {
    float: none;
}
.events-page .events .navg .navbar-default .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}
.events-page .events .navg .r {
    background-size: cover;
    background-position: center;
}
.events-page .events .menu {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 40px;
    top: 40px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 21;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.events-page .events .menu:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.events-page .events .menu .inner {
    right: 25%;
    top: 15px;
    width: 50%;
    position: absolute;
}
.events-page .events .menu i {
    background: #333;
    border-radius: 2px;
    height: 2px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.events-page .events .menu i:nth-child(1) {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0px;
}
.events-page .events .menu i:nth-child(2) {
    width: 100%;
    position: absolute;
    right: 0;
    top: 9px;
}
.events-page .events .menu i:nth-child(3) {
    width: 100%;
    position: absolute;
    right: 0;
    top: 18px;
}
.events-page .events .menu.act i:nth-child(1) {
    transform: translate(0,9px) rotate(45deg);
}
.events-page .events .menu.act i:nth-child(2) {
    opacity: 0;
}
.events-page .events .menu.act i:nth-child(3) {
    transform: translate(0,-9px) rotate(-45deg);
}
.events-page .events .ll {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #333;
    font-size: 20px;
    padding: 15px 5px 15px 5px;
    width: 30px;
    line-height: 1.3;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 19;
    background: #fff;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.events-page .events .ll a {
    color: inherit;
}
.events-page.showPage .events .ll {
    opacity: 1;
    visibility: visible;
}
/*events-page end*/

/*其他*/
.right-arrow {
    position: fixed;
    border-radius: 100%;
    background-color: #0073CA;
    width: 166px;
    height: 166px;
    right: -83px;
    top: 50%;
    margin-top: -83px;
    cursor: pointer;
    transition: all 1s ease-out 0.5s;
    opacity: 0;
    transform: scale(0);
    background-image: url("../images/events.png");
    background-size: cover;
    z-index: 999;
}
.right-arrow:before {
    content: '';
    background-image: url("../images/events.png");
    background-size: cover;
    background-position: center;
    width: 83px;
    height: 166px;
    position: absolute;
    top: 0;
    left: 0;
}
.right-arrow.show {
    opacity: 1;
    transform: none;
}

.message {
    display: none;
}
.home-message {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
}
.home-message ul {
    padding: 0;
    margin: 0;
}
.home-message ul li {
    width: 38px;
    height: 38px;
    background-size: cover;
    list-style: none;
    margin-bottom: 10px;
    cursor: pointer;
}
.home-message ul li:last-child {
    margin-bottom: 0;
}
.home-message .phone {
    background-image: url(../images/icon-phone.png);
    position: relative;
}
.home-message .phone span {
    background: #0073CA;
    height: 38px;
    width: 157px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 1;
    padding: 8px 16px;
    position: absolute;
    top: 0;
    right: 48px;
    display: none;
}
.home-message .phone:hover span {
    display: block;
}
.home-message .qrcode {
    background-image: url(../images/icon-qrcode.png);
}
.home-message .back-to-top {
    background-image: url(../images/icon-back-to-top.png);
    display: none;
}