.titletext{
    width: 100%;
    text-align: center;
    line-height: 36px;
    color: rgb(128, 128, 128);
}
.i-process .list {
    background: #fff url("../img/services/line.png") no-repeat center ;
    margin: 0 auto;
    width: 1100px;
    height: 360px;
    color: #333;
}
h3 {
	margin: 0;
}
.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.flow, .cooperation {
    background-color: #fff;
}

.flow {
    height: 660px;
    text-align: center;
}
.flow_severvic {
	height: 710px;
	background: #f8f9f9;
}

.title {
    padding: 60px 0 30px 0;
}

.title-text {
    position: relative;
    padding-bottom: 20px;
    font-size: 34px;
    color: #3a3a3a;
    font-weight: normal;
}

.title-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 110px;
    height: 5px;
    margin-left: -52px;
    background-color: #1b90fd;
}

.title-description {
    margin-top: 40px;
    color: #717171;
    font-size:15px;
    width: 850px;
    margin: 30px auto;
}

.title-description {
    margin-top: 40px;
}

.inner-item {
    margin: 40px auto;
    position: relative;
}

.i-process {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.i-process .hold {
    width: 1106px;
    height: 352px;
    margin: 0 auto;
}

.i-process .btn {
    width: 68px;
    height: 150px;
    line-height: 2;
    color: #333;
    text-align: center;
    transform: translateX(50px);
    opacity: 0;
}

.i-process .btn.cur {
    color: #1b90fd;
}

.i-process .btn:nth-child(1) {
    left: 30px;
    top: 185px;
}

.i-process .btn:nth-child(2) {
    left: 180px;
    top: 71px;
}

.i-process .btn:nth-child(3) {
    left: 350px;
    top: 142px;
}

.i-process .btn:nth-child(4) {
    left: 510px;
    top: 32px;
}

.i-process .btn:nth-child(5) {
    left: 710px;
    top: 102px;
}

.i-process .btn:nth-child(6) {
    left: 910px;
    top: 100px;
}

.i-process .btn:nth-child(7) {
    left: 1100px;
    top: 130px;
}

.i-process .btn:nth-child(8) {
    left: 1060px;
    top: 68px;
}

.i-process .btn .light {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 8px 30px;
}

.i-process .btn .light:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #1b90fd;
    opacity: 0.3;
}

.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn .circle {
    width: 70px;
    height: 70px;
    border-radius: 36px;
    background: #eeeeee;
    margin: 12px 0;
}

.i-process .btn.cur .circle {
    background: #1b90fd;
}

.i-process .btn .circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: url(../img/services/bg_sign06.png) no-repeat;
}

.i-process .btn.cur .circle:after {
    background-position: 0 -70px;
}

.i-process .btn:nth-child(2) .circle:after {
    background-image: url(../img/services/bg_sign07.png);
}

.i-process .btn:nth-child(3) .circle:after {
    background-image: url(../img/services/bg_sign08.png);
}

.i-process .btn:nth-child(4) .circle:after {
    background-image: url(../img/services/bg_sign09.png);
}

.i-process .btn:nth-child(5) .circle:after {
    background-image: url(../img/services/bg_sign10.png);
}

.i-process .btn:nth-child(6) .circle:after {
    background-image: url(../img/services/bg_sign11.png);
}

.i-process .btn:nth-child(7) .circle:after {
    background-image: url(../img/services/bg_sign12.png);
}

.i-process .btn:nth-child(8) .circle:after {
    background-image: url(../img/services/bg_sign13.png);
}

.w-f {
    width: 100%;
}

.h-f {
    height: 100%;
}

.fwn {
    font-weight: normal;
}

.tac {
    text-align: center;
}

.t-f {
    transition: all 0.5s;
}

.t-c {
    transition: color 0.5s;
}

.t-bg {
    transition: background 0.5s;
}

