/**Ã¥Â­â€”Ã¤Â½â€œÃ¤Â»â€¹Ã¥â€¦Â¥**/
/* @font-face {
font-family: 'OPPOSans';
    src: url('../fonts/opposans-m.ttf');
}
@font-face {
    font-family: 'OPPOSans-B';
        src: url('../fonts/opposans-b.ttf');
}
@font-face {
    font-family: 'OPPOSans-R';
        src: url('../fonts/opposans-r.ttf');
} */
/* *{
    font-family: "OPPOSans";
} */
ol, ul {
    list-style: none;
}
/* .website-index-body{
    min-width: 1260px;
    width: 100%;
} */

.website-index-body-pc{
    width: 100%;
}
.website-index-public-title{
    font-size: 47px;
    letter-spacing: 2px;
    font-weight: bold;
    padding-top: 114px;
    width: 100%;
    text-align: center;
}
.website-index-public-node{
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 44px;
    width: 100%;
    text-align: center;
}
.website-index-banner{
    width: 100%;
    height: 700px;
}
/**bannerÃ§Å¡â€žclass**/
.swiper_banner{
    width: 100%;
    height: 100%;
}
/**Ã©Â¦â€“Ã©Â¡ÂµÃ¨Â½Â®Ã¦â€™Â­**/
.swiper_banner {
    height: 700px !important;
    overflow: visible;
  }
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
    width: 100%;
    height: 100%;
}
.swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
    width: 100%;
    height: 100%;
}
.swiper_slide {
    position: relative;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    overflow: hidden;
}
.swiper_slide-active {
    opacity: 1;
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.slide1 {
    background: transparent;
}
/* .slide2 {
    background-color: brown;
} */
.website-index-banner-video{
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
}
.swiper-slide-node{
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper-slide-node-body{
    width: 1260px;
    margin: auto;
    height: 100%;
    background-color: transparent;
}
.swiper-slide-node-box{
    width: 377px;
    margin-top: 163px;
    height: 413px;
    border-radius: 10px;
    position: relative;
}
.swiper-slide-node-text-box{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.swiper-slide-node-body-bg{
    width: 100%;
    height: 100%;
    background: #0e38a8de;
    border-radius: 10px;
}
.swiper-slide-node-title{
    /* width: 305px; */
    font-size: 34px;
    margin-left: 36px;
    margin-right: 36px;
    padding-top: 60px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 52px;
}
.swiper-slide-node-text{
    /* width: 227px; */
    font-size: 18px;
    margin-left: 36px;
    /* margin-top: 30px; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.swiper-slide-node-botton{
    margin-top: 43px;
    margin-left: 36px;
    margin-right: 36px;
}
.swiper-slide-node-botton>a{
    width: 140px;
    height: 42px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border: 1px solid #FEFEFE;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #FEFEFE;
    background: transparent;
}
.swiper-slide-node-botton>a:nth-child(2){
    margin-left: 8px;
    /* border: 1px solid #EA5F1A;
    color: #FFFFFF;
    background: #EA5F1A; */
}
.swiper-slide-node-botton-orange{
    border: 1px solid #EA5F1A !important;
    color: #FFFFFF !important;
    background: #EA5F1A !important;
}
.swiper-slide-node-botton-orange:hover{
    border: 1px solid #FEFEFE !important;
    color: #FEFEFE !important;
    background: transparent !important;
}
.swiper-slide-node-botton>a:hover{
    border: 1px solid #EA5F1A;
    color: #FFFFFF;
    background: #EA5F1A;
}
.swiper-slide-node-botton>a>img{
    width: 22px;
    height: 22px;
    margin-right: 7px;
    vertical-align: middle;
    margin-top: -4px;
}
.swiper-slide-node-hr{
    width: 180px;
    height: 2px;
    background: rgba(255,255,255,0.43);
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 39px;
}
.banner_pagination {
    position: absolute;
    left: 0;
    text-align: center;
    /* bottom: 100px; */
    width: 100%;
    z-index: 1;
}
.banner_pagination .swiper-pagination-bullet {
    width: 20px !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: #fff !important;
}
.banner_pagination .swiper-pagination-bullet-active {
    background: #0054a4 !important;
}
.website-index-navigation{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 0px;
    position: relative;
}
.website-index-navigation-body{
    width: 1260px;
    height: 125px;
    display: flex;
    position: absolute;
    top: -25px;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 18px 1px rgb(148 148 148 / 29%);
    padding: 0 40px;
    align-items: center;
    justify-content: space-between;
}
.website-index-cloud{
    width: 100%;
    height: 1088px;
    background: url("../images/website-index-cloud-bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.website-index-navigation-div{
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.website-index-navigation-img{
    width: 60px;
    height: 60px;
}
.website-index-navigation-node{
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.website-index-navigation-num{
    color: #0F39A8;
    font-size: 28px;
    font-weight: bold;
}
.website-index-navigation-text{
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    margin-top: -5px;
}
.website-index-cloud-body{
    width: 1260px;
    height: 100%;
    margin: auto;
    position: relative;
}
.website-index-cloud-title{
    width: 100%;
    text-align: center;
    padding-top: 210px;
    font-size: 47px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #0F39A8;
}
.website-index-cloud-node{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #3D3D3D;
    padding-top: 20px;
    margin-bottom: 70px;
}
.website-index-cloud-box{
    width: 100%;
}
.website-index-cloud-left{
    width: 158px;
    margin-left: 50px;
    /* display: inline-block;
    vertical-align: top; */
    float: left;
}
.website-index-cloud-server{
    width: 100%;
    height: 42px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 42px;
    text-align: left;
    background: transparent;
    border-radius: 5px;
    margin-bottom: 8px;
    cursor: pointer;
}
.website-index-cloud-server>img{
    width: 42px;
    height: 23px;
    line-height: 42px;
    margin-left: 6px;
    margin-right: 3px;
}
.website-index-cloud-server:hover{
    background: #0F39A8;
    color: #FFFFFF;
}
.website-index-cloud-server-active{
    background: #0F39A8;
    color: #FFFFFF;
}
.website-index-cloud-right{
    width: 1020px;
    height: 570px;
    float: right;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* vertical-align: top;
    margin-left: 34px; */
}
.website-index-cloud-right-box{
    width: 100%;
    height: 100%;
    display: none;
    border-radius: 10px;
    overflow: hidden;
}
.website-index-cloud-right-box-white{
    background: #ffffff;
}
.website-index-cloud-right-box-block{
    background: rgb(28, 31, 44);
}
.website-index-cloud-right-box-active{
    display: block;
}
.website-index-cloud-right-video{
    width: 100%;
    height:auto;
    /* height: 100%; */
    background-color:transparent;
    margin-top: 32px;
    /* object-fit: cover; */
}
.website-index-cloud-right-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.website-index-cloud-right-tip{
    position: absolute;
    bottom: 20px;
    left: 100px;
    width: 800px;
    height: 215px;
}
.website-index-cloud-right-tip-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e38a8de;
    z-index: 2;
    border-radius: 10px;

}
.website-index-cloud-right-tip-box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 10px;
}
.website-index-cloud-right-name{
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
}
.website-index-cloud-right-node{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}
.website-index-cloud-right-hr{
    width: 168px;
    height: 2px;
    background: #6F95DA;
    margin-top: 10px;
    margin-bottom: 15px;
}
.website-index-cloud-right-close{
   position: absolute;
   left: 770px;
   top: 0px;
   bottom: 160px;
   font-size: 24px;
   color: #ffffff;
   opacity: 0.6;
   cursor: pointer;
}
.website-index-cloud-right-close:hover{
    color: #FFFFFF;
    opacity: 1
 }
 .website-index-manag{
    width: 100%;
    height: 720px;
    background: #FFFFFF;
 }
 .website-index-manage-body{
    width: 1260px;
    height: 720px;
    margin: auto;
    position: relative;
 }
 .website-index-manage-title{
    color: #EA5F1A;
 }
 .website-index-manage-node{
    color: #3D3D3D;
 }
.website-index-manage-box{
    width: calc(100% - 50px);
    margin-top: 70px;
    margin-left: 50px;
    display: flex;
}
.website-index-manage-div{
    width: 384px;
    height: 295px;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px rgba(148,148,148,0.2);
    border-radius: 10px;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.website-index-manage-div:last-child{
    margin-right: 0px;
}
.website-index-manage-node-title{
    width: 100%;
    height: 123px;
    line-height: 123px;
    text-align: left;
    font-size: 27px;
    font-weight: bold;
    color: #3D3D3D;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    padding-left: 38px;
}
.website-index-manage-img-box{
    width: 100%;
    height: 123px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    transform: rotate(0deg);
}
.website-index-manage-img{
    width: 100%;
    height: 123px;
    object-fit: fill;
    transition: all 0.5s;
}
.website-index-manage-title-hover{
    color: #EA5F1A;
}
.website-index-manage-node-name{
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 148px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #3D3D3D;
}
.website-index-manage-node-text{
    padding-left: 38px;
    padding-right: 38px;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 26px;
}
.website-index-integration{
    width: 100%;
    height: 1020px;
    background: #F7F8FB;
}
.website-index-integration-body{
    width: 1260px;
    height: 100%;
    margin: auto;
    position: relative;
}
.website-index-integration-title{
    color: #0F39A8
}
.website-index-integration-node{
    color: #3D3D3D;
}
.website-index-integration-navigation{
    background: #EEEFF1;
    width: 16px;
    height: 100%;
    position: absolute;
    left: 12px;
    top: 0px;
}
.website-index-integration-slide{
    width: 40px;
    height: 810px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}
.website-index-integration-rod{
    width: 16px;
    height: 767px;
    margin-left: 12px;
    padding-top: 4px;
    margin-top: 2px;
    background: #BBCBF5;
    text-align: center;
    line-height: 4px;
}
.website-index-integration-ball{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #0F39A8;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}
.website-index-integration-box{
    width: 100%;
    padding-left: 50px;
}
.website-index-integration-line{
    width: 100%;
    height: 290px;
    margin-bottom: 40px;
}
.website-index-integration-left{
    width: 190px;
    height: 100%;
    background: url("../images/website-index-integration-left-bg-1.jpg") no-repeat;
    background-size: 100% 100%;
    float: left;
    position: relative;
    border-radius: 6px;
}
.website-index-integration-left-bottom{
    background: url("../images/website-index-integration-left-bg-2.jpg") no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
}
.website-index-integration-left-title{
    width: 100%;
    padding-top: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}
.website-index-integration-left-node{
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    letter-spacing: 0px;
}
.website-index-sliding{
    width: 1260px;
    margin: auto;
    height: 0px;
    position: relative;
}
.website-index-sliding-none{
    display: none;
}
.website-index-sliding-div{
    position: fixed;
    height: 100%;
    top: 0px;
}
.website-index-sliding-ball-blue{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #0F39A8;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}
.website-index-sliding-div-blue{
    background-color: #bccbf6;
    width: 18px;
    margin-left: 11px;
    margin-top: 5px;
    padding-top: 5px;
    height: calc(100% - 45px);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* opacity: 0.25; */
}
.website-index-sliding-div-all{
    background-color: #EEEFF1;
    width: 18px;
    position: absolute;
    height: 100%;
    margin-left: 11px;
    top: 0px;
}
.website-index-public-ball-1{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: auto;
    background: #0F39A8;
    opacity: 0.9;
    display: block;
    
}
.website-index-public-ball-2{
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: auto;
    margin-top: 5px;
    background: #0F39A8;
    opacity: 0.6;
    display: block;
}
.website-index-public-ball-3{
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: auto;
    margin-top: 5px;
    background: #0F39A8;
    opacity: 0.3;
    display: block;
}
.website-index-sliding-occupy{
    width: 40px;
    height: calc(50% + 25px);
    position: absolute;
    bottom: 0
}
.website-index-orange-ball{
    background: #EA5F1A;
}
.website-index-sliding-div-orange>.website-index-public-ball-1{
    background: #EA5F1A !important;
}
.website-index-sliding-div-orange>.website-index-public-ball-2{
    background: #EA5F1A !important;
}
.website-index-sliding-div-orange>.website-index-public-ball-3{
    background: #EA5F1A !important;
}
.website-index-sliding-div-orange{
    background: #f9e0ca;
    /* opacity: 0.25 */
}
.website-index-sliding-integration-font{
    font-size: 15px;
}
.website-index-integration-left-more{
    width: 124px;
    height: 42px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FEFEFE;
    line-height: 43px;
    position: absolute;
    left: 34px;
    bottom: 32px;
}
.website-index-integration-left-more:hover{
    border: 1px solid #EA5F1A;
    color: #FFFFFF;
    background: #EA5F1A;
}
.website-index-integration-right{
    width: 985px;
    height: 100%;
    overflow: auto;
    white-space: nowrap;
    float: right;
}
.website-index-integration-device{
    width: 180px;
    height: 226px;
    background: #0F39A8;
    box-shadow: 0px 6px 6px 2px rgba(17,17,17,0.07);
    border-radius: 10px;
    margin-top: 30px;
    margin-right: 35px;
    display: inline-block;
}
.website-index-integration-device-img{
    width: 180px;
    height: 180px;
    background: #F3F3F8;
}
.website-index-integration-device-img>img{
    width: 180px;
    height: 180px;
}
.website-index-integration-device-name{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
}
.website-index-integration-right::-webkit-scrollbar {
	height: 7px;    
}
.website-index-integration-right::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(172,187,224);
}
.website-index-integration-right::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0,0,0,0);
	border-radius: 0;
	background: none

}
.website-index-project{
    width: 100%;
    height: 909px;
    background: url("../images/website-index-project-bg.jpg") no-repeat;
    background-size: 100% 100%;   
}
.website-index-project-body{
    width: 1260px;
    height: 100%;
    margin: auto;
}
.website-index-project-title{
    color: #EA5F1A;
}
.website-index-project-node{
    color: #3D3D3D;
    margin-top: 23px;
    margin-bottom: 67px;
}
.website-index-cooperation{
    width: 100%;
    height: 716px;
    position: relative;
    background: #FFFFFF;
}
.website-index-cooperation-top-bg{
    width: 100%;
    height: 333px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url("../images/website-index-cooperation-bg.jpg") no-repeat;
    background-size: 100% 100%; 
}
.website-index-cooperation-body{
    width: 1260px;
    height: 100%;
    margin: auto;
    position: relative;
    z-index: 3;
}
.website-index-case-titel{
    color: #0F39A8;
    padding-top: 64px;
    position: relative;
}
.website-index-case{
    width: 100%;
    height: 803px;
    background-color: #FFFFFF;
    background-image: url("../images/website-index-case-bg.jpg");
    background-size: 100% 100%;   
}
.website-index-case-body{
    width: 1260px;
    height: 100%;
    margin: auto;
}
.website-index-case-a{
    width: 100%;
    text-align: center;
}
.website-index-case-a>a{
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline !important;
    color: #0F39A8;
    line-height: 16px;
}
.website-index-case-a>a:hover{
    text-decoration: underline !important;
    color: #3d3d3d;
}
 .website-index-case-node{
    margin-bottom: 28px;
 }
 .website-index-case-box{
    margin-top: 70px;
    width: 100%;
    display: flex;
    height: 407px;
 }
 .website-index-case-div{
    width: 405px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px rgba(148,148,148,0.2);
    border-radius: 10px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
 }
 .website-index-case-div:last-child{
    margin-right: 0px;
 }
 .website-index-case-div-title{
    padding-top: 47px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 27px;
    font-weight: bold;
    color: #3D3D3D;
 }
 .website-index-case-div-title-active{
    color: #0F39A8;
 }
 .website-index-case-div-hr{
    width: 37px;
    height: 3px;
    background: #FE5C0C;
    border-radius: 2px;
    margin-left: 25px;
    margin-top: 15px;
    margin-right: 25px;
    transition: all 0.5s;
 }
 .website-index-case-div-node{
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 500;
    color: #717171;
    line-height: 22px
 }
 .website-index-case-div-img-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 204px;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    transform: rotate(0deg);
 }
 .website-index-case-div-img{
    width: 100%;
    height: 204px;
    transition: all 0.5s;
 }
 .website-index-case-div-img-active{
    transform: scale(1.05);
 }
 .website-index-client{
    width: 100%;
    height: 935px;
    position: relative;
    background-color: #FFFFFF;
 }
 .website-index-client-body{
    width: 1260px;
    height: 935px;
    margin: auto;
 }
 .website-index-client-title{
    color: #0F39A8;
 }
 .website-index-client-div{
    height: 526px;
    width: 100%;
 }
 .website-index-client-left{
    width: 690px;
    float: left;
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 6px 6px 2px rgba(17,17,17,0.07);
    overflow: hidden;
    cursor: pointer;
 }
 .website-index-client-right{
    width: 526px;
    float: right;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
 }
 .website-index-client-right::-webkit-scrollbar {
	width: 7px;    
}
.website-index-client-right::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(172,187,224);
}
.website-index-client-right::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0,0,0,0);
	border-radius: 0;
	background: none
}
 #carousel_video_1{
    background: url('../images/website-index-client-6.jpg') no-repeat;
    background-size: 100% 100%;
  }
  #carousel_player_2{
    background: url('../images/website-index-client-2.jpg') no-repeat;
    background-size: 100% 100%;
  }
  #carousel_player_3{
    background: url('../images/website-index-client-3.jpg') no-repeat;
    background-size: 100% 100%;
  }
  #carousel_player_4{
    background: url('../images/website-index-client-4.jpg') no-repeat;
    background-size: 100% 100%;
  }
  #carousel_player_5{
    background: url('../images/website-index-client-5.jpg') no-repeat;
    background-size: 100% 100%;
  }
  #carousel_player_6{
    background: url('../images/website-index-client-8.jpg') no-repeat;
    background-size: 100% 100%;
  }
  #carousel_player_7{
    background: url('../images/website-index-client-7.jpg') no-repeat;
    background-size: 100% 100%;
  }
 .website-index-client-video-img{
    width: 690px;
    height: 380px;
    position: relative;
 }
 .website-index-client-player{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 142px;
    left: 300px;
    cursor: pointer;
    transition: all 0.5s;
 }
 .website-index-client-player-hover{
    transform: scale(1.05);
 }
 .website-index-client-left-name{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    font-size: 27px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 20px;
 }
 .website-index-client-left-node{
    margin-top: 18px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 22px;
 }
 .website-index-client-right-div{
    width: 476px;
    height: 164px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
 }
 .website-index-client-right-player{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 55px;
    right: 60px;
    transition: all 0.5s;
    cursor: pointer;
 }
 .website-index-client-right-player-hover{
    transform: scale(1.05);
 }
 .website-index-client-right-name{
    padding-top: 44px;
    padding-left: 37px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
 }
 .website-index-client-right-node{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    padding-top: 5px;
    padding-left: 37px;
    padding-right: 205px;
 }
 .website-index-go{
    width: 100%;
    height: 520px;
    background: url('../images/website-index-go-bg.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
 }
 .website-index-go-body{
    width: 1260px;
    height: 100%;
    margin: auto;
 }
 .website-index-go-title{
    padding-top: 80px;
    color: #FFFFFF;
 }
 .website-index-go-node{
    margin-top: 35px;
 }
 .website-index-go-node a{
    color: #FFFFFF;
    /* width: 122px; */
    padding-left: 25px;
    padding-right: 25px;
    height: 42px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    line-height: 42px;
    display: inline-block;
    /* text-decoration: underline; */
 }
 .website-index-go-node a:hover{
    /* text-decoration: underline !important; */
    border: 1px solid #EA5F1A;
    color: #FFFFFF;
    background: #EA5F1A;
 }
 .website-index-go-div{
    width: 100%;
    height: 180px;
 }
 .website-index-go-div-node{
    float: left;
    width: 274px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 1px rgba(148,148,148,0.23);
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
 }
 .website-index-go-node-img-box{
    width: 100%;
    height: 127px;
    transform: rotate(0deg);
    overflow: hidden;
    border-radius: 10px;
 }
 .website-index-go-node-img{
    width: 100%;
    height: 127px;
    transition: all 0.5s;
 }
 .website-index-go-node-img-active{
    transform: scale(1.05);
 }
 .website-index-go-node-name{
    font-size: 18px;
    font-weight: bold;
    color: #0F39A8;
    text-align: center;
    width: 100%;
    padding-top: 14px;
 }
 .website-index-go-node-name>img{
    margin-top: -4px;
    width: 19px;
    height: 19px;
    margin-right: 10px;
 }
 .website-index-go-node-name-active{
    color: #3d3d3d;
 }
 .website-index-go-div-next{
    width: 30px;
    height: 180px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    line-height: 180px;
 }
 .website-index-go-next-img{
    width: 100%;
 }
 .website-index-project-header{
    width: 100%;
    height: 50px;
    margin-left: 50px;
    display: flex;
    /* box-shadow: 0px 2px 5px 0px rgba(17,17,17,0.07); */
    margin-bottom: 57px;
    position: relative;
 }
 .website-index-project-header-title{
    height: 100%;
    /* padding-left: 36px; */
    /* padding-right: 36px; */
    height: 20px;
    font-size: 19px;
    font-weight: bold;
    color: #3D3D3D;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
 }
 .website-index-project-header-span{
    height: 50px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
 }
 .website-index-project-header-span-active{
    color: #EA5F1A;
 }
 .website-index-project-header-hr{
    position: absolute;
    bottom: -2px;
    width: 0px;
    height: 2px;
    background: #EA5F1A;
    transition: all 0.5s;
 }
 .website-index-project-header-hr-active{
    width: 100%;
 }
 /* .website-index-project-header-span-active{
    border-bottom: 2px solid #EA5F1A;
 } */
 .website-index-project-node-body{
    width: 100%;
    margin-left: 50px;
    height: 530px;
    display: none;
 }
 .website-index-project-node-body-active{
    display: flex
 }
 .website-index-project-left{
    width: 440px;
    height: 100%;
    margin-left: 35px;
 }
 .website-index-project-right{
    width: 688px;
    height: 100%;
    margin-left: 60px;
    position: relative;
 }
 .website-index-project-left-tltle{
    font-size: 28px;
    font-weight: bold;
    color: #3D3D3D;
    margin-top: 25px;
 }
 .website-index-project-left-node{
    font-size: 16px;
    font-weight: 500;
    color: #717171;
    line-height: 32px;
    margin-top: 20px;
 }
 .website-index-project-left-a{
    width: 100%;
    margin-top: 122px;
 }
 .website-index-project-left-a>a{
    width: 123px;
    height: 40px;
    text-align: center;
    background: #EA5F1A;
    border-radius: 5px;
    line-height: 40px;
    border: 1px solid #EA5F1A;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 15px;
 }
 .website-index-project-left-a>a:hover{
    border: 1px solid #717171;
    color: #717171;
    background: #FFFFFF;
 }
 .website-index-project-right-img{
    width: 688px;
    height: 348px;
    margin-top: 20px;
    border-radius: 10px;
 }
 .website-index-project-right-button{
    position: absolute;
    display: inline-block;
    width: 124px;
    height: 43px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF !important;
    line-height: 43px;
    text-align: center;
    left: 282px;
    top: 181px;
    cursor: pointer;
 }
 .website-index-project-right-button:hover{
    border: 1px solid #EA5F1A;
    color: #FFFFFF;
    background: #EA5F1A;
 }
 @media only screen and (max-width: 1000px) {
    .website-index-body-pc {
        display: none;
    }
    .website-index-body-mobile{
        display: block;
    }
    .website-index-body{
        width: 100%;
    }
    .website-index-sliding-div{
        left: 5px !important;
    }
    .website-index-sliding-occupy-immobilization{
        height: calc(100% - 175px) !important;
     }
    .website-index-sliding-div-all,.website-index-sliding-club{
        width: 8px;
    }
    .website-index-sliding-ball{
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 16px;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
    }
    .website-index-public-ball-1{
        width: 4px;
        height: 4px;
        border-radius: 2px;
    }
    .website-index-public-ball-2{
        width: 2px;
        height: 2px;
        border-radius: 1px;
    }
    .website-index-public-ball-3{
        width: 2px;
        height: 2px;
        border-radius: 1px;
    }
 }
 @media only screen and (min-width: 1000px) {
    .website-index-body-pc {
        display: block;
    }
    .website-index-body-mobile{
        display: none;
    }
    .website-index-body{
        min-width: 1260px;
        width: 100%;
    }
 }
 .website-index-body-mobile{
    width: 100%;
    min-width: 360px;
 }
 .website-index-mobile-banner{
    padding-top: 60px;
    width: 100%;
    /* height: 455px; */
    min-height: 458px;
 }
 .website-index-mobile-banner-div{
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    position: absolute;
    bottom: 25px;
    height: 150px;
 }
 .website-index-mobile-banner-text{
    width: 100%;
    height: 100%;
    background-color: #0e38a8de;
    /* opacity: 0.8; */
    border-radius: 10px;
 }
 .website-index-mobile-banner-title{
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
    margin: auto;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 25px;
 }
 .website-index-mobile-banner-hr{
    width: 210px;
    height: 1px;
    background: rgba(255,255,255,0.43);
    margin: auto;
    margin-top: 11px;
    margin-bottom: 12px;
 }
 .website-index-mobile-banner-node{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
 }
 .website-index-mobile-banner-a{
    width: 122px;
    height: 34px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #FEFEFE;
    line-height: 33px;
    display: block;
    margin: auto;
    margin-top: 12px;
 }
 .website-index-mobile-banner-a:hover{
    color: #FFFFFF;
 }
 .website-index-mobile-banner-a>img{
    width: 14px;
    height: 14px;
    margin-right: 12px;
    margin-top: -3px;
    vertical-align: middle;
 }
 .website-index-mobile-nav{
    width: 100%;
    height: 90px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    z-index: 2;
 }
 .website-index-mobile-nav-rolling{
    height: 90px;
    white-space: nowrap;
 }
 .website-index-mobile-nav-box{
    height: 90px;
    display: inline-block;
    vertical-align: top;
    padding-left: 29px;
    padding-right: 29px;
 }
 .website-index-mobile-nav-left{
    line-height: 90px;
    height: 90px;
    float: left;
 }
 .website-index-mobile-nav-right{
    height: 90px;
    margin-left: 14px;
    float: right;
 }
 .website-index-mobile-nav-img{
    width: 43px;
    height: 43px;
 }
 .website-index-mobile-nav-num{
    margin-top: 20px;
    color: #0F39A8;
    font-size: 20px;
    font-weight: bold;
 }
 .website-index-mobile-nav-name{
    font-size: 12px;
    font-weight: 400;
    color: #717171;
    line-height: 14px;
 }
 .website-index-mobile-cloud{
    width: 100%;
    background: url('../images/website-index-mobile-cloud-bg.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 48px;
    position: relative;
 }
 .website-index-mobile-cloud-title{
    padding-top: 60px;
    font-size: 30px;
 }
 .website-index-mobile-cloud-node{
    font-size: 12px;
    padding-top: 20px;
    margin-bottom: 36px
 }
 .website-index-mobile-cloud-card{
    width: calc(100% - 43px);
    margin-left: 43px;
    padding-right: 22px;
 }
 .website-index-mobile-cloud-card>.card{
    border: none;
    background: transparent;
 }
 .mobile-card-link-cloud{
    width: 100%;
    height: 40px;
    background: transparent;
 }
 .mobile-card-link-cloud>div{
    padding: 0px;
    background: transparent;
    display: flex;
    align-items: center;
 }
 .card-header{
    font-size: 14px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 40px;
    border-bottom: 1px solid #CFD2DC;
 }
 .card-header>img{
    width: 36px;
    height: 18px;
 }
 .mobile-card-body-cloud{
    width: 100%;
    background: #ffffff;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 10px;
 }
 .website-index-mobile-cloud-video{
    width: 100%;
    height: 160px;
    object-fit: fill;
    border-radius: 10px;
    overflow: hidden;
 }
 .website-index-mobile-cloud-img{
    width: 100%;
    height: 160px;
    object-fit: fill;
    border-radius: 10px;
    overflow: hidden;
 }
 .website-index-mobile-cloud-card-name{
    padding-top: 26px;
    padding-left: 25px;
    padding-right: 19px;
    padding-bottom: 14px;
    font-size: 20px;
    font-weight: 800;
    color: #3D3D3D;
 }
 .website-index-mobile-cloud-card-hr{
    height: 1px;
    background: rgba(61,61,61,0.43);
    border-radius: 0px;
    /* margin: auto; */
    margin-bottom: 15px;
    margin-left: 25px;
    margin-right: 25px;
 }
.website-index-mobile-cloud-card-node{
    padding-left: 25px;
    padding-right: 19px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #3D3D3D;
 }
 .website-index-mobile-cloud-card-node:last-child{
    padding-bottom: 25px;
 }
 .website-index-mobile-device{
    width: 100%;
    height: 435px;
    background: url('../images/website-index-mobile-device.png') no-repeat;
    background-size: 100% 100%;
 }
 .website-index-mobile-device-title{
    padding-top: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #EA5F1A;
 }
 .website-index-mobile-device-node{
    padding-top: 14px;
    margin-top: 0px;
    margin-bottom: 36px;
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
 }
 .cd-item-wrapper {
    background-color:none;
    margin-bottom: 0;
    border: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
}
.cd-gallery > li{
    background: none;
}
.cd-item-wrapper li {
    left: 8%;
    width: 68%;
}
.selected{
    z-index: 2;
}
.move-left, .move-right {
    top: 30px !important;
}
.website-index-mobile-device-box{
    width: 100%;
    height: 240px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.website-index-mobile-device-box-name{
    width: 100%;
    height: 78px;
    background: url('../images/website-index-manage-1.jpg') no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 78px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
}
.website-index-mobile-device-box-title{
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 18px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #3D3D3D;
}
.website-index-mobile-device-box-node{
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 20px;
}
.website-index-mobile-integration{
    width: 100%;
    height: 1060px;
    background: #F7F8FB;
}
.website-index-mobile-integration-title{
    padding-top: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #0F39A8;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
 }
 .website-index-mobile-integration-node{
    padding-top: 14px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
    text-align: center;
    width: 100%;
 }
 .website-index-mobile-integration-div{
    width: 83.3%;
    margin-left: 37px;
    height: 165px;
    background: url('../images/website-index-integration-left-bg-1.jpg') no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
 }
 .website-index-mobile-integration-div-title{
    width: 100%;
    text-align: center;
    padding-top: 25px;
    font-size: 20px;
    line-height: 9px;
    font-weight: bold;
    color: #FFFFFF;
 }
 .website-index-mobile-integration-div-node{
    width: 100%;
    height: 56px;
    text-align: left;
    margin-top: 18px;
    padding-left: 18px;
    padding-right: 10px;
    font-size: 12px;
    /* font-weight: 400; */
    color: #FFFFFF;
    line-height: 18px;
 }
 .website-index-mobile-integration-a{
    width: 80px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #FEFEFE;
    display: block;
    line-height: 31px;
    margin: auto;
    text-align: center;
    margin-top: 10px;
 }
 .website-index-mobile-integration-devs{
    width: calc(100% - 34px);
    margin-left: 34px;
    height: 200px;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 28px;
    margin-bottom: 50px;
 }
 .integration-devs-box{
    width: 112px;
    height: 164px;
    background: #0F39A8;
    box-shadow: 0px 1px 2px 0px rgba(17,17,17,0.07);
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    border-radius: 5px;
    overflow: hidden;
 }
 .integration-devs-img{
    width: 112px;
    height: 136px;
    background: #F3F3F8;
    border-radius: 2px 2px 0px 0px;
 }
 .integration-devs-img>img{
    width: 100%;
    height: 100%;
 }
 .integration-devs-name{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    line-height: 28px;
    width: 100%;
    height: 28px;
 }
 .website-index-mobile-case{
    width: 100%;
    padding-bottom: 50px;
 }
 .website-index-mobile-case-title{
    padding-top: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #EA5F1A;
    text-align: center;
    letter-spacing: 2px;
 }
 .website-index-mobile-case-node{
    text-align: center;
    padding-top: 16px;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 6px;
 }
.website-index-mobile-case-ngv{
    width: calc(100% - 37px);
    margin-left: 37px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    box-shadow: 0px 2px 5px 0px rgb(17 17 17 / 7%);
}
.website-index-mobile-case-ngv::-webkit-scrollbar {
	width: 0px;
    height: 0px;    
}
.website-index-mobile-case-ngv-div{
    display: inline-block;
    margin-left: 17px;
    margin-right: 17px;
}
.website-index-mobile-case-ngv-div:first-child{
    margin-left: 0px;
}
.website-index-mobile-case-ngv-name{
    height: 32px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #3D3D3D;
    position: relative;
}
.website-index-mobile-case-ngv-name-active{
    color: #EA5F1A;
}
.website-index-mobile-case-ngv-hr{
    width: 0px;
    height: 2px;
    background: #EA5F1A;
    position: absolute;
    bottom: 0px;
    transition: all 0.5s;
}
.website-index-mobile-case-ngv-hr-active{
    width: 100%;
}
.website-index-mobile-case-box{
    width: 100%;
    padding-left: 37px;
    margin-top: 34px;
    padding-right: 23px;
    position: relative;
    display: none;
}
.website-index-mobile-case-box-active{
    display: block;
}
.website-index-mobile-case-box-img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.website-index-mobile-case-box-div{
    width: 100%;
    position: relative;
}
.website-index-mobile-case-box-title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 23px;
    margin-top: 50px;
}
.website-index-mobile-case-box-node{
    font-size: 12px;
    font-weight: 500;
    color: #717171;
    /* line-height: 19px; */
    margin-top: 20px;
}
.website-index-mobile-case-box-a{
    width: 100%;
    margin-top: 30px;
}
.website-index-mobile-case-box-a>a{
    width: 40%;
    height: 34px;
    background: #EA5F1A;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5%;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 5px;
}
.website-index-mobile-cooperation{
    width: 100%;
    height: 550px;
    /* background: url("../images/website-index-mobile-cooperation-bg.jpg") no-repeat;
    background-size: 100% 100%;  */
    background: #FFFFFF;
    position: relative;
}
.website-index-mobile-cooperation-bg{
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/website-index-mobile-cooperation-bg.jpg") no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    height: 242px;
    width: 100%;
}
.website-index-mobile-cooperation-node-body{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.website-index-mobile-experience{
    width: 100%;
    padding-bottom: 45px;
    background: url("../images/website-mobile-index-case-bg.jpg") no-repeat;
    background-size: 100% 100%;   
}
.website-index-mobile-experience-title{
    width: 100%;
    padding-top: 32px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0F39A8;
}
.website-index-mobile-experience-node{
    width: 100%;
    text-align: center;
    padding-top: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 10px;
}
.website-index-mobile-experience-a{
    width: 100%;
    margin-top: 17px;
    text-align: center;
}
.website-index-mobile-experience-a>a{
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    color: #0F39A8;
    line-height: 10px;
}
.cd-item-wrapper-mobile-experience>li{
    width: 72%;
}
.website-index-mobile-experience-box{
    width: 100%;
    /* height: 280px; */
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 1px rgb(148 148 148 / 20%);
}
.website-index-mobile-experience-div{
    margin-top: 43px;
}
.website-index-mobile-experience-box-name{
    padding-top: 30px;
    padding-left: 25px;
}
.website-index-mobile-experience-box-span{
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 18px;
    height: 30px;
    display: inline-block;
    position: relative;
}
.website-index-mobile-experience-box-hr{
    width: 24px;
    height: 2px;
    background: #FE5C0C;
    position: absolute;
    bottom: -2px;
    transition: all 0.5s;
}
.cd-item-wrapper-mobile-experience>.selected>.website-index-mobile-experience-box>.website-index-mobile-experience-box-name>.website-index-mobile-experience-box-span{
    color: #0F39A8
}
.cd-item-wrapper-mobile-experience>.selected>.website-index-mobile-experience-box>.website-index-mobile-experience-box-name>.website-index-mobile-experience-box-span>.website-index-mobile-experience-box-hr{
    width: 100%;
}
.website-index-mobile-experience-div>.cd-gallery{
    padding-left: 0px;
}
.website-index-mobile-experience-box-node{
    padding-top: 18px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 500;
    color: #717171;
    line-height: 17px;
}
.website-index-mobile-experience-img-box{
    width: 100%;
    padding-top: 22px;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    position: relative;
}
.website-index-experience-div-img{
    width: 100%;
}
.website-index-mobile-client{
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 60px;
}
.website-index-mobile-client-title{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #0F39A8;
    letter-spacing: 2px;
    padding-top: 60px;
}
.website-index-mobile-client-node{
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 11px;
    padding-top: 18px;
    padding-bottom: 38px;
}
.website-index-mobile-client-div-big{
    padding-left: 22px;
    padding-right: 22px;
    width: 100%;
}
.website-index-mobile-client-div-box{
    width: 100%;
    box-shadow: 0px 3px 9px 0px rgba(148,148,148,0.2);
    border-radius: 10px;
    overflow: hidden;
}
.website-index-mobile-client-big-player{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 60px;
    left: 0px;
}
.website-index-mobile-client-big-player>img{
    width: 46px;
    height: 46px;
}
.website-index-mobile-client-div-video{
    width: 100%;
    height: 175px;
    background: url("../images/website-index-client-6.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.website-index-mobile-client-div-video>video{
    display: none;
    width: 100%;
    height: 175px;
    object-fit: contain;
    z-index: 3;
    position: absolute;
}
/* .website-index-mobile-client-div-video>img{
    width: 100%;
    height: 175px;
    object-fit: fill;
} */
.website-index-mobile-client-div-name{
    width: 100%;
    text-align: left;
    padding-top: 21px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
}
.website-index-mobile-client-div-node{
    width: 100%;
    text-align: left;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 19px;
    padding-bottom: 20px;
}
.website-index-mobile-client-div-scorll{
    width: 100%;
    height: 412px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 40px;
}
.website-index-mobile-client-scorll-box{
    width: 100%;
    padding-right: 20px;

}
.website-index-mobile-client-scorll-video{
    width: 100%;
    height: 125px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.website-index-mobile-client-scorll-video>video{
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 3;
}
#website-index-mobile-client-scorll-1{
    background: url("../images/website-index-mobile-client-2.jpg") no-repeat;
    background-size: 100% 100%;   
}
#website-index-mobile-client-scorll-2{
    background: url("../images/website-index-mobile-client-3.jpg") no-repeat;
    background-size: 100% 100%;   
}
#website-index-mobile-client-scorll-3{
    background: url("../images/website-index-mobile-client-4.jpg") no-repeat;
    background-size: 100% 100%;   
}
#website-index-mobile-client-scorll-4{
    background: url("../images/website-index-mobile-client-5.jpg") no-repeat;
    background-size: 100% 100%;   
}
#website-index-mobile-client-scorll-5{
    background: url("../images/website-index-client-7.jpg") no-repeat;
    background-size: 100% 100%;   
}
#website-index-mobile-client-scorll-6{
    background: url("../images/website-index-client-8.jpg") no-repeat;
    background-size: 100% 100%;   
}
.website-index-mobile-client-scorll-name{
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 22px;
    padding-left: 18px;
}
.website-index-mobile-client-scorll-node{
    font-size: 11px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    padding-top: 5px;
    padding-left: 18px;
    padding-right: 80px;
}
.website-index-mobile-client-scorll-player{
    width: 38px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 18px;
    top: 0px;
    line-height: 125px;
    vertical-align: middle;
}
.website-index-mobile-client-scorll-player>.website-index-mobile-client-player{
    width: 38px;
    height: 38px;
}
.website-index-mobile-go{
    width: 100%;
    padding-bottom: 50px;
    /* background: linear-gradient(0deg, #000452, #020BC2); */
    background: url("../images/website-index-mobile-go-bg.jpg") no-repeat;
    background-size: 100% 100%;   
}
.website-index-mobile-go-title{
    width: 100%;
    text-align: center;
    padding-top: 50px;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
}
.website-index-mobile-go-node{
    width: 100%;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 37px;
}
.website-index-mobile-go-node>a{
    height: 34px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 34px;
    display: inline-block;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
}
.website-index-mobile-go-line{
    width: 315px;
    margin: auto;
    display: flex;
}
.website-index-mobile-go-div{
    width: 143px;
    height: 96px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-right: 26px;
}
.website-index-mobile-go-div:nth-child(even){
    margin-right: 0px;
}
.website-index-mobile-go-node-img-box{
    width: 100%;
    height: 66px;
    border-radius: 2px;
    overflow: hidden;
}
.website-index-mobile-go-node-img{
    width: 100%;
    height: 100%;
}
.website-index-mobile-go-node-name{
    font-size: 12px;
    font-weight: bold;
    color: #0F39A8;
    line-height: 24px;
    text-align: center;
    margin-top: 3px;
}
.website-index-mobile-go-node-name>img{
    width: 12px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}
