﻿.wrap {
    width: 1200px;
    max-width: 1200px;
    margin: auto;
}


.pcword{
    display: block;
}
.appword{
    display: none;
}

.head-no{
    width: 100%;
    height: 65px;
}

.bxborder input::placeholder{color: #f2f2f2;}


.head-box{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    /*overflow:hidden;*/
    transition:all .5s;
}


.headb-cnt{
    background-color: #ffffff;
    padding:12px 0;
}

.headb-ctbx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headb-ctble{
    display: flex;
    align-items: center;
}
    .headb-ctble > a {
        display: flex;
        align-items: center;
    }
.headb-ctble>a > img{
    width: 40px;
    height: auto;
}

    .headb-ctble > a > h3 {
        font-size: 28px;
        font-weight: 600;
        margin-left: 5px;
    }

.address-btn{
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-left: 10px;
}
.address-btn a{
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 14px;
    color: #666666;
}

.ressicon{
    font-size: 16px;
    color: #ffd000;
    padding: 0 4px;
}
.ressdown{
    font-size: 12px;
    padding: 0 4px;
}


.headb-ctbri{
    display: flex;
    align-items: center;
}

.ctbl-ul{
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.ctbl-ul > li{
    position: relative;
}
.ctblisw::after{
    content: "";
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffd000;
    border-radius: 20px;
}
.ctbl-ul > li >a{
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}
.ctbl-uprod{
    position: relative;
}
.ctbl-uprod > a{
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.ctbl-uprod > a > img{
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
.ctbl-uprod > a > span{
    font-size: 16px;
    margin-left: 10px;
}


.login-btn{
    margin-left: 20px;
}

.login-btn > a{
    width: 100px;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    background-color: #ffd000;
    font-weight: 600;

}


.login-bname > a{
    display: flex;
    align-items: center;
}
.login-bname h4{
    font-size: 14px;
    color:#ffffff;
}
.login-bname img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 5px;
}







/* main */
.service-bj {
    width: 100vw;
    min-height: 100vh;
    background-color: #f5f5f5;
    padding-bottom: 30px;
    overflow:hidden;
}


/* ----------导航-------- */
.navigat-box{
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.navigat-box p{
    font-size: 14px;
    color: #666666;
}
.layui-breadcrumb a:hover{
    color: #ffd000 !important;
}


.btmimg-cbtn > a {
    height: 39px;
    border-radius: 20px;
    background: #ff6900;
    padding: 0 24px;
    line-height: 39px;
    display: inline-block;
    color: #fff;
    margin-left: 40px;
    font-size: 20px;
    font-weight: 700;
}
.frame-btmimg {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: -100vw;
    background-color: rgba(0,0,0,.5);
    padding: 20px 0;
    transition: all .5s;
    z-index:9;
}
.btmimg-cnt{
    display:flex;
    align-items:center;
    position:relative;
}
.btmimg-cimg > img {
    width: auto;
    height: 100px;
    position:absolute;
    left:0;
    bottom:0;
}
.btmimg-ctit img {
    width: auto;
    height: 50px;
    margin-left:20vh;
}
.btmimg-cremv {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -20px;
    right: 0;
    background-color: rgba(0,0,0,.8);
    cursor:pointer;
    color:#ffffff;
    text-align:center;
    line-height:30px;
}
/* ----------搜索-------- */
.service-top {
    width: 100%;
    position: relative;
    top: 0;
    z-index:99;
    background-color: #f5f5f5;
}


.indetp-search {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-box {
    width: 75%;
    max-height: 52px;
    position:relative;
}
.search-bct {
    width:100%;
    height:100%;
    border: 2px solid #ff8000;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.search-bchld {
    width:130px;
    position: absolute;
    left: 0;
    top:38px;
    z-index:8;
    background-color:#ffffff;
    display:none;
    padding: 10px 0;
}
.search-bchld >a{
    width:100%;
    padding:8px 0;
    font-size:14px;
    text-align:center;
}

.search-bsel {
    width: 130px;
    height: 100%;
    background-color: #f5f5f5;
}

.search-bsel>a {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.search-bsel>a span {
    font-size: 16px;
    font-weight: 600;
}

.search-bsel>a i {
    color: #999999;
}

.search-box input {
    height: 100%;
    flex: 1;
    padding: 0 10px;
    font-size: 16px;
}

.search-btn a {
    width: 130px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    background-color: #ffd000;
    border-radius: 10px;
}

.search-ba {
    height: 100%;
}

.search-ba a {
    width: 130px;
    height: 100%;
    background-color: #ff8000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}



/* 分页 */
.paging-box{
    width: 100%;
    display: flex;
    justify-content: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #ff9e0c;
    border-radius: 8px;
}
.layui-laypage a, .layui-laypage span{
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    border-radius: 8px !important;
}





/* 底部 footer  */
.foot-box{
    background-color: #333333;
}

.footb-cnt{
    padding: 45px 0;
    display: flex;
    justify-content: space-between;
}

.footb-ctle{
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.footb-ctle ul{
    width: 25%;
}
.footb-ctle ul li h3{
    font-size: 16px;
    margin-bottom: 25px;
    color: #ffffff;
}
.footb-ctle ul li a{
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 15px;
}


.footb-ctri{
    width: 19%;
    display: flex;
    justify-content: space-between;
}

.footb-ctr-img{
    width: 100px;
    height: 100px;
}
.footb-ctr-img img{
    width: 100px;
    height: 100px;
}
.footb-ctr-img p{
    font-size: 14px;
    text-align: center;
    color: #a7a7a7;
    margin-top: 5px;
}



.footb-btm{
    padding: 25px 0;
    /*border-top: 1px solid #696a6c;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.footb-btm p{
    font-size: 14px;
    color: #ffffff;
}
.footb-btm p img{
    width: 20px;
    height: 20px;
    margin:0 10px;
}

/* 底部 footer  */
.foot-box {
    background-color: #333333;
}

.footb-top {
    border-bottom: 1px solid #484848;
    padding: 40px 0;
}

.footb-tpcnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footb-tpcli {
    display: flex;
    align-items: center;
}

    .footb-tpcli img {
        width: 30px;
        height: 30px;
    }

    .footb-tpcli h4 {
        color: #ffffff;
        font-size: 16px;
        margin-left: 10px;
    }






.footb-cnt {
    padding: 45px 0;
    display: flex;
    justify-content: space-between;
}

.footb-ctle {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

    .footb-ctle ul {
        width: 25%;
    }

        .footb-ctle ul li h3 {
            font-size: 16px;
            margin-bottom: 25px;
            color: #ffffff;
        }

        .footb-ctle ul li a {
            font-size: 14px;
            color: #a7a7a7;
            margin-bottom: 15px;
        }


.footb-ctri {
    /* width: 19%; */
    display: flex;
    justify-content: space-between;
}

.footb-ctr-img {
    width: 100px;
    height: 100px;
}

    .footb-ctr-img img {
        width: 100px;
        height: 100px;
    }

    .footb-ctr-img p {
        font-size: 14px;
        text-align: center;
        color: #a7a7a7;
        margin-top: 5px;
    }


.footb-bjbtm {
    background-color: #3d3d3d;
}

.footb-btm {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .footb-btm p {
        font-size: 14px;
        color: #cecece;
    }

        .footb-btm p img {
            width: 20px;
            height: 20px;
            margin: 0 10px;
        }

.topbtn {
    cursor: pointer;
}

    .topbtn i {
        margin-left: 5px;
    }