/* xgj */
.xgj .pic {
    position: relative;
    min-height: 960px;
}

.xgj h1 {
    opacity: 0;
    position: absolute;
}

.xgj .pic .pc {
    height: 960px;
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.xgj .wap {
    display: none;
}

.xgj .box1 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

.xgj .title {
    font-size: 48px;
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
}

.xgj .title::before {
    content: '';
    background-color: #00a4e0;
    width: 100%;
    height: 14px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.xgj .subtit {
    font-size: 20px;
    text-transform: uppercase;
    opacity: .4;
    font-weight: lighter;
    letter-spacing: 2px;
    padding: 1.78% 0 3.57%;
}

.xgj .text {
    font-size: 18px;

    line-height: 2;
    padding-bottom: 7.14%;
}

.xgj .btn {
    width: 200px;
    line-height: 60px;
    background-color: #00a4e0;
    margin: auto;
    color: #fff;
    display: inline-block;
}

.xgj .btn:nth-child(2) {
    margin-left: 20px;
}

.xgj .section:nth-child(3) .text {
    background: url(../img/xgj-bottom-icon.png)no-repeat center bottom;
    padding-bottom: 80px;
}

.xgj .list1 {
    width: 60%;
    margin: 42px auto;
}

.xgj .list1 li {
    width: 33.333%;
    padding: 0 20px;
    float: left;
    white-space: nowrap;
}

.xgj .list1 .pic1 {
    width: 100px;
    padding-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.xgj .list1 .txt-box {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 5% 0 30px;
}

.xgj .tit1 {
    font-size: 24px;
    margin-bottom: 2%;
}

.xgj .txt1 {

    line-height: 1.8;
    white-space: normal;
}

.xgj .list2 {
    margin: 0 -6.42%;
}

.xgj .list2 li {
    width: 12.5%;
    float: left;
    position: relative;
}

.xgj .list2 li::before {
    content: '';
    width: 52px;
    height: 4px;
    background: url(../img/dot-icon.png)no-repeat center;
    position: absolute;
    top: 24px;
    right: 0;
    transform: translateX(50%);
}

.xgj .list2 li:last-child::before {
    content: none;
}

.xgj .list2 .pic2 {
    width: 70px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

.xgj .list2 .txt2 {
    padding-top: 30px;

}

@media(max-width: 1600px) {
    .xgj .list1 .txt-box {
        width: 100%;
    }
}

@media(max-width: 1024px) {
    .xgj .title {
        font-size: 36px;
    }

    .xgj .subtit {
        font-size: 18px;
    }

    .xgj .text {
        font-size: 16px;
    }

    .xgj .list1 li {
        width: 50%;
        margin-bottom: 4.34%;
        padding: 0 20px 0 0;
    }
}

@media(max-width: 960px) {
    .xgj .list2 li {
        width: 25%;
        margin-bottom: 7.14%;
    }

    .xgj .list2 li:nth-child(n+5) {
        margin-bottom: 0;
    }

    .xgj .list2 li:nth-child(4)::before {
        left: 50%;
        top: 120%;
        transform: translate(-50%, 100%) rotate(90deg);
        right: 0;
    }

    .xgj .list2 li:nth-child(n+5)::before {
        transform: translateX(50%) rotate(180deg);
    }
}

@media(max-width: 768px) {
    .xgj .list1 li {
        width: 100%;
    }

    .xgj .list1 .pic1,
    .xgj .list1 .txt-box {
        vertical-align: middle;
    }
}

@media(max-width: 640px) {
    .xgj .wap {
        display: block;
    }

    .xgj .pc {
        display: none;
    }

    .xgj .title {
        font-size: 6.4vw;
    }

    .xgj .subtit {
        font-size: 2.666vw;
    }

    .xgj .btn {
        font-size: 2.666vw;
        width: 26.66vw;
        line-height: 8vw;
    }

    .xgj .text {
        font-size: 2.666vw;
    }

    .xgj .tit1 {
        font-size: 3.733vw;
    }

    .xgj .txt1 {
        font-size: 2.4vw;
    }

    .xgj .list1 .pic1 {
        width: 13.333vw;
        padding-top: 13.333vw;
        background-size: cover;
    }

    .xgj .list1 .txt-box {
        padding: 0 0 0 4vw;
    }

    .xgj .list1 li {
        padding: 0;
    }

    .xgj .list2 .txt2 {
        font-size: 2.4vw;
        padding-top: 4vw;
    }

    .xgj .list2 .pic2 {
        width: 9.333vw;
        height: 6.666vw;
        background-size: contain;
    }

    .xgj .pic {
        min-height: 0;
    }

    .xgj .list2 li::before {
        top: 3.2vw;
        width: 6.9333vw;
        height: 2px;
    }

    .xgj .title::before {
        height: 1.6vw;
    }
}

/* 附近门店 */

.nearby-store {
    padding: 5vw 0;
}

.nearby-store .nearby-tit {
    font-size: 32px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    margin: 0;
    line-height: 1;
}

.nearby-store .nearby-intro {
    font-size: 18px;
    color: #555555;
    text-align: center;
    margin: 20px 0 50px;
}

.store-filter {
    margin: 42px 0;
}

.store-filter .item {
    float: left;
    width: 20.19%;
    margin-right: 1.28%;
}

.store-filter .item select {
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    width: 100%;
    padding: 0 40px 0 20px;
    font-size: 16px;
    color: #333;
    background-position: 92% center;
}

.store-filter .store-search {
    position: relative;
    width: 35.57%;
    float: left;
}

.store-filter .store-search input {
    height: 60px;
    line-height: 60px;
    background-color: #f7f7f7;
    border: 0;
    outline: none;
    font-size: 18px;
    width: 100%;
    padding: 0 50px 0 20px;
}

.store-filter .store-search input::placeholder {
    font-size: 18px;
    color: #333333;
}

.store-filter .store-search input::-ms-input-placeholder {
    font-size: 18px;
    color: #333333;
}

.store-filter .store-search input::-webkit-input-placeholder {
    font-size: 18px;
    color: #333333;
}

.store-filter .store-search input::-moz-placeholder {
    font-size: 18px;
    color: #333333;
}

.store-filter .store-search .btn {
    background-color: #00a4e0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
    font-size: 18px;
}

.store-filter .result {
    font-size: 24px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 20px;
}

.store-filter .result .num {
    color: #00a4e0;
}

.Map000101 {
    background-color: #f7f7f7;
    margin-top: 20px;
}

#app {
    width: 100%;
    display: table;
}

.Map000101 .map {
    float: left;
    width: 63.14%;
    height: 500px;
    margin: 50px 0;
    background: #ccc;
}

.Map000101 .map #allMap {
    width: 100%;
    height: 100%;
}

.Map000101 .map #allMap img {
    max-width: none;
}

.Map000101 .info {
    float: right;
    width: 36.85%;
    max-height: 600px;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 3.8%;
}

.Map000101 .info ul {
    max-height: 500px;
    overflow: auto;
}

.Map000101 .info li {
    line-height: 25px;
    padding: 0 0 20px;
    border-bottom: 1px #dedede solid;
    margin-bottom: 40px;
    position: relative;
}

.Map000101 .info li .tit {
    margin: 0;
    font-size: 24px;
    line-height: normal;
    color: #333333;
    font-weight: normal;
}

.Map000101 .info li.on .tit,
.Map000101 .info li:hover .tit {
    color: #00a4e0
}

.Map000101 .info li.on,
.Map000101 .info li:hover {
    border-bottom: 1px #00a4e0 solid;
}

.Map000101 .info .addr,
.Map000101 .info .tel {
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #666666;
}

.Map000101 .info .addr {

    background-image: url("../img/map-addr.png");
    margin: 10px 0;
}

.store-item-map-btn {
    margin: 15px 0 0;
}

.store-item-distance {
    position: absolute;
    top: 49%;
    right: 10%;
    font-size: 14px;
    color: #666;
}

.store-item-map-btn a {

    padding: 10px 20px;
    background: #00a4e0;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
}

.Map000101 .info .tel {
    background-image: url("../img/map-tel.png");
}

.Map000101 .mCSB_inside>.mCSB_container {
    margin-right: 70px;
}

.Map000101 .mCSB_scrollTools {
    right: 20px;
}

.Map000101 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff !important;
    width: 10px;
    border-radius: 0;
}

