.lproduct-summary .product-meta 
@font-face { font-family: roboto; src: url("../font/ROBOTO-REGULAR.TTF") format("truetype"); font-style: normal; font-weight: normal; font-display: swap; }
.f-roboto{font-family: "roboto";}

li:hover .pics img,.pics:hover img,.li:hover .pics img,.swiper-slide:hover .pics img{transform:scale(1.1);}
/*.lBanner{*/
/*    height: 400px;*/
/*}*/
/*.lBanner .flex_jz{*/
/*    !*height: 100%;*!*/
/*    color: white;*/
/*    text-align: center;*/
/*}*/

/*.lBanner .ro{}*/
/*.lBanner .h1{*/
/*    font-size: 60px;*/
/*    font-weight: bold;*/
/*}*/
/*.lBanner .local{*/
/*    text-transform: uppercase;*/
/*    font-size: 16px;*/
/*    margin-top: 10px;*/
/*}*/
/*.lBanner .local a{*/
/*    color: white;*/
/*}*/
/*.lBanner .local span{*/
/*    text-transform: uppercase;*/
/*    text-decoration: underline;*/
/*}*/
/*.lBanner .btus{*/
/*    margin-top: 25px;*/
/*}*/
/*.lBanner .btus .btu_down{*/
/*    color: white;*/
/*    background: #000000;*/
/*}*/
/*.lBanner .btus a{line-height: 36px;min-width: 135px;height: 36px;display: inline-block;text-align: center;padding: 0 25px;border: 1px solid white;font-size: 17px;font-weight: bold;text-transform: uppercase;height: 36px;}*/
/*.lBanner .btus .btu_down span{*/
/*    display: inline-block;*/
/*    background-image: url(../image/prot_down.png);*/
/*    background-size: 20px;*/
/*    padding-left: 30px;*/
/*    background-position: left;*/
/*    background-repeat: no-repeat;*/
/*    font-size: 17px;*/
/*}*/
/*.lBanner .btus .btu_contact{*/
/*    background: white;*/
/*    color: #000000;*/
/*    border: 1px solid #000000;*/
/*    margin-left: 30px;*/
/*}*/
/*product photos*/
.product-intro {
    position: relative;
    margin-bottom: 60px;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    overflow: hidden;
    padding: 0px;
    background-color: #fff;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.lproduct-view .swiper-slide {
    padding-bottom: 1px;
}

.lproduct-view .product-image.zoom_remove:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.lproduct-view {
    position: relative;
    width: 42%;
    /*max-width: 545px;*/
    float: left;
}

.lproduct-view .product-image {
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    overflow: hidden;
}

.lproduct-view .product-image img {
    position: relative;
    width: 100%;
}

.lproduct-view .image-additional {
    position: relative;
    margin: 35px 0 25px;
    overflow: hidden;
    /* border: 1px solid #f2f2f2; */
    padding: 5px;
    border-radius: 10px;
}

