.post-info ul, .post-info ul li{list-style: disc;list-style-type: disc;list-style-position:inside;}

.post-info ol,.post-info ol li{ list-style:decimal inside !important;}

.Home-banner img{
    width: 100%;
}
.page-banner img{
    width: 100%;
}
.page-container{
    width: 1400px;
    max-width: 96%;
    margin:0 auto;
}
.inside-header {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}
.inside-header .inside-nav{
    padding: 15px 0;
    color: #999999;
}
.inside-header .inside-nav > a{
    font-size: 14px;
    color: #999999;
}
.inside-header .inside-nav > a > img{
    float: left;
    margin-right: 10px;
}
.content img,
.content iframe{
    max-width: 100%;
}
.imgbox img {
    width: 100%;
}
.inside-pagination {
    margin: 2rem auto;
    padding: 5rem 0;
    text-align: center;
    background: #fff;
}
.inside-pagination ul li a{
    color: #333333;
    padding: 5px 10px;
}
.inside-pagination ul li a:hover,
.inside-pagination ul li.active a{
    background: #c4bbac;
    color: #fff;
}
.inside-pagination ul li{
    display: inline-block;
    margin: 0 3px;
    font-size: 18px;
}
.inside-pagination ul li.dump{
    background: #c4bbac;
    padding: 1px;
}
.inside-pagination ul li.dump #dumppage{
    color: #c4bbac;
    width: 30px;
    border: none;
}
.inside-pagination ul li.dump span{
    color: #fff;
    font-size: 14px;
    padding: 2px 5px;
    cursor: pointer;
    font-weight: bold;
}
.inside-pagination ul li.pre-page>a>img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: rotate(180deg);
}
.inside-pagination ul li:hover > a >img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(10000%);
}
/*list news*/
.listnewbox {
    background: #f8f8f8;
    padding: 40px 0;
}
.listnewbox .morebox{
    font-size: 18px;
    text-align: center;
    padding: 50px 0;
}
.listnewbox .morebox a{
    color: #999999;
}
.listnewbox .morebox a span{
    position: absolute;
    margin: auto;
    font-size: 20px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
}
.listnewbox .morebox a span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 0;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
    transform: rotate(45deg);
}
.listnewbox .morebox a:hover{
    color: #c4bbac;
}
.listnewbox .morebox a:hover span::before {
    border-right: 2px solid #c4bbac;
    border-bottom: 2px solid #c4bbac;
}
.newitembox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newitembox .news-item-box {
    width: 32.5%;
    margin-bottom: 15px;
}
.newitembox .news-item-box .textbox {
    background: #fff;
    padding: 30px;
    font-size: 16px;
    color: #666666;
}
.newitembox .news-item-box .textbox h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newitembox .news-item-box:hover .textbox h3{
    color: #c4bbac;
}
.newitembox .news-item-box .textbox .remark {
    margin: 15px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newitembox .news-item-box .textbox .other {
    margin-bottom: 30px;
}
.newitembox .news-item-box .textbox .other img {
    margin-right: 10px;
}
/*show*/
.postdetailsbox {
    background: #f8f8f8;
    padding: 40px 0;
}
.post-info{
    background: #fff;
    color: #333333;
    padding: 30px;
    font-size: 16px;
}
.post-info .header{
    margin-bottom: 40px;
    text-align: center;
}
.post-info .header > h1{
    font-size: 26px;
    font-weight: bold;
}
.post-info .header > p{
    margin: 20px auto;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}
.post-info .header > p > span{
    margin-right: 30px;
    font-size: 14px;
}
.post-info .header > p > span > img{
    margin-right: 5px;
}
.post-info ul,.post-info li{
    line-height: 1.6;
}
.post-info .content{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
    line-height: 1.6;
}
.post-info .content p{
    margin: 0;
    margin-bottom: 10px;
}
.post-info .post-pagination{
    margin-top: 30px;
} 
.post-info .post-pagination p{
    margin: 15px 0;
}
.post-info .post-pagination p a{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}
.post-info .post-pagination p a img{
    float: left;
    margin-right: 10px;
    filter: grayscale(100%);
} 
.post-info .post-pagination p a.prev-page img{
    transform: rotate(180deg);
}
.post-info .post-pagination p a:hover{
    color: #c4bbac;
}
.post-info .post-pagination p a:hover img{
    filter: unset;
}
.postdetailsbox .relation{
    margin: 40px auto;
}
.postdetailsbox .relation .header{
    padding: 10px 0;
}
.postdetailsbox .relation .header > h2{
    font-size: 26px;
    font-weight: bold;
}
.postdetailsbox .relation .swiper-relation{
    margin-top: 30px;
}
.postdetailsbox .relation .swiper-relation .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.postdetailsbox .relation .swiper-relation .swiper-slide .imgbox{
    width: 35%;
}
.postdetailsbox .relation .swiper-relation .swiper-slide .textbox{
    width: 65%;
    background: #fff;
    padding: 30px;
}
.postdetailsbox .relation .swiper-relation .swiper-slide .textbox a h3{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.postdetailsbox .relation .swiper-relation .swiper-slide:hover .textbox a h3{
    color: #c4bbac;
}
.postdetailsbox .relation .swiper-relation .swiper-slide .textbox .other{
    margin-top: 30px;
    color: #999999;
}
/*Quotation*/
.page-content {
    background: #f8f8f8;
    padding: 40px 0;
}
.page-content .quotatio{
    color: #333333;
    font-size: 16px;
}
.page-content .quotatio > h1{
    font-size: 26px;
    font-weight: bold;
}
.page-content .quotatio > p{
    color: #666666;
    margin-top: 20px;
}
.page-content .quotatio .row{
    background: #fff;
    margin: 20px 0;
}
.page-content .quotatio .quotation-box > div{
    padding: 0;
}
.page-content .quotatio .quotation-box .qpl{
    border: 1.5px solid #e2e2e2;
}
.page-content .quotatio .quotation-box div .product-header{
    display: flex;
    background: #e2e2e2;
    padding: 25px 0;
    color: #666666;
}
.page-content .quotatio .quotation-box div .action{
    width: 15%;
    text-align: center;
}
.page-content .quotatio .quotation-box div .product-item{
    width: 70%;
    display: flex;
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item{
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .imgbox{
    width: 30%;
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .imgbox img{
    width: 100%;
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .text{
    width: 70%;
    margin: 40px 20px;
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .action{
    margin-top: 50px;
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .action img{
    cursor: pointer;
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .text h3{
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333333;
}
.page-content .quotatio .row #quotatio-product-list .quotatio-item .text p{
    margin-top: 10px;
    color: #999999;
}
.page-content .quotatio .quotation-box > div .message-box{
    margin: 0;
    padding-top: 20px;
}
.page-content .quotatio .quotation-box > div .message-box .header span{
    font-size: 26px;
    font-weight: bold;
}
.page-content .quotatio .quotation-box > div .message-box .checktext{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}
.page-content .quotatio .quotation-box > div .message-box .checktext .buttom span#clear{
    cursor: pointer;
}
.page-content .quotatio .quotation-box > div .message-box .checktext .buttom input[type="checkbox"]{
    margin-right: 10px;
}
.page-content .quotatio .quotation-box > div .message-box .checktext .text{
    margin-top: -15px;
}
.page-content .quotatio .quotation-box > div .message-box .checktext .text span{
    color: #c4bbac;
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
}
.page-content .quotatio .quotation-box > div .message-box .from textarea{
    height: 320px;
}
.page-content .quotatio .quotation-box > div .message-box .from .submit{
    text-align: right;
}
.page-content .quotatio .quotation-box > div .message-box .from .submit input[type="button"]{
    background: unset;
    color: #c4bbac;
    border: 1px solid #c4bbac;
    margin-right: 10px;
}
.page-content .message-box{
    margin: 20px auto;
    background: #fff;
    padding: 30px;
}
.message-box{
    margin-top: 30px;
}
.message-box .input{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.message-box .input > div{
    width: 32.5%;
}
.message-box .input input{
    width: 100%;
    padding: 15px 20px;
}
.message-box textarea{
    width: 100%;
    height: 150px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.message-box .input input,
.message-box textarea{
    background: #f8f8f8;
    border: 0;
    resize: none;
    font-size: 16px;
}
.message-box .submit input{
    padding: 5px 30px;
    color: #fff;
    background: #c4bbac;
    border: 0;
    font-size: 20px;
    border-radius: 30px;
}
/*list product*/
.page-container.categorybox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-container.categorybox .categoryitem{
    width: 16.666666%;
    position: relative;
    padding: 10px 0;
}
.page-container.categorybox .categoryitem a{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    display: block;
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid #eeeeee;
}
.page-container.categorybox .categoryitem a:hover,
.page-container.categorybox a.active{
    color: #c4bbac;
}
.page-container.categorybox .categoryitem a:hover .page-container.categorybox .categoryitem .child{
    display: block;
}
.page-container.categorybox .categoryitem .child{
    display: none;
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    z-index: 999999;
}
.page-container.categorybox .categoryitem .child p{
    margin-top: 5px;
}
.page-container.categorybox .categoryitem .child p a {
    font-weight: 1;
    padding: 10px 0;
}
.page-content .content-box .product-page{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-content .content-box .list-box .product-item{
    width:32.5%;
    margin-bottom: 15px;
}
.page-content .content-box .list-box .product-item .imgbox{
    /*border-bottom: 1px solid #eeeeee;*/
    position: relative;
}
.page-content .content-box .list-box .product-item .imgbox .quote-button{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 30;
    font-size: 16px;
    color: #fff;
    background: #c4bbac;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}
.page-content .content-box .list-box .product-item .imgbox img{
    width:100%;
    border-bottom: 1px solid #dddddd;
}
.page-content .content-box .list-box .product-item .text{
    background: #fff;
    text-align: center;
    padding: 20px 15px;
    color: #999999;
}
.page-content .content-box .list-box .product-item .text span{
    font-size: 16px;
}
.page-content .content-box .list-box .product-item .text h3{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 45px;
}
.page-content .content-box .list-box .product-item:hover .text h3{
    color: #c4bbac;
}
.page-content .content-box .list-box .product-item .text .remark{
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.page-content .content-box .list-box .product-item .text .row{
    background: #f8f8f8;
    width: 90%;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 30px;
}
.page-content .content-box .list-box .product-item .text .row span img{
    cursor:pointer;
}


.page-content .product-keywords{
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}
.page-content .product-keywords p{
    display: inline-block;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: 'fradm';
}
.page-content .product-keywords span{
    display: inline-block;
    margin-bottom: 15px;
}
.page-content .product-keywords span a{
    color:#222222;
    font-size: 18px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
    color: #c4bbac;
    border: 1px solid #c4bbac;
}
.page-content .product-keywords span a:hover{background-color: #c4bbac;color: #ffffff;}




/*contact us*/
.infomation{
    background: #f8f8f8;
    padding: 40px 0;
}
.infobox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.infobox .leftbox{
    width: 58%;
    background: #fff;
    padding: 40px;
}
.infobox .leftbox h2{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 1px solid #dedede;
}
.infobox .leftbox .contactinfo{
}
.infobox .leftbox .contactinfo > div{
    display: flex;
    margin: 20px auto;
}
.infobox .leftbox .contactinfo > div .imgbox{
    width: 60px;
    padding: 0;
    margin-right: 10px;
}
.infobox .leftbox .contactinfo > div div{
    font-size: 16px;
    color: #666666;
    padding-top: 5px;
}
.infobox .leftbox .contactinfo > div div b {
    font-size: 18px;
    color: #333333;
}
.infobox .leftbox .contactinfo > div div a{
    color: #666666;
}
.infobox .rightbox{
    width: 40%;
}
.infobox .rightbox .swiper-business{
    /*height: 100%;*/
    /*width: 100%;*/
}
.infobox .rightbox .swiper-business .b-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ffffff;
    padding: 20px;
    overflow: hidden;
    align-items: center;
}
.infobox .rightbox .swiper-business .b-item .imgbox{
    width: 17%;
    text-align: center;
}
.infobox .rightbox .swiper-business .b-item .imgbox img{
    border-radius: 50%;
    width: 85px;
    height: 85px;
    object-fit: cover;
}
.infobox .rightbox .swiper-business .b-item .business-info{
    width: 50%;
    padding-left: 20px;
}
.infobox .rightbox .swiper-business .b-item .business-info p{
    /* margin: 10px auto; */
    font-size: 16px;
    color: #666666;
}
.infobox .rightbox .swiper-business .b-item .business-info p a{
    color: #666666;
}
.infobox .rightbox .swiper-business .b-item .business-info p b{
    font-size: 18px;
    color: #333333;
}
.infobox .rightbox .swiper-business .b-item .whatsappbox{
    width: 30%;
    text-align: center;
    /* padding-top: 40px; */
    position: unset;
}
.infobox .rightbox .swiper-business .b-item .whatsappbox > a{
    color: #666666;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 30px;
}
.infobox .rightbox .swiper-business .b-item .whatsappbox > a > span > img {
    width: 27px;
    height: auto;
}
.infobox .leftbox .contactinfo > div div a:hover,
.infobox .rightbox .swiper-business .b-item .business-info p a:hover{
    color: #c4bbac;
}
.messagebox{
    padding: 40px;
}
.messagebox > h2{
    font-size: 40px;
    color: #333333;
    text-align: center;
}
.messagebox > p{
    margin: 20px auto;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.messagebox .frombox{
    width: 90%;
    margin: 30px auto;
}
.messagebox .frombox .input{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.messagebox .frombox .input > div{
    width: 32.5%;
}
.messagebox .frombox .input input{
    width: 100%;
    padding: 15px 20px;
}
.messagebox .frombox textarea{
    width: 100%;
    height: 150px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.messagebox .frombox .input input,
.messagebox .frombox textarea{
    background: #f8f8f8;
    border: 0;
    resize: none;
    font-size: 16px;
}
.messagebox .frombox .submit{
    text-align: center;
}
.messagebox .frombox .submit input{
    padding: 5px 30px;
    color: #fff;
    background: #c4bbac;
    border: 0;
    font-size: 20px;
    border-radius: 30px;
}
.our-box{
    background: #f8f8f8;
    padding: 40px 0;
    color: #666666;
    font-size: 16px;
}
.our-box > div > h1{
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin: 30px auto;
}
.our-box > div > p{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.our-box .our-list .one-box {
    border-left:1px solid #dddddd;
    padding:0 20px
}
.our-box .our-list .one-box h2 {
    font-size:20px;
    color:#333;
    font-weight:700;
    position:relative;
    margin-bottom:5%
}
.our-box .our-list .one-box h2::before {
    display:block;
    content:'';
    width:3px;
    height:20px;
    background:#c4bbac;
    position:absolute;
    left:-22px;
    top:0;
}
.our-box .our-list .one-box p{
    margin: 10px auto;
}
.our-box .our-list .one-box p a{
    color: #666666;
}
.our-box .our-list .one-box p a:hover{
    color: #c4bbac;
}
/*show product*/
.productinfobox{
    background: #f8f8f8;
    padding: 40px 0;
}
.productinfobox .page-container .row{
    margin: 0;
}
.productinfobox .page-container .row .imgbox{
    padding: 0;
    padding-right: 5%;
    width: 45%;
}
.productinfobox .page-container .row .imgbox .jqzoom img{
    width: 100%;
}
.productinfobox .page-container .row .imgbox .imagesbox{
    position: relative;
    margin: 10px auto;
}
.productinfobox .page-container .row .imgbox .imagesbox .product-button{
    position: absolute;
    top: 0;
    z-index: 10;
    background: #d9d9d9;
    width: 8%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.productinfobox .page-container .row .imgbox .imagesbox .product-button img{
    margin-top: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 25px;
}
.productinfobox .page-container .row .imgbox .imagesbox .product-prev{
    left: 0;
}
.productinfobox .page-container .row .imgbox .imagesbox .product-prev img{
    transform: rotate(180deg);
}
.productinfobox .page-container .row .imgbox .imagesbox .product-next{
    right: 0;
}
.productinfobox .page-container .row .imgbox .imagesbox .product-thumb{
    width: 80%;
    margin: 0 auto;
}
.productinfobox .page-container .row .imgbox .imagesbox .product-thumb div img{
    width: 100%;
    border: 1px solid #eeeeee;
    cursor: pointer;
}
.productinfobox .page-container .row .imgbox .imagesbox .product-thumb .swiper-wrapper .active .cover{
    position: absolute;
    background: #c4bbac;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
}
.productinfobox .page-container .row .imgbox .imagesbox .product-thumb .swiper-wrapper .swiper-slide{
    position: relative;
}
.productinfobox .page-container .row .textbox{
    font-size: 16px;
    padding: 30px 0;
}
.productinfobox .page-container .row .textbox > h1{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}
.productinfobox .page-container .row .textbox .other {
    margin-top: 30px;
}
.productinfobox .page-container .row .textbox .other span img{
    width: 25px;
}
.productinfobox .page-container .row .textbox .other span.enshrine{
    color: #c4bbac;
    margin-left: 30px;
}
.productinfobox .page-container .row .textbox .other span.enshrine img{
    margin-right: 5px;
    width: 25px;
    cursor: pointer;
}
.productinfobox .page-container .row .textbox .remark{
    margin: 20px auto;
    color: #999999;
    /*padding-bottom: 30px;*/
    border-bottom: 1px solid #eeeeee;
}
.productinfobox .page-container .row .textbox .attribute{
    color: #666666;
    padding-bottom: 30px;
    line-height: 2;
    border-bottom: 1px solid #eeeeee;
}
.productinfobox .page-container .row .textbox > a {
    color: #fff;
}
.productinfobox .page-container .row .textbox > a > button{
    border: 0;
    background: #003f6f;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 30px;
}
.productinfobox .page-container .row .textbox > a:hover > button{
    background: #000000;
}
.productdetails-box{
    padding: 30px 0;
    margin-bottom: 15px;
}
.productdetails-box .header {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}
.productdetails-box .header span {
    margin-right: 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.productdetails-box .header span:hover,
.productdetails-box .header span.active{
    color: #c4bbac;
}
.productdetails-box .header span:hover::after,
.productdetails-box .header span.active::after {
    content: " ";
    position: absolute;
    bottom: -19px;
    border: 1px solid #c4bbac;
    width: 100%;
    left: 0;
}
.productdetails-box .product-content-box{
    padding: 30px 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}
.productdetails-box .product-content-box > div{
    display: none;
}
.productdetails-box .product-content-box > div img,
.productdetails-box .product-content-box > div iframe{
    max-width: 100%;
}
.productdetails-box .product-content-box > div ol li {
    list-style-type: decimal;
    margin-left: 20px;
}
.productdetails-box .product-content-box > div ul li {
    list-style-type: disc;
    margin-left: 10px;
}
.infofooterbox{
    background: #f8f8f8;
    padding: 40px 0;
}
.infofooterbox .relation .header{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.infofooterbox .relation .swiper-relation .swiper-slide{
    border: 1px solid #eeeeee;
}
.infofooterbox .relation .swiper-relation .swiper-slide .imgbox{
    border-bottom: 1px solid #f8f8f8;
}
.infofooterbox .relation .swiper-relation .iteminfo{
    background: #fff;
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding: 20px;
}
.infofooterbox .relation .swiper-relation .iteminfo > p{
    margin: 15px auto;
    min-height: 52px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.infofooterbox .relation .swiper-relation .iteminfo > p a{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    min-height: 52px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.infofooterbox .relation .swiper-relation .swiper-slide:hover .iteminfo > p a{
    color: #c4bbac;
}
.infofooterbox .relation .swiper-relation .iteminfo .row{
    background: #f8f8f8;
    width: 90%;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 30px;
}
.infofooterbox .relation .swiper-relation .iteminfo .row span img {
    cursor: pointer;
}
.infofooterbox .product-footer{
    padding: 40px 0px;
}
.infofooterbox .product-footer > h2{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
.infofooterbox .product-footer .infobox .leftbox h2 {
    text-align: left;
    border-bottom: unset;
    padding: 0;
}
.infofooterbox .product-footer .infobox .leftbox .messagebox{
    padding: 0;
}
.infofooterbox .product-footer .infobox .leftbox .messagebox .frombox{
    width: 100%;
}
.infofooterbox .product-footer .infobox .leftbox .messagebox .frombox .submit{
    text-align: left;
}
/*list video*/

/*list video*/
.videolistbox{
    background: #f8f8f8;
    padding: 40px 0;
}
.videolistbox .videoitembox{
    display: flex;
    flex-wrap: wrap;
    /*padding-bottom: 50px;*/
    gap: 1vw;
}
.videolistbox .videoitembox .video-item{
    width: 18.9%;
    /* margin: 20px auto; */
}
.videolistbox .videoitembox .video-item .imgbox{
    position: relative;
}
.videolistbox .videoitembox .video-item .imgbox::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.videolistbox .videoitembox .video-item .imgbox .video_play{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
    opacity: 0;
    width: 50px;
    height: auto;
    cursor: pointer;
}
.videolistbox .videoitembox .video-item .imgbox:hover::after,
.videolistbox .videoitembox .video-item .imgbox:hover .video_play{
    opacity: 1;
}
.videolistbox .videoitembox .video-item .textbox{
    font-size: 16px;
    color: #999999;
}
.videolistbox .videoitembox .video-item .textbox h4{
    font-size: 18px;
    font-family: 'fradm';
    color: #333333;
    margin: 20px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 40px;
    transition: all .3s linear;
}
.videolistbox .videoitembox .video-item:hover .textbox h4{
    color: #c4bbac;
}
.videolistbox .videoitembox .video-item .textbox div img {
    margin-right: 5px;
}
/*list case*/
.listcasebox{
    background: #f8f8f8;
    padding: 40px 0;
}
.listcasebox .list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listcasebox .list-box .index-item{
    width: 66.4%;
    position: relative;
    min-height: 500px;
}
.listcasebox .list-box .index-item a{
    color: #fff;
    display: block;
}
/*.listcasebox .list-box .index-item:hover a,*/
/*.listcasebox .list-box .right-item .item:hover a h4,*/
/*.listcasebox .list-box .case-box:hover .textbox h4{*/
/*    color: #c4bbac;*/
/*}*/
.listcasebox .list-box .index-item a .text{
    position: absolute;
    bottom: 20px;
    z-index: 10;
    /*left: 20px;*/
    padding: 0 20px;
    font-size: 16px;
}
.listcasebox .list-box .index-item .text h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.listcasebox .list-box .index-item .text p{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.listcasebox .list-box .index-item img,
.listcasebox .list-box .right-item .item img{
    width: 100%;
    height: 100%;
}
.listcasebox .list-box .right-item .item img{
    height: 100%;
}
.listcasebox .list-box .right-item{
    width: 32.5%;
    position: relative;
}
.listcasebox .list-box .right-item .item{
    position: absolute;
    height: 49%;
}
.listcasebox .list-box .index-item a:hover::after,
.listcasebox .list-box .right-item .item a:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    transition: all .4s;
    -webkit-transition: all .4s;
}
.listcasebox .list-box .right-item .item:nth-child(2){
    bottom: 0;
}
.listcasebox .list-box .right-item .item a .textbox{
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding: 0 20px;
    color: #fff;
}
.listcasebox .list-box .right-item .item a .textbox h4{
    font-size: 20px;
    font-weight: bold;
}
.listcasebox .list-box .right-item .item a .textbox p{
    margin-top: 20px;
    display: none;
}
.listcasebox .list-box .right-item .item:hover a .textbox p{
    display: block;
}
.listcasebox .list-box .case-box{
    margin-top: 10px;
    width: 32.5%;
    position: relative;
}
.listcasebox .list-box .case-box::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.listcasebox .list-box .case-box .imgbox{
    min-height: 245px;
    height: 100%;
}
.listcasebox .list-box .case-box .imgbox a img{
    width: 100%;
    height: 100%;
}
.listcasebox .list-box .case-box .textbox{
    position: absolute;
    bottom: 0;
    z-index: 20;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.listcasebox .list-box .case-box .textbox h4{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.listcasebox .list-box .case-box .textbox .remark {
    display: none;
    margin-top: 20px;
}
.listcasebox .list-box .case-box:hover .textbox .remark{
    display: block;
}
.listcasebox .list-box .case-box:hover::after{
    opacity: 1;
}
.listcasebox .list-box .case-box.latsbox:hover::after{
    opacity: 0;
}
.listcasebox .list-box .case-box .textbox .remark p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/*list faq*/
.list-faq-box{
    background: #f8f8f8;
    padding: 40px 0;
    color: #333333;
    font-size: 18px;
}
.list-faq-box .headerbox{
    width: 80%;
    margin: 50px auto;
}
.list-faq-box .faq-item{
    background: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333333;
    padding: 0;
}
.list-faq-box .faq-item .wen{
    display: flex;
    cursor:pointer;
}
.list-faq-box .faq-item .wen div{
    padding: 15px 0;
}
.list-faq-box .faq-item .wen .icon{
    width: 5%;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #cccccc;
}
.list-faq-box .faq-item .active,
.list-faq-box .faq-item .active .icon,
.list-faq-box .faq-item .wen:hover,
.list-faq-box .faq-item .wen:hover .icon{
    color: #c4bbac;
}
.list-faq-box .faq-item .wen .title{
    width: 93%;
    border-left: 1px solid #eeeeee;
    padding-left: 25px;
    padding-top: 25px;
}
.list-faq-box .faq-item .da{
    display: none;
    padding: 20px 0;
    padding-left: 7%;
    border-top:1px solid #eeeeee;
    font-size: 16px;
    line-height: 1.6;
}
.list-faq-box .contactimg{
    margin: 50px auto;
} 
.list-faq-box .contactimg img{
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}
/*list factory*/
.factory-page{
    background: #f8f8f8;
    padding: 40px 0;
}
.factory-page .header{
    width: 80%;
    margin: 30px auto;
    color: #333333;
    font-size: 18px;
    margin-top: 0;
}
.factory-page .factory-box{
    position: relative;
}
.factory-page .factory-box .factory-button{
    position: absolute;
    width: 50px;
    height: 80px;
    background: #d9d9d9;
    top: 45%;
    z-index: 10;
    text-align: center;
    cursor: pointer;
}
.factory-page .factory-box .factory-button img{
    padding-top: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.factory-page .factory-box .factory-prev{
    left: 3%;
    transform: rotate(180deg);
}
.factory-page .factory-box .factory-next{
    right: 3%;
}
.factory-page .factory-box .swiper {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.factory-page .factory-box .swiper img{
    width: 100%;
    cursor: pointer;
}
.factory-page .factory-box .swiper .factory-swiper{
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 15px;
    background-color: rgba(0,0,0,.5);
    width: 100%;
}
/*list certifications*/
.certifcate-box{
    background: #f8f8f8;
    padding: 40px 0;
}
.certifcate-box .certifcate-list .header{
    width: 80%;
    margin: 30px auto;
    color: #333333;
    font-size: 18px;
    margin-top: 0;
}
.certifcate-box .certifcate-list .row{
    margin-bottom: 30px;
}
.certifcate-box .certifcate-list .row .certifcate-item{
    margin-bottom: 30px;
}
.certifcate-box .certifcate-list .row .certifcate-item p{
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin: 20px auto;
}
/*about us*/
.about-header-box{
    background: #f8f8f8;
    padding: 40px 0;
}
.about-header-box .title{
    font-size: 36px;
    font-weight: bold;
}
.about-header-box .page-container > div{
    font-size: 18px;
    color: #333333;
}
.about-header-box .page-container > div.videobox{
    position: relative;
}
.about-header-box .page-container > div.videobox .cover{
    width: 100%;
}
.about-header-box .page-container > div.videobox .video_play{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
    width: 50px;
    height: auto;
    cursor: pointer;
}
.development-box{
    padding: 40px 0;
    position:relative;
}
.development-box .headerbox{
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-bottom: 50px;
}
.development-box .headerbox h2{
    font-size: 40px;
    color: #333333;
    text-transform:uppercase;
}
.development-box .headerbox p{
    margin: 20px auto;   
}
.development-box .swiper-development {
    margin: auto 20px;
}
.development-box .swiper-development .time-box{
}
.development-box .swiper-development .time-box .title-box {
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.development-box .swiper-development .time-box .title-box > h4 {
    padding: 0 60px;
    font-size: 20px;
    line-height: 70px;
}
.development-box .swiper-development .time-box .title-box > h4::after {
    width: 20px;
    height: 20px;
    background: url('/res/magic/shendengpage/images/dian.png');
    background-size: auto;
    background-size: 100%;
    position: absolute;
    content: '';
    display: block;
    bottom: -10px;
}
.development-box .swiper-development .time-box .image-box {
    padding: 20px 60px;
}
.development-box .swiper-development .time-box .image-box > img {
    width: 100%;
}
.development-box .swiper-development .time-box > p {
    padding: 0 60px;
    font-size: 16px;
}
.development-box .development-button{
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 10;
    top: 236px;
    cursor: pointer;
}
.development-box .development-button img{
    width: 100%;
    position: absolute;
    top: 0;
}
.development-box .development-button.swiper-button-disabled img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.development-box .development-button.development-button-prev{
    left: -15px;
    transform: rotate(180deg);
}
.development-box .development-button.development-button-next{
    right: -15px;
}
.company-culture{
    background: #f8f8f8;
    padding: 40px 0;
}
.company-culture .headerbox{
    text-align: center;
    font-size: 16px;
    color: #666666;
}
.company-culture .headerbox h2{
    font-size: 40px;
    color: #333333;
    text-transform:uppercase;
}
.company-culture .headerbox p{
    margin: 20px auto;   
}
.company-culture .contentbox{
    margin: 50px auto;
    font-size: 18px;
    color: #333333;
}
.company-culture .contentbox div.paddingbox{
    padding: 40px;
}
/*list download*/
.page-content .content-box .list-content .download-item{
    background: #fff;
    padding: 30px;
    margin: 20px 0;
}
.page-content .content-box .list-content .download-item a{
    color: #333333;
}
.page-content .content-box .list-content .download-item:hover .title p{
    color: #c4bbac;
}
.page-content .content-box .list-content .download-item .title img{
    float: left;
    margin-right: 20px;
}
.page-content .content-box .list-content .download-item .title p{
    font-size: 20px;
}
.page-content .content-box .list-content .download-item .title p:hover{
    color: #c4bbac;
}
.page-content .content-box .list-content .download-item .textbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-content .content-box .list-content .download-item .textbox > div{
    font-size: 16px;
    color: #999999;
    width: 33%;
    text-align: center;
}

.page-content .content-box .list-content .download-item .textbox > div img{
    margin-top: -5px;
    margin-right: 5px;
}

.page-content .content-box .list-content .textbox .downloadbutton a{
    border:1px solid #333333;
    padding: 15px;
    border-radius: 5px;
}
.page-content .content-box .list-content .textbox .downloadbutton a:hover{
    border:1px solid #c4bbac;
    background: #c4bbac;
    color: #fff;
}
.page-content .content-box .list-content .textbox .downloadbutton a:hover img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(10000%);
}
.ourpage{
    display: none;
}





