.css-hide{
    display: none !important;
}
.css-show{
    display: block !important;
}
.goods-box{
    background: #eef7f6;
    min-height: 250px;
}
.goods-container{

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 15px;

    padding: 80px 0 80px 0;
}
.goods-left{
    max-width: 300px;
}
.goods-left ul:nth-child(1){background-color: #149971;}
.goods-left ul:nth-child(1) li h2{

    font-size: 24px;

    color: #fff;

    padding: 15px 0 0 20px;

    text-shadow: 1px 1px 1px #ddd;
}
.goods-left ul:nth-child(1) li p{

    font-size: 24px;

    color: #fff;

    text-transform: uppercase;

    padding: 0 0 15px 20px;

    text-shadow: 1px 1px 1px #ddd;
}
.goods-left ul:nth-child(2){

    margin: 10px 0 0 0;
}
.goods-left ul:nth-child(2) li{
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    margin: 0 0 10px 0;
}
.goods-left ul:nth-child(2) li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}
.goods-left ul:nth-child(2) li a span{}
.goods-left ul:nth-child(2) li a i{display: block;}
.goods-left ul:nth-child(2) li a:hover {
    color: #149971;
}
.goods-left ul:nth-child(2) li a:hover span{
    color: #149971;
}
#goods-slider-two{
    display: none;
    margin: 15px 0 0 0;
}
#goods-slider-two .goods-slider-two-item{
    padding: 0 0 0 20px;
}
#goods-slider-two a{
    position: relative;
    font-weight: normal;
    display: block;
    padding: 6px 0 6px 15px;
    font-size: 16px;
}
#goods-slider-two a:before{
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px #333 solid;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
#goods-slider-two a:last-child{

}
#goods-slider-three{
    display: none;
}
#goods-slider-three .goods-slider-three-item{
    padding: 0 0 0 20px;
}
#goods-slider-three a{
    position: relative;
    font-weight: normal;
    display: block;
    padding: 6px 0 6px 10px;
    font-size: 14px;
}
#goods-slider-three a:before{
    position: absolute;
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #333;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.open-two{
    display: block !important;
}
.open-three{
    display: block !important;
}
.open-four{}
.goods-right{
    width: 100%;
}
.goods-swiper{}
.goods-swiper ul{
    padding: 10px 0 0 0;
}
.goods-swiper .swiper-slide{}
.goods-swiper .swiper-slide a{
    display: block;
    color: #333;
    font-size: 16px;
    margin: 0 10px 0 10px;
    border-bottom: 1px #ddd solid;
}
.goods-swiper-item{}
.goods-swiper-pic{
    height: 250px;
    border-bottom: 1px #ddd solid;
}
.goods-swiper-pic img{
    width: 100%;
    object-fit: contain;
}
.goods-swiper-title{
    color: #333;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.goods-swiper .swiper-slide a:hover{
    box-shadow: 0 0 10px #09aa4d;
    color: #09aa4d;
}
.goods-swiper .swiper-slide a:hover .goods-swiper-title{
    color: #09aa4d;
}
.goods-swiper-info{
    font-size: 14px;
    padding: 20px 0 20px 0;
    margin: 1px 0 1px 0;
}
.goods-swiper-info p{
    color: #a31010;
    font-size: 24px;
    font-weight: lighter;
}
.goods-swiper-info p a{
    color: #149971 !important;
    border: none !important;
    font-weight: lighter;
}
.goods-swiper-link{
    border-top: 1px #ddd solid;
    padding: 15px 0 15px 0;
}
.goods-swiper-link a{
    display: inline-block !important;
}
.goods-swiper-link a:hover{
    padding: 0 10px 0 10px;
}
.goods-right ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: wrap;
    gap: 30px;
}
.goods-right ul li{
    float: left;
    width: 31.2%;
    background-color: #fff;
}
.goods-right ul li a{
    display: block;
    width: 100%;
}
.goods-right ul li a .goods-swiper-item{
    width: 100%;
}
.goods-right ul li a .goods-swiper-item .goods-swiper-pic{
    display: flex;
    align-items: center;
    width: 100%;
    height: 300px;
}
.goods-right ul li a .goods-swiper-title{
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
}
.goods-right ul li .goods-swiper-info{}
.goods-right ul li .goods-swiper-info p{
    text-align: center;
}
.goods-right ul li .goods-swiper-link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.goods-right ul li .goods-swiper-link a{
    color: #333;
    width: 30%;
    text-align: center;
    border: 1px #ddd solid;
    font-size: 16px;
}
.goods-right ul li:nth-child(3n){

}
.goods-right ul li:hover{
    box-shadow: 0 0 10px #09aa4d;
    color: #09aa4d;
}
.goods-right ul li a .goods-swiper-title:hover{
    color: #09aa4d;
    font-weight: bold;
}
.goods-right ul li .goods-swiper-link a:hover{
    color: #09aa4d;
    border: 1px #09aa4d solid;
}
.clear{
    clear: both;
    zoom: 1;
}
.clear:before{
    zoom: 1;
}
.clear:after{
    zoom: 1;
}

