@font-face{
    font-family:FZDaBiaoSong-B06S;
    src:url('../font/FZCSJW.TTF');
}
#index{
    width: 1920px;
    height: 1080px;
    background-image: url("../img/bg.png");
}
#head{
    width: 1920px;
    height: 109px;
    line-height: 109px;
    background-image: url("../img/titlebg.png");
    background-size: 100% 100%;
    text-align: center;
}
#head>span{
    font-size: 45px;
    font-family: FZDaBiaoSong-B06S;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 20px;
    background: linear-gradient(0deg, #FFFFFF 0%, #00FFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#content{
    width: calc(100% - 40px);
    height: 920px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
}
#integratedInto{
    width: 205px;
    height: 100%;
    background-image: url("../img/integratedInto.png");
}
#integratedInto>div{
    width: 144px;
    height: 138px;
    margin:0 auto;
}
#integratedInto>div:nth-of-type(1){
    background-image: url("../img/green.png");
    margin-top: 140px;

}
#integratedInto>div:nth-of-type(2){
    background-image: url("../img/blue.png");
    margin: 110px auto;

}
#integratedInto>div:nth-of-type(3){
    background-image: url("../img/violet.png");
}
#integratedInto>div>div{
    text-align: center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 50px;
}
#integratedInto>div>p{
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height:35px;

}
#integratedInto>div>p>span{
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;;
}
.greens{
    color: #AFFF68;
}
.green{
    color: #6BCF12;
}
.blues{
    color: #B0E7FF;
}
.blue{
    color: #02A7E4;
}
.violets{
    color: #C7EFFE;
}
.violet{
    color: #BD90FF;
}
#paper{
    width: 229px;
    position: relative;
}
#paper>img{
    position: absolute;
}
.frontX{
    left: -50px;
    top: -160px;
    z-index: 0;
}
.queenX{
    right: -10px;
    top: -10px;
    z-index: 0;
}
#paper>div{
    width: 154px;
    padding: 2px 12px;
    /*height: 19px;*/
    font-size: 18px;
    font-family: FZCuSong-B09S;
    font-weight: 400;
    color: #C7EFFE;
    line-height: 36px;
    margin: 0 auto;
    position: relative;
    z-index: 10;

}
#paper>div:nth-of-type(1){
    background: #8E4EED;
    border-radius: 3px;
    margin-bottom: 5px;
}
#paper>div:nth-of-type(2){
    background: #0054D3;
    border-radius: 3px;
}
#data{
    width: 763px;
    height: 787px;
    margin-top: 16px;
    background-image: url("../img/data.png");

}
#dataNumber{
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    position: relative;
    bottom: 20px;
}
#dataNumber>div{
    display: flex;
    justify-content: space-between;
    border-left:1px solid #0349FF;
    padding: 0 20px;
}
#dataNumber>div:nth-of-type(1){
    border-left: 0px;
}
.dataNumbers>div{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #02A7E4;
    line-height: 36px;

}
.dataNumbers>div>span{
    font-size: 30px;
    font-family: FZDaBiaoSong-B06S;
    font-weight: 400;
    color: #020202;
    line-height: 36px;

    background: linear-gradient(0deg, #02A7E4 0%, #FEFDFA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dataNumbers>p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1EC2FF;
    line-height: 36px;
}
#integrationInto{
    width: 736px;
    height: 238px;
    margin: 10px auto;
    background-image: url("../img/zhbr.png");
    position: relative;
}
.integrationIntoTitle{
    width: 335px;
    height: 213px;
    margin: 0 auto;
   position: relative;
    top: 30px;
    background-image:url("../img/integrationIntoTitle.png");
}
.integrationIntoTitle>div:nth-of-type(1){
    padding-top: 80px;
}
.integrationIntoTitle>div{
    font-size: 18px;
    font-family: FZDaBiaoSong-B06S;
    font-weight: 400;
    color: #E4FAFF;
    line-height: 24px;
    text-align: center;
}
#integrationLeft{
    width: 250px;
    position: absolute;
    left: 0px;
    top: 50px;
}
#integrationRight{
    width: 250px;
    position: absolute;
    right: 0px;
    top: 50px;
}
#integrationLeft>div{
    text-align: right;
}
#integrationLeft>div,#integrationLeft>div span{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #39D7FF;
    line-height: 22px;
    margin: 0 10px;
    background: linear-gradient(-90deg, #00F0FF 0%, #61B7FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#integrationRight>div{
    text-align: left;
}
#integrationRight>div,#integrationRight>div span{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #39D7FF;
    line-height: 22px;
    margin: 0 10px;
    background: linear-gradient(-90deg, #00F0FF 0%, #61B7FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#noticeContent{
    width: 425px;
    height: 201px;
    overflow: hidden;
}
#remoteContent{
    width: 208px;
    height: 201px;
    background-image: url("../img/bk.png");
    background-size: 100% 100%;
    text-align: center;
}
#remoteContent>img{
    margin-top: 20px;
}
#remoteContent>div{
    font-size: 18px;
    color:#1EC2FF;
    margin: 20px 0;
}
.swiper-button-next, .swiper-button-prev,.swiper-button-next1, .swiper-button-prev1{
    display: initial;
    position: initial;
    width: 22px;
    height: 22px;
    margin: 0 10px;
}
.swiper-button-next2, .swiper-button-prev2{
    display: initial;
    position: initial;
    width: 14px;
    height: 24px;
    margin: 0 10px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
#doubleParallel{
    width: 676px;
     height: 231px;
    margin: 0px auto;
    background-image: url("../img/shbx.png");
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    padding:50px 30px 20px 30px;
}
#specialistPosition{
    width: 425px;
}
#remoteCenter{
    width: 208px;
}
.titlePosition{
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}
.titlePosition>div:nth-of-type(1){
    font-size: 16px;
    font-family: FZCuSong-B09S;
    font-weight: 400;
    color: #1EC2FF;
}
.titlePosition>div:nth-of-type(2){
    width: 60px;
    display: flex;
    justify-content: space-between;
}
.contentPosition{
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}
.routineData{
    width: 135px;
    height: 193px;
    border: 1px solid #0434BA;
    border-radius: 5px;
    margin-bottom: 5px;
}
.routineContent{
    /*display: flex;*/
    /*justify-content: space-between;*/
    align-items: center;
    padding: 5px 10px;
}
.routineContent>div:nth-of-type(1){
    margin-top: 20px;
}
.routineContent>div:nth-of-type(2){
    width: 100%;
    border-top: 1px dashed #1EC2FF;
    margin: 20px 0 ;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 200;
    color: #1EC2FF;
}
.routineContent img,.routineContent span{
    display: inline-block;
    vertical-align: middle;
}
.unit{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1EC2FF;
 }
