﻿ 
@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);}
.tList3 li{
    position: relative;
    z-index: 1;
    background-color:#fff;
}
.tList3 li:hover {
    transform:scale(1.1);
    transform-origin: top left;
    transition: all 0.3s ease-out;
    z-index:2;
    background-color:#fff;
}
.proList_t li a:hover{
    text-underline: none;
    border-bottom:none;
}
.proList_t li a:hover .h1{
    text-decoration: underline;
}
.proList_t li a:link, .proList_t lia:visited, .proList_t lia:hover, .proList_t lia:active{
    text-decoration: none;
}
.lBanner{
    height: auto;
    padding: 138px 0 80px;
}
.lBanner .flex_jz{
    height: 100%;
    color: white;
    padding: 0 20px;
    text-align: center;
}

.lBanner .ro{
    margin-top: 35px;
    /* margin-top:104px; */
}
.special .lBanner .ro{
    /* margin-top:50px; */
}
.lBanner .h1{
    /* font-size: 78px; */
    font-size: 46px;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: bold;
}
.lBanner .local{
    text-transform: uppercase;
    /* font-size: 24px;
    margin-top: 10px; */
    font-size: 16px;
    margin-top: 20px;
}
.lBanner .local a{
    color: white;
}
.lBanner .local a:after{
    content: '>';
    display: inline-block;
    margin:0 5px;
}
.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: #3CA8E0;
}

.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: 35px;
}

.lproduct-summary .product-meta {
    line-height: 25px;
    font-size: 16px;
    line-height: 1.8;
}
.lproduct-summary .product-meta *{
    font-family: Roboto-Regular !important;
}

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

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

.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;}
.tab-panel{
    display: none;
}
.tab-panel.current{
    display: block;
}
.tab-panel-wrap .tab-panel .tab-panel-content img{display: block; margin: 0 auto;}
.pro_detail  .entry td{
    border:none;
    /* background:#fff; */
}
table.special .pro_detail .entry td{
    border:1px solid #eee;
}
.pro_detail .entry tr,.pro_detail .entry td{
    border: 2px solid #d2d2d2 !important;
}
.pro_detail .table_wrap table{
    border:none !important;
    
}
.pro_detail{}
.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;
    display: flex;
    align-items: center;
}
.lproduct_shar span{
    font-size: 18px;
    vertical-align: bottom;
}
.lproduct_shar a{
    vertical-align: bottom;
    display: inline-block;
    height: 25px;
    margin-left: 10px;
}
.lproduct_shar a img{height:25px}
.lproduct_btu{margin-top:40px;line-height: 60px;}
.lproduct_btu .btu_contact{background: #000000;color: white;display: inline-block;padding: 0 25px;min-width: 200px;text-align: center;font-size: 18px;margin-right: 15px;border: 1px solid #000;}
.lproduct_btu .btu_down{
    display: inline-block;
    border: 1px solid #000;
    padding: 0 20px;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
}
.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{
    display: inline-block;
    background-image: url(../image/l_pro_down.png);
    background-repeat: no-repeat;
    background-position: 50px center;
    text-indent: 30px;
}
.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: 50px;
    text-align: center;
    margin-top: 95px;
    font-weight: none;
}
.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;
    min-height: 4em;
}
.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{
    margin: 10px;
}
.pro_hottj .swiper-wrapper{}
.pro_hottj .swiper-slide{height: auto!important;}
.pro_hottj .pro_item{
    border: 1px solid #dcdcdc;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.pro_hottj .pro_item .pics{width: calc(100% - 2px);margin: 1px auto;padding-bottom: calc(100% - 2px);}
.pro_hottj .pro_item .ro{
    text-align: center;
    padding: 20px 5px;
    padding-bottom: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.pro_hottj .pro_item .ro .p1{
    font-size: 18px;
    color: #666666;
}
.pro_hottj .pro_item .ro .p2{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    flex: 1;
}
.pro_hottj .pro_item .ro .p2:hover{
    text-decoration: underline;
}
.pro_hottj .pro_item .ro .p3{
    font-size: 16px;
    color: #666666;
}
.pro_hottj .news_item{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.pro_hottj .news_item .pics{
    padding-bottom: 61%;
}
.pro_hottj .news_item .ro{
    padding-top: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.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;
    flex: 1;
}
.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;
    width: fit-content;
}

@media screen and (max-width: 950px) {
    .lBanner{
        margin-top:50px;
        padding: 50px 0;
    }
}
@media screen and (max-width: 600px) {
	.lBanner .h1{font-size: 22px;line-height:22px;}
    .lBanner .local{font-size:16px}
    .lBanner{height: auto;}
	/* .lBanner .ro{margin-top:50px} */
    .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}
    .lproduct_btu .btu_contact{font-size:16px;min-width:auto;width: 100%;}
    .lproduct_btu .btu_down{width: 100%;margin-top: 15px;display: none}
    .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: 5%;
}
.news .prot_01{
    /* padding-top: 160px; */
}
 
.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;
    justify-content: flex-start;
    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: 1400px) {
    .pro_tjgg .ro .h1,.pro_advance .tt{font-size: 40px;}
    .pro_hottj .news_item .ro .p2{font-size: 18px;}
}
@media screen and (max-width: 1200px){
    .scrollsidebar{display: none;}

}