@keyframes Circle {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}
.service_data {
    width: 78%;
    margin: 40px auto 0;
}
.service_data ul li {
    float: left;
    width: 45%;
    display: flex;
    margin-left: 3%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 4px rgb(9 25 26 / 10%);
    border-radius: 5px;
    margin-top: 30px;
    padding: 20px;
    box-sizing: border-box;
    transform: scale(1);
}
.service_data ul li::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: #1b90fd;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 1s;
}
.service_data ul li.active:before {
    width: 100%;
    height: 3px;
}
.servicedata_img {
    width: 30%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicedata_img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.servicedata_item {
    width: 70%;
    padding: 15px;
    box-sizing: border-box;
    line-height: 30px;
}
.servicedata_item h4 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.adviceleft {
    width: 100%;
    background-color: #1b90fd;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
}
.advice_img {
    width: 60%;
}
.advice_img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.advice_item {
    width: 40%;
    color: #fff;
    padding: 10px 0 0 15px;
    box-sizing: border-box;
    line-height: 36px;
}
.advice_item h4 {
    font-size: 16px;
    margin-top: 60px;
    margin-bottom: 10px;
}
.advice_itemone {
    font-size: 60px;
    font-weight: 600;
    padding: 30px 15px;
    box-sizing: border-box;
    /* width: 100%; */
    display: block;
}
.advice_title ul li {
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
}
.advice_title {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-left: 50px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.advice_info {
    width: 25%;
    color: #1b90fd;
    font-size: 40px;
    font-weight: 600;
    line-height: 70px;
}
.advice_text {
    width: 75%;
    text-align: left;
    line-height: 36px;
}
.advice_text h4 {
    font-size: 15px;
}
.advice_mainone_left {
    width: 50%;
    height: 100%;
}
.advice_mainone_right {
    width: 50%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer {
    width: 1200px !important;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
}

/* mobile */
@media screen and (min-width: 960px) and (max-width: 1200px) {
    .i-process {
        width: 100%;
    }
    .other-link {
        width: 90%;
    }
    .i-process .list {
        width: 96%;
    }
    .i-process .btn:nth-child(1) {
        left: 1%;
        top: 47%;
    }
    .i-process .btn:nth-child(2){
        left: 15%;
        top: 19%;
    }
    .i-process .btn:nth-child(3) {
        left: 30%;
        top: 40%;
    }
    .i-process .btn:nth-child(4) {
        left:45%;
        top: 5%;
    }
    .i-process .btn:nth-child(5) {
        left: 60%;
        top: 28%;
    }
    .i-process .btn:nth-child(6) {
        left: 75%;
        top: 25%;
    }
    .i-process .btn:nth-child(7){
        left: 88%;
        top: 46%;
    }
    .link-look {
        width: 96%;
    }
    .service_data {
        width: 90%;
    }
    .footer {
        width: 900px !important;
    }
    .link {
        width: 90px !important;
    }
    .events {
        width: 220px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px)  {
    .i-process {
        width: 100%;
    }
    .other-link {
        width: 90%;
    }
    .i-process .list {
        width: 96%;
    }
    .i-process .btn:nth-child(1) {
        left: 1%;
        top: 38%;
    }
    .i-process .btn:nth-child(2){
        left: 15%;
        top: 19%;
    }
    .i-process .btn:nth-child(3) {
        left: 30%;
        top: 35%;
    }
    .i-process .btn:nth-child(4) {
        left:45%;
        top: 5%;
    }
    .i-process .btn:nth-child(5) {
        left: 60%;
        top: 28%;
    }
    .i-process .btn:nth-child(6) {
        left: 75%;
        top: 18%;
    }
    .i-process .btn:nth-child(7){
        left: 88%;
        top: 46%;
    }
    .link-look {
        width: 98%;
    }
    .service_data {
        width: 98%;
    }
    .service_data ul li {
        padding: 0px;
    }
    .adviceleft {
        margin-left: 10px;
    }
    .foot-content {
        display: none !important;
    }
    .foot-line {
        display: none;
    }
    .footer {
        width: 100% !important;
    }
    .foot-logo {
        text-align: center;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .i-process {
        width: 100%;
    }
    .other-link {
        width: 90%;
    }
    .i-process .list {
        width: 96%;
    }
    .i-process .btn:nth-child(1) {
        left: 1%;
        top: 38%;
    }
    .i-process .btn:nth-child(2){
        left: 15%;
        top: 19%;
    }
    .i-process .btn:nth-child(3) {
        left: 30%;
        top: 35%;
    }
    .i-process .btn:nth-child(4) {
        left:45%;
        top: 5%;
    }
    .i-process .btn:nth-child(5) {
        left: 60%;
        top: 24%;
    }
    .i-process .btn:nth-child(6) {
        left: 75%;
        top: 12%;
    }
    .i-process .btn:nth-child(7){
        left: 88%;
        top: 46%;
    }
    .link-look {
       display: none;
    }
    .service_data {
        width: 98%;
    }
    .service_data ul li {
        padding: 0px;
    }
    .adviceleft {
        margin-left: 0px;
    }
    .advice_mainone_left{
        width: 100%;
    }
    .container {
        display: block;
    }
    .advice_mainone_right {
        width: 100%;
    }
    .footer {
        padding: 0;
    }
    .foot-content {
        display: none !important;
    }
    .foot-line {
        display: none;
    }
    .footer {
        width: 100% !important;
    }
    .foot-logo {
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .cloud_mainbgcheck {
        display: none;
    }
    .link-look {
       display: none;
    }
    .other-link{
        width: 100%;
    }
    .service_data {
        width: 98%;
    }
    .service_data ul li {
        padding: 0px;
    }
    .adviceleft {
        margin-left: 0px;
        display: block;
    }
    .advice_img {
        width: 100%;
    }
    .advice_item {
        width: 100%;
    }
    .advice_itemone{
        padding: 0;
        float: left !important;
        margin-top: 10px;
    }
    .advice_title {
        padding: 0;
        margin-left: 0;
    }
    .advice_mainone_left{
        width: 100%;
    }
    .container {
        display: block;
    }
    .advice_mainone_right {
        width: 100%;
    }
    .servicedata_img {
        display: none;
    }
    .servicedata_item {
        width: 100%;
    }
    .footer {
        padding: 0;
    }
    .foot-content {
        display: none !important;
    }
    .foot-line {
        display: none;
    }
    .footer {
        width: 100% !important;
    }
    .foot-logo {
        text-align: center;
    }
}