.Map000101 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background-color: #00a4e0 !important;
    border-radius: 0;
}

.nearby-store .map-join {
    margin-top: 30px;
}

.nearby-store .map-join .tit {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    line-height: normal;
}

.nearby-store .map-join .intro {
    font-size: 18px;
    margin: 15px 0 15px;
}

.nearby-store .map-join .btn {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #00a4e0;
    color: #00a4e0;
    border-radius: 50px;
}


.zt_sbanner1 {
    height: 80px;
}

/* 加盟合作 */
.zt_main {
    width: 100%;
    margin: 3.2% 0;
}

.zt_jzmenu {
    position: relative;
    display: flex;
    margin: -40px 80px 5vw;
    justify-content: space-around;
}

.zt_sticky.zt_fixed .zt_menu {
    margin-top: 0px;
}

.zt_sticky.zt_fixed .zt_jzmenu {
    margin-top: 0px;
}

.navigation {
    z-index: 33;
}

/*  */
/* .zt_sticky.zt_fixed + div{margin-top:121px;} */

.zt_jzmenu>div {
    flex-grow: 1;
    padding: 18px 10px 18px;
    font-size: 18px;
    color: #111;
    text-align: center;
    cursor: pointer;
    margin: 0 10px;
}

.zt_jzmenu .zt {
    border: 1px solid #ccc;

}

.zt_jzmenu .zt.current,
.zt_jzmenu .zt:hover {
    background: #00a4e0;
    color: #ffff;
}

.zt_menutit {
    white-space: nowrap;
    line-height: 2;
}

.zt_menucon {
    margin-top: 20px;
    font-size: 14px;
    color: #727171;
    opacity: 0;
}

.zt_jzmenu>div.current,
.zt_jzmenu>div.current {
    color: #ffffff;
}

.zt_jzmenu>div.current .zt_menucon {
    color: #ffffff;
    opacity: 1;
}

.zt_part11bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.zt_part12bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fafafa;
    overflow: hidden;
    z-index: -1;
}

.zt_part12bg:before {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: #f2f2f3;
    border-top: 1px solid #ffffff;
    overflow: hidden;
    z-index: -1;
    transform-origin: left;
    transform: skewY(1.2deg);
}

.zt_part12bg:after {
    position: absolute;
    top: 1.2vw;
    left: 60%;
    width: 50%;
    height: 100%;
    content: "";
    background: #ebecec;
    border-top: 1px solid #ffffff;
    overflow: hidden;
    z-index: -1;
    transform-origin: left;
    transform: skew(20deg, 1.2deg);
}

.zt_texin4 {
    width: 100%;

}

.tr {
    width: 45px;
    height: 3px;
    background: #00a4e0;
}

.zt_texin4 .gal_tit dt {
    font-size: 48px;
    color: #000;
}

.zt_texin4 .gal_tit dd {
    font-size: 18px;
    color: #333;

}

.attr_mian {
    margin: 3vw 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.attr_mian .attr_line {
    width: 25%;
    padding: 0 10px;

}

.attr_mian .attr_line .img {
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    border-radius: 0.3em;
    -moz-border-bottom-right-radius: 4.5em;
    -webkit-border-bottom-right-radius: 4.5em;
    border-bottom-right-radius: 4.5em;
    padding: 6vw 2vw;
}

.attr_mian .attr_line .img:hover {
    background: #00a4e0;
}

.attr_mian .attr_line .img h1 {}

.attr_mian .attr_line .img h1 img {
    width: 60px;
    height: 60px;
    margin-bottom: 1vw;
}

.attr_mian .attr_line .img h1 img.ph {
    display: block;
}

.attr_mian .attr_line .img h1 img.on {
    display: none;
}

.attr_mian .attr_line .img:hover h1 img.on {
    display: block;
}

.attr_mian .attr_line .img:hover h1 img.ph {
    display: none;
}

.attr_mian .attr_line .img h5 {
    font-size: 30px;
    color: #000;
    margin: 10px 0;
}

.attr_mian .attr_line .img:hover h5,
.attr_mian .attr_line .img:hover p {
    color: #fff;
}

.attr_mian .attr_line .img p {
    font-size: 14px;
    color: #666;
}

.zt_part4 {

    background-repeat: no-repeat;
    background-size: cover;
}

.zt_part4 .procon h3.title {
    font-size: 48px;
    color: #000;
}

.zt_part4 .procon .text {
    font-size: 18px;
    color: #333;

}

.proconWrap .support_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 4.45vw;
}

.proconWrap .support_ul li {
    position: relative;
    text-align: center;
    width: 17%;
}

.proconWrap .support_ul li .box {
    width: 65%;
    border: 1px solid #00a4e0;
    padding: 2vw 0;
}

.proconWrap .support_ul li img {
    height: 43px;
}

.proconWrap .support_ul li:before {
    position: absolute;
    top: 50%;
    right: -51px;
    content: '';
    background: url(../img/27.png);
    height: 7px;
    width: 131px;
    opacity: .2;
}

.proconWrap .support_ul li:nth-child(n+6) {
    padding-top: 8vw;
}

.proconWrap .support_ul li:nth-child(n+6):before {
    position: absolute;
    top: 73%;
    right: -51px;
    content: '';
    background: url(../img/29.png);
}

.proconWrap .support_ul li:nth-child(5n):before {
    display: none;
}

.proconWrap .support_ul.is1 li:nth-child(5):before {
    position: absolute;
    top: 108%;
    right: 65%;
    content: '';
    background: url(../img/28.png);
    height: 131px;
    width: 7px;
    opacity: 1;
    display: block;
}

.proconWrap .support_ul h1 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 15px;
}

.proconWrap .support_ul h2 {
    font-size: 18px;
    color: #00a4e0;
    opacity: 0.3;

}

.zt_part5 {
    margin: 1.2% 0;
}

.zt_part5 h3.title {
    font-size: 48px;
    color: #000;
}

.attr_mian {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.attr_mian .attr_ul {
    width: 55%;
}

.attr_mian .attr_ul ul li {
    float: left;
    width: 48%;


    box-sizing: border-box;
}

.attr_mian .attr_ul ul li .libox {
    margin-left: 1vw;
    margin-bottom: 1vw;
    padding: 3vw 35px;
    height: 224px;

}



.attr_mian .attr_tt {
    width: 45%;
    height: 471px;
    background-size: cover;
    box-sizing: border-box;
    position: relative;

}

.attr_mian .attr_ul ul li:nth-child(3) .libox,
.attr_mian .attr_ul ul li:nth-child(4) .libox {
    margin-bottom: 0;
}

.attr_mian .attr_tt h4 {
    position: absolute;
    bottom: 10%;
    left: 6%;
}


.attr_mian .aspn {
    display: block;
    margin-bottom: 14px;
    font-size: 30px;
    color: #fff;
    font-weight: 100;
}

.attr_mian .ap {
    font-size: 14px;
    color: #fff;
}

.attr_mian .attr_tt h4 span font {
    color: #00a4e0;
    font-weight: 400;
}

.attr_mian .attr_tt h4 i {
    display: block;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}


.zt_part5 {
    margin: 1.2% 0;
}

.columns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.column h1 span {
    font-size: 24px;
    color: #000;

}

.columns .column {
    width: 50%;
}

.columns .right {
    width: 50%;
    padding-left: 20%;


}

.columns .right img {
    width: 100%;
}

.column h1 {
    font-size: 48px;
    color: #00a4e0;
    line-height: 32px;
    margin: 0.8vw 0 0;
}

#zt_mark2 {
    margin: 5vw 0;
    padding: 5vw 0;
}

