@charset "UTF-8";
.left-menu {
    width: 160px;
    margin-top: 50px;
}

.list_dt {
    color: #333333;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 2px solid #DADADA;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.list_dt img {
    margin-right: 12px;
}

#open {
    background: #fff;
    color: #01A3E9;
    border-top: 2px solid #01A3E9;
}

.list_dl .list_dt:first-child {
    border-top: 2px solid #DADADA;
}

#open+.list_dd {
    border-bottom: 2px solid #DADADA;
}

.list_dt_icon {
    position: absolute;
    right: 5px;
    top: 16px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../imgs/向右箭头.png") no-repeat;
    background-size: contain;
}

#open .list_dt_icon {
    right: 10px;
    top: 20px;
    background: url("../imgs/向下.png") no-repeat;
    background-size: contain;
}

.list_dd {
    display: none;
    /*max-height: 278px;*/
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.list_dd::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.list_dd:nth-child(2) {
    display: block;
}

.list_li {
    list-style-type: none;
    color: #6E6F70;
    padding: 0 10px;
    line-height: 46px;
    cursor: pointer;
    font-size: 15px;
}

.list_li:hover,
.noe-list_li {
    color: #01A3E9;
}

.imgs1 {
    display: none;
}

#open .imgs1 {
    display: block;
}

#open .imgs2 {
    display: none;
}

