
.search-wrap{
    width: 100%;
    background: #F5F5F5;
    padding: 17px 0;

}

.search-content{
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-align-self: flex-end; /* Safari 7.0+ */
    align-self: flex-end;
    padding: 0;
}

.search-wrap .search-wrap-left{
    font-size:14px;
    font-weight:500;
    color:#666666;
    display: -webkit-flex; /* Safari */
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
}

.search-wrap .search-wrap-left ul{
    float: left;
}

.search-wrap .search-wrap-left ul li{
    margin-right: 10px;
    float: left;
}
.search-wrap .search-wrap-left a{
    margin-right: 10px;
}
.search-wrap .search-wrap-left a:hover{
    color: #337ab7;
}
.search-wrap .search-wrap-right{
    display: -webkit-flex; /* Safari */
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
}

.search-wrap .search-wrap-right .search-input{

}

.search-wrap-form{
    display: -webkit-flex; /* Safari */
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
}

.search-wrap .search-wrap-right .search-btn{
    font-size:14px;
    font-weight:500;
    color:#0455A7;
    background: transparent;
    border: 0;
}

.search-wrap .search-wrap-right .search-input{
    width: 60%;
    border:1px solid #DDDDDD;
    font-size:14px;
    font-weight:500;
    color:#9A9B9B;
    background: transparent;
    margin-right: 17px;
    padding:2px 10px;
}

.seat-wrap{
    width: 100%;
    padding: 22px 0;
}

.seat-content{
    font-size:14px;
    font-weight:500;
    color:#666666;
}

.index-products-wrap,
.index-solution-wrap,
.business-news-wrap{
    padding: 20px 0;
}

.index-products-content,
.index-solution-content,
.business-news-content{
    padding: 0;
}

.index-solution-content,
.business-news-content{
    margin-bottom: 26px;
}

.index-products-list,
.index-solution-list{
    text-align: center;
}

.index-products-list .index-products-img{
    width: 100%;
    height: 186px;
    /* background: #ACACAC; */
    margin-bottom: 22px;
    overflow: hidden;
}
.index-products-list .index-products-img div{
height: 100%;
background: #efefef no-repeat center center;
background-size: cover;
transition: All 0.4s ease-in-out;
-webkit-transition: All 0.4s ease-in-out;
-moz-transition: All 0.4s ease-in-out;
-o-transition: All 0.4s ease-in-out;
}
.index-solution-list .solution-list-content{
    height: 158px;
    padding: 20px;
    background: #2D3343;
    background-size: cover !important;
    display: -webkit-flex; /* Safari */
    display:flex;-webkit-align-items:center;align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    margin-bottom: 15px;
}

.solution-list-box{
    width: 100%;
}

.solution-list-box p:nth-child(1){
    font-size:22px;
    font-weight:500;
    color:#ffffff;
    margin-bottom: 4px;
}

