.banner1 {
    background: url("/static/images/order_sku_banner1.png") center top;
    background-size: auto 100%;
    height: 250px;
}

.bannerMany {
    background: url("/static/images/order_buy_many.jpg") center top;
    background-size: auto 100%;
    height: 250px;
}

.product-box {
    width: 1000px;
    margin: 0 auto;
}


.search-table .item-box {
    float: left;
    margin-right: 8px;
    padding:1px 0;
    width: 118px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
}

.search-table .item-box:hover {
    border: 1px solid #FE7D48;
}

.search-table .item-box.selected {
    background: #ddd;
}

.search-table .item-box:nth-child(n+8) {
    margin-top: 8px;
}

.item-input-box .layui-input {
    height: 24px;
    width: 218px;
    border: 1px solid #ddd;
    display: inline;
    border-radius: 0px;
}

.btn-search {
    margin: 8px 0;
    padding: 4px 20px;
    background: #3357A5;
    color: #fff;
    border-radius: 0px;
    font-size: 13px;
}

.btn-search:hover, .btn-search:focus, .btn-search:active {
    color: #fff;
    background: #3357A5;
    border-radius: 0px;
}

.btn-opts a {
    display: inline;
    width: 100px;
    line-height: 30px;
    float: left;
    margin-right: 8px;
    text-align: center;
}

.btn-opts .clear-cc {
    border: 1px solid #3357A5;
    color: #3357A5;
}

.btn-opts .comp {
    border: 1px solid #3357A5;
    background: #3357A5;
    color: #fff;
}

.btn-acts a, .btn-acts a:hover {
    display: block;
    width: 100px;
    color: #fff;
    text-align: center;
}
.add-cc {
    background: #7BB972;
    border: 1px solid #69B25B;
}

.add-cc.disabled {
    background-color: #ccc;
    border: 1px solid #ccc;
}

.add-cart {
    background: #3B86CB;
    border: 1px solid #0C78C7;
    margin-top: 4px;
}

.add-cart.disabled {
    background: #747a80;
    border: 1px solid #0C78C7;

}

.incar{
    background: #747a80;
    border: 1px solid #0C78C7;
}


.cc-table {
    position: sticky;
    bottom: 0;
}

.cc-box {
    display: flex;
}

.cc-item {
    flex: 0 0 25%;
    display: flex;
    line-height: 26px;
}

.cc-right {
    margin-left: 8px;
}

.pagination {
    float: right;
    margin: 0px;
}

.layui-laypage-em {
    border-radius: 0px;
    background-color: #3a569f !important;
}

#province,#city,#district{
    font-size: 13px;
    height: 34px;
    width: 218px;
    border: 1px solid #ddd;
    display: inline;
    border-radius: 0px;
}

.pageNext{
   /*float: right;*/
}

.pageNext a{
    margin-right: 8px;
    padding:5px 10px;
    width: 68px !important;
    text-align: center;

    border: 1px solid #0C78C7;
    cursor: pointer;

}

.pageNext input{
    border: 1px solid #ddd;
    width: 28px !important;
    height:28px;
    text-align:center;
} 

.page_cur{
    margin-right: 8px;
    padding:5px 10px;
    width: 58px !important;
    text-align: center;
    background: #3B86CB;
    border: 1px solid #ddd;
    cursor: pointer;
    color: white;
}

.pageNext{
    height: 45px;
    margin-top: 2px;
    line-height: 40px;

}

#allPage{
    margin-right: 10px;
}


.product-box {
    width: 1000px;
    margin: 0 auto;
}
.sku-table {
    width: 100%;
    border-right:1px solid lightgray;border-bottom:1px solid lightgray;
    text-align: center;

}
.sku-table td{
    border-left:1px solid lightgray;border-top:1px solid lightgray;
    text-align: center;
    line-height: 50px;

}
.sku-table tr{
    height: 50px;

}


.table-img-tr{
    width: 100%;
    height: 100px;
}
.table-first-td{
    width: 100px;
    background-color: #e6e6e6;
}
.table-img-td{
    max-width: 290px;
    min-width: 200px;
}
.table-img{
    width: 70px;
}


.cart-total {
    float: right;
    text-align: center;
    font-size: 14px;
    margin: 8px;
    line-height: 20px;
}

.cart-total .price {
    color: red;
    font-size: 16px;
}

