/*PC端*/
/*@font-face{*/
/*    font-family: OPPOSans;*/
/*    src: url("./OPPOSans-R-2.ttf");*/
/*}*/
/*a, span, p, li, div{*/
/*    font-family: 'OPPOSans';*/
/*}*/
.technology0 {
    width: 100%;
    height: auto;
}
.technology0 img {
    width: 100%;
}
.technology0-text {
    position: absolute;
    top: 35%;
    z-index: 99;
    /*background: #0d60dd;*/
    left: 50%;
    width: 800px;
    height: 200px;
    margin-left: -400px;
    margin-top: -100px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}
.technology0-text span:nth-child(2) {
    font-size: 32px;
    letter-spacing: 10px;
}
.c5 {
    background: #ffffff;
}
.technology1 {
    /*background: url(../images/technology1.png) center;*/
    background-size: 100% 100%;
    /*height: 432px;*/
    position: relative;
}
.technology1-left,.technology1-right {
    width: 775px;
    height: 100%;
    padding: 50px 10px 60px 82px;
    box-sizing:border-box;
    position: absolute;
}
.technology1-left{
    float: left;
    background: url(../images/technology1-1.png) center;
    background-size: 100% 100%;
}
@keyframes fade {
    from {background-color:#00CC33}
    to {background-color:#0C0C0C;;}
}
.technology1-left:hover {
    background: url(../images/technology1-1-1.png) center;
    background-size: 100% 100%;
    color: #ffffff;
    opacity: 0.1;
}
.technology1-right{
    float: right;
    right: 0;
    background: url(../images/technology1-2.png) center;
    background-size: 100% 100%;
    padding: 124px 52px 0 230px;
}
.technology1-right:hover {
    background: url(../images/technology1-2-1.png) center;
    background-size: 100% 100%;
    color: #ffffff;
}
.technology1-in {
    width: 200px;
    height: 100%;
    margin: auto;
    float: contour;
    padding: 116px 0;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    z-index: 99;
}
.technology1-in-circular1 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #ffffff;
    padding: 10px 0;
    animation: scalc 2s infinite linear;
}
.technology1-in-circular2 {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #0a3889;
    margin: auto;
    padding: 50px 0;
}
.technology1-in p {
    font-size: 17px;
    margin: 6px 0;
}
.technology1 .technology1-left .title, .technology1 .technology1-right .title {
    margin-bottom: 5px;
    text-align: left;
    align-items: flex-start;
}
.technology1 .technology1-left .title_sub, .technology1 .technology1-right .title_sub {
    margin-bottom: 33px;
    font-size:16px;
    font-weight: initial;
}
.technology1 ul li {
    font-size: 18px;
    line-height: 40px;
    list-style: disc;
}
.technology1 ul li::marker{
    color: #0d469d;
    font-size: 25px;
}
.technology1:hover ul li::marker {
    color: #ffffff;
}
.technology2 {
    background: #f2f2f2;
    height: auto;
    padding: 100px 0;
}
.technology2-main {
    position: relative;
    height: 417px;
}
.technology2-main .ball{
    position: absolute;
    display: flex;
    flex-direction: row;
    z-index: 100;
    align-items: center;
    top: 0;
}
.technology2-main .bal2{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    z-index: 100;
    align-items: center;
}
.technology2-main .bal3{
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
    z-index: 100;
    top: 0;
    align-items: center;
}
.technology2-main .bal4{
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
    z-index: 100;
    align-items: center;
    bottom: 0;
}
.technology2-main .bal3-r .text{
    width: 320px;
    margin-left: 105px;
}
.technology2-main .circle1 {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.technology2-main .circle2 {
    width: 200px;
    height: 200px;
    background: #0e4aa2;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    left: 150px;
    top: 150px;
    animation:fadenum 5s infinite;
    z-index: 2;
}
.sc1, .sc2, .sc3 {
    width: 10px;
    height: 10px;
    background: #b5effb;
    border: 1px solid #b5effb;
    border-radius: 50%;
    position: absolute;
}
.sc1 {

    left: 6.5%;
    top: 20%;
}
.sc2 {
    right: 6.5%;
    top: 20%;
}
.sc3 {
    left: 50%;
    bottom: -5px;
}
@keyframes fadenum{
    100%{transform:rotate(360deg);}
}
.technology2-main .circle3 {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/technology2-core2.png") no-repeat;
    background-size: cover;
    animation: firstdiv 2s linear 2s infinite alternate;
    z-index: 1;
}
@keyframes firstdiv{
    0%{
        transform: scale(1);
    }
    25%{
        transform: scale(0.9);
    }
    50%{
        transform: scale(0.8);
    }
    75%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(1);
    }
}
.technology2-main .systerm {
    width: 65px;
    height: 65px;
    /*border-radius: 50%;*/
    opacity: 0.8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("../images/technology2-core.png");
    background-size: contain;
    z-index: 3;
}
.technology2-main .text {
    width: 320px;
}
.technology2-main .ball-l .text {
    width: 320px;
    margin-right: 100px;
}
.technology2-main .ball-l .p1 {
    color: white;
    font-size: 18px;
    font-weight: bolder;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    position: relative;
}
.technology2-main .ball-l .p1::after {
    content: "";
    bottom: -1px;
    right: -90px;
    transform: rotate(30deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 90px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    opacity: 1;
}
.technology2-main .ball-l .p1::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #325DC2;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    right: -90px;
    top: 85px;
}
.technology2-main .bal3-r .p1 {
    color: white;
    font-size: 18px;
    font-weight: bolder;
    border-bottom: 1px solid white;
    padding-bottom: 30px;
    position: relative;
    text-align: right;
}
.technology2-main .bal3-r .p1 {
    color: white;
    font-size: 18px;
    font-weight: bolder;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    position: relative;
    text-align: right;
}
.technology2-main .bal3-r .p1::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #195AF5;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: -98px;
    top: 90px;
}
.technology2-icon-p {
    margin-top: 0;
}
.technology2-main .bal3-r .p1::after {
    content: "";
    bottom: -26px;
    left: -94px;
    transform: rotate(-30deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    width: 100px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    opacity: 1;
}
.technology2-main .des {
    color: white;
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
    margin-top: 20px;
    height: 150px;
    overflow: hidden;
}
.technology2-main .ball-l .circle{
    width: 131px;
    height: 131px;
    border-radius: 50%;
    border: 1px dashed #7EABFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 600ms;
    /*margin-left: 110px;*/
}
.technology2-main .ball-l .circle:hover {
    transform: scale(1.1);
}
.technology2-main .bal3-r .circle{
    width: 131px;
    height: 131px;
    border-radius: 50%;
    border: 1px dashed #7EABFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 600ms;
}
.technology2-main .bal3-r .circle:hover {
    transform: scale(1.1);
}
.technology2-main .circle .sc{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(0deg, #1B4098 0%, #117BF0 100%);
    transition: all 600ms;
}
.technology2-main .bal3-r .circle .sc{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(0deg, #1B4098 0%, #117BF0 100%);
    transition: all 600ms;
}
.technology2-left,.technology2-right {
    width: 420px;
    height: 699px;
    box-sizing:border-box;
    padding-top: 100px;
}
.technology2-in {
    width: 600px;
    height: 699px;
    margin: auto;
    float: contour;
}
.technology2-in div {
    width: 100%;
    height: 140px;
    margin-top: 145px;
}
.technology2-in-img1 {
    width: 122px;
    height: 122px;
    float: left;
}
.technology2-in-img2 {
    width: 122px;
    height: 122px;
    float: right;
    margin-right: 25px;
}
.technology2-left{
    float: left;
}
.technology2-right {
    float: right;
}
.technology2-text-div {
    height: 280px;
}
.technology2-text-div p {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}
.technology2-text-div div {
    font-size: 16px;
    line-height: 31px;
}

.technology3-table td {
    width: 224px;
    height: 636px;
}
.technology3-table td:nth-of-type(1n) {
    padding-top: 100px;
}
.technology3-table td:nth-of-type(2n) {
    padding-top: 200px;
}
.technology3-table td img {
    width: 192px;
    height: 192px;
    margin-top: 0;
}
.technology4 {
    background: #f2f2f2;
    padding: 130px
}
.technology-title {
    font-size:38px;
    color: #0C0C0C;
    font-weight: bolder;
    margin: 10px auto;
}
.technology-title-sub {
    font-size:21px;
    color: #231815;
    font-weight: 100;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.technology4 .technology-title {
    color: #0C0C0C;
}
.technology4 .technology-title-sub {
    color: #686767;
    margin-bottom: 40px;
}
.technology4-main {
    /*display: flex*/
}
.technology4-main-div {
    width: 685px;
    height: 325px;
    background: #ffffff;
    padding: 30px;
    display: flex;
    box-shadow:    0px 0px 0px 0px #cfcfcf,   /*上边阴影  红色*/
    0px 0px 0px 0px #cfcfcf,   /*左边阴影  绿色*/
    2px 0px 0px 0px #cfcfcf,    /*右边阴影  蓝色*/
    0px 2.5px 0px 0px #cfcfcf;    /*下边阴影  黄色*/
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.technology4-main-div:hover {
    background: #206fb8;
    color: #f2f2f2;
}
.technology4-main-div:nth-of-type(2n) {
    margin-right: 0;
}
.technology4-main-div-l, .technology4-main-div-r {
    box-sizing:border-box;
    width: 315px;
    color: #0C0C0C;
}
.technology4-main-div-l img {
    width: 100%;
}
.technology4-main-div h4 {
    font-size: 24px;
    font-weight: 900;
    background: url("../images/c4-1-1.png") no-repeat;
    background-size: 35px 35px;
    text-indent: 45px;
    line-height: 35px;
    height: 35px;
}
.technology4-main-txt {
    font-size: 18px;
    line-height: 30px;
    color: #727171;
    padding: 10px 0 0 10px;
}
.technology4-main-div-r {

}
.technology4-main-div:hover .technology4-main-txt, .technology4-main-div:hover h4{
    color: #f2f2f2;
}
.technology3-div {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 150px;
}
.technology3-div-li {
    width: 25%;
    margin: 30px 0;
    transition: all 600ms;
    padding-left: 0;
    text-align: center;
}
.technology3-div-li:nth-of-type(2n) {
     margin-left: -30px;
     margin-top: -30px;
 }
.technology3-div-li img {
    width: 192px;
    height: 192px;
    animation: bounce-down 5s infinite linear;
}
.technology3-div-li div {
    width: 192px;
    height: 192px;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 600ms;
    animation: 3s movedom linear infinite;
}
.technology3-div-li div:before {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.technology3-div-li:hover {
    transform: scale(1.2);
}


.technology2-icon1::before {
    content: url(../images/technology2-icon4.png);
}
.technology2-icon2::before {
    content: url(../images/technology2-icon2.png);
}
.technology2-icon3::before {
    content: url(../images/technology2-icon3.png);
}
.technology2-icon4::before {
    content: url(../images/technology2-icon1.png);
}
.numberRun3_2 {
    color: #206fb8;
    line-height: 60px;
}
.technology1_li {
    width: 25%;
    text-align: center;
}
.technology1_li {
    font-size: 20px;
}
.technology1_div1 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.technology1_div1 h2 span{
    display: block;
    font-weight: 900;
}
.technology1_div1 img {
    width: 250px;
    height: 100px;
    margin: auto;
}
.technology1_div2 {
    margin-top: 20px;
}
.mt50px {
    margin: 70px auto;
}
.technology2-l, .technology2-r {
    box-sizing:border-box;
    width: 50%;
    color: #0C0C0C;
}
.technology2-l {
    padding-right: 50px;
    font-size: 21px;
    word-spacing: 4px;
    letter-spacing: 4px;
}
.technology2-r {
    padding-left: 80px;
}
.technology2-l .technology2-l-h3 {
    font-size: 38px;;
    font-weight: 900;
    word-spacing: 2px;
    letter-spacing: 2px;
}
.technology2-l-p {
    margin: 5px 0 40px 0;
    color: #727171;
}
.technology2-l-main {
    height: 274px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 25px;
    line-height: 38px;
    color: #727171;
}
.technology2-l-main::-webkit-scrollbar {       width: 3px; background-color: #b6b6b6;     }
.technology2-l-main::-webkit-scrollbar-track { display: block;    background-color: #6f6d6d;  border-radius: 3px; }
.technology2-l-main::-webkit-scrollbar-thumb {     background: #b6b6b6;     border-radius: 3px;   }
.technology2-r img {
    width: 620px;
    height: 415px;
    margin-right: 0;
}
.counter {
    font-size: 80px;
    color: #206fb8;
}
.technology3_l, .technology3_r {
    box-sizing:border-box;
    /*width: 50%;*/
    color: #0C0C0C;
    width: 680px;
}
.technology3_l {
    margin-right: 20px;
}
.technology3_r {
    margin-left: 20px;
}
.technology3_l .technology3_l_s {
    width: 100%;
    height: 190px;
    background: url(../images/c3-t1.jpg) center;
}
.technology3_r .technology3_r_s {
    width: 100%;
    height: 190px;
    background: url(../images/c3-t2.jpg) center;
}
.technology3 h3 {
    padding: 80px 0 0 80px;
    font-size: 38px;
    color: #f2f2f2;
}
.technology3 p {
    color: #f2f2f2;
    font-size: 20px;
    padding: 0 0 0 80px;
    margin-top: 0;
}
.technology3 ul {
    width: 100%;
    background: #f2f2f2;
    padding: 15px 80px;
}
.technology3 ul li {
    height: 30px;
    line-height: 30px;
    margin: 15px 0;
    background: url("../images/li-1.png") no-repeat 4px 4px;
    background-size: 18px 18px;
    text-indent: 35px;
}
.technology5 {
    height: 685px;
    width: 100%;
    background: url("/images/c5.jpg");
    background-size: 100% 100%;
    padding: 100px 0 80px 0;
}
.technology5-l, .technology5-r {
    box-sizing:border-box;
    width: 50%;
    color: #ffffff;
}
.technology5-r img {
    display: block;
    margin-top: 50px;
    float: right;
}
.technology5-l .t5_p1 {
    font-size: 36px;
    word-spacing: 8px;
    letter-spacing: 8px;
    margin: 0;
}
.technology5-l .t5_p2 {
    font-size: 23px;
    margin: 0;
}
.technology5-l .t5_p3 {
    font-size: 32px;
    margin: 95px 0 0 0;
}
.technology5-l .t5_p4 {
    font-size: 60px;
    font-weight: 900;
    word-spacing: 3px;
    letter-spacing: 3px;
    background: url("../images/c5-1.png") no-repeat;
    background-size: 85px 85px;
    text-indent: 100px;
    margin: 10px 0 0 0;
}
.technology5-l .t5_p7 {
    font-size: 38px;
    font-weight: 900;
    word-spacing: 3px;
    letter-spacing: 3px;
    text-indent: 100px;
    margin: 10px 0 0 0;
}
.technology5-l .t5_p8 {
    font-size: 38px;
    font-weight: 900;
    word-spacing: 3px;
    letter-spacing: 3px;
    text-indent: 100px;
    margin: 10px 0 0 0;
}
.technology5-l .t5_p5 {
    font-size: 25px;
    word-spacing: 3px;
    letter-spacing: 3px;
    margin: 100px 0 0 0;
}
.technology5-l .t5_p6 {
    font-size: 22px;
    margin: 10px 0 0 0;
}

.technology3 ul:hover {
    background: #206fb8;
    color: #f2f2f2;
}
.technology3 ul:hover li{
    background: url("../images/li-2.png") no-repeat 4px 4px;
}
.technology3-0 {
    padding: 100px 0;
}

/*手机端css*/

@media (max-width: 768px){
    .banner {
        height: 10rem;
        background-size: 100% 100% !important;
    }
    .main1400 {
        display: flex;
        width: 100%;
        margin: 0 auto;
    }
    .technology-title {
        font-size: 20px;
    }
    .technology-title-sub {
        font-size: 16px;
        width: 95%;
        margin: auto;
    }
    .footer1 {
        display: none;
    }
    .technology2-main .bal3-r .circle {
        margin-top: 30px;
    }
    .technology2-main .bal3-r .text,.technology2-main .bal3-r .text {
        width: 100%;
    }
    .technology2-main .ball-l .text {
        width: 100%;
        margin-right: 0px;
    }
    .technology0 {
        margin-top: 4rem;
    }
    .technology0-text {
        display: none;
    }
    .technology1 {
        display: block !important;
    }
    .technology1_li {
        width: 100%;
        margin-bottom: 50px;
    }
    .technology2 {
        padding: 50px 0;
    }
    .technology2-main {
        display: block;
        height: auto;
    }
    .technology2-l, .technology2-r {
        width: 100%;
    }
    .technology2-l {
        width: 95%;
        padding-right: 0;
        margin: auto;
        font-size: 18px;
    }
    .technology2-l h3 {
        font-size: 30px !important;
        text-align: center;
    }
    .technology2-l-p {
        text-align: center;
    }
    .technology2-l-main {
        padding:0;
        word-break: break-all;
        margin-bottom: 20px;
    }
    .technology2-r {
        padding-left: 0px;
    }
    .technology2-r img {
        width: 100%;
        height: auto;
    }
    .technology3-0 {
        padding: 0;
    }
    .technology3-0 .qyhj {
        padding: 0;
    }
    .technology3 {
        display: block;
    }
    .technology3_l, .technology3_r {
        width: 100%;
        margin: 0;
    }
    .technology3 h3 {
        width: 95%;
        margin: auto;
        padding: 25px 0 0 0;
        font-size: 30px;
        text-align: center;
    }
    .technology3 p {
        color: #f2f2f2;
        width: 95%;
        margin: 10px auto 0 auto;
        font-size: 18px;
        padding: 0;
        text-align: center;
    }
    .technology3 ul {
        padding: 10px;
        margin-bottom: 30px;
    }
    .technology3 ul li {
        width: 95%;
        margin: auto;
        text-indent: 23px;
        overflow: hidden;
        background: url("../images/li-1.png") no-repeat 0px 5px;
        font-size: 0.6rem;
    }
    .technology3_r .technology3_r_s, .technology3_l .technology3_l_s {
        height: 120px;
    }
    .technology4 {
        padding: 100px 0
    }
    .technology4-main-div {
        width: 100%;
        padding: 0;
        display: block;
        height: auto;
    }
    .technology4-main-div-l, .technology4-main-div-r {
        width: 75%;
        margin: auto;
    }
    .technology4-main-div-r {
        width: 95%;
        margin: 10px auto;
    }
    .technology5 .main1400 {
        display: block;
    }
    .technology5-l {
        width: 95%;
        margin: auto;
    }
    .technology5-r {
        display: none;
    }
    .technology5-l .t5_p2 {
        font-size: 20px;
    }
    .technology5-l .t5_p1 {
        font-size: 30px;
    }
    .technology5-l .t5_p3 {
        font-size: 26px;
    }
    .technology5-l .t5_p4 {
        font-size: 30px;
        background-size: 42px 42px;
        text-indent: 47px;
    }
    .technology5-l .t5_p5 {
        font-size: 20px;
    }
    .technology5-l .t5_p6 {
        font-size: 18px;
    }
    .technology-title-sub {
        text-align: center;
    }
    .technology5 {
        background-size: auto;
    }
}