.SourceBanner{
    width: 100%;
    position: relative;
    background: #f9f9f9;
    padding:0 0 75px;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: end;
}
.SourceBanner #objectSvg{
    width: 1500px;
    position: absolute;
    right: -31%;
    top: -21%;
}
.SourceBanner > img{
  visibility: hidden;
  width: 1500px;
  margin-top: -21%;
}
.SourceBannerText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -60%);

}
.SourceBannerText h3{
    font-size: 30px;
    color: #4d4d4d;
    line-height: 48px;
    margin-bottom: 8px;
    animation: fade-in-hero 1.5s ease-out 0.3s 1 forwards
}
.SourceBannerText h2{
    font-size: 60px;
    color: #000;
    font-weight: bold;
    line-height: 77px;
    margin-bottom: 21px;
    animation: fade-in-hero 1.5s ease-out 0.6s 1 forwards
}
.SourceBannerText p{
    font-size: 18px;
    color: #4d4d4d;
    font-weight: bold;
    line-height: 40px;
    width: 60%;
    animation: fade-in-hero 1.5s ease-out 0.9s 1 forwards
}
.SourceBannerText a{
    margin-top: 22px;
    font-size: 20px;
    color: #448ef6;
    line-height:30px;
    display: block;
    animation: fade-in-hero 1.5s ease-out 1.2s 1 forwards
}
.SourceBannerText a,.SourceBannerText p,.SourceBannerText h2,.SourceBannerText h3,.SourceContiv{
    transform: translateY(50px);
    opacity: 0;
}
.SourceCont{
    background: #000;
    padding:140px 0 200px;
}
.SourceContiv,.SourceConList li.SourceContiv {
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 153px 8% 96px;
    border-radius: 28px;
    overflow: hidden;
    text-align: right;
    animation: fade-in-hero 1.5s ease-out 1.2s 1 forwards
}
.SourceConList li.SourceContiv{
  background-size: 100% 100%;
}
.mb20{
    margin-bottom: 20px;
}
.SourceContiv.tong,.SourceConList li.SourceContiv.tong{
    text-align: left;
}
.SourceContiv .ico{
    max-width: 322px;
    max-height: 54px;
    position: absolute;
    top: 36px;
    left: 30px;
}
.SourceContiv h2{
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    line-height: 72px;
    margin-bottom: 13px;
}
.SourceContiv h3{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 24px;
}
.SourceContiv p{
    font-size: 18px;
    color: rgba(255,255,255,.6);
    line-height: 40px;
}
.SourceConData{
    padding: 130px 6% 100px;
}
.SourceConData .picture{
    float: right;
    width: 32%;
    position: relative;
}
.SourceConData .picture .default{
    width: 100%;
}
.SourceConData .picture .change,.SourceInterface .picture .change{
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url(../img/sou05_h.png) no-repeat left center;
    background-size:auto 100%;
}
.SourceInterface .picture .change{
    background: url(../img/sou06_h.png) no-repeat left center;
    background-size:auto 100%;
}
.SourceConData .picture .change.animation,.SourceInterface .picture .change.animation{
    animation: HeightB 2s ease-out 0s 1 forwards
}
.SourceConData .fonts{
    float: left;
    width: 68%;
    padding-top:6%;
}
.SourceConData .fonts h2{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 66px;
    margin-bottom: 19px;
}
.SourceConData .fonts span.ts{
    color: #a1a1a6;
    display: block;
}
.SourceConData .fonts p{
    font-size: 18px;
    color: #a1a1a6;
    font-weight: bold;
    line-height: 40px;
}
.SourceConList{
    width: 100%;
}
.SourceConList li{
    float: left;
    margin-right: 20px;
    width: calc(50% - 10px);
    background: url(../img/sou07.png) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding:193px 3% 150px;
}
.SourceConList li:nth-child(2n){
    margin-right: 0;
}
.SourceConList li .ct{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    left:6%;
    top: 35px;
}
.SourceConList li h2{
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    line-height: 66px;
    margin-bottom: 22px;
}
.SourceConList li p{
    font-size: 18px;
    color: #87888d;
    font-weight: bold;
    line-height: 40px;
    min-height: 120px;
}
@keyframes fade-in-hero {
    100% {
        transform: translateY(0);
        opacity: 1
    }
}
@keyframes  HeightB{
    100% {
        width:100%
    }
}
.SourceConSer .left,.SourceConSer .center{
    float: left;
    margin-right: 20px;
    width: calc((100% - 40px) / 3);
    border-radius: 28px;
    overflow: hidden;
}
.SourceConSer .right{
    float: left;
    width: calc((100% - 40px) / 3);
    background: #151516;
    border-radius: 28px;
    overflow: hidden;
    padding:29px 3% 40px;
    text-align: center;
}
.SourceConSer .ts{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}
.SourceConSer .left .box{
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #06141f;
    text-align: center;
    height: calc((551px - 20px) / 2 );
    padding:29px 8% 48px;
}
.SourceConSer .left h2{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 67px;
    padding: 29px 0 8px;
}
.SourceConSer .left p{
    font-size: 16px;
    color: rgba(255,255,255,.6);
    line-height: 35px;
}
.SourceConSer .right h2{
    font-size: 155px;
    color: #fff;
    font-weight: bold;
    line-height: 132px;
    height: 132px;
    position: relative;
}
.SourceConSer .right h2 span{
    font-size: 20px;
    color: rgba(255,255,255,.6);
    margin-left: -69px;
}
.SourceConSer .right h2.time span{
    margin-left: -50px;
}
.SourceConSer .right h3{
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
}
.SourceConSer .right p{
    font-size: 16px;
    color: rgba(255,255,255,.6);
    line-height: 25px;
    padding: 18px 0 25px;
}
.SourceConSer .right .tel{
    font-size: 30px;
    color: #0071e3;
    font-weight: bold;
    border:2px solid #0071e3;
    line-height: 46px;
    border-radius:23px;
}
.SourceConSer .center{
    background: url(../img/sou08.png) no-repeat center;
    background-size: cover;
    padding:29px 3% 122px;
    text-align: center;
}
.SourceConSer .center h2{
    font-size: 170px;
    color: #fff;
    font-weight: bold;
    line-height: 158px;
    margin:124px 0 24px;
}
.SourceConSer .center p{
    font-size: 16px;
    line-height: 27px;
    color: rgba(255,255,255,.6);
}
.SourceInterface,.SourceInterfacet,.SourceInterfaced{
    width: 100%;
    background: url(../img/sou12.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
    border-radius: 28px;
    padding:83px 6%;
    position: relative;
}
.SourceInterfacet{
    background: #151516;
    padding:45px 6% 25px;
}
.SourceInterfacet .picture{
    width: 56%;
    float: right;
}
.SourceInterfaced{
    background: url(../img/sou10.png) no-repeat center;
    background-size: cover;
    padding:0;
    position: relative;
}
.SourceInterface .ts,.SourceInterfacet .ts{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 39px;
    position: absolute;
    top: 30px;
    left:4%;
}
.SourceInterface .fonts{
    width: 52%;
    float: left;
    padding-top:11%;
}
.SourceInterfacet .fonts{
    float: left;
    padding-top: 16%;
}
.SourceInterface .picture{
    width: 38%;
    float: right;
    position: relative;
}
.SourceInterface .fonts h2,.SourceInterfacet .fonts h2,.SourceInterfaced .fonts h2{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 67px;
    margin-bottom: 10px;
}
.SourceInterfaced .fonts{
    margin-left: 6%;
    width: 45%;
    position: absolute;
    top: 50%;
    margin-top: -139px;
}
.SourceInterfaced .picture{
    float: right;
    width: 49%;
}
.SourceInterface .fonts p{
    font-size: 18px;
    color: #a1a1a6;
    line-height: 38px;
}
.SourceInterface .picture .default{
    width: 100%;
}
.SourceInterfacetList{
    float: right;
}
.SourceInterfacetList li{
    float: left;
    width: 240px;
    margin-right: 7px;
    white-space: nowrap;
}
.SourceInterfacetList li:nth-child(3){
    margin-right: 0;
}
.SourceInterfacetList li a{
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}
.SourceInterfacetList li span{
    width: 35px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    line-height: 20px;
    float: left;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
.SourceInterfacetList li span.api{
    background: #0da28a;
}
.SourceInterfacetList li span.fix{
    background: #1a8dbd;
}
.SourceInterfacetList li span.ws{
    background: #6651dd;
}
@media screen and (min-width:1025px){
    .SourceBannerText a:hover{
        text-decoration: underline;
    }
}
@media screen and (max-width:1700px){
    .SourceBannerText p{
        width: 56%;
    }
   
}
@media screen and (max-width:1600px){
    .SourceBannerText{
        transform: translate(-56%, -50%);
    }
    .SourceBannerText p{
        width: 57%;
    }
    .SourceBanner #objectSvg {
        width: 1320px;
        position: absolute;
        right: -31%;
        top: -21%;
    }
   
}
@media screen and (max-width:1500px){
    .SourceBannerText{
        transform: translate(-50%, -50%);
    }
    .SourceBannerText h2{
        font-size: 50px;
    }
    .SourceBannerText p{
        width: 42%;
    }
    .SourceBanner #objectSvg,.SourceBanner > img{
        width: 1300px;
    }
    .SourceInterface .fonts h2,.SourceInterfacet .fonts h2,.SourceInterfaced .fonts h2{
        font-size: 42px;
        line-height: 58px;
    }
    .SourceInterfaced .fonts{
        margin-top: -92px;
    }
}
@media screen and (max-width: 1470px) {
    .SourceBannerText{
        transform: translate(-50%, -14%);
    }
    .SourceBanner #objectSvg {
        width: 1220px;
        position: absolute;
        right: -31%;
        top: -21%;
    }
    
}
@media screen and (max-width:1300px){
    .SourceBanner #objectSvg,.SourceBanner > img{
        width: 88%;
    }
    .SourceBanner{
        padding: 0 0 75px;
    }
    .SourceConSer .center p,.SourceConSer .left p,.SourceConSer .right p{
        font-size: 15px;
    }
}
@media screen and (max-width:1024px){
    /* .SourceBanner #objectSvg{
        display: none;
    } */
    .SourceBanner #objectSvg,.SourceBanner > img{
        width: 100%;
    }
    .SourceBanner {
        padding: 0 0 75px;
        text-align: center;
        min-height: 78vh;
    }
    .SourceBannerText{
        width: 100%;
        position: unset;
        transform: unset;
    }
    .SourceBannerText p{
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }
    .SourceBannerText h3 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 6px;
    }
    .SourceBannerText h2 {
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 12px;
    }
    .SourceBannerText a {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }
    .SourceCont{
        padding: 80px 0 100px;
    }
    .SourceContiv,.SourceConList li.SourceContiv{
        padding: 90px 6% 60px;
        border-radius: 20px;
    }
    .SourceContiv .ico {
        max-width: 108px;
        max-height: 36px;
        top: 25px;
        left: 20px;
    }
    .SourceContiv h2,.SourceConData .fonts h2,.SourceConList li h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 6px;
    }
    .SourceContiv h3,.SourceConList li .ct{
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .SourceConList li .ct{
        margin-bottom: 0;
        left: 6%;
        top: 20px;
    }
    .SourceContiv p,.SourceConData .fonts p,.SourceConList li p{
        font-size: 14px;
        line-height: 26px;
        min-height:78px;
    }
    .SourceConData{
        padding: 70px 0 50px;
    }
    .SourceConList li {
        padding: 93px 3% 50px;
    }
    .SourceConSer .ts,.SourceInterface .ts, .SourceInterfacet .ts{
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    .SourceConSer .center h2 {
        font-size: 94px;
        line-height: 110px;
        margin: 80px 0 12px;
    }
    .SourceConSer .center p, .SourceConSer .left p, .SourceConSer .right p,.SourceInterface .fonts p{
        font-size: 12px;
        line-height: 22px;
    }
    .SourceConSer .right h2 {
        font-size: 100px;
        line-height: 107px;
        height: 107px;
    }
    .SourceConSer .right h2 span {
        font-size: 12px;
        margin-left: -53px;
    }
    .SourceConSer .right h2.time span {
        margin-left: -32px;
    }
    .SourceConSer .right h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .SourceConSer .right .tel {
        font-size: 18px;
        border: 2px solid #0071e3;
        line-height: 36px;
        border-radius: 18px;
    }
    .SourceConSer .right p{
        padding: 9px 0 12px;
    }
    .SourceConSer .left .box{
        height: calc((423px - 20px) / 2 );
        padding: 29px 8%;
    }
    .SourceConSer .left h2 {
        font-size: 30px;
        line-height: 44px;
        padding: 14px 0 4px;
    }
    br.smalls{
        display: none;
    }
    .SourceInterface .fonts h2, .SourceInterfacet .fonts h2, .SourceInterfaced .fonts h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .SourceInterface{
        padding: 50px 6%;
    }
    .SourceInterfacet {
        padding: 25px 6% 12px;
    }
    .SourceInterfaced .fonts{
        margin-top: -65px;
    }
    .SourceConSer .right,.SourceConSer .center,.SourceConSer .left,.SourceInterface,.SourceInterfacet,.SourceInterfaced{
        border-radius: 20px;
    }
    .SourceInterfacetList li a {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .SourceInterfacetList li span{
        font-size: 12px;
        width: 27px;
        margin-right: 6px;
    }
    .SourceInterfacetList li {
        width: 154px;
        margin-right: 3px;
    }
}
@media screen and (max-width:780px){
    .SourceConList li h2{
        font-size: 30px;
        line-height: 40px;
    }
    .SourceInterfacet .fonts{
        width: 100%;
        padding:30px 0 10px;
        text-align: center;
    }
    .SourceInterfacetList{
        width: 100%;
    }
    .SourceInterfacetList li{
        width:calc((100% - 6px)/3)
    }
    .SourceInterfaced .fonts{
        margin-top: -85px;
    }
    .SourceBanner > img {
      margin-top: -10%;
    }
    .SourceBanner #objectSvg {
      top: -10%;
    }
}
@media screen and (max-width:640px){
    .SourceBanner {
        padding: 0 0 35px;
        min-height: 60vh;
    }
    .SourceBannerText h3 {
        font-size: 14px;
        line-height: 26px;
    }
    .SourceBannerText h2 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .SourceBannerText p {
        font-size: 13px;
        line-height: 22px;
    }
    .SourceBannerText a {
        font-size: 14px;
        line-height: 20px;
    }
    .SourceContiv,.SourceContiv.tong,.SourceConList li.SourceContiv.tong{
        text-align: center;
    }
    .SourceContiv .ico{
        position: relative;
        top: 0;
        left: 0;
    }
    .SourceCont {
        padding: 40px 0 30px;
    }
    .SourceContiv,.SourceConList li.SourceContiv {
        padding: 35px 3% 30px;
        border-radius: 5px;
    }
    .SourceContiv .ico{
        margin-bottom: 10px;
    }
    .SourceContiv h2,.SourceConData .fonts h2,.SourceConList li h2{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 2px;
    }
    .SourceConList li h2{
        margin-bottom: 6px;
    }
    .SourceContiv h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .SourceContiv p ,.SourceConData .fonts p,.SourceConList li p{
        font-size: 12px;
        line-height: 20px;
        min-height: 0px;
    }
    .mb20 {
        margin-bottom: 15px;
    }
    br.small{
        display: none;
    }
    .SourceConData{
        padding:20px 0;
    }
    .SourceConData .fonts{
        padding-top: 0;
        width:100%;
        float: none;
        text-align: center;
    }
    .SourceConData .picture {
        float: none;
        margin:20px auto 0;
        width: 50%;
    }
    .SourceConList li:first-child{
        margin-bottom: 15px;
    }
    .SourceConList li {
        padding: 70px 3% 20px;
    }
    .SourceConList li .ct{
        left: 3%;
    }
    .SourceConList li{
        width: 100%;
        margin-left: 0;
    }
    .SourceConList li .ct {
        font-size: 14px;
        line-height: 20px;
    }
    .SourceConSer .center,.SourceConSer .left{
        width: 100%;
        margin-right: 0;
    }
    .SourceConSer .right{
        width: 100%;
    }
    .SourceConSer .left .box{
        height: auto;
        margin-bottom: 15px;
        border-radius: 5px;
        padding: 29px 3%;
    }
    .SourceConSer .left h2{
        font-size: 24px;
        line-height: 32px;
        padding: 10px 0;
    }
    .SourceConSer .center{
        padding: 29px 3% 62px;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .SourceConSer .center h2 {
        font-size: 86px;
        line-height: 96px;
        margin: 40px 0 20px;
    }
    .SourceInterface .fonts,.SourceInterfacet .fonts,.SourceInterfaced .fonts{
        padding: 0;
        width: 100%;
    }
    .SourceInterfaced .fonts{
        position: relative;
        top: 0;
        margin-top: 0;
    }
    .SourceInterface{
        padding: 50px 3%;
        border-radius: 5px;
    }
    .SourceInterface .fonts{
        text-align: center;
    }
    .SourceInterface .fonts h2, .SourceInterfacet .fonts h2, .SourceInterfaced .fonts h2{
        font-size: 24px;
        line-height: 32px;
    }
    .SourceInterface .picture{
        width: 52%;
        margin: 10px 24% 0 0;
    }
    .SourceInterfacet .picture{
        width: 100%;
    }
    .SourceInterfaced{
        border-radius: 5px;
        padding-top: 25px;
    }
    .SourceInterfacet .fonts h2{
        margin: 20px 0;
    }
    .SourceInterfaced .fonts{
        margin-left:3%;
    }
    .SourceInterfacet {
        padding: 56px 3% 25px;
        text-align: center;
        border-radius: 5px;
    }
    .SourceInterfacetList li{
        width: 100%;
        margin-right: 0;
        text-align: left;
    }
    .SourceInterfacetList li a{
        float: left;
        width: 48%;
        font-size: 12px;
    }
    .SourceInterfacetList li a:nth-child(2n){
        float: right;
    }
    .SourceBanner > img {
      margin-top: -2%;
    }
    .SourceBanner #objectSvg {
      top: -4%;
    }
}
@media screen and (max-width: 414px){
 
}