@charset "utf-8";


body,
html {
    background: #fff;
}

.logo-h42,
#svg-h42 {
    height: 42px;
}
.logo-h42 img {
    height: 42px;
}
.banner-wap {
    display: none;
}
.tc {
    text-align: center;
}
.rel {
    position: relative;
}
.ind-blt {
    padding-top: 50px;
}
.ind-blt .p1 {
    color: #1083C6;
    font-size: 30px;
}
.ind-blt .p2 {
    color: #666;
    line-height: 30px;
    font-size: 12px;
}
.ind-blt .p2:after {
    position: absolute;
    left: 0%;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #eaeaea;
    content: '';
}
.ind-blt .p2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 20px;
    background: #fff;
}
.wrap {
    max-width: 1440px;
    width: 92%;
    margin: 0 auto;
}
.wblod {
    margin-top: 50px;
}
.search-od {
    background: #1083C6;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 15px 4%;
    color: #fff;
    box-sizing: border-box;
    justify-content: center;
}
.mdsos {
    line-height: 33px;
    position: relative;
}
.wclos {
    display: block;
    width: 560px;
    height: 33px;
    background: #fff;
    border-radius: 16px;
    padding-right: 40px;
    position: relative;
    margin-left: 20px;
}
.wclos .c1 {
    width: 100%;
    border: none;
    height: 33px;
    padding: 0 15px;
    background: none;
    display: block;
    margin: 0;
}
.wclos .c2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 33px;
    width: 40px;
    border: none;
    cursor: pointer;
    background: url(../images/search-btn.png) no-repeat center center;
}
.raclos {
    padding: 20px 4% 20px;
    background: #f0f0f0;
    box-sizing: border-box;
}
.raclos .tbc {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    align-items: flex-start;
    border-bottom: 1px solid #dddddd;
}
.raclos .tbc .tbc-tit {
    padding: 0;
    width: 70px;
}
.tbc-centetent {
    display: none;
}
.raclos .tbc:last-child {
    border-bottom: none;
}
.raclos .tbc strong {
    display: inline-block;
    padding: 2px 0 3px;
    font-weight: normal;
}
.raclos .tbc .tbc-box {
    width: calc(100% - 80px);
}
.raclos .tbc a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    padding: 0 10px;
    line-height: 24px;
    margin-bottom: 10px;
}
.raclos .tbc a:hover,
.raclos .tbc a.cur {
    background: #1083C6;
    color: #fff;
}
.raclos .add-tbc {
    display: none;
}



.cases-layer  {
    padding: 50px 0;
}
.cases-layer .ind-prod-ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.cases-layer .ind-prod-li {
    width: 23.5%;
    margin: 0 2% 30px 0;
}
.cases-layer .ind-prod-li:nth-child(4n) {
    margin-right: 0;
}
.owl-item:nth-child(2) .ind-prod-li {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
}
.owl-item:nth-child(3) .ind-prod-li {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
}
.owl-item:nth-child(4) .ind-prod-li {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
}
.owl-item:nth-child(5) .ind-prod-li {
    animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
}
.ind-prod-li {
    float: left;
}
.ind-prod-li-a {
    position: relative;
    display: block;
}
.ind-prod-li-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.ind-prod-li-img:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 4;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid rgba(255, 255, 255, .6);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    box-sizing: border-box;
}
.ind-prod-li-a img {
    display: block;
    width: 100%;
}
.ind-prod-li-desc {
    display: flex;
    align-items: center;
    position: absolute;
    left: 3%;
    bottom: -30px;
    z-index: 4;
    width: 94%;
    background-color: #fff;
    font-size: 12px;
    color: #999;
    transition: all .4s;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    height: 82px;
    padding: 5% 3%;
    box-sizing: border-box;
}