.cart-total .info {
    font-size: 12px;
}

.cart-button {
    float: right;
    height: 40px;
    line-height: 40px;
    margin: 8px;
}

.cart-button a {
    display: inline;
    width: 100px;
    padding: 8px 20px;
    background: #3B56A0;
    color: #fff;
}



.home-material {
    width: 100%;
}
.home-material .material-title {

    padding-top: 40px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content : center;
}
.home-material .material-title .material-title-content{
    width: 200px;
    font-size: 20px;
    color: white;
    background: #e96a1b;
    border-radius: 5px;
}
.material-img{
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content : center;
}



.home-material .step {
    padding-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;


}
.material-pick{
    width: 200px;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content : space-between;
}
.step .active{
    color: orange;
}
.material-pick-1{
    width:100%;
    height: 50px;
    font-size: 30px;
    text-align: center;
    border: 1px solid #3257a5;
    border-radius: 30px;
    line-height: 45px;
}
.material-pick-2{

    width:100%;
    height: 200px;
    border: 1px solid #3257a5;
}

.material-subTitle{
    padding-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #e96a1b;

}
.material-class-space{
    padding-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.material-class-item{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.material-class-item1{
    width: 47%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.material-class-item2{
    width: 30%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.material-class-item2-title{
    padding-top: 100px;
    font-size: 35px;
    /*text-align: center;*/
    color: #192d78;
}

.material-class-item2-content{
    color: #192d78;
}



.home-aboutus {
    width: 100%;
}
.home-aboutus .aboutus-title {
    width: 100%;
    font-size: 25px;
    font-weight:bold;
    color: rgb(51, 86, 160);
    text-align: center;
}
.home-aboutus .aboutus-subTitle {
    padding-top: 5px;
    padding-bottom: 3px;
    width: 100%;
    font-size: 10px;
    color: gray;
    text-align: center;
}
.home-aboutus .aboutus-title-line {
    padding-top: 10px;
    width: 120px;
    height: 50px;
    margin: auto;
}
.home-aboutus .aboutus-title-line button{
    background: rgb(51, 86, 160);
    border:1px solid; border-radius:25px;
    color: white;
    width: 100%;
    height: 100%;
}



.home-aboutus .banner {
    width: 100%;
    height: 400px;
    background: url("/static/images/aboutus/banner.png") no-repeat;
    background-size: 100% 100%;
}
.word-space{
    width: 80%;
    margin-left: 60px;
    padding-top: 60px;
}
.banner-middle{
    color: white;
    font-size: 15px;
}
.banner-big{
    color: white;
    font-size: 25px;
}
.tips{
    width: 40%;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content:  space-between;

}

.home-aboutus .step {
    padding-top: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}
.aboutus-step{
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
}

.home-aboutus .intro {
    padding-top: 60px;
    margin-left: 10%;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
.aboutus-intro{
    width: 48%;
    display: flex;
    justify-content: space-between;
    box-shadow:2px 2px 5px #000;
}
.aboutus-intro img{
    width: 100%;
    height: 300px;
}
.aboutus-intro-word{
    margin-left: 10%;
    width: 48%;
    font-size: 15px;
}

.home-aboutus .step .tip{
    margin-top: 20px;
    height: 50px;
    width: 100%;
    color: #f37c7c;
    font-size: 10px;
    text-align: center;
}


.home-aboutus .adjust {

    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}


.home-service {
    width: 100%;
}
.home-service .service-title {
    width: 100%;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.84);
    text-align: center;
}
.home-service .service-subTitle {
    padding-top: 5px;
    padding-bottom: 3px;
    width: 100%;
    font-size: 10px;
    color: gray;
    text-align: center;
}
.home-service .service-title-line {
    width: 60px;
    height: 2px;
    background-color: #ed4014;
    margin: auto;

}


.home-service .banner {
    width: 100%;
    height: 400px;
    background: url("/static/images/service/service_1.png") no-repeat;
    background-size: 100% 100%;
}
.home-service .step {
    padding-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}
.home-service .step .service-step{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
}

.home-service .step .tip{
    margin-top: 20px;
    height: 50px;
    width: 100%;
    color: #f37c7c;
    font-size: 10px;
    text-align: center;
}


.home-service .adjust {
    background-color: #efeff0;
    padding-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding-bottom: 30px;
}

.home-service .adjust .icon {
    background-color: #efeff0;
    padding-top: 30px;
    display: flex;
    justify-content: center;


}

.home-service .adjust .icon img{
    width: 50px;
    height: 50px;
}

.home-service .adjust  .place {
    width: 200px;
}
.home-service .adjust .count {
    background-color: #efeff0;
    display: flex;
    justify-content: center;
}

.home-service .adjust .sum {
    width: 50px;

    font-size: 30px;
    color: #0000FF;
}
.home-service .adjust .name {
    width: 75px;
    font-size: 2px;
    color: gray;
    text-align: right;
}



.home-service .factory {

    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}


.home-service .factory .factory-word{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.home-service .factory .factory-word .factory-word-title{
    width: 60%;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    margin-left: 30%;
    margin-bottom: 20px;
}
.home-service .factory .factory-word .factory-word-content{
    width: 60%;
    color: gray;
    display: flex;
    justify-content: flex-start;
    margin-left: 30%;
}


.home-service .factory .factory-map{
    width: 50%;
}
.home-service .factory .factory-map img{
    width: 400px;
}

.home-service .check {
    background-color: #efeff0;
    padding-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding-bottom: 30px;
}

.home-service .check .skill{
    width: 100%;
    height: 300px;
    background: url("/image/service_2.png") no-repeat;
    background-size: 100% 100%;
}
.home-service .online {

    background: url("/image/service_bg_1.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding-bottom: 30px;

}

.home-service .online .online-content{
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}


.home-service .online .online-word{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.home-service .online .online-word .online-word-title{
    width: 60%;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    margin-left: 30%;
    margin-bottom: 20px;
    color: white;
}
.home-service .online .online-word .online-word-content{
    width: 60%;
    color: gray;
    display: flex;
    justify-content: flex-start;
    margin-left: 30%;
    color: white;
}

.home-service .online .online-code{
    width: 60%;
    display: flex;
    justify-content: flex-start;
    margin-left: 30%;
    margin-top: 20px;
    background: url("/image/erweima.png") no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
}

.home-service .online .online-map{
    width: 50%;
}

.home-service .house {

    padding-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding-bottom: 30px;

}

.home-service .house .house-content{
    background: url("/image/service_bg_2.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    height: 400px;
}


.home-service .house .house-word{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.home-service .house .house-word .house-word-title{
    width: 60%;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    margin-left: 30%;
    margin-bottom: 20px;

}
.home-service .house .house-word .house-word-content{
    width: 60%;
    color: gray;
    display: flex;
    justify-content: flex-start;
    margin-left: 30%;

}


.home-service .house .house-map{
    width: 50%;
}



.home-service .buy {

    padding-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding-bottom: 30px;

}




.home-service .buy .buy-word{
    margin-top: 30px;
    text-align: center;
}




.home-service .buy .buy-map{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
}
.home-service .buy .buy-map img{
    width: 70%;
    margin: auto;
}

.shoppage{
    background-color: white;
    text-align: center;

}

.fllist{
    margin-bottom: 10px;
    font-size: 14px;
}

.newlistsel{
    color: darkblue;
    font-weight:bold;


}
.newstitle{
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 14px;
    color: darkblue!important;
}
.newsline{
    margin-top: 3px;
    margin-bottom: 3px;
}
.articletitle{
    font-size: 18px;
    color: darkblue;
    text-align: center;
}
.articlepic{
    margin-top: 5px;
    margin-bottom: 5px;
}
.articletime{
    font-size: 12px;
    color: gray;
    text-align: center;
    margin-bottom: 12px;
}
.articlememo{
    font-size: 12px;
}

.bitian{
    color: red;
    margin-left: 10px;
}


#leftsead{width:161px;height:290px;position:fixed;top:350px;right:0px; z-index:100;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:161px;height:60px;}
#leftsead li img{float:right;}
#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:161px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:143px;}
#leftsead li a.youhui .2wm{display:none;position:absolute;right:343px;!important;}
#p2{width:112px;background-color:#A7D2A9;height:47px;margin-left:47px;border:1px solid #8BC48D;text-align:center;line-height:47px}
#p3{width:112px;background-color:#EC9890;height:47px;margin-left:47px;border:1px solid #E6776C;text-align:center;line-height:47px}
#p1{width:47px;height:49px;float:left}