.story .title {
    font-size: 48px;
    color: #000;
}

.columns .form {
    width: 100%;
    margin: 3vw 0 0;
}

.columns .form .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.columns .form .item textarea,
.columns .form .item input,
.columns .form .item button,
.columns .form .item select {
    padding: 21px 24px;
    font-size: 16px;
    color: #b2b2b2;
    background-color: #f5f5f5;
    resize: none;
    outline: none;
    border: none;
    margin-bottom: 20px;
}

@media (max-width: 767px) {

    .columns .form .item textarea,
    .columns .form .item input,
    .columns .form .item button {
        font-size: 14px;
    }
}

@media (max-width: 500px) {

    .columns .form .item textarea,
    .columns .form .item input,
    .columns .form .item button {
        margin-bottom: 16px;
    }
}

.columns .form .item select {
    width: calc(33.33% - 10px);
}

.columns .form .item input {
    width: calc(50% - 10px);
}

@media (max-width: 1199px) {
    .columns .form .item input {
        width: calc(50% - 5px);
    }
}

@media (max-width: 767px) {
    .columns .form .item input {
        width: 100%;
    }
}

.columns .form .item textarea {
    width: 100%;
    height: 150px;
}

@media (max-width: 1199px) {
    .columns .form .item textarea {
        height: 120px;
    }
}

.columns .form .item button {
    width: 100%;
    background-color: #00a4e0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .columns .form .item button {
        font-size: 16px;
    }
}

.columns .form .emale1 input {
    width: 100%;
}

.contactbox-section2 {
    background-color: #efefef;
}

.story {
    margin: 5vw 0;
}

.story ul {
    margin: 2vw auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.story ul li {
    width: 16.66%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 1vw 0 2vw;
    position: relative;

}

.story ul li .box {
    border: 1px solid #eee;
    border-radius: 50%;
    padding: 23% 1vw;
    width: 200px;
    height: 200px;
}

.story ul li .icon {
    position: absolute;
    left: 70%;
}

.story ul li .icon img.ph {
    display: block;
}

.story ul li .icon img.as {
    display: none;
}

.story ul li .box h1 {
    font-size: 48px;
    text-align: center;
    color: #00a4e0;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.story ul li .box h2 {
    font-size: 14px;
    text-align: center;
}

.story ul li:before {
    position: absolute;
    top: 50%;
    right: 14px;
    content: '';
    background: url(../img/icon_4.png);
    height: 10px;
    width: 38px;
}

.story ul li:hover:before {
    background: url(../img/icon_4on.png);
}

.story ul li .box:hover {
    background-color: #00a4e0;
}

.story ul li:nth-child(6):before {
    position: absolute;
    top: 105%;
    right: 58%;
    content: '';
    background: url(../img/icon_6.png);
    height: 38px;
    width: 10px;
    display: block;
}

.story ul li:nth-child(7):before {
    display: none;
}

.story ul li:hover:nth-child(6):before {
    background: url(../img/icon_6on.png);
}

.story ul li:nth-child(n+7) {
    margin: 1vw 0 0;
}

.story ul li:nth-child(n+7):before {
    position: absolute;
    top: 46%;
    left: -53px;
    content: '';
    background: url(../img/icon_5.png);
}

.story ul li:hover:nth-child(n+7):before {
    background: url(../img/icon_5on.png);
}

.story ul li .box:hover h1,
.story ul li .box:hover h2 {
    color: #ffffff;
}

.story ul li:hover .icon img.ph {
    display: none;
}

.story ul li:hover .icon img.as {
    display: block;
}

.twonav {
    width: 100%;
    display: table;
    margin: 62px 0;
    text-align: center;
}

.twonav a {
    font-size: 18px;
    color: #000;
    padding: 20px 40px;
    margin: 0 10px;
    border: 1px solid #000;
}

.twonav a:hover,
.twonav a.on {
    background: #00a4e0;
    color: #fff;
}

.service-search .part2 {
    background-color: #fff;
}

.service-search .part2 .box {
    text-align: center;
    padding-bottom: 4.28%;
}

.service-search .part2 select {
    width: 90%;
    max-width: 600px;
    height: 60px;
    border: 1px solid #eee;
    background-color: #fff;
    margin: auto;
    padding: 0 1.5%;
}

.service-search .same {
    margin: 0 -1px;
    margin-bottom: 4.28%;
}

.service-search .same li {
    width: 25%;
    float: left;
    padding: 0 1px;
    margin-bottom: 2px;
}

.service-search .same .item {
    background-color: #f5f5f5;
    padding: 8.57%;
    transition: all .3s;
    color: #333;
    cursor: pointer;
}

.service-search .same .item:hover {
    background-color: #00a4e0;
    color: #fff;
}

.service-search .same .tit {
    font-size: 20px;

}

.service-search .same .addr {
    font-size: 14px;
    font-family: 'Light';
    min-height: 44px;
    margin: 5.74% 0 8.62%;
    transition: all .3s;
}

.service-search .same .detail {
    font-size: 14px;
    color: #999;
    font-family: 'Light';
    display: inline-block;
    padding-right: 15px;
    background: url(../images/more-icon.png)no-repeat right center;
    transition: all .3s;
}

.service-search .same .item:hover .addr {
    color: rgba(225, 255, 255, 0.6);
}

.service-search .same .item:hover .detail {
    color: #fff;
    background: url(../images/more-icon01.png)no-repeat right center;
}

.service-search .more {
    width: 150px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'Light';
    margin: auto;
    background-color: #00a4e0;
    cursor: pointer;
}

.service-search .cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    min-width: 320px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 200;
    display: none;
}

.service-search .cover ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 1120px;
    background-color: #fff;
}

.service-search .cover li {
    position: relative;
}

.service-search .slick-prev {
    left: -100px;
}

.service-search .slick-next {
    right: -100px;
}

.service-search .cover .pic {
    width: 64%;
    float: left;
}

.service-search .cover .content {
    width: 36%;
    float: left;
    padding: 8.92% 3.57% 0 4.46%;
}

.service-search .cover .tit {
    font-size: 30px;
    color: #333;

    padding-bottom: 5%;
}

.service-search .cover .info>div {
    padding: 2% 0;
}

.service-search .cover span {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #333;
    font-family: 'Light';
}

.service-search .cover .addr span:nth-child(2) {
    width: calc(100% - 48px);
}

.service-search .func {
    position: absolute;
    width: 36%;
    line-height: 70px;
    background-color: #f5f5f5;
    right: 0;
    bottom: 0;
}

.service-search .func>div {
    display: inline-block;
    color: #00a4e0;
    padding-left: 5%;
    margin-left: 7.5%;
    cursor: pointer;
}

.service-search .func .copy {
    background: url(../images/copy-icon.png)no-repeat left center;
}

.service-search .func .guide a {
    color: #00a4e0;
}

.service-search .func .guide {
    background: url(../images/guide-icon.png)no-repeat left center;
    margin-left: 12.5%;
}

