@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0;}
:focus { outline: 0;}
 input,button,a { outline:0;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display: block;}
ins {background-color: #ff9;color: #000;text-decoration: none;}
mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0; width:60%; }
hr {display: block;height: 1px;border: 0;border-top: 1px solid #e3e3e3;margin: 1em 0;padding: 0;}
input,select {vertical-align: top;}
li,ul {list-style-type: none;}
img {border: none;}
a{text-decoration: none;  }
a:link,a:hover,a:active,a:visited {text-decoration: none;}
input,textarea {outline: 0;border: 0;}
textarea {resize: none;}
h1,h2,h3,h4,h5,h6,dl,dd,dt,i,em {font-weight: normal;font-style: normal;}
ul, li {list-style: none;margin: 0;padding: 0;}
.clearfix:after{content:""; display:block; height:0; clear:both;}
*:before,
*:after {
  z-index: -1;
}

.m {
    max-width: 1680px;
    width: 100%;
    padding: 0 100px;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.pad_top{ padding-top:4.375rem;}
.pad_bot{ padding-bottom:4.375rem;}
.pad_top2{ padding-top: 5.125rem;}
.pad_bot2{ padding-bottom: 5.125rem;}
.fl {float: left;}
.fr {float: right;}
*{ margin:0; padding:0; outline:none; box-sizing: border-box; min-width: 0; }
*:before,*:after{ box-sizing: border-box;}
a{ color:inherit;}
a:focus{ outline: none !important;}
h4, .h4, h5, .h5, h6, .h6,h1, .h1, h2, .h2, h3, .h3,p{ margin:0;}
h5{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
h5 a{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}
svg.drawcircle circle {
    fill: none; box-sizing:border-box;
    stroke-width: 2;
    stroke: none;
    stroke-dasharray: 0 , 188.49;
    stroke-dashoffset:188.49;
    transition: all .3s linear 0s;  
}
svg{ max-width:100%; max-height:100%;} 
.draw_h{ width: 4.125rem !important; height: 4.125rem !important;  display:block; border-radius: 50%; text-align: center; position:relative;}
.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 1px solid rgba(100%,100%,100%,.5); border-radius: 50%;}
svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}
svg.drawcircle circle {
    fill: none; box-sizing:border-box;
    stroke-width: 2;
    stroke: none;
    stroke-dasharray: 0 , 188.49;
    stroke-dashoffset:188.49;
    transition: all .3s linear 0s;  
}
.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.draw_h:hover svg.drawcircle circle { 
    stroke:#fff;
    stroke-dasharray:188.49 , 0;
    stroke-dashoffset:188.49;
    -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
    transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
}
.draw_h:hover .icon{ fill:#0081cc;}

.img_db{ width: 100%; position: relative;}
.img_db:after{ content: ""; display: block; width: 100%; height: 0; padding-top: 65.6%;}
.img_db img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.img_db .pic{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.img_db .pic img{ position: static; width: 31.5625rem; height: 18.125rem; object-fit: contain; }
.txt_left{ text-align: left !important;}
img{ max-width:100%; max-height:100%;}
.img img{ width:100%; height:100%; display: block; transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; object-fit: cover; display: block; }
.pic img{ transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; }

.other_banner{position: relative; height: 500px; overflow: hidden;}
.other_banner .imgbg{ display: block;animation: zoombig 4s linear forwards; background-attachment: fixed;}
.other_banner_text{ width: 100%; position: absolute; left: 0; top: 20vh; color: #fff; z-index: 2;}
.other_banner_text h3{ font-size: 48px; font-weight: 300; margin-bottom: 10px;}
.other_banner_text h4{ font-size: 16px; width:70%; line-height:30px;white-space:normal; height:60px;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
.sbbar{ display: inline-block; position: absolute; left: 50%; bottom: 130px; margin-left: -10px; width: 20px; height: 36px; background: url(../img/sb.png) no-repeat center; z-index: 2;animation:moves 2s linear  infinite;}
.pages_con{ position: relative; }
.page_head{ height: 101px; line-height: 101px; position: absolute; top: -100px;left: 0;width: 100%; background: #fff; border-bottom:1px solid #ddd;    padding: 0 100px;}

.page_wz{ float: left; background: url(../images/wz.png) no-repeat left center; padding-left: 30px; color: #888888;} 
.page_wz:before{ content: ""; display: block; width: 4%; height:1px; background: #ddd; position: absolute; left: -4%; bottom: -1px; z-index: 1;}
.page_wz a{ color: #888;}
.page_nav{ float: right; position: relative;}
.page_nav li{ display: inline-block; position: relative; margin-left: 2vw; float:left}
.page_nav li a{ padding: 0 20px; display: block; font-size:16px}
.page_nav li:before{ content: ""; display: block; z-index: 1; width: 0; height: 4px; background: #fdbe01;position: absolute; left: 0; top: 0; transition: ease .5s;}
.page_nav li.cur:before,.page_nav li:hover:before{ width: 100%;}
.page_nav li.cur a,.page_nav li:hover a{ color: #fdbe01;}

.z-container {width:74%;height:auto;clear: both;margin: 0 auto;}
.z-container2 {width: 1250px;height:auto;clear: both;margin: 0 auto;}
.z-container3 {width: 1200px;height:auto;clear: both;margin: 0 auto;}

/* 手机端导航按钮样式一 */
#nav_btn_box{ height:100%; z-index:999; margin-left:20px; position:fixed; height:4.5rem; right:0; top: 0; display:none; }
#nav_btn_box .m{ height: 100%; display: flex; align-items: center;}
#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{background: #a0a0a0;}
#nav_btn{ cursor: pointer; text-align: center;z-index:998; padding-bottom:4px; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s; outline:none; box-shadow:none;}
#nav_btn .point{display: inline-block;width: 1.875rem;height: 22px; position: relative; outline:none;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s; background: #999; }
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute;left: 0;display: inline-block;width: 100%;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #999;}
.ny #nav_btn .navbtn::after,
.ny #nav_btn .navbtn::before{ background: #999;}
#nav_btn .navbtn::after{top: -6px;}
#nav_btn .navbtn::before{top: 6px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/* 手机端导航按钮样式三 */
.mtrans, .mtrans:hover {
    -webkit-transition: all .8s cubic-bezier(.19,1,.22,1) 0s;
    -moz-transition: all .8s cubic-bezier(.19,1,.22,1) 0s;
    transition: all .8s cubic-bezier(.19,1,.22,1) 0s;
    -ms-transition: all .8s cubic-bezier(.19,1,.22,1) 0s;
  }
.menu-handler{z-index:1000000;background: #fdbe01;width: 48px;height: 45px;cursor:pointer;position: relative;transition:all .3s cubic-bezier(.445,.145,.355,1);-webkit-transition:all .3s cubic-bezier(.445,.145,.355,1);-moz-transition:all .3s cubic-bezier(.445,.145,.355,1);transform: scale(.7);}
.menu-handler .box{display:block;height:45px;overflow:hidden;position:  relative;}
.menu-handler::after{width:48px;height:45px;box-sizing:border-box;content:'';display:block;position:absolute;top:0;left:0;pointer-events:none;border:5px solid rgba(0,0,0,.3);-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:intervalHamburgerBorder;animation-name:intervalHamburgerBorder;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
@-webkit-keyframes intervalHamburgerBorder{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}80%{-webkit-transform:scale(1.6);transform:scale(1.6)}100%{opacity:0;-webkit-transform:scale(1.6);transform:scale(1.6)}}
@keyframes intervalHamburgerBorder{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}80%{-webkit-transform:scale(1.6);transform:scale(1.6)}100%{opacity:0;-webkit-transform:scale(1.6);transform:scale(1.6)}}
.hamburger{width:45px;height:45px;display:block;position:relative;cursor:pointer;float:right;z-index:110;margin-top:50px;margin-right:20px;border:1px solid #fff;pointer-events:auto;-webkit-tap-highlight-color:transparent}
.menu-handler .burger{width: 26px;height: 2px;background: #fff;display:block;position:absolute;z-index:5;top: 13px;left:50%;margin: 0 0 0 -13px;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center;}
.menu-handler .burger-2{top: 21px;}
.menu-handler .burger-3{top: 29px;}
.menu-handler.active .burger-1{top: 22px;-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);}
.menu-handler.active .burger-2{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{top: 22px;-webkit-transform:rotate(-225deg);-moz-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg);}
.fp-viewing-page1 .menu-handler{ opacity: 0; visibility: hidden;}


/*===========================header=============================*/
body{ /*padding-top: 7.5rem;*/}
#header,#nav ul li h3,.top_menu{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#header{ z-index:999; height:7.5rem; width:100%; position: fixed;     background: rgb(253 190 1 / 50%); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); top: 0; z-index: 998; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#header>.m{ display: flex; height: 100%; max-width: 100%; justify-content: space-between; align-items: center; position: static; }
#header .fr{  display: flex; justify-content: space-between; flex-grow: 1; max-width: 1450px;}
#header .line01{ position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255, 255, 255, .3); z-index: -1;}





#header.xg{ background:#fdbe01}











#logo{ flex-shrink:0; }
#logo a{ display: flex; height: 100%; align-items: center;}
#logo img{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#logo .img01{ display: none;}
#logo .img02{ display: block;}
#nav{ flex-grow: 1; margin-left: 6rem;  }
#nav ul{display: flex; flex-grow: 1;}
#nav ul li{ float:left; position:relative; z-index:0; flex-grow: 1; text-align: center; }
#nav ul li>a{ cursor: pointer; display:flex; align-items: center; text-transform:uppercase; justify-content: center; font-size: 0;}
#nav ul li>a>svg{ margin-left: 1.125rem; width: .875rem;}
#nav ul li h3{ font-size:1.125rem; color:#4c4c4c; line-height:7.5rem; overflow:hidden; text-align: center; position:relative; z-index: 1; display:inline-block;}
#nav ul li.on h3,#nav ul li:hover h3{color: #e60012; }
#nav ul li.on svg path,#nav ul li:hover svg path{ fill: #e60012;}
#nav li .sub {position: absolute; background: #fff;  padding:1rem 2rem !important;left: 50%; top: 100%;z-index: 999;transform-origin: 0 0 0;transform: translateY(10px) translateX(-50%);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;opacity: 0;visibility: hidden; display: flex; justify-content: center; padding: 1rem 1.5rem; -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);box-shadow: 0px 3px 5px #3333334d;}
#nav li .sub .box {padding: 0;text-align: left; flex-shrink: 0;}
#nav li .sub .box a{ display: flex; align-items: center; justify-content: flex-start; line-height: 3rem;transition: .3s;font-size: 1rem;color: #505050;text-align: center;white-space: nowrap;}
#nav li .sub a img{ flex-shrink: 0; margin-right: .625rem; width: 1.2rem;}
#nav li .sub h4{ flex-shrink: 0;}
#nav li .sub a:hover {color: #e60012;}
#nav li .sub a.on {color: #e60012;}
#nav li .sub.pro_sub{ width: 600px; left: 0;transform: translateY(10px) translateX(0) !important; justify-content: flex-start;}
#nav li:hover .sub.pro_sub{transform: translateY(0px) translateX(0) !important; background: #fff;}
#nav li:hover .sub {filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;visibility: visible;transform: translateY(0px) translateX(-50%);}
#nav li .sub .box2{ flex-shrink: 0; margin-left: 4rem; padding-left: 4rem; border-left: 1px solid #e3e3e3; padding-top: .5rem;}
#nav li .sub .box2 a{ font-size: .875rem; display: block; line-height: 1.875rem; text-align: left; position: relative; padding-left: 1rem;}
#nav li .sub .box2 a:before{ content: ""; display: block; width: 4px; height: 4px; opacity: 0; visibility: hidden; background: #e60012; border-radius: 50%; position: absolute; left: 0; top: 50%; margin-top: -2px; }
#nav li .sub .box2 a:hover:before{ opacity: 1; visibility: visible;}
.pro_more{ font-size: 12px; color: #e60012; margin-top: 1.5rem;}
.pro_more:before{ display: none !important;}


.top_menu_box{ display: flex; margin-left: 2rem; }
.top_tel{ display: flex; align-items: center; margin-right: 4rem;}
.top_tel svg{ width: 1.75rem; margin-right: .875rem;}
.top_tel span{ font-size: 1.5rem; color: #000;}
.top_menu_box .top_menu{ display: flex; padding: 0 1rem; align-items: center; position: relative; z-index: 1; border-radius: 50%; }
.top_menu_box .top_menu a{  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.top_menu_box .top_menu svg{ width: 1.75rem; height: 1.75rem;}
.top_menu_box .top_menu:hover svg path{ fill: #e60012;}
.top_menu_box .top_menu svg:nth-child(3){ width: 1rem; height: 1rem;}
.top_menu_box .top_menu span{ margin-left: .75rem; margin-right: .375rem; font-size: 1rem; color: #333; transition: .5s;}
.language_sub{ position: absolute; left: 0; top: 100%; width: 140px; background: rgba(255, 255, 255, 0.95); opacity: 0; visibility: hidden; transition: .5s; transform-origin: top; transform: scaleY(0);}
.top_menu_box .top_menu:hover .language_sub{ opacity: 1; visibility: visible; transform: scaleY(1);}
.language_sub a{ display: block; text-align: left; justify-content: flex-start !important; padding: 1rem 2rem; text-transform: uppercase; padding-left: 23%; font-size: .9375rem; color: #666; position: relative; z-index: 1; transition: .5s;}
.language_sub a:before{ content: ""; display: block; width: 100%; height: 1px; background: #eee; position:absolute; left: 0; top: 0; transition: .5s;}
.language_sub a:after{ content: ""; display: block; width: 3px; height: 0; background: #e60012; position:absolute; left: 0; bottom: 0; transition: .5s;}
.language_sub a.on{ background: #d9e5f4;}
.language_sub a.on:after{ height: 100%;}
.language_sub a:hover{ background: #fff;}
.language_sub a:hover:after{ height: 100%; top: 0; bottom: auto;}

/***********************/

/*手机导航开始*/
#m_header{ display:none; height:4.5rem; position:fixed; top:0; width:100%; z-index:996; transition:0s 1.5s; background: rgba(255, 255, 255, 1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);}
#m_header .m{ position:relative; height:100%; display: flex; justify-content: space-between; align-items: center;}
#m_header .top_menu_box{ margin-right: 5rem;}
#m_header .top_menu_box .top_menu a{ height: 4.5rem;}
.m_user{ height:4.5rem; line-height: 4.5rem; margin-right: 4rem; color: #999;}
.m_user a{ display: inline-block; margin: 0 .625rem; color: #666;}
.m_user a svg{ width: 16px;}
.m_user a:hover{ color: #ff0000;}
.m_user a:hover svg path{ fill: #ff0000;}
#m_logo{ transition:0s 1.5s; height:100%; visibility:visible; float: left; display: flex; align-items: center;}
#m_logo img{ display:block; height: 32.5px;}

.m_nav_list{/* flex-direction:column; *//* justify-content: flex-start; */width:100%;/* overflow: auto; */}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav .top_search{ display: flex; justify-content: center; margin-right: 0; margin-top: 1rem; margin-bottom: 1rem;}
#m_nav {
    z-index: 997;
    position: fixed;
    background: #eef2f6;
    width: 100%;
    height:100vh;
    right: 0;
    top: 0;
    display:none;
    padding:50px 0;
    overflow:hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    }
#m_nav::-webkit-scrollbar{ display: none;}
#m_nav.act{pointer-events: auto;top:0; visibility: visible; opacity: 1; }
#m_nav>ul>li{width: 80%;overflow:hidden;padding: 0 1rem;margin: 0 auto; list-style: none !important;}
#m_nav>ul>li+li{border-top: 1px solid rgb(111 111 111 / 10%);}
#m_nav li .a{ display: block; overflow: hidden;}
#m_nav li .a h3{line-height:4.5rem;height:4.5rem;color: #3d3d3d;padding:0;font-size:1.25rem;float:left; font-weight: bold;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title .a i{opacity:1;filter:alpha(opacity=100);display:inline-block;width: 16px;height:4.5rem;float:right;display:inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size:contain;}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #014085;}
#m_nav .title .list a{display:block;font-size:1.125rem;color: #666;text-align:left;line-height:35px;height: 35px;border:0; }
/*三级导航 开始*/
#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}
.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 1000;background-color: rgba(0,0,0,0.4);display: none;}


/*首页banner*/
/*#banner{ position: relative; width: 100%; height: auto;}
#banner:after{ content: ""; display: block; width: 100%; padding-top: 41.66%;}
#banner .swiper-container { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#banner .swiper-slide{ overflow: hidden;}
 #banner .txt{ color: #fff; height: 100%; display: flex; align-items:center; justify-content: center; padding-bottom:6rem;}
#banner .txt{ opacity: 0; } 
#banner .swiper-button-prev{ opacity:.8; left:-5rem;}
#banner .swiper-button-next{ opacity:.8; right:-5rem;}
#banner .swiper-slide.swiper-slide-active .txt{ animation: enter 1.2s forwards .2s;} 
#banner .swiper-button-white{ background: rgba(255, 255, 255, 0.2); display: none; align-items: center; justify-content: center; width: 3.75rem; height: 3.75rem; border-radius: 50%; transition: all 0.6s ease-in-out;}
#banner:hover .swiper-button-prev{ left:2%;}
#banner:hover .swiper-button-next{ right:2%;}
  #banner .swiper-slide {
    overflow: hidden;
  }
  
  #banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat:no-repeat;
  }
    #banner .slide-inner h2{
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    color: #000;
    font-size: 62px;
    padding-top: 20%;
    }*/

#banner{ height:100%; width:100%; position:relative; z-index:0; background:#000; /*overflow:hidden;*/}
#banner .banner_slider{ /*position:absolute; top:0; left:0; width:100%; height:100%;*/}
#banner li{ position:relative;}
#banner li .img{ width:100%; /*height:100vh;*/ z-index:8;  }    
#banner li .img img{ }
@-webkit-keyframes bgscale {
from { -webkit-transform: scale(1.05); transform: scale(1.05); }
to {-webkit-transform: scale(1);  transform: scale(1);}
}
@keyframes bgscale {
from { -webkit-transform: scale(1.05); transform: scale(1.05); }
to {-webkit-transform: scale(1);  transform: scale(1);}
}
@-webkit-keyframes letter {
from { letter-spacing:10px; opacity:0;}
to { letter-spacing:0px; opacity:1;}
}
@keyframes letter {
from { letter-spacing:10px; opacity:0;}
to { letter-spacing:0px; opacity:1;}
}

#banner .slick-current .img{ animation:bgscale 6s linear; animation-fill-mode: forwards; }


#banner .con{ position:absolute; width:100%; height:calc(100vh - 124px); top:0; left:0; z-index:999;text-align:center; }
#banner .txt{ margin:0 auto; color:#fff;}
#banner .txt h3{ font-size:2.5rem;  text-transform:uppercase; margin-bottom:1rem; }
#banner .txt p{font-size: 1.5rem;line-height:3.5rem;text-transform:uppercase;display:block;}
#banner .txt .bn_btn{ display: inline-block; width:8.75rem; height:2.75rem; margin-right:25px; line-height:2.75rem; text-align:center; border-radius:30px; background:#fac943; color:#000; font-size:1rem; }
#banner .txt .bn_btn.white{ background:#fff;}
#banner li.slick-current{ z-index:999;}
#banner .con .txt .dd1{  width:100%; transition:1.1s .6s; opacity:0;/* transform:translateX(100px);*/}
#banner .con .box .dd2{ white-space:nowrap; transition:1.5s .6s; opacity:0;/* transform:translateX(150px);*/}
#banner .slick-current .txt .dd1{ transform:translateX(0px); opacity:1;}
#banner .slick-current .txt .dd2{ transform:translateX(0px); opacity:1;}
#banner .letter span{display: inline-block;opacity: 0;filter: blur(10px);-webkit-filter: blur(10px);transform: translateY(-16px);min-width: 16px;font-family: "Swis721 BlkCn BT";}
#banner .slick-current .letter span{ opacity: 1; filter: blur(0px); -webkit-filter: blur(0px); transform: translateY(0px);}

.appendArrows{ padding-top:23rem;}
#banner .banner-arrow{ left:50%; top:50%; margin-top:0; width:46px; height:46px; background-size:46px !important; z-index:999; float:left; margin-right:10px; cursor:pointer;}
#banner .banner-prev{
    background:url(../images/banner_left.png) center no-repeat;
    }
#banner .banner-next{ 
    background:url(../images/banner_right.png) center no-repeat;
    }

@-webkit-keyframes arrow {
    0% { opacity: 0; -webkit-transform: translate3d(0px, 0px, 0px); }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0px, 5px, 0px); }
}
@keyframes arrow {
    0% { opacity: 0; transform: translate3d(0px, 0px, 0px); }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% { opacity: 0; transform: translate3d(0px, 5px, 0px); }
}

.table{ display:table; table-layout: fixed; text-align:center; width:100%; height:100%}
.table_cell{ display:table-cell; vertical-align:middle}
.j_tab{ display:table; width:100%; height:100%;}
.j_tab_cel{ display:table-cell; vertical-align:middle; width:100%; height:100%;}





  .dotbox .swiper-pagination{ position: static; width: 100%;}
  .dotbox{ position: absolute; left: 0; bottom: 5rem; width: 100%; height: 20px; z-index: 111;}
.dotbox .dots{ width: 20px !important; height: 20px !important; display: inline-block; background: none; opacity: 1; margin-right: 7px; }
.dotbox .dots:before{ border: 0; background: #595959; transform: scale(.4);}
.dotbox .dots svg.drawcircle circle {
    fill: none; box-sizing:border-box;
    stroke-width: 1.5;    
    stroke-dasharray: 0 , 62.8;
    stroke-dashoffset:62.8;
    /* transition: all 6.2s linear 0s;   */
}
.dots.swiper-pagination-bullet-active svg.drawcircle circle { 
    /* stroke:#fff;
    stroke-dasharray:62.8 , 0;
    stroke-dashoffset:62.8;
    -webkit-transition: all 6.2s cubic-bezier(0.11, 0.57, 0.58, 1);
    transition: all 6.2s cubic-bezier(0.11, 0.57, 0.58, 1); */
    animation: svgrotate 6.2s forwards;
}
@-webkit-keyframes svgrotate {
    0% { stroke:rgba(89, 89, 89, .5);
        stroke-dasharray: 0 , 62.8;
        stroke-dashoffset:62.8;}
    100% { stroke:rgba(89, 89, 89, .5);
        stroke-dasharray:62.8 , 0;
        stroke-dashoffset:62.8; }
 }
@keyframes enter {
 }
 
@-webkit-keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
@keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
 


.index_about{ position: relative;}
.index_about:before{ content: ""; display: block; width: 100%; height: 60%; background:#fdbe01; position: absolute; right: 0;top: 0;left:0}
.index_about .about_img{ width: 50%; float: left; position: relative; height: 35.41666666666667vw; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat;}
.about_img .bganimate{ display: block; pointer-events: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #fdbe01; display:none }
@-webkit-keyframes fadebgIn {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadebgIn {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadebgIn {
    -webkit-animation-name: fadebgIn;
    animation-name: fadebgIn
}
.about_desc{ width: 50%; padding: 5.2vw 3.125vw; box-sizing: border-box; background: #eee; float: left; height: 35.41666666666667vw; overflow:hidden;}
.about_desc h3{ font-size: 1.7708333333333333vw; line-height: 1.7708333333333333vw; font-weight: bold; }
.about_desc .desc{ font-size: 15px;max-height: 240px; overflow: hidden; margin: 2.6vw 0; line-height: 30px;}
.index_more{ display: inline-block;transition: ease .4s; border:2px solid #fdbe01; box-sizing: border-box; width: 180px; height: 56px;line-height: 52px; text-align: center; border-radius: 18px; font-size: 16px; color: #000;}
.index_more .iconfont{ display: inline-block; margin-left: 10px; font-size: 20px;}
.index_more:hover{ background: #fdbe01; color: #fff;}
.index_pro{ padding: 100px 0;max-width:100vw; overflow: hidden}

.imgbg{ width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; transition: ease 1s; }

.s_tt{ text-align: center; margin-bottom: 3rem;}
.s_tt h3{ font-size: 2.25rem; color: #4c4c4c; font-weight: bold; margin-bottom: .875rem;}
.s_tt p{ font-size: 1.125rem; color: #fff;background:#fdbe01;display:inline-block;padding:8px 40px;border-radius:12px}


/* 根容器隔离 */
.custom-product-nav {
}

/* 确保内部所有盒模型计算方式统一 */
.custom-product-nav *, 
.custom-product-nav *::before, 
.custom-product-nav *::after {
  box-sizing: border-box;
}

/* 每一行样式 */
.custom-product-nav__row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #eaeaea;
  padding: 16px 0;
}

/* 最后一行不留底边线 */
.custom-product-nav__row:last-child {
  border-bottom: none;
}

/* 一级导航（左侧标题） */
.custom-product-nav__title {
  width: 180px; /* 设定固定宽度 */
  flex-shrink: 0;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  padding-right: 20px;
  line-height: 1.5;
}

/* 二级内容流式布局 */
.custom-product-nav__content {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px; /* 行间距 12px，列间距 24px */
}

/* 子项（文字标签） */
.custom-product-nav__item {
  font-size: 16px;
  color: #555555;
  cursor: pointer;
  line-height: 1.5;
  transition: color 0.2s ease;
}

/* 悬停效果 */
.custom-product-nav__item:hover {
  color: #007bff; /* 默认蓝色，可以改成你网站的主题色 */
}


.index_solve{ position: relative; background: #f1f1f1;}
.solve_box{ width: 50%;float: left;padding: 4.6875vw 6%; padding-left: 12.5%; box-sizing: border-box;}
.solve_tit{ font-size: 36px; font-weight: bold; margin-bottom: 1.5625vw;}
.solve_tab_li li h3{ font-size: 16px;}
.solve_tab_li li a{ display: block;}
.solve_tab_li li{ margin-bottom: 20px; }
.solve_tab_li li .index_more{ height: 40px; display: flex;display: -ms-flexbox; margin-top: 20px; align-items: center;justify-content: center; line-height: 36px; width: 120px; font-size: 14px;}
.solve_tab_li li .desc{ color: #555555; line-height: 24px;}
.solve_tab_li .solve_down{ height: 0; overflow: hidden; transition: ease .6s;  position: relative;}
.solve_tab_li .solve_down:before{ content: ""; display: block;z-index: 1; width:0%; height: 1px; background:#fdbe01; position: absolute; left: 0; bottom: 0; transition: ease .4s;}
.solve_tab_li li.on .solve_down:before{ width: 100%;}
.solve_tab_li li.on h3{ font-size: 22px; color: #fdbe01; font-weight: bold;}
.solve_tab_li li.on .solve_down{ height: auto;padding: 1vw 0 1.5vw;box-sizing: border-box; }
.solve_swiper{ width: 50%;  float: right; overflow: hidden; height: 36.45833333333333vw; position: relative;}
.solve_swiper:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,.3); z-index: 1;}
.solve_swiper li{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0;}
.solve_swiper li .imgbg{transform:scale(1.2); transition: ease 1s; opacity:.5;}
.solve_swiper li.on .imgbg{transform:scale(1); opacity:1;}
.solve_swiper li.on{opacity: 1;}
.solve_num{ position: absolute; left: 20px; bottom: 20px; color: #fff; font-family: "num2"; font-size: 24px; z-index: 2;}
.solve_num .index{ font-size: 60px;}


.index_contact{ background: #eee; padding: 130px 0;overflow:hidden;}
.index_contact .z-container{ position: relative;padding-bottom: 80px;}
.about_fl h3{ font-size: 36px; font-weight: bold;}
.about_fl .desc{ line-height: 28px; margin: 40px 0;}
.about_btnwarp a{ display: inline-block; margin-right: 20px; width: 180px; box-sizing: border-box; height: 50px; line-height: 46px; border:2px solid #fdbe01; border-radius: 25px; text-align: center; font-size: 16px; color: #333;}
.about_btnwarp a .iconfont{ font-size: 24px; vertical-align: middle; display: inline-block; margin-right: 5px;}
.about_btnwarp a.btn2,.about_btnwarp a:hover{ background: #fdbe01; color: #fff;}
.about_map{ position: absolute; width:70%; right: -60px; top: 50%; transform: translateY(-50%);}
.about_map img{ display: block; width: 100%;}
.z_contact_box{ width: 300px; position: absolute; right: 28%; top: 15%; box-shadow: 0 0 20px rgba(0,0,0,.25);}
.z_contact_box .imgbox{ width: 100%; height: 180px;}
.z_contact_box .infobox{ padding: 20px; background: #fff; padding-bottom: 30px; box-sizing: border-box;}
.z_contact_box .tit{ font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.z_contact_box .tit .iconfont{font-size: 20px; color: #fdbe01; display: inline-block; margin-right: 10px;}
.z_contact_box p{  align-items: flex-start; line-height: 24px;}
.z_contact_box p span{ flex-shrink: 0;}

.s_hd{ display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.25rem;}
.s_hd .s_tt{ margin-bottom: 0;}
.s_hd ul{ display: flex; gap: 1.25rem;}
.s_hd ul li a{ font-size: 1rem; color: #000000; font-weight: bold; width:9.0625rem; height: 3.125rem; display: flex; align-items: center; justify-content: center; font-size: .9375rem;color: #494949;border-radius: 1.875rem;position: relative;z-index: 0;overflow: hidden;transition: all ease 600ms;}
.s_hd ul li a:before {content: "";position: absolute;right: 0;top: 0;display: block;height: 100%;width: 100%; background: #f5f7f9; border-radius: 1.875rem;box-sizing: border-box; transition: all ease 600ms;z-index: -1;}
.s_hd ul li a:after {content: "";position: absolute;right: 0;top: 0;display: block;height: 100%;width: 100%;background: #fdbe01;transition: all ease 600ms;z-index: -1; opacity:0; visibility:hidden;}
 
.s_hd ul li.on a:after {  opacity:1; visibility:visible;}
.s_hd ul li.on a {color: #fff;}
@media (min-width: 992px)
{
 
.s_hd ul li a:hover:after { opacity:1; visibility:visible;}
.s_hd ul li a:hover {color: #fff;}
}

.s_news{ width: 100%; overflow: hidden;}
.s_news .bd{}
.s_news .bd .gridbox{ display: grid; grid-template-columns: .515fr .485fr; gap: 2.75rem;}
.news01{}
.news01 ul{ display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem;}
.news01 ul li{}
.news01 ul li .box{ display: block; background: #f5f7f9; padding: 1rem;}
.news01 ul li .img{}
.news01 ul li .img img{ height:94% !important;}
.news01 ul li .img:after{ padding-top: 12.62rem;}
.news01 ul li .txt{ padding: 1rem 0 0;}
.news01 ul li .txt .time{ font-size: .9375rem; color: rgba(0, 0, 0, 0.4);}
.news01 ul li .txt h5{ font-size: 1.125rem; color: #000000; margin-top: 1.2rem; margin-bottom: 1.25rem; height:1.7rem;}
.news01 ul li .txt h5:hover{color: #E60012;}
.news01 ul li .txt p{ font-size: .875rem; line-height: 1.5rem; color: rgba(0, 0, 0, 0.4);overflow: hidden;-webkit-line-clamp: 3;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;height: 70px}
.news01 ul li .txt .more_xinhao{}

.news02{}
.news02 ul{ display: grid; gap: 1rem; grid-auto-rows: 9rem;}
.news02 ul li{ transition: .5s;}
.news02 ul li .box{ display: grid; grid-template-columns: 9.5rem 1fr; gap: 1.875rem; height: 100%; background: #f5f7f9; padding: 1rem}
.news02 ul li .time{ display: flex; align-items: center;    font-family: arial; justify-content: center; flex-direction: column; font-size: 1.0625rem; color: #e60012; border-right: 1px solid #dcdee0;}
.news02 ul li .time span{ font-size: 2.25rem; display: block; margin-bottom: .5rem; }
.news02 ul li .time1{ display: flex; align-items: center;  font-family: arial; font-size: .8rem; color: #9b9898; margin-top:.5rem;}
.news02 ul li .txt{ align-self: center;}
.news02 ul li .txt h5{ font-size: 1.125rem; color: #000000; margin-bottom: 1rem; transition: .5s;}
.news02 ul li .txt p{ font-size: .875rem; line-height: 1.5rem; color: rgba(0, 0, 0, 0.4);}
.news02 ul li:hover h5{ color: #e60012; }
.s_coop{ width: 100%; overflow: hidden; background: url(../images/s_coop_bg.jpg) center no-repeat; background-size: cover;}
.s_coop .box+.box{ margin-top: 17px;}
.s_coop .pic{ background: #fff; display: flex; align-items: center; justify-content: center; height:6rem;}

 .more_xinhao{ display: block; margin-top: 1.875rem; filter: grayscale(100%); opacity: .3; transition: .5s;}
 .more_xinhao:hover{ filter: grayscale(0); opacity: 1;}
 li:hover .more_xinhao{ filter: grayscale(0); opacity: 1;}
 
#foot{ width: 100%; overflow: hidden; background: #2b2b2b; padding-top: 4.25rem;}
#foot .box01{ display: flex; justify-content: space-between; gap: 7rem;}
#foot .box02{ display: flex; justify-content: space-between; align-items: flex-start; gap: 7rem; border-top: 1px solid #474747; margin-top: 4.25rem; padding: 1.25rem 0;}
#foot .box03{ padding: 3rem 0 4rem; }
#foot .box02 .right{ flex-shrink: 0;}
.foot_ewm { display: flex; margin-top: .875rem;}
.foot_ewm .ewm { margin-right: 1.75rem;}
.foot_ewm .ewm .pic { position: relative; width: 5.75rem; height: 5.75rem; }
.foot_ewm .ewm .pic img {}
.foot_ewm .ewm p { font-size: .875rem; color: rgba(255, 255, 255, .57); text-align: center; padding-top: .9375rem;}
.foot_nav { display: flex; justify-content: space-between; flex-grow: 1;}
.foot_nav dl {}
.foot_nav dl dt { font-size: 1.125rem; color: #ffffff; padding-bottom: 2.25rem; position: relative; }
.foot_nav dl dt a{color: #fff}
.foot_nav dl dd { font-size: .875rem;  line-height: 2.25rem; transition: .5s;}
.foot_nav dl dd a{color: #808080;}
.foot_nav dl dd:hover a{ color: #fff;}
.qr-scanner { position: absolute; left: 0; top: 0; height: 100%; width: 100%; pointer-events: none; display:none;}
.qr-scanner .box { height: 100%; width: 100%; position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%); overflow: hidden;}
.qr-scanner .line {height: 100%;width: 100%;background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #e60012 211%);
    border-bottom: 1px solid #e60012;transform: translateY(-100%);animation: radar-beam 2s infinite;animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);animation-delay: 1.4s;}
@keyframes radar-beam {
    0% {transform: translateY(-100%);}
    100% {transform: translateY(0);}
}

.foot_logo{ margin-bottom: 2.5rem;}

.foot_lianxi{}
.foot_lianxi dl{ display: grid; grid-template-columns: 23px 1fr; grid-auto-rows: 1.75rem;}
.foot_lianxi dl dt{}
.foot_lianxi dl dd{ font-size: .875rem; color: #808080;}

.quicklink{ display: flex; flex-wrap: wrap; font-size: .875rem; color: #4c4c4c; line-height: 1.875rem;}
.quicklink i{ display: block; margin: 0 1rem;}
.quicklink a{ color: #4c4c4c; transition: .5s;}
.quicklink a:hover{ color: #fff;}
.copyright{ font-size: .875rem; color: #4c4c4c; line-height: 1.875rem; display:inline-block;}
.website{ font-size: .875rem; color: #4c4c4c; line-height: 1.875rem; display: block; transition: .5s;}
.website:hover{ color: #fff;}


.news_page{ background: #fff; padding: 70px 100px;}
.news_tit { position: relative; margin-bottom: 40px;}
.news_tit h3{ font-size: 36px; font-weight: 300;}

.news_list{ }
.news_list li{ width: 25%;border:1px solid #cccccc;    box-sizing: border-box; border-left: none; overflow: hidden; float: left;transition: ease .4s; border-right:1px solid #ccc;}
.news_list li:first-child{border-left:1px solid #cccccc;}
.news_list li a{ display: block; padding: 30px 20px; box-sizing: border-box;}
.news_list li .log{ color: #fdbe01; margin-bottom: 10px; display: block;}
.news_list li h3{ font-size: 18px; height: 20px; line-height: 20px; font-weight: bold; display:block;white-space: nowrap; overflow: hidden;        /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分用 ... 表示 */}
.news_list li .imgbox{ width: 100%;opacity: 0; transform: translateY(50%); transition: ease .4s; height: 9.375vw; overflow: hidden; margin: 1.5625vw 0;}
.news_list li .mx{
    height: 5.375vw;width:100%;margin: 1.5625vw 0;font-size:14px;line-height:1.6;
}

.news_list li:hover{ background:#fdbe01;}
.news_list li:hover a{ color: #fff;transition: ease .4s;}
.news_list li:hover .log{ color: #fff;}
.news_list li:hover .imgbox{ transform: translateY(0); opacity: 1;}

.news_list2{ margin: 60px 0;border-left: 1px solid #cccccc!important;}
.news_list2 li{margin-top: -1px;     border-left: 1px solid #cccccc!important; margin-left: -1px;}

.pages_con.m{padding:0}
.proxq_page{ margin-top: 80px; background: #fff;overflow:hidden;}
.proxq_page .page_head{ position: relative; top: auto;}
.proxq_page .page_nav li.cur:before,.proxq_page .page_nav li:hover:before{ top: auto; bottom: 0;}
.page_wz .active{ color: #0079b2;}

.newsxq_page{ padding: 70px 100px;}
.newsxq_fl{ width: 66%; float: left;}
.artic_tit h3{ color: #666666;}
.artic_tit .back{ float: right;color: #666666; font-size: 16px;}
.artic_tit .back .iconfont{ display: inline-block; margin-right:5px; font-size: 18px;}
.artic_tit .back:hover{ color: #0079b2;}
.artic_tit h4{ font-size: 32px; font-weight: bold; margin: 20px 0; margin-bottom: 30px;}
.news_timg img{ display: block; width: 100%;}
.news_artic{ padding: 60px 0;}
.news_share,.news_next .tit{ width:25.5%; float: left;}
.news_share a{ display:inline-block; margin-right: 20px!important; background: none!important; padding: 0!important;}
.news_share a.iconfont{ font-size: 24px; color: #bbbbbb;}
.news_share a.iconfont:hover{ color: #0079b2;}
.artic_content{  font-size: 16px; line-height: 28px;}
.artic_content img{ max-width: 100%!important; height: auto!important;}
.news_next{ margin-top: 20px;}
.news_next .tit{ font-size: 20px; font-weight: 600;}
.news_next .con{width: 74.5%; float: right; padding-right: 180px; position: relative; box-sizing: border-box;}
.news_next .con h3{ font-size: 20px; font-weight: 300;}
.news_next .time{ position: absolute; border-top:2px solid #dddddd; padding: 10px ; border-bottom:2px solid #ddd; text-align: center;font-family: "num2"; right: 0; top: 50%; font-size: 16px; color: #999999; transform: translateY(-50%);}
.news_next .time em{ display: block;font-size: 40px; color: #000; line-height: 40px; margin-bottom: 5px; }
.newsxq_fr{ width:28%; float: right;}
.newsxq_fr .tit{ font-size: 26px; font-weight: bold; color: #0079b2;}
.news_tj li a{ display: block; padding: 35px 0; border-bottom:1px solid #cccccc;}
.news_tj li h3{ font-size: 20px; line-height: 34px; height: 68px; font-weight: bold; margin-bottom: 20px;}
.news_tj li h4{ font-size: 16px; color: #999999;}
.news_tj li .lg{color: #0079b2;}
.news_tj li:hover h3{ color: #0079b2;}


/* 基础布局 */
.product-container {
    margin-top: 40px;
    display: flex;
    gap: 80px;
    padding: 20px;
}

/* 侧边栏 */
.product-container .sidebar {
    width: 280px;
    flex-shrink: 0;
}
.product-container .content{
    flex: 1;
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    background: #f5f5f5;
    margin-bottom: 5px;
}

/* 激活状态的标题颜色（橙黄色） */
.menu-item.active .menu-header {
    background-color: #fdbe01;
    color: #fff;
}

.menu-header {
    font-size: 20px;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.menu-header i {
    font-size: 24px;
}

/* 二级菜单 */
.submenu {
    list-style: none;
    padding: 0;
    display: none;
    /* 默认隐藏 */
    background: #f5f5f5;
}

.submenu li a {
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.submenu li a:hover {
    background: #f9f9f9;
    color: #fdbe01;
}

/* 右侧产品网格 */
.prolist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2.375rem;
    row-gap: 2.25rem;
}

.prolist .box {}

.prolist .img {
    border: 1px solid #ededed;
    transition: .5s;
}

.prolist .img .pic {}

.prolist .img img {
    width: 100%;
    height: auto;
    padding: 0;
}

.prolist .img:after {
    padding-top: 86.52%;
}

.prolist .tt {
    height: 3.25rem;
    line-height: 3.25rem;
    transition: .5s;
    text-align: center;
    padding: 0 1rem;
    background: #eeeeee;
    margin-bottom: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prolist .txt {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #808080;
    height: 4.2rem;
}

.prolist .txt ul {}

.prolist .txt ul li {
    list-style: disc;
    margin-left: 1.25em;
}

.prolist .box:hover .img {
    border: 1px solid #fdbe01;
}

.prolist .box:hover .tt {
    background: #fdbe01;
    color: #FFF;
}

/* --- 响应式适配 --- */
@media (max-width: 768px) {
    .product-container {
        flex-direction: column;
        /* 手机端上下排列 */
    }

    .product-container .sidebar {
        width: 100%;
    }

}

/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #fdbe01;
    border-color: #fdbe01;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
