.consult a,
.sub-box>button {
    display: inline-block;
    font-size: 38px;
    font-weight: bold;
    width: 400px;
    height: 80px;
    color: white;
    background: linear-gradient(#fc782e, #ff4d04);
    line-height: 80px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
}

.page1 .row .col {
    width: 24%;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page1 .row .col img {
    width: 142px;
    height: 137px;
    transition: all 0.4s;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: 10;
}

.page1 .row .col .h {
    opacity: 0;
}

.page1 .row .col:hover .n {
    opacity: 0;
}

.page1 .row .col:hover .h {
    opacity: 1;
}

.page1 .row .col:hover img {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
} 

.page1 .row .col p {
    color: #333;
    font-size: 24px;
    margin-top: 157px;
    text-align: center;
}


.page2 {
    background: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page2 .col {
    width: 450px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 30px 60px;
    transition: all ease 0.2s;
    cursor: pointer;
}

.page2 .col:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.page2 .col h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page2 .col p {
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page2 .col:nth-child(even) p {
    justify-content: flex-start;
}

.page2 .col img {
    display: inline-block;
    flex-shrink: 0;
}

.page2 .col:nth-child(odd) {
    text-align: right;
}

.page2 .col:nth-child(even) {
    text-align: left;
}

.page2 .col:nth-child(odd) .icon {
    float: left;
}

.page2 .col:nth-child(even) .icon {
    float: right;
}

.page2 .col:nth-child(odd) p:after,
.page2 .col:nth-child(even) p:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fc792f;
}

.page2 .col:nth-child(odd) p:after {
    margin-left: 10px;
}

.page2 .col:nth-child(even) p:before {
    margin-right: 10px;
}

#advSwiper {
    width: 1050px;
    margin-top: 50px;
}

.page4 {
    background: #f8f8f8;
}

.page4 .car.meow {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 379px;
    height: 161px;
    background: url('//assets-public.zhizhouvip.com/zz_dsp/tm_2020_9_17/pc/res/imgs/dyy/car.png');
    z-index: 5;
}

.page4 img {
    cursor: pointer;
}

.page4 .car h2 {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: 40px;
    bottom: 60px;
}

#casePage .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    border: 1px solid #fd6e24;
    margin: 0 3px;
}

#casePage .swiper-pagination-bullet-active {
    background: #fd6e24;
}

#caseSwiper .swiper-slide .hover-mask .btn {
    color: #fd6e24;
}

#casePrev {
    width: 60px;
    height: 60px;
    background: url('//assets-public.zhizhouvip.com/zz_dsp/tm_2020_9_17/pc/res/imgs/dyy/prev.png');
}

#caseNext {
    width: 60px;
    height: 60px;
    background: url('//assets-public.zhizhouvip.com/zz_dsp/tm_2020_9_17/pc/res/imgs/dyy/next.png');
}

.page6 .content {
    padding: 40px;
    background: #f8f8f8;
}

.page6 .content .item {
    width: 100%;
    height: 110px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
    transition: all ease 0.3s;
    cursor: pointer;
}

.page6 .content .item:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.page6 .content .item:not(:first-child) {
    margin-top: 30px;
}

.page6 .content .item>div {
    height: 100%;
    text-align: left;
}

.page6 .content .item .icon {
    width: 190px;
    height: 100%;
    background: linear-gradient(#fc782e, #ff4e06);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page6 .content .item .info {
    margin-left: 20px;
    color: #333333;
}

.page6 .content .item .info h1 {
    font-size: 34px;
}

.page6 .content .item .info p {
    font-size: 20px;
}

.page6 .content .item .btn>a {
    text-align: center;
    display: inline-block;
    font-size: 26px;
    width: 260px;
    height: 65px;
    color: white;
    background: linear-gradient(#fc782e, #ff4d04);
    line-height: 65px;
    border-radius: 68px;
    -webkit-border-radius: 68px;
    -moz-border-radius: 68px;
    -ms-border-radius: 68px;
    -o-border-radius: 68px;
}

.page6 .content .item .btn>a:hover {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255, 255, 255, .2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

.similar-form {
    width: 100%;
    background: url('//assets-public.zhizhouvip.com/zz_dsp/tm_2020_9_17/pc/res/imgs/dyy/form_bg.jpg') no-repeat;
    background-size: cover;
}

.similar-form .tit h1 {
    font-size: 52px;
    color: #ff7d09;
}

.foot-mask {
    background: #000008;
}

#advSwiper .swiper-slide .hover-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
}

#advSwiper .swiper-slide .hover-mask .btn {
    font-size: 36px;
    font-weight: bold;
    color: #fc792f;
    background: #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    cursor: pointer;
}

#advSwiper .swiper-slide .hover-mask .cat span {
    color: #ffffff;
    font-size: 22px;
}

#advSwiper .swiper-slide:hover .hover-mask {
    display: block;
}

.k-bot .row .col {
    width: 24%;
    box-sizing: border-box;
    background: linear-gradient(#fc792f, #ff4d05);
    box-shadow: 5px 5px 0px #ffe5ce;
    padding: 8px 0 20px 0;
    cursor: pointer;
}

.k-bot .row .col h1 {
    font-size: 72px;
    font-weight: bold;
}

.k-bot .row .col p {
    color: #ffffff;
    font-size: 24px;
}

.k-bot .row .col h1 span {
    font-size: 16px;
}