.service-search .func .send {
    background: url(../images/send-icon.png)no-repeat left center;
}

.service-search .link {
    padding-top: 5.71%;
    margin: 0 -21px;
}

.service-search .link li {
    width: 50%;
    float: left;
    padding: 0 21px;
    margin-bottom: 40px;
}

.service-search .link .pic {
    padding-top: 58.82%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.service-search .link .content {
    padding: 30px 40px;
    background-color: #f5f5f5;
    position: relative;
}

.service-search .link .tit {
    font-size: 24px;
    color: #00a4e0;

}

.service-search .link .txt {
    font-size: 18px;
    color: #999;
    font-family: 'Light';
    margin-top: 1%;
}

.service-search .link .qrcode {
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 25%;
    max-width: 140px;
}

@media(max-width: 1400px) {
    .service-search .slick-arrow {
        top: 110%;
    }

    .service-search .slick-prev {
        left: calc(50% - 50px);
    }

    .service-search .slick-next {
        right: calc(50% - 50px);
    }

    .service-search .cover .content {
        padding: 4%;
    }
}

@media(max-width: 1024px) {
    .service-search .same li {
        width: 33.333%;
    }

    .service-search .link .qrcode {
        right: 0;
        bottom: 100%;
    }

    .service-search .cover .pic {
        width: 100%;
        float: none;
    }

    .service-search .cover .content {
        width: 100%;
        float: none;
        padding-bottom: 80px;
    }

    .service-search .cover .pic img {
        width: 100%;
    }

    .service-search .cover .tit {
        padding-bottom: 0%;
    }

    .service-search .cover .info>div {
        padding: 0;
    }

    .service-search .func {
        width: 100%;
    }

    .service-search .func>div {
        padding-left: 20px;
    }

    .service-search .title {
        font-size: 28px;
    }
}

@media(max-width: 768px) {
    .service-search .nearby .li {
        padding: 0 5px;
        opacity: 0.3;
        transition: all .3s;
    }

    .service-search .nearby .li.slick-current {
        opacity: 1;
    }

    .service-search .nearby .tit {
        padding-bottom: 3%;
    }

    .service-search .nearby {
        margin-bottom: 15%;
    }

    .service-search .slick-dots {
        bottom: -7%;
    }

    .service-search .slick-dots li button {
        background-color: #f5f5f5;
    }

    .service-search .slick-dots li button::before {
        background-color: #00a4e0;
    }

    .service-search .link .content {
        padding: 15px 20px;
    }

    .service-search .link .tit {
        font-size: 20px;
    }

    .service-search .link .txt {
        font-size: 14px;
    }

}

@media(max-width: 640px) {
    .service-search .link li {
        width: 100%;
    }

    .service-search .same li {
        width: 50%;
    }

    .contain-ban select {
        padding-left: 5px;
    }

    .contain-ban .title {
        font-size: 26px;
    }

    .contain-ban select,
    .contain-ban .input-box input {
        line-height: 50px;
        height: 50px;
    }

    .service-search .func .guide {
        margin-left: 7.5%;
    }

    .service-search .func>div {
        font-size: 14px;
    }

    .service-search .cover .tit {
        font-size: 24px;
    }

    .automatic-positioning .automatic-bnt-wrap {
        margin-left: 0 !important;
        margin-top: 20px;
    }
}


.service-policy {
    padding: 62px 0 0;
}

.service-policy .top-list {
    text-align: center;
}

.service-policy .top-list li {
    width: 15.35%;
    display: inline-block;
    background-color: #f9f9f9;
    margin-right: 1.78%;
    cursor: pointer;
    border-radius: 6px;
    transition: all .3s;
}

.service-policy .top-list .active {
    display: none;
}

.service-policy .top-list li:last-child {
    margin-right: 0;
}

.service-policy .top-list .tit {
    padding: 10px 0;
    font-family: 'Light';
    color: #666;
    transition: all .3s;
}

.service-policy .top-list li.on,
.service-policy .top-list li:hover {
    background-color: #00a4e0;
}

.service-policy .top-list li.on .tit,
.service-policy .top-list li:hover .tit {
    color: #fff;
}

.service-policy .top-list li.on .normal,
.service-policy .top-list li:hover .normal {
    display: none;
}

.service-policy .top-list li.on .active,
.service-policy .top-list li:hover .active {
    display: block;
}

@media(max-width: 1024px) {
    .service-policy .top-list .tit {
        font-size: 14px;
    }
}

@media(max-width: 640px) {
    .service-policy .top-list li {
        width: 20%;
    }

    .service-policy .top-list .icon img {
        width: 30%;
    }

    .service-policy .top-list .tit {
        font-size: 14px;
    }
}


.service-policy .box {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

.service-policy .box:first-child {
    padding-top: 0;
}

.service-policy .box:last-child {
    padding-bottom: 0;
    border: none;
    padding-bottom: 2%;
}

.service-policy .box .tit1 {
    font-size: 24px;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

.service-policy .box .num {
    font-family: 'Oswald';
    font-size: 3.43vw;
    color: #f9f9f9;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    font-style: italic;
}

.service-policy .box .subtit {
    padding-bottom: 10px;
    font-size: 18px;
}

.service-policy .box p {
    color: #666;
    font-size: 14px;
}

.service-policy .box dd {
    color: #666;
    font-size: 14px;
}

.service-policy .box .red {
    color: #00a4e0;
}

.service-policy .box .grey {
    color: #999;
}

.service-policy .box .phone {
    padding-left: 4.07%;
    background: url(../images/phone-icon02.png) no-repeat left center;
    margin-top: 3%;
    background-size: 1.875vw;
}

.service-policy .box .txt {
    font-size: .729vw;
    font-weight: lighter;
}

.service-policy .box .number {
    font-size: 1.45vw;
    color: #00a4e0;
    line-height: 1.6;
}

.service-policy .box1 {
    padding-top: 7.14%;
}

.service-policy .box1:first-child {
    padding-top: 0;
}

.service-policy .box1:last-child {
    padding-bottom: 6.25%;
}

.service-policy .box1 .tit1 {

    text-align: center;
}

.service-policy .box1 .subtit {
    color: #666;
    text-align: center;
    padding-top: 1.42%;
}

.service-policy .box1 table {
    width: 100%;
    margin-top: 2.85%;
}

.service-policy .box1 td {
    color: #666;
    font-family: 'Light';
    border: 1px solid #ededed;
}

.service-policy .box1 td:first-child {
    width: 32.8%;
    text-align: center;
    line-height: 55px;
}

.service-policy .box1 td:nth-child(2) {
    width: 25.7%;
    text-align: center;
    line-height: 55px;
}

.service-policy .box1 tr:first-child {
    background-color: #f9f9f9;
}

.service-policy .box1 tr:first-child td {
    color: #333;

    text-align: center;
}

.service-policy .box1 dl {
    padding-left: 6.89%;
}

.service-policy .box1 dd {
    line-height: 36px;
}

.service-policy .box1 .one {
    width: 20.7% !important;
}

.service-policy .box1 .two {
    width: 22.1% !important;
}

.service-policy .box1 .three {
    width: 15.2% !important;
    text-align: center !important;
}

.service-policy .box1 .four {
    text-align: left !important;
    padding-left: 2.85%;
    line-height: 36px !important;
}

.service-policy .box1 .table-box::-webkit-scrollbar {
    width: 1px;
    height: 3px;
}

.service-policy .box1 .table-box::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #00a4e0;
}

.service-policy .box1 .table-box::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #F3F4F8;
}

.service-policy .box1 .table-box::-webkit-scrollbar-button {
    display: none;
}

@media(max-width: 640px) {
    .service-policy .box1 .table-box {
        overflow-x: auto;
    }

    .service-policy .box1 table {
        width: 1000px;
    }
}

.service-policy .box2:nth-child(even) {
    background-color: #f9f9f9;
}

.service-policy .box2 {
    padding: 4.16% 0 5.2%;
}

.service-policy .box2 .tit1 {

    text-align: center;
    padding-bottom: 4.28%;
}

.service-policy .box2 .ul1 {
    position: relative;
}

.service-policy .box2 .ul1 li {
    width: 12.5%;
    float: left;
    text-align: center;
    position: relative;
}

.service-policy .box2 .ul1 img {
    height: 38px;
    width: auto;
}

.service-policy .box2 .ul1 aside {
    margin: 17.14% 0;
    position: relative;
}

.service-policy .box2 .ul1 aside::before {
    content: '';
    background-color: #e5e5e5;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.service-policy .box2 .ul1 i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block;
    line-height: 1;
}

.service-policy .box2 .ul1 .txt {}

@media(min-width: 961px) {
    .service-policy .box2 .ul1 li:nth-child(-n+8) {
        padding-bottom: 7.85%;
    }

    .service-policy .box2 .ul1::before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        right: 0;
        top: 50%;
        border: 8px solid transparent;
        border-top-color: #e5e5e5;
        transform: translateX(50%);
    }

    .service-policy .box2 .ul1 li:nth-child(8)::before {
        content: '';
        background-color: #e5e5e5;
        width: 1px;
        height: 69%;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .service-policy .box2 .ul1 li:last-child::before {
        content: '';
        background-color: #e5e5e5;
        width: 1px;
        height: 45%;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media(max-width: 960px) {
    .service-policy .box2 .ul1 li:nth-child(-n+12) {
        padding-bottom: 7.85%;
    }

    .service-policy .box2 .ul1 li {
        width: 25%;
    }

    .service-policy .box2 .ul1 li:nth-child(12)::before,
    .service-policy .box2 .ul1 li:nth-child(4)::before {
        content: '';
        background-color: #e5e5e5;
        width: 1px;
        height: 61%;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .service-policy .box2 .ul1 li:nth-child(8)::before {
        content: '';
        background-color: #e5e5e5;
        width: 1px;
        height: 32%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .service-policy .box2 .ul1 li:nth-child(16)::before {
        content: '';
        background-color: #e5e5e5;
        width: 1px;
        height: 45%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .service-policy .box2 .ul1 li:nth-child(5)::before {
        content: '';
        background-color: #e5e5e5;
        width: 1px;
        height: 68%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .service-policy .box2 .ul1 li:nth-child(9)::before {
        content: '';
        background-color: #e5e5e5;
        width: 1px;
        height: 40%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media(max-width: 640px) {
    .service-policy .box2 .ul1 img {
        height: 30px;
    }
}

.service-policy .box2 .ul2 li {
    width: 16.66%;
    float: left;
    text-align: center;
    position: relative;
}

.service-policy .box2 .ul2 li::before {
    content: '';
    background: url(../images/dot-icon01.png) no-repeat center;
    width: 28%;
    height: 2%;
    background-size: 100%;
    right: 0;
    top: 19%;
    transform: translateX(50%);
    position: absolute;
}

.service-policy .box2 .ul2 li:last-child::before {
    content: none;
}

.service-policy .box2 .ul2 .pic {
    width: 5.2vw;
    height: 5.2vw;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    position: relative;
}

.service-policy .box2 .ul2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}

.service-policy .box2 .ul2 .num {
    font-weight: bold;
    padding: 10.47% 0 7.85%;
}

.service-policy .box2 .ul2 .tit {
    padding-bottom: 7.85%;
}

.service-policy .box2 .ul2 .txt {
    color: #999;
    min-height: 2.18vw;
    font-weight: lighter;
}

@media(min-width: 961px) {
    .service-policy .box2 .ul2 li:nth-child(-n+6) {
        margin-bottom: 8.57%;
    }

    .service-policy .box2 .ul2 li:nth-child(6)::before {
        right: 22%;
        top: 125%;
        transform: translateX(-50%) rotate(90deg);
    }
}

@media(max-width: 960px) {
    .service-policy .box2 .ul2 .pic {
        width: 10vw;
        height: 10vw;
    }

    .service-policy .box2 .ul2 li:nth-child(5)::after {
        content: '';
        background: url(../images/dot-icon01.png) no-repeat center;
        width: 28%;
        height: 2%;
        background-size: 100%;
        position: absolute;
        right: 22%;
        top: 125%;
        transform: translateX(-50%) rotate(90deg);
    }

    .service-policy .box2 .ul2 li:nth-child(4)::before {
        right: 22%;
        top: 125%;
        transform: translateX(-50%) rotate(90deg);
    }

    .service-policy .box2 .ul2 li:nth-child(8)::before {
        content: none;
    }

    .service-policy .box2 .ul2 li:nth-child(-n+8) {
        margin-bottom: 8.57%;
    }

    .service-policy .box2 .ul2 li {
        width: 25%;
    }
}


.service-policy .box2 .ul3 li {
    width: 14.28%;
    float: left;
    text-align: center;
    position: relative;
}

.service-policy .box2 .ul3 .pic {
    width: 5.2vw;
    height: 5.2vw;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    position: relative;
}

.service-policy .box2 .ul3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}

.service-policy .box2 .ul3 .tit {
    padding-top: 9%;
}

.service-policy .box2 .ul3 li::before {
    content: '';
    background: url(../images/dot-icon01.png) no-repeat center;
    width: 33%;
    height: 4%;
    background-size: 100%;
    right: 0;
    top: 31%;
    transform: translateX(50%);
    position: absolute;
}

.service-policy .box2 .ul3 li:last-child::before {
    content: none;
}

.service-policy .box2 .ul4 li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
}

.service-policy .box2 .ul4 .pic {
    width: 5.2vw;
    height: 5.2vw;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    position: relative;
}

.service-policy .box2 .ul4 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}

.service-policy .box2 .ul4 .tit {
    padding-top: 9%;
}

.service-policy .box2 .ul4 li::before {
    content: '';
    background: url(../images/dot-icon01.png) no-repeat center;
    width: 23%;
    height: 3.5%;
    background-size: 100%;
    right: 0;
    top: 31%;
    transform: translateX(50%);
    position: absolute;
}

.service-policy .box2 .ul4 li:last-child::before {
    content: none;
}

/* 服务预约 */

.card-fouth {
    display: block;
    padding: 62px 0 88px;
    width: 100%;
    box-sizing: border-box;
    background: rgba(246, 246, 246, .31)
}

.card-fouth .sub-title {
    margin-bottom: 32px;
    text-align: center;
    font-size: 40px;
    color: #333
}

.card-fouth .desc.desc-list {
    font-size: 0;
    color: #3a3a3a;
    font-weight: 200;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}

/*顶部分类*/
.card-fouth .industry {
    font-size: 20px;
    color: #333;
    padding: 15px 0;
    margin: 0 30px;
    display: inline-block;
    width: 120px
}

.card-fouth .industry.first {
    padding-left: 0
}

.card-fouth .industry.last {
    padding-right: 0
}

.card-fouth .industry.active {
    padding-bottom: 14px
}

.card-fouth .industry span {
    margin-top: 15px;
    font-weight: 400
}

.card-fouth .industry .h {
    display: none;
}

.card-fouth .industry .s {
    display: block;
}

.card-fouth .industry.active .h {
    display: block;
}

.card-fouth .industry.active .s {
    display: none;
}

.card-fouth .industry.active span {
    color: #00a4e0;
    border-bottom: 2px solid #00a4e0;

    padding-bottom: 5px;
    font-weight: 500
}

/*内容*/
.card-fouth .case-container {
    position: relative;
    display: table;
    width: 1000px;
    margin: 0 auto;
    height: 1080px;
}

.card-fouth .case-panel {
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
    padding-left: 35px
}

.card-fouth .case-panel.active {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}

.card-fouth .case-preview {
    display: inline-block;
    position: relative;
    top: 28px;
    left: -60px;
    z-index: 200
}

/*内容左侧*/
.card-fouth .case-left {
    display: inline-block;
    vertical-align: top
}

.card-fouth .case-left img {
    width: 365px
}

.card-fouth .phone-framework {
    z-index: 102;
    position: relative
}

.card-fouth .case-left .phone-image-cover {
    position: absolute;
    width: 197px;
    height: 426px;
    top: 30px;
    left: 70px;
    z-index: 101;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    display: block
}

.card-fouth .case-left .phone-image-cover img {
    width: 118px;
    margin-top: 150px;
    z-index: 103
}

.card-fouth .case-left .phone-image-cover div {
    margin-top: 10px;
    color: #ffffff;
    font-size: 13px
}

.card-fouth .case-left .phone-image-cover.hidden {
    display: none
}

.card-fouth .case-left .phone-image {
    position: absolute;
    width: 197px;
    top: 30px;
    left: 70px;
    z-index: 1;
    opacity: 0
}

.card-fouth .case-left .phone-image.active {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}

/*内容右侧*/
.card-fouth .case-head {
    font-size: 43px;
    color: #242424;
    margin-bottom: 20px;
    font-weight: 500
}

.card-fouth .case-text {
    font-size: 18px;
    color: #141414;
    padding-bottom: 22px;
    height: 107px
}

.card-fouth .case-content {
    width: 576px;
    margin-top: 10px
}

.card-fouth .case-icon-list {
    font-size: 0;
    width: 576px
}

.card-fouth .case-icon-list img {
    margin-top: 35px;
    margin-right: 30px;
    display: inline-block;
    width: 117px;
    border-radius: 20px
}

.card-fouth .case-content img {
    margin-top: 15px;
    width: 576px;
    height: 1px;
    opacity: 0.3
}

.card-fouth .case-icon-list .image-hover {
    width: 75px
}

.card-fouth .case-icon-list img.active {
    border: 2px solid #1696ff
}

.card-fouth .case-icon-list img.last {
    margin-right: 0
}

.card-fouth .industry-tab-line {
    height: 2px;
    background: #00a4e0;
    top: 164px;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s
}

/* **** */
.case-panel .box {
    padding: 4.28% 2%;
    background-color: #fcfafa;
}

.case-panel .box form {
    width: 96%;
    max-width: 930px;
    margin: auto;
}

.case-panel .box .tit2 {
    font-size: 1.56vw;
    padding-bottom: 2.15%;
    line-height: 1;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 4.3%;
}

.case-panel .box .tit2 span {
    font-size: .729vw;
    color: #00a4e0;
}

.case-panel .box .form-item {
    margin-bottom: 2.15%;
    line-height: 60px;
    display: flex;
    flex-direction: column;
}

.case-panel .box .label {
    font-size: .8333vw;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.case-panel .box .label span {
    position: relative;
}

.case-panel .box .label.require span::before {
    content: '*';
    color: #00a4e0;
    position: absolute;
    top: 0;
    right: 101%;
    line-height: 1;
}

.case-panel .box .input-box {
    display: inline-block;
    position: relative;
}

.case-panel .box textarea {
    width: 100%;
    line-height: 60px;
    background-color: #fff;
    border: none;
    vertical-align: top;
    padding: 0 20px;
    font-size: .8333vw;
    border: 1px solid #ccc;

}

.case-panel .box input::-webkit-input-placeholder,
.case-panel .box input:-ms-input-placeholder,
.case-panel .box input::placeholder {
    color: #999;
}

.case-panel .box input textarea {
    font-size: .8333vw;
}

.case-panel .box input,
.case-panel .box select {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: none;
    vertical-align: top;
    padding: 0 20px;
    font-size: .8333vw;
    border: 1px solid #ccc;
}

.case-panel .box .address,
.case-panel .box .name {
    width: 100%;
}

.case-panel .box .pro,
.case-panel .box .city,
.case-panel .box .area {
    width: 32%;
    margin-bottom: 20px;
    margin-right: 2%;
    display: inline-block !important;
}

.case-panel .box .area {
    margin-right: 0;
}

.case-panel .box .code {
    padding-right: 145px;
}

.case-panel .box .get-code {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 120px;
    height: 50px;
    line-height: 50px;
    background-color: #f5cece;
    color: #00a4e0;
    text-align: center;
    border: none;
    cursor: pointer;
}

.case-panel .box .form-item:last-child {
    margin-top: 4.3%;
    padding-top: 4.3%;
    border-top: 1px solid #ebebeb;
    text-align: center;
}

.case-panel .box .form-item:last-child input {
    width: 150px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #00a4e0;
    cursor: pointer;
}

.case-panel .box .date {
    background: url(../images/date-icon.png) no-repeat 96% center #fff;
}

.case-panel .box .time1 {
    background: url(../images/time-icon.png) no-repeat 96% center #fff;
}

@media(min-width: 1920px) {
    .case-panel .box .label {
        font-size: 16px;
    }
}

@media(max-width: 640px) {
    .case-panel .box .label {
        width: 80px;
    }

    .case-panel .box .input-box {
        width: calc(100% - 85px);
    }

    .case-panel .box input,
    .case-panel .box select {
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
    }

    .case-panel .box .form-item {
        margin-bottom: 0;
    }

    .case-panel .box .pro,
    .case-panel .box .city,
    .case-panel .box .area {
        margin-bottom: 10px;
    }

    .case-panel .box .get-code {
        width: 90px;
        height: 40px;
        line-height: 40px;
    }

    .case-panel .box .code {
        padding-right: 105px;
    }
}

@media(max-width: 480px) {

    .case-panel .box .date,
    .case-panel .box .time1,
    .case-panel .box .phone,
    .case-panel .box .code,
    .case-panel .box .class {
        width: 100%;
    }

    .case-panel .box .pro,
    .case-panel .box .city,
    .case-panel .box .area {
        width: 100%;
    }

    .case-panel .box .get-code {
        top: auto;
        bottom: 15px;
    }

    .case-panel .box .form-item:last-child input {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
}

/* 专属服务 */
.shoppingmall {
    width: 100%;
    margin: 5vw 0 3vw;
}

.sptite {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sptite .img {
    width: 44px;
    margin-right: 1vw;
}

.sptite .img img {
    width: 100%;
}

.sptite .title {
    font-size: 48px;
    color: #000;
}

.shoppingmall .smbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 2vw -15px;
}

.shoppingmall .smbox .item {
    width: 33.33%;
    padding: 0 10px;
}

.shoppingmall .smbox .item a {
    width: 100%;
    padding: 3vw 6.5vw;
    border: 1px solid #eee;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.shoppingmall .smbox .item a .icon img {
    width: 100%;
}

.icon1 {
    width: 42px;
    height: 42px;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.shoppingmall .smbox .item a .title {
    font-size: 18px;
    color: #000;
    margin-left: 2vw;
}

.shoppingmall .smbox .item a:hover {
    border: 1px solid #00a4e0;
}

.spf {
    font-size: 14px;
    color: #000;
}

.cservice {
    margin: 2vw 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fafafa;
}

.cservice .img {
    width: 50%;
}

.cservice .img img {
    width: 100%;
}

.cservice .conter {
    width: 46%;
    padding: 0 3vw 0 5vw;
}

.cservice .conter h1 {
    font-size: 24px;
    color: #000;
    margin-bottom: 1vw;
}

.cservice .conter p {
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.cservice .conter .more {
    margin-top: 2.5vw;
    display: block;
}

.cservice .conter .more a {
    padding: 20px 3vw;
    font-size: 14px;
    color: #fff;
    background: #00a4e0;
}

.hotline,
.servicepolicy {
    margin: 3vw 0;
}

.hotlinebox {
    padding: 5vw 3vw;
    margin-top: 2vw;
}

.hotlinebox h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 0.3vw;
}

.hotlinebox h1 {
    font-size: 60px;
    color: #00a4e0;
}

.hotlinebox .hqr {
    margin-top: 2vw;
}

.hotlinebox .hqr ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hotlinebox .hqr ul li {
    margin-right: 20px;
}

.hotlinebox .hqr ul li .img {
    width: 130px;
}

.hotlinebox .hqr ul li .img img {
    width: 100%;
}

.hotlinebox .hqr ul li p {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

/*  */
#c-job2 .c-list-wrap {
    margin: 2vw 0 0;
}

#c-job2 .c-list2 {
    display: flex;
    align-items: center;
}

#c-job2 .c-list2 li {
    flex: 0 0 50%;
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0 20px 40px;
}

#c-job2 .c-list2 li:last-child {
    text-align: right;
    position: relative;
}

#c-job2 .c-list2 li:last-child .c-switch {
    position: absolute;
    top: 8px;
    right: 5%;
}

#c-job2 .c-list:first-child .c-list2 {
    background: #f7f7f7;
}

#c-job2 .c-list>li {
    margin-top: 2px;
    background: #f5f5f5;
    word-break: break-all;
}

#c-job2 .c-list .c-bottom {
    display: none;
}

#c-job2 .c-list .c-bottom .c-wrap {
    position: relative;
    padding: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #f5f5f5;
}

