#content{
    padding-bottom: 25px;
}

a,a:focus {
    color: #121217;
    text-decoration: none;
    cursor: pointer;
}

#banner{
    position: relative;
}

#content #banner{
    width: 100%;
}
#banner .carousel,.carousel-inner{
    #height: 538px;
}

@media screen and  (min-width: 992px) {
    #banner .carousel .carousel-inner .carousel-caption.lunbo-1 {
        position: absolute;
        /*right: 15%;*/
        top: 38%;
        left: 40%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }

    #banner .carousel .carousel-inner .carousel-caption.lunbo-2 {
        position: absolute;
        /*right: 15%;*/
        top: 38%;
        left: 25%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }

    #banner .carousel .carousel-inner .carousel-caption.lunbo-3 {
        position: absolute;
        /*right: 15%;*/
        top: 38%;
        left: 30%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }
}

@media screen and  (max-width: 992px){
    #banner .carousel .carousel-inner .carousel-caption.lunbo-1 {
        position: absolute;
        /*right: 15%;*/
        top: 30%;
        left: 40%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }

    #banner .carousel .carousel-inner .carousel-caption.lunbo-2 {
        position: absolute;
        /*right: 15%;*/
        top: 38%;
        left: 25%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }

    #banner .carousel .carousel-inner .carousel-caption.lunbo-3 {
        position: absolute;
        /*right: 15%;*/
        top: 38%;
        left: 30%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }
}

#banner .carousel .carousel-inner .carousel-item img{
    /*height: 538px;*/
}

@media screen and  (max-width: 992px){
    #content #banner .carousel-caption h5{
        font-size: 18pt;
        color: white;
        font-style: italic;
    }
    #content #banner .carousel-caption p{
        font-size: 10pt;
        color: white;
    }
}
@media screen and  (min-width: 992px) {
    #content #banner .carousel-caption h5 {
        font-size: 30pt;
        color: white;
        font-style: italic;
    }
    #content #banner .carousel-caption p{
        font-size: 14pt;
        color: white;
    }
}



#content #banner .search {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
    flex-grow: 1;
    margin-left: 1rem;
    position: absolute;
    left: 50%;
    bottom: 3%;
    margin-left: -440px;
}

#content #banner .search .text {
    box-sizing: border-box;
    width: 800px;
    height: 55px;
    border: 2px solid #ef7f1f;
    padding: 0 10px;
    box-shadow: 0px 1px 2px 0px rgba(18,18,23,0.05);
    border-radius: 16px 0px 0px 16px;
}

#content #banner .search input{
    font-size: 14pt;
}

#content #banner .search .text:focus {
    outline: none;
    border: 1px solid #ef7f1f;
}

#content #banner .search .text:focus ~ .keyword_list {
    display: block;
}

#content #banner .search .search_hot {
    position: absolute;
    top: 16px;
    right: 12px;
}

#content #banner .search .search_hot a {
    float: left;
    display: block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-left: 5px;
    padding: 0 5px;
    background-color: #eee;
    color: #757575;
    transition: all 0.2s;
}

#content #banner .search .search_hot a:hover {
    color: #fff;
    background-color: #ef7f1f;
}

#content #banner .search .button {
    width: 100px;
    height: 55px;
    background: #ef7f1f;
    box-shadow: 0px 1px 2px 0px rgba(18,18,23,0.05);
    border-radius: 0px 16px 16px 0px;
    border: 1px solid #ef7f1f;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#content #banner .search .button img{
    width:18px;
}

#content #banner .search .button:hover,
#content #banner .search .button:focus{
    background-color: #00b6f6;
    color: #fff;
    outline: none;
}
#content #banner .search .button:active {
    background-color: #c47d1e;
    color: #fff;
    outline: none;
}

#content #banner .search input::placeholder{
    text-align: center;
}

#sub_banner_1 .index-main-title span{
    font-size: 28pt;
    color: #6b2918;
    font-weight: 700;
}

#sub_banner_1 .index-main-title .index-main-title-sub{
    font-size: 28pt;
    color: #00b6f6;
}

#sub_banner_2 .index-main-sub{
    font-size: 10pt;
    width: 70%;
    color: #121217;
    font-weight: 500;
}