.website-index-mobile-go-line:last-child{
    margin-top: 26px;
}
.website-index-mobile-case-box-div-button{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.website-index-mobile-case-box-div-shield{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.55;
    border-radius: 10px;
}
.website-index-mobile-case-box-button{
    width: 94px;
    height: 34px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 34px;
}
.website-index-mobile-case-box-button:hover{
    color: #FFFFFF;
}
.website-index-mobile-cooperation-title{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    text-shadow: 0px 1px 2px rgba(148,148,148,0.2);
    padding-top: 50px;
    letter-spacing: 2px;
}
.website-index-mobile-cooperation-node{
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 28px;
}
.website-index-mobile-cooperation-node>a{
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    color: #FFFFFF;
    line-height: 22px;
}
.cd-item-wrapper-mobile-cooperation>li{
    width: 75%;
}
.website-index-mobile-cooperation-box{
    width: 100%;
    background: #F7F8FB;
    box-shadow: 0px 2px 6px 1px rgba(148,148,148,0.2);
    border-radius: 10px;
    overflow: hidden;
}
.website-index-mobile-cooperation-top-box{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    height: 104px;
    text-align: left;
    overflow: hidden;
}
.website-index-mobile-cooperation-top-title{
    padding-top: 43px;
    font-size: 25px;
    font-weight: bold;
    color: #1039A8;
    line-height: 23px;
}
.website-index-mobile-cooperation-top-text{
    font-size: 12px;
    font-weight: 600;
    color: #1039A8;
    line-height: 18px;
    margin-top: 14px;
}
.website-index-mobile-cooperation-top-hr{
    width: 14px;
    height: 2px;
    background: #FE5C0C;
    border-radius: 1px;
    margin-top: 36px;
    transition: all 0.5s;
}
.selected>.website-index-mobile-cooperation-box>.website-index-mobile-cooperation-box-top>.website-index-mobile-cooperation-top-box>.website-index-mobile-cooperation-top-hr{
    width: 100%;
}
.website-index-mobile-cooperation-box-top{
    width: 100%;
    background: #FFFFFF;
    position: relative;
}
.website-index-mobile-cooperation-bottom-node{
    font-size: 12px;
    color: #3D3D3D;
    line-height: 19px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 36px;
    padding-bottom: 20px;
}
.website-index-mobile-cooperation-bottom-box{
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
}
.website-index-mobile-cooperation-bottom-text{
    font-size: 12px;
    font-weight: 400;
    color: #717171;
    line-height: 24px;
}
.website-index-mobile-cooperation-bottom-text>img{
    width: 14px;
    height: 14px;
    margin-top: -4px;
    margin-right: 15px;
    display: inline-block !important;
}
.website-index-mobile-cooperation-a-box{
    width: 100%;
    bottom: -20px;
    text-align: center;
    position: absolute;
}
.website-index-mobile-cooperation-bottom-a{
    display: inline-block;
    /* width: 100px; */
    height: 35px;
    background: #FE5C0C;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
.website-index-mobile-cooperation-bottom-a:hover{
    color:#FFFFFF
}
.website-index-mobile-cooperation-bottom-a>span{
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
}
.website-index-cooperation-title{
    color: #FFFFFF;
    text-shadow: 0px 3px 9px rgba(148,148,148,0.2);
    padding-top: 60px;
}
.website-index-cooperation-node{
    margin-bottom: 45px;
    margin-top: 15px;
}
.website-index-cooperation-node>a{
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    color: #FFFFFF;
}
.website-index-cooperation-node>a:hover{
    color:#FE5C0C;
    text-decoration: underline !important;
}
.website-index-cooperation-box{
    display: flex;
    width: 100%;
}
.website-index-cooperation-div{
    width: 305px;
    height: 430px;
    background: #FFFFFF;
    box-shadow: 0px 3px 18px 0px rgba(148,148,148,0.2);
    border-radius: 10px;
    position: relative;
    margin-right: 14px;
    cursor: pointer;
    background: url("../images/website-index-cooperation-div-bg.jpg") no-repeat;
    background-size: 100% 100%;   
}
.website-index-cooperation-div:last-child{
    margin-right: 0px;
}
.website-index-cooperation-div-top{
    width: 100%;
    height: 118px;
    padding-top: 47px;
    padding-left: 25px;
    padding-right: 16px;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.website-index-cooperation-div-top-name{
    font-size: 27px;
    font-weight: bold;
    color: #1039A8;
    line-height: 34px;
}
.website-index-cooperation-div-top-name-active{
    color: #3d3d3d;
}
.website-index-cooperation-div-top-node{
    font-size: 12px;
    font-weight: 500;
    color: #1039A8;
    line-height: 19px;
    margin-top: 18px;
    font-weight: 600;
}
.website-index-cooperation-div-top-node-active{
    color: #3d3d3d;
}
.website-index-cooperation-div-top-hr{
    width: 18px;
    height: 3px;
    background: #FE5C0C;
    border-radius: 2px;
    position: absolute;
    bottom: 0px;
    transition: all 0.5s;
}
.website-index-cooperation-div-top-hr-active{
    width: 253px;
    padding-right: 16px;
}
.website-index-cooperation-div-bottom{
    padding-top: 33px;
    padding-left: 25px;
    padding-right: 16px;   
}
.website-index-cooperation-div-bottom-node{
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    line-height: 32px;
}
.website-index-cooperation-div-bottom-node>img{
    width: 14px;
    height: 14px;
    margin-right: 15px;
    margin-top: -3px;
}
.website-index-cooperation-div-intro{
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    text-align: center;
    font-size: 14px;
    font-family: "OPPOSans-Ver2-Bold";
    font-weight: 400;
    color: #3D3D3D;
    line-height: 22px;
    position: absolute;
    bottom: 20px;
}
.website-index-cooperation-div-a{
    width: 100%;
    text-align: center;
    height: 42px;
    position: absolute;
    top: 306px;
}

.website-index-cooperation-div-a>a{
    width: 151px;
    height: 40px;
    border: 1px solid #FE5C0C;
    background: #FE5C0C;
    border-radius: 5px;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
}
.website-index-cooperation-div-a>a:hover{
    background: #FFFFFF;
    border: 1px solid #717171;
    color: #717171;
}
.website-index-cooperation-div-a-free>a{
    font-size: 18px;
}
.website-index-client-shielding{
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.65;
    position: absolute;
    top: 0;
    left: 0;
}
.website-index-client-text-shielding{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.website-index-project-shielding{
    width: 688px;
    height: 348px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #000000;
    opacity: 0.55;
    border-radius: 10px;
}
.website-index-case-shielding{
    background: #001c95;
    opacity: 0.32;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 204px;
    border-radius: 0px 0px 10px 10px;
    z-index: 3;
}
.website-index-mobile-client-shield{
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.website-index-mobile-client-shield-text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.website-index-mobile-experience-shielding{
    background: #001c95;
    opacity: 0.32;
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 10px 10px;
}
.website-index-cooperation-sliding,.website-index-cooperation-sliding-mobile{
    position: relative;
}
.website-index-cooperation-div-span{
    font-size: 14px;
 }
 .website-index-sliding-div-immobilization{
    position: absolute;
    top: 0px;
    left: 0px;
 }
 .website-index-sliding-occupy-immobilization{
    height: calc(100% - 285px);
 }
 .website-index-cloud-right-tip-big-top>.website-index-cloud-right-node{
    line-height: 25px;
 }
#website-index-cooperation-div-top-1{
    background: url("../images/website-index-cooperation-div-top-1.jpg") no-repeat;
    background-size: 100% 100%;   
}
#website-index-cooperation-div-top-2{
    background: url("../images/website-index-cooperation-div-top-2.jpg") no-repeat;
    background-size: 100% 100%;   
}
#website-index-cooperation-div-top-3{
    background: url("../images/website-index-cooperation-div-top-3.jpg") no-repeat;
    background-size: 100% 100%;   
}
#website-index-cooperation-div-top-4{
    background: url("../images/website-index-cooperation-div-top-4.jpg") no-repeat;
    background-size: 100% 100%;   
}
#website-index-mobile-cooperation-top-box-1{
    background: url("../images/website-index-mobile-cooperation-top-box-1.jpg") no-repeat;
    background-size: 100% 100%;  
}
#website-index-mobile-cooperation-top-box-2{
    background: url("../images/website-index-mobile-cooperation-top-box-1.jpg") no-repeat;
    background-size: 100% 100%;  
}
#website-index-mobile-cooperation-top-box-3{
    background: url("../images/website-index-mobile-cooperation-top-box-1.jpg") no-repeat;
    background-size: 100% 100%;  
}
#website-index-mobile-cooperation-top-box-4{
    background: url("../images/website-index-mobile-cooperation-top-box-1.jpg") no-repeat;
    background-size: 100% 100%;  
}
.website-index-mobile-cloud-xiala{
    width: 14px !important;
    height: 14px !important;
    vertical-align: middle;
    transition: all 0.5s;
    margin-left: auto;
}
.website-index-mobile-cloud-xiala-active{
    transform: rotate(180deg);
    margin-top: 5px;
}
.website-index-project-header-all-hr{
    width: calc(100% - 72px);
    height: 2px;
    margin-left: 36px;
    background: rgba(17,17,17,0.07);
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.website-index-cloud-shield{
    width: 20px;
    height: 200px;
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 1;
    background: #F8F7FC;
}
.website-index-mobile-cloud-shield{
    width: 10px;
    height: 70px;
    position: absolute;
    left: 16px;
    top: 0px;
    z-index: 1;
    background: #F8F7FB;
}
.website-index-cooperation-div-money{
    font-size: 20px;
}
.website-index-mobile-cooperation-div>.cd-gallery{
    padding-left: 0px;
}
.website-index-mobile-cooperation-money{
    font-size: 16px !important;
}
@media only screen and (min-width: 768px){
    .cd-gallery > li{
        width: 100% !important;
    }
}
.video-mobile-dialog{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(148 148 148 / 85%);
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.video-mobile-my-video-box{
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.video-mobile-my-video{
    width: 100%;
    height: 200px;
    margin: auto;
}
.video-mobile-my-close{
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.video-mobile-my-close>img{
    width: 30px;
    height: 30px;
}
.website-index-add-cloud{
    width: 100%;
    height: 845px;
    background: url("../images/website-index-add-bg.jpg") no-repeat;
    background-size: 100% 100%;  
}
.website-index-add-body{
    width: 1260px;
    margin: auto;
}
.website-index-add-title{
    font-size: 50px;
    font-weight: bold;
    color: #FE5C0C;
    /* line-height: 33px; */
    padding-top: 90px;
}
.website-index-add-node{
    font-size: 18px;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 16px;
    margin-top: 23px;
    margin-bottom: 94px;
}
.website-index-add-box{
    width: 100%;
    height: 405px;
    display: flex;
}
.website-index-add-big-right{
    width: 1060px;
    height: 100%;
    display: none;
}
.website-index-add-big-right-active{
    width: 1060px;
    height: 100%;
    display: flex;
}
.website-index-add-left{
    width: 200px;
    height: 100%;
}
.website-index-add-middle{
    width: 1060px;
    height: 100%;
    display: flex;
}
.website-index-add-left-name{
    width: 100%;
    height: 64px;
    font-size: 20px;
    background:transparent;
    font-weight: bold;
    color: #717171;
    line-height: 64px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 36px;
    cursor: pointer;
}
.website-index-add-left-name:last-child{
    margin-bottom: 0px;
}
.website-index-add-left-name-active{
    background: #FE5C0C;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 64px;
}
.website-index-add-middle-left{
    width: 225px;
    height: 100%;
    background: rgb(255, 255, 255,0.2);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 20px;
    box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.1);
}
.website-index-add-middle-left-title{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 20px;
    padding-top: 59px;
    padding-bottom: 60px;
    width: 100%;
}
.website-index-add-middle-left-hr{
    width: 168px;
    height: 0px;
    border-bottom: 2px dotted  #FE5C0C;
    margin-left: 28px;
}
.website-index-add-middle-left-img{
    padding-left: 28px;
    padding-right: 28px;
}
.website-index-add-middle-left-img>img{
    width: 168px;
    height: 208px;
}
.website-index-add-middle-left-img>div{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    line-height: 20px;
}
.website-index-add-middle-left-add{
    width: 27px;
    height: 100%;
    padding-top: 65px;
    font-size: 24px;
    color: #3D3D3D;
    line-height: 20px;
    text-align: center;
}
.website-index-add-middle-next{
    width: 518px;
    height: 100%;
    background: rgb(255, 255, 255,0.2);
    box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.1);
}
.website-index-add-middle-next-title{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 20px;
    padding-top: 59px;
    padding-bottom: 60px;
    width: 100%;
}
.website-index-add-middle-next-hr{
    width: 452px;
    height: 0px;
    border-bottom: 2px dotted  #FE5C0C;
    margin-left: 28px;
}
.website-index-add-middle-next-img{
    padding-left: 28px;
    padding-right: 28px;
}
.website-index-add-middle-next-img>img{
    width: 452px;
    height: 208px;
}
.website-index-add-middle-right{
    width: 230px;
    height: 100%;
    background: rgb(255, 255, 255,0.2);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.1);
}
.website-index-add-middle-right-title{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 20px;
    padding-top: 59px;
    padding-bottom: 60px;
    width: 100%;
}
.website-index-add-middle-right-hr{
    width: 190px;
    height: 0px;
    border-bottom: 2px dotted  #FE5C0C;
    margin-left: 20px;
}
.website-index-add-middle-right-ul{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 44px;
}
.website-index-add-middle-right-li{
    margin-bottom: 5px;
}
.website-index-add-right-li-ball{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 18px;
    background: #FE5C0C;
}
.website-index-add-right-li-node{
    display: inline-block;
    font-size: 14px;
    color: #000000;
    vertical-align: middle;
    line-height: 28px;
    margin-left: 12px;
}
.website-index-add-middle-next-img-node{
    width: 100%;
    display: flex;
}
.website-index-add-middle-next-node-1{
    width: 200px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    line-height: 20px;
}
.website-index-add-middle-next-node-2{
    width: 226px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    line-height: 20px;
}
.website-index-mobile-server{
    background: url("../images/website-index-mobile-server-bg.jpg") no-repeat;
    background-size: 100% 100%;  
}
.website-index-mobile-server-title{
    padding-top: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #EA5F1A;
    text-align: center;
    letter-spacing: 2px;
 }
 .website-index-mobile-server-node{
    text-align: center;
    padding-top: 16px;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 6px;
 }
 .website-index-mobile-server-top{
    /* width: 100%; */
    padding-left: 23px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 40px;
    white-space:nowrap;
 }
 .website-index-mobile-server-top::-webkit-scrollbar {
	width: 0px;
    height: 0px;    
}
 .website-index-mobile-server-name{
    width: 120px;
    height: 40px;
    background: transparent;
    font-size: 12px;
    color: #717171;
    line-height: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 26px;
 }
 .website-index-mobile-server-name-active{
    background: #FE5C0C;
    color: #FFFFFF;
 }
 .website-index-mobile-server-bottom{
    margin-top: 32px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 66px;
 }
 .website-index-mobile-server-bottom-box{
    width: 100%;
    height: 100%;
    display: none;
 }
 .website-index-mobile-server-bottom-box-active{
    display: block;
 }
 .website-index-mobile-server-row{
    width: 100%;
    display: flex;
    height: 210px;
 }
 .website-index-mobile-server-left{
    width: 130px;
    height: 210px;
    font-size: 20px;
    color: #FE5C0C;
    line-height: 32px;
    text-align: center;
    padding-top: 68px;
    border: 1px dotted  #FE5C0C;
 }
.website-index-mobile-server-left-first{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.website-index-mobile-server-row-add{
    width: 100%;
    padding-left: 60px;
    font-size: 24px;
    color: #3D3D3D;
    line-height: 25px;
}
.website-index-mobile-server-row-sh{
    height: 25px;
}
.website-index-mobile-server-left-last{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.website-index-mobile-server-right{
    background: rgba(255, 255, 255, 0.3);
    width: 168px;
    height: 210px;
    margin-left: auto;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
}
.website-index-mobile-server-right-first{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.website-index-mobile-server-right-last{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.website-index-mobile-server-img-top{
    width: 168px;
    height: 146px;
}
.website-index-mobile-server-img-middle{
    width: 168px;
    height: 85px;
}
.website-index-mobile-server-right>div{
    font-size: 12px;
    color: #717171;
    line-height: 12px;
    text-align: center;
}
.website-index-mobile-server-right-ul{
    width: 100%;
    padding-left: 17px;
    padding-right: 18px;
    padding-top: 55px;
}
.website-index-mobile-server-right-li{
    width: 100%;
    text-align: left;
}
.website-index-mobile-server-right-ball{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    vertical-align: middle;
    background: #FE5C0C;
}
.website-index-mobile-server-right-text{
    display: inline-block;
    font-size: 12px;
    color: #000000;
    vertical-align: middle;
    line-height: 20px;
    margin-left: 3px;
}
.website-index-mobile-cooperation-a-line{
    width: 100%;
    height: 10px;
    background: url("../images/website-index-mobile-line.png") no-repeat;
    background-size: 100% 100%;  
    position: absolute;
    bottom: -5px;
}
.swiper-wrapper{
    height: 700px !important;
}