.cloud_bg_box {
    background-color: rgb(246, 246, 246);
    width: 100%;
    min-width: 1190px;
}

.cloud_color {
    color: #0250A9;
}

.cloud_bg_color {
    background-color: #0250A9;
}

.cloud_bg_box .achievements_color {
    color: #0250A9;
}

.cloud_bg_box .achievements_bg_color {
    background-color: #0250A9;
}

.cloud_bg_box .achievements_box {
    width: 1150px;
    margin: 0 auto;
    padding: 20px 20px 0;
    background-color: #ffffff;
    min-height: 240px;
}

.cloud_bg_box .achievements_box .achievements_title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cloud_bg_box .achievements_box .achievements_title h3 {
    color: #202020;
    padding-left: 10px;
    border-left: 6px solid #0250A9;
}

.cloud_bg_box .achievements_box .achievements_more span {
    font-size: 12px;
    color: #999999;
}

.cloud_bg_box .bottom {
    min-width: 1190px;
    background-color: #ffffff;
}

.cloud_bg_box .bottom .bottomContent {
    padding: 44px 0 0 0;
    width: 1190px;
}

.cloud_bg_box .bottom .codeImg {
    margin-left: 25px;
}

.cloud_bg_box .content_top .goRoom img {
    width: 14px;
    height: 14px;
}

span {
    display: inline-block;
}
.cloud_category_box .right .evaluate .icon_box1 span, 
.cloud_category_box .right .evaluate .icon_box2 span, 
.cloud_category_box .right .evaluate .icon_box3 span {
    margin-top: 2px;
}

/* 主体内容 */
.cloud_bg_box .content {
    min-width: 1190px;
}

.cloud_bg_box .content_top .goRoomList span:hover {
    color: #0250A9;
}

.cloud_bg_box .content_top .rightBox .inuptBox {
    border: 2px solid #0250A9;
}

.cloud_bg_box .content_top input::-webkit-input-placeholder {
    color: #C7C6C6;
    font-size: 14px;
}

.cloud_bg_box .content_top .goRoomA:hover .infoBox {
    border-bottom: 1px solid rgb(52, 132, 245);
}

.cloud_bg_box .content_top .goRoomA .infoBox span {
    color: #0250a9;
}

.cloud_bg_box .content_center {
    width: 100%;
    height: 420px;
    /* background: url(../img/cloudroom/banner.png) no-repeat center; */
    background: url(../img/cloudroom/banner1.jpg) no-repeat center;
}

.cloud_bg_box .content .content_top_list .center_list .content_center_li:hover {
    color: #0250A9;
}

.cloud_bg_box .content .content_top_list .center_list .active_li {
    color: #0250A9;
}

.cloud_bg_box .content .content_top .logoBox .title {
    font-size: 24px;
    padding-bottom: 3px;
}

.cloud_bg_box .content .content_top_list .title {
    width: 298px;
}

.cloud_bg_box .content .cloud_left_list {
    width: 316px;
    height: 420px;
    /* padding-left: 16px; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgba(255, 255, 255, .9);
}

.cloud_bg_box .content .cloud_left_list .cloud_left_item:hover {
    background-image: linear-gradient(to right, rgba(2, 80, 169, 0.14) 1%, rgba(255, 255, 255, .0) 80%);
}

.cloud_bg_box .content .cloud_left_list .cloud_left_item:hover .left_line {
    background-color: #0250A9;
}

.cloud_bg_box .content .cloud_left_list .cloud_left_item:hover .left_info_box {
    color: #0250A9;
}

.cloud_bg_box .content .cloud_left_list .cloud_left_item:hover .left_info_box span {
    color: #0250A9;
}

.cloud_bg_box .content .cloud_left_list .cloud_left_item:hover .left_info_box li {
    color: #0250A9;
}

.cloud_bg_box .content .cloud_left_list .cloud_left_item:hover .cloud_center_box {
    display: block;
}

.cloud_bg_box .content .cloud_left_list .cloud_left_item .cloud_center_box li:hover {
    color: #0250A9;
}

.cloud_bg_box .content .cloud_left_list .cloud_left_item {
    height: 35px;
    line-height: 35px;
    width: 100%;
    /* height: 70px; */
    font-size: 14px;
    color: #333333;
    display: flex;
}