#banner_three_part .sy-panel{
    position: relative;
}
#banner_three_part .sy-panel{
    height: 180px;
    width: 400px;
    padding: 10px 5px;
    /*background-color: #f2f4f5;*/
    margin: 0 10px;
    background-color: #f3f9fb;
    border: 1px solid rgb(191 222 233);
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
    /*background-image: url("/mall/image/index/bg_three.png");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    position: relative;
}
#banner_three_part .sy-panel img{
    position: absolute;
    right: 3%;
    bottom: 2%;
    width: 200px;
}
#banner_three_part .sy-panel .sy-title{
    font-size: 18pt;
    color:#6b2918;
    font-weight: 700;
    position: absolute;
    left: 5%;
    top:5%;
}

#banner_advance .sy-panel{
    /*position: relative;*/
}
#banner_advance .sy-panel{
    /*height: 40px;*/
    /*width: 240px;*/
    /*padding: 10px 5px;*/
    /*background-color: #f2f4f5;*/
    /*border-radius: 10px;*/
    /*margin: 0 30px;*/
    /*border: 1px dashed #6b2918;*/

}
#banner_advance .sy-panel img{
    border: 1px solid rgb(241, 241, 241);
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}



#banner_cert .img-half{
    width: 70px;
    height: 70px;
    margin-top: 10px;
}
#banner_cert .img-full{
    width: 160px;
    height: 40px;
    margin-top: 10px;
}

.index-service-title,
.index-common-title{
    font-size: 14pt;
    color:#6b2918;
    font-weight: 700;
}

.index-service .pnl-card{
    background-color:#fbf7f1;
    border: 1px solid rgb(233 205 174);
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
    height: 100%;
}

.index-service .card-body h5{
    font-size: 12pt;
    color:#6b2918;
    font-weight: 700;
}
.index-service .card-body p,
.index-feature .card-body p{
    font-size: 10pt;
    color: #3c3e7f;
    font-weight: 400;
    line-height: 17px;
}

.index-service .col-6,
.index-feature .col-6{
    padding-left: 7px;
    padding-right: 7px;
}

.index-feature .card-body{
    margin-top: 15px;
}


.index-feature .bound,
.index-service .bound{
    padding: 20px 10px;
}

.index-feature .pnl-card{
    padding: 20px 10px;
    background-color: #fbf7f1;
    border: 1px solid rgb(233 205 174);
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
    height: 100%;
}

.index-feature .pnl-card .pdu-img{
    /*max-height: 100px;*/
    /*width: fit-content;*/
    /*height: 100px;*/
    padding: 20px;
}
.index-feature .pnl-card .mfr-img{
    max-height: 25px;
    width: fit-content;
    /*height: 25px;*/
}
.index-feature .pnl-card .hightline-title{
    font-size: 8pt;
    color: #6a6b9a;
    font-weight: 500;
    margin-top: 20px;
}

.pdu-info-tag{
    border: 1px solid rgb(232, 232, 232);
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
    height: 100%;
    padding: 15px 15px 15px 15px;
}
.pdu-info-tag .pdu-img{
    width: 80px;
    height: auto;
    margin-right: 20px;
    border-radius: 8px;
}
.pdu-info-tag .pdu_info{
    /*width: 20rem;*/
}
.pdu-info-tag .pdu-part{
    font-size: 12pt;
    color:#6b2918;
    font-weight: 700;
    text-decoration: none;
}
.pdu-info-tag .pdu-mfr{
    font-size: 8pt;
    font-weight: 500;
    color: #6b2918;
    text-decoration: underline;
}
.pdu-info-tag .pdu-desc{
    font-size: 10pt;
    font-weight: 500;
    color:#646594;
}

.pdu-info-tag .pdu-ecad img{
    height: 30px;
}
.pdu-info-tag .pdu-link{
    color: white !important;
    /*text-decoration: underline;*/
    font-weight: 700;
    font-size: 10pt;
    background-color: #5f0bc5;
    border-radius: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    font-style: italic;
}

.index-feature-manufacturers .img-pnl{
    background-color: white;
    /*border: 1px solid rgb(236, 236, 237);*/
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 5px 5px;
}
.index-feature-manufacturers img{
    height: 40px;
    width: auto;
    margin-right: 5px;
}
.index-feature-manufacturers .view-all{
    color: #00b6f6 !important;
    /*text-decoration: underline;*/
    font-weight: 600;
    font-size: 10pt;
}

.index-application .img-container{
    /*width: 250px;*/
    border-radius: 12px;
    position: relative;
}

.index-application .img-container .title{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    color:white;
    font-weight: 700;
    font-size: 16pt;
}

.index-application .image-container {
    position: relative;
    display: inline-block;
}
.index-application img{
    width: 250px;
    display: block;
    border-radius: 16px;
    filter:brightness(0.7);
}

