
.socialMedia-banner{
    background: #e6f0fa url('https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/socialMedia/sm_banner.png') no-repeat center bottom;
    height: 750px;
}
.socialMedia-center{
    padding: 75px 0 65px 0;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.socialMedia-center-ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 30px;
    margin-top: 90px;
}
.socialMedia-center-ul-item{
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 25px 15px;
    position: relative;
}
.socialMedia-center-ul-item-img{
    position: absolute;
    right: 25px;
    top: 15px;
}
.socialMedia-center-ul-item-title{
    font-size: 40px;
    color: #000000;
    padding-bottom: 10px;
}
.socialMedia-center-ul-li{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    position: relative;
    padding-left: 12px;
}
.socialMedia-center-ul-li::after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000000;
    margin-right: 5px;
}
.socialMedia-mt{
    background-color: #e6f0fa;
    min-width: 1200px;
    padding: 75px 0 65px 0;
}
.socialMedia-mt-info{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 20px;
}
.socialMedia-mt-item{
    background: url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/socialMedia/h300Bf.png") no-repeat center center;
    height: 300px;
    position: relative;
}
.itemRow{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.itemRow-info{
    width: 140px;
    text-align: center;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 70px;
    transition: all 0.5s ease;
}
.itemRow-info:nth-child(2n){
    margin-top: 194px;
}
.itemRow-info div{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
    transition: all 0.5s ease;
}
.itemRow-info span{
    display: block;
    /* background-color: #000000; */
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.5);
    box-shadow: 0 0 10px  rgba(0,0,0,0.1);
    font-size: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}
.itemRow-info span::after{
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background-color: #1e73f1;
    transition: all 0.5s ease;
}
.itemRow-info:hover span{
    border: 3px solid rgba(255,255,255,1);
    box-shadow: 0 0 10px  rgba(0,0,0,0.3);
    transition: all 0.5s ease;
}
.itemRow-info:hover span::after{
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background-color: #0a60df;
}
.itemRow-info:hover div{
    color: #1e73f1;
}