.cloud_bg_box .content .cloud_left_item .left_line {
    width: 4px;
    height: 100%;
    margin-right: 14px;
}

.cloud_bg_box .content .left_info_box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.cloud_bg_box .content .left_info_box span {
    font-size: 14px;

    /* font-size: 14px; */
    /* font-weight: 500; */
    color: #333333;
}

.cloud_bg_box .content .left_info_box ul {
    display: none;

    /* display: flex; */
    font-size: 12px;
    color: #666666;
}

.cloud_bg_box .content .left_info_box ul li {
    margin-right: 6px;
}

.cloud_bg_box .content .cloud_center_box {
    display: none;
    border-left: 1px solid #d6d6d6;
    padding: 34px 40px 18px 40px;
    top: 0;
    left: 316px;
    background-color: rgba(255, 255, 255, .9);
    z-index: 9999;
}

.cloud_bg_box .content .cloud_center_box .title {
    font-size: 14px;
    /* font-weight: 500; */
    color: #333333;
    margin-bottom: 26px;
}

.cloud_bg_box .content .cloud_center_box ul {
    width: 404px;
    display: flex;
    flex-wrap: wrap;
}

.cloud_bg_box .content .cloud_center_box ul a {
    font-size: 12px;
    height: 14px;
    color: #666666;
    height: 14px;
    margin: 0 24px 16px 0;
}

.cloud_bg_box .content .cloud_center_box ul li {
    font-size: 12px;
    color: #666666;
    position: relative;
}

.cloud_bg_box .content .cloud_center_box ul li::after {
    content: '';
    width: 2px;
    height: 12px;
    background-color: #d2d2d2;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
}

.cloud_bg_box .content_center .right_box .btn a:nth-child(1) div {
    color: #0250A9;
    border: 1px solid #0250A9;
}

.cloud_bg_box .content_center .right_box .btn a:nth-child(2) div {
    color: #ffffff;
    background-color: #0250A9;
    border: 1px solid #0250A9;
}

/* 产品展示 */
.cloud_bg_box .showProduct_content2,
.cloud_bg_box .showProduct_content3,
.cloud_bg_box .showProduct_content4 {
    display: none;
}

.cloud_bg_box .show_a2,
.cloud_bg_box .show_a3,
.cloud_bg_box .show_a4 {
    display: none;
}

/* .cloud_bg_box .showProduct_content1 {
    display: flex;
} */

.cloud_bg_box .showProduct {
    min-width: 1190px;
}

.cloud_bg_box .showProduct h3 ul {
    height: 32px;
    top: 50%;
    right: -380px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.cloud_bg_box .showProduct h3 ul li {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin-right: 24px;
    cursor: pointer;
}

.cloud_bg_box .showProduct h3 ul .active_li {
    /* font-size: 14px;
    font-weight: normal;
    margin-right: 24px; */
    color: #0250A9;
}

.cloud_bg_box .showProduct .showProduct_content {
    /* height: 368px; */
    padding-bottom: 9px;
    /* display: flex; */
    justify-content: space-between;
}

.cloud_bg_box .showProduct_item {
    margin-right: 15px;
    width: 175px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    font-weight: normal !important;
    color: #666666;
}
.cloud_bg_box .showProduct .showProduct_content a:last-child .showProduct_item {
    margin-right: 0;
}

.cloud_bg_box .showProduct_item_b {
    /* width: 186px;
    height: 186px; */
    width: 175px;
    height: 175px;
    margin-bottom: 10px;
    border: 1px solid #f6f6f6;
    position: relative;
}

.cloud_bg_box .showProduct_item_b .img_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 175px;
    max-height: 175px;
}