.all-sort-list {
    position: relative;
    float: left;
    width: 228px;
    border-top: none;
    background: #000;
    height: 100%;
}

.all-sort-list .item {
    height: 49px;
    border-top: 1px solid #FFFFFF;
}

.all-sort-list .item.bo {
    border-top: none;
}

.all-sort-list .item h3 {
    height: 30px;
    line-height: 45px;
    font-size: 15px;
    font-weight: normal;
    width: 199px;
    overflow: hidden;
}

.all-sort-list .item span {
    padding: 0px 5px;
    color: #1baeae;
    font-family: "\5B8B\4F53";
}

.all-sort-list .item a {
    color: #fff;
    text-decoration: none;
}

.all-sort-list .item a:hover {
    font-weight: bold;
    color: #1baeae;
}

.all-sort-list .item-list {
    display: none;
    position: absolute;
    width: 495px;
    min-height: 200px;
    _height: 200px;
    background: #FFF;
    left: 210px;
    box-shadow: 0px 0px 10px #DDDDDD;
    border: 1px solid #DDD;
    top: 3px;
    z-index: 10;
}

.item-list .subitem {
    float: left;
    width: 477px;
    padding: 0px 4px 0px 8px;
}

.item-list .subitem dl {
    border-top: 1px solid #EEE;
    padding: 6px 0px;
    overflow: hidden;
    zoom: 1;
}

.item-list .subitem .fore1 {
    border-top: none;
}

.item-list .subitem dt {
    float: left;
    width: 84px;
    line-height: 20px;
    text-align: left;
    padding: 3px 6px 0px 0px;
    font-weight: 700;
    color: #1baeae;
}

.item-list .subitem dt a {
    color: #1baeae;
    text-decoration: underline;
}

.item-list .subitem dd {
    float: left;
    width: 415px;
    padding: 3px 0px 0px;
    overflow: hidden;
}

.item-list .subitem dd em {
    float: left;
    height: 14px;
    line-height: 14px;
    padding: 0px 8px;
    margin-top: 5px;
    border-left: 1px solid #CCC;
}

.item-list .subitem dd em a, .item-list .cat-right dd a {
    color: #666;
    text-decoration: none;
}

.item-list .subitem dd em a:hover, .item-list .cat-right dd a:hover {
    font-weight: normal;
    text-decoration: underline;
}

#content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: white;
}



#content #banner #cate_menu {
    width: 234px;
    height: 100%;
    background-color: #0c0c13;
    box-sizing: border-box;
    position: relative;
}

#content #banner #cate_menu > ul {
    position: relative;
    padding: 20px 0;
}

#content #banner #cate_menu > ul:hover li:last-of-type {
    display: block;
}

#content #banner #cate_menu > ul > li {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 30px;
    font-size: 14px;
}

#content #banner #cate_menu > ul > li:last-of-type {
    display: none;
    padding: 0;
    width: 800px;
    height: 461px;
    z-index: 2;
    position: absolute;
    left: 100%;
    top: 0;
}

#content #banner #cate_menu > ul > li:hover {
    background-color: #1baeae;
}

#content #banner #cate_menu > ul > li a {
    color: #fff;
    margin-left: 10px;
}

#content #banner #cate_menu > ul > li .pop {
    box-shadow: 2px 3px 5px #ccc;
    width: 800px;
    height: 461px;
    background-color: #fff;
    padding: 20px 0 0 20px;
    font-size: 12px;
    box-sizing: border-box;
}

#content #banner #cate_menu > ul > li .pop > li {
    margin-bottom: 10px;
    white-space: nowrap;
}

#content #banner #cate_menu > ul > li .pop > li .title {
    float: left;
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

#content #banner #cate_menu > ul > li .pop > li .title .iconfont {
    font-size: 12px;
}

#content #banner #cate_menu > ul > li .pop > li .list {
    float: left;
    max-width: 700px;
}

#content #banner #cate_menu > ul > li .pop > li .list li {
    float: left;
    margin-top: 2px;
    margin-bottom: 5px;
}

#content #banner #cate_menu > ul > li .pop > li .list li a {
    display: block;
    height: 16px;
    margin-left: 0;
    line-height: 16px;
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
    color: #666;
    border-left: 1px solid #e0e0e0;
}

#content #banner #cate_menu > ul > li .pop > li .list li a:hover {
    color: #1baeae;
}

#content #banner .swiper-container {
    width: 998px;
    height: 100%;
}

#content #banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

#content #sub_banner {
    display: flex;
    width: 1226px;
    flex-shrink: 0;
    justify-content: space-between;
    height: 295px;
    margin-top: 15px;
}