#c-job2 .c-list .c-bottom .c-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    border-top: 1px solid #ddd;
}

#c-job2 .c-list .c-bottom .c-lt {
    padding-right: 40px;
    line-height: 2;
}

#c-job2 .c-list .c-bottom .c-gt {
    flex: 0 0 400px;
    line-height: 2;
    padding: 40px;
    background: #fff;
}

#c-job2 .c-list .c-bottom .c-gt p {
    font-size: 18px;
}

#c-job2 .c-list .c-bottom .c-common-btn1 {
    margin-top: 40px;
    cursor: pointer;
}

#c-job2 .c-list .c-switch {
    position: relative;
    width: 32px;
    height: 32px;
    border: 2px solid #00a4e0;
    border-radius: 50%;
    cursor: pointer;
}

#c-job2 .c-list .c-switch::before,
#c-job2 .c-list .c-switch::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    width: 16px;
    height: 2px;
    background: #00a4e0;
    transition: .5s;
}

#c-job2 .c-list .c-switch::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#c-job2 .c-list li.on .c-switch::after {
    opacity: 0;
}




/*
 * form.scss
 * -----------------------------------------------
*/
.fom-input .col-lg-8 select {
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
    margin: 10px 0 0;
}

.fom-input .col-lg-8 {
    margin: 5vw auto;
    width: 60%;
}

