.cus-map{
    display: flex;
    width: 100%;
    height: 400px;
    margin-top: 40px;
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
}
.cus-map .map{
    flex: 0 0 697px;
    width: 697px;
    height: 400px;
    margin-right: 53px;
}
.cus-map .map img{
    display: block;
    width: 100%;
    height: 100%;
}
.cus-map .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 40px 0;
}
.cus-map .title{
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.cus-map .desc{
    display: block;
    margin-top: 55px;
    font-size: 16px;
    color: #666666;
}
.cus-map .desc p{
    margin: 0 0 28px 0;
    height: 20px;
    line-height: 20px;
    padding-left: 35px;
}
.cus-map .desc p.icon-phone{
    background: url(../img/icon-c-phone.png) no-repeat left center;
    background-size: auto 20px;
}
.cus-map .desc p.icon-add{
    background: url(../img/icon-c-lbs.png) no-repeat left center;
    background-size: auto 20px;
}
.cus-map .desc p.icon-mail{
    background: url(../img/icon-c-mail.png) no-repeat left center;
    background-size: auto 20px;
}
.cus-map .btn{
    display: block;
    padding-top: 35px;
}

.call-to-action-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 170px 0 160px;
    text-align: center
}

.call-to-action-two .sec-title {
    margin-bottom: 33px
}

.call-to-action-two .btn-box {
    position: relative;
    display: inline-block
}

.call-to-action-two .theme-btn {
    margin: 0 10px 10px
}

.call-to-action-two .btn-style-two {
    color: #fff
}

.call-to-action-two.style-two {
    position: relative
}

.call-to-action-two.style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1967D2;
    content: "";
    opacity: .85
}

.homeabout{
  display: block;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  background: url(../img/bg-homeabout.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.homeabout.nod{
  background: #FFFFFF;
}
.homeabout .zs-wp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
}
.about-desc{
    display: block;
    width: 800px;
    height: auto;
}
.about-desc .title{
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-top: 5px;
}
.about-desc .text{
    display: block;
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    margin-top: 30px;
}
.about-desc .number{
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
}
.about-desc .number li{
    display: block;
    width: auto;
    padding-right: 45px;
    border-right: 1px solid #eaeaea;
}
.about-desc .number li:nth-child(4n){
  border-right: none;
}
.about-desc .number li strong{
    display: block;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 0;
    color: #e43d40;
}
.about-desc .number li strong em{
    font-size: 20px;
}
.about-desc .number li span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.homeabout .ha-pic{
    position: relative;
    width: 769px;
    height: 514px;
    overflow: hidden;
}
.homeabout .ha-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-call-use{
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 0;
    cursor: pointer;
    left: 50%;
    zoom: 1.5;
    top: 50%;
    z-index: 100;
    margin: -30px 0 0 -30px;
}
.zs-call-use::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    z-index: 101;
    background: url(../img/icon-play.svg) no-repeat center center;
    background-size: 18px 18px;
    zoom:0.6;
}
@keyframes scaleout {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
.zs-call-use .spinner1 {
    opacity: 0;
    position: absolute;
    width: 110px;
    height: 110px;
    top: -25px;
    left: -25px;
    background-color: #e43d40;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 1s infinite ease-in-out;
    animation: scaleout 2s 1s infinite ease-in-out;
}
.zs-call-use .spinner2 {
    opacity: 0;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background-color: #e43d40;
    border-radius: 100%;
    -webkit-animation: scaleout 2s .5s infinite ease-in-out;
    animation: scaleout 2s .5s infinite ease-in-out;
}
.zs-call-use .spinner3 {
    opacity: 0;
    position: absolute;
    top: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    background-color: #e43d40;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 0s infinite ease-in-out;
    animation: scaleout 2s 0s infinite ease-in-out;
}  
.homeabout .ha-pic .icon-play:hover{
    opacity: 1;
}
.homeabout .ha-pic video{
  object-fit:contain;
  background-color: #000000;
}
.homeabout .zs-more{
    margin-top: 30px;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.about-desc {
    width: 49%;
}
.homeabout .ha-pic {
    width: 48%;
    height: 32.125vw;
}
.about-desc .number li strong {
    font-size: 3.125vw;
}
.about-desc .number li {
    padding-right: 2.8125vw;
}
.about-desc .number li span {
    font-size: 1vw;
}
.about-desc .text {
    margin-top: 1.875vw;
}
.cus-map .map {
    flex: 0 0 50%;
    width: 50%;
    margin-right: 3.3%;
}
.cus-map .text {
    padding: 40px 3.3% 40px 0;
}
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.homeabout {
    padding-top: 35px;
    padding-bottom: 35px;
}
.homeabout .zs-wp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: column;
}
.about-desc {
    width: 100%;
    padding-bottom: 38px;
}
.about-desc .title {
    font-size: 18px;
    padding-top: 8px;
}
.about-desc .text {
    font-size: 14px;
    margin-top: 5px;
}
.about-desc .number {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-desc .number li {
    width: 50%;
    padding-right: 45px;
    margin-bottom: 15px;
    border-right: none;
}
.about-desc .number li strong {
    font-size: 26px;
}
.about-desc .number li span {
    font-size: 12px;
}
.homeabout .zs-more {
    margin-top: 10px;
}
.homeabout .ha-pic {
    width: 100%;
    height: auto;
}
.cus-map {
    width: 100%;
    height: auto;
    margin-top: 0;
    flex-direction: column;
    justify-content: flex-start;
}
.cus-map .map {
    display: block;
    flex: unset;
    width: 100%;
    height: 300px;
    margin-right: 0;
}
.cus-map .text {
    padding: 30px 20px;
}
.cus-map .title {
    font-size: 18px;
}
.cus-map .desc {
    margin-top: 20px;
    font-size: 14px;
}
.cus-map .desc p {
    margin: 0 0 15px 0;
    height: auto;
    line-height: 20px;
    padding-left: 25px;
    background-size: auto 18px !important;
}
.cus-map .btn {
    padding-top: 10px;
}

}