.lproduct-view .image-additional li {
    position: relative;
    width: 100%;
    width: 20%;
    overflow: visible;
    float: left;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.lproduct-view .image-additional li:before {
    content: '';
    display: block;
    width: 20%;
    height: 4px;
    border-radius: 6px;
    position: absolute;
    left: 40%;
    bottom: -5px;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
}

.lproduct-view .image-additional li.single {
    display: none;
}

.lproduct-view .image-additional li img {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: .4;
    filter: alpha(opacity=40);
}

.lproduct-view .image-additional li a {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lproduct-view .image-additional li.current {
    border-bottom: 0;
    border-radius: 0;
}

.lproduct-view .image-additional li.current img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.lproduct-view .image-additional li.current:before {
    display: block;
    width: 80%;
    left: 10%;
    background-color: #036db7;
}

.lproduct-view .image-additional img.popup {
    display: none;
}
/*product summary*/
.lproduct-summary {
    position: relative;
    width: 54%;
    max-width: 720px;
    float: right;
    padding: 0 0 10px;
}

.lproduct-summary .page_title {
    font-size: 28px;
    margin-bottom: 24px;
    font-family: Kanit-Medium;
}

.lproduct-summary .product-meta {
    line-height: 25px;
    font-size: 16px;
    line-height: 1.8;
    color:#667588;
}

.lproduct-summary .product-meta h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: normal;
    color: #aaa;
}

.lproduct-summary .product-meta p {
    font-size: 16px;
}

.lproduct-summary .product-meta ul {
    padding-top: 25px;
}

.lproduct-summary .product-meta li {
    width: 100%;
    display: table;
    font-size: 16px;
    padding: 2px 0;
    line-height: 1.6;
}

.lproduct-summary .product-meta li em {
    display: table-cell;
    width: 36%;
    color: #98a6b1;
}

.lproduct-summary .product-meta li .item-val {
    display: table-cell;
    -ms-word-break: break-all;
    word-break: break-all;
    word-wrap: break-word;
}
.image-additional .swiper-pagination{display: none;}
.tab-panel-wrap{border: none;padding: 0;}
.pro_detail{
    display: flex;
}
.pro_detail_tab{
    margin-bottom: 50px;
}
.pro_detail_tab .title {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 70px;
    padding-bottom: 10px;
    position: relative;
}
.pro_detail_tab .title::after {content: '';position: absolute;width: 0;height: 1px;background: #000000;left: 0;bottom: 0;}
.pro_detail_tab .title.current{}
.pro_detail_tab .title.current::after{
    width: 100%;
}
.lproduct_shar{
    line-height: 25px;
    margin-top: 40px;
}
.lproduct_shar span{
    font-size: 18px;
    vertical-align: bottom;
}
.lproduct_shar a{
color: var(--color-main);
}
.lproduct_shar a img{height:20px}
.lproduct_btu{margin-top:40px;line-height: 60px;}
.lproduct_btu .btu_contact{
    height: 51px;
    line-height: 51px;
    display: inline-block;
    border-bottom: 1px solid #828282;
    cursor: pointer;
}
.lproduct_btu .btu_contact:after{
    content: "";
    display: inline-block;
    width: 18px;
    height:18px;
    vertical-align: middle;
    margin-left:10px;
    background: url(../images/arrow-right.png) no-repeat center top;
    background-size:100%;
}
.lproduct_btu .btu_down{
    /*display: inline-block;*/
    /*border: 1px solid #000;*/
    /*padding: 0 20px;*/
    /*min-width: 200px;*/
    /*text-align: center;*/
    /*font-size: 16px;*/
    height: 62px;
    line-height: 62px;
    border-radius: 50px;
    text-align: center;
    background: rgba(228, 198, 36, 0.29);
    background: rgba(0, 122, 255, 0.29);
    display: inline-block;
    padding: 0 5px;
    margin-top: 20px;
    margin-right: 34px;
    cursor: pointer;
}
.lproduct_btu .btu_down span{
    background-color: #e2c521;
    background-color: #1952a5;
    height: 52px;
    line-height: 52px;
    border-radius: 50px;
    padding: 0 20px;
    margin-top: 5px;
    color: #fff;
}
.lproduct_btu .btu_down span:before{
    content: "";
    display: inline-block;
    width: 31px;
    height:30px;
    vertical-align: middle;
    margin-left:10px;
    background: url(../images/download.png) no-repeat center top;
    background-size:100%;
    margin-right:10px;
}
.lproduct_btu .btu_down span{
    display: inline-block;
    background-image: url(../image/l_pro_down.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
}
/* .lproduct_btu .btu_down:hover span{
    background-color: #d0a612;
} */
.pro_tjgg{
    padding-top: 180px;
    padding-bottom: 140px;
    color: white;
}
.pro_tjgg .layout{}
.pro_tjgg .ro{
    width: 50%;
}
.pro_tjgg .ro .h1{
    font-size: 54px;
    line-height: 68px;
}
.pro_tjgg .ro .h1 span{
    color: #d30d0d;
}
.pro_tjgg .ro .p1{
    font-size: 18px;
    margin-top: 32px;
    line-height: 34px;
}
.pro_tjgg .ro .btu{
    line-height: 65px;
    display: inline-block;
    background-color: white;
    padding: 0 35px;
    font-size: 24px;
    margin-top: 40px;
}
.pro_advance{
    background: #f9f9f9;
    padding-top: 1px;
}
.pro_advance .layout{
    padding-bottom: 90px;
}
.pro_advance .tt{
    font-size: 54px;
    text-align: center;
    margin-top: 95px;
}
.pro_advance ul{
    margin-top: 65px;
}
.pro_advance ul li{}
.pro_advance ul li img{
    height: 70px;
}
.pro_advance ul li .ro{
    margin-top: 50px;
    position: relative;
}
.pro_advance ul li .ro span{
    background: #d30d0d;
    position: absolute;
    width: 0;
    height: 2px;
} 
.pro_advance ul li:hover .ro span{
    width:100%
}
.pro_advance ul li .ro .h2{
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    padding-top: 38px;
    border-top: 2px solid;
}
.pro_advance ul li .ro .p{
    font-size: 18px;
    color: #666666;
    line-height: 35px;
}
.pro_hottj{
    padding-top: 50px;
    margin-bottom: 50px;
}
.pro_hottj .layout{}
.pro_hottj .tt{
    margin-bottom: 25px;
}
.pro_hottj .tt .h1{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.pro_hottj .tt .r{
    font-size: 20px;
    text-transform: uppercase;
}
.pro_hottj .tt .r a{padding: 0 20px;}
.pro_hottj .swiper-container{}
.pro_hottj .swiper-wrapper{}
.pro_hottj .swiper-slide{}
.pro_hottj .pro_item{
    border: 1px solid #dcdcdc;
}
.pro_hottj .pro_item .pics{}
.pro_hottj .pro_item .ro{
    text-align: center;
    padding: 20px 5px;
    padding-bottom: 30px;
}
.pro_hottj .pro_item .ro .p1{
    font-size: 18px;
    color: #666666;
}
.pro_hottj .pro_item .ro .p2{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}
.pro_hottj .pro_item .ro .p3{
    font-size: 18px;
    color: #666666;
}
.pro_hottj .news_item{}
.pro_hottj .news_item .pics{
    padding-bottom: 61%;
}
.pro_hottj .news_item .ro{
    padding-top: 25px;
}
.pro_hottj .news_item .ro .time{
    font-size: 18px;
    color: #666666;
    padding-left: 20px;
    position: relative;
}
.pro_hottj .news_item .ro .time:after{
    content:'';
    position:absolute;
    width: 7px;
    background: #000000;
    height: 100%;
    left: 0;
}
.pro_hottj .news_item .ro .p2{
    font-size: 24px;
    color: #000000;
    margin-left: 20px;
    margin-top: 10px;
}
.pro_hottj .news_item .ro .p3{
    line-height: 58px;
    border: 1px solid #000000;
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    min-width: 200px;
    text-align: center;
    margin-top: 30px;
}
@media screen and (max-width: 950px) {
    .lBanner .h1{font-size: 1.2;line-height:32px;}
    /* .lproduct_btu .btu_down{
        display: none !important;
    } */
     

     .lproduct_btu .btu_down{ margin-right:  3px; }
     .lproduct_btu .btu_down span{ padding-left: 0 ;}
}
@media screen and (max-width: 600px) {
	.lBanner .h1{font-size: 22px;line-height:1.2;}
    .lBanner .local{font-size:16px}
    /*.lBanner{height: 206px;}*/
    .lproduct-view .product-image{display:none}
    .lproduct-view{width:100%}
    .image-additional .swiper-pagination{display:block}
    .lproduct-summary{width:100%}
    .lproduct_btu{line-height:45px;  display:flex; align-items: center;}
    .lproduct_btu .btu_contact{font-size:16px;min-width:auto;margin-left: 20px;}

    .lproduct_btu .btu_down{min-width:auto}
    .pro_tjgg{dis;padding-top: 50px;padding-bottom: 50px;}
    .pro_tjgg .ro{width:100%}
    .pro_tjgg .ro .h1{font-size: 25px;line-height: 40px;}
    .pro_tjgg .ro .p1{margin-top:20px;line-height: 24px;}
    .pro_tjgg .ro .btu{line-height:45px}
    .pro_advance .tt{font-size:28px;margin-top: 50px;font-weight: bold;}
    .pro_advance ul li img{height:40px}
    .pro_advance ul li{width:100%;margin-bottom: 30px;}
    .pro_advance ul li .ro{margin-top:20px}
    .pro_advance ul li .ro .h2{padding-top: 10px;}
    .pro_hottj .tt .h1{float:none;text-align: center;}
    .pro_hottj .tt .r{margin-top:20px;font-size: 17px;}
    .pro_hottj .news_item .ro .p3{line-height:45px}
    .pro_hottj .news_item .ro .p2{font-size:18px}
}

.prot_01{
    padding-top: 85px;
}
 
.prot_01 .prot_desc{
    font-size: 18px;
    color: #333333;
    line-height: 34px;
}
.prot_01 .prot_list{
    margin-top: 60px;
}
.prot_list{}
.prot_list li{
    clear: both;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}
.prot_list li .pics{
    width: 50%;
    float: left;
    padding-bottom: 34%;
}
.prot_list li .flex_jz{
    width: 48%;
    float: right;
    position: absolute;
    right: 0;
    height: 100%;
}
.prot_list li:nth-of-type(2n) .flex_jz{
    left:0;
}
.prot_list li:nth-of-type(2n) .pics{float:right}
.prot_list li .ro{}
.prot_list li .ro .h1{
    font-size: 50px;
    font-weight: bold;
}
.prot_list li .ro .p1{
    font-size: 24px;
    font-weight: bold;
}
.prot_list li .ro .p2{
    font-size: 18px;
    color: #666666;
    line-height: 34px;
    margin-top: 20px;
}
.prot_list li .ro .btu{
    height: 60px;
    line-height: 60px;
    display: inline-block;
    color: #000000; 
    border:1px solid #000000; 
    padding: 0 25px;
    margin-top: 45px;
}
.prot_list li .ro:hover .btu{ 
    background: #000000;
    color: white; 
}
.prot_desc_bottom{
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 18px;
    line-height: 35px;
    color: #333333;
}
.prot_desc_bottom .layout{}
.prot_desc_bottom .h1{font-size: 54px;text-align: center;line-height: 1.1;}
@media only screen and (min-width: 1680px){
	.prot_01 .layout{width: 1450px;}
}
@media screen and (max-width: 1680px) {
    .prot_list li .ro .h1{font-size: 35px;}
    .prot_list li .ro .btu{height:50px;line-height:50px;margin-top: 35px;}
    .prot_list li .ro .p2{font-size:16px;line-height: 2;}
}
@media screen and (max-width: 1000px) {
    .prot_list li .pics{float:none;width: 100%;padding-bottom: 68%;}
    .prot_list li .flex_jz{position:relative;width: 100%;height: auto;float: none;overflow: hidden;}

}
@media screen and (max-width: 600px) {
    .prot_desc_bottom .h1{font-size: 28px;font-weight: bold;}
}
.proList_a{
    margin-top: 80px;
}

@media screen and (min-width: 1600px) {
	.proList_a .layout{width:1500px}
}
.proList_a .proList_c{
	position: relative;
	width: calc(100% - 375px);
	float: right;
	padding-bottom: 50px;
}
.aside{margin-top: 0;}
.side-cate li .icon-cate {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 40px;
    height: 50px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    color: #616265;
    border-radius: 0%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.side-tit-bar .side-tit{font-size: 24px;padding: 0;background: none;color: black;text-transform: uppercase;padding-bottom: 15px;margin-bottom: 30px;}
.side-tit-bar .side-tit:after{
	content:'';
	position: absolute;
	width: 25px;
	height: 3px;
	background-color: #000000;
	bottom: 0;
	left: 0;
}
.side-cate>li{
	background-color: white;
	/*margin-bottom:30px*/
}
.side-cate li .icon-cate{
    display: none;
}
.side-cate>li.cur_f a{font-weight: bold;}
.side-cate>li>a{text-transform:uppercase;border-bottom: 1px solid #e8e8e8;}
.side-cate li a{background:none;padding-left: 0;}
/* .side-cate li .icon-cate.icon-cate-down:before {
    
	content: '+';
    font-size: 30px;
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
    color: #000;

}


.side-cate li .icon-cate.icon-cate-up:before {
    content: '-';
    font-size: 30px;
    color: #000;
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
    opacity: 1;
} */
.side-cate li ul{padding-top:10px;padding-left: 5px;}
.side-cate li ul ul{
    margin-top: 0;
}
.side-widget .cate-type-list>li{}
.side-widget .cate-type-list>li>a{
    margin-left: 0;
    font-size: 16px;
    color: #999999;
    padding-left: 0;
}
.side-widget .cate-type-list>li>a:before{
    display: none;
}
.side-cate li+li{border:none}
.side-cate li li.nav-current>a{color:black}
.side-cate>li.nav-current>a, .side-cate>li.nav-current>.icon-cate{color:black}
.proList_c{}
.proList_c .proList_t{}
.proList_c .list_pages{
    margin-top: 40px;
}
.proList_t{}
.proList_t li{
    border: 1px solid #dcdcdc;
    width: 32.5%;
    margin-left: 1.251%;
    margin-bottom: 1.251%;
}
.proList_t li a{}
.proList_t li .ro{
    padding: 18px;
}
.proList_t li .ro .p1{
    font-size: 16px;
    color: #666666;
}
.proList_t li .ro .h1{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.proList_t li .ro .p2{
    margin-top: 10px;
}
.proList_t li .pics{
    padding-bottom: 83%;
}
.list_pages{}
.list_pages ul{}
.list_pages ul li{
    display: inline-block;
    line-height: 34px;
    min-width: 34px;
    text-align: center;
    margin-right: 2px;
    background: #f4f4f4;
}
.list_pages ul li a,.list_pages ul li span{
    display: block;
} 
.list_pages ul li a:hover,.list_pages ul li span{
    background: #000;
    color: wheat;
}
.prolist_desc{
    text-align: center;
}
.prolist_desc .h1{font-size: 54px;color: #000000;}
.prolist_desc .p1{font-size: 18px;line-height: 34px;color: #666666;margin-top: 15px;}
@media screen and (max-width: 950px) {
	.proList_a .proList_c{width: 100%;}
}
.pdfxia{
        width: 100%;
        height: auto;
        /* margin: 20px; */
        margin-bottom: 40px;
    }
    .pdfxia .pdfxia1{
        width: 100%;
        height: auto;
    }
    .pdfxia .pdfxia1 .pdfxia1_biao{
        font-size: 24px;
        font-weight: bold;
        margin: 20px 20px 20px 0;
    }
    .pdfxia .pdfxia1 .pdfxia1_pdt{
        width: 100%;
        height: auto;
        overflow: hidden;
 
     
    }
    .pdfxia .pdfxia1 .pdfxia1_pdt .pdfxia1_pdt_p{
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        border-bottom: 0px solid #036db7;
    }
    
    .pdfxia .pdfxia1 .pdfxia1_pdt>a{
        color: #036db7;
        font-size: 16px;
        /* margin-left: 20%; */
        border-bottom: 1px solid #036db7;
        float: right;
        margin-right: 40px;
    }
    .pdfxia .pdfxia1 .pdfxia1_pdt>a:hover{
        border-bottom: 1px solid #036db7;
    }
    .choose_btn{width: 14px;height: 14px;border: 1px solid #036db7;border-radius: 2px;position: relative;margin-right: 20px;margin-top: 8px;cursor: pointer;}
    .pdfxia .pdfxia1 .downl{display: flex;justify-content: space-between;float: left;}
    .choose_btn.true::after{content: '';display: inline-block;width: 12px;height: 12px;background-image: url(../image/trueicon.png);position: absolute;top: 0;left: 0;background-repeat: no-repeat;background-size: contain;}
    .pdfxia1_pdt_all{font-size: 16px;color: #036db7;}
    .download-btn{float: right;border: 2px solid #036db7;color: #036db7;font-size: 22px;font-weight: bold;margin-right: 40px;border-radius: 6px;padding: 0 20px;cursor: pointer;opacity: .5;}
    .download-all{overflow: hidden;margin-top: 16px;}
    .download-all .downl{align-items: center;}
    .download-all .choose_btn{margin-top: 0;}
    .download-btn.download{opacity: 1;}
