/* 协同云平台 */
.coordination {
    width: 1500px;
    margin: 50px auto;
}

.coordination_img {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.coordination_img>div>img {
    width: 100px;
    height: 57px;
    border-radius: 50%;
}

.coordination_img>div {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    text-align: center;
}

.coordination_content {
    width: 1500px;
    margin: 50px auto;
    display: flex;
}

.coordination_content>div {
    margin: 20px;
}

.content_left,
.content_right {
    width: 50px;
    padding: 10px;
    text-align: center;
    height: 745px;
    font-size: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(16, 219, 124);
    border-radius: 10px;
}

.content_left>span,
.content_right>span {
    margin: 30px 0px
}

.content_middle {
    width: 1280px;
}

.content_middle>div {
    margin: 20px 0;
}

.terminal {
    margin-top: 0px !important;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    border: 1px dashed rgb(0, 240, 128);
    background-color: rgba(85, 246, 171, 0.3);
}

.terminal_1 {
    color: rgb(5, 69, 246);
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.terminal_2 {
    color: white;
    background-color: rgb(5, 122, 181);
    border-radius: 10px;
    height: 30px;
    width: 140px;
    text-align: center;
    line-height: 30px;
}

.platform {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.platform>div {
    height: 30px;
    width: 400px;
    border-radius: 10px;
    color: white;
    background-color: rgb(5, 122, 181);
    text-align: center;
    line-height: 30px;
}

.saas,
.paas,
.facilities {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(85, 246, 171, 0.3);
    border: 1px dashed rgb(0, 240, 128);
    display: flex;
}

.saas_left,
.paas_left,
.facilities_left {
    width: 100px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: rgb(5, 69, 246);
    text-align: center;
}

.saas_right {
    display: flex;
}

.saas_right>div {
    margin: 20px;
}

.saas_right>.right1 {
    width: 400px;
    background-color: rgb(5, 122, 181);
    border-radius: 10px;
}

.saas_right>.right2 {
    width: 260px;
    background-color: rgb(5, 122, 181);
    border-radius: 10px;
}

.saas_right>.right3 {
    width: 160px;
    background-color: rgb(5, 122, 181);
    border-radius: 10px;
}

.saas_right>.right4 {
    width: 170px;
    background-color: rgb(5, 122, 181);
    border-radius: 10px;
}

.saas_right>div>.right_top {
    padding: 10px;
    color: white;
    font-size: 18px;
    text-align: center;
}

.saas_right>div>.right_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
    justify-content: center;
}

.saas_right>.right4>.right_bottom>div {
    width: 140px;
    height: 30px;
    line-height: 30px;
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    background-color: rgb(146, 249, 201);
}

.saas_right>div>.right_bottom>div {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    background-color: rgb(146, 249, 201);
}

.paas_right,
.facilities_right {
    display: flex;
    justify-content: space-around;
}

.paas_right>div {
    margin: 0 20px;
}

.paasRight {
    width: 340px;
}

.paasRight_title {
    font-size: 20px;
    font-weight: bold;
    color: rgb(5, 69, 246);
    text-align: center;
}

.paasRight_content {
    display: flex;
}

.paasRight_content>div {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin: 5px;
    color: white;
    font-size: 16px;
    background-color: rgb(5, 122, 181);
    text-align: center;
}

.facilitiesRight {
    width: 100%;
    display: flex;
}

.facilitiesRight>div {
    width: 190px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
    color: white;
    text-align: center;
    margin: 20px;
    background-color: rgb(5, 122, 181);
}

/* 系统介绍 */
.programme3 {
    width: 1500px;
    margin: 40px auto;
}

.programme3_total {
    width: 80%;
    margin: 50px auto;
}

.programme3_total>p {
    font-size: 16px;
}

.programme3_total>img {
    width: 100%;
}

/* .total_yuan {
    display: flex;
    align-items: center;
}

.yuanOne,
.yuanTwo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 3px solid rgb(0, 240, 128);
    background-color: rgba(85, 246, 171, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.yuanOne>p:nth-child(1),
.yuanTwo>p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.yuanOne>p:nth-child(2),
.yuanTwo>p:nth-child(2) {
    font-size: 16px;
    text-align: center;
} */

.bgStyle {
    height: 50px;
    width: 140px;
    border-radius: 60px;
    background: linear-gradient(to right, rgb(165, 251, 211), rgb(116, 253, 189), rgb(55, 238, 196));
}

.bgStyle1 {
    height: 50px;
    width: 140px;
    border-radius: 60px;
    background: linear-gradient(to right, rgb(93, 248, 175), rgb(39, 221, 238), rgb(79, 169, 243));
}

/* .yuanTwo {
    background: linear-gradient(to right, rgb(151, 248, 203), rgb(39, 238, 145), rgb(79, 205, 243));
} */
/* 1 */
.programme3>ul {
    font-size: 16px;
    margin-top: 50px;
    display: flex;
}

.programme3>h6 {
    text-align: center;
}

.programme3>ul>li {
    list-style: none;
    width: 10%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}

.programme3>ul>li:hover,.terminal3>ul>li:hover {
    background-color: rgb(102, 243, 177);
    color: white;
    transition: all 1s;
}

.listStyle {
    list-style: none;
    width: 10%;
    background-color: rgb(102, 243, 177);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.listStyle1 {
    list-style: none;
    width: 10%;
    background-color: rgb(102, 243, 177);
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.programme_img1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.programme4 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.programme2 {
    position: relative;
    margin-top: 30px;
    box-shadow: 10px 10px 10px #ccc;
}

.programme2>div:nth-child(1) {
    width: 100%;
    height: 100px;
    border-radius: 10px 10px 10px 10px;
    background: linear-gradient(to top, rgb(79, 116, 252), rgb(79, 191, 252), rgb(9, 221, 136));
}

.programme2>div>div {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    color: rgb(79, 116, 252);
    position: absolute;
}

.programme2>div>div>span {
    font-size: 36px;
    position: absolute;
    left: 33%;
    top: 33%;
}

.programme2>div>span {
    display: inline-block;
    font-size: 22px;
    width: 200px;
    height: 100px;
    line-height: 100px;
    color: white;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 0px;
}

.programme2>div:nth-child(2) {
    width: 100%;
    height: 50%;
    font-size: 16px;
    padding: 10px;
}

.programme2>div:nth-child(2)>p {
    margin: 10px;
}

.detailed {
    width: 100%;

}

.detailed_total {
    width: 100%;
    padding: 20px;
    margin: 20px auto;
    font-size: 16px;
    position: relative;
}

.total_img {
    width: 1000px !important;
    position: absolute;
    top: 60px;
}

.detailed_total>img {
    width: 100%;
}

.detailed>h5 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin-top: 50px;
}

.system {
    width: 80%;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
}

.system>div {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

.system>div>div {
    margin: 10px;
}

.system_div1 {
    width: 310px;
    height: 220px;
    border: 3px solid black;
    border-radius: 10px;
    padding: 3px;
}

.system_div1>img {
    width: 100% !important;
    height: 200px !important;
}

.system>div>div>img {
    width: 310px;
    height: 220px;
}

.system_div2 {
    font-size: 20px;
    font-weight: bold;
}

.advantage,
.advantage1 {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.advantage>div {
    width: 320px;
    height: 400px;
    padding: 10px;
    box-shadow: 10px 10px 10px #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.advantage1>div {
    width: 390px;
    height: 400px;
    padding: 10px;
    box-shadow: 10px 10px 10px #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iconfont1 {
    color: white;
    text-align: center;
    line-height: 100px;
    font-size: 36px !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    background: linear-gradient(to right, rgb(79, 116, 252), rgb(79, 191, 252), rgb(9, 221, 136));
}

.iconfont2 {
    color: white;
    text-align: center;
    line-height: 100px;
    font-size: 36px !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -120px;
    background: linear-gradient(to right, rgb(79, 116, 252), rgb(79, 191, 252), rgb(9, 221, 136));
}

.advantage>div>div>h5,
.advantage1>div>div>h5 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.advantage>div>div>p,
.advantage1>div>div>p {
    font-size: 16px;
    margin: 10px 0;
}

/* 2 */
.detailed1>p,
.detailed2>p {
    width: 100%;
    font-size: 16px;
    padding: 20px;
}

.detailed1_div1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.detailed1_div2>img {
    width: 500px;
}

.detailed1_div1>img {
    padding: 20px;
}

.programme5 {
    height: 300px !important;
}

.detailed>img {
    width: 100%;
}

.detailed>h5 {
    margin: 30px 0;
}

.imgShadow {
    margin: 20px 0;
    width: 30%;
    box-shadow: 10px 10px 10px #ccc;
}

.detailed3>img {
    margin: 30px 0;
}

.terminal3 {
    width: 1200px;
    margin: 50px auto;
}

.terminal3>#product>div {
    width: 100%;
    display: flex;
}

.terminal3>#product>div>div:nth-child(1) {
    width: 40%;
}

.terminal3>#product>div>div>img {
    width: 100%;
}

.terminal3>#product>div>div>h4 {
    font-size: 30px;
    color: aqua;
}

.terminal3>#product>div>div:nth-child(2) {
    width: 60%;
}

.terminal3>ul {
    margin: 30px 0;
    display: flex;
}

.terminal3>ul>li {
    width: 10%;
    height: 50px;
    line-height: 50px;
    list-style: none;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}
#product>div>div>.product_img{
    width: 50% !important;
}
#product>div>div{
    text-align: center;
}