@import "index.css";
@import "solution.css";
@import "join.css";
.zs-cloud-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    background-color: #FFF;
    border-top: 1px solid #EAEAEA;
}
.zs-cloud-box .cloud-nav{
    flex: 0 0 210px;
    width: 210px;
    min-height: 500px;
    background: #f1f2f4;
    padding-top: 10px;
}
.zs-cloud-box .cloud-nav ul {
    line-height: 28px;
    font-size: 12px;
    color: #93989f;
    letter-spacing: 0;
    font-weight: 600;
    padding: 10px 20px 15px 10px;
    margin-top: 0;
    overflow-y: auto;
}
.zs-cloud-box .cloud-nav.show ul{
    position: fixed;
    width: 210px;
    height: 100%;
    z-index: 100;
    background-color: #f1f2f4;
}
.zs-cloud-box .cloud-nav ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
    position: absolute;
}
.zs-cloud-box .cloud-nav ul::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 2px;
} 
.zs-cloud-box .cloud-nav .toplink {
    line-height: 36px;
    display: block;
    color: #e4362d;
    background-color: transparent;
    border: 1px solid #e4362d;
    width: 100%;
    height: 38px;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    margin: 6px 0 10px 0;
    font-weight: normal;
    cursor: pointer;
}
.zs-cloud-box .cloud-nav .toplink:hover{
    color: #fff;
    background-color: #e4362d;
    border: 1px solid #FFF; 
}
.zs-cloud-box .cloud-nav li{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.zs-cloud-box .cloud-nav .title{
    display: flex;
    height: 40px;
    color: #000;
    font-size: 15px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}
.zs-cloud-box .cloud-nav .title .icon{
    display: block;
    width: 12px;
    height: 40px;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/cloud/9149E4060CF100AFE4C96598A6F97870.png) no-repeat center center;
    background-size: 20px 20px;
}
.zs-cloud-box .cloud-nav .link{
    display: none;
}
.zs-cloud-box .cloud-nav li.cur .link{
    display: block;
}
.zs-cloud-box .cloud-nav .link a{
    display: block;
    padding-left: 12px;
    height: 40px;
    color: #666;
    font-size: 15px;
    line-height: 40px;
    font-weight: normal;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zs-cloud-box .cloud-nav .link a:hover,.zs-cloud-box .cloud-nav .link a.cur{
    color: #e4362d;
}
.zs-cloud-box .cloud-nav .title::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../image/icona.png);
  background-size: cover;
}
.zs-cloud-box .cloud-nav li.cur .title::before{
    background: url(../image/iconb.png);
    top: 40%;
}
.zs-cloud-box .cloud-con{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 38px 50px;
    background-color: #f7f8fa;
}
.cloud-banner {
  position: relative;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  height: 272px;
  overflow: hidden;
  margin-bottom: 15px;
}
.cloud-banner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.cloud-banner .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 70px;
    display: flex;
    align-items: flex-start;
    color: #FFF;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
}
.cloud-banner .text .title{
    font-size: 28px;
    margin-bottom: 12px;
}
.cloud-banner .text .desc{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}
.banner-text {
  position: relative;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.banner-image{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.banner-text-con{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
}
.banner-text-con p{
    margin: 0 0;
}
.banner-text-title {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 10px;
}
.banner-text-subtitle {
  color: #f5f5f5;
  font-size: 12px;
  letter-spacing: 5px;
  position: relative;
  left: -3px;
}
.banner-text-content {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.banner-text-content > div {
  text-align: center;
  width: 200px;
}
.banner-text-content > div > p:first-child {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}
.banner-text-content > div > p:last-child {
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
  margin-top: -5px;
}
.zs-cloud-study{
    display: block;
    padding-top: 64px;
    padding-bottom: 16px;
}
.zs-cloud-study .con{
    display: flex;
    justify-content: space-between;
}
.zs-cloud-study .item{
    width: calc(20% - 20px);
}
.zs-cloud-study .item .pic{
    display: block;
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 8px;
    position: relative;
}
.zs-cloud-study .item .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-cloud-study .item .title{
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    overflow: hidden;
}
.zs-cloud-ask{
    display: block;
    padding-top: 60px;
    padding-bottom: 20px;
}
.zs-cloud-ask .con{
    display: flex;
    justify-content: space-between;
}
.zs-cloud-ask .item{
    width: calc(20% - 20px);
    position: relative;
}
.zs-cloud-ask .item .pic{
    display: block;
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 8px;
    position: relative;
    z-index: 0;
}
.zs-cloud-ask .item .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.zs-cloud-ask .item:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.zs-cloud-ask .item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 100;
    color: #FFF;
    align-content: center;
    flex-direction: column;
    padding-bottom: 15px;
}
.zs-cloud-ask .item .text .icon{
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    background: url("https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/cloud/icon-book.png") no-repeat center center;
    background-size: 30px;
}
.zs-cloud-ask .item .title{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    overflow: hidden;
}
.cloud-list{
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
}
.cloud-list ul li.noc{
	width: 100%; 
	height: auto; 
	text-align: center; 
	font-size: 16px;
	font-weight: bold;	
}
.cloud-list ul li.noc b{
	color: #e4362d;
}
.cloud-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cloud-list li{
    width: calc(20% - 16px);
    position: relative;
    height: 165px;
    color: #333;
    background: #fff;
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #efefef;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
    transition: all 0.4s;
}
.cloud-list li:nth-child(5n) {
    margin-right: 0;
}
.cloud-list li:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    border-radius: 3px;
}
.cloud-list li a{
    color: #333;
}
.cloud-list li img.icon-top {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.cloud-list li .index_list_wrap{
    font-style: 12px;
}
.cloud-list li .given {
    color: #fff;
    padding: 2px 8px;
    margin-right: 13px;
    border-radius: 4px;
    background-color: #e4362d;
    display: inline-block;
    position: relative;
    font-size: 12px;
}
.cloud-list li .given.given_n {
    background-color: #FF6600;
}
.given_right {
    position: relative;
    left: -5px;
    color: #000;	
	border-bottom:2px solid #999;	
}
.index_list_text {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    height: 40px;
    margin: 10px 0;
    line-height: 20px;
	position: relative;
}
.index_list_text .fl{
	float: left;
	width: 15%;
}
.index_list_text .fl img{
	width: 100%;
	border-radius: 50%;
}
.index_list_text .fr{
	float: right;
	width: 80%;
}
.cloud-list .cl-bottom{
    font-size: 12px;
    margin-top: 10px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cloud-list .cl-bottom img {
    position: relative;
    width: 20px;
    margin-right: 5px;
}
.cloud-list .cl-bottom div{
    display: flex;
    align-items: center;
}
.index_date {
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 26px;
}
.index_date .fl{
    font-size: 12px;
    color: #999;
    float: left;
}
.index_date .fr{
    float: right;
    font-size: 12px;
}
.index_date .fl span a{
	padding-right: 10px;
/* 	display: block;
	background: #fff;
	color: #00a274;
	border: solid 0.5px #00a274;
	padding: 2px 4px;
	border-radius: 13px;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: right;
	margin-top: -2px;
	box-sizing: content-box;
	margin-top: 10px;
	margin-right: 5px; */
}
.index_date .fr .common_icon {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.duijie_btn {
    background: #fff;
    color: #00a274;
    border: solid 0.5px #00a274;
    padding: 2px 11px;
    border-radius: 13px;
    text-align: center;
    cursor: pointer;
    width: 60px;
    float: right;
    margin-top: -2px;
    box-sizing: content-box;
    margin-top: 10px;
}
.duijie_btn:hover {
    color: #fff;
    background: #00a274;
}
.news-banner{
    margin-bottom: 18px;
}
.news-banner .swiper-container{
    width: 100%;
    height: 272px;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: relative;
    bottom: 0;
}
.news-banner .swiper-button-prev{
    left: 30px;
}
.news-banner .swiper-button-next{
    right: 30px;
}
.news-banner .swiper-button-prev,.news-banner .swiper-button-next{
    display: none;
    width: 46px;
    height: 46px;
    margin-top: -23px !important;
    border-radius: 50%;
    border: 1px solid #e4362d;
    background-color: #e4362d;
    opacity: 0.6;
}
.news-banner .swiper-button-disabled{
    opacity: 0.2;
}
.news-banner .swiper-button-prev:hover,.news-banner .swiper-button-next:hover{
    opacity: 1;
}
.news-banner .swiper-button-next:after,.news-banner .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.news-banner .swiper-pagination{
    bottom: 15px;
}
.news-banner .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    margin: 0 8px;
    display: inline-block;
    border-radius: 1.5px;
    background: #FFFFFF;
    opacity: .3;
}
.news-banner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){



}

/*Mobile v1*/
@media only screen and (max-width:767px){
    .zs-cloud-box {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        flex-direction: column;
    }
.zs-cloud-box .cloud-nav {
    flex: 0 0 100%;
    width: 100%;
    min-height: auto;
    background: #f1f2f4;
    padding-top: 10px;
}
    .zs-cloud-box .cloud-nav.show ul {
        width: 100%;
    }
.zs-cloud-box .cloud-nav li.cur .link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -5px;
    padding-bottom: 10px;
}
.zs-cloud-box .cloud-nav .link a {
    padding-left: 12px;
    width: 25%;
    line-height: 1.8;
    height: auto;
}
    .zs-cloud-box .cloud-con {
        -webkit-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        padding: 35px 4%;
    }
    .cloud-con .zs-home-title{
        width: 100%;
        padding-bottom: 0;
    }
    .zs-home-title .tab {
        display: flex;
        align-items: center;
        padding-top: 12px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .zs-home-title .tab li {
        width: 25%;
        font-size: 15px;
        line-height: 32px;
        padding-bottom: 10px;
    }
    .zs-home-title .tab.tleft li {
        margin: 0 0;
    }
    .cloud-list li {
        width: 100%;
        height: 165px;
        padding: 15px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .zs-cloud-study {
        padding-top: 30px;
        padding-bottom: 16px;
    }
    .zs-cloud-study .con {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .zs-cloud-study .item {
        width: calc(50% - 8px);
        margin-bottom: 15px;
    }
    .zs-cloud-study .item .pic {
        width: 100%;
        height: 120px;
        margin-bottom: 5px;
    }
    .zs-cloud-study .item .title {
        font-size: 14px;
        line-height: 1.45;
        margin: 0 0;
    }
    .zs-cloud-ask {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .zs-cloud-ask .con {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .zs-cloud-ask .item {
        width: calc(50% - 8px);
        margin-bottom: 15px;
        position: relative;
    }
    .zs-cloud-ask .item .pic {
         width: 100%;
        height: 120px;
        margin-bottom: 0;
    }
    .zs-cloud-ask .item .text {
        padding-bottom: 0;
    }
    .zs-cloud-ask .item .text .icon {
        display: none;
    }
.cloud-banner .text {
    padding: 0 5%;
}
.cloud-banner .text .title {
    font-size: 22px;
    margin-bottom: 10px;
}
.cloud-banner .text .desc {
    font-size: 14px;
    text-align: left;
}
.banner-text-con {
    width: 100%;
    padding: 20px 6%;
}
.banner-text-content {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    flex-direction: row;
    flex-wrap: wrap;
}
.banner-text-content > div {
    text-align: center;
    width: 48%;
    margin-bottom: 10px;
}
.banner-text-content > div > p:first-child {
    font-size: 22px;
    letter-spacing: 1px;
}
.banner-text-content > div > p:last-child {
    margin-top: 0;
}
.popvbox {
    width: 92%;
    margin: -250px 0 0 0;
    height: 500px;
    left: 4%;
    top: 50%;
}
.wxErcode .wl-ercode {
    display: block;
    width: 100%;
    height: auto;
}


}