table{
    width: 100% !important;
    border-collapse: collapse;
    margin: 0 auto;
}
table tbody{

}
table tr{
    text-align: center;
}
table tr td {
    word-break: break-all !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #ddd !important;
    text-align: center;
    color: #666;
    font-size: 16px;
    white-space: nowrap;
}
table tr td p{
    color: #666;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}
table tr td span{
    color: #666;
    font-size: 16px;
}
table tr:nth-child(even){
    background-color: #ffffff;
}
table tr:nth-child(odd) {
    background: #f1f1f1;
}
table tr:nth-child(1){
    background: #149971;
}
table tr:nth-child(1) td{
    color: #fff;
    font-weight: bold;
}
table tr:nth-child(1) td p{
    font-weight: bold;
    color: #fff !important;
}
table tr:nth-child(1) td span{
    font-weight: bold;
    color: #fff !important;
}
.goods-info-box{
    background-color: #f1f1f1;
    padding: 0 0 80px 0;
}
.goods-info{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.goods-info-left{
    width: 1000px;
    padding: 6px 0 0 0;
}
.goods-info-left-tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #149971;
    border-radius: 3px;
}
.goods-info-left-tab a{
    font-size: 15px;
    color: #666;
    background-color: #fff;
    padding: 3px 30px;
    border-radius: 3px;
    font-weight: bold;
    position: relative;
}
.goods-info-left-tab a:before{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #666666;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
}
.goods-info-left-content{
    margin: 6px 0 0 0;
    background-color: #fff;
    padding: 30px;
    border: 1px #149971 solid;
}
.goods-info-left-content-item{
    display: none;
    height: 100%;
    overflow: auto;
}
.goods-info-left-content-item::-webkit-scrollbar{
    background-color: transparent;
    width: 6px;
    height: 6px;
    border: none;
}
.goods-info-left-content-item::-webkit-scrollbar-button{
    background-color: transparent;
    display: none;
}
.goods-info-left-content-item::-webkit-scrollbar-track {
    background-color: transparent;
}
.goods-info-left-content-item::-webkit-scrollbar-track-piece{
    background-color: transparent;
}
.goods-info-left-content-item::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: none;
    border-radius: 15px;
}
.goods-info-left-content-item::-webkit-scrollbar-corner{
    background-color: transparent;
    display: none;
}
.goods-info-left-content-item::-webkit-resizer{
    background-color: transparent;
}
.goods-info-left-content .goods-info-left-content-item:first-child{
    display: block;
}
.goods-info-left-tab a:hover{

    color: #149971;

    background-color: #f1f1f1;
}
.goods-info-left-tab a:hover:before{

    background-color: #149971;
}
.goods-info-right{
    width: 250px;
    padding: 6px;
}
.goods-info-right-tui{
    text-align: center;
    font-size: 18px;
    background-color: #149971;
    color: #fff;
    padding: 10px;
    margin: 0 0 6px 0;
    border-radius: 3px;
}
.goods-info-right-list{}
.goods-info-right-list a{
    display: block;
    margin: 0 0 12px 0;
}
.goods-info-right-list a:last-child{
    margin: 0 0 6px 0;
}
.goods-info-right-list-pic{
    width: 100%;
    height: 200px;
    border: 1px #ddd solid;
    background-color: #fff;
}
.goods-info-right-list-pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.goods-info-right-list a p{
    color: #fff;
    background-color: #149971;
    font-size: 16px;
    padding: 6px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.goods-info-right-list a:hover{}
.goods-info-right-list a:hover p{
    color: #fff;
    background-color: #161616;
}
#content_w_img img{
    margin: 0 auto;
}
.file-pdf{}
.file-pdf-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    border: 1px #ddd solid;
    padding: 15px 0 15px 15px;
    background-color: #f1f1f1;
}
.file-pdf-item-pic{
    width: 30px;
    height: 30px;
}
.file-pdf-item-pic img{
    width: 100%;
}
.file-pdf-item-title{
    margin: 0 30px 0 0;
}
.file-pdf-item-title p{
    font-size: 18px;
    color: #666;
}
.file-pdf-item-title:hover p{
    font-weight: bold;
}
.file-pdf-item-btn{
    display: flex;
    align-items: center;
    gap: 30px;
}
.file-pdf-item-btn a{
    display: flex;
    align-items: center;
    color: #999;
    font-size: 18px;
}
.file-pdf-item-btn a img{
    width: 30px;
    height: 30px;
}
.file-pdf-item-btn a span{}

.file-pdf-item-btn a:hover:first-child span{
    color: red;
}

.file-pdf-item-btn a:hover:last-child span{
    color: green;
}
.page{
    margin: 30px 0 0 0;
}