.case-borde {
    width: 100%;
    height: 100%;
    position: absolute;
    background: none;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    color: #ffffff;
    transition: all .4s;
    top: 0;
    left: 0;
}
.case-borde .title {
    color: #ffffff;
    margin: 10px 0;
}
.case-borde span {
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #f2f2f2;
    left: 50%;
    transition: all 0.6s ease 0s;
}
.ind-prod-li:hover .case-borde span {
    width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.ind-prod-li:hover .ind-prod-li-img img {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}
.ind-prod-li:hover .case-borde {
    opacity: 1;
}


.ind-prod-li-desc p {
    margin-top: 0;
    font-size: 16px;
    color: #000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 5px;
}
.ind-prod-li-a span {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 5px;
}
.ind-prod-li-a:hover .ind-prod-li-img:before {
    left: 3%;
    top: 3%;
    width: calc(100% - 6%);
    height: calc(100% - 6%);
}
.ind-prod-li-a:hover .ind-prod-li-desc p {
    margin-top: 18.5px;
}
.ind-prod-li-a:hover .ind-prod-li-desc span {
    opacity: 0;
    visibility: hidden;
}
.pages {
    margin: 65px 0 80px;
    text-align: center;
}
.c-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.m-a {
    margin-left: auto;
}
.add-logo {
    display: flex;
    align-items: center;
}
.add-btn {
    width: 25px;
    align-items: center;
    display: none;
}
.add-btn img {
    width: 100%;
}


.page-foot {
    background: #ffffff;
    border-top: 1px solid #dadada;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
}
.page-foot .maxwidth {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    width: 92%;
    margin: 0 auto;
}
.page-foot .img {
    position: relative;
    text-align: center;
    margin-bottom: .05rem;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-foot .img img {
    height: 20px;
}
.page-foot .img .page-tel {
    position: absolute;
    top: 0;
}
.page-foot a.page-tel {
    text-align: center;
    color: #303030;
    display: flex;
    align-items: center;
}
.page-foot a.page-tel .img {
    margin-right: 10px;
}
.apply-btn .tit {
    background: #007fc1;
    line-height: 30px;
    font-size: 12px;
    transition: 0.2s all linear;
    cursor: pointer;
    color: #fff;
    width: 75px;
    text-align: center;
}
.btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3%;
    box-sizing: border-box;
    margin-top: 50px;
}
.btns .item {
    width: 40%;
    position: relative;
}
.btns .item_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    border: 1px solid #dddddd;
    color: #666;
    border-radius: 10px;
}
.btns .item_btn .icon {
    margin-right: 8px;
    display: flex;
    align-items: center;
    width: 24px;
}
.btns .item_btn .icon img {
    max-width: 100%;
}
.btns.active {
    justify-content: center;
}
.item_hid {
    position: absolute;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 60px;
    left: 50%;
    z-index: 9;
    padding: 15px;
    box-sizing: border-box;
    width: 160px;
    margin-left: -80px;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .4s;
}
.item_hid::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/item_hid_next.png) no-repeat center/cover;
    width: 18px;
    height: 17px;
}
.hid_ewm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
}
.hid_ewm img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.item_hid p {
    font-size: 12px;
    margin-top: 10px;
}
.btns .item:hover .item_hid {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.screen_btn {
    background: #1083C6;
    border-radius: 15px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    color: #fff;
    margin: 25px auto 0;
    display: none;
}
.sub_btn {
    background: #1083C6;
    border-radius: 10px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    color: #fff;
    margin: 25px auto 0;
}
.tk {
    position: fixed;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,.5); */
    left: 0;
    top: 0;
    z-index: 999;
    transition: all .4s;
    transform: translateX(100%);
    opacity: 0;
}
.tk.active {
    transform: translateX(0);
    opacity: 1;
}
.tk .box {
    position: absolute;
    width: 72%;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    padding: 8px 15px;
    box-sizing: border-box;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.tk .items_items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 15px;
}
.tk .items_items .item {
    width: 33%;
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin-bottom: 5px;
}
.tk .items {
    margin-bottom: 10px;
}
.tk .items_tit {
    color: #333;
    font-size: 14px;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}
