<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(iconfont.css);
@import url(message.css);
:root{--color:#21286d;--fontcolor:#000000;--summarycolor:#666666;--homebg:#f6f6f6;--hometitle:40px;--fontblod3:300;--fontblod4:400;--fontblod5:500;--fontblod6:600;--fontblod7:700;--fontfamily:"Roboto","Lato","Open Sans","Poppins","Oswald","Noto Sans","Montserrat",sans-serif}
@media(max-width:1280px){:root{--hometitle:34px}}
@media(max-width:1024px){:root{--hometitle:28px}}
@media(max-width:768px){:root{--hometitle:24px}}
::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,.1);border-radius:10px;background:rgba(122,122,122,.1)}
::-webkit-scrollbar-thumb{box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:#d7d7d7}
::-webkit-scrollbar{width:8px;height:8px}
*,html,body,h1,h2,h3,h4,h5,h6,table,th,td,ol,ul,li,dl,dt,dd,div,p{padding:0px;margin:0px;box-sizing:border-box}
html{-webkit-text-size-adjust:none;-webkit-tap-highlight-color:transparent}
body{font-family:var(--fontfamily);max-width:1920px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.6;overflow-x:hidden;overflow-y:scroll;color:var(--fontcolor);padding-top:100px}
h1,h2,h3,h4,h5,h6{text-transform:capitalize;font-weight:var(--fontblod5)}
img{vertical-align:bottom;max-width:100%;height:auto;    transition: all 0.5s;}
a{text-decoration:none;color:inherit}
li,ol,ul{list-style:none}
iframe,video{max-width:100%;outline:0;border:none;vertical-align:bottom}
@media(max-width:768px){iframe,video{min-height:240px;height:auto}}
button{outline:0;border:none}
img.lazy{display:inline-block;opacity:0}
img.lazy,img.tst{transition:opacity .6s,transform .3s ease}
img.loaded{opacity:1}
img:not([src]){visibility:hidden;position:absolute}
.hidden{overflow:hidden}
.lazy-load{position:absolute;left:40%;top:40%;width:40px;height:40px;border:2px solid var(--fontcolor);border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-radius:100%;animation:circle infinite .75s linear}
.lazy-wrap{display:block;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.lazy-wrap::after{content:"";display:block;padding-bottom:50%}
.lazy-wrap.lazy-loaded .lazy-load{-webkit-animation:none;animation:none;display:none}
.lazy-wrap.lazy-loaded::after{padding-bottom:0px}
@keyframes circle{0%{transform:rotate(0)}
100%{transform:rotate(360deg)}}
.l-wrap{width:100%;max-width:1740px;padding:0px 70px;margin:0px auto}
.line1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.line2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.line3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.line4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.rfixed{position:fixed;bottom:calc(200px + constant(safe-area-inset-bottom));bottom:calc(200px + env(safe-area-inset-bottom));right:35px;z-index:99}
.compare-panel{width:280px;background:#FFF;position:fixed;z-index:998;bottom:0px;right:0px;box-shadow:-1px -1px 3px #CCC;display:none;transition:bottom .2s}
.compare-t{background-color:var(--color);font-size:14px;color:#FFF;display:flex;align-items:center;padding:6px 10px;cursor:pointer}
.compare-close{position:relative;width:24px;height:24px;background:0 0;cursor:pointer}
.compare-close::after,.compare-close::before{content:"";display:block;width:10px;height:2px;background-color:#FFF;position:absolute;top:50%;border-radius:2px}
.compare-close::before{transform:rotate(45deg);left:4px}
.compare-close::after{transform:rotate(-45deg);right:4px}
.compare-tit{text-align:center;flex:1;line-height:1.5}
.compare-checked{color:#FFF;margin:0px 4px}
#productChache_list{padding:0px 10px;height:220px;overflow-y:auto}
#productChache_list::-webkit-scrollbar{width:4px}
#productChache_list::-webkit-scrollbar-track{border-radius:0;background-color:rgba(0,0,0,.05)}
#productChache_list::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(0,0,0,.15)}
.selected-item{position:relative;border-bottom:1px solid #EFEFEF;padding:10px 0px;display:flex;align-items:center}
.item-clear{position:relative;width:20px;height:20px;background-color:transparent;cursor:pointer}
.item-clear::after,.item-clear::before{content:"";display:block;position:absolute;width:70%;height:2px;background-color:var(--fontcolor);border-radius:2px;top:50%;margin-top:-1px}
.item-clear::before{transform:rotate(45deg);left:3px}
.item-clear::after{transform:rotate(-45deg);left:3px}
.item-content{flex:1;display:flex;align-items:center}
.item-img{width:50px;height:50px;background:#FFF;border:1px solid #EFEFEF;display:flex;align-items:center;justify-content:center}
.item-img img{max-width:100%;max-height:100%}
.item-c{width:calc(100% - 50px);padding:0px 10px;font-size:12px}
.item-title{max-height:34px;word-break:break-word;display:block;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;color:var(--fontcolortitle)}
.item-price{color:var(--color)}
.compare-b{padding:20px 10px;display:flex;justify-content:space-between}
.compare-b *{display:block;width:80px;text-align:center;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:30px;border-radius:2px;padding:0px 2px}
.clear-all{color:var(--fontcolortitle);background-color:#ededed;cursor:pointer}
.compare-inquire,.compare-inquire:hover{color:#FFF;background-color:var(--color)}
.compare-b .orderNow{margin:0px;background:#f66f08;color:#FFF;line-height:30px;padding:0px 2px;border:none;border-radius:2px;font-size:12px;cursor:pointer;display:block;width:80px}
.rfixed-sc{width:40px;height:40px;background:var(--color);border-radius:50%;text-align:center;line-height:38px;color:#FFF;position:relative;cursor:pointer;display:none}
.rfixed-sc i{font-size:20px}
.rfixed-scnum{position:absolute;right:25px;top:5px;width:16px;height:16px;background:#E00;border-radius:50%;text-align:center;font-size:12px;color:#FFF;transform:scale(.9);line-height:16px}
@media (max-width:768px){
.compare-panel{width:100%;bottom:calc(55px + constant(safe-area-inset-bottom));bottom:calc(55px + env(safe-area-inset-bottom))}}
.head-lang{display:flex;align-items:center;justify-content:center}
.lang{width:auto;z-index:9999;text-align:left;position:relative;margin-right:20px}
.lang-icon{display:flex;align-items:center;width:100%;height:30px;border:none;cursor:pointer;font-size:14px;user-select:none;white-space:nowrap}
.lang-icon span{position:relative;padding-right:18px;color:#999}
.lang-icon&gt;img{margin-right:5px}
.lang-icon span::before{content:"";position:absolute;right:4px;top:11px;width:8px;height:1px;background:#999;transform:rotate(50deg)}
.lang-icon span::after{content:"";position:absolute;right:0px;top:11px;width:8px;height:1px;background:#999;transform:rotate(-50deg)}
.lang-drop{position:absolute;top:calc(100% + 26px);right:50%;transform:translateX(50%);background:#FFF;border:1px solid #EBEEF5;border-radius:4px;box-shadow:0px 2px 12px 0 rgba(0,0,0,.1);z-index:9999;visibility:hidden;opacity:0;transition:opacity .3s,top .3s}
.lang-drop.lang-flex{transform:translateX(25%)}
.lang-drop.lang-flex .lang-arrow{left:75%}
.lang-drop.active{visibility:visible;opacity:1;top:calc(100% + 12px)}
.lang-arrow{display:block;width:10px;height:10px;background-color:#FFF;border-top:1px solid #EBEEF5;border-left:1px solid #EBEEF5;transform:translateX(-50%) rotate(45deg);position:absolute;top:-6px;left:50%}
.lang-wrap{width:140px;padding:8px 0px;box-sizing:border-box}
.lang-flex .lang-wrap{width:340px;display:flex;flex-wrap:wrap;padding:8px}
.lang-wrap li{width:100%;padding:8px 16px;box-sizing:border-box;transition:background-color .3s}
.lang-flex .lang-wrap li{width:33%;padding:0px}
.lang-flex .lang-wrap li a{padding:8px 6px}
.lang-wrap li.lang-active,.lang-wrap li:hover{background-color:#EEE}
.lang-wrap li a{display:block;color:var(--fontcolor);font-size:12px;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.lang-wrap li img{display:inline-block;width:24px;height:16px;vertical-align:-.25em;margin-right:4px}
@media (max-width:1024px){
.l-wrap{padding:0px 15px}
.lang{margin-left:auto;margin-right:10px;transition:all .2s linear}
.lang-drop.lang-flex{right:auto;left:50%;transform:translateX(-50%);top:60px!important;position:fixed;width:calc(100vw - 20px)}
.lang-drop.lang-flex.active{top:54px!important}
.lang-flex .lang-wrap{width:100%}
.lang-drop.lang-flex .lang-arrow{left:80%}
.lang-icon span{display:none}
.lang-icon&gt;img{width:36px;height:24px}
.lang-drop{display:none}
.lang-drop.active{display:block}}
.mobile-bottom-bag{display:none;position:relative;transition:all 0.1s linear}
.mobile-bottom-bag p{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#111}
.mobile-bottom-bag p em{font-size:30px;color:#111}
.mobile-bottom-bag+.lang{margin-left:0px}
header{position:fixed;top:0px;left:0px;width:100%;background:#FFF;z-index:999}
header.is-active .head-top{margin-top:-40px;opacity:0;visibility:hidden}
header.is-active .head-info{height:80px}
header .head-top{background:var(--fontcolor);color:#FFF;height:40px;transition:margin .1s linear}
header .head-top .l-wrap{height:100%;display:flex;justify-content:space-between;align-items:center}
header .head-top .head-share{display:flex;align-items:center;height:100%}
header .head-top .head-share ul{display:flex;align-items:center;margin-right:10px;height:100%}
header .head-top .head-share ul li{width:40px;height:100%}
header .head-top .head-share ul li a{display:flex;justify-content:center;align-items:center;width:100%;height:100%;transition:all .1s linear;color:#999}
header .head-top .head-share ul li a:hover{color:#FFF}
header .head-top .head-contact{display:flex;align-items:center}
header .head-top .head-contact .item{display:flex;align-items:center;margin-right:20px}
header .head-top .head-contact .item em{color:var(--color);margin-right:5px;font-size:20px}
header .head-top .head-contact .item a,header .head-top .head-contact .item span{font-size:14px;color:#999}
header .head-top .head-contact .item a:hover{color:var(--color)}
header .head-info{height:100px;box-shadow:1px 2px 10px rgba(0,0,0,.1);transition:all .1s linear}
header .head-info .l-wrap{max-width:1600px;padding:0px 15px;height:100%;display:flex;justify-content:space-between;align-items:center}
header .head-info .head-logo{max-width:50%;display:flex;align-items:center}
header .head-info .head-logo a{display:block;align-items:center}
header .head-info .head-logo a span{font-weight:var(--fontblod5);font-size:18px;padding-left:10px}
header .head-info .head-logo img{width:auto;max-width:300px;max-height:80px}
header .head-info .head-nav{height:100%;display:flex;align-items:center}
header .head-info .head-nav .nav-ul{display:flex;height:100%}
header .head-info .head-nav .nav-ul&gt;li{position:relative;height:100%}
header .head-info .head-nav .nav-ul&gt;li&gt;em{position:absolute;right:0px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:var(--fontblod6)}
header .head-info .head-nav .nav-ul&gt;li&gt;a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:18px;color:var(--fontcolor);font-weight:var(--fontblod6);padding:0px 20px;transition:all .1s linear;text-transform:capitalize;position:relative;white-space:nowrap}
header .head-info .head-nav .nav-ul&gt;li&gt;a::after{content:"";position:absolute;left:0px;bottom:0px;width:0px;height:3px;background:var(--color);transition:all .2s linear}
header .head-info .head-nav .nav-ul&gt;li&gt;a.inmenu_1{color:var(--color)}
header .head-info .head-nav .nav-ul&gt;li&gt;a.inmenu_1+em{color:var(--color)}
header .head-info .head-nav .nav-ul&gt;li&gt;a.inmenu_1::after{width:100%}
header .head-info .head-nav .nav-ul&gt;li:hover&gt;a{color:var(--color)}
header .head-info .head-nav .nav-ul&gt;li:hover&gt;a::after{width:100%}
header .head-info .head-nav .nav-ul&gt;li:hover&gt;em{color:var(--color)}
header .head-info .head-nav .nav-ul&gt;li:hover .submenu{opacity:1;visibility:inherit;transform:translateY(0)}
header .head-info .head-nav .nav-ul&gt;li .submenu{opacity:0;visibility:hidden;transform:translateY(10px);transition:all .1s linear;position:absolute;top:100%;left:0px;min-width:200px;background:#FFF;box-shadow:1px 2px 10px rgba(0,0,0,.1)}
header .head-info .head-nav .nav-ul&gt;li .submenu li{white-space:nowrap;position:relative;padding:0px 10px;height:55px}
header .head-info .head-nav .nav-ul&gt;li .submenu li a{display:flex;align-items:center;font-size:16px;height:100%;font-weight:var(--fontblod5);color:var(--fontcolor);padding-right:30px;border-bottom:1px solid #EAEAEA}
header .head-info .head-nav .nav-ul&gt;li .submenu li em{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:var(--fontblod5)}
header .head-info .head-nav .nav-ul&gt;li .submenu li ul{display:none}
header .head-info .head-nav .nav-ul&gt;li .submenu li:hover{background:#F6F6F6}
header .head-info .head-nav .nav-ul&gt;li .submenu li:hover a,header .head-info .head-nav .nav-ul&gt;li .submenu li:hover em{color:var(--color)}
header .head-info .head-nav .nav-ul&gt;li .submenu li:hover ul{display:block;position:absolute;left:100%;top:0px;background:#FFF;box-shadow:1px 2px 10px rgba(0,0,0,.1);min-width:200px}
header .head-info .head-nav .nav-ul&gt;li .submenu li:hover ul a,header .head-info .head-nav .nav-ul&gt;li .submenu li:hover ul em{color:var(--fontcolor)}
header .head-info .head-nav .nav-ul&gt;li .submenu li:hover ul li:hover a,header .head-info .head-nav .nav-ul&gt;li .submenu li:hover ul li:hover em{color:var(--color)}
.m-menu{display:none}
.search-box{position:relative;display:flex;align-items:center;height:100%}
.head-search{display:flex;align-items:center;margin-right:10%}
.head-search button{outline:0;background:0 0;border:none;padding:10px;cursor:pointer}
.head-search button em{font-size:26px;color:var(--color);font-weight:var(--fontblod6)}
.search-input{position:absolute;top:100%;right:0px;background:#FFF;display:flex;align-items:center;justify-content:center;box-shadow:2px 2px 4px rgba(0,0,0,.2);opacity:0;transform:rotateX(90deg);visibility:hidden}
.search-input input{width:200px;height:40px;padding-left:10px;font-size:16px;border:none;outline:0}
.search-input .search-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.1s linear}
.search-input .search-btn:hover{opacity:0.9}
.search-input .search-btn em{font-size:22px;color:var(--color)}
.search-input.active{transition:opacity .3s,transform .3s;visibility:visible;opacity:1;transform:rotateX(0);transform-origin:top}






/**/

















footer{background:var(--homebg);color:#848e9f;    display: flex;}
footer a:hover{color:#FFF}
footer .foot-main{display:flex;flex-wrap:wrap;justify-content:space-between;padding:3% 0}
footer .foot-item{width:25%}
footer .foot-info{width:20%}
footer .foot-quick{width:25%}
footer .foot-pro{width:15%}
footer .foot-logo{width:auto;max-width:200px}
footer .foot-qrimg{max-width:100px}
footer .foot-share{display:flex;flex-wrap:wrap;margin-top:30px}
footer .foot-share span{font-size:18px;font-weight:var(--fontblod5);color:#FFF;line-height:38px;white-space:nowrap;margin-right:10px}
footer .foot-share ul{display:flex;flex-wrap:wrap;max-width:210px}
@media(max-width:1024px){footer .foot-share ul{max-width:100%}}
footer .foot-share ul li{margin-bottom:10px;margin-right:10px}
footer .foot-share ul li a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#1f304d;border-radius:3px;transition:all .1s linear}
footer .foot-share ul li a:hover{background:var(--color)}
footer .foot-share ul li a i{color:#FFF}
footer .foot-title{font-size:20px;font-weight:var(--fontblod5);color:#FFF;margin-bottom:15px}
footer .foot-list a{display:inline-block;padding:4px 0px;transition:all 0.1s linear;color:#848e9f}
footer .foot-list a em{color:var(--color);margin-right:5px}
footer .foot-quick .foot-list{display:flex;flex-wrap:wrap}
footer .foot-quick .foot-list li{width:50%}
footer .foot-contact .foot-tel{margin-bottom:20px;display:flex;align-items:center}
footer .foot-contact .foot-tel .icon{width:50px;height:50px;background:var(--color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:20px}
footer .foot-contact .foot-tel .icon em{color:#FFF;font-size:22px}
footer .foot-contact .foot-tel .content{flex:1;display:flex;flex-direction:column}
footer .foot-contact .foot-tel .content span:nth-child(1){font-size:16px;color:#FFF}
footer .foot-contact .foot-tel .content a:nth-child(2){white-space:nowrap;font-size:24px;font-weight:var(--fontblod5);color:#FFF}
footer .foot-contact .item{margin-top:10px}
footer .foot-contact .item a{color:#848e9f}
footer .foot-contact .item span{color:var(--color);margin-right:5px}
footer .copyright{text-align:center;font-size:14px;padding:20px 15px;border-top:1px solid rgba(255,255,255,.1)}
footer .copyright a{margin-left:10px}
.bottom-btn{display:none}
.gotop{cursor:pointer;height:40px;width:40px;border-radius:50%;position:fixed;bottom:130px;right:35px;background:#FFF;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);transition:all .4s ease;z-index:9;opacity:0;overflow:hidden;visibility:hidden;display:flex;align-items:center;justify-content:center}
.gotop.act{opacity:1;visibility:inherit;bottom:150px}
.gotop:hover{background:#c1c1c1}
.gotop em{font-size:16px;font-weight:var(--fontblod5);margin-top:-4px}
@media (max-width:1280px){
header .head-info .head-nav .nav-ul&gt;li&gt;a{padding:0px 15px}
header .head-info .head-nav .nav-ul&gt;li&gt;em{right:15px}}
@media (max-width:1024px){
body{padding-top:55px}
.head-search{display:none}
.search-input{margin:10px 0px;display:block;position:static;opacity:1;transform:none;visibility:inherit;display:flex;align-items:center;width:100%;box-shadow:none;border:1px solid #c2c2c2;border-radius:4px;overflow:hidden}
.search-input input{flex:1}
header.is-active .head-info{height:55px}
header .head-info .head-logo img{max-width:180px;max-height:45px}
header.is-active .head-info .head-nav{top:59px;height:calc(100vh - 59px)}
header .head-top{font-size:14px;height:30px;position:static;transition:all .2s linear;display:none}
header .nav-ul&gt;li .submenu&gt;li em{display:none}
header .head-info{height:55px}
header .head-info .head-logo{max-width:inherit}
header .head-info .head-nav{background:#FFF;width:100%;height:calc(100vh - 55px);padding:10px 20px;position:fixed;left:0px;top:55px;transition:all .2s linear;display:flex;flex-direction:column-reverse;justify-content:flex-end;opacity:0;visibility:hidden;transform:translateY(-20px);z-index:999}
header .head-info .head-nav.head-nav-act{opacity:1;visibility:inherit;transform:translateY(0);width:90%}
header .head-info .head-nav .nav-ul{width:100%;height:100%;display:block;flex-direction:column;overflow-y:auto;padding:0px 0px 60px}
header .head-info .head-nav .nav-ul&gt;li{height:auto;border-bottom: 1px solid #bbb;}
header .head-info .head-nav .nav-ul&gt;li:hover&gt;a,header .head-info .head-nav .nav-ul&gt;li:hover&gt;em{color:inherit}
header .head-info .head-nav .nav-ul&gt;li:hover .submenu{opacity:inherit;visibility:inherit;transform:inherit;transform:none}
header .head-info .head-nav .nav-ul&gt;li.cur&gt;a{color:var(--color)}
header .head-info .head-nav .nav-ul&gt;li.cur&gt;em{color:var(--color);transform:rotateX(180deg)}
header .head-info .head-nav .nav-ul&gt;li&gt;em{width:40px;height:40px;display:flex;align-items:center;justify-content:center;top:8px;right:0px;font-size:18px;font-weight:var(--fontblod5);cursor:pointer;transition:all .1s linear;transform:none;font-weight:var(--fontblod6)}
header .head-info .head-nav .nav-ul&gt;li&gt;a{padding:12px 0px;height:auto;justify-content:flex-start;font-size:18px;font-weight:400}
header .head-info .head-nav .nav-ul&gt;li&gt;a::after{content:none}
header .head-info .head-nav .nav-ul&gt;li .submenu{display:none;opacity:1;visibility:inherit;position:static;transform:none;box-shadow:none;transition:none;padding-left:10px;min-width:inherit}
header .head-info .head-nav .nav-ul&gt;li .submenu li{height:auto}
header .head-info .head-nav .nav-ul&gt;li .submenu li:hover{background:0 0}
header .head-info .head-nav .nav-ul&gt;li .submenu li a{border:none;font-weight:400;padding:5px 0px}
header .head-info .head-nav .nav-ul&gt;li .submenu li ul{display:block!important;position:static!important;padding-left:10px;box-shadow:none!important}
.search-box{height:auto;width:auto}
.search-box input{flex:1}
.m-menu{display:block;position:relative;width:40px;height:40px;cursor:pointer}
.m-menu span{position:absolute;background:var(--color);width:30px;height:3px;border-radius:4px;right:0px;transition:all .2s linear}
.m-menu span:nth-child(1){top:25%}
.m-menu span:nth-child(2){top:48%}
.m-menu span:nth-child(3){top:73%}
.m-menu.act span{top:48%;width:32px}
.m-menu.act span:nth-child(1){transform:rotate(45deg)}
.m-menu.act span:nth-child(2){width:0px}
.m-menu.act span:nth-child(3){transform:rotate(-45deg)}
/*footer{margin-bottom:calc(55px + constant(safe-area-inset-bottom));margin-bottom:calc(55px + env(safe-area-inset-bottom))}*/
footer .foot-item{width:50%!important;margin-bottom:20px}
.bottom-btn{position:fixed;bottom:0px;transform:translateY(60px);background:#FCFCFCFB;display:flex;align-items:center;width:100%;z-index:99;box-shadow:1px 2px 10px rgba(0,0,0,.1);transition:all .2s linear;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);opacity:0;visibility:hidden}
.bottom-btn.bottom-btn-hide{transform:translateY(0);opacity:1;visibility:inherit}
.bottom-btn.bottom-btn-keep{transform:translateY(0)!important;opacity:1;visibility:inherit}
.bottom-btn .btn-item a{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#222}
.bottom-btn .btn-item em{font-size:22px;line-height:1}
.bottom-btn .btn-item p{font-size:12px;text-transform:capitalize}
.gotop{display:none}
.bottom-btn .btn-item{width:20%;position:relative;height:55px}
.bottom-btn .btn-item .gotop{display:flex;width:35px;height:35px;position:absolute;left:50%;top:50%;box-shadow:none;transform:translate(-50%,-50%);color:#FFF;opacity:1;visibility:inherit;border:1px solid #ccc}
.bottom-btn .btn-item .gotop:hover{background:none}
.bottom-btn .btn-item .gotop em{font-size:16px;color:#000}}
@media (max-width:768px){footer .foot-main{padding:30px 0px 0px}
footer .foot-item{width:100%!important}
.foot-item.foot-info .foot-title{display:none}
footer .foot-qrimg{display:none}
footer .foot-contact .foot-tel .content a:nth-child(2){font-weight:400;font-size:22px}
footer .copyright{padding:10px 15px}
footer .foot-share{margin-top:10px}}
@media(max-width:500px){html{overflow-x:hidden}}
.toast-title{font-weight:var(--fontblod5)}
.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}
.toast-message a,.toast-message label{color:#FFF}
.toast-message a:hover{color:#CCC;text-decoration:none}
.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:var(--fontblod5);color:#FFF;-webkit-text-shadow:0 1px 0 #FFF;text-shadow:0 1px 0 #FFF;opacity:.8;line-height:1}
.toast-close-button:focus,.toast-close-button:hover{color:var(--fontcolor);text-decoration:none;cursor:pointer;opacity:.4}
.rtl .toast-close-button{left:-.3em;float:left;right:.3em}
button.toast-close-button{padding:0px;cursor:pointer;background:0 0;border:0px;-webkit-appearance:none}
.toast-center-center{top:40%;right:0px;width:100%;transform:translateY(-50%)}
.toast-top-center{top:20%;right:0px;width:100%}
.toast-bottom-center{bottom:0px;right:0px;width:100%}
.toast-top-full-width{top:0px;right:0px;width:100%}
.toast-bottom-full-width{bottom:0px;right:0px;width:100%}
.toast-top-left{top:12px;left:12px}
.toast-top-right{top:12px;right:12px}
.toast-bottom-right{right:12px;bottom:12px}
.toast-bottom-left{bottom:12px;left:12px}
#toast-container{position:fixed;z-index:999999;pointer-events:none}
#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
#toast-container&gt;div{font-size:16px;position:relative;pointer-events:auto;overflow:hidden;margin:0px 0px 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.9}
#toast-container&gt;div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}
#toast-container&gt;div:hover{-moz-box-shadow:0 0 12px var(--fontcolor);-webkit-box-shadow:0 0 12px var(--fontcolor);box-shadow:0 0 12px var(--fontcolor);opacity:1;cursor:pointer}
#toast-container&gt;.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}
#toast-container&gt;.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}
#toast-container&gt;.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}
#toast-container&gt;.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}
#toast-container.toast-bottom-center&gt;div,#toast-container.toast-center-center&gt;div,#toast-container.toast-top-center&gt;div{width:300px;margin-left:auto;margin-right:auto}
#toast-container.toast-bottom-full-width&gt;div,#toast-container.toast-top-full-width&gt;div{width:96%;margin-left:auto;margin-right:auto}
.toast{background-color:#030303}
.toast-success{background-color:#51a351}
.toast-error{background-color:#bd362f}
.toast-info{background-color:#2f96b4}
.toast-warning{background-color:#f89406}
.toast-progress{position:absolute;left:0px;bottom:0px;height:4px;background-color:var(--fontcolor);opacity:.4}
@media all and (max-width:240px){#toast-container&gt;div{padding:8px 8px 8px 50px;width:11em}
#toast-container&gt;div.rtl{padding:8px 50px 8px 8px}
#toast-container .toast-close-button{right:-.2em;top:-.2em}
#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}
@media all and (min-width:241px) and (max-width:480px){#toast-container&gt;div{padding:8px 8px 8px 50px;width:18em}
#toast-container&gt;div.rtl{padding:8px 50px 8px 8px}
#toast-container .toast-close-button{right:-.2em;top:-.2em}
#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}
@media all and (min-width:481px) and (max-width:768px){#toast-container&gt;div{padding:15px 15px 15px 50px;width:25em}
#toast-container&gt;div.rtl{padding:15px 50px 15px 15px}}
@media (max-width:768px){#toast-container&gt;div{font-size:15px;opacity:1}}
@media (max-width:415px){#toast-container&gt;div{font-size:13px}}
.icon-videoplay{position:absolute;left:50%;top:50%;transform:translate(-52%,-50%);background:rgba(0,0,0,.5);color:#FFF;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:18px;z-index:1;display:none}
img.lazy.loaded+.icon-videoplay{display:flex}
@media(max-width:768px){.icon-videoplay{width:30px;height:30px}}


.floatwindow_fd_conct li,
.floatwindow_fd_conct ol,
.floatwindow_fd_conct ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.floatwindow_fd_conct a {
    color: #333333;
    text-decoration: none
}

.floatwindow_fd_conct i {
    font-style: normal
}

.floatwindow_fd_conct img {
    border: none;
    max-width: 100%;
    max-height: 100%
}

.floatwindow_fd_conct {
    position: fixed;
    z-index: 1000;
    right: 10px;
    top: 30%;
    font-size: 14px
}

.floatwindow_fd-img {
    background:var(--color, #20b4f7) url(../images/fd_img.webp) no-repeat;
    background-size: 42px;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 100px
}

.floatwindow_fd-main {
    width: 185px;
    border-radius: 6px;
    position: absolute;
    top: 0px;
    right: -195px;
    overflow: hidden;
    transition: .3s right ease-in-out;
    -o-transition: .3s right ease-in-out;
    -moz-transition: .3s right ease-in-out;
    -webkit-transition: .3s right ease-in-out;
    background: #FFF
}

.floatwindow_fd-main li {
    padding-left: 40px;
    font-family: var(--fontfamily, Arial);
    background-size: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    border-bottom: 1px #efefef solid;
    position: relative
}

.floatwindow_fd-main i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

.floatwindow_fd-main .floatwindow_online_service {
    background: var(--color, #20b4f7) url(../images/fd_img.webp) no-repeat;
    background-size: 42px;
    height: 54px;
    background-position: 5px 50%;
    color: #FFF;
    padding-left: 50px;
    font-size: 18px;
    line-height: 54px;
    border: none
}

.floatwindow_fd-main .floatwindow_top {
    font-size: 18px;
    color: #FFF;
    background-color: #20b4f7;
    line-height: 42px;
    height: 42px;
    border: none;
    padding-left: 60px;
    position: relative;
    background-image:url(../images/top.webp);
    background-position: 110px 50%;
    cursor: pointer
}

@media(max-width:768px) {
    .floatwindow_fd_conct {
        display: none
    }
}
/*分页*/
.mypages{clear:both;margin:20px 0px 20px 0px;text-align: center;height:40px;line-height:40px;}
.mypages ul{display:inline-block;margin:0 auto;}
.mypages li{padding:0 15px;line-height:30px;display:inline-block;font-size:14px;border:1px solid #ddd;border-radius: 5px;margin: 0 3px;float:left;background-color:#FFF;cursor:pointer;}
.page-num{border-radius: 5px;cursor:pointer;background: var(--color);}
.page-num-current,.page-num-current a,.page-num-current a:hover{width: 70px;
    text-align: center;
    border: 1px solid #6d6d6d;;
    padding: 10px 0;
    float: left;
    margin: 10px;
    color: #fff;
    
}












.langu01{width: 100%;
    margin: 0 auto;
    text-align: center;
    display: none;
    padding: 10px 0;
    background: #eee;

}
.langu01 a{    padding:0px 40px;}
.langu01 a:nth-child(1){border-right:1px solid #000;height:5px}

/*home*/
.home-cp{display: flex;padding:50px ;}
.home-text{text-align:center;position: relative;margin: 30px;}
.home-text span{padding:30px;background:#fff;    font-size: 30px;}
.home-text::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            width: 100%; /* 黑线的长度 */
            height: 1px; /* 黑线的高度 */
            background-color:#ccc; /* 黑线的颜色 */
            transform: translateY(-50%); /* 垂直居中 */
            z-index: -1;
            
        }
.home-libiao ul li{width:23%;margin:1%;border-radius:10px;background:#eee;float:left;padding:10px 0}
.cp_img img{width:100%;display: flex;align-items: center;justify-content: center;}
.cp_img:hover img {
    transform: scale(1.1);
}
.cp_text{text-align:center;    font-size: 26px;   }

.home-jjfa{display: flex;padding:50px ;}
.home-jjfa-text{text-align:center;position: relative;margin: 30px;}
.home-jjfa-text span{    font-size: 40px;    font-weight: 700;}
.home-jjfa-text p{font-size: 24px;    color: #606060;    padding: 10px 0;}
.home-jjfa-nr{display:flex;justify-content: space-between;        margin: 60px 0 0 0;}
.home-jjfalf{float:left;width:32%;margin-right:15px;box-shadow: #666 0px 0px 20px 1px;}
.home-jjfa-nr a{    display: block;    position: relative;    overflow: hidden;}   
.home-jjfa-nr a.img01{padding-top: 130%;}
.home-jjfa-nr a span {    display: block;    position: absolute;    width:100%;}
.home-jjfa-nr a span.img {    top: 0;    height: 100%;transition: all 1s;}
.home-jjfa-nr a span.img:hover{transform: scale(1.1);}
.home-jjfa-text1{    text-align: center;    bottom: 20%;    left: 25%;    color: #fff;    max-width: 50%;    padding: 10px 0;    margin: 0 auto;    background-color: rgba(33, 39, 98, 0.9);   border-radius: 40px;font-size: 1.8vh;}

.home-jjfarf{float:right;width:68%;margin-left:15px;}
.home-jjfa-nr a.img02{padding-top: 35%;box-shadow: #666 0px 0px 20px 1px;}
.home-jjfa-text2{    text-align: center;    bottom: 10%;    left: 40%;    color: #fff;    max-width: 30%;    padding: 10px 0;    margin: 0 auto;    background-color: rgba(33, 39, 98, 0.9);   border-radius: 40px;font-size: 1.8vh;}

.home-jjfa01 ul li{width:45%;float:left}
.home-jjfa-nr a.img03:nth-child(2) {margin-left:2%}
.home-jjfa-nr a.img03{    padding-top: 24%;
    box-shadow: #666 0px 0px 20px 1px;
    width: 49%;
    float: left;
    margin-top: 2%;}

.home-gywm {    display: flex;    padding: 80px;background:url(../images/gywm-bg.jpg);text-transform: capitalize;}
.home-gywmfl{width: 50%;    float: left;}
.home-gywmfl img{width:80%}
.home-gywmfr{width: 50%;    float: left;padding-top:40px}
.home-gywm01{    font-size: 40px;
    font-weight: 700;
    padding: 50px 0;}
.home-gywm02{    line-height: 40px;
    padding-right: 10%;
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: 500;}

.home-gywm03 ul li{width:50%;float:left;}
.home-gywm03 ul li span{font-size:48px;color:#037d37;font-weight:600}
.home-gywm03 ul li p{font-size:24px;font-weight:600}
.home-gywm04{width:100%;float:left;    padding-top: 80px;}
.home-gywm04 span{padding: 20px 40px;
    color: #666;
    border: 1px solid #999;
    font-size: 20px;}

.home-wmdys {    display: flex;      padding: 80px 0 180px 0;background:url(../images/wmdys-bg.jpg) no-repeat center center;}
.home-wmdys-text{font-size: 40px;    font-weight: 700;    text-align: center;}
.home-wmdys01{width:40%;float:left}
.home-wmdys01 span{    width: 100%;
    display: flex;
    font-size: 18px;
    line-height: 48px;
    color: #666;
    margin: 150px 0px 100px 0;}
.home-wmdys01 ul li{width:31.3333%;margin:1%;float:left}
.home-wmdys01 ul li img{width:100%;}
.home-wmdys02{width:20%;float:left;padding-right:5%}
.home-wmdys03{width:70%;float:left;padding-right:5%}

.home-xw{padding: 80px 0;display:flex}
.home-xw-text span{font-size: 24px;
    font-weight: 700;
    margin: 10px 0;}
.home-xw-text p{font-size: 30px;
    font-weight: 700;}

.xw01{margin-top:40px;}

.xw01 ul li .date {
    position: absolute;
    margin-left: 30px;
    z-index: 1;
    width: 60px;
    height: 90px;
    background: #FFF;
    border-radius: 0 0 3px 3px;
    border-top: 2px solid var(--color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.xw01 ul li .date span{font-size:14px}
.xw01 ul li .date span:nth-child(1) {
    line-height: 1;
    font-size: 26px;
    font-weight: var(--fontblod5);}
.xw01 ul li .date:hover{transform: scale(1);} 
.xw01 ul li:nth-child(1){width:38%;margin-right:2%;float:left; border: 1px solid #eee;}
.xw01 ul li:nth-child(2){width:29%;margin-right:2%;float:left; border: 1px solid #eee;}
.xw01 ul li:nth-child(3){width:29%;float:left; border: 1px solid #eee;}
.xw02{height:400px;display:flex;border-radius: 40px;}
.xw01 ul li p{width: 95%;    margin: 0 auto;    font-size:16px;     padding: 5px 0; }
.xw02:hover{transform: scale(1.1);}
.wx03{font-size: 20px; }


.home-jw{display:flex;margin:80px 0}
.home-jw01 ul li{width:23.3333%;margin:0 5%;background:#f5f5f5;border-radius: 40px;float:left;text-align:center;color:#000;height:250px;font-size: 18px;}
.home-jw02{padding-top:50px}
.home-jw02 img{width:10%}
.home-jw03{padding-top:20px}
.home-jw04{padding:50px 0}
.home-jw05{color:#fb9b04;font-size:26px;padding:50px 0}

.home-foot{padding-top:50px;text-transform: uppercase;font-size:16px;    display: flex;}
.home-foot p{font-size:30px;}
.home-foot01{margin-left:10px;color:#21286d}

/**/
.home-foot02{margin:50px 0;    display:flow-root;text-transform: capitalize;}
.home-foot02 h1{font-size:24px;padding-bottom:30px}
.home-foot02 ul li{float:left;font-size:20px}
.home-foot02 ul li:nth-child(1){width:35%;margin-right:5%;line-height: 30px;}
.home-foot02 ul li:nth-child(2){width:20%;margin-right:5%;line-height: 30px;}
.home-foot02 ul li:nth-child(3){width:30%;margin-left:5%}

.home-foot03{float:left;width:50%}
.home-foot03 p{padding:5px 0}
.home-foot04 p{padding:5px 0}
.home-foot04{float:left;}
.home-foot05{float:left;margin-top:10px}
.home-foot05 h1{font-size:40px;color:#01bc80;padding-bottom:10px}
.home-foot05 p{font-size:18px;}
.home-foot06{    width: 68%;    float: left;}
.home-foot07{    width: 32%;    float: left;}
.home-foot07 img{margin-top:36px}
.home-foot077 {display:none;    margin-top: 40px;}

/**/
.l-wrap1{width: 1400px; margin: 0px auto;}
.banner-bt{display:flex;flex-wrap:wrap;justify-content:flex-end;position:relative;margin-top:-77px;font-size:20px;}
.banner-bt a{line-height:77px;display:block;text-align:center;width:15%;color:#fff;position:relative;opacity: 0.999;background:rgba(0,0,0,0.39);}
.banner-bt a.active{background:var(--color);}
.banner-bt a:before, .banner-bt a:after{content: '';width: 0;height: 100%;    opacity: 0;position: absolute;top: 0;z-index: -1;transition: all 0.3s;-webkit-transition: all 0.3s;background-color: var(--color);}
.banner-bt a:hover:before, .banner-bt a:hover:after{width: 50%;opacity: 1;}
.banner-bt a:before{left: 50%;}
.banner-bt a:after{right: 50%;}

/**/
.aboutblue{padding:50px 0;display:flex}
.aboutblue_h3{width:70%;float:left}
.aboutblue_h4{width:30%;float:left}
.aboutblue_h44{display:none;}
.aboutblue_h44 a{color:#999}
.aboutblue h3{font-size: 40px;    color: #222222;    line-height: 100%;}
.aboutblue h4{font-size: 16px;    color: #999;    text-align:right}
.aboutblue h4 a{text-decoration:none;color:inherit}
.aboutblue h4 a:hover{color: #222;text-decoration: none;}
.abouttb ul{}
.abouttb ul li{float:left;width:20%}
.abouttb ul li:nth-child(1){margin-right:5%;border-right:1px solid #999}
.abouttb ul li:nth-child(2){margin:0 2.5% ;border-right:1px solid #999}
.abouttb ul li:nth-child(3){margin:0 2.5% ;border-right:1px solid #999}
.abouttb ul li:nth-child(4){margin:0 2.5% ;}
.abouttb img{display: flex;    align-items: center;    height: 68px;    margin-bottom: 25px;}
.abouttb img:hover{    transform: rotateY(-180deg);}
.abouttb h3{color: #585858;    font-size: 50px;    font-weight: bold;    margin-bottom: 10px;}
.abouttp{overflow: hidden;    border-radius: 10px;}
.abouttp img{    display: block;    width: 100%;transition: all 0.5s;}
.abouttp:hover img{transform: scale(1.1);}

/*hz*/
.v1{border-top:1px solid #999;margin:15px 0}
.about_hz ul li{width:20%;float:left;margin:30px 0;}

/**/
.about_td01{display:flex;flex-wrap:wrap;margin-bottom:40px;}
.about_td01 a{display:block;text-align:center;box-sizing:border-box;padding:20px;color:#666666;font-size:18px;width: 31.3333%;
    margin: 0 1% 2% 1%;background:#fff;border-radius:7px;box-shadow:1px 1px 10px rgba(4,89,6,0.11);}
.about_td01 a:nth-child(3n){margin-right:0;}
.about_td01 a h4{overflow:hidden;margin-bottom:50px;border-radius:7px;margin-bottom:20px;}
.about_td01 a h4 img{display:block;width:100%;}
.about_td01 a p{line-height:100%}
.about_td01 a img{border-radius: 10px}
.about_td01 a:hover{color:var(--color);}
.about_td01 a:hover img{transform:scale(1.1);}
.about_td02{overflow: hidden;}
.about_td&gt;a{display:flex;justify-content:center;align-items:center;color:var(--color);font-size:18px;width:130px;margin:0 auto;}
.about_td&gt;a img{display:block;margin-left:18px;}

/**/
.pro_cpzx{margin:68px auto 100px auto;}
.pro_cpzx01{display:flex;flex-wrap:wrap;margin-bottom:30px;}
.pro_cpzx01 a{display:block;text-align:center;box-sizing:border-box;color:#292929;font-size:18px;width:calc(100% / 4 - 13px);margin-right:17.3333px;margin-bottom:60px;}
.pro_cpzx01 a:nth-child(4n){margin-right:0;}
.pro_cpzx01 a h4{overflow:hidden;margin-bottom:25px;background:#e9e9e9;}
.pro_cpzx01 a h4 img{display:block;width:100%;}
.pro_cpzx01 a p{line-height:100%;}
.pro_cpzx01 a:hover{color:var(--color);}
.pro_cpzx01 a:hover img{transform:scale(1.1);}
.pro_cpzx02 {    overflow: hidden;    margin-bottom: 25px;    background: #e9e9e9;}
.pro_cpzx04{width:100%;padding: 50px 0;display: flex;}
.pro_cpzx04 ul {margin:0 auto}
.pro_cpzx04 li{    width: 70px;
    text-align: center;
    border: 1px solid #6d6d6d;
    padding: 10px 0;
    float: left;
    margin: 10px;
        color: #6d6d6d;
}
.pro_cpzx04 li:hover{background:var(--color);color:#fff}

/**/
.news01{display: block;    width: 100%;}
.news01 ul li{border-bottom:1px solid #e1e0e0;    display: flex;padding: 20px;}
.news02{width:30%;float:left}
.news02 img{margin:0 auto;display: block;}
.news03{width:70%;float:left;padding-top:60px}
.news03 h2{font-size: 24px;    font-weight: 700;    color: #333;}
.news03 p{padding:8px 0;color:#666;line-height:40px;}

.news04{border-bottom:1px dashed #999}
.news04 h3{    font-size: 28px;font-weight:700;padding:10px 0;text-align: center;}
.news04 p{text-align: center;padding:15px 0;font-size:18px}
.news04 span{padding:0 20px;color:#666}
.news05{    text-align: center;}
.news05 img{width:30%;margin-top: 30px;}
.news06{font-size:18px;color:#333;line-height:40px;text-indent: 2em;    width: 90%;     padding-bottom: 50px;margin: 0 auto;}
.news07{display: flex;    padding: 50px 0;}
.news07 li{width:33.33333%;float:left}
.news07 li:nth-child(1){text-align:left}
.news07 li:nth-child(2){text-align:center}
.news07 li:nth-child(3){text-align:right}
.news07 li span{padding:20px;border-radius:10px;background:#f3f3f3}
.news07 li span:hover{background:var(--color);color:#fff}

.con01{border:1px solid #eee;    display: flex;    padding: 50px;box-shadow: 2px 2px 5px #bababa;margin:50px 0}
.con02{width:50%;float:left}
.con02 img{border-radius:10px;}
.con03{width:50%;float:left;    padding-left: 30px;}
.con04{font-size:28px;border-bottom:1px solid #999;padding:15px 0;width: 70%;}
.con05{padding:20px 0;line-height:50px;}
.con06 ul{width:100%}
.con07{width:100%;float:left}
.con06 ul li{width:50%;float:left}

.guest{width:100%;}
.guest ul li{width:50%;float:left}
.guest01{margin:20px 0;}
.guest01_01{padding:10px;    width: 80%;}
.guest02{margin:20px 0;}
.guest01_02{padding:10px;    width: 20%;}
.guest01_03{height: 215px;    width: 80%;}
.guest04{    width: 80%;    text-align: right;}
.guest04 .clearForm01{    padding: 5px 30px;    background: #eee;    font-size: 14px;margin:0px 10px}
.send-btn{    padding: 5px 30px;    background: var(--color);color:#fff;font-size: 14px;}
.home-jjfa-nr1{display:none}
.home-jjfa-nr1 ul li{margin:20px 0}
.home-jjfa-nr1 .img1{width:100%;height:300px;display:flex}
.home-jjfa-nr1 .img2{    text-align: center;
    width: 100%;
    display: block;
    padding:10px 0px;
    color: #fff;
    max-width: 50%;
    margin: 0 auto;
    background-color: rgba(33, 39, 98, 0.9);
    border-radius: 40px;
}
/**/
.case_list{width:100%}
.case_list ul li{    margin-bottom: 30px;    background: #f5f5f5;    padding: 16px;width:calc(33.33% - 32px);float:left}
.case_list h2{margin-top: 20px;    font-weight: bold;}
.case_list p{font-size: 14px;    margin: 15px 0;   line-height: 30px;}
.case_pic{font-size: 0;    overflow: hidden;    display: block;    width: 100%;}
.case_pic img{width: 100%;    object-fit: cover;    display: block;    height: 400px;}
.case_pic:hover img{transform:scale(1.1);}
.case_text{}
.case_text:hover h2{color:var(--color)}


/**/


.wp {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}
@media screen and (max-width:1200px) {
.wp {
    width: 100%;
    padding: 0 2%
}
}
@media screen and (max-width:1200px) {
.wp1200 {
    width: 100%
}
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
        justify-content: center;
    display: flex
;
    background: #f5f5f5;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    display: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ny_prod {

    height: auto;
    overflow: hidden;
    color: #434343;
    display: none;
}
.ny_pro_ny {
    width: 100%;
    padding: 30px 0;
}
@media (max-width:767px) {
.ny_pro_ny {
    padding: 5px 0;
}
}
.ny_pro_top {
    width: 100%;
    height: auto;
    padding: 2%;
    background-color: #fff;
    box-shadow: 0px 2px 10px #b3b3b3;
    overflow: hidden
}
.ny_pro_top_l {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
}
.ny_pro_top_l img {
    width: 30%;
    height: auto;
    overflow: hidden;
}
.ny_pro_top_l .owl-controls {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 28px;
    margin-top: -28px;
    text-align: center;
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#0fffffff, endcolorstr=#0fffffff);

}
.ny_pro_top_l .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
*display:inline
}
.ny_pro_top_l .owl-controls .owl-page span {
    z-index: 999;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin: 9px 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
}
.ny_pro_top_l .owl-controls .owl-page:last-child {
    margin-right: 10px
}
.ny_pro_top_l .owl-controls .owl-page.active span, .ny_pro_top_l .owl-controls.clickable .owl-page:hover span {
    background-color: #FA9600
}
.ny_pro_top_r {
    width: 45%;
    float: right;
    height: auto;
    overflow: hidden;
}
.ny_pro_top_r h3 {
    font-size: 1.6em;
    color: #bf873d;
    line-height: 3em;
}
.ny_pro_top_r h4 {
    width: 100%;
    border-top: 1px dotted #dcdcdc;
    font-size: 13px;
    line-height: 28px;
    font-weight: normal;
    padding: 15px 0;
    display: block;
    text-align: justify;
}
.ny_pro_b {
    width: 100%;
    margin-top: 30px;
}
.ny_pro_b h4 {
    width: 96%;
    padding: 1.2% 2%;
    background-color: #fff;
    box-shadow: 0px 2px 10px #b3b3b3;
    line-height: 36px;
    margin-bottom: 50px
}
.ny_pro_b h4 span {
    width: auto;
    font-size: 20px;
    font-weight: bold;
    color: #bf873d
}
.ny_pro_b_nr {
    height: auto;
    padding-bottom: 2em;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
}
.xyp {
    border-top: 1px dotted #CCCCCC;
    padding: 2em 0 1em 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.xyp a {
    color: #626262;
}
.xyp a:hover {
    color: #bf873d;
}
@media (max-width:640px) {
.ny_pro_top_l {
    width: 100%;
    float: none;
}
.ny_pro_top_r {
    width: 98%;
    padding: 1%;
    float: none
}
}

















.eynews{    display: flow-root;}
.eynews h4{height: 62px;
    line-height: 58px;
    background-color: #fff;
    color: #204c97;}
.eynews .hds {
    height: 65px;
    _overflow: hidden;
}
.eynews .hds li {
    float: left;
    cursor: pointer;
}
.eynews .hds li h3 {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    border-bottom: 0;
    font-weight: normal
}
.eynews .hds li h3 a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
    outline: none
}
.eynews .hds .on {
    height: 62px;
    line-height: 62px;
    border-top: 3px solid #204c97;
    position: relative;
}
.eynews .hds .on h3 {
    height: 62px;
    line-height: 58px;
    background-color: #fff;
    color: #204c97
}
.eynews .hds .on h3 a {
    color: #076EBB;
    font-weight: bold
}
.eynews ul{margin-top:30px;}
.eynews .newsli{width:23%;margin:0 1%;float:left;    border-radius: 10px; background:#f5f5f5}
.eynews .newsli:hover img{transform:scale(1.1);}
.eynews .newsli p{text-align:center;font-size:14px;padding:10px 0}

.pro365 .eynews {
    width: 100%;
    margin-top: 20px;
    float: left;
}
.pro365 .eynews h4 {
    padding-left: 12px;
    height: 36px;
    line-height: 36px;
    color: #204c97;
    font-weight: normal;
    border-bottom: 1px solid #204c97;
    font-size: 18px;
}
.pro365 .commend {
    width: 204px;
    overflow: hidden;
    float: left;
    margin: 23px 19px 0 0;
}
.pro365 .commend:nth-child(4) {
    margin-right: 0;
}
.pro365 .commend dt {
    width: 204px;
}
.pro365 .commend dt a {
    display: block;
    width: 204px;
    padding: 1px;
    border: 1px solid #ccc;
}
.pro365 .commend dt a:hover {
    border: 1px solid #204c97;
}
.pro365 .commend dt img {
    width: 200px;
    height: 150px;
}
.pro365 .commend dd {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}
.pro_main {
    zoom: 1;
}
.pro365 .mod_goods_info {
    clear: both;
    margin-bottom: 10px;
    position: relative;
    height: 65px;
}
.pro365 .mod_goods_info .hds {
    height: 65px;
    _overflow: hidden;
}
.pro365 .mod_goods_info .hds li {
    float: left;
    cursor: pointer;
}
.pro365 .mod_goods_info .hds li h3 {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    border-bottom: 0;
    font-weight: normal
}
.pro365 .mod_goods_info .hds li h3 a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
    outline: none
}
.pro365 .mod_goods_info .hds .on {
    height: 62px;
    line-height: 62px;
    border-top: 3px solid #204c97;
    position: relative;
}
.pro365 .mod_goods_info .hds .on h3 {
    height: 62px;
    line-height: 58px;
    background-color: #fff;
    color: #204c97
}
.pro365 .mod_goods_info .hds .on h3 a {
    color: #076EBB;
    font-weight: bold
}
.pro365 .cpright .propar a {
    text-align: center;
    display: block;
    width: 128px;
    height: 50px;
    margin: 7px auto;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #204c97;
}
.pro365 .neirong {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    overflow : hidden;
    background: #F5F5F5;
}
.pro365 .neirong p {
    color: #414141
}
.pro365 {
    overflow: hidden;
}
.pro365 .container {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.pro365 .cpright {
    width: 925px;
    padding: 0 25px;
    padding-bottom: 25px;
    background: #fff;
    float: right;
}
.pro365 .cpright a {
    color: #204c97;
}
.pro365 .rtop {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #204c97;
}
.pro365 .rtop h5 {
    margin:0; 
    padding:0;
    float: left;
    padding-left: 26px;
    font-size: 18px;
    color: #204c97;
    font-weight: normal;
    line-height: 22px;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/tb365.png) no-repeat;
}
.pro365 .rtop span {
    float: right;
    color: #204c97;
    font-size: 16px;
}
.pro365 .prodetailsinfo {
    padding: 15px 0;
    clear: both;
    zoom: 1;
    margin-bottom: 20px;
    display: flex;
}
.pro365 .prodetailsinfo .photo {
    width:50%;
    float：left;
    position: relative;

    
}
.pro365 .prodetailsinfo .photo .jqzoom {
    width: 600px;
    height: 630px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    cursor: pointer;

}
.pro365 .prodetailsinfo .photo .img {
    width: 500px;
    height: 375px;
    display: block;
}
.pro365 .prodetailsinfo .photo .bigimg {
    width: 100%;
    height: 520px;
    display: block;
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
}
.pro365 .prodetailsinfo .photo .bigimg .list {
    width: 1000%;
    position: relative;
}
.pro365 .prodetailsinfo .photo .bigimg .list li {
    width: 500px;
    height: 500px;
    margin:10px 50px;
    float: left;
}
.pro365 .prodetailsinfo .photo .bigimg .list img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 300ms;
}
.pro365 .prodetailsinfo .photo .photoimg {
    width: 600px;
    height: 110px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pro365 .prodetailsinfo .photo .photoimg .list {
    width: 500px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon {
    width: 300%;
    position: relative;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon li {
    width: 115px;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon li img {
    border: 1px solid #ddd;
    width: 100%;
    height: 100px;
    display: block;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon li:hover img, .pro365 .prodetailsinfo .photo .photoimg .listcon li.on img {
    border-color: #204c97;
}
.pro365 .prodetailsinfo .photo .photoimg .prev, .pro365 .prodetailsinfo .photo .photoimg .next {
    width: 25px;
    height: 100px;
    z-index: 10;
    position: absolute;
    top: 10px;
    cursor: pointer;
    background: #ddd url(../images/pn365.png) no-repeat;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.pro365 .prodetailsinfo .photo .photoimg .prev:hover, .pro365 .prodetailsinfo .photo .photoimg .next:hover {
    background-color: #204c97;
}
.pro365 .prodetailsinfo .photo .photoimg .prev {
    left: 0px;
    background-position: 0 center;
}
.pro365 .prodetailsinfo .photo .photoimg .next {
    right: 0px;
    background-position: -25px center;
}
.pro365 .prodbaseinfo_a {
    float: right;
    width: 45%;
    margin-left: 5%;
    z-index: 1;
}
.pro365 .h2_prodtitle {
    font-size: 28px;
    color: #212121;
    padding: 0 0 20px;
    line-height: 1.6em;

}
.h3_prodtitle{line-height: 50px;font-size: 16px;}
.h4_prodtitle{color:#999}
.pro365 .ul_prodinfo {
    padding: 6px 0;
    overflow: hidden;
    zoom: 1;
}
.pro365 .ul_prodinfos {
    overflow: hidden;
    zoom: 1;
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
}
.pro365 .ul_prodinfos li {
    line-height: 34px;
    float: left;
    margin: 10px 18px 10px 0;
}
.pro365 .ul_prodinfos li .item a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 0px 20px;
}
.pro365 .ul_prodinfos li .item .qiao{
    background: #FA9600;
    color: #FFFFFF;}    
.pro365 .ul_prodinfos li .item .ico{position: relative;}
.pro365 .ul_prodinfos li .item .tel{border: 1px solid #FA9600;    color: #FA9600;}
.pro365 .ul_prodinfos li .item .zixun_ico:before {
    content: '';
    background: url(../images/zixun_ico.png) no-repeat;
    position: absolute;
    right: 10px;
    bottom: -11px;
    z-index: 2;
    width: 32px;
    height: 32px;
}
.pro365 .ul_prodinfos li .item .tel_ico:before {
        content: '';
    background: url(../images/tel_ico.png) no-repeat;
    position: absolute;
    right: 10px;
    bottom: -11px;
    z-index: 2;
    width: 32px;
    height: 32px;
}
.pro365 .ul_prodinfos li .item span{
    width: 42px;
    height: auto;
    display: inline-block;}
.pro365 .ul_prodinfo li {
    font-size: 14px;
    float: left;
    padding: 6px 0;
    text-align: justify;
    height: 188px;
    overflow: hidden;
}
.pro365 .li_normalprice {
    line-height: 24px;
}
.pro365 .reLink {
    height: 48px;
    line-height: 48px;
    padding: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 20px auto;
}
.pro365 .reLink .prevLink, .reLink .nextLink {
    width: 50%;
}
.pro365 .reLink .nextLink {
    text-align: right;
}
.pro365 .right .eynews .random {
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
}








.neirong{line-height:40px;}














/**/
.langu a{color:#000;text-decoration:none;outline:none}
.langu a:focus,a:hover{text-decoration:none;outline:none}
.langu .fr{float:right}
.langu .ey-cl:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.langu img{vertical-align:middle}
.langu .container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.langu .container{padding:0}
@media (min-width:1366px){.langu .container{width:1280px !important}
}.langu .ey-top{width:100%;height:30px;line-height:30px;color:#fff;background-color:#686868}
.langu{position:relative;padding:0 14px 0 10px;cursor:pointer;transition:all .3s;display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: var(--fontcolor);
    font-weight: var(--fontblod6);
    padding: 0px 20px;
    transition: all .1s linear;
    text-transform: capitalize;
    position: relative;
    white-space: nowrap;}
.langu img{margin-top: 2px;
    width: 24px;}
.language img{margin-top: -2px;
    width: 24px;}
.langu span{padding:0 4px}
.language span{padding:0 5px}
.langu:after{position:absolute;content:"";top:50%;right:0;margin-top:-8px;border:6px solid #fff;border-color:transparent transparent #fff transparent}
.langu:hover span{color:var(--color);transition:all .3s}
.langu:hover:after{margin-top:-2px;border:6px solid #999;border-color:#999 transparent transparent transparent;transition:all .3s}
.langu .languagebox{display:none;position:absolute;width:100px;left:60%;transform:translateX(-50%);top:80px;text-align:center;z-index:10;font-size: 14px;}
.langu .language{width:100%;margin-top:6px;border:1px solid #e6e6e6;background-color:#fff}
.langu .language a{display:block;padding:6px 0;color:#808080}
.langu .language a:hover{color:#333;background-color:#f5f5f5;transition:all .3s}
.langu:hover .languagebox{display:block;transition:all .3s}









@media (max-width:767px){.langu .container{padding:0 10px}
}



@media (max-width:1400px){.l-wrap1 {
    width: 90%;margin:0 auto}
    .l-wrap2 {
    width: 100%;
        font-size: 12px;
    }
@media (max-width:1240px){
    .home-cp {    padding: 10px;}
    .l-wrap{padding: 0px 30px;}
    .home-foot02 ul li:nth-child(1) {    width: 100%;}
    .home-foot02 ul li:nth-child(2) {    width: 100%;}
    .home-foot02 ul li:nth-child(3) {    width: 100%;margin-top:3%;margin-left: 0;}
    .home-foot06{width:100%}
    .home-foot07{display: none;}
    .home-foot077{display: block;}
    .pro365 .prodbaseinfo_a {
    width: 35%;
    margin-left: 15%;}
    
    
}
@media (max-width:1024px){
    .home-jjfa-text span {    font-size: 28px;    font-weight: 700;}
    .home-jjfa-text p {    font-size: 18px;}
    .home-jjfa-text1 {font-size:12px}
        .home-gywmfl {
    width: 100%;
    float: left;
    text-align: center;}
    .home-gywmfl img {    width: 50%;}
    .home-gywmfr {
    width: 100%;
    float: left;
    padding-top: 0px;}
    .home-gywm {padding:30px}
    .home-gywm02 {
    line-height: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 500;}
    .home-gywm03{display: flex;    margin-top: 50px;}
    .home-gywm03 ul li {    float: left;padding: 20px 0;width:100%}
    .home-wmdys01{width: 100%;}
    header .head-info .head-nav .nav-ul&gt;li:last-child{border-bottom:0px}
    .langu{display:none}
    .langu01{display:block}
    .about_td01 a {width: calc(92% / 2);}
    .about_td01 a:nth-child(3n) {    margin-right: 1%;}
    .abouttb h3 {font-size:30px}
    .con01 {display: flow-root;padding: 10px;}
    .con02 {width: 100%;}
    .con02 img {width:100%}
    .con03 {width: 100%;padding-left: 0px;}
        .pro365 .prodetailsinfo .photo{display: none;}
    .pro365 .prodbaseinfo_a {
    float: right;
    width: 100%;
    z-index: 1;
    }
    .ny_prod{display:block}
    
}
@media (max-width:900px){
    .home-libiao ul li {width: 46%;margin: 2%;}
    .cp_text{font-size:18px}
    .home-text span {font-size:20px;}
    .home-jjfa-nr{display:none}
    .home-jjfa-nr1{display:block}
    .xw01 ul li:nth-child(1){width:100%;margin-right: 0;margin-top:20px;margin-bottom:20px}
    .xw01 ul li:nth-child(2) {  width: 100%;    margin-right:0;margin-top:20px;margin-bottom:20px}
    .xw01 ul li:nth-child(3) {  width: 100%;    margin-right:0;margin-top:20px;margin-bottom:20px}
    .home-jw01 ul li {
    width: 31.3333%;
    margin: 0 1%;}
    .home-jjfa-nr1 .img2 {margin-top:20px}
    

@media (max-width:768px){
    .home-wmdys01 ul li {width:90%}
    .home-wmdys02 {    width: 10%;}
    .banner-bt {margin-top: -50px;}
    .banner-bt a {    line-height: 50px;    width: 16.6666%;}
    .banner-bt01 a {    line-height: 50px;    width: 25%;}
    
    
    .aboutblue_h4{display:none}
    .aboutblue_h44{display:block}
    .pro_cpzx01 a {    width: 46%;    margin: 2% ;}
    .news02{width:100%}
    .news03{width:100%}
    .case_list ul li{width:100%}
    .case_pic img {height:350px}
    .con06 ul li {width: 100%;}
    .eynews .newsli {
    width: 48%;margin:20px 1%}
}
@media (max-width:580px){
    .home-jw01 ul li {
    width: 100%;
    margin: 2%;}
    .about_td01 a { width: calc(98% / 1);}
    .abouttb img {height: 40px;}
    .abouttb h3 {font-size:20px}
    .news01 ul li {display: flow-root;
                border: 1px solid #eee;
                padding: 10px;}
    .case_pic img {height:300px}
    .guest ul li {width: 100%;}
    .guest01_01 {width:100%;}
    .guest01_03 {width:100%;height:150px}
    .guest04 {    width: 100%;    text-align: center;}
    .guest04 a {margin:10px 20px}
    .send-btn {margin:10px 20px}
    .ny_pro_top_l img {
    width: 50%;}
    .pro365 .h3_prodtitle{line-height: 30px;font-size: 16px;}
    
@media (max-width:450px){
    .home-libiao ul li {width: 92%;margin: 3%;}
    .l-wrap{padding: 0px 10px;}
    .home-wmdys {    padding: 50px 0 50px 0;}
    .abouttb ul li {    width: 23%;}
    .abouttb ul li:nth-child(1){margin:0 1%;}
    .abouttb ul li:nth-child(2){margin:0 1% ;}
    .abouttb ul li:nth-child(3){margin:0 1% ;}
    .abouttb ul li:nth-child(4){margin:0 1% ;}
    .pro_cpzx04 li {    width: 50px;}
    .page-num-current, .page-num-current a, .page-num-current a:hover {
    width: 50px;}
    .case_pic img {height:250px}
    .news07 { font-size: 12px;}
    .news07 li span {
    padding: 10px;}
    .home-jjfa-nr1 .img2 {max-width:80%}
    .home-jjfa {    padding: 0px;}
    .home-wmdys03 {
    width: 90%;}
    .eynews .newsli {
    width: 96%;margin:20px 1%}

}
@media (max-width:400px){
.home-foot p {
    font-size: 25px;}
.home-foot05 h1 {
    font-size: 30px;} 
    .case_pic img {height:200px}
}


</pre></body></html>