.header{
    height: 360px;
    background-image: url(/sitefiles/library/images/2021/8/229b913a8b5142cb.png);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.header .title{
    font-size: 56px;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-top: -50px;
}
.header .text{
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 20px;
    text-align: center;
}
.switch-tabs{
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    padding: 0 126px;
    margin-top: -44px;
    box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.1);
}
.switch-tabs{
    display: flex;
}
.switch-tabs li{
    width: 158px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    vertical-align: middle;
}
.switch-tabs a:hover{
    text-decoration: none;
}
.switch-tabs li:hover{
    color: #0086E4;
    background: #f5f5f5;
}
.switch-tabs li.active{
    color: #ffffff;
    background: #0086E4;
}
.tab-content .video{
    height: 675px;
    background: #eee;
    margin: 64px 0;
}
.tab-content .company-introduction-bg{
    height: 300px;
    background: #0086E4 url("/sitefiles/library/images/2021/8/6f59b33796bfa817.png");
}
.tab-content .company-introduction {
    width: 1072px;
    height: 458px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
    margin: -236px auto 30px auto;
    padding: 0 30px;
}
.tab-content .company-introduction .title{
    font-size: 24px;
    padding: 30px 0 24px 0;
    text-align: center;
}
.tab-content .company-introduction .content p{
    line-height: 36px;
    font-size: 16px;
    color: #666666;
}
.ui-effect:last-child{
    margin-bottom: 80px;
}
.ui-effect{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.ui-effect .content{
    width: 580px;
}
.ui-effect .content .title{
    font-size: 36px;
    font-weight: bold;
}
.ui-effect .content .text{
    color: #666666;
    font-size: 30px;
    line-height: 48px;
}
.ui-effect .icon {
    width: 46px;
    height: 44px;
    margin-left: 46px;
    margin-bottom: 10px;
    display: inline-block;
}
.ui-effect .icon.icon1 {
    background: url("/sitefiles/library/images/2021/8/e8fd4fa0309d4b65.png") no-repeat;
}
.ui-effect .icon.icon2 {
    background: url("/sitefiles/library/images/2021/8/dab5b5b920eb6d20.png") no-repeat;
}
.ui-effect .icon.icon3 {
    background: url("/sitefiles/library/images/2021/8/fbfe4d128f3ca9f2.png") no-repeat;
}
.ui-effect .icon.icon4 {
    background: url("/sitefiles/library/images/2021/8/67fbd8a8ef88e5e8.png") no-repeat;
}
.ui-effect .example {
    width: 552px;
    height: 322px;
}
.ui-effect .example1 {
    background: url("/sitefiles/library/images/2021/8/cc63102c57fe13dd.png") no-repeat;
    background-position: 0px 5px;
}
.ui-effect .example2 {
    background: url("/sitefiles/library/images/2021/8/dd7bac0505d72b8f.png") no-repeat;
    background-position: 0px 10px;
}
.ui-effect .example3 {
    background: url("/sitefiles/library/images/2021/8/a90a5572b835f075.png") no-repeat;
}
.ui-effect .example4 {
    background: url("/sitefiles/library/images/2021/8/1e85caf396cafd84.png") no-repeat;
}


.joinus-header{
    height: 338px;
    margin: 64px 0;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #FFFFFF;
    background: url("/sitefiles/library/images/2021/8/e4e55ff9b201a4ac.png") no-repeat;
}
.jobs-list li{
    margin-bottom: 20px;
}
.jobs-list li .main{
    height: 112px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background: #F9F9F9;
    border: 1px #eee solid;
}
.jobs-list li .main .title{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 68px;
}
.jobs-list li .main .summary{
    font-size: 16px;
}
.jobs-list li .content{
    padding: 20px;
    background: #F9F9F9;
}
.jobs-list li .content p{
    color: #333333;
}
.showhide-icon{
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -22px;
}
.showhide-icon:before{
    content: '+';
    font-size: 34px;
}
.jobs-list li.active{
    color: #ffffff;
}
.jobs-list li.active .main{
    background: #0086E4;
}
.jobs-list li.active .showhide-icon:before{
    content: '-';
    font-size: 34px;
}
.contact-box{
    height: 150px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 60px 0;
    background: #0086E4 url("/sitefiles/library/images/2021/8/6f8a83e32fe20608.png");
}
.contact-box .qrcode{
    width: 160px;
    height: 160px;
    padding: 10px;
    margin-top: -70px;
}
.contact-box .qrcode img{
    width: 100%;
    height: 100%;
}
.contact-box .first{
    font-size: 16px;
    margin-bottom: 10px;
}
.contact-box .content{
    border-right: 1px #ffffff6b solid;
    padding: 0 50px;
}
.contact-box .content:last-child{
    border-right: none;
}
.contact-box .second{
    font-size: 20px;
}
.office-environment {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.office-environment .item{
    width: 384px;
    height: 230px;
    margin-bottom: 20px;
    position:relative;
}
.office-environment .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.office-environment .item:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("/sitefiles/library/images/2021/8/4376ad2032785fd.png");
}
.big-border-title{
    font-size: 36px;
    padding-bottom: 16px;
    border-bottom: 1px #eeeeee solid;
    margin: 20px 0;
}
.team-activity{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team-activity .item{
    width: 384px;
    height: 230px;
    margin-bottom: 20px;
    position:relative;
}
.team-activity .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-activity .item .title{
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgb(0 134 230 / 80%);
}

.activity-swiper{
    position: relative;
    margin: 30px -360px 60px -360px;
}
.activity-swiper .box {
    overflow:hidden;
}
.activity-swiper .list {
    overflow:hidden;
    width:9999px;
}
.activity-swiper .list li {
    float:left;
    position: relative;
    width:482px;
    height: 380px;
    padding: 0 10px;
}
.activity-swiper .list li .img{
    width: 100%;
    height: 380px;
}
.activity-swiper .list li .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.contact-us-map{
    height: 400px;
    margin: 64px 0;
    display: flex;
    justify-content: center;
    background: url("/sitefiles/library/images/2021/8/a7a5fde528739e64.png");
}
.contact-us-map .content{
    width: 1160px;
    height: 280px;
    display: flex;
    align-items: center;
    background: #ffffff;
    position: relative;
    padding: 24px;
}
.contact-us-map .content .title{
    font-size: 24px;
    margin-bottom: 30px;
}
.contact-us-map .content .text{
    font-size: 16px;
    margin-bottom: 20px;
}
.contact-us-map .content .text:last-child{
    margin-bottom: 0px;
}
.contact-us-map .content .img{
    width: 1160px;
    height: 280px;
    width: 550px;
    height: 233px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 60px;
}
.contact-us-map .content .img img{
    width: 100%;
    height: 100%;
}
.contact-us-map .content:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid white;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    bottom: -25px;
}

.contact-us-list{
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
}
.contact-us-list .item{
    width: 384px;
    padding: 24px;
    border: 1px solid #EEEEEE;
}
.contact-us-list .item .icon{
    width: 32px;
    height: 30px;
    display: inline-block;
}
.contact-us-list .item:nth-child(1) .icon{
    background: url("/sitefiles/library/images/2021/8/fd28c6b342232929.png") no-repeat;
}
.contact-us-list .item:nth-child(2) .icon{
    background: url("/sitefiles/library/images/2021/8/c3a8d217fa9b6dfd.png") no-repeat;
}
.contact-us-list .item:nth-child(3) .icon{
    background: url("/sitefiles/library/images/2021/8/6a455fde81acdce9.png") no-repeat;
}
.contact-us-list .item .title{
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
.contact-us-list .item .content p{
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
}

.company-video-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.company-video-box .big{
    width: 587px;
    height: 330px;
    background: #eee;
    margin-right: 20px;
}
.company-video-box .small-box{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    flex: 1;
}
.company-video-box .small{
    width: 285px;
    height: 158px;
    background: #eee;
}
.company-video-box .medium{
    width: 390px;
    height: 218px;
    background: #eee;
    margin-bottom: 20px;
}

<!-- .time-line{
    display: flex;
    padding-top: 140px;
}
.time-line .left{
    width: 50%;
    border-right: 2px #EEEEEE solid;
}
.time-line .right{
    width: 50%;
}
.time-line .item{
    padding-top: 30px;
    padding-bottom: 40px;
    border-top: 2px #cccccc dashed;
}
.time-line .left .item{
    padding-right: 40px;
}
.time-line .right .item{
    padding-left: 40px;
}
.time-line .item .content{
    padding: 22px;
    background: #F9F9F9;
    border-radius: 8px;
} -->


#cd-timeline {
    width: 100%;
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
.cd-timeline-block {
    position: relative;
    margin: 1em 0;
}
.cd-timeline-block:hover .cd-timeline-img{
    background: #0086E4;      
    box-shadow: 0 0 0 8px rgb(230 243 252);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.cd-timeline-block:hover .year{
    color: #0086E4;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 .6s;
    animation: cd-bounce-2 .6s;
}
.cd-timeline-img {
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -9px;
    z-index: 10;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: -7px;
    border-radius: 50%;
    background: #eeeeee;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content, .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content{
    padding-left: 40px;
    padding-right: 0px;
}
.cd-timeline-content {
    margin-left: 0;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    width: 50%;
    box-sizing: border-box;
    border-top: 2px #eee dashed;
}
.cd-timeline-content .content{
    padding: 22px;
    background: #F9F9F9;
    border-radius: 8px;
}
.cd-timeline-content .content .year{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.cd-timeline-content .content .text{
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.cd-timeline-content .content .text:hover{
    color: #0086E4;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .h6 {
    text-align: left;
    font-size: 20px;
}
.cd-timeline-content p {
    position: relative;
    min-height: 55px;
    background: #fff;
    padding: .5em;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #d7e4ed;
    margin: 1em 0;
    line-height: 3em;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

#cd-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    height: 100%;
    width: 2px;
    background: #eeeeee;
}
#cd-timeline::before {
    left: 50%;
    margin-left: -2px;
}
.timeline_ {
    width: 100%;
    overflow: hidden;
}

.big-news-item{
    display: flex;
    margin-top: 64px;
    margin-bottom: 54px;
}
.big-news-item .content{
    width: 50%;
    padding: 20px;
    border: 1px #eee solid;
    box-sizing: border-box;
}
.big-news-item .content .item-header{
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}
.big-news-item .content .item-header .addDate{
    display: inline-block;
}
.big-news-item .content .item-header .day{
    font-size: 36px;
    font-weight: bold;
}
.big-news-item .content .item-header .year-month{
    font-size: 16px;
    font-weight: bold;
}
.big-news-item .content .item-header a{
    font-size: 16px;
    color: #0086E4;
    float: right;
    margin-top: 44px;
}
.big-news-item .content .title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.big-news-item .content .text{
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.big-news-item .img{
    width: 50%;
    height: 338px;
    overflow: hidden;
}
.big-news-item .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.big-news-item .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.medium-news-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.medium-news-item{
    width: 386px;
}
.medium-news-item .img{
    width: 386px;
    height: 218px;
    overflow: hidden;
    position: relative;
}
.medium-news-item .img .addDate{
    width: 88px;
    height: 88px;
    text-align: center;
    color: #ffffff;
    padding: 15px 10px;
    box-sizing: border-box;
    background: rgba(0, 134, 228, .8);
    position: absolute;
    top: 0;
    left: 0;
}
.medium-news-item .img .addDate .day{
    font-size: 24px;
}
.medium-news-item .img .addDate .year-month{
    font-size: 16px;
}
.medium-news-item .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.medium-news-item .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.medium-news-item .title{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 14px 0;
}
.medium-news-item .text{
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.medium-news-item .look-more{
    margin-top: 20px;
}
.medium-news-item .look-more a{
    font-size: 16px;
    color: #999999;
}

.news-list{
    margin: 20px 0;
}
.news-list .news-item{
    display: flex;
    margin-bottom: 60px;
}
.news-list .content{
    flex: 1;
}
.news-list .news-item .img{
    width: 320px;
    height: 180px;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
}
.news-list .news-item .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news-list .news-item .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news-list .news-item .item-header{
    border-bottom: 1px #eeeeee solid;
    padding-bottom: 15px;
}
.news-list .news-item .header .addDate{
    display: inline-block;
}
.news-list .content .item-header .day{
    font-size: 24px;
    font-weight: bold;
}
.news-list .content .item-header .year-month{
    font-size: 16px;
    font-weight: bold;
}
.news-list .news-item .title{
    font-size: 24px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 10px 0;
}
.news-list .news-item .text{
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.news-list .news-item .look-more{
    float: right;
    display: inline-block;
    margin-top: -20px;
}
.news-list .news-item .look-more a{
    font-size: 16px;
    color: #0086E4;
}
.news-list-tabs{
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F9F9F9;
    margin: 20px 0;
}
.news-list-tabs .item{
    width: 124px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background: #F9F9F9;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 20px;
}
.news-list-tabs .item.active{
    background: #0086E4;
    color: #ffffff;
}