.tk .items_items .item.active {
    background: #1083C6;

    color: #fff;
}
.close_btn {
    position: absolute;
    right: 15px;
    top: 18px;
    max-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close_btn img {
    display: block;
    max-width: 100%;
}



/* 加载中 */
.load_layer {
    display: none;
    flex-direction: column;
    align-items: center;
}
.load_layer.active {
    display: flex;
}
.load_layer img {
    margin: 30px 0 20px;
    max-width: 80px;
}
.load_layer p {
    color: #666666;
}



@media only screen and (max-width: 1440px) {
    .wrap {
        width: 86%;
    }
}
@media only screen and (max-width: 1200px) {
    .wrap {
        width: 92%;
    }
}
@media only screen and (max-width: 960px) {
    .wclos {
        width: 320px;
    }
    .cases-layer .ind-prod-li {
        width: 32%;
    }
    .cases-layer .ind-prod-li:nth-child(4n) {
        margin-right: 2%;
    }
    .cases-layer .ind-prod-li:nth-child(3n) {
        margin-right: 0;
    }
}
@media only screen and (max-width:768px) {
    .logo-h41 {
        height: 32px;
        text-align: left;
    }

    #svg-h41 {
        height: 32px;
    }
    .banner-pc {
        display: none;
    }
    .banner-wap {
        display: block;
    }
    .mt-80 {
        margin-top: 60px !important;
    }
    .banner-advice {
        font-size: 16px
    }
    .pages {
        margin: 30px 0 40px;
    }
    .cases-layer .ind-prod-li {
        width: 46%;
        margin: 0 8% 30px 0;
    }
    .cases-layer .ind-prod-li:nth-child(3n) {
        margin-right: 8%;
    }
    .cases-layer .ind-prod-li:nth-child(2n) {
        margin-right: 0;
    }
    .ind-blt .p1 {
        font-size: 20px;
    }
    .ind-blt {
        padding-top: 30px;
    }
    .wclos {
        width: 100%;
    }
    .wblod {
        margin-top: 20px;
    }
    .wclos {
        width: 100%;
        margin-left: 0;
    }
    .raclos .tbc span {
        margin-left: 0;
    }
    .raclos .tbc a {
        margin-left: 0;
        padding: 0;
        text-align: center;
        width: 32%;
        display: block;
        margin-bottom: 5px;
        line-height: 25px;
        margin-right: 2%;
    }
    .raclos .tbc a:nth-child(3n) {
        margin-right: 0;
    }
    .raclos .tavl {
        border-top: none;
        padding: 0;
    }
    .raclos .tbc {
        padding-top: 0;

    }
    .raclos .add-tbc {
        padding-bottom: 15px;
    }
    .ejcdl {
        padding: 20px 15px;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 55px;
        background: #f0f0f0;
        z-index: 8;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        display: none;
        width: 100%;
    }
    .contact-wrap {
        display: none;
    }
    .contact {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        width: calc(100% - 75px);
        justify-content: center;
    }
    .contact .ft-16 {
        font-size: 15px !important;
        margin-left: 0;
    }
    .mdsos span {
        display: none;
    }
    .head-itemr {
        width: calc(100% - 146px);
        flex-wrap: nowrap;
    }
    .add-logo {
        width: 146px;
    }
    .add-btn {
        display: flex;
    }
    .comsule-submit {
        height: 40px;
        line-height: 40px;
    }
    .raclos .tbc .tbc-box {
        width: 100%;
        display: none;
    }
    .raclos .tbc .tbc-tit {
        padding-top: 0;
        display: flex;
        width: 100%;
        border-bottom: 1px solid #dddddd;
    }
    .tbc-tit .add-btn {
        margin-left: auto;
    }
    .tbc-tit-l {
        display: flex;
        line-height: 28px;
    }
    .index-fixedbox {
        display: none;
    }
    .tbc-box-con {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        width: 100%;
        align-items: flex-start;
        transition: all .4s;
    }
    .tbc-centetent {
        display: flex;
    }
    .raclos .tbc {
        border-bottom: none;
    }
    .ind-prod-li-desc {
        height: auto;
        padding: 3%;
    }
    .ind-prod-li-desc p {
        font-size: 14px;
        line-height: 24px;
    }
    .ind-prod-li-desc span {
        line-height: 24px;
    }
    .raclos .tbc strong {
        padding: 0;
    }
    .screen_btn {
        display: flex;
    }
    .ind-prod-li-a span {
        display: none;
    }
    .btns .item {
        width: 100%;
    }
    .btns {
        margin-top: 50px;
        justify-content: center;
    }
    .raclos {
        display: none;
    }
    .ind-prod-li-a:hover .ind-prod-li-desc p {
        margin-top: 0;
    }

    .cases-layer {
        padding: 30px 0;
    }
}