
.product_body{
    padding-bottom: 100px;
}

.product_body .product_word{
    color: #999;
}

.search-box{
    /*margin-top: 30px;*/
   border-top: #e7e7e7 1px solid;
}
.search-box .span_hint{
    color: #333;
    line-height: 38px;
    font-weight: bold;
}
.search-box > ul{
    padding: 20px;
}

.search-box > ul > li{
   display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    border-bottom: 1px dashed #dddddd;
    /*height: 60px;*/
    padding: 11px 0;
}

.search-box > ul > li:last-child {

    border-bottom: none;
}

.search-box > ul > li ul{
   display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    flex: 1;
    /*margin-right: 50px;*/
    margin-right: 30px;
    flex-wrap: wrap;
}


.search-box > ul > li ul li{
    padding: 8px 15px;
    cursor: pointer;
    line-height: 22px;
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    margin-right: 20px;
}
.search-box > ul > li .select_ul1 li{
    margin-bottom: 0;
}

.search-box > ul > li .select_ul1 li:nth-child(n+9)
{
    display: none;
}

.search-box > ul > li:nth-child(3) .select_ul1 li:nth-child(n+9)
{
    display: none;
}

.search-box > ul > li ul li.active{
    /*color: #fff;*/
    color: #F08300;
    /*background: #F08300;*/
}


.search-box > ul > li  .more_wrap{
    border: 1px solid #e7e7e7;
    padding: 0px 6px;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
}
.search-box > ul > li  .more_wrap span{
    color: #7f7f7f;
}
.search-box > ul > li .more_wrap span i{
    font-size: 20px;
}


.show_content{
    margin-top: 30px;
}
.show_content .tem_top{
    margin-bottom: 20px;
}

.show_content .tem_top .wrap .hint{
    background: #F08300;
    color: #fff;
    width: 100px;
    line-height: 40px;
    text-align: center;
}
.show_content .tem_top .wrap .form-group {
    border: 1px solid #e7e7e7;
    width: 400px;
    display: flex;
    justify-content: space-between;
}
.show_content .tem_top .wrap .form-group input {
    border: none;
    line-height: 36px;
    font-size: 15px;
    padding-left: 10px;
    width: 100%;

}
.show_content .tem_top .wrap .form-group .search {
    background: #fff;
    color: #999;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.show_content .tem_container{
    margin-top: 40px;
}

.show_content .tem_container ul{
    display: flex;
    flex-wrap: wrap;
}
.show_content .tem_container > ul > li{
    box-shadow: 0 0 10px 3px #f0f0f0;
    position: relative;
    margin-right: 85px;
    margin-bottom: 40px;
}
.show_content .tem_container > ul > li.nodata{
    width: 100%;
    text-align: center;
    line-height: 45px;
}


.show_content .tem_container > ul > li:nth-child(3n+3){
    margin-right: 0px;
}

.show_content .tem_container > ul > li .label{
    position: absolute;
    top: 20px;
    left: 0;
    padding: 10px 15px;
    background: #f5f5f5;
    font-size: 15px;
}
.show_content .tem_container > ul > li .wrap{
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 283px;

 }

.show_content .tem_container > ul > li .wrap img{
    padding-bottom: 15px;
    border-bottom: 3px solid #F08300;
    /*width: 121px;*/
    /*min-height: 132px;*/
    width: 260px;
    height: 212px;
}


.show_content .tem_container > ul > li .wrap .product-intro{
    width: 264px;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    height: 84px;
    overflow: hidden;
 }

.show_content .tem_container > ul > li .wrap .product-title{

    margin: 40px 0;
    font-size: 18px;
    font-weight: bold;

 }
.show_content .tem_container > ul > li .wrap .product-title a{
    color: #333; ;
}
.show_content .tem_container > ul > li .wrap  .links{

    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
 }
.show_content .tem_container > ul > li .wrap  .links a{

    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    /*color: #fff;*/
    color: #003A45;
    border:2px solid #003A45;
    /*background: #133f5c;*/
    text-align: center;
    font-size: 15px;
    cursor: pointer;
 }
.show_content .tem_container > ul > li .wrap  .links a:nth-child(2){
    margin: 0 5px;
}

.show_content .tem_container > ul > li .wrap  .links a:last-child{

    /*background: #F08300;*/
 }
.show_content .tem_container > ul > li .wrap  .links a:hover{
    color: #eee;
    border-color: #eee;
}