.fom-input .col-lg-8 .mt-0 {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 3vw;
}

.fom-input .col-lg-8 .col-sm-6 {
    margin: 2vw 0;
}

.fom-input .col-lg-8 .col-sm-6 small {
    color: #dc3545;
    font-size: 14px;
}

.fom-input .col-lg-8 input,
.fom-input .col-lg-8 textarea {
    margin: 10px 0 0;

}

form label.error {
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

label {
    font-size: 14px;
}

.select2 .selection .select2-selection {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    height: calc(2.25rem + 18px);
    padding: 8px 16px;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.select2 .selection .select2-selection .select2-selection__rendered {
    color: #888;
    line-height: 36px;
    padding-left: 0;
}

.select2 .selection .select2-selection .select2-selection__arrow {
    height: 36px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 20px;
}

.form-control,
.input-text {
    height: form-control-height();
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Contact Form Style1*/
.tm-contact-form-transparent {
    padding-right: 15px;
}

.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email],
.tm-contact-form-transparent textarea {
    transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {

    .tm-contact-form-transparent input[type=text],
    .tm-contact-form-transparent input[type=email],
    .tm-contact-form-transparent textarea {
        transition: none;
    }
}

.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email] {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 14px;
    padding-left: 0;
    margin-bottom: 28px;
    width: 100%;
}

.tm-contact-form-transparent textarea {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 15px;
    padding-left: 0;
    margin-bottom: 28px;
}

.tm-contact-form-transparent .form-submit-btn {
    padding: 14px 32px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
    border: 2px solid transparent;
    color: #fff;
    transition: all 300ms;
}

.tm-contact-form-transparent .form-submit-btn:hover {
    border-width: 2px;
    border-style: solid;
    background: none;
}

.tm-contact-form-transparent .form-input-label {
    padding: 0;
    padding-left: 15px;
    line-height: 0;
    margin: 0;
}

.tm-contact-form-transparent input[type=submit] {
    margin-top: 15px;
}

.tm-contact-form-transparent.white-form input[type=text],
.tm-contact-form-transparent.white-form input[type=email] {
    background: #ffffff;
    border: 1px solid #eee;
}

.tm-contact-form-transparent.white-form textarea {
    background: #ffffff;
    border: 1px solid #eee;
}

/*Request A Call Back Form Style1*/
.tm-request-a-call-back-form1 {
    padding-right: 15px;
}

.tm-request-a-call-back-form1 input[type=text],
.tm-request-a-call-back-form1 input[type=email],
.tm-request-a-call-back-form1 textarea,
.tm-request-a-call-back-form1 select {
    transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {

    .tm-request-a-call-back-form1 input[type=text],
    .tm-request-a-call-back-form1 input[type=email],
    .tm-request-a-call-back-form1 textarea,
    .tm-request-a-call-back-form1 select {
        transition: none;
    }
}

.tm-request-a-call-back-form1 input[type=text],
.tm-request-a-call-back-form1 input[type=email] {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 14px;
    margin-bottom: 28px;
    width: 100%;
}

.tm-request-a-call-back-form1 select {
    background: #ffffff;
    border: 1px solid #ddd;
    width: 100%;
    padding: 17px 14px;
}

.tm-request-a-call-back-form1 textarea {
    background: #ffffff;
    border: 1px solid #ddd;
    width: 100%;
    padding: 15px;
}

.tm-request-a-call-back-form1 .form-submit-btn {
    padding: 14px 32px;
    margin-bottom: 0;
    font-weight: 700;
    border: 2px solid transparent;
    color: #fff;
    transition: all 300ms;
}

.tm-request-a-call-back-form1 .form-submit-btn:hover {
    border-width: 2px;
    border-style: solid;
    background: none;
}

.tm-request-a-call-back-form1 .form-input-label {
    padding: 0;
    padding-left: 15px;
    line-height: 0;
    margin: 0;
}

.tm-request-a-call-back-form1.white-form input[type=text],
.tm-request-a-call-back-form1.white-form input[type=email] {
    background: #ffffff;
    border: 1px solid #eee;
}

.tm-request-a-call-back-form1.white-form textarea {
    background: #ffffff;
    border: 1px solid #eee;
}

/*Get Free Consulting*/
.tm-get-free-consulting-form1 {
    padding-right: 15px;
}

.tm-get-free-consulting-form1 input[type=text],
.tm-get-free-consulting-form1 input[type=email],
.tm-get-free-consulting-form1 textarea,
.tm-get-free-consulting-form1 select {
    transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {

    .tm-get-free-consulting-form1 input[type=text],
    .tm-get-free-consulting-form1 input[type=email],
    .tm-get-free-consulting-form1 textarea,
    .tm-get-free-consulting-form1 select {
        transition: none;
    }
}

.tm-get-free-consulting-form1 input[type=text],
.tm-get-free-consulting-form1 input[type=email] {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 14px;
    width: 100%;
}

.tm-get-free-consulting-form1 select {
    background: #ffffff;
    border: 1px solid #ddd;
    width: 100%;
    padding: 17px 14px;
}

.tm-get-free-consulting-form1 .form-submit-btn {
    padding: 14px 32px;
    margin-bottom: 0;
    font-weight: 700;
    border: 1px solid #38e17f;
    color: #ffffff;
    background: #2e4384;
    cursor: pointer;
    transition: all 300ms;
}

.tm-get-free-consulting-form1 .form-submit-btn:hover {
    border: 1px solid #38e17f;
    border-style: solid;
    background: #38e17f;
    color: #fff;
}

.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email],
.tm-contact-form-transparent textarea {
    background: transparent;
}

@media (max-width: 1024px) {
    .Map000101 .info li .tit {
        font-size: 16px;
    }

    .Map000101 .info .addr,
    .Map000101 .info .tel {
        font-size: 14px;
    }

    .Map000101 .info li {
        margin-bottom: 20px;
    }

    .store-filter .store-search input::placeholder {
        font-size: 14px !important;
    }

    .shoppingmall .smbox .item a {
        width: 50%;
        padding: 3vw 1.5vw;
    }

    .cservice .conter {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .columns .form .item textarea, .columns .form .item input, .columns .form .item button, .columns .form .item select {
       padding: 21px 24px;
       font-size: 14px;
       color: #b2b2b2;
       background-color: #f5f5f5;
       resize: none;
       outline: none;
       border: none;
       height: 64px;
       margin-bottom: 20px;
    }
    .gal_tit{
        margin-top: 30px;
    }
    .columns .form .item textarea, .columns .form .item input, .columns .form .item button, .columns .form .item select {
        padding: 21px 24px;
        font-size: 15px;
        color: #b2b2b2;
        background-color: #f5f5f5;
        resize: none;
        outline: none;
        border: none;
        margin-bottom: 20px;
    }

    .sptite .title,
    .zt_texin4 .gal_tit dt,
    .zt_part4 .procon h3.title,
    .zt_part5 h3.title,.story .title {
        font-size: 24px;
    }
    .hotline{
        margin: 30px 0 0;
    }

    .shoppingmall .smbox .item {
        width: 50%;
    }

    .shoppingmall .smbox .item a,
    .cservice .img,
    .cservice .conter {
        width: 100%;
    }

    .cservice .conter {
        padding: 20px 20px 42px;
    }

    .cservice .conter .more a {
        padding: 10px 40px;
    }

    .attr_mian .attr_line {
        width: 50%;
        margin-top: 20px;
    }

    .proconWrap .support_ul li:before,
    .proconWrap .support_ul.is1 li:nth-child(5):before {
        display: none;
    }

    .proconWrap .support_ul li {
        width: 25%;
        padding: 10px;
    }

    .proconWrap .support_ul li:nth-child(n+6) {
        padding: 10px !important;
    }

    .proconWrap .support_ul li .box {
        width: 100%;
        height: 124px;
    }
    .attr_mian .attr_tt{
        width: 100%;
        height: 360px;
    }
    .attr_mian .attr_ul{
        width: 100%;
        margin-top: 20px;
    }
    .attr_mian .attr_ul ul li{
        width: 50%;
    }
    .story ul li:before{
        display: none;
    }
    .story ul li{
        width: 33.33%;
    }
    .story ul li .box{
     margin: 0 auto;
    }
    .columns .column{
        width: 100%;
    }
    .columns .right{
        display: none;
    }
    .attr_mian .aspn,.attr_mian .attr_line .img h5{
        font-size: 18px;
    }
    .attr_mian .attr_ul ul li .libox{
        padding: 20px 15px;
    }
    .story ul li:nth-child(n+7){
        margin: 1vw 0 2vw !important;
    }

}

@media (max-width: 640px) {
    .customer ,.cservice,.cservice .conter .more{
        margin-top: 30px;
    }
    .hotlinebox{
        padding: 5vw 0 !important;
    }
    .hotlinebox{
        background: none !important;
    }
    .nearby-store .nearby-intro {
        margin: 20px 0 20px;
    }

    .store-filter {
        margin: 20px 0;
    }

    .Map000101 {
        margin-top: 147px;
    }

    .Map000101 .map {
        float: inherit !important;
        width: 100%;
        height: 300px;
        margin: 30px 0 10px;
    }

    .store-filter .item select,
    .store-filter .store-search input {
        height: 42px;
        padding: 0 15px 0 10px;
        font-size: 14px !important;
        line-height: 42px;
    }

    .store-filter .store-search .btn {
        font-size: 14px;
        line-height: 42px;
    }

    .Map000101 .info {
        float: inherit;
        width: 100%;
    }

    .Map000101 .info {
        max-height: 100%;
        overflow: inherit;
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .Map000101 .info ul {
        max-width: 100%;
        overflow: inherit;
    }

    .nearby-store {
        padding: 30px 0;
    }

    .nearby-store .nearby-tit {
        font-size: 24px;
    }

    .nearby-store .nearby-intro {
        font-size: 14px;
    }

    .store-filter .item {
        width: 48.19% !important;
        margin-bottom: 20px;
    }

    .store-filter .store-search {
        width: 48.19% !important;
    }

    .Map000101 {
        background-color: transparent;
    }

    .nearby-store .map-join {
        margin-top: 0;
    }

    .nearby-store .map-join .intro {
        font-size: 14px;
    }

    footer .footer-form .item-box .item-title {
        margin-bottom: 0;
    }

    footer .footer-form .item-box a {
        margin-top: 10px;
    }

    .hotlinebox h3 {
        font-size: 13px;
        margin-left: 3vw !important;
    }
    .zt_texin4 .gal_tit dd{
        font-size: 14px;
    }

    .hotlinebox h1 {
        font-size: 30px;
        margin-left: 3vw !important;
    }

    .hotlinebox .hqr ul {
        flex-direction: inherit !important;
        flex-wrap: wrap;
    }

    .hotlinebox .hqr ul li {
        width: 50%;
        margin: 0;
    }
    .shoppingmall .smbox .item a .title{
        font-size: 14px;
    }

    .hotlinebox .hqr ul li .img {
        width: 100px;
        margin: 10px auto 0;
    }

    .zt_jzmenu {
        display: none;
    }
    .proconWrap .support_ul li{
        width: 50%;
    }
    .proconWrap .support_ul h1{
        font-size: 14px;
    }
    .attr_mian .attr_line{
        width: 100%;
    }
    .story ul li{
        width: 50%;

    }
    .story ul li .box{
        padding: 36px 20px;
        width: 165px;
        height: 165px;
    }
        .column h1 img{
            width: 25px;
        }
    .column h1,.column h1 span{
       font-size: 18px;
       margin: 10px 0 20px;
    }
    .columns .form .item select{
        width: 100%;
    }
    .story ul li:nth-child(6):before{
        display: none !important;
    }
    .zt_sbanner1{
        height: auto !important;
    }
    .zt_part4 .procon .text{
        font-size: 14px;
    }

}

@media(max-width: 640px){
    .proconWrap .support_ul li .box{
        height: auto !important;
    }
}