
.zs-wp{
    width: 1400px;
    display: block;
    margin: 0 auto;
}
.pro-body{
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.8;
    padding-top: 25px;
    padding-bottom: 30px;
}
.pro-body img{
    max-width: 100%;
    height: auto;
    margin:15px 0; 
}
.pro-body h2{
    font-weight: bold;
    padding-left: 22px;
    border-left: 3px solid #ff6600;
}
.pro-body h3{
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    border-left: 3px solid #0496FF;
}
.zs-mb100{
    margin-bottom: 100px;
}
.zs-homebox{
    padding-top: 110px;
    padding-bottom: 0;
}
.zs-homebox.bg{
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: #F6F6F6;
}
.zs-h2title {
    display: block;
    text-align: center;
    padding-bottom: 52px;
    line-height: 1;
}
.zs-h2title .title{
    display: block;
    font-size: 45px;
    color: #000;
    font-weight: bold;
}
.zs-h2title .line{
    display: block;
    width: 40px;
    height: 5px;
    margin: 35px auto 0;
    border-radius: 3px;
    background-color: #2761ca;
}
.zs-h2title .desc{
    padding-top: 30px;
    font-size: 18px;
}
.zs-h2title .more{
    display: block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
}
.zs-h2title .more span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}
.homecase-list{
    display: block;
    padding: 0 10px;
}
.homecase-list ul {
    margin: -10px -10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.homecase-list li{
    flex: 0 0 33.333%;
    width: 33.333%;
    height: auto;
    padding: 10px 10px;
}
.homecase-list li a{
    display: block;
    width: 100%;
    height: 24vw;
    background: #F5F7FA;
    padding: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.homecase-list li .title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}
.homecase-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.homecase-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homecase-list li:hover .pic img{
    transform: scale(1.05);
}
.zs-product-list{
    display: block;
    width: 100%;
}
.zs-product-list li{
    display: block;
    padding: 160px 0;
}
.zs-product-list li:nth-child(odd) {
    background-color: #F5F7FA;
}
.zs-product-list li .zs-wp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zs-product-list li .text{
    display: block;
    width: 40%;
}
.zs-product-list li .text .title{
    font-size: 46px;
    font-weight: bold;
    padding-bottom: 32px;
}
.zs-product-list li .text .title strong{
    color: #e43d40;
}
.zs-product-list li .text .subtitle{
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    padding-bottom: 8px;
}
.zs-product-list li .text .desc{
    font-size: 16px;
    line-height: 1.875;
    color: #808080;
}
.zs-product-list li .text .btn{
    padding-top: 42px;
    display: flex;
}
.zs-product-list li .text .btn a{
    margin-right: 35px;
}
.zs-product-list li .pic{
    display: block;
    width: auto;
}
.prodet-banner {
    width: 100%;
    height: 1136px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%
}
.prodet-banner .banner_inner {
    width: 1600px;
    height: 100%;
    margin: 0 auto;
    color: #222;
    position: relative
}
.prodet-banner .banner_inner .banner_txt {
    padding-top: 200px;
    width: 720px
}
.prodet-banner .banner_inner .banner_txt h1 {
    font-size: 60px;
    line-height: 82px;
    color: #000
}
.prodet-banner .banner_inner .banner_txt h1 span {
    color: #03e
}
.prodet-banner .banner_inner .banner_btn {
    padding-top: 62px
}
.prodet-banner .banner_inner .banner_btn .free_try {
    transition: all .1s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 360px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 18px;
    font-size: 22px;
    padding: 0 36px;
    box-sizing: border-box;
    border-radius: 60px;
    color: #fff;
    background: linear-gradient(to left, #2a4fdb, #d3338d);
    box-shadow: 0px 8px 19px 1px rgba(0, 51, 238, 0.35);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}
.prodet-banner .banner_inner .banner_btn .free_try img {
    width: 20px;
    height: 13px
}
.prodet-banner .banner_inner .banner_btn .free_try:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.prodet-banner .banner_inner .banner_btn .btn_kong {
    background: #0972ef;
    border: 0px solid #fff
}
.prodet-banner .banner_inner .banner_btn .btn_kong:hover {
    border: 0;
    background: linear-gradient(to left, #03a3e3, #0972ef);
    transform: none
}
.prodet-banner .banner_inner .banner_move .banner_move {
    position: absolute;
    font-size: 0
}
.prodet-banner .banner_inner .banner_move .banner_move img {
    width: 100%;
    height: 100%
}
.prodet-banner .banner_inner .banner_move .banner_move_ai {
    right: 302px;
    top: 357px;
    width: 391px;
    height: 408px
}
.prodet-banner .banner_inner .banner_move .banner_move_data {
    right: 27px;
    top: 167px;
    width: 253px;
    height: 266px
}
.prodet-banner .banner_inner .banner_move .banner_move_nlp {
    right: -136px;
    top: 434px;
    width: 293px;
    height: 309px
}
.prodet-banner .banner_inner .banner_move .banner_circle_red {
    left: 560px;
    top: 187px;
    width: 70px;
    height: 70px
}
.prodet-banner .banner_inner .banner_move .banner_circle_orange {
    left: 732px;
    top: 240px;
    width: 100px;
    height: 100px
}
.prodet-banner .banner_inner .banner_move .banner_circle_blue {
    right: -70px;
    top: 798px;
    width: 120px;
    height: 120px
}
.prodet-banner .banner_inner .banner_move .banner_circle_red2 {
    left: -102px;
    top: 640px;
    width: 70px;
    height: 70px;
    opacity: .4
}
.prodet-banner .banner_inner .banner_move .move {
    animation-delay: -2.2s;
    animation-duration: 2.5s;
    transition-delay: .6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out
}
.prodet-banner .banner_inner .playVideo {
    width: 48px;
    height: 54px;
    position: absolute;
    right: 402px;
    top: 240px;
    cursor: pointer;
    z-index: 1
}
.prodet-banner .banner_inner .playVideo::before {
    content: '';
    width: 100px;
    height: 100px;
    background: #d8c85b;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: -1;
    animation: animation-faguang 1s infinite linear
}
.prodet-banner .banner_inner .playVideo::after {
    content: '';
    width: 100px;
    height: 100px;
    background: #d8c85b;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: -1;
    animation: animation-faguang 1.2s infinite linear
}
.prodet-banner .banner_inner .playVideo img {
    width: 100%;
    height: 100%
}
.prodet-banner .banner_inner .playVideo_txt {
    position: absolute;
    font-size: 20px;
    color: #fff;
    right: 390px;
    top: 340px;
    cursor: pointer;
    z-index: 1
}
.prodet-banner .banner_inner .fatory_list {
    position: absolute;
    bottom: 143px;
    left: 0;
    width: 100%
}
.prodet-banner .banner_inner .fatory_list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.prodet-banner .banner_inner .fatory_list ul li {
    width: 330px;
    height: 218px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    padding: 26px 26px 0 28px;
    box-shadow: 0 36px 57px 0 rgba(145, 145, 145, 0.25)
}
.prodet-banner .banner_inner .fatory_list ul li::after {
    content: '';
    display: block;
    width: 33px;
    height: 2px;
    background: linear-gradient(to left, #2a4fdb, #d3338d);
    position: absolute;
    left: 29px;
    top: 160px
}
.prodet-banner .banner_inner .fatory_list ul li:nth-child(2n) {
    margin-top: -60px
}
.prodet-banner .banner_inner .fatory_list ul li .fatory_icon {
    font-size: 0
}
.prodet-banner .banner_inner .fatory_list ul li .fatory_icon img {
    width: 81px;
    height: 80px
}
.prodet-banner .banner_inner .fatory_list ul li .fatory_txt {
    padding-top: 6px
}
.prodet-banner .banner_inner .fatory_list ul li .fatory_txt h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: normal;
    margin-bottom: 28px;
    color: #111;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}
.prodet-banner .banner_inner .fatory_list ul li .fatory_txt p {
    font-size: 16px;
    line-height: 22px;
    color: #9691a4;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}
.core-serviceslist {
  margin-top: 20px;
}
.core-serviceslist ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.core-serviceslist ul li {
  padding: 20px 16px;
  flex: 0 0 25%;
  width: 25%;
  height: auto;
}
.core-serviceslist ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 6px 20px 0px rgba(255, 102, 0, 0.16);
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.core-serviceslist ul li .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 240px;
    background: #faf9f4;
}
.core-serviceslist ul li .title {
  line-height: 51px;
  background: #ff6600;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.core-serviceslist ul li .desc {
    height: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.core-serviceslist ul li .desc p{
    margin: 0 0;
}
.core-serviceslist ul li .desc p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 700;
  color: rgba(56, 56, 56, 1);
}
.core-serviceslist ul li .desc p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 500;
  color: rgba(166, 166, 166, 1);
}
.core-serviceslist ul li:hover a{
  transform: translate(0, -10px);
}

.advantage {
    position: relative;
    width: 100%;
    height: 798px;
    background: url('https://cdn6.zhuocms.com/storage/wwwepaiotcom/img/core_advantage_bg2.jpg') #fff no-repeat bottom center;
    background-size: 100% 260px
}
.advantage .advantage_inner {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}
.advantage .advantage_inner .advantage_left {
    float: left;
    width: 484px;
    padding-top: 120px
}
.advantage .advantage_inner .advantage_left .title {
    font-size: 45px;
    line-height: 58px;
    font-weight: bold;
    padding-left: 30px;
    margin-left: -30px;
}
.advantage .advantage_inner .advantage_left .desc{
    font-size: 20px;
    color: #808080;
    padding-top: 15px;
}
.advantage .advantage_inner .advantage_left .title_info {
    font-size: 24px;
    color: #666;
    line-height: 30px
}
.advantage .advantage_inner .advantage_left .little_title {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    padding-top: 94px;
    padding-bottom: 32px
}
.advantage .advantage_inner .advantage_left .little_title_info {
    font-size: 18px;
    color: #999;
    line-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6
}
.advantage .advantage_inner .advantage_left .watch_btn {
    padding-top: 66px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.advantage .advantage_inner .advantage_left .watch_btn .watch_demo {
    transition: all .1s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    padding: 0 54px;
    box-sizing: border-box;
    border-radius: 60px;
    color: #fff;
    background: linear-gradient(to left, #df944a, #d8c85b);
    box-shadow: 3px 20px 27px 3px rgba(228, 146, 73, 0.35);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px; 
    justify-content: center;
}
.advantage .advantage_inner .advantage_left .watch_btn .watch_demo img {
    width: 20px;
    height: 13px
}
.advantage .advantage_inner .advantage_left .watch_btn .watch_demo:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.advantage .advantage_inner .advantage_left .watch_btn .more {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 201px;
    height: 60px;
    margin-left: 22px;
    border-radius: 60px;
    background: #fff;
    text-align: center;
    font-size: 22px;
    color: #111;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #e5e5e5;
    transition: all .2s ease-in
}
.advantage .advantage_inner .advantage_left .watch_btn .more:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background: linear-gradient(to left, #df944a, #d8c85b);
    color: #fff
}
.advantage .advantage_inner .advantage_right {
    float: right;
    width: 751px;
    height: 750px;
    margin-top: 10px;
    background: url('https://cdn6.zhuocms.com/storage/wwwepaiotcom/img/coreAd_circle_bg.png') no-repeat center center;
    background-size: 100% 100%;
    position: relative
}
.advantage .advantage_inner .advantage_right .advantage_main {
    width: 350px;
    height: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('https://cdn6.zhuocms.com/storage/wwwepaiotcom/img/coreAd_circle_main.png') no-repeat center center;
    background-size: 100% 100%
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item {
    position: absolute;
    left: 142px;
    top: -28px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: all .5s ease-in-out
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item::before {
    transition: all .5s ease-in-out;
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    opacity: .2;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: linear-gradient(to top, #3379e2, #163fa9)
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item::after {
    transition: all .5s ease-in-out;
    display: none;
    content: '';
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 8;
    opacity: .1;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: linear-gradient(to top, #3379e2, #163fa9)
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item.ad_item_2 {
    left: 307px;
    top: 138px
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item.ad_item_3 {
    left: 142px;
    top: 305px
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item.ad_item_4 {
    left: -28px;
    top: 138px
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item .ad_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    font-size: 0;
    transition: all .2s ease-in-out;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    background: linear-gradient(to top, #3379e2, #163fa9);
    border-radius: 50%
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item .ad_icon img {
    width: 100%;
    height: 100%
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item .ad_font {
    position: absolute;
    width: 170px;
    left: -171px;
    top: -50px;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    color: #222;
    font-weight: bold
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item .ad_font.ad_font_2 {
    left: 85px
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item .ad_font.ad_font_3 {
    left: 96px;
    top: 55px
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item .ad_font.ad_font_4 {
    left: -215px;
    top: 10px
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item.active::before,
.advantage .advantage_inner .advantage_right .advantage_main .ad_item:hover::before {
    width: 139px;
    height: 139px;
    background: linear-gradient(to top, #56beec, #3985f6)
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item.active::after,
.advantage .advantage_inner .advantage_right .advantage_main .ad_item:hover::after {
    display: block;
    width: 171px;
    height: 171px;
    background: linear-gradient(to top, #56beec, #3985f6)
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item.active .ad_icon,
.advantage .advantage_inner .advantage_right .advantage_main .ad_item:hover .ad_icon {
    width: 106px;
    height: 106px;
    background: linear-gradient(to top, #56beec, #3985f6)
}
.advantage .advantage_inner .advantage_right .advantage_main .ad_item.active .ad_font,
.advantage .advantage_inner .advantage_right .advantage_main .ad_item:hover .ad_font {
    background-image: -webkit-linear-gradient(top, #3985f6, #56beec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
body {
    font-size: 13px !important;
}
.zs-wp {
    width: 92%;
    margin: 0 auto;
}
.zs-product-list li {
    padding: 38px 0;
}
.zs-product-list li .zs-wp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-product-list li .text {
    width: 100%;
}
.zs-product-list li .text .title {
    font-size: 25px;
    padding-bottom: 25px;
}
.zs-product-list li .text .subtitle {
    font-size: 16px;
}
.zs-product-list li .text .desc {
    font-size: 14px;
}
.zs-product-list li .text .btn {
    padding-top: 30px;
    padding-bottom: 20px;
}
.zs-product-list li .text .btn a {
    margin-right: 20px;
}
.zs-product-list li .pic {
    margin-top: 15px;
    margin-bottom: 20px;
}
.zs-product-list li .pic img{
    max-width: 100%;
    height: auto;
}

.prodet-banner {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 600px;
}
.prodet-banner .banner_inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.prodet-banner .banner_inner .banner_txt {
    padding-top: 80px;
    width: 92%;
    margin: 0 auto;
}
.prodet-banner .banner_inner .banner_txt h1 {
    font-size: 25px;
    line-height: 1.8;
    color: #000;
}
.prodet-banner .banner_inner .banner_btn {
    padding: 32px 4% 30px;
}
.prodet-banner .banner_inner .banner_btn .free_try {
    width: 80%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 18px;
    font-size: 16px;
    padding: 0 36px;
    box-shadow: 0px 8px 19px 1px #fce1b9;
}

.prodet-banner .banner_inner .fatory_list {
    position: relative;
    bottom: 0;
    left: 0;
    width: 92%;
    margin: 0 auto;
}
.prodet-banner .banner_inner .fatory_list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row;
}
.prodet-banner .banner_inner .fatory_list ul li {
    width: 48%;
    height: auto;
    margin-bottom: 20px;
    padding: 15px 15px 15px 15px;
    box-shadow: 0 10px 15px 0 rgba(145, 145, 145, 0.25);
}
.prodet-banner .banner_inner .fatory_list ul li:nth-child(2n) {
    margin-top: 0;
}
.prodet-banner .banner_inner .fatory_list ul li .fatory_txt p {
    font-size: 13px;
    line-height: 1.65;
    -webkit-line-clamp: 5;
}
.prodet-banner .banner_inner .fatory_list ul li .fatory_txt h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 18px;
}
.prodet-banner .banner_inner .fatory_list ul li::after {
    width: 33px;
    height: 2px;
    left: 15px;
    top: 138px;
}

.core-serviceslist {
    margin-top: 0;
}
.core-serviceslist ul {
    margin: 0 -8px;
}
.core-serviceslist ul li {
    padding: 8px 8px;
    flex: 0 0 50%;
    width: 50%;
    height: auto;
}
.core-serviceslist ul li a {
    box-shadow: 0px 5px 10px 0px rgba(255, 102, 0, 0.16);
}
.core-serviceslist ul li .pic {
    width: 100%;
    height: 145px;
}
.core-serviceslist ul li .pic img{
    display: block;
    max-width: 70%;
    height: auto;
}
.core-serviceslist ul li .title {
    line-height: 38px;
    font-size: 16px;
}
.core-serviceslist ul li .desc p:nth-of-type(1) {
    font-size: 18px;
}
.core-serviceslist ul li .desc p:nth-of-type(2) {
    font-size: 12px;
}
.core-serviceslist ul li .desc {
    height: 60px;
}
.advantage {
    display: table;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background: url('https://cdn6.zhuocms.com/storage/wwwepaiotcom/img/core_advantage_bg2.jpg') #fff no-repeat bottom center;
    background-size: 100% auto;
}
.advantage .advantage_inner {
    width: 92%;
    margin: 0 auto;
}
.advantage .advantage_inner .advantage_left {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 45px;
}
.advantage .advantage_inner .advantage_left .title {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    padding-left: 0;
    margin-left: 0;
}
.advantage .advantage_inner .advantage_left .desc {
    font-size: 14px;
    padding-top: 10px;
}
.advantage .advantage_inner .advantage_left .little_title {
    font-size: 20px;
    line-height: 1.6;
    padding-top: 30px;
    padding-bottom: 10px;
}
.advantage .advantage_inner .advantage_left .little_title_info {
    font-size: 14px;
    line-height: 1.65;
}
.advantage .advantage_inner .advantage_left .watch_btn {
    padding-top: 30px;
}
.advantage .advantage_inner .advantage_left .watch_btn .watch_demo {
    width: 55%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 54px;
    background: linear-gradient(to left, #df944a, #d8c85b);
    box-shadow: 3px 2px 10px 3px rgba(228, 146, 73, 0.35);
}
.advantage .advantage_inner .advantage_left .watch_btn .more {
    width: 45%;
    height: 45px;
    margin-left: 15px;
    border-radius: 60px;
    font-size: 16px;
}
.advantage .advantage_inner .advantage_right {
    zoom: 0.45;
}
.zs-h2title {
    padding-bottom: 22px;
}
.zs-h2title .title {
    font-size: 28px;
}
.zs-h2title .line {
    width: 30px;
    height: 4px;
    margin: 15px auto 0;
}
.homecase-list {
    padding: 0 4%;
}
.homecase-list li {
    flex: 0 0 50%;
    width: 50%;
    padding: 5px 5px;
}
.homecase-list li a {
    height: 32vw;
}
.homecase-list li .title {
    width: 100%;
    padding: 0 10px;
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}
.zs-homebox {
    padding-top: 50px;
}
.zs-homebox.bg {
    padding-top: 50px;
    padding-bottom: 50px;
}
.zs-mb100 {
    margin-bottom: 30px;
}
}

/*PC自适应*/
@media screen and (min-width: 1649px) and (max-width: 1749px) {
    body {
      zoom: 0.9;
    }
}
  
@media screen and (min-width: 750px) and (max-width: 1649px) {
    body {
      zoom: 0.8;
    }
}
  
@media screen and (min-width: 751px) and (max-width: 1380px) {
    body {
      zoom: 0.7;
    }
}