@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}

}
@media screen and (max-width: 950px){
    .prot_list li .flex_jz{
        justify-content: center;
        padding-top: 20px;
    }
    .prot_list li .ro{
        text-align: center;
    }
    .prot_list li .ro .h1{
        text-align: center;
    }
    .lproduct-summary{width: 100% !important;max-width: none;}
    .proList_t li{width: 100% !important;}

    .prot_01{
        padding-top: 40px;
    }
    .proList_a {
        margin-top: 40px;
    }
    .proList_t li .ro .h1{white-space: pre-wrap;}
}
.proList_a .proList_c{
	position: relative;
	width: calc(100% - 375px);
	float: right;
	padding-bottom: 50px;
}
.aside{margin-top: 0;position: sticky;top: 80px;}
.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.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: '';
	width: 12px;
	height: 12px;
	/* background-image: url(../image/prot_jian.png); */
	background-image: url(../image/prot_jia.png);
}


.side-cate li .icon-cate.icon-cate-up:before {
    content: '';
    width: 12px;
    height: 12px;
    /* background-image: url(../image/prot_jia.png); */
    background-image: url(../image/prot_jian.png);
    background-repeat: no-repeat;
    background-position: center;
}
.side-cate li ul{margin-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;font-weight:bold;} */
.proList_c{}
.proList_c .proList_t{display: flex;justify-content: start;flex-wrap: wrap;}
.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%; */
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
}
.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: 100%;
}
.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;
    padding: 0 10px;
} 
.list_pages ul li a:hover,.list_pages ul li span{
    background: #000;
    color:#fff;
}
.prolist_desc{
    text-align: left;
}
.prolist_desc .h1{text-align: center;font-weight: normal;}
.prolist_desc .h1,.prolist_desc h2,.prolist_desc .h2{font-size: 50px;color: #000000;line-height: 1.4;}

.prolist_desc .p1{font-size: 18px;line-height: 34px;color: #666666;margin-top: 3%;}
.prolist_desc .p1 p a{font-weight: bold;color: rgb(3,109,183);}
@media screen and (max-width: 950px) {
    .lBanner .btus .btu_down{display: none;}
	.proList_a .proList_c{width: 100%;}
.prolist_desc .h1,.prolist_desc h2,.prolist_desc .h2{font-size: 32px;color: #000000;line-height: 1.4;}

}
.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 #3CA8E0;
    }
    
    .pdfxia .pdfxia1 .pdfxia1_pdt>a{
        color: #3CA8E0;
        font-size: 16px;
        /* margin-left: 20%; */
        border-bottom: 1px solid #3CA8E0;
        float: right;
        margin-right: 40px;
    }
    .pdfxia .pdfxia1 .pdfxia1_pdt>a:hover{
        border-bottom: 1px solid #3CA8E0;
    }
    .choose_btn{width: 14px;height: 14px;border: 1px solid #3CA8E0;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: #3CA8E0;}
    .download-btn{float: right;border: 2px solid #3CA8E0;color: #3CA8E0;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;}
@media screen and (max-width: 1024px) {
	.scrollsidebar{display:none !important;}
    .pro_tjgg .ro .h1,.pro_advance .tt{font-size: 30px;line-height: 1.2;}
        .prolist_desc .h1,
        .prolist_desc h2,
        .prolist_desc .h2{font-size: 30px;line-height: 1.2;}

}
.downloadtop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.pdfxia1_pdt{
    width: 50%;
}

@media screen and (max-width: 1024px) {
.pdfxia1_pdt{
    width: 100%;
}

}