a,
img {
    border: 0;
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.cloud-product {
    position: relative;
    z-index: 9;
    margin-left: 30px;
    /* width: 60vw; */
    overflow: hidden;
}

.cloud-product-ul3 {
    /* width: 100%; */
    width: 70vw;
}

.cloud-product-ul2 {
    width: 100vw;
}

.cloud-product-ul li:last-child {
    border: none;
}

.cloud-product-ul li {
    position: relative;
    /* width: 22%; */
    width: 15.9vw;
    height: 520px;
    border-right: 1px solid #fff;
    background-image: linear-gradient(to bottom, #B2E3F8, #E1E8F1);
    flex: none;
}

.cloud-product-ul2 li {
    width: 25vw;
}

.cloud-product-ul li.active {
    z-index: 9;
    /* width: 500px; */
    width: 38%;
}

.cloud-product-ul2 li.active {
    width: 50vw;
}

.normal-inner {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.active-inner {
    position: relative;
    display: none;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.active-inner-01,
.active-inner-02,
.active-inner-03,
.active-inner-04,
.active-inner-05,
.active-inner-06,
.active-inner-07,
.active-inner-08 {
    background-image: linear-gradient(to bottom, #01A3E9, #009E9C);
    /* background: url(../img/producet_bg_01.jpg) center no-repeat */
}

.cloud-product-ul li.active .active-inner {
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.cloud-product-ul li.active .normal-inner {
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.cloud-product-ul li {
    -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    -webkit-transition: width .15s linear;
    -o-transition: width .15s linear;
    -moz-transition: width .15s linear;
    transition: width .15s linear
}

.ui-paging-container {
    color: #666;
    font-size: 12px;
}

.ui-paging-container ul {
    overflow: hidden;
    text-align: center;
}

.ui-paging-container ul,
.ui-paging-container li {
    list-style: none;
}

.ui-paging-container li {
    display: inline-block;
    margin-left: 20px;
    color: #101010;
    font-size: 17px;
}

.ui-paging-container li.ui-pager {
    cursor: pointer;
    border: 1px solid rgba(97, 97, 97, .6);
    border-radius: 3px;
    padding: 0 21px;
    height: 52px;
    line-height: 52px;
}

.ui-paging-container li.ui-pager:hover,
.ui-paging-container li.focus {
    background-color: #03A4E9;
    color: #FFFFFF;
    border: 1px solid #03A4E9;
}

.ui-paging-container li.ui-paging-ellipse {
    border: none;
}

.ui-paging-container li.ui-paging-toolbar {
    padding: 0;
}

.ui-paging-container li.ui-paging-toolbar select {
    height: 22px;
    border: 1px solid #ddd;
    color: #666;
}

.ui-paging-container li.ui-paging-toolbar input {
    line-height: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid #ddd;
    text-align: center;
    width: 30px;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.ui-paging-container li.ui-paging-toolbar a {
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    height: 20px;
    border: 1px solid #ddd;
    vertical-align: top;
    border-radius: 2px;
    line-height: 20px;
    padding: 0 3px;
    cursor: pointer;
    margin-left: 5px;
    color: #666;
}

.ui-paging-container li.ui-pager-disabled,
.ui-paging-container li.ui-pager-disabled:hover {
    /* background-color: #f6f6f6; */
    cursor: default;
    /* border: none; */
    /* color: #ddd; */
}

.active-inner .product-img {
    margin-top: 54px;
}

.product-img {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 30px;
    height: 265px;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*以上css可不用，仅作为展示外观样式*/

.zhezhao {
    position: fixed;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    top: 0;
    /* z-index: 999999; */
    display: none;
}

.list {
    width: 100vw;
}

.phonetop {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    align-items: center;
}

.phonetop img {
    width: 120px;
}

.phonetop span {
    font-size: 30px;
}

.list ul {
    list-style: none;
}

.list>ul>li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.list>ul>li p[class=title] {
    width: 100%;
    /* text-align: center; */
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: none;
    position: relative;
    font-size: 20px;
    padding-left: 25px;
    font-size: 16px;
}

.list>ul>li p[class=title]>span {
    position: absolute;
    right: 10%;
    font-size: 22px;
}

.list-se {
    overflow: hidden;
    display: none;
}

.list-se>p {
    /* background: #444 !important; */
    color: #01A3E9;
    display: flex;
    justify-content: space-between;
}

.list-se>li {
    position: relative;
    right: -100%;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
}

.list-se>li>p {
    background: #fff;
    color: #333;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 50px;
    border-left: 5px solid #03A4E9;
    -webkit-transition: border .5s;
    transition: border .5s;
    -webkit-transition: background .3s;
    transition: background .3s;
    border-bottom: 1px solid #ccc;
}

.list-se>li>p:hover {
    border-color: #cf0000;
    /* background: #5b5b5b; */
}

.title a,
.title,
.list-se a {
    color: #333;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.wrapper03 {
    position: relative;
    height: 80px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid#ddd;
    line-height: 80px;
    margin-bottom: 30px;
}

.wrapper03 .scroller {
    position: absolute;
    padding-left: 15px;
}

.wrapper03 .scroller li {
    height: 80px;
    color: #333;
    float: left;
    font-size: 16px;
    text-align: center
}

.wrapper03 .scroller li a {
    color: #333;
    display: block;
    margin-right: 25px;
}

.wrapper03 .scroller li.cur a {
    color: #01A3E9;
    height: 80px;
    border-bottom: 3px solid #01A3E9
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .cloud-product-ul2 li {
        width: 30vw;
    }
    .active-inner-box {
        padding: 80px 30px;
    }
    .active-product-text {
        width: 36vw;
    }
}

@media (min-width: 751px) and (max-width: 1199px) {
    .about-produt .normal-inner p {
        font-size: 26px;
    }
    .active-inner-box {
        padding: 40px 20px;
    }
    .active-img {
        font-size: 34px;
    }
    .active-img img {
        margin-right: 18px;
        width: 70px;
    }
}

@media (max-width: 750px) {
    .cloud-product-ul2 li,
    .about-produt .cloud-product-ul li.active {
        width: 100%;
        height: auto;
    }
    .d-flex {
        flex-wrap: wrap;
    }
    .active-inner-box {
        padding: 40px 20px;
    }
    .about-produt .cloud-product-ul li {
        /* height: auto; */
        border-right: none;
    }
    .active-img {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .active-img img {
        margin-right: 14px;
        width: 62px;
    }
}