.zs-homebanner{
    display: block;
    width: 100%;
    height: 720px;
    position: relative;
}
.zs-homebanner .pic{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.zs-homebanner .text {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 1;
    z-index: 60;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zs-homebanner .text .title{
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1.5;
    padding-top: 15px;
}
.zs-homebanner .text .desc{
    font-size: 18px;
    color: #FFF;
    margin: 25px auto 0;
    width: 800px;
    line-height: 1.5;
}
.zs-homebanner .text .btn{
    display: flex;
    padding-top: 60px;
}
.zs-homebanner .text .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    background-color: #19403f;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin: 0 15px 0 15px;
    text-align: center;
    position: relative;
}
.zs-homebanner .text .btn a:hover{
    color: #FFF;
    background-color: #009900;
}
.zs-homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.zs-homebanner .swiper-pagination{
    bottom: 30px;
}
.zs-hometext{
    display: block;
    width: 100%;
    padding: 80px 0 0;
    text-align: center;
    font-size: 30px;
    line-height: 1.45;
    font-weight: bold;
    text-transform: uppercase;
}
.zs-hometext strong{
    display: block;
    font-size: 38px;
    color: #FF6600;
}
.homeproducts-list{
    display: block;
}
.homeproducts-list a{
    display: flex;
    justify-content: space-between;
}
.homeproducts-list li .pic{
    flex: 0 0 50%;
    width: 50%;
    height: 480px;
    overflow: hidden;
}
.homeproducts-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.homeproducts-list li:hover .pic img{
    transform: scale(1.03);
}
.homeproducts-list li .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 0 0 0 60px ;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
.homeproducts-list li:nth-child(2) .text{
    padding: 0 80px 0 0; 
}
.homeproducts-list li .text .title{
    font-size: 30px;
    font-weight: bold;
}
.homeproducts-list li .text .desc{
    padding-top: 25px;
    font-size: 16px;
    color: #666;
}
.homeproducts-list li .text .btn{
    display: block;
    margin-top: 30px;
    width: 160px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #FFFFFF;
    background: #0a72b8;
    border-radius: 5px;
    font-weight: 500;
}
.homeproducts-list li:hover .text .btn{
    background: #085f98;
}
.homeprocess-list{
    height: 890px;
    background: url(https://cdn6.zhuocms.com/storage/sansotubemill/img/bg-homeprocess-line.png) repeat-x center 428px;
    background-size: auto 4px;
    position: relative;
}
.adeve-container{
    display: flex;
    width: 1596px;
    margin: 0 auto;
    min-height:860px;
    position: relative;
    list-style: none;
    z-index: 1;
    align-items: center;
    justify-content: flex-start;
}
.homeprocess-list ul{
    display: flex;
    height: 100%;
    height: 100%;
    position: relative;
    padding: 0 0;
    justify-content: flex-start;
}
.homeprocess-list li{
    display: block;
    width: 266px !important;
    height: 400px;
    position: relative;
    z-index: 10;
}
.homeprocess-list li.top{
    padding-bottom: 110px;
    background: url(https://cdn6.zhuocms.com/storage/sansotubemill/img/img-homeprocess-top.png) no-repeat center bottom;
    background-size: auto 110px;
}
.homeprocess-list li.bottom{
    margin-top: 378px;
    padding-top: 102px;
    background: url(https://cdn6.zhuocms.com/storage/sansotubemill/img/img-homeprocess-bottom.png) no-repeat center top;
    background-size: auto 102px;
}
.homeprocess-list li .title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    line-height: 38px;
    height: 38px;
    background: #0a72b8;
    border-radius: 8px;
    padding: 0 25px;
}
.homeprocess-list li:hover .title{
    background: #085f98;
}
.homeprocess-list li .text{
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    padding: 15px 0;
    height: 96px;
    text-align: center;
}
.homeprocess-list li .pic{
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 8px;
}
.homeprocess-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-homebox{
    display: block;
    padding: 100px 8%;
    background-color: #FFF;
}
.zs-homebox.pd0{
    padding-left: 0;
    padding-right: 0;
}
.zs-homebox.pt0{
    padding-top: 0;
}
.zs-homebox.bg{
    background-color: #F6F6F6;
}
.about-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.about-item .pic{
    flex: 0 0 50%;
    width: 50%;
    height: 600px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.about-item .pic img{
    display: block;
    max-width: 100%;
    height: 600px;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s;
}
.about-item .pic:hover img{
    transform: scale(1.05);
}
.about-item .pic a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.about-item .icon-play{
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}
.about-item .icon-play .feitian {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 48px;
    margin-left: 2px;
    color: #0a72b8;
    transition: all .3s;
}
.about-item .text{
    flex: 0 0 50%;
    width: 50%;
    padding-left: 60px;
}
.about-item .text .title{
    font-size: 28px;
    font-weight: bold;
}
.about-item .text .desc{
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 10px;
}
.about-item .number{
    display: flex;
    padding-top: 10px;
    padding-bottom: 45px;
    justify-content: space-between;
}
.about-item .number li{
    display: block;
    width: auto;
    padding-right: 45px;
    border-right: 1px solid #eaeaea;
}
.about-item .number li:nth-child(4n){
  border-right: none;
}
.about-item .number li strong{
    display: block;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 0;
    color: #0a72b8;
}
.about-item .number li strong em{
    font-size: 20px;
}
.about-item .number li span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}
.about-item .btn a{
    color: #FFFFFF;
    background: #0a72b8;
}
.about-item .btn a:hover{
    background: #085f98;
}
.homenews-list{
    display: block;
    padding: 0;
}
.homenews-list ul {
    margin: 0 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
}
.homenews-list li{
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    height: auto;
    padding: 15px 0;
}
.homenews-list li a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 165px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.homenews-list li .pic{
    flex: 0 0 250px;
    width: 250px;
    height: 100%;
    overflow: hidden;
}
.homenews-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homenews-list li:hover .pic img{
    transform: scale(1.05);
}
.homenews-list li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 22px;
}
.homenews-list li .title{
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homenews-list li .line{
    margin-top: 18px;
    width: 40px;
    height: 2px;
    background: #1ca3f8;
}
.homenews-list li .desc{
    font-size: 15 px;
    line-height: 1.6;
    color: #666;
    padding-top: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homenews-list li .date{
    font-size: 15px;
    color: #999;
    padding-top: 12px;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebanner {
    height: 220px;
}
.zs-homebanner .swiper-pagination {
    bottom: 10px;
}
.zs-hometext {
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 1.45;
}
.zs-hometext strong {
    display: block;
    font-size: 18px;
    color: #7a2e00;
}
.zs-homebox {
    padding: 30px 4% 38px;
}
.homeproducts-list li{
    margin-top: 10px;
    margin-bottom: 30px;
}
.homeproducts-list a {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.homeproducts-list li .pic {
    flex: unset;
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
}
.homeproducts-list li .text {
    padding: 0 0 0 0;
}
.homeproducts-list li .text .title {
    font-size: 20px;
}
.homeproducts-list li .text .desc {
    padding-top: 6px;
    font-size: 15px;
}
.homeproducts-list li .text .btn {
    margin: 15px auto 0;
    line-height: 45px;
    font-size: 18px;
}
.homeproducts-list li:nth-child(2) .text {
    padding: 0 0 0 0;
}
.homeproducts-list li:nth-child(2) a{
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
}
.about-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    flex-direction: column;
}
.about-item .pic {
    flex: unset;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.about-item .pic img {
    max-width: 100%;
    height: auto;
}
.about-item .text {
    flex: unset;
    width: 100%;
    padding-left: 0;
}
.about-item .text .title {
    font-size: 20px;
}
.about-item .text .desc {
    font-size: 15px;
}
.about-item .btn a{
    margin: 0 auto 0;
}
.about-item .number {
    display: flex;
    padding-top: 0;
    padding-bottom: 35px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-item .number li {
    display: block;
    width: 50%;
    padding-right: 25px;
    text-align: center;
}
.about-item .number li:nth-child(2n) {
    padding-right: 0;
    border-right: none;
    padding-left: 25px;
}
.about-item .number li strong {
    font-size: 38px;
}
.about-item .number li span {
    font-size: 13px;
}
.homeprocess-list {
    height: auto;
    background: none;
    margin-top: 20px;
}
.adeve-container {
    width: 100%;
    min-height: auto;
}
.adeve-container .swiper-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeprocess-list li {
    width: 48% !important;
    height: auto;
    margin-bottom: 28px;
}
.homeprocess-list li.top {
    padding-bottom: 0;
    background: none;
    background-size: auto auto;
}
.homeprocess-list li.bottom {
    display: flex;
    margin-top: 0;
    padding-top: 0;
    background: none;
    background-size: auto auto;
    flex-direction: column-reverse;
}
.homeprocess-list li .pic {
    width: 100%;
    height: 125px;
}
.homeprocess-list li .text {
    font-size: 15px;
    line-height: 1.45;
    padding: 0 0;
    margin: 10px 0;
    height: 90px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.homeprocess-list li .title {
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
}


.homenews-list{
    padding-top: 6px;
    padding-bottom: 10px;
}
.homenews-list li {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 12px 0;
}
.homenews-list li .pic {
    flex: 0 0 35%;
    width: 35%;
}
.homenews-list li a {
    width: 100%;
    height: 80px;
}
.homenews-list li .text {
    padding-left: 15px;
}
.homenews-list li .title {
    display: block;
    font-size: 15px;
    height: 50px;
    font-weight: normal;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homenews-list li .line {
    display: none;
}
.homenews-list li .desc {
    display: none;
}
.homenews-list li .date {
    font-size: 13px;
    padding-top: 5px;
}
.zs-h2title .title:after, .zs-h2title .title:before{
    display: block;
}
}