#content #sub_banner .selector {
    width: 234px;
    height: 100%;
}

#content #sub_banner .selector .sidebar {
    float: left;
    display: block;
    width: 78px;
    height: 85px;
}

#content #sub_banner .selector .sidebar img {
    opacity: 0.8;
}

#content #sub_banner .selector .sidebar img:hover {
    opacity: 1;
}

#content #sub_banner .hot-image {
    width: 295px;
    height: 295px;
}

#content #sub_banner .hot-image a {
    display: block;
    width: 100%;
    height: 100%;
}

#content #sub_banner .hot-image a img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

#content #sub_banner .hot-image a img:hover {
    opacity: 1;
}

#content #flash {
    width: 1226px;
    flex-shrink: 0;
    height: 398px;
    margin-top: 20px;
}

#content #flash > h2 {
    height: 58px;
    line-height: 58px;
}

#content #flash ul {
    display: flex;
    justify-content: space-between;
}

#content #flash ul li {
    width: 234px;
    height: 352px;
    background-color: #fafafa;
    border-top: 1px solid #ffa500;
}

#content #flash ul li:nth-child(2) {
    border-color: #008000;
}

#content #flash ul li:nth-child(3) {
    border-color: #00f;
}

#content #flash ul li:nth-child(4) {
    border-color: #f00;
}

#content #flash ul li:nth-child(5) {
    border-color: #008080;
}

#content #flash ul li a {
    display: block;
    font-size: 14px;
    text-align: center;
}

#content #flash ul li a img {
    width: 160px;
    height: 160px;
    opacity: 0.8;
    margin: 37px;
}

#content #flash ul li a .discount {
    font-size: 12px;
    color: #b0b0b0;
    margin: 15px 0;
}

#content #flash ul li a .item_price {
    color: #1baeae;
}

#content #flash ul li a:hover img {
    opacity: 1;
}

#content #flash .time {
    background-color: #f1eded;
}

#content #flash .time .name {
    margin-top: 53px;
    font-size: 21px;
    color: #ef3a3b;
}

#content #flash .time img {
    width: 34px;
    height: 53px;
}

#content #flash .time .text {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.54);
}

#content #flash .time .flashTime {
    margin: 28px 33px 0;
    color: #fff;
    font-size: 24px;
    line-height: 46px;
    display: flex;
    justify-content: center;
}

#content #flash .time .flashTime .box {
    width: 46px;
    height: 46px;
    background-color: #605751;
}

#content #flash .time .flashTime .dosh {
    height: 46px;
    font-size: 28px;
    color: #605751;
}

#content #recommend {
    width: 1226px;
    position: relative;
    flex-shrink: 0;
    height: 730px;
    margin-top: 20px;
    background-color: #f5f5f5;
}

#content #recommend > h2 {
    height: 58px;
    line-height: 58px;
}

#content #recommend .more {
    position: absolute;
    top: 18px;
    right: 30px;
}

#content #recommend .more:hover {
    color: #1baeae;
}

#content #recommend ul {
    display: flex;
    height: 614px;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

#content #recommend ul li {
    width: 234px;
    height: 314px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: 4px;
    margin-right: 6px;
}

#content #recommend ul li:nth-child(1) .hot-image,
#content #recommend ul li:nth-child(6) .hot-image {
    width: 100%;
    height: 100%;
    margin: 0;
}

#content #recommend ul li:hover {
    box-shadow: 0px 0px 30px #ccc;
}

#content #recommend ul li:hover .comment {
    transform: translateY(0);
}

#content #recommend ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#content #recommend ul li a .info {
    width: 104px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 10px;
}

#content #recommend ul li a .new {
    background-color: #83c44e;
}

#content #recommend ul li a .discount {
    background-color: #f00;
}

#content #recommend ul li a > p {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

#content #recommend ul li a .item_price {
    color: #1baeae;
}

#content #recommend ul li a .counter {
    height: 15px;
    line-height: 15px;
    color: #aaa;
    font-size: 12px;
}

#content #recommend ul li a img {
    width: 160px;
    height: 160px;
    margin: 10px 0 20px;
}

#content #recommend ul li a .comment {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(101%);
    transition: transform 0.4s;
    box-sizing: border-box;
    height: 70px;
    padding: 10px 0 0 30px;
    background-color: #1baeae;
    color: #fff;
    text-align: left;
}

#content #recommend ul li a .comment p {
    font-size: 12px;
    margin-top: 5px;
}