.product_display{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img-show{

    width: 51%;
    height: 500px;
    display: flex;
    overflow: hidden;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e7e7;
}
.img-show img{
    max-width: 100%;
    max-height: 100%;
}
.product-para{
    width: 540px;
    margin-left: 45px;
    position: relative;
}

.product-para >ul{
    display: block !important;
}

.product-para >ul li{
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    font-size: 15px;
    color: #666666;
}

.product-para .product-links{
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
    display: flex;
    position: absolute;
    bottom: 0;
}
.product-para .product-links a{
    display:block;
    width: 50%;
    height: 40px;
    border: 2px solid #F08300;
    border-radius: 5px;
    /*color: #F08300;*/
    line-height: 40px;
    text-align: center;

    color: #fff !important;
    background: #F08300;
    cursor: pointer;
}
.product-para .product-links a:nth-child(2){
    margin-left: 30px;
}
.product-para .product-links a:last-child{
    margin-left: 30px;
    /*color: #fff;*/
    /*background: #F08300;*/

}
.product-para .product-links a:last-child:hover{
    color: #fff;
}
.down-icon{
    height: 17px;
    vertical-align: middle;
}



.product-detail {
    margin-top: 50px;
}

.product-detail .tem_top{
    height: 40px;
    border: 1px solid #e7e7e7;
    position: relative;
}
.product-detail .tem_top .detail{
    /*height: 100%;*/
    height: 40px;
    width: 150px;
    line-height: 40px;
    background: #F08300;
    /*text-align: center;*/
    text-indent: 17px;
    position: absolute;
    border: 1px solid #F08300;
    left: -1px;
    top: -1px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}



/*  产品查询    */

.product_word2{
    font-size: 18px;
    color: #332c2b;
    font-weight: bold;
}

.search-box2{
    margin: 50px 0;
}

.search-tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search-tab .tab{
    display: flex;
    align-items: center;
}
.search-tab .tab select{
    width: 190px;
    height: 40px;
    text-indent: 5px;
    font-size: 16px;
    color:#332c2b;
}
.search-tab .tab  .span_hint{
    margin-right: 15px;
}

.tab3 .form-group{
    border-radius: 3px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #ced1d5;
    width: 282px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab3 .form-group .keyword{
    border: none;
    height: 38px;
    margin-left: 15px;
    width: 180px;
    color:#332c2b;

}
.tab3 .form-group .tijiao{
    background: url("/static/home/images/search.png") no-repeat;
    background-size: auto;
    background-size: 60%;
    width: 28px;
    padding: 0 14px;
    height: 16px;
    border: none;
    cursor: pointer;
}

.showtable{
    width: 100%;
    border-top: #c9ccd0 2px solid;
    border-right: #c9ccd0 2px solid;
}

.showtable th, .showtable td{
    border-left: #c9ccd0 2px solid;
    border-bottom: #c9ccd0 2px solid;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding: 0 20px;
    color: #626060;
}

.showtable th{
    color:#332c2b;
    background: #f2f2f2;
}

/*  产品中心 */



.product_nav ul{
    display: flex;

    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all .2s;
    -webkit-transition: all .2s;
    border-color: #F08300;
    font-size: 16px;
}

.product_nav ul li{
    position: relative;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}
.product_nav ul li.active{
    color: #F08300;
    font-size: 18px;
    font-weight: bold;
}

.product_nav ul .active:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;

    border: none;
    border-radius: 0;
    border-bottom: 3px solid #F08300;
}

.content_wrap .tem_content{
    padding: 10px;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: layui-upbit;
}
.tem_content .desc{
    line-height: 1.5;
    letter-spacing: 1.5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
h3.aboutarea{
    color:#595757;
}


@-webkit-keyframes layui-upbit{
    from {-webkit-transform: translate3d(0, 30px, 0); opacity: 0.3;}
    to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
  }
  @keyframes layui-upbit{
    from {transform: translate3d(0, 30px, 0);  opacity: 0.3;}
    to {transform: translate3d(0, 0, 0);  opacity: 1;}
  }



/*  资料下载   */
.download-tab {
    margin: 20px 0 40px;
}

.download-tab ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.download-tab ul li{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f2f2f2;
    border: 2px solid #c9ccd0 ;
    width: 22%;
    cursor: pointer;


}
.download-tab ul li.active{
    color: #fff;
    background: #F08300;
}

.download-tab ul li:nth-child(1),.download-tab ul li:nth-child(2),.download-tab ul li:nth-child(3),.download-tab ul li:nth-child(4){
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.download-tab ul li:nth-child(5),.download-tab ul li:nth-child(6),.download-tab ul li:nth-child(7),.download-tab ul li:nth-child(8){
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
}

.showtable .down{
    color: #F08300;
    cursor: pointer;
}


.container2 .hint{
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
    font-weight: bold;
}

.allcate li:nth-child(1){
    width: 530px;
}
.allcate li:nth-child(2){
    width: 530px;
}

.allcate li .tem_a_wrap div{
    display: block;
    width: 100%;
    height: 100%;
}

.allcate li div p{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.allcate li a img{
    width: auto;
}


.allcate li:nth-child(1) .tem_a_wrap span{
    padding: 15px 0;
    box-sizing: border-box;
}

.allcate li:nth-child(2) .tem_a_wrap span{
    padding: 15px 0;
    box-sizing: border-box;
}

.allcate li:nth-child(3) .tem_a_wrap span{
    padding:  0 15px;
}

.allcate li:nth-child(4) .tem_a_wrap span{
    padding:  0 15px;
}

.allcate li:nth-child(5) .tem_a_wrap span{
    padding:  0 15px;
}

.allcate li:nth-child(6) .tem_a_wrap span{
    padding:  0 15px;
}

.allcate li:nth-child(3) a img {
    width: 100%;
    height: auto;
}

.allcate li:nth-child(4) a img {
    width: 100%;
    height: auto;
}

.allcate li:nth-child(5) a img {
    width: 100%;
    height: auto;
}

.allcate li:nth-child(6) a img {
    width: 100%;
    height: auto;
}


@media (max-width: 1200px) {
    .product_body{
        padding: 0 10px 50px;
    }

    .search-box{
        display: none;
    }
    .show_content .tem_container > ul > li{
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .product_body .product_word{
        font-size: 15px;
        line-height: 25px;
    }
    .show_content .tem_top .wrap .hint{
        font-size: 15px;
    }
    .show_content .tem_top .wrap .form-group input{
        font-size: 14px;
    }
    .show_content .tem_container > ul > li .wrap .product-intro{
        font-size: 17px;
        height: 48px;
    }
    .show_content .tem_container > ul > li .wrap .product-title{
        font-size: 16px;
        margin: 20px 0;
    }
    .show_content .tem_container > ul > li{
        width: 100%;
    }
    .show_content .tem_container > ul > li .wrap{
        width: 91%;
        padding: 20px 15px;
    }
    .show_content .tem_container > ul > li .wrap .links a{
        line-height: 35px;
        height: 35px;
    }


    /*  产品详情  */
    .show_content .container2{
        margin-top: 20px;
    }
    .img-show{
        width: 100%;
        height: auto;
        padding: 30px 0;
    }

    .product-para{
        width: 100%;
        margin: 0;
    }
    .product-para > ul li{
        line-height: 40px;
        height: 40px;
    }
    .product-para .product-links{
        position: relative;
    }
    .product-para .product-links a{
        font-size: 13px;
        height: 35px;
        line-height: 35px;
    }

    /*  产品搜索   */
    .product_word2{
        font-size: 16px;
    }

    .search-box2{
        margin: 20px 0;
    }

    .showtable th, .showtable td{
        font-size: 14px;
        padding: 10px;
        height: auto;
        line-height: 20px;
    }
    .container2 .load_more{
        margin-top: 20px;
    }

    /*  下载   */
    .login-hint .login{
        width: 300px;
        margin-left: -150px;
    }
    .download-tab ul li{
        width: 48%;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .download-tab ul li:nth-child(5), .download-tab ul li:nth-child(6), .download-tab ul li:nth-child(7), .download-tab ul li:nth-child(8){
        border: 2px solid #c9ccd0;;
    }
    .product_nav ul li{
        padding: 0 5px;
    }

}
@media (max-width: 980px) {
    .search-tab .tab{
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }
    .search-tab .tab select{
        height: 35px;
        font-size: 15px;
    }
    .search-tab .tab .span_hint{
        font-size: 14px;
    }
    .tab3 .form-group{
        width: 188px;
        line-height: 35px;
        height: 35px;
    }
    .tab3 .form-group .keyword{
        height: 33px;
        width: 150px;
    }
}

@media (max-width: 600px) {
    .allcate li{
        margin-right: 15px;
        margin-left: 0;
    }
    .allcate li:nth-child(2n+2){
        margin-right: 0px;
    }
}


@media (min-width: 1200px) {

}