.unit>span{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
}
.routineTitle{
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #022280;
    border-radius: 5px 5px 0px 0px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #C8EEFC;
    text-align: center;
}
.routineTitle>span{
    margin-left: 10px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #C8EEFC;
}
#branchCenter{
    width:716px;
    height: 69px;
    margin: 5px auto;
    background-image: url("../img/fzx.png");
    display: flex;
    justify-content: space-between;
    padding:50px 10px 20px 10px;
    align-items: center;
    text-align: center;
}
#branchCenter>div>img{
    width: 60px;
    height:60px;
    vertical-align: middle;
}
#branchCenter>div>span{
    font-size: 18px;
    color:#1EC2FF;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}
#branchCenter>img{
    width: 14px;
    height: 24px;
}
#branchCenter>div{
    width: 668px;
    height: 62px;
}
.completing{
    width: 631px;
    height: 125px;
    background-image: url("../img/completing.png");
    padding: 10px 15px;
    display: flex;
}
.subtitle{
    padding:5px 10px 0px 10px;
    width: 19px;
    height: 120px;
    background-image: url("../img/subtitle.png");
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #00C6FF;
    text-align: center;
}
.subtitle>span{
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #00C6FF;
    margin-bottom: 30px;
    text-align: center;
    ransform:rotate(90deg);
    -ms-transform:rotate(90deg); /* Internet Explorer 9*/
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.completingContent>span{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #00C6FF;
}
.completingContent{
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#transChars,#transChars1{
    border-right: 1px solid #012A99;
}
.agents{
    width: 631px;
    height: 193px;
    background-image: url("../img/agents.png");
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

.telephoneTraffic{
    width: 631px;
    height: 425px;
    background-image: url("../img/telephoneTraffic.png");
    padding: 10px 15px;
}
.telephoneTraffic>div{
    display:flex;
}
.telephoneTrafficContent{
    display: flex;
    justify-content: space-between;

}
.telephoneTrafficContent>div{
    width: 50%;
}
#telephonePie{
    position: relative;

}
#telephonePie>img{
    position: absolute;
    top: 20px;
    right: -30px;
}
.pieTitle{
    width: 141px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #00C0FF;
    background-image: url("../img/title1.png");
    margin: 10px auto;

}
.pieTitle1{
    width: 215px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #00C0FF;
    margin: 10px auto;
    background-image: url("../img/title2.png");

}
