.header-img{
    position: relative;
}
.header-img img{
    width: 100%;
}
.header-img .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.header-img .text{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    transform: translate(-50%, -50%);
}
.header-img .text p{
    margin: 0;
}
.header-img .text img{
    margin-top: 50px;
    width: 40px;
}

.long-img{
    position: relative;
    overflow: hidden;
}
.long-img .img-item{
    height: 150px;
    position: relative;
}
.long-img .img-item:nth-child(1){
    left: 100%;
    transition: left 1s;
}
.long-img .img-item:nth-child(2){
    margin-top: 50px;
    right: 100%;
    transition: right 1s;
}
.long-img .img-item:nth-child(2) .bg{
    float: right;
}
.long-img .img-item:nth-child(2) .icon{
    left: auto;
    right: 15px;
}
.long-img .img-item:nth-child(2) .title{
    left: auto;
    right: 400px;
}
.long-img .img-item:nth-child(2) .subtitle{
    left: auto;
    right: 210px;
    width: 290px;
}
.long-img .img-item:nth-child(2)>div{
    right: 0;
}
.long-img .img-item .bg{
    height: 100%;
}
.long-img .img-item .icon{
    height: 130px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.long-img .img-item .title{
    color: #0ac6b8;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: 250px;
    padding: 7px 25px;
    border-radius: 50px;
    min-width: 50px;
    text-align: center;
}
.long-img .img-item .subtitle{
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 70px;
    left: 225px;
    padding: 7px 25px;
}

.values{
    background-color: #f1f1f1;
    text-align: center;
    padding: 30px 0;
}
.values img{
    width: 80%;
}

.keywords{
    text-align: center;
    padding-top: 50px;
}
.keywords img{
    width: 80%;
}

.work{
    overflow: hidden;
}
.work>img{
    width: 100%;
}
.work img.bottom{
    margin-bottom: -5px;
}
.work .body{
    background-color: #96da75;
    width: 100%;
    margin-top: -5px;
}
.work .body .title{
    padding-top: 20px;
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.work .body .title img{
    height: 15px;
    margin: 0 10px;
}
.work .body .items {
    overflow: hidden;
    white-space: nowrap;
    width: 1025px;
    margin: 0 auto;
}
.work .body .items .item{
    width: 200px;
    height: 330px;
    vertical-align: middle;
    border: 20px solid #5cb935;
    display: inline-block;
    padding: 20px;
    margin: 70px 30px 20px;
    background-color: #fff;
    transition: transform 0.3s;
}
.work .body .items .item.active{
    transform: scale(1.1);
}
.work .body .items .item.active .name{
    background-color: orange;
}

.work .body .items .item img{
    width: 100%;
}
.work .body .items .item .name{
    background-color: #ffc56d;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 6px;
    text-align: center;
    margin: 10px 0;
    transition: background-color 0.7s;
}
.work .body .items .item .desc{
    font-size: 14px;
    white-space: normal;
}

.users{
    text-align: center;
    position: relative;
}
.users img.map{
    width: 80%;
}
.users div.msg1, .users div.msg2{
    width: 20%;
    position: absolute;
}
.users div img{
    width: 100%;
    height: 100%;
}
.users div.msg1{
    top: -18%;
    left: 18%;
}
.users div.msg2{
    top: -18%;
    right: 15%;
}
.users div span{
    position: absolute;
    display: block;
    top: 45%;
    left: 0;
    padding: 0 10%;
    font-size: 16px;
    color: #fff;
    transform: translateY(-50%);
}

.videos{
    background-color: #fff;
}
.videos .click{
    top: 30%;
}
.videos .items{
    overflow: hidden;
    white-space: nowrap;
}
.videos .items .item{
    transition: margin-left 1s;
    width: 50%;
    margin: 0 25%;
    display: inline-block;
}
.videos .items .item img{
    width: 100%;
}

.gift{
    background-color: rgba(10, 198, 184, 1);
    width: 60%;
    margin: 0 auto;
    padding: 20px 40px;
    color: #fff;
}
.gift .title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}