@font-face{
    font-family:'HarmonyOS_Regular';
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}
@font-face{
    font-family:'HarmonyOS_Bold';
    src: url('../fonts/SourceHanSansSC-Bold-2.otf');
}
body{ font-family:'HarmonyOS_Regular'; overflow:hidden;}

.header{ color:#fff; position:fixed; top:0; left:0; width:100%; z-index:10; background-image:url(../images/topbg.png);}
.header a{color:#fff;}
.header .header_top{ font-size:14px;}
.header .header_top a{ margin-right:10px; padding:0 20px; border:solid 1px #fff; border-radius:15px; font-family:Calibri,Arial,Helvetica,sans-serif; -webkit-border-radius:15px; -moz-border-radius:15px; -ms-border-radius:15px; -o-border-radius:15px; } 
.header .ri_box{ padding-top:15px; width:55%;}
.header .nav_box{ width:100%;}
.header .nav_box li{ position:relative;}
.header .nav_box li.aon span a{color:#d3271c;}
.header .nav_box li span a{display:block;font-size:18px;padding: 12px;}
.header .nav_box li .sub{position: absolute;top: 100%;/* background-color: #fff; */border-radius: 0 0 5px 5px;overflow: hidden;background-image: url(../images/topbg.png);}
.header .nav_box li dl{/* background-image:url(../images/topbg.png); */background: none;}
.header .nav_box li dl dd{ position:relative;}
.header .nav_box li dl dt a{ display:block; padding:5px 0;}
.header .nav_box li:hover>a,
.header .nav_box li dl dt:hover a{ color:#d3271c;}
.header .nav_box li dl dd:hover{ background-image:url(../images/topbg2.png);}
.header .nav_box li:hover>dl{visibility:visible;}
.header .nav_box li dl.level_san{ top:0; left:100%; margin-left:-1px;}
.header .nav_box li dd:hover dl.level_san{visibility:visible;}
.header .top-right{ display:none;}
.header menu li span{display: block;}
@media (max-width:1024px) {
 .header .nav_box li .sub{position:relative;}
.header{position:relative;}
.header .top-right{ display:block;}
.header .top-right{position: absolute;right: 10px;top: 0;height: 100%;}
.header .top-right dl{display: table; height: 100%;}
.header .top-right dl > *{display: table-cell; vertical-align: middle;}
.header .top-right dt{padding-right: 30px;color: #333;}
.header .top-right dt a{border-radius: 2px;border: solid 1px #eee;width: 26px;line-height: 24px;text-align: center;display: inline-block; margin-left: 10px;font-size:12px;color: #bbb; background: #fff;}
.header .top-right dt a.on{color: #fff;background: #0f55b0;border-color: #0f55b0; font-size: 14px;}
.header menu{position: fixed;right: -100%;opacity: 0;top: 70px;bottom: 0;overflow: auto;background: rgba(255,255,255,.9);z-index: 99;width: 200px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);padding: 20px 0;transition: 0.5s;}
.menu-show .header menu{right: 0;opacity: 1;}
.header menu li a{display: block;position: relative;line-height: 40px;padding: 0 40px 0 20px;text-align: left;}
.header .nav_box li dl{/* display: none; */background: #fff;}
.header .has-sub span .op:before, 
.header .has-sub span .op:after{background: #ccc;}
.header .open-menu span{position: relative;display: block;width: 35px;height: 35px;margin: 0 auto;}
.header .open-menu.on i:nth-child(2){ opacity: 1;}
.header .open-menu.on i:nth-child(1){transform: rotate(0deg);}
.header .open-menu.on i:nth-child(3){transform: rotate(0deg); }
.header .open-menu i:nth-child(1){margin-top: -10px;}
.header .open-menu i:nth-child(3){margin-top: 8px;}
.header .nav_box li span{padding-left: 1em;}
.header .nav_box ul li .op{position: absolute;width: 40px;height: 100%;transition: 0.3s;right: 0;top: 0;}
.header .nav_box ul li .op:before,
.header .nav_box ul li .op:after{position: absolute; content: ''; width: 12px; height: 2px;background: #0f55b0; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.header .nav_box ul li .op:after{ width: 2px; height: 12px;}
}
@media (max-width:768px) {
.footer-one dl{ display:none;}
.footer-one dl.footer_contact{ width:100%; display:block;}
.header .logo img{ max-width:180px;}
.header .web-nav{ background-image:url(../images/menu3.png); display:block; width:50px; height:40px;}
.header .ri_box .ri_back a{color:#333;padding: 0 10px;}
.header .ri_box .header_top{ display:flex; justify-content:flex-start;}
.header .ri_box .header_top a{ color:#fff; margin:0 5px; display:inline-block; line-height:2;}
.header .nav_box{ padding-top:10px;}
.header .nav_box ul{ display:block;}
.header .nav_box ul li{width:100%;text-align:center;border-bottom: 1px solid #f5f5f5;}
.header .nav_box li>a{font-size: 16px;}
.header .nav_box ul li:last-child{ border-bottom:none;}
.header .ri_box.active{ display: block; transition:opacity 0.5s ease 0s;}
.header .ri_box.active .ri_back{ transform:translateX(0); transition: right 1s ease 0s; -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); }
}
@media (max-width:640px) {
.header .header_top a{ padding:0 10px;}
}



/* banner */
.hoem-banner img{ width:100%; display:block; margin:0;}
.hoem-banner .swiper-pagination .swiper-pagination-bullet{ width:14px; height:14px; background:#fff; opacity:1;}
.hoem-banner .swiper-pagination .swiper-pagination-bullet-active{ background-color:red;}
.hoem-banner .swiper-button-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.hoem-banner .swiper-button-next{right:40px;background:url(../images/next.png) center center no-repeat;}
.hoem-banner .swiper-button-next:after,.hoem-banner .swiper-button-prev:after{display: none;}

.Slide1{
    width: 100%;
    height: 100%;
    background:red;
}
.Slide2{
    width: 100%;
    height: 100%;
    background:yellow;
}
.Slide3{
    width: 100%;
    height: 100%;
    background:pink;
}
.Slide4{
    width: 100%;
    height: 100%;
    background:green;
}

/* 首页 */
.honetitle{ text-align:center; font-family:Arial; text-transform:uppercase; max-width:600px; margin:0 auto;}
.honetitle .tit-cn{ font-size:30px; font-weight:bold;}
.honetitle .tit-en{ position:relative; display:flex; align-items:center; justify-content:center; font-size:14px; font-weight:normal;}
.honetitle .tit-en span{ padding:0 10px; position:relative; z-index:5; display:block; background:#fff;}
.honetitle .tit-en::after{ position:absolute; left:0; content:''; display:block; width:100%; height:1px; background:#333;}
.home-one{ padding:30px 0 40px;}
.home-one .list{ margin-top:25px;}
.home-one .list li{ width:23%; margin-right:2%; border:1px #ddd solid;margin-bottom: 20px;}
.home-one .list li:last-child{ margin-right:0;}
.home-one .list li .pic{ overflow:hidden;}
.home-one .list li figure{ background-size:cover; background-repeat:no-repeat; background-position:center; display:block; padding-bottom:65.22%; transition:all .5s;}
.home-one .list li .tit{ margin:15px 0 0; font-size:16px; text-align:center; font-weight:bold;}
.home-one .list li .introd{ line-height:1.7; margin:10px 0; padding:0 15px; font-size:12px;}
.home-one .list li .introd p{font-weight:bold;margin: 10px 0;font-size: 15px;}
.home-one .list li .introd pre{font-size: 14px;}
.home-one .list li:hover{ border-color:#009bdb;}
.home-one .list li:hover figure{ transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); }

.home-one .MainSwiper{ margin-top:25px;}
.MainSwiper .swiper .swiper-wrapper .swiper-slide{ height: auto !important;}
.home-one .MainSwiper li{ width:100%; margin-right:2%; border:1px #ddd solid;margin-bottom: 20px;height: 100%;}
.home-one .MainSwiper li:last-child{ margin-right:0;}
.home-one .MainSwiper li .pic{ overflow:hidden;}
.home-one .MainSwiper li figure{ background-size:cover; background-repeat:no-repeat; background-position:center; display:block; padding-bottom:65.22%; transition:all .5s;}
.home-one .MainSwiper li .tit{ margin:15px 0 0; font-size:16px; text-align:center; font-weight:bold;}
.home-one .MainSwiper li .introd{ line-height:1.7; margin:10px 0; padding:0 15px; font-size:12px;}
.home-one .MainSwiper li .introd p{font-weight:bold;margin: 10px 0;font-size: 15px;}
.home-one .MainSwiper li .introd pre{font-size: 14px;}
.home-one .MainSwiper li:hover{ border-color:#009bdb;}
.home-one .MainSwiper li:hover figure{ transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); }



.home-one .more{ margin-top:25px;}
.home-one .more a{background-color:#757575; border:none; padding:0px 35px; line-height:2.8; color:#fff; font-size:14px; cursor:pointer; text-align:center; border-radius:60px; -webkit-border-radius:60px; -moz-border-radius:60px; -ms-border-radius:60px; -o-border-radius:60px; }
.home-one .more a:hover{ background:#009bdb; color:#fff;}
.htwotitle{ font-size:24px; font-weight:bold;text-transform:uppercase;border-bottom:1px #ccc solid;padding-bottom:10px;}
.htwo-info{ line-height:1.7; font-family:Arial; padding:15px 0 0;}
.htwo-info .htwo-l{ font-size:13px; width:250px; }
.htwo-info .htwo-l p{ margin:0;}
.htwo-info .htwomore{ margin-top:10px; display:flex;}
.htwo-info .htwomore a{ display:block; background-color:#757575; border:none; padding:0px 20px; line-height:2.6; color:#fff; font-size:12px; cursor:pointer; text-align:center; border-radius:60px; -webkit-border-radius:60px; -moz-border-radius:60px; -ms-border-radius:60px; -o-border-radius:60px; }
.htwo-info .htwomore a:hover{ background:#009bdb; color:#fff;}
.htwo-info .htwo-r{ padding-left:5%; width:calc(100% - 250px);}
.htwo-info .htwo-r .item{ position:relative; font-size:12px; width:24%; margin-right:1.333333%; margin-bottom:1.33%; overflow:hidden;}
.htwo-info .htwo-r .item:nth-child(4n){ margin-right:0;}
.htwo-info .htwo-r .item .pic{ padding:5px; border:solid 1px #ccc; overflow: hidden;}
.htwo-info .htwo-r .item .pic figure{ background-size:cover; background-repeat:no-repeat; background-position:center; display:block; padding-bottom:100%; transition:all .5s;}
.htwo-info .htwo-r .item .text{ position:absolute; bottom:0; left:0; width:100%; color:#fff; background-image:url(../images/topbg.png); line-height:1.3; padding:10px; transform:translateY(100%); transition:all .5s;}
.htwo-info .htwo-r .item:hover .text{ bottom:0; transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); }
@media (max-width:1024px) {
.honetitle .tit-cn,.htwotitle{ font-size:20px; }
.home-one .list li:last-child{margin-right: 2.6666%;}
}
@media (max-width:768px) {
.home-one .list li{ margin-bottom:30px; width:100%;}
.htwo-info .htwo-l{ width:100%;}
.htwo-info .htwo-r{ padding:20px 0; width:100%;}
}

/* 当前位置 */
.Current-box{ margin-top:15px; padding:10px 0; font-size:14px; border-bottom:1px #ddd solid;}
.Current-lanmu{ background-image:url(../images/wz.png); background-repeat:no-repeat; background-position:left center; padding-left:20px;}
.Current-lanmu,
.Current-lanmu a{ color:#009bdb;}
.Current-box em{ padding:0 10px;  font-weight:bold; font-style: normal;}
.Current-box .but a{ font-size:14px; color:#009bdb;}







/* 底部 */
.footer{ margin-top:40px; font-family:Arial; background:#303438;}
.footer .auto-inner a:hover{color:#d52a1a}
.footer-one{ padding:25px 0;}
.footer-one dl{ width:14.5%; border-right:solid 1px rgba(255,255,255,.2);}
.footer-one dt{ margin-bottom:1%; color:#fff; font-size:16px;}
.footer-one dt a{ color:#fff;}
.footer-one dd{color:#fff;font-size:13px;display: block;}
.footer-one dd a{ display:block; padding:3px 0; color:#d0d0d0;}
.footer-one dl.footer_contact{ line-height:1.8; padding-right:0; margin-right:0; color:#d0d0d0; width:20%; border-right:none;}
.footer-one dl.footer_contact dd{ color:#d0d0d0;}
.footer-one dl.footer_contact dd b{/* float:left; *//* display: inline-block; */}
.footer-one dl.footer_contact dd a{padding:0;/* float:left; */display: inline-block;}
.footer-one a:hover{ color:#009bdb;}
.footer-two{ font-size:13px; padding:15px 0; color:#d0d0d0; background:#0f0f0f; text-align:center;}
.topcontrol{ width:54px; height:54px; background-image:url(../images/topback.gif); position:fixed; bottom:80px; right:10px; opacity:1; cursor:pointer; overflow:hidden; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; }
.footer .auto-inner dt a{font-weight: bold;}
.footer .auto-inner a{color: #d0d0d0}
@media (max-width:768px) {
.footer-one .auto-inner{ justify-content:center;}
.footer-one dl.footer_contact{ width:auto;}
}



/* 产品类别 */
.product-category{}
.product-category .item{ margin-top:25px; width:32%; margin-right:1.999%;}
.product-category .item:nth-child(3n){ margin-right:0;}
.product-category .item .tit{ background:#016ab5; text-align:center;}
.product-category .item .tit a{ font-size:16px; color:#fff; padding:10px 0; display:block;}
.product-category .item .pic{ position: relative; overflow:hidden;}
.product-category .item .pic figure{ background-size:cover; background-repeat:no-repeat; background-position:center; display:block; padding-bottom:69.5%; transition:all .5s;}
.product-category .item .text{ padding:20px; background:rgba(0,0,0,.7); position: absolute; top:0; left:0; width:100%; height:100%; transform:translateY(-100%); transition:all .5s;}
.product-category .item .text a{ color:#fff;}
.product-category .item .text dt{ margin-bottom:10px; font-size:18px;}
.product-category .item .text dd{ margin-bottom:5px; font-size:12px;}
.product-category .item .text a:hover{ color:#009bdb;}
.product-category .item .pic:hover figure{transform: scale(1.2);-webkit-transform: scale(1.2);-ms-transform: scale(1.2);}
.product-category .item .pic:hover .text{ transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); }
@media (max-width:768px) {
.product-category .item:nth-child(3n),
.product-category .item{ margin-right:3%; width:48.5%;}
.product-category .item:nth-child(2n){ margin-right:0;}
.product-category .item .text{ display:none;}
}


/* 产品列表 */
.product-list-box{ width:calc(100% - 260px);}
.product-list .item{ width:100%; padding:30px 0; border-bottom:1px #ddd dotted;}
.product-list .item .pic{ width:45%;}
.product-list .item .pic figure{ height:100%; background-size:cover; background-repeat:no-repeat; background-position:center; display:block; transition:all .5s;}
.product-list .item .text{ width:52%;}
.product-list .item .text .tit{ margin-bottom:5px; font-size:20px; font-weight:bold;}
.product-list .item .text .tit a{ color:#00346A;}
.product-list .item .tbody_box table{ width:100%; margin:0;}
.product-list .item .tbody_box td{ padding:5px; border:solid 1px #ccc; font-size:12px;}
.product-list .item .tbody_box td .name{ width:90px; font-weight:bold;}
.product-list .cpmore{ width:100%; margin-top:20px;}
.product-list .cpmore a{margin:0 5px;padding: 10px 20px;color:#fff;background: #009bdb;font-size: 14px;display:block;border-radius:5px;}
.product-list .cpmore a:last-child{ margin-right:0;}
.product-list .cpmore a:hover{ background-color:#d8271b;}

.lymainleft{ width:230px; margin-top:15px;}
.lymainleft .Category-name{ font-weight:bold; font-size:16px; color:#333; padding:10px 0;}
.lymainleft .Category_one .Category-name{ color:#0095ff;}
.lymainleft dl dt{ line-height:40px; height:40px; overflow:hidden; background:url(../images/leftback2.png) no-repeat; padding-left:25px;padding-right: 25px; background-size:100% 100%; font-size:12px;}
.lymainleft dl dt a{ color:#fff;}
.lymainleft dl dt a:hover{ color:#83cae8;}
.lymainleft dl dd{ line-height:20px;border-bottom:1px #dddddf solid;background:#fff url(../images/back_44.png) 15px center no-repeat;}
.lymainleft dl dd a{ display:block; font-size:12px; padding:7px 0px 7px 25px;cursor: pointer;}
.lymainleft dl dd:hover{ background-color:#f5f5f5;}
.lymainleft dl dd:last-child{ border-bottom:none;}
@media (max-width:768px) {
.product-list-box{ width:100%;}
.lymainleft{ display:none;}
}
@media (max-width:640px) {
.product-list .item .pic{ width:100%;}
.product-list .item .pic figure{ padding-bottom:80%;}
.product-list .item .text{ width:100%;}
}


/* 产品详情 */
.cpshowtop{overflow:hidden; padding-top:30px; padding-bottom:20px;}
.cpshowtop .cpshowtop_l{ width:450px;}
.cpshowtop .cpshowtop_l .fimglist{ position:relative; width:99300px; -moz-perspective:1300px;}
.cpshowtop .cpshowtop_l .fimglist li figure{ background-size:cover; background-repeat:no-repeat; background-position:center; display:block; padding-bottom:346px; transition:all .5s;}
.cpshowtop .cpshowtop_l .focusimg{width:450px;height:346px;position:relative;overflow:hidden;-webkit-perspective:1300px;margin:0 auto;}
.cpshowtop .cpshowtop_l .fimglist li{width:450px;height:300px;float:left;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;}
.cpshowtop .cpshowtop_l .fimglist li.onpre{-webkit-animation:onpre .5s ease-in-out;animation:onpre .5s ease-in-out;opacity:0;-webkit-transform:scale(0.8,0.8);transform:scale(0.8,0.8);}
@-webkit-keyframes onpre{
    0%{opacity:1;-webkit-transform:rotateY(0deg);}
    100%{opacity:0;-webkit-transform:rotateY(90deg)}
}
@keyframes onpre{
    0%{opacity:1;transform:rotateY(0deg);}
    100%{opacity:0;transform:rotateY(90deg)}
}
.cpshowtop .cpshowtop_l .focustool{width:100%;overflow:hidden;padding:10px 0px;margin:0 auto;position:relative;}
.cpshowtop .cpshowtop_l .ftoollist{width:100%;position:relative; overflow:hidden;}
.cpshowtop .cpshowtop_l .ftoollist li figure{ background-size:cover; background-repeat:no-repeat; background-position:center; display:block; width:75px; padding-bottom:58px; transition:all .5s;}
.cpshowtop .cpshowtop_l .ftoollist li a{display:block;position:relative;-webkit-transition:all .3s linear;transition:all .3s linear;margin-right:5px;padding:2px;}
.cpshowtop .cpshowtop_l .ftoollist li{float:left;cursor:pointer;-webkit-transition:all .3s linear;transition:all .3s linear;}
.cpshowtop .cpshowtop_l .ftoollist li a:hover{padding:2px;z-index:100;}
.cpshowtop .cpshowtop_l .ftoollist li.on a{background-color:#0095ff;padding:2px;z-index:100;}
.cpshowtop .cpshowtop_r{ width:calc(100% - 520px);}
.cpshowtop .cpshowtop_r .tit{font-weight:bold; overflow: hidden; font-size:24px; color: #00346A; padding-bottom:5px; border-bottom:1px #CCCCCC dotted; margin-bottom:15px;}
.cpshowtop .cpshowtop_r .tbody_box table{ width:100%; margin:0;}
.cpshowtop .cpshowtop_r .tbody_box td{ padding:4px 5px; border:solid 1px #ccc; font-size:12px;}
.cpshowtop .cpshowtop_r .tbody_box td .name{ font-weight:bold;}
.cpshowtop .cpshowtop_r .cpmore{ width:100%; margin-top:20px;}
.cpshowtop .cpshowtop_r .cpmore a{ margin-right:10px; padding:10px 30px; color:#fff; background:#009bdb; font-size:12px; display:block;  border-radius:5px;}
.cpshowtop .cpshowtop_r .cpmore a:last-child{ margin-right:0;}
.cpshowtop .cpshowtop_r .cpmore a:last-child{ margin-right:0;}
.cpshowtop .cpshowtop_r .cpmore a:hover{ background-color:#d3281e;}
.cpshowend .tab-name{ margin-bottom:-1px;}
.cpshowend .tab-name li{width:135px;height:40px;line-height:40px;text-align:center;cursor:pointer;color: #fff;background: #ddd;font-size:14px;font-weight: bold;border-right: 1px #ddd solid;border-top: 1px #ddd solid;margin-right: 5px;border-left: 1px #ddd solid;}
.cpshowend .tab-name li.now{ background:#ffffff; border-bottom:1px #FFFFFF solid;}
.cpshowend .TabCon{ display:none; line-height:2; font-size:14px; padding:3%; background:#fff; border:1px #ddd solid;}
.cpshowend .TabCon strong{ font-size:16px;}
.cpshowend .TabCon p{ margin:0;}
.cpshowend .TabCon table td{ padding:0 5px;}
.cpshowend .TabCon li{width: 49%;float: left;margin-bottom: 2%;}
.cpshowend .TabCon li:not(:nth-child(2n)){margin-right: 2%}
.cpshowend .TabCon li figure{padding-bottom: 65%;}
.guestbook{margin-top:30px; border-top:1px #ddd solid; padding-top:30px;}
.guestbook h4{font-size:24px; margin:10px 0px;}
.guestbook input,
.guestbook textarea{ outline:none;  font-size:14px;}
.guestbook textarea{ min-height:150px;}
.guestbook ul{ overflow:hidden;} 
.guestbook ul li{overflow:hidden; margin-bottom:8px;}
.guestbook ul li span{float:left; text-align:right; width:180px; padding:0px 10px; font-size:14px;}
.guestbook ul li p{ margin-top:5px;}
.guestbook .box2{width:70%; height:40px; border:1px #ccc solid; line-height:40px;padding:5px; background:#f5f5f5; margin-right:10px;}
.guestbook .box4{width:70%; height:40px; border:1px #ccc solid; line-height:40px;padding:5px; background:#f5f5f5;}
.guestbook .box3{ width:70%; border:1px #ccc solid; line-height:24px;padding:4px; background:#f5f5f5;}
.sub_gestbook{background-color:#757575;border:none;width:150px;height:40px;line-height:40px;color:#fff;cursor:pointer;text-align:center;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;}
.sub_gestbook:hover{ background:#0e74bd;}
@media (max-width:1024px) {
.cpshowtop .cpshowtop_r .tit{font-size: 20px;}
.cpshowend .tab-name li{width: 86px;}
}
@media (max-width:768px) {
.cpshowtop .cpshowtop_l{ width:100%;}
.cpshowtop .cpshowtop_r{ width:100%;}
.guestbook .box2,
.guestbook .box3,
.guestbook .box4{ width:100%;}
}



/*  */
.searchright{ padding:10px 0 0;}
.searchright form{ display:flex;}
.searchright .text01{width:100%; border:1px #ccc solid; background:#fff; color:#555;font-family:Microsoft YaHei; padding-left:5px; font-size:12px; vertical-align:top; outline:none;}
.searchright .submit01{cursor:pointer; height:32px; line-height:32px; width:32px; font-size:14px; background:#0e74bd url(../images/search.png) center center; color:#fff; border:0;font-family:Microsoft YaHei; vertical-align:top;}
.searchright .submit01:hover{ background:#ff7800 url(../images/search.png) center center;}



/*  */
.Projects-list li{padding:25px 0;width:49%;border-bottom:1px #ddd dotted;float: left;}
.Projects-list li:not(:nth-child(2n)){margin-right:2%;}
.Projects-list li .pic{width:52.5%;float: left;}
.PicList000593 li .video_files{position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.PicList000593 li .video_files video{width:100%; height:100%; background-color:#000;}
.PicList000593 li .video_files .close{position: absolute;right: 3%;top: 3%;z-index: 10;width: 30px;height: 30px;border-radius: 50%;background-color: #d6281d;cursor: pointer;}
.PicList000593 li .video_files .close::before,
.PicList000593 li .video_files .close::after{ position:absolute; content:''; width:3px; height:70%; border-radius:3px; background-color:#fff; left:13px; top:5px;}
.PicList000593 li .video_files .close::before{ transform:rotate(45deg);}
.PicList000593 li .video_files .close::after{ transform:rotate(-45deg);}
.Projects-list li figure{ position:relative;}
.Projects-list li figure em{display:block;padding-bottom: 75%;background-size:contain;background-position:center center;background-repeat:no-repeat;}
.Projects-list li figure a{ width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.5); }
.Projects-list li figure a::before,
.Projects-list li figure a::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
.Projects-list li figure a::before{width: 50px;height: 50px;border: 3px solid #fff;margin-left: -25px;margin-top: -25px;border-radius: 50%;}
.Projects-list li figure a::after{width: 0;height: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 15px solid #fff;margin-left: -4px;margin-top: -10px;}
.Projects-list li .pic figure{ padding-bottom:75%; background-size:cover; background-repeat:no-repeat; background-position:center; display:block; transition:all .5s;}
.Projects-list li .text{width:45%;font-size:12px;float: right;}
.Projects-list li .text .tit{ margin-bottom:5px; font-family:'HarmonyOS_Bold'; line-height:1.5; font-size:18px; color:#0e74bd;}
.Projects-list li .text .introd{ margin-bottom:5px; color:#787878;}
@media (max-width:1024px) {
.Projects-list li{width:100%;}
.Projects-list li:not(:nth-child(2n)){margin-right:0;}
.Projects-list li .pic,.Projects-list li .text{width:100%;}
.Projects-list li a{display:block;position: relative;}
.Projects-list li .text .introd{display:none;}
.Projects-list li{padding:0;border-bottom:none;margin-bottom:20px} 
.Projects-list li .text{/* position:absolute; *//* bottom: 0; */}
.Projects-list li .text .tit{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 14px;background: #005c9e;padding: 10px;color: #fff;margin-bottom: 0;}
}





/*生产展示详情*/
/*.projects-list-box{ width:calc(100% - 260px);}*/
.projects-list-xq .pubdate{border-top:#ccc 0px dotted;margin: 20px 0;OVERFLOW: hidden;text-align:center;padding:5px 0px;color:#666666;font-size:14px;}
.projects-list-xq .pubdate1 a{border:1px #CCC dotted;line-height:26px;margin:15px 0 10px 0;text-align:center;padding:5px 0px;color:#666666;font-size:14px;background:#FFF;width: 100%;display: block;}
.projects-list-xq .pubdate2{height:26px; line-height:26px; margin:10px 0 10px 0; OVERFLOW: hidden; text-align:center; padding:15px 0px; color:#666666; font-size:14px; background:#f5f5f5;}

.projects{ width:230px; margin-top:15px;}
.projects .top-search{padding: 0;position: relative;}
.projects .box{position: relative;background: #fff;overflow: hidden;padding-right: 32px;}
.projects .box .text{font-size:12px;height: 32px;line-height: 32px;background: none;border: 0;width: 100%;padding: 0 10px;border: 1px solid #ccc;}
.projects .box .btn{width: 32px;line-height: 32px;background: #205393;text-align: center;position: absolute;right: 0;top: 0;height: 100%;}
.projects .box .btn{display: inline-block;background: #0e74bd url(../images/search.png) center center;padding-right: 20px;vertical-align: top;}
.projects .Category-name{ font-weight:bold; font-size:16px; color:#333; padding:10px 0;}
.projects .Category_one .Category-name2{ color:#0095ff;}
.projects-list .news_xxjs{line-height:26px; font-size:16px; margin:10px auto; overflow:hidden;}
.projects-list .news_xxjs td{padding:5px;}
.projects-list .news_title{ overflow:hidden; line-height:25px;color:#202020;text-align:left;margin:20px 0px 0px;  border-bottom:1px #CCCCCC dotted; padding-bottom:20px;}
.projects-list .news_title h1{font-weight:normal; font-size:24px; color:#0e74bd; }
.projects-list .news_title h1 span{float:right;}
.projects-list-box .sharethis-inline-share-buttons .st-btn{background-color: #4267B2;color: #fff;min-width: 135px;font-size: 12px;height: 40px;line-height: 40px;margin-right: 8px;padding: 0 10px;border-radius: 7px;}
.projects-list-box .sharethis-inline-share-buttons .st-btn:nth-child(2){background-color: #55acee;}
.projects-list-box .sharethis-inline-share-buttons .st-btn:nth-child(3){background-color: #0077b5;}
.projects-list-box .sharethis-inline-share-buttons .st-btn:nth-child(4){background-color: #CB2027;}
.projects-list-box .sharethis-inline-share-buttons .st-btn:nth-child(5){background-color: #32506d;}
.projects-list-box .sharethis-inline-share-buttons .st-btn:nth-child(6){background-color: #ff8000;}
.projects-list-box .sharethis-inline-share-buttons .st-btn > img {display: inline-block;height: 20px;width: 20px;position: relative;top: 10px;vertical-align: top;}
.projects-list-box .sharethis-inline-share-buttons .st-btn span{display: inline-block;font-weight: 500;letter-spacing: 0.5px;min-width: 67px;opacity: 1;padding: 0 6px;}
.projects-list-box .xgxx{overflow:hidden; padding:15px 0;}
.projects-list-box .xgxxtitle{overflow:hidden; border-bottom:1px #ddd solid; font-size:18px; padding-bottom:6px; line-height:24px; text-transform:uppercase;font-weight:bold;}
.projects-list-box .xgxx ul{overflow:hidden; padding-top:5px;}
.projects-list-box .xgxx li{line-height:18px; border-bottom:1px #ddd dotted; float:left; width:47.5%; font-size:15px; padding:8px 0px;}
.projects-list-box .xgxx li:not(:nth-child(2n)){margin-right:5%}
.projects-list-box .xgxxli{margin-right:5%;}
.projects-list-box .xgxx li span{float:right; font-size:11px; color:#999999;}
@media (max-width:768px) {
.projects-list-box{ width:100%;}
.projects-list .news_title h1{font-size: 20px;}
.projects{ display:none;}
}
@media (max-width:640px) {
.projects-list .item .pic{ width:100%;}
.projects-list .item .pic figure{ padding-bottom:80%;}
.projects-list .item .text{ width:100%;}
}


/*关于我们*/
.about .tylm aside{font-size: 14px;line-height:2;font-weight: bold;}
.about .tylm p{font-size:14px;line-height:2}


/*联系方式*/
.contact{width:1200px; margin:0 auto; overflow:hidden;padding-top:15px;}
.contact .contactleft{float:left;width: 25%;padding-top:10px;}
.contact .contactleft .txt h3{ font-size:24px; color:#0e74bd; line-height:40px; padding-bottom:5px; font-weight:bold; border-bottom:1px #CCCCCC dotted;}
.contact .contactleft .txt h3 img{max-width:40px;margin-right: 10px;}
.contact .contactleft .txt p{ line-height:24px; color:#666; margin-top:5px; margin-bottom:5px; font-size:14px;}
.contact .contactleft .txt p img{max-width:25px;margin-right: 10px;}
.contact .contactleft .txt dd{font-size:14px;line-height:2;}
.contact .contactright{float:right;width: 67%;padding-top:10px;}
.contact .contactright .tit{font-size: 24px;margin: 10px 0px;}
.Form002319{ margin: 0 auto; font-size: 14px;}
.Form002319 .row dl{width: 100%;padding-right: 20px;position: relative;line-height: 40px;margin-bottom: 8px;}
.Form002319 .row2 dl{margin-bottom:0}
.Form002319 .row dl em{ font-style: normal; color: #c00; position: absolute; right: 0; top: 0; display: block;}
.Form002319 .row dl textarea{height:130px;width: 100%;border: 1px #ccc solid;font-size: 14px;padding-left: 10px;padding-right: 10px;}
.Form002319 input.text{border: 1px #ccc solid;background: none;display: block;height: 40px;line-height: 28px;width: 100%;padding: 5px 10px;color: #333;font-size: 14px;}
.Form002319 input.text::-ms-input-placeholder{ color: #aaa;}
.Form002319 select{border: 1px solid #f0f0f0; background: none; display: block; height: 40px; width: 100%; padding: 5px 10px; color: #aaa; appearance:none;-moz-appearance:none;-webkit-appearance:none; padding-right: 14px; background: url("../images/Form002319-icon.png") no-repeat scroll 97% center transparent;}
.Form002319 select::-ms-expand { display: none; }
.Form002319 .btn{ background: #6e6e6e; height: 40px; display: block; border: 1px solid #6e6e6e; width: 33.3334%; max-width: 150px; float: left; margin-right: 15px; font-size: 16px; color: #fff;}


/*联系方式*/
.contact{width:100%;max-width:1200px; margin:0 auto; overflow:hidden;padding-top:15px;}
.contact .contactleft{float:left;width: 30%;padding-top:10px;}
.contact .contactleft .txt h3{font-size:24px;color:#0e74bd;line-height:40px;padding-bottom:5px;font-weight:bold;border-bottom:1px #CCCCCC dotted;margin-top: 0;}
.contact .contactleft .txt h3 img{max-width:40px;margin-right: 10px;}
.contact .contactleft .txt p{ line-height:24px; color:#666; margin-top:5px; margin-bottom:5px; font-size:14px;}
.contact .contactleft .txt p img{max-width:25px;margin-right: 10px;}
.contact .contactleft .txt dd{font-size: 15px;line-height: 2;background: url(../images/icon.png) no-repeat center left;margin-bottom: 10px;padding-left: 40px;}
.contact .contactleft .txt dd:nth-child(2){background: url(../images/icon2.png) no-repeat center left;}
.contact .contactleft .txt dd:nth-child(3){background: url(../images/icon3.png) no-repeat center left;}
.contact .contactleft .txt dd:nth-child(4){background: url(../images/icon4.png) no-repeat center left;}
.contact .contactright{float:right;width: 67%;padding-top:10px;}
.contact .contactright .tit{font-size: 24px;margin: 10px 0px;}
.Form002319{ margin: 0 auto; font-size: 14px;}
.Form002319 .row dl{width: 100%;padding-right: 20px;position: relative;line-height: 40px;margin-bottom: 8px;}
.Form002319 .row2 dl{margin-bottom:0}
.Form002319 .row dl em{ font-style: normal; color: #c00; position: absolute; right: 0; top: 0; display: block;}
.Form002319 .row dl textarea{height:130px;width: 100%;border: 1px #ccc solid;font-size: 14px;padding-left: 10px;padding-right: 10px;}
.Form002319 input.text{border: 1px #ccc solid;background: none;display: block;height: 40px;line-height: 28px;width: 100%;padding: 5px 10px;color: #333;font-size: 14px;}
.Form002319 input.text::-ms-input-placeholder{ color: #aaa;}
.Form002319 select{border: 1px solid #f0f0f0; background: none; display: block; height: 40px; width: 100%; padding: 5px 10px; color: #aaa; appearance:none;-moz-appearance:none;-webkit-appearance:none; padding-right: 14px; background: url("../images/Form002319-icon.png") no-repeat scroll 97% center transparent;}
.Form002319 select::-ms-expand { display: none; }
.Form002319 .btn{background: #009bdb;height: 40px;display: block;border: 1px solid #009bdb;width: 33.3334%;max-width: 130px;float: left;margin-right: 15px;font-size: 16px;color: #fff;cursor:pointer;}
.Form002319 .btn:hover{background: #d3281e;border-color:#d3281e}
@media only screen and (max-width:1024px ) {
.contact .contactleft,.contact .contactright{width: 100%;float: none;}
.contact{width:100%}
.contact .contactright .tit{font-size: 20px;}
.contact .contactleft .txt h3{font-size: 20px;}
.contact .contactleft .txt h3 img {max-width: 30px;}
}
@media only screen and (min-width:480px ) {
.Form002319 .btn{font-size: 16px;}
}



/*Floor002143 */
.Floor002143 .auto{ position:relative; margin:0 2%;}
.Floor002143 .pic img{ display:block; width:100%;}
.Floor002143 .pic img.phone{ display:none;}
.Floor002143 .click,
.Floor002143 .file,
.Floor002143 .file video{position:absolute; left:0; top:0; width:100%; height:100%;}
.Floor002143 .click{ background:url(../images/Floor002143-video.png) no-repeat center center; cursor:pointer;}
.Floor002143 .file{ display:none; background:#000;}
@media(max-width:1200px){
.Floor002143 .pic img{ display:none;}
.Floor002143 .pic img.phone{ display:block;}
}

.Form002324{display: none;position:fixed; background:rgba(0,0,0,0.5); width:100%;height: 100%; top:0; left:0; z-index:99;}
.Form002324 .wrap-container{position:fixed;top:50%;margin-top: -250px;width: 800px;height: 500px;margin-left: -400px;left:50%;background:#fff;z-index:100;padding: 30px 40px 34px;border-radius: 5px;}
.Form002324 .wrap-container .Title{font-size: 24px;margin-bottom: 10px;}
.Form002324 .closeBtn{position:absolute;top: 8px;right: 11px;display:block;color: #aaa;font-weight: bold;}
.Form002324 dl{width: 100%;padding-right: 20px;position: relative;line-height: 40px;margin-bottom: 10px;}
.Form002324 .dl2{margin-bottom: 0;}
.Form002324 input.text{border: 1px #ccc solid;background: none;display: block;height: 40px;line-height: 28px;width: 100%;padding: 5px 10px;color: #333;background: #f5f5f5;font-size: 12px;}
.Form002324 .btn{display:inline-block;background-color:#757575;color:#fff;font-size:14px;border:none;border-radius:5px;cursor:pointer;width: 150px;height: 35px;line-height: 35px;}
.Form002324 dl textarea{width:100%;border: 1px #ccc solid;line-height: 24px;padding: 4px;background: #f5f5f5;height: 130px;font-size: 12px;}
@media only screen and (max-width:960px ) {
.Form002324 .wrap-container{top:0;margin-top: 0;width:100%;height:100%;margin-left:0;left:0;padding: 5%;border-radius: 0;}	
.Form002324 input{ width: 100%;}	
.Form002324 .wrap-container .Title{font-size: 20px;}
}



/*
 .Page002193 
 */
.Page002193{zoom:1; overflow:hidden; text-align:center; padding:30px 0 5%; text-align:center;}
.Page002193 span{ padding:0px 3px; display:inline-block;}
.Page002193 a{ display:inline-block; margin:0px 2px; border:1px solid #ededed; padding:0 1em; color:#666; line-height:35px; border-radius:3px;transition: .3s ease-out;}
.Page002193 a:hover{ color:#fff; border:1px solid #525884; background:#009bdb;}
.Page002193 .p_cur,.Page002193 .p_count,.Page002193 .p_total,.Page002193 .p_jump,.Page002193 .a_first,.Page002193 .a_end{ display:none;}
.Page002193 .p_cur b{ color:#F00;}
.Page002193 .p_count b{ color:#F00;}
.Page002193 .p_total b{ color:#F00;}
.Page002193 .p_page em{ font-style:normal;}
.Page002193 .p_page em a{}
.Page002193 .p_page em a.a_cur{ color:#fff; background:#009bdb; border-color:#009bdb;}
.Page002193 .p_page b{ font-weight:normal;}