.cloud_bg_box .showProduct_item span:nth-child(3) {
    height: 28px;
    font-size: 12px;
    color: #0250A9;
    margin: 8px 0 8px;
}

.cloud_bg_box .showProduct_item .evaluate {
    font-size: 14px;
    color: #666666;
    height: 20px;
    display: flex;
    align-items: center;
}

.cloud_bg_box .showProduct_item .evaluate img {
    width: 13px;
    height: 13px;
    margin-right: 8px;
}

.cloud_bg_box .showProduct_item .evaluate span {
    margin-right: 20px;
}

.cloud_bg_box .showProduct_item .btn {
    /* width: 90px; */
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    overflow: hidden;
    padding: 0 10px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #999999;
    border: 1px solid rgb(245, 245, 245);
}

.cloud_bg_box .showProduct_item .tags {
    margin: 4px 0 12px;
    font-size: 12px;
    color: #0250A9;
}

.cloud_bg_box .showProduct_front_item_box {
    /* display: flex;
    flex-direction: column; */
    width: 506px;
}
.cloud_bg_box .showProduct .showProduct_content3 .showProduct_front_item_box:first-child,
.cloud_bg_box .showProduct .showProduct_content4 .showProduct_front_item_box:first-child {
    float: left;
}
.cloud_bg_box .showProduct .showProduct_content3 .showProduct_front_item_box:last-child,
.cloud_bg_box .showProduct .showProduct_content4 .showProduct_front_item_box:last-child {
    float: right;
}

.cloud_bg_box .showProduct_front_item {
    width: 506px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.cloud_bg_box .showProduct_front_item span:nth-child(1) {
    font-size: 14px;
    color: #202020;
}

.cloud_bg_box .showProduct_front_item span:nth-child(2) {
    flex: 1;
    margin: 0 40px 0 5px;
    width: 300px;
}

.cloud_bg_box .showProduct_front_item span:nth-child(3) {
    color: #999999;
}

.cloud_bg_box .showProduct_front_item:hover span {
    color: #0250A9;
}

/* 分类类容 */
.cloud_bg_box .category1 .left {
    background: url(../img/cloudroom/category1.png) no-repeat center;
    background-color: #f0f4f9;
}

.cloud_bg_box .category1 .left .title {
    color: #0250A9;
    border-bottom: 2px solid #0250A9;
}

.cloud_bg_box .category1 .left .btn {
    background-color: #0250A9;
}

.cloud_bg_box .category1 .center .center_item .info {
    color: #0250A9;
}

.cloud_bg_box .category1 .center .center_item .info span:nth-child(2) {
    height: 14px;
    width: 190px;
}

.cloud_bg_box .category1 .right .title {
    color: #0250A9;
}

.cloud_bg_box .category1 .center .center_item .info .btn {
    background-color: #72A7E6;
}

.cloud_bg_box .category2 .left {
    background: url(../img/cloudroom/category2.png) no-repeat center;
    background-color: #f3f9f9;
}

.cloud_bg_box .category2 .left .title {
    color: #329998;
    border-bottom: 2px solid #329998;
}

.cloud_bg_box .category2 .left .btn {
    background-color: #329998;
}

.cloud_bg_box .category2 .center .center_item .info {
    color: #329998;
}

.cloud_bg_box .category2 .right .title {
    color: #329998;
}

.cloud_bg_box .category2 .center .center_item .info .btn {
    background-color: #329998;
}

.cloud_bg_box .category3 .left {
    background: url(../img/cloudroom/category3.png) no-repeat center;
    background-color: #f4f3f9;
}

.cloud_bg_box .category3 .left .title {
    color: #3C3299;
    border-bottom: 2px solid #3C3299;
}

.cloud_bg_box .category3 .left .btn {
    background-color: #3C3299;
}

.cloud_bg_box .category3 .center .center_item .info {
    color: #3C3299;
}

.cloud_bg_box .category3 .right .title {
    color: #3C3299;
}

.cloud_bg_box .category3 .center .center_item .info .btn {
    background-color: #3C3299;
}