.new-button{
    margin-top: 70px;
    text-align: center;
}
.new-button a:link,.new-button a:visited{
    color: #ffffff;
    height: 48px;
    border-radius: 48px;
    padding: 0 50px;
    cursor: pointer;
    background-color: #1e73f1;
    display: inline-block;
    line-height: 48px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.new-button a:hover{
    background-color: #4992fe;
}
.new-button a span{
    right: -48px;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #000000;
    box-sizing: border-box;
}
.new-button a span .img1{
    display: block;
}
.new-button a span .img2{
    display: none;
}
.new-button a:hover span{
    background-color: #000000;
}
.new-button a:hover span .img2{
    display: block;
}
.new-button a:hover span .img1{
    display: none;
}

.new-border-item-more{
    background-color: #1d1d1d;
    color: #ffffff;
    font-size: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 20px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.new-border-item:hover .new-border-item-more{
    background-color: #1e73f1;
}


.showInfo{
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.showInfo-nr{
    width: 500px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 20px;
    align-items: start;
    position: relative;
}
.showInfo-nr div{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.showInfo-nr input{
    font-size: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 40px;
    height: 40px;
    padding: 0 15px;
    font-family: 'Microsoft YaHei';
    width: 100%;
    box-sizing: border-box;
}
.showInfo-nr  button{
    border-radius: 40px;
    height: 40px;
    border: 0;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 0 15px;
    font-family: 'Microsoft YaHei';
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}
.showInfo-nr  button:hover{
    background-color: #1d7af3;
}
.mt10{
    margin-top: 10px;
}
.showInfo-nr  .gbi{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-size: 12px !important;
    padding: 0 !important;
    line-height: 24px !important;
}
.showInfo-nr  .gbi:hover{
    background-color: rgba(0, 0, 0, 0.2);
}

.socialMedia-yy{
    padding: 75px 0 65px 0;
}
.socialMedia-yy-info{
    display: flex;
    justify-content: space-between;
    gap: 55px;
    margin-top: 40px;
}

.socialMedia-yy-info-item{
    border-bottom: 2px dashed #b8b8b8;
    padding: 20px 0;
}

.socialMedia-yy-info-item-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #000000;
    
}
.socialMedia-yy-info-item-content{
    font-size: 18px;    
    line-height: 28px;
    color: #000000;
    margin-top: 20px;
    display: none;
}
.socialMedia-yy-info-item span{
    border-radius: 50%;
    border: 2px solid #000000;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.socialMedia-yy-info-item span::after{
    content: "+";
    display: block;
    font-size: 18px;
}
.socialMedia-yy-info-item span.active::after{
    content: "-";
    display: block;
    font-size: 18px;
}
.width100{
    width: 100%;
}

.sm-ggao{
    background-color: #e6f0fa;
    padding: 75px 0 65px 0;
}

.sm-ggao-info{
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.sm-ggao-info-item-title{
    color: #1e73f1;
    font-size: 25px;
}
.sm-ggao-info-item-content{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-top: 5px;
    
}
.sm-ggao-info-item-content span{
    font-weight: bold;
}
.sm-ggao-info-item-info{
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}
.sm-ggao-info-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 270px;
}
.sm-ggao-info-conter{
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 150px;
    align-items: center;
    
}
.sm-ggao-info-right{
    width: 240px;
    display: flex;
    gap: 26px;
    flex-direction: column;
}
.sm-ggao-info-right div{
    background-color: #c1d6f7;
    text-align: center;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #1e73f1;
    font-size: 25px;
    padding: 8px 0;
    line-height: 30px;
    font-weight: bold;
    height: 76px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sm-ggao-info-right div:hover{
    background-color: #0a60df;
    color: #ffffff;
}
.sm-ggao-info-bottom{
    display: flex;
    justify-content: space-between;
    gap: 70px;
    margin-top: 20px;
}
.sm-ggao-info-bottom-item{
    background-color: #ffffff;
    border-radius: 40px;
    border: 3px solid #1e73f1;
    position: relative;
    padding: 50px 30px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 0  rgba(0,0,0,0.5);
    transition: all 0.5s ease-in-out;
}
.sm-ggao-info-bottom-item-img{
    text-align: center;
}
.sm-ggao-info-bottom-item-info{
    padding: 20px 0;
    line-height: 30px;
    font-size: 18px;
    height: 300px;
}
.sm-ggao-info-bottom-item-info span{
    color: #0a60df;
}
.sm-ggao-info-bottom-item-tu{
    position: absolute;
    left: -5px;
    bottom: -15px;
    overflow: hidden;
    box-shadow: 0 0 15px  rgba(0,0,0,0.2);
    font-size: 0;
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
}
.sm-yunying-anli{
    padding: 75px 0 65px 0;
}
.sm-yunying-anli-info{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.prinfo{
    position: relative;
}
.prinfo-content{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 120px 0 0 60px;
}
.prinfo-content-title{
    font-size: 20px;
    color: #222222;
}
.prinfo-content-num{
    font-size: 42px;
    font-weight: bold;
    color: #1e73f1;
}
.prinfo-content-right{
    display: flex;
    width: 330px;
    flex-direction: column;
    padding-top: 70px;
}
.prinfo-content-right-title{
    font-weight: bold;
    font-size: 30px;
    color: #1e73f1;
}
.prinfo-content-right-row{
    color: #1e73f1;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 15px;
}
.prinfo-content-right-info{
    font-size: 18px;
    color: #1d1d1d;
    line-height: 25px;
    margin-top: 15px;
}
.sm-ggao-info-bottom-item:hover{
    box-shadow: 0 0 25px  rgba(0,0,0,0.5);
}
.sm-ggao-info-bottom-item:hover .sm-ggao-info-bottom-item-tu{
    box-shadow: 0 0 25px  rgba(0,0,0,0.5);
}

.New_Mobile .socialMedia-banner{
    height: auto;
    background: #e6f0fa;
}

.New_Mobile .socialMedia-center{
    padding: 35px 20px;
}
.New_Mobile .sm-ggao-info-bottom-item,.New_Mobile .socialMedia-banner img,.New_Mobile .socialMedia-center-title img,.New_Mobile .w1200,.New_Mobile .socialMedia-mt-title img,.New_Mobile .socialMedia-mt-item img,.New_Mobile .socialMedia-yy-info img,.New_Mobile .sm-ggao-info-left{
    width: 100%;
    box-sizing: border-box;
}
.New_Mobile .socialMedia-center-ul{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.New_Mobile .socialMedia-mt,.New_Mobile .socialMedia-yy,.New_Mobile .sm-ggao{
    min-width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
}
.New_Mobile .socialMedia-mt-item{
    background: none;
    height: auto;
    width: 100%;
    box-sizing: border-box;
}
.New_Mobile .socialMedia-yy-info{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.New_Mobile .sm-ggao-info{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}
.New_Mobile .sm-ggao-info-item-content{
    width: 100% !important;
}
.New_Mobile .sm-ggao-info-conter{
    gap: 30px;
}
.New_Mobile .sm-ggao-info-conter img{
    max-width: 100%;
}
.New_Mobile .sm-ggao-info-right{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.New_Mobile .sm-ggao-info-bottom{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.New_Mobile .sm-ggao-info-bottom img{
    width: 100%;
}
.New_Mobile .sm-ggao-info-bottom-item-tu{
    bottom: -5px;
    width: calc(100% + 10px);
}
.New_Mobile .sm-yunying-anli{
    padding: 30px 20px;
    box-sizing: border-box;
}
.New_Mobile .sm-yunying-anli-info{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.New_Mobile .sm-yunying-anli-info img{
    width: 100%;
}
.New_Mobile .prinfo-content-right{
    margin: 0;
    width: 100%;
    padding: 0;
}
.New_Mobile .socialMedia-center-ul-item{
    padding: 20px 16px;
}
.New_Mobile .socialMedia-center-ul-item-img{
    right: 15px;
}
.New_Mobile .socialMedia-center-ul-item-img img{
    width: 80px;
}
.New_Mobile .socialMedia-center-ul-item-title{
    font-size: 36px;
}
.New_Mobile .socialMedia-center-ul-li,.New_Mobile .socialMedia-mt-info{
    font-size: 14px;
    line-height: 21px;
}
.New_Mobile .new-button{
    margin-top: 35px;
}
.New_Mobile .socialMedia-yy-info-item-title{
    font-size: 18px;
}
.New_Mobile .socialMedia-yy-info-item-content{
    font-size: 14px;
}
.New_Mobile .socialMedia-yy-info-item{
    padding: 10px 0;
}
.New_Mobile .socialMedia-yy-info-item-content{
    margin-top: 15px;
    line-height: 21px;
}
.New_Mobile .sm-ggao-info-bottom-item-img img{
    text-align: center;
    width: auto;
}
.New_Mobile .sm-ggao-info-right div{
    font-size: 18px;
    line-height: 1.5;
}
.New_Mobile .sm-ggao-info-item-title{
    font-size: 18px;
    font-weight: bold;
}
.New_Mobile .sm-ggao-info-item-content{
    font-size: 18px;
}
.New_Mobile .sm-ggao-info-bottom-item-info{
    font-size: 16px;
}
.New_Mobile .prinfo-content-right-title{
    font-size: 24px;
    margin-top: 10px;
}
.New_Mobile .prinfo-content-right-row{
    font-size: 18px;
    margin-top: 10px;
}
.New_Mobile .prinfo-content-right-info{
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
}