.solution-list-box p:nth-child(2){
    font-size:14px;
    font-weight:500;
    color:#ffffff;
    line-height:27px;
    margin-bottom: 10px;
    display: -webkit-flex; /* Safari */
    display:flex;-webkit-align-items:center;align-items:center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.solution-list-box p:nth-child(2) img{
    margin-right: 7px;
}

.solution-list-box p:nth-child(3){
    font-size:14px;
    padding: 7px 18px;
    border:1px solid #B8B8B8;
    font-weight:500;
    cursor: pointer;
    display: inline-block;
    color:#ffffff;
}

.index-products-list p{
    font-size:18px;
    font-weight:500;
    color:#666666;
    margin-bottom: 26px;
}

.news-list-content{
    border-top: 1px solid #E5E5E5;
    padding: 24px 0;
}

.business-news-list:last-child .news-list-content,
.business-news-list:nth-last-child(2) .news-list-content{
    border-bottom: 1px solid #E5E5E5;
}

.index-products-title{
    font-size:18px;
    font-weight:500;
    color:#666666;
    margin-bottom: 25px;
    margin-top: 0;
}

.news-list-content-left{
    height: 126px;
    /* background: #E5E5E5; */
    overflow: hidden;
    padding: 0;
}
.news-list-content-left div{
    height: 100%;
    background: #efefef no-repeat center center;
    background-size: cover;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.news-list-content-right{
    padding-right: 0;
}

.news-list-content-right p:nth-child(1){
    font-size:16px;
    font-weight:500;
    color:#333333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-list-content-right p:nth-child(2){
    font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    font-weight:500;
    color:#666666;
    margin-bottom: 23px;
}

.news-list-content-right p:nth-child(3){
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    display: flex;
    justify-content: space-between;
}

.news-list-content-right p:nth-child(3) span:nth-child(1){
    font-size:12px;
    font-weight:500;
    color:#999999;
}

.news-list-content-right p:nth-child(3) span:nth-child(2){
    font-size: 12px;
    color:#999999;
}
.news-list-content:hover{
cursor: pointer;
}
.news-list-content:hover .news-list-content-left div,
.index-products-list:hover .index-products-img div{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.index-products-list:hover p{
    color: #0455A7
}
.footer-line{
    display: none;
}
.index-solution-list .solution-list-dl2{
    display: none;
    font-size:13px;
    font-weight:500;
    color:#0455A7;
    padding: 4px 9px;border:1px solid #0455A7;
    margin: 0 auto;
}
@media (max-width: 992px) {
    .search-wrap{
        display: none;
    }
    .seat-wrap{
        display: none;
    }
    .index-products-list .index-products-img{
        height: 105px;
    }
    .index-products-list p{
        font-size:15px;
        font-weight:500;
        color:#333333;
        margin-bottom: 19px;
    }
    .index-products-title{
        display: none;
    }
    .index-solution-wrap{
        /*display: none;*/
    }
    .footer-line{
        display: block;
    }
    .business-news-wrap{
        display: none;
    }
    .index-solution-content .index-products-title.index-case-title{
        display: block;
        font-size:20px;
        margin: 22px 0;
    }
    .index-solution-wrap{
        padding: 0;
    }
    .solution-list-box p:nth-child(3).solution-list-dl1{
        display: none;
    }
    .index-solution-list .solution-list-dl2{
        display: inline-block;
    }
    .index-solution-list .solution-list-content{
        height: 90px;
    }
    .solution-list-box p:nth-child(1){
        font-size: 17px;
    }
    .index-solution-list{
        margin-bottom:15px
    }
}
/* 2020/2/6
*  修改产品一览（中心）
*/
.products_attribute,
.products_label {
    margin: 6px 0
}

.products_attribute h5,
.products_attribute div,
.products_label h5,
.products_label div {
    float: left;

}

.products_attribute h5,
.products_label h5 {
    margin-right: 36px;
    font-size: 16px;
    color: #666666;
}

.products_attribute div,
.products_label div {
    width: 105px;
    font-size: 16px;
    color: #333333;
}

.products_attribute div span,
.products_label div span {
    padding: 6px 12px;
    cursor: pointer;
}

.products_checked {
    background: rgba(48, 131, 244, 1);
    color: #FFFFFF
}

.products_itemText {
    height: 100px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: left;
    background: #FFFFFF;
}

.products_itemText_title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 70px;
    height: 60px;
}

.products_itemText_attribute,
.products_itemText_label {
    font-size: 14px;
}

.products_itemText_attribute {
    padding-right: 8px;
    border-right: 1px solid #AAAAAA;
    margin-right: 8px;
    color: #3083F4;
}

.products_itemText_label {
    color: #F16F18;
}

.qyly-adv-wrap .zhezhao {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    opacity: 0.4;
}
.products-list a{
    position: relative;
}
.products-list a:hover{
    box-shadow:0px 6px 10px 0px rgba(28,30,33,0.1);
}



/*产品一览*/
#products-wrap {
    width: 100%;
}

#products-wrap .products-content {
    /* width: 1200px;
    margin: 0 auto; */
    padding-top: 80px;
}

#products-wrap .products-content .products-title {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.6px;
    color: #333333;
    margin-bottom: 50px;
}

#products-wrap .products-content .products-box {
    width: 1200px;
}

#products-wrap .products-content .products-box .products-list {
    width: 280px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    text-align: center;
}

/* #products-wrap .products-content .products-box .products-list:nth-child(4),
#products-wrap .products-content .products-box .products-list:nth-child(8) {
    margin-right: 0;
} */
#products-wrap .products-content .products-box .products-list:nth-child(4n) {
    margin-right: 0;
}

#products-wrap .products-content .products-box .products-list .products-img {
    width: 280px;
    height: 120px;
    /*background: #efefef;*/
    background: no-repeat center center;
    background-size: contain;
    /* margin-bottom: 20px; */
    background: white;
}

#products-wrap .products-content .products-box .products-list .products-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
    margin: 0 auto;
}
.display_show {
    display: block;
}

.display_hidden {
    display: none;
}



@media (min-width: 993px) {

}