html{width: 100%;}
body{font-size: 16px; background: #F7F8FA; font-family: futura,"Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 28px; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.container{position: relative;width: 1600px;margin: 0 auto;}
.pd50{padding: 0 50px;}




.ind_container{position: relative;max-width: 1800px;margin: 0 auto;}
.w1540{position: relative;width: 1560px;margin: 0 auto;}
.w1360{position: relative;width: 1360px;margin: 0 auto;}
/* 大屏适配：分辨率大于1600px时，宽度改为1560px */
@media screen and (min-width: 1600px) {
    .w1360{width: 1560px;}
}
.w1200{position: relative;width: 1200px;margin: 0 auto;}


/*************************** header start **************************/
.Header-wrapper{z-index:99;}
.Header-wrapper .Header-cl{position:relative;}
.header-container{width:100%;background:#fff;position:fixed;top:0px;left:0px;z-index:9999;}

/*logo*/
.H-logo{height:100px;line-height:100px;font-size:0px;float:left;position:relative;overflow:hidden;z-index:5;margin-left:2.6%;}
.H-logo img.rollover{display:none;}
.H-logo img{
    height:50%;
    width:auto;
    max-width:100%;
    object-fit:contain;
    margin:7.5px 0; /*上下居中留白*/
}
.H-action{float:right;margin:0 0 0 0;}
.H-action .split{display:block;width:1px;height:16px;background:rgba(255,255,255,.5);float:left;margin:27px 0 0;}

.H-lang,.H-srch{height:100px;float:left;}

/*Hlang — 直接展示，无下拉*/
.H-lang{position:relative;border-left:1px solid #e5e5e5;display:flex;align-items:center;padding:0 18px;gap:6px;height:100px;}
.H-lang .Hlang-icon{display:inline-block;width:22px;height:22px;background:url(../images/icon-hlang.png) no-repeat center center/contain;flex-shrink:0;}
.H-lang .Hlang-cn,
.H-lang .Hlang-en{font-size:18px;color:#333;line-height:1;white-space:nowrap;transition:color .2s;}
.H-lang .Hlang-cn:hover,
.H-lang .Hlang-en:hover{color:#ffcc00;}
.H-lang .Hlang-sep{font-size:16px;color:#999;line-height:1;}

.HnavSub-img{display:block;width:23.98333333333333%;height:173px;overflow:hidden;float:left;}
.HnavSub-img img{width:100%;height:100%;object-fit:cover;}

@media all and (min-width:980px){
    .H-nav>li:hover .Hnav-sub{height:auto;opacity:1;visibility:visible;margin-top:0;animation:none;-webkit-animation:none;}
}
/*right menu*/
@keyframes fadeInUp{
    0%{transform:translateY(0px);-webkit-transform:translateY(0px);opacity:0;}
    100%{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}
}
@keyframes fadeInDown{
    0%{transform:translateY(0px);-webkit-transform:translateY(0px);opacity:0;}
    100%{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}
}


/*Huser*/
.Huser-menu{display:block;width:53px;height:100%;background:url(../images/icon-huser.png) no-repeat center center;float:left;}
.Huser-name{display:block;padding:0 15px;line-height:80px;color:#fff;}

/*Hsrch*/
.H-srch{background:#575757;width:100px;text-align:center;position:relative;z-index:10;}
.H-srch .Hsrch-menu{display:block;width:100px;height:100%;background:url(../images/icon-hsrch.png) no-repeat center center;cursor:pointer;transition:opacity .3s ease;}
.H-srch .Hsrch-menu:hover{opacity:.7;}
.Hsrch-box{width:100%;background:#f9f9f9eb;position:fixed;top:100px;left:0px;z-index:9998;opacity:0;visibility:hidden;transform:translateY(-12px);transition:opacity .35s ease,transform .35s ease,visibility .35s ease;box-shadow:0px 0px rgba(0,0,0,.1);}
.Hsrch-box.active{opacity:1;visibility:visible;transform:translateY(0);}
.Hsrch-block{max-width:800px;margin:0 auto;padding:32px 40px;display:flex;align-items:center;justify-content:center;}
.Hsrch-block form{width:100%;display:flex;align-items:center;gap:16px;}
.Hsrch-block .btn{width:32px;height:32px;background:url(../images/icon-hsrch2.png) no-repeat center center;background-size:contain;border:none;cursor:pointer;flex-shrink:0;order:2;transition:opacity .3s ease;}
.Hsrch-block .btn:hover{opacity:.7;}
.Hsrch-block .close{display:block;width:28px;height:28px;background:url(../images/icon-close.png) no-repeat center center;background-size:contain;cursor:pointer;flex-shrink:0;position:absolute;top:36px;right:40px;transition:transform .3s ease,opacity .3s ease;}
.Hsrch-block .close:hover{transform:rotate(90deg);opacity:.7;}
.Hsrch-block .text{flex:1;height:48px;font-size:20px;border:none;border-bottom:2px solid #333;background:transparent;outline:none;order:1;transition:border-color .3s ease;color:#333;}
.Hsrch-block .text:focus{border-bottom-color:#575757;}
.Hsrch-block .text::-webkit-input-placeholder{color:#999;font-weight:300;}
.Hsrch-block .text::-moz-placeholder{color:#999;font-weight:300;}
.Hsrch-block .text:-ms-input-placeholder{color:#999;font-weight:300;}
.Hsrch-menu.cur{opacity:1;}

.Header-wrapper.Header-searching .H-logo img{display:none;}
.Header-wrapper.Header-searching .H-logo img.rollover{display:inline-block;}

/*Hnav*/
.H-nav{float:left;margin:0 0 0 13.4%;}
.H-nav>li{padding:0 30px;float:left;position:relative;}
.H-nav .Hnav-menu{display:block;height:100px;line-height:100px;font-size:20px;font-weight: bold;color:#333;position:relative;}
.H-nav .Hnav-menu:after{position:absolute;content:"";left:-10%;bottom:0px;width:120%;height:3px;background:#ffcc00;opacity:0;}
.Hnav-menu i{display:block;width:50px;height:50px;background:url(../images/icon-dd1.png) no-repeat center center / 14px auto;position:absolute;right:0px;top:0px;z-index:2;display:none;}
.Hnav-menu.cur i{transform:rotate(-180deg);-webkit-transform:rotate(-180deg);}
.Hnav-sub{width:160px;background:#fff;position:absolute;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;-webkit-transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;z-index:44;border-top:none;padding:0;display:block;}
.HnavSub-list{width:100%;float:none;margin-left:0;padding:12px 0;}
.HnavSub-list li{width:100%;padding:0;float:none;}
.HnavSub-list li a{display:block;height:50px;line-height:50px;text-align:center;color:#333;background:none;padding-left:0;border-bottom:none;font-size:14px;font-weight:normal;transition:.3s;-webkit-transition:.3s;}
.H-nav>li.cur .Hnav-menu,.H-nav li:hover .Hnav-menu{color:#ffcc00;}
.H-nav li.cur .Hnav-menu:after,.H-nav li:hover .Hnav-menu:after{opacity:1;}
.HnavSub-list li.cur a,
.HnavSub-list li a:hover{background:#575757;color:#fff!important;border-color:#093c85;}

.HnavSub-box{padding:0 0 0 4.91667%;width:38%;color:#666;border-left:1px solid rgba(255,255,255,.2);position:relative;float:right;margin:3px 0 0 0;border-left:1px solid #575757;}
.HnavSub-box .c{line-height:30px;font-size:14px;margin:0px 0 0;opacity:.65;}
.HnavSub-box a:hover{color:#ffcc00;}
.Hnavsubpro{display: none;}

.HnavSub-img{display:block;width:23.98333333333333%;height:173px;overflow:hidden;float:left;}
.HnavSub-img img{width:100%;height:100%;object-fit:cover;}


.wap_header{width: 100%; height: 60px; padding: 0 12px; display: none; justify-content: space-between; align-items: center; background: #fff; position: fixed; left: 50%; top: 0; transform: translateX(-50%); z-index: 999999;box-sizing: border-box;border-bottom: 1px solid #ddd;}
.wap_header .toggle{display: block; width: 25px; height: 24px; position: relative; z-index: 6;}
.wap_header .toggle i{display: block; width: 30px; height: 3px; background: #000; position: absolute; left: 0; transition: all ease .35s;}
.wap_header .toggle i:nth-of-type(1){top: 0;}
.wap_header .toggle i:nth-of-type(2){top: 10px;}
.wap_header .toggle i:nth-of-type(3){top: 20px;}
.wap_header .toggle.on i{background: #000;}
.wap_header .toggle.on i:nth-of-type(1){top: 8px; transform: rotate(45deg);}
.wap_header .toggle.on i:nth-of-type(2){width: 0;}
.wap_header .toggle.on i:nth-of-type(3){top: 8px; transform: rotate(-45deg);}
.wap_header #h60{height: 60px;}
.wap_header .maskbg{width: 100%; height: 100vh; background: rgba(0,0,0,.5); display: none; position: fixed; left: 0; top: 0; z-index: 3;}
.wap_header .maskbg.on{display: block;}
.wap_header .nav{width: 240px; background: #fff; height: 100vh; padding: 56px 0 20px 0; position: fixed; right: 0; top: 0; z-index: 5; transform: translateX(100%); opacity: 0; transition: transform .4s,opacity .4s;}
.wap_header .nav.open{transform: translateX(0); opacity: 1;}
.wap_header .nav > ul{height: calc(100vh - 230px); margin: 0 auto; position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.wap_header .nav ul li{border-top: 1px solid #ddd; margin: 0 20px; line-height: 40px; font-size: 14px; position: relative;}
.wap_header .nav > ul > li:first-child{border-top: 0 none;}
.wap_header .nav ul li a{height: 60px; line-height: 60px; display: block; padding-right: 30px; font-size: 14px; color: #333;}
.wap_header .nav ul li a:active  {color: #ffcc00 !important;}
.wap_header .nav ul li ul{display: none;}
.wap_header .nav ul li i{width: 30px; height: 60px; font-size: 16px; color: #9c9c9c; position: absolute; right: 0; top: 0; transition: transform .5s;}
.wap_header .nav ul li i.down{color: #ffcc00; transform: rotate(90deg);}
.wap_header .nav ul li .icon{background: url(../images/yjt.png)no-repeat;background-size: 20px !important;background-position: center !important;}
.wap_header .nav ul li ul li{margin-right: 0;}
.wap_header .nav ul li ul li a{color: #666; height: 40px; line-height: 40px; font-size: 14px;}
.wap_header .nav ul li ul li i{top: -10px;}
.wap_header .logo{float: left;margin-top: 13px;position: relative;height: 35px;}
.wap_header .logo img{height: 100%;}
.wap_header .toggle{float: right;margin-top: 18px;}
.wap_header .dropdown{float: right;margin-top: 18px;margin-right: 20px;position: relative;}
.wap_header #dLabel{border: 1px solid #9C9C9C;background: none;color: #9C9C9C;padding: 2px 5px;font-size: 12px;position: relative;}
.wap_header .dropdown-menu{background: #222;min-width: auto !important;text-align: center;}
.wap_header .dropdown-menu li a{color: #9C9C9C !important;transition: .3s;font-size: 14px !important;}
.dropdown-menu {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 160px;padding: 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, .15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);box-shadow: 0 6px 12px rgb(0 0 0 / 18%);width: 100%;}
.open>.dropdown-menu {display: block;}
.caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-right: 4px solid transparent;border-left: 4px solid transparent;}


.header_zw{display: block;height: 100px;width: 100%;}


/*************************** header end **************************/




/*************************** banner start **************************/
.swiper-container_banner{width: 100%;overflow: hidden;}
.banner{width: 100%;position: relative;}
.banner-img{width: 100%;overflow: hidden;}
.banner-img img{width: 100%;object-fit: cover;height: auto;}
.banner-pc-img{display: block;min-height: 100%;}
.banner-mobile-img{display: none;}
.banner-words{width: 94%;position: absolute;left: 3%;top: 50%;text-align: center;transform: translate(0,-50%);}
.banner-words h4{font-size: 60px;line-height: 60px;color: #fefefe;font-weight: bold;}
.banner-words h4 span{color: #0ba29a;}
.banner-words h6{width: 100%;overflow: hidden;margin-top: 14px;}
.banner-words h6 span{font-size: 23px;color: #fefefe;position: relative;padding-left: 20px;margin-right: 24px;}
.banner-words h6 span:before{content: "";position: absolute;width: 6px;height: 6px;border-radius: 100%;border: 2px solid #fff;top: 50%;margin-top: -3px;left: 0;}
.banner-words a{display: inline-block;font-size: 18px;color: #fff;margin-top: 62px;position: relative;padding: 4px 0;}
.banner-words a:after{position: absolute;content: "";width: 20px;height: 20px;background: url('../images/arr-right.png') no-repeat center center;top: 50%;right: -24px;margin-top: -10px;}
.banner-words a:before{content: "";position: absolute;width: 0%;height: 1px;background: #fff;left: 0;bottom: 0;transition: all .4s linear;}
.banner-words a:hover:before{width: 100%;}
.swiper-slide-active .banner-words h4 {animation: bannerupT 1s ease both;animation-delay:900ms;}
.swiper-slide-active .banner-words h6 {animation: bannerupT 1s ease both;animation-delay:300ms;}
.swiper-slide-active .banner-words a {animation: bannerupB 1s ease both;animation-delay:600ms;}
@keyframes bannerupT {0% {transform: translateY(-60px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@keyframes bannerupB {0% {transform: translateY(60px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
.banner .swiper-pagination{bottom: 30px;}
.banner .swiper-pagination-bullet {width: 18px;height: 18px;display: inline-block;border-radius: 100%;background: transparent;border: 1px solid #fff;opacity: 1;}
.banner .swiper-pagination-bullet-active {opacity: 1;position: relative;}
.banner .swiper-pagination-bullet-active:after {content: "";width: 10px;height: 10px;position: absolute;left: 50%;top: 50%;background-color: #fff;border-radius: 100%;margin-top: -5px;margin-left: -5px;}


/*************************** banner end **************************/



.ind_tit{text-align: center;font-size: 40px;line-height: 40px;font-family: Microsoft YaHei;font-weight: bold;color: #1D1D1F;padding: 60px 0;}

/*************************** sec1 start **************************/
.sec1{background: url(../images/sec3_bg.jpg) center/coverpadding-bottom: 70px;}
.heixinlistbox {position: relative;}
.heixinlist {width: 100%;visibility: visible;animation-duration: 1s;}
.hxin_item {position: relative;width: 940px;margin: 0 40px;}
.hitbox{overflow: hidden;}
.hitbox img{width: 100%;}
.heixinlist .slick-active .hitbox img{filter: blur(0px);}
.hitbox img {transition: all 1s;width:100%;}
.heixinlist .slick-prev, .heixinlist .slick-next {width: 91px;height: 56px;z-index: 50;font-size: 0;display: block;position: absolute;top: 50%;margin-top: -90px;opacity: .5;transition: .3s;cursor: pointer;}
.heixinlist .slick-prev:hover, .heixinlist .slick-next:hover {opacity: 1;}
.heixinlist .slick-next {right: 18.6%;background: url(../images/next.png) no-repeat center rgba(0,0,0,0.5);background-size:60%;right: 50%;margin-right: -515px;}
.heixinlist .slick-prev {left: 18.6%;background: url(../images/prev.png) no-repeat center rgba(0,0,0,0.5);background-size:60%;left: 50%;margin-left: -515px;}
.heixinlist .slick-dots {text-align: center;}
.slick-dots li.slick-active {background: #999;}
.heixinlist .slick-dots li.slick-active {background: #ffcc00;border-color:#ffcc00;}
.heixinlist .slick-dots li{width:0px;height:0px;border-radius: 0;background:#d2d2d2;border-color:#d2d2d2;display: inline-block;transition: all .3s ease-out 0s;margin: 0 6px;cursor: pointer;}
.heixinlist .slick-dots li button{font-size: 0;}
.heixinlist .hitdesc{font-size: 24px;font-family: Microsoft YaHei;font-weight: bold;color: #333333;line-height: 30px;text-align: center;margin: 40px 0 45px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition.3s;opacity: 0;}
.heixinlist .slick-active .hitdesc{opacity: 1;}
/* 应用领域-鼠标悬停效果（与内页list/3.html保持一致） */
.sec1 .hxin_item .hitbox{overflow: hidden;}
.sec1 .hxin_item .hitbox img{width: 100%;transition: .6s;}
.sec1 .hxin_item:hover .hitbox img{transform: scale(1.05);}
.sec1 .hxin_item:hover .hitdesc{color: #ffcc00;}



/*************************** sec1 end **************************/




/*************************** sec2 start **************************/
.sec2{background: url(../images/sec2_bg.jpg) center/cover}
.pro_box{padding: 80px 130px 80px;}
.pro_desc{width: 400px;float: left;}
.pro_desc h2{font-size: 40px;font-family: Microsoft YaHei;font-weight: bold;color: #333333;display: block;line-height: 40px;margin-bottom: 55px;}
.pro_desc h3{font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 24px;display: block;}
.pro_desc h4{font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 24px;display: block;margin-top: 30px;}
.pro_desc a{display: block;text-align: center;width: 160px;height: 45px;line-height: 43px;border: 1px solid #333333;font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;margin-top: 85px;}
.pro_desc a:hover{background: #fff;color: #ffcc00;}

.pro_sel{text-align: right;margin: 40px 0 20px;}
.pro_sel a{font-size: 16px;font-weight: 400;color: #333333;line-height: 30px;margin-left: 20px;}
.pro_sel a:hover{color: #ffcc00;}

.pro_img{width: calc(100% - 400px);float: left;padding-left: 60px;}
.pro_img .img{overflow: hidden;}
.pro_img .img img{width: 100%;transition: .6s;}
.pro_img .img:hover img{transform: scale(1.1);}

.pro_img .mySwiper-pro {width: 100%;height: 100%;position: relative;overflow: hidden;}
.pro_img .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

/*************************** sec2 end **************************/




/*************************** sec3 start **************************/
.video_box{position: relative;}
.video_box video{width: 100%;display: block;min-height: 300px;object-fit: cover;}
.video_desc{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;}
.video_desc p{font-size: 36px;font-family: Microsoft YaHei;font-weight: bold;color: #FFFFFF;line-height: 36px;margin-bottom: 25px;width: 100%;}
.video_desc span{font-size: 18px;font-weight: 400;color: #FFFFFF;line-height: 24px;cursor: pointer;}
.video_desc span img{margin-right: 20px;}

.layui-layer-video{max-width: 1200px;}
.layui-layer-video video{display: block;width: 100%;}
/*************************** sec3 end **************************/




/*************************** sec4 start **************************/
.sec4{padding-bottom: 100px;}
.sec4 .ind_container{background: #fff;max-width: 100%;}
.mc_a1s1_li {float: left;width: 33.333333%;}
.mc_a1s1_a {display: block;padding: 50px 40px 50px;}
.mc_a1s1_li:not(:last-child) {border-right: 1px solid #e5e5e5;}
.mc_a1s1_date {font-size: 16px;color: #333;line-height: 20px;margin-bottom: 25px;}
.mc_a1s1_date i,.mc_a1s1_date em {font-size: 18px;line-height: 20px;}
.mc_a1s1_txt {font-size: 24px;line-height: 34px;color: #000000;height: 68px;overflow: hidden;margin-bottom: 30px;}
.mc_a1s1_morebtn {position: relative;z-index: 1;display: inline-block;vertical-align: top;padding: 0 40px;line-height: 48px;font-size: 14px;color: #fff;}
.mc_a1s1_morebtn::before {content: "";position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;border-radius: 30px;background: #333;transition: all .36s;transform: scale(1) !important;}
.mc_a1s1_morebtn::after {content: "";position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;border-radius: 30px;border: 1px solid #333;opacity: 0;transform: scale(1);transition: all .36s;box-sizing: border-box;}
.mc_a1s1_imgbox {margin-bottom: 50px;overflow: visible;}
.mc_a1s1_imgbox::before {content: "";position: absolute;left: 0;bottom: -20px;z-index: 1;width: 100%;height: 1px;background: #e5e5e5;}
.mc_a1s1_imgbox::after {content: "";position: absolute;left: 0;bottom: -20px;z-index: 2;width: 0;height: 1px;background: #333;transition: all .5s;}
.mc_list_imgbox {position: relative;}
.mc_list_png {width: 100%;position: relative;z-index: 1;top: 0;left: 0;}
.mc_list_img {width: 100%;height: 100%;position: absolute;z-index: 2;top: 0;left: 0;}
.mc_a1s1_a:hover .mc_a1s1_morebtn::before {transform: scale(.5);opacity: 0;}
.mc_a1s1_a:hover .mc_a1s1_morebtn::after {transform: scale(1);opacity: 1;}
.mc_a1s1_a:hover .mc_a1s1_morebtn {color: #333;}
.mc_a1s1_a:hover .mc_a1s1_imgbox::after {width: 100%;}
.mc_a1s1_a:hover {box-shadow: 15px 9px 14px 2px rgba(110, 117, 129, .18);}
.sec4 .ind_container{border-top: 1px solid #E5E5E5;}
.mc_a1s1_list{padding: 0 140px;}

/*************************** sec4 end **************************/




/*************************** footer start **************************/
.footer{background: url(../images/footer_bg.jpg) center/cover;}

/* 上方foot1完全不动 */
.foot1{padding: 60px 0px 70px;}
.foot1 .f_nav{width: calc(100% - 500px);float: left;}
.foot1 .f_nav dl{width: 20%;float: left;}
.foot1 .f_nav dt{font-size: 18px;font-family: Microsoft YaHei;font-weight: bold;color: #FFFFFF;margin-bottom: 18px;}
.foot1 .f_nav dd a{font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #000;line-height: 32px;}

/* foot2 布局 */
.foot2{
    border-top: 0px solid #000000;
    padding: 12px 0;
}
.foot2 .ind_container {
    display: flex;
    justify-content: space-between; /* 左右板块分开 */
    align-items: center; /* 左右板块垂直居中 */
}

/* 左边文字样式 */
.foot2 .foot_left .links span,
.foot2 .foot_left .bq span,
.foot2 .foot_left .bq a{
    font-size: 15px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    color: #ffffff;
    line-height: 24px;
}
.foot2 .foot_left .bq a{margin-left: 0px;}

/* ========== 重点修改：二维码+文字垂直排列 ========== */
.foot2 .foot_right{
    text-align: center; /* 文字居中 */
    /* 改为垂直方向的flex布局 */
    display: flex;
    flex-direction: column; /* 让内容从上到下排列 */
    align-items: center; /* 水平居中 */
    gap: 8px; /* 二维码和文字之间的间距 */
}
.foot2 .foot_right .f_logo img{
    width: 80px; /* 按你二维码实际大小调整 */
    height: 80px;
}
.foot2 .foot_right span{
    font-size: 15px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    color: #ffffff;
    margin: 0; /* 清除默认上下边距 */
}

/* 保持原有padding不变 */
.foot1,.foot2{padding-left: 200px;padding-right: 200px;}

.footer a:hover img{opacity: .6;}

/*************************** footer end **************************/




@media screen and (max-width:1600px) {
        .H-nav {float: left;margin: 0 0 0 10%;}
    .H-nav>li{padding: 0 20px;}
    .banner-words h4{font-size: 50px;}
    .hxin_item{width: 800px;}
    .heixinlist .slick-next{margin-right: -440px;}
    .heixinlist .slick-prev{margin-left: -440px;}
    .ind_tit{padding: 50px 0;font-size: 36px;line-height: 36px;}
    .pro_box{padding: 70px 50px 70px;}
    .mc_a1s1_list{padding: 0 50px;}
    .foot1, .foot2{padding-left: 50px;padding-right: 50px;}
    .Header-wrapper .ind_container{padding: 0 50px;}
    
}
@media screen and (max-width:1400px) {
        .H-nav {float: left;margin: 0 0 0 5%;}
    .H-nav>li{padding: 0 10px;}
    .banner-words h4{font-size: 50px;}
    .hxin_item{width: 800px;}
    .heixinlist .slick-next{margin-right: -440px;}
    .heixinlist .slick-prev{margin-left: -440px;}
    .ind_tit{padding: 50px 0;font-size: 36px;line-height: 36px;}
    
    
}

.pc_class{display: block;}
.wap_class{display: none;}
@media screen and (max-width:1199px) {
    .pc_class{display: none;}
    .wap_class{display: block;}
    .header_zw{height: 60px;}
    
    .ind_container{padding: 0 20px;}
    
    .pro_box{padding: 50px 40px 50px;}
    .mc_a1s1_list{padding: 0 0px;}
    .mc_a1s1_a{padding: 45px 20px 45px;}
    
    .banner-words h4{font-size: 30px;line-height: 34px;}
    .banner-words a{display: none;}
    .banner-pc-img{display: none;}
    .banner-mobile-img{display: block;min-height: 100%;}
    .banner .swiper-pagination{bottom: 0;}
    .banner .swiper-pagination-bullet{width: 14px;height: 14px;}
    .banner .swiper-pagination-bullet-active:after{width: 10px;height: 10px;}
    
    .ind_tit{font-size: 32px;padding: 30px 0 30px;}
    .pro_desc h2{font-size: 32px;margin-bottom: 20px;}
    .heixinlist .hitdesc{margin: 20px 0 20px;font-size: 18px;opacity: 1;}
    .video_desc{left: 0;width: 100%;transform: translate(0,-50%);}
    .video_desc p{font-size: 24px;}
    .video_desc span img{width: 40px;}
    .video_desc span{font-size: 16px;}
    .mc_a1s1_txt{font-size: 20px;line-height: 26px;margin-bottom: 30px;height: 52px;}
    .mc_a1s1_morebtn{line-height: 46px;padding: 0 30px;}
    .mc_a1s1_imgbox{margin-bottom: 40px;}
    .foot1 .f_nav{width: calc(100% - 350px);}
    .foot2 a, .foot2 span{line-height: 26px;}
    .heixinlist .slick-prev, .heixinlist .slick-next{opacity: 1;}
    
    .sec4{padding-bottom: 80px;}
    .pro_sel{display: none;}
    .pro_img{padding-left: 40px;}
    .pro_img .mySwiper-pro{margin-top: 80px;}
    
    .hxin_item{width: 100%;margin: 0 20px;}
    .heixinlist .slick-next{right: 0;margin-right: 30px;}
    .heixinlist .slick-prev{left: 0;margin-left: 30px;}
    
}
@media screen and (max-width:978px) {
    .pro_img{width: 100%;float: none;padding: 0;}
    .pro_desc{width: 100%;float: none;}
    .pro_desc a{margin-top: 40px;}
    .pro_desc h4{margin-top: 10px;}
    .foot1 .f_nav{display: none;}
    .foot1 .f_more{float: none;width: 100%;}
    .foot2 .foot_left{width: 100%;text-align: center;}
    .foot2 .links{display: block;text-align: center;margin-bottom: 10px;}
    .foot2 .links span{font-size: 13px;line-height: 24px;}
    .foot2 .bq{text-align: center;}
    .foot2 .foot_right{display: none;}
    .foot1{padding: 35px 0px;}
    .foot2{padding: 20px 0px;}
    .foot2 a, .foot2 span{line-height: 20px;display: block;}
}
@media screen and (max-width:780px) {
    .ind_container{padding: 0 15px;}
    .ind_tit{font-size: 26px;}
    .hxin_item{margin: 0;}
    .heixinlist .slick-prev, .heixinlist .slick-next{zoom: .7;}
    .heixinlist .slick-next{margin-right: 20px;}
    .heixinlist .slick-prev{margin-left: 20px;}
    .sec1{padding-bottom: 0px;}
    .pro_box{padding: 30px 25px 30px;}
    .pro_desc h2{font-size: 26px;}
    .pro_desc h3{font-size: 16px;line-height: 24px;}
    .pro_desc h4{line-height: 20px;margin-top: 15px;}
    .pro_desc a{width: 140px;height: 40px;line-height: 38px;}
    .pro_img .mySwiper-pro{margin-top: 40px;}
    .mc_a1s1_txt{font-size: 16px;line-height: 24px;height: 50px;margin-bottom: 20px;}
    .mc_a1s1_date{font-size: 14px;margin-bottom: 20px;}
    .mc_a1s1_morebtn{font-size: 12px;line-height: 40px;}
    .mc_a1s1_imgbox{margin-bottom: 30px;}
    
}

@media screen and (max-width:618px) {
    .mc_a1s1_li{width: 100%;float: none;border-right: none !important;}
    .mc_a1s1_a{padding: 20px 0px 20px;}
    .mc_a1s1_date{font-size: 12px;margin-bottom: 10px;}
    .mc_a1s1_txt{margin-bottom: 20px;}
    .banner-words h4{font-size: 24px;}
    .video_desc p{font-size: 20px;}
    .video_desc span{font-size: 14px;}
    
}
























.ny_banner{position: relative;}
.ny_banner img{display: block;width: 100%;min-height: 100%;object-fit: cover;}
.ny_banner .nb_tit{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;font-size: 48px;text-align: center;font-family: Microsoft YaHei;font-weight: bold;color: #FFFFFF;}




/*************************** 关于我们 start **************************/
.ab_tit{text-align: center;font-size: 40px;font-family: Microsoft YaHei;font-weight: bold;color: #1D1D1F;line-height: 40px;display: block;margin: 0px 0 50px;}

.abs1{padding: 60px 0 60px;}
.abs1 h3{font-size: 17px;font-family: Microsoft YaHei;font-weight: 400;color: #333;line-height: 24px;}


.abs2{background: url(../images/abs2_bg.jpg) center/cover;text-align: center;padding: 80px 0 80px;}
.abs2 h2{font-size: 40px;font-weight: bold;font-family: Microsoft YaHei;color: #FFFFFF;line-height: 56px;display: block;margin-bottom: 30px;}
.abs2 h3{font-size: 20px;font-family: Microsoft YaHei;font-weight: bold;color: #FFFFFF;line-height: 30px;display: block;max-width: 1080px;margin: 0 auto;}
.abs2 h4{font-size: 16px;font-family: Microsoft YaHei;font-weight: bold;color: #ffffff;line-height: 24px;display: block;margin: 10px auto 0;opacity: .9;}
/* 使命与愿景：上下两个内容块之间的间距 */
.abs2 p{height: 30px;}


.abs3{padding: 130px 0 120px;}
.sh-year {position: relative;z-index: 1}
.sh-year::before {position: absolute;top: 50%;right: 0;left: 0;height: 1px;content: '';opacity: .1;background-color: #ffcc00}
.shy-box {position: relative}
.slick-hyear {margin-right: 240px;margin-left: 240px}
.slick-hyear .slick-current span {-moz-transform: scale(1);-ms-transform: scale(1);-webkit-transform: scale(1);transform: scale(1)}
.shyear-item {text-align: center}
.shyear-item span {font-family: Microsoft YaHei;font-size: 100px;line-height: 1;position: relative;display: inline-block;vertical-align: top;color: #ffcc00;-moz-transition: -moz-transform 2s;-o-transition: -o-transform 2s;-webkit-transition: -webkit-transform 2s;transition: transform 2s;-moz-transform: scale(0);-ms-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);font-weight: bold;}
.shyear-item span::before {position: absolute;top: 50%;left: -50px;width: 10px;height: 10px;margin-top: -5px;content: '';border-radius: 50%;background-color: #ffcc00}
.shy-arrow {font-size: 30px;line-height: 50px;position: absolute;top: 50%;width: 50px;height: 50px;margin-top: -25px;cursor: pointer;text-align: center;color: #fff;border-radius: 50%;background-color: #ffcc00;-moz-transition: -moz-transform .4s;-o-transition: -o-transform .4s;-webkit-transition: -webkit-transform .4s;transition: transform .4s}
.shy-arrow img{position: relative;top: -3px;}
.shy-prev {left: 0}
.shy-next {right: 0;}
.shy-left,.shy-right {position: absolute;top: 50%;overflow: hidden;width: 150px;height: 90px;margin-top: -45px;padding: 20px 0}
.shy-left {left: 70px}
.shy-right {right: 70px}
.shs-item {position: relative;display: inline-block;width: 50px;height: 50px;cursor: pointer;vertical-align: top}
.shs-item::before {position: absolute;top: 50%;left: 50%;width: 10px;height: 10px;margin-top: -5px;margin-left: -5px;content: '';opacity: .4;border-radius: 50%;background-color: #ffcc00}
.shs-item span {font-size: 14px;line-height: 20px;position: absolute;top: 100%;right: 0;left: 0;text-align: center;opacity: .5;color: #999}
.shs-item:hover::before {opacity: 1}
.shy-sbox {font-size: 0;position: relative;width: 1000px;text-align-last: auto}
.history-full__slick {font-size: 0}
.history-full__slick .item{padding: 0 60px;margin-top: 100px;}
.history-full__slick .pic,.history-full__slick .inner {display: inline-block;vertical-align: middle}
.history-full__slick .pic {width: 50%;}
.history-full__slick .pic img {width: 100%}
.history-full__slick .inner {width: 50%;padding-left: 100px;}
.history-full__slick .title {font-size: 30px;font-weight: 700;line-height: 48px;color: #202020}
.history-full__slick .txt {margin-top: 10px}
.paragraph p {font-size: 14px;line-height: 24px;letter-spacing: .6px;color: #888;}



.abs4{background: url(../images/abs4_bg.jpg) center/cover;padding: 270px 0 250px;}
.abs4 h2{font-size: 40px;font-family: Microsoft YaHei;font-weight: bold;color: #FFFFFF;line-height: 40px;display: block;margin-bottom: 20px;}
.abs4 h3{font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #FFFFFF;line-height: 30px;display: block;max-width: 700px;}

.abs5{margin-bottom: 90px;}
.csr_item{border-bottom: 1px solid #C8C8C8;padding: 90px 0 70px;}
.csr_item+.csr_item{margin-top: 20px;}
.csr_item .img{width: 175px;float: left;border-radius: 100%;overflow:hidden;}
.csr_item .img img{width: 100%;}
.csr_item .desc{width: calc(100% - 175px);padding-left: 30px;float: left;}
.csr_item .desc .tit{}
.csr_item .desc .tit b{margin-right: 5px;}
.csr_item .desc .tit b,.csr_item .desc .tit span{font-size: 24px;font-family: Microsoft YaHei;color: #000000;line-height: 30px;}
.csr_item .desc .etit{font-size: 24px;font-family: Adobe Heiti Std;font-weight: normal;color: #000000;line-height: 30px;margin: 12px 0 20px;}
.csr_item .desc .info{}
.csr_item .desc .info p{font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 28px;}
.csr_item .desc .info p+p{margin-top: 18px;}


.abojsry{width: 100%;padding: 90px 0 130px;overflow: hidden;background: linear-gradient(to bottom,#f6f8fa,#e7ebf0);position: relative;}
.abojsry::after{content: "";position: absolute;width: 100%;height: 274px;left: 0;bottom: 0;background: url('../images/abojs2bg.png') repeat center center/auto 100%;animation: abojsryRun 60s linear infinite;}
@keyframes abojsryRun{0%{background-position:0px 0px;}100%{background-position:1920px 0;}}
.abojsry-loop{width: 100%;margin-top: 20px;position: relative;z-index: 4;}
.abojsry-loop .contain{position: relative;width: 1220px;}
.abojsry-loop .swiper-pagination{display: none;}
.abojsry-link{width: 100%;display: block;transition: all .6s ease;}
.abojsry-link-img{width: 100%;background: #fff;position: relative;overflow: hidden;display: flex;align-items: center;justify-content: center;padding: 16px;height: 100%;box-shadow: 0 2px 8px 4px rgba(124,141,161,.3);}
.abojsry-link-img img{max-width: 100%;max-height: 100%;}
.abojsry-link-img .see{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;background: rgba(251 208 56 / 10%) url('../images/biger.png') no-repeat center/32px auto;opacity: 0;transform: scale(0.9);transition: all .6s ease;}
.abojsry-link-cont{width: 100%;margin-top: 32px;font-size: 14px;color: #535c6d;line-height: 24px;padding: 0 16px;text-align: center;}
.abojsry-link-cont p{line-height: inherit;}
.abojsry-link:hover .abojsry-link-img .see{opacity: 1;transform: scale(1);}
.abojsry-link:hover{transform: translateY(-10px);}
.abojsry-loop .swiper-container{padding: 28px 10px 40px;}
.abojsry-prev, .abojsry-next{position: absolute;z-index: 6;width: 20px;height: 35px;top: 50%;margin-top: -17px;cursor: pointer;transition: all .4s ease;opacity: .5;}
.abojsry-prev{left: -64px;background: url(../images/left2.png);}
.abojsry-next{right: -64px;background: url(../images/right2.png);}
.abojsry-prev:hover,.abojsry-next:hover{opacity: 1;}

@media screen and (max-width:1600px) {
    .w1540{width: 1460px;}
    .history-full__slick .item{padding: 0 30px;}
    .history-full__slick .inner{padding-left: 50px;}
}
@media screen and (max-width:1500px) {
    .w1540{width: 1380px;}
}
@media screen and (max-width:1400px) {
    .w1540{width: 1300px;}
}
@media screen and (max-width:1360px) {
    .abs6 .w1200{width: 1100px;}
    .abojsry-prev{left: -30px;}
    .abojsry-next{right: -30px;}
}
@media screen and (max-width:1280px) {
    .w1540{width: 1200px;}
    .w1200{width: 1160px;}
}
@media screen and (max-width:1199px) {
    .w1540,.w1200,.abs6 .w1200{width: 100%;padding: 0 20px;}
    .ab_tit{font-size: 32px;margin: 30px 0;}
    .abs1 h3{font-size: 15px;line-height: 28px;}
    .abs1{padding: 60px 0 60px;}
    .abs2{padding: 80px 0 80px;}
    .abs2 h2{font-size: 32px;line-height: 32px;margin-bottom: 30px;}
    .abs2 h3{font-size: 20px;line-height: 24px;}
    .abs2 h4{font-size: 16px;line-height: 24px;}
    .shyear-item span{font-size: 50px;}
    .shyear-item span::before{left: -20px;}
    .history-full__slick .title{font-size: 24px;line-height: 32px;}
    .history-full__slick .item{margin-top: 70px;}
    .abs3{padding: 90px 0 70px;}
    .abs4 h2{font-size: 28px;}
    .abs4 h3{font-size: 14px;line-height: 24px;}
    .abs4{background-position: right center;padding: 120px 0 100px;}
    .abojsry{padding: 60px 0 80px;}
}
@media screen and (max-width:780px) {
    .w1540,.w1200{padding: 0 15px;}
    .shy-left, .shy-right{width: 50px;}
    .slick-hyear{margin: 0 100px;}
    .ab_tit{font-size: 24px;margin: 50px 0 20px;line-height: 30px;}
    .abs1 h3{font-size: 14px;line-height: 24px;}
    .abs1{padding: 0 0 50px;}
    .abs2 h2{font-size: 24px;}
    .abs2 h3{font-size: 16px;}
    .abs2 h4{font-size: 15px;line-height: 22px;}
    .shy-arrow{zoom: .8;}
    .shy-right{right: 50px;}
    .shy-left{left: 50px;}
    .shyear-item span{font-size: 34px;}
    .history-full__slick .pic{width: 100%;}
    .history-full__slick .inner{width: 100%;padding: 20px 0 0;}
    .history-full__slick .title{font-size: 20px;line-height: 26px;}
    .history-full__slick .item{margin-top: 50px;}
    .abs3{padding: 70px 0 50px;}
    .abs5{margin-bottom: 60px;}
    .csr_item {padding: 50px 0 50px;}
    .csr_item .img{float: none;margin: 0 auto;width: 150px;}
    .csr_item .desc{width: 100%;margin-top: 10px;padding-left: 0;}
    .csr_item .desc .tit{text-align: center;}
    .csr_item .desc .etit{text-align: center;}
    .csr_item .desc .tit b, .csr_item .desc .tit span{font-size: 20px;line-height: 24px;}
    .csr_item .desc .etit{font-size: 20px;line-height: 24px;margin: 5px 0 10px;}
    .csr_item .desc .info p{font-size: 14px;line-height: 24px;}
    .csr_item .desc .info p+p{margin-top: 10px;}
    .abojsry{padding: 0 0 40px;}
    .js-shybox-left{transform: translateX(-100px);}
}
@media screen and (max-width:618px) {
    .history-full__slick .item{padding: 0;}
}

#spotlight{z-index: 999999;}
/*************************** 关于我们 end **************************/




.mbx_box{box-shadow: 0px 0px 4px #cecece;margin-bottom: 50px;}
.mbx_box .mbx_l{float: left;}
.mbx_box .mbx_l span,.mbx_box .mbx_l a{font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #666666;line-height: 70px;}
.mbx_box .mbx_l img{position: relative;top: -3px;margin-right: 10px;}
.mbx_box .mbx_r{float: right;}
.mbx_box .mbx_r a{font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #666666;line-height: 70px;display: block;float: left;position: relative;}
.mbx_box .mbx_r a+a{margin-left: 60px;}
.mbx_box .mbx_r a::before{content: "";display: block;height: 3px;width: 0;background: #ffcc00;transition: .3s;position: absolute;bottom: 0;left: 0;}
.mbx_box .mbx_r a.active,.mbx_box .mbx_r a:hover{color: #ffcc00;}
.mbx_box .mbx_r a.active::before,.mbx_box .mbx_r a:hover::before{width: 100%;}



/*************************** 人才招聘 start **************************/
.rczp1_box{position: relative;}
.rczp1_box .img{width: 50%;height: 100%;position: absolute;top: 0;left: 0;}
.rczp1_box .img .bg{background-position: center !important;background-size: cover !important;height: 100%;width: 100%;}
.rczp1_box .desc{width: 50%;float: right;padding: 60px 60px 120px;background: #F7F7F8;}
.rczp1_box .desc .tit{font-size: 36px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 36px;}
.rczp1_box .desc .info{}
.rczp1_box .desc .info p{font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #888888;line-height: 30px;margin-top: 35px;}


.rczp_tit{text-align: center;font-size: 36px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 36px;padding: 50px 0 40px;}
.rczp_tit.white{color: #fff;font-size: 48px;padding: 100px 100px;}

.rczp2{padding-bottom: 70px;}
.talentsjz-item{width: 100%;}
.talentsjz-item li{float: left; width: 18.4%;margin-right: 2%;position: relative;z-index: 1;overflow: hidden;}
.talentsjz-item li:last-child{margin-right: 0;}
.talentsjz-item li::after{content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,.4);position: absolute;left: 0;top: 0;z-index: 0;}
.talentsjz-item li img{width: 100%;object-fit: cover;transition: all .6s ease;}
.talentsjz-item li h2{display: flex;justify-content: center;align-items: center;width: 116px;height: 116px;border-radius: 50%;font-size: 34px; color: #fff;font-weight: 700;background-color: rgba(255, 255, 255, 0.2);position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 3;transition: all .4s ease;}
.talentsjz-item li:hover h2{color: #ffcc00;}
.talentsjz-item li:hover img{transform: scale(1.06);}


.rczp3{background: url(../images/rczp3_bg.jpg) center/cover;padding-bottom: 130px;}
.talentsdy-item{width: 100%;}
.talentsdy-item li{float: left;width: 23.5%;height: 296px;border-radius: 6px;padding: 90px 40px 0;background-color: rgba(0, 52, 112, 0.6);margin:30px 2% 0 0;position: relative;z-index: 1;}
.talentsdy-item li:last-child{margin-right: 0;}
.talentsdy-item li .i{display:flex;justify-content: center;align-items: center; width: 98px;height: 98px;border-radius: 50%;background-color: #FFA800;position: absolute;left: 0;right: 0;top: 0;margin:-49px auto 0;}
.talentsdy-item li .i::after{content: '';width: 120px;height: 120px;border-radius: 50%;border: 1px dashed #FFA800;position: absolute;left: 50%;top: 50%;margin-left: -60px;margin-top: -60px;transition: all .6s ease;}
.talentsdy-item li p{font-size: 16px;color: #e1e1e1;line-height: 32px;}

.rczp4{padding-bottom: 100px;}
.recruitment-title { padding: 16px 74px 16px 30px; font-size: 0; background-color: #ffcc00; color: #fff; margin-top: 20px; }
.recruitment-title span { width: 25%; display: inline-block; vertical-align: top; font-size: 18px; width: 20%;}
.recruitment-title span { font-size: 18px;  }
.recruitment-title span:last-child { width: 16%; margin-left: 22%; }
.join-fourtop { position: relative; width: 100%; padding: 26px 74px 26px 30px; font-size: 0; border: 1px solid #e5e5e5; cursor: pointer; }
.join-fourtop .join-fourp1 { display: inline-block; vertical-align: top; width: 20%; padding-right: 5px; font-size: 14px; color: #929292; }
.join-fourtop .join-fourp2 { display: inline-block; vertical-align: top; width: 16%; padding-right: 5px; font-size: 14px; color: #323232; margin-left: 22%;}
.join-fourtop:after, .join-fourtop:before { position: absolute; top: 50%; right: 57px; width: 1px; height: 36px; background: #bfbfbf; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; content: ''; }
.join-fourtop:before { right: 40px; width: 36px; height: 1px; }
.join-fourtop .join-fourp { color: #323232; }
.join-fourul li.active .join-fourtop:after, .join-fourul li.active .join-fourtop:before {-webkit-transform: translateY(-50%) rotate(45deg);-moz-transform: translateY(-50%) rotate(45deg);-ms-transform: translateY(-50%) rotate(45deg);-o-transform: translateY(-50%) rotate(45deg);transform: translateY(-50%) rotate(45deg);background: #ffcc00;}
.join-fouricon {display: inline-block;vertical-align: middle;width: 21px;height: 16px;background: url(../images/join-fouricon1.png) no-repeat center center;margin-right: 10px;margin-bottom: 3px;}
.join-fourul li.active .join-fouricon {background-image: url(../images/join-fouricon2.png);}
.join-fourbtm {padding: 25px 30px 5px;}
.mailto {min-width: 142px;padding: 0 10px;text-align: center;display: inline-block;vertical-align: top;background-color: #ffcc00;color: #fff;line-height: 40px;margin-bottom: 25px;}
.join-fourul li {margin-bottom: 20px;}



@media screen and (min-width: 1600px) {
    .news_list .w1360,
    .jjfa_list .w1360 {
        width: 1560px;
    }
    .abs1 .w1200,
    .abojsry-loop .w1200 {
        width: 1560px;
    }
    .contact_page .w1360 {
        width: 1560px;
    }
    .contact_page .contact_one_r {
        width: calc(50% - 20px);
        max-width: none;
    }
    .contact_page .contact_one_r ul li {
        margin-top: 12px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    .contact_page .feedback_div {
        max-width: 1560px;
        width: 100%;
    }
    /* 英文版联系页：无 contact_page 包裹时，在线留言表单与中文版同宽 */
    .lxwm .feedback_div {
        max-width: 1560px;
        width: 100%;
    }
}
@media screen and (max-width:1400px) {
    .w1360{width: 1200px;}
    .rczp1_box .desc .tit{font-size: 32px;}
    .rczp_tit{font-size: 32px;}
    .talentsjz-item li h2{font-size: 28px;}
    .rczp_tit.white{font-size: 32px;padding: 80px 0 50px;}
    
}
@media screen and (max-width:1280px) {
    .w1360{width: 1160px;}
}
@media screen and (max-width:1199px) {
    .mbx_box{margin-bottom: 10px;}
    .w1360{width: 100%;padding: 0 20px;}
    .talentsdy-item li{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 60px;padding: 60px 15px 0;}
    .talentsdy-item li:nth-of-type(2n){margin-right: 0;}
    .talentsdy-item li p{font-size: 14px;}
    .talentsdy-item li .i{zoom: .8;}
    .rczp1_box .desc{padding: 40px 40px 80px;}
    .rczp1_box .desc .tit{font-size: 24px;}
    .rczp1_box .desc .info p{font-size: 14px;line-height: 22px;margin-top: 20px;}
    .rczp_tit{font-size: 24px;padding: 40px 0 20px;}
    .talentsjz-item li{width: calc(33.33% - 10px);margin-right: 10px;margin-bottom: 10px;}
    .talentsjz-item li:nth-of-type(3n){margin-right: 0;}
    .talentsjz-item li h2{font-size: 20px;}
    .rczp_tit.white{padding:60px 0 40px;font-size: 24px;}
    .join-fourtop{padding: 10px 20px;}
    .recruitment-title{padding: 10px 20px;}
    .recruitment-title span{width: 25% !important;margin: 0 !important;font-size: 14px;}
    .join-fourtop .join-fourp1{width: 25%!important;}
    .join-fourtop .join-fourp2{width: 25%!important;margin: 0 !important;}
    .join-fourtop:before{width: 20px;right: 10px;}
    .join-fourtop::after{height: 20px;right: 20px;}
    .rczp4{padding-bottom: 60px;}
    .rczp3{padding-bottom: 60px;}
    
    .ny_banner .nb_tit{font-size: 32px;}
    .mbx_box .mbx_r a+a{margin-left: 20px;}
}
@media screen and (max-width:780px) {
    .w1360{padding: 0 15px;}
    .ny_banner .nb_tit{font-size: 24px;}
    .rczp1_box .img{position: relative;width: 100%;height: 200px;}
    .rczp1_box .desc{width: 100%;padding: 20px 20px 30px;}
    .talentsjz-item li{width: calc(50% - 5px);margin-right: 10px !important;}
    .talentsjz-item li:nth-of-type(2n){margin-right: 0 !important;}
    .talentsdy-item li{width: 100%;margin-bottom: 40px;height: auto;padding-bottom: 15px;}
    .rczp3{padding-bottom: 20px;}
    .recruitment-title{display: none;}
    .join-fourtop .join-fourp1{width: 100% !important;}
    .join-fourtop .join-fourp2{width: 100% !important;}
    .mbx_box .mbx_l,.mbx_box .mbx_r{display: none;}
}


/*************************** 人才招聘 end **************************/





/*************************** 产品列表详情 start **************************/
.prox_box{padding-bottom: 80px;}
.prox_box .pr_box{width: calc(100% - 600px);float: left;padding-right: 40px;}
.prox_box .pr_box p{font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #666666;line-height: 30px;padding-bottom: 30px;}
.prox_box .ox_box{width: 600px;float: right;}
.prox_box .ox_box .img{overflow: hidden;border: 2px solid #F7F7F8;}
.prox_box .ox_box .img img{width: 100%;transition: .5s;}
.prox_box .ox_box .img:hover img{transform: scale(1.05);}

.prox_desc{padding-bottom: 100px;}
.table{text-align: center;overflow-x: auto;-webkit-overflow-scrolling: touch;}
.table::-webkit-scrollbar {width : 8px; height: 8px;}
.table::-webkit-scrollbar-thumb {border-radius: 10px;box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: #666;}
.table::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);border-radius: 10px;background: #f0f0f0;}
.table th{padding: 35px 17.2px;background: #000000;font-size: 17px;font-family: Microsoft YaHei;font-weight: bold;color: #FFFFFF;line-height: 18px;white-space: nowrap;}
.table td{padding: 22px 5px;font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 18px;}
.table th+th{border-left: 1px solid #cbcbcb;}
.table td+td{border-left: 1px solid #cfcfcf;}
.table table{border: 1px solid #BFBFBF;}

.table tr:nth-of-type(2n){background: #fff;}
.table tr:nth-of-type(2n+1){background: #efefef;}

@media screen and (max-width:1199px) {
    .prox_box .pr_box{width: 100%;float: none;padding-top: 20px;padding-right: 0;}
    .prox_box .ox_box{width: 100%;float: none;}
    .prox_box{padding-bottom: 40px;}
    .prox_desc{padding-bottom: 40px;}
    .prox_box .pr_box p{padding-bottom: 10px;}
    .table th{padding: 20px 10px;}
    .table td{padding: 10px 5px;}
}

/* 筛选功能样式 */
.filter-th {
	cursor: pointer;
	position: relative;
	user-select: none;
	transition: background .2s;
}
.filter-th:hover {
	background: #333;
}
.filter-th .filter-icon {
	font-size: 10px;
	margin-left: 5px;
	opacity: .6;
}
.filter-th.filter-active {
	background: #ffcc00;
	color: #000;
}
.filter-th.filter-active .filter-icon {
	opacity: 1;
}

/* 遮罩层 */
.filter-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9998;
	display: none;
}

/* 筛选弹窗 */
.filter-popup {
	position: fixed;
	width: 380px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
	z-index: 9999;
	display: none;
	font-family: "Microsoft YaHei", Arial, sans-serif;
}

/* 弹窗头部 */
.filter-popup-header {
	background: #3d3d3d;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px 3px 0 0;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}
.filter-popup-title {
	display: inline-block;
}
.filter-popup-close {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	cursor: pointer;
	line-height: 1;
	opacity: .8;
	transition: opacity .2s;
}
.filter-popup-close:hover {
	opacity: 1;
}

/* 弹窗内容区 */
.filter-popup-body {
	padding: 12px 15px;
}

/* 搜索框 */
.filter-search-box {
	margin-bottom: 8px;
	font-size: 0;
}
.filter-search-label {
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin-right: 8px;
	vertical-align: middle;
	line-height: 28px;
}
.filter-search-input {
	display: inline-block;
	width: calc(100% - 90px);
	height: 28px;
	border: 1px solid #ccc;
	padding: 0 8px;
	font-size: 13px;
	vertical-align: middle;
	box-sizing: border-box;
	outline: none;
}
.filter-search-input:focus {
	border-color: #000000;
}

/* 快速选择 */
.filter-quick-select {
	text-align: right;
	margin-bottom: 8px;
	font-size: 13px;
}
.filter-quick-select a {
	color: #000000;
	text-decoration: none;
}
.filter-quick-select a:hover {
	text-decoration: underline;
}
.filter-sep {
	color: #999;
	margin: 0 5px;
}

/* 选项列表 */
.filter-options {
	max-height: 250px;
	overflow-y: auto;
	border: 1px solid #e0e0e0;
	padding: 8px;
	background: #fafafa;
}
.filter-options::-webkit-scrollbar {
	width: 6px;
}
.filter-options::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 3px;
}
.filter-options::-webkit-scrollbar-track {
	background: #f0f0f0;
}
.filter-option {
	display: block;
	padding: 4px 0;
	cursor: pointer;
	font-size: 13px;
	color: #333;
	line-height: 20px;
}
.filter-option:hover {
	background: #e8f0fe;
}
.filter-checkbox {
	margin-right: 8px;
	vertical-align: middle;
	cursor: pointer;
}
.filter-option span {
	vertical-align: middle;
}

/* 弹窗底部按钮 */
.filter-popup-footer {
	padding: 12px 15px;
	text-align: right;
	border-top: 1px solid #eee;
}
.filter-btn {
	padding: 6px 18px;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 8px;
	border: 1px solid transparent;
	transition: all .2s;
}
.filter-btn-primary {
	background: #f7f7f8;
	color: #000000;
	border-color: #000000;
}
.filter-btn-primary:hover {
	background: #000000;
	color: #fff;
}
.filter-btn-default {
	background: #f7f7f8;
	color: #000000;
	border-color: #000000;
}
.filter-btn-default:hover {
	background: #000000;
        color: #fff;
}

/* 响应式 */
@media screen and (max-width: 1199px) {
	.filter-popup {
		width: 240px;
	}
	.filter-options {
		max-height: 200px;
	}
}

/* ========== 产品页面左右分栏布局 ========== */
.pro-page .pro_detail {
	padding: 40px 0;
}
.pro-layout {
	width: 100%;
	overflow: hidden;
}

/* 左侧栏 */
.pro-left {
	width: 23%;
	float: left;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

/* 左侧标题栏（产品中心） */
.pro-left-title {
	background: #575757;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 40px 10px;
	letter-spacing: 2px;
}

/* 分类菜单 */
.pro-snav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}
.pro-snav > ul > li {
	border-bottom: 1px solid #dddddd;
}
.pro-snav-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	transition: all .2s;
}
.pro-snav-item:hover {
	background: #f0f0f0;
	color: #ffcc00;
}
.pro-snav-item .active {
	color: #ffcc00;
	font-weight: bold;
}

/* 右侧箭头（CSS画） */
.pro-snav-arrow {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	transform: rotate(-45deg);
	transition: all .3s ease;
	flex-shrink: 0;
	margin-right: 5px;
}
.pro-snav-item:hover .pro-snav-arrow {
	border-color: #ffcc00;
}
/* 选中状态：active在文字span上，箭头是相邻兄弟元素 */
.pro-snav-item span.active + .pro-snav-arrow {
	border-color: #ffcc00;
}

/* 二级子菜单 */
.pro-snav ul ul {
	display: none;
	padding: 0;
	margin: 0;
	background: #fafafa;
	overflow: hidden;
}
.pro-snav ul ul li {
	border-bottom: 1px dashed #f0f0f0;
}
.pro-snav ul ul li:last-child {
	border-bottom: none;
}
.pro-snav-item.pro-snav-sub {
	padding: 12px 15px 12px 45px;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	position: relative;
}
.pro-snav-item.pro-snav-sub::before {
	content: '';
	position: absolute;
	left: 28px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-left: 5px solid #999;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	transition: all .2s;
}
.pro-snav-item.pro-snav-sub:hover {
	color: #ffcc00;
}
.pro-snav-item.pro-snav-sub:hover::before {
	border-left-color: #ffcc00;
}
.pro-snav-item.pro-snav-sub .active {
	color: #ffcc00;
}
.pro-snav-item.pro-snav-sub .active::before {
	border-left-color: #ffcc00;
}

/* 搜索区 */
.pro-search-title {
	background: #575757;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 40px 10px;
	letter-spacing: 2px;
	margin-top: 0;
}
.pro-search-box {
	padding: 20px 20px 40px;
}
.pro-search-form {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
}
.pro-search-input {
	flex: 1;
	height: 45px;
	border: none;
	outline: none;
	padding: 0 10px;
	font-size: 14px;
	background: #fff;
}
.pro-search-btn {
	width: 50px;
	height: 45px;
	background: #575757;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	transition: background .2s;
	flex-shrink: 0;
}
.pro-search-btn:hover {
	background: #ffcc00;
	color: #000;
}

/* 右侧内容区 */
.pro-right {
	width: 74%;
	float: right;
	background: #fff;
	box-sizing: border-box;
	min-height: 600px;
}
.pro-right .prox_desc {
	padding-bottom: 50px;
}

/* 筛选提示栏 */
.pro-filter-tip {
	display: flex;
	align-items: center;
	background: #efefef;
	border: 1px solid #e5e5e5;
	padding: 15px 20px;
	margin-bottom: 15px;
}
.pro-filter-tip-icon {
	width: 28px;
	height: 28px;
	margin-right: 12px;
	vertical-align: middle;
}
.pro-filter-tip-text {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

/* 下载完整选型表按钮 */
.pro-download-btn {
	display: inline-block;
	margin-left: auto;
	flex-shrink: 0;
	padding: 12px 28px;
	background: #000000;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-family: "Microsoft YaHei", Arial, sans-serif;
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
	border: 1px solid #000000;
	border-radius: 6px;
	cursor: pointer;
	transition: background .3s, color .3s, border-color .3s;
}
.pro-download-btn:hover {
	background: #ffcc00;
	color: #000;
	border-color: #ffcc00;
}
@media screen and (max-width: 768px) {
	.pro-download-btn {
		padding: 10px 16px;
		font-size: 13px;
	}
}

/* 响应式适配 */
@media screen and (max-width: 1400px) {
	.pro-left-title,
	.pro-search-title {
		font-size: 24px;
		padding: 30px 10px;
	}
	.pro-snav-item {
		padding: 14px 20px;
		font-size: 15px;
	}
	.pro-snav-item.pro-snav-sub {
		padding: 10px 15px 10px 40px;
		font-size: 13px;
	}
}

@media screen and (max-width: 1199px) {
	.pro-left {
		width: 28%;
	}
	.pro-right {
		width: 68%;
	}
	.pro-left-title,
	.pro-search-title {
		font-size: 22px;
		padding: 25px 10px;
	}
	.pro-snav-item {
		padding: 12px 15px;
		font-size: 14px;
	}
	.pro-snav-arrow {
		width: 7px;
		height: 7px;
	}
	.pro-snav-item.pro-snav-sub {
		padding: 10px 15px 10px 35px;
		font-size: 13px;
	}
	.pro-snav-item.pro-snav-sub::before {
		left: 20px;
	}
}

@media screen and (max-width: 768px) {
	.pro-page .pro_detail {
		padding: 20px 0;
	}
	.pro-left {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.pro-right {
		width: 100%;
		float: none;
		min-height: auto;
	}
	.pro-left-title,
	.pro-search-title {
		font-size: 20px;
		padding: 20px 10px;
	}
	.pro-snav-item {
		padding: 12px 20px;
		font-size: 14px;
	}
}

/* ========== 案例/应用领域页面左右分栏布局 ========== */
.case-page {
	padding: 10px 0;
}
.case-layout {
	width: 100%;
	overflow: hidden;
}

/* 左侧栏 */
.case-left {
	width: 23%;
	float: left;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

/* 左侧标题栏（应用领域） */
.case-left-title {
	background: #575757;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 40px 10px;
	letter-spacing: 2px;
}

/* 分类菜单 */
.case-snav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* 只给顶级菜单加底部间距 */
.case-snav > ul {
	margin-bottom: 40px;
}
/* 子菜单不加底部间距 */
.case-sub-list {
	margin-bottom: 0;
}
.case-snav > ul > li {
	border-bottom: 1px solid #dddddd;
}

/* 顶级分类项 */
.case-category-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	transition: all .2s;
}
.case-category-item:hover {
	color: #ffcc00;
}
.case-category-item.active {
	color: #ffcc00;
}

/* 分类右侧箭头（CSS画） */
.case-category-arrow {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(-45deg);
	transition: all .3s ease;
	flex-shrink: 0;
	margin-right: 5px;
}
.case-category-item:hover .case-category-arrow {
	border-color: #ffcc00;
}
.case-category-item.active .case-category-arrow {
	border-color: #ffcc00;
	transform: rotate(45deg);
}

/* 二级子菜单（文章列表） */
.case-sub-list {
	display: none;
	padding: 0;
	margin: 0;
	background: #fafafa;
	overflow: hidden;
}
.case-sub-list li {
	border-bottom: 1px dashed #f0f0f0;
}
.case-sub-list li:last-child {
	border-bottom: none;
}

/* 子项（文章标题） */
.case-sub-item {
	padding: 12px 20px 12px 45px;
	position: relative;
	transition: all .2s;
}
.case-sub-item:hover {
	background: #f5f5f5;
}
.case-sub-item.active {
	background: #f1f1f1;
}

/* 子项前面的小三角 */
.case-sub-triangle {
	position: absolute;
	left: 28px;
	top: 50%;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid #999;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	transition: all .2s;
}
.case-sub-item:hover .case-sub-triangle {
	border-left-color: #ffcc00;
}
.case-sub-item.active .case-sub-triangle {
	border-left-color: #ffcc00;
}

/* 子项链接 */
.case-sub-link {
	font-size: 16px;
        font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	transition: all .2s;
}
.case-sub-item:hover .case-sub-link {
	color: #ffcc00;
}
.case-sub-item.active .case-sub-link {
	color: #ffcc00;
	font-weight: bold;
}

/* 搜索区 */
.case-search-title {
	background: #575757;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 40px 10px;
	letter-spacing: 2px;
	margin-top: 0;
}
.case-search-box {
	padding: 20px 20px 40px;
}
.case-search-form {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
}
.case-search-input {
	flex: 1;
	height: 45px;
	border: none;
	outline: none;
	padding: 0 10px;
	font-size: 14px;
	background: #fff;
}
.case-search-btn {
	width: 50px;
	height: 45px;
	background: #575757;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	transition: background .2s;
	flex-shrink: 0;
}
.case-search-btn:hover {
	background: #ffcc00;
	color: #000;
}

/* 右侧内容区 */
.case-right {
	width: 74%;
	float: right;
	background: #fff;
	box-sizing: border-box;
	min-height: 800px;
}
.case-right .jjfa_tit {
	font-size: 32px;
	font-weight: bold;
	color: #333;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
       text-align: center;
}
.case-right .jjfa_info {
	text-align: center;
	border-bottom: none;
	margin: 0 0 30px 0;
	padding-bottom: 0;
}
.case-right .jjfa_info span {
	font-size: 14px;
	color: #999;
	margin-right: 20px;
}
.case-right .jjfa_desc p {
	font-size: 15px;
	line-height: 1.5;
	color: #555;
}
.case-right .jjfa_desc img {
	max-width: 100%;
	height: auto;
	margin: 15px 0;
}
.case-right .flip_page {
	margin: 20px 0 50px 0;
}

/* 响应式适配 */
@media screen and (max-width: 1199px) {
	.case-left {
		width: 28%;
	}
	.case-right {
		width: 68%;
	}
	.case-left-title,
	.case-search-title {
		font-size: 24px;
		padding: 30px 10px;
	}
	.case-category-item {
		padding: 15px 20px;
		font-size: 16px;
	}
	.case-category-arrow {
		width: 8px;
		height: 8px;
	}
	.case-sub-item {
		padding: 10px 15px 10px 40px;
	}
	.case-sub-triangle {
		left: 20px;
	}
	.case-sub-link {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.case-page {
		padding: 10px 0;
	}
	.case-left {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.case-right {
		width: 100%;
		float: none;
		min-height: auto;
	}
	.case-left-title,
	.case-search-title {
		font-size: 20px;
		padding: 20px 10px;
	}
	.case-category-item {
		padding: 12px 20px;
		font-size: 15px;
	}
	.case-right .jjfa_tit {
		font-size: 24px;
	}
}
/*************************** 产品列表详情 end **************************/





/*************************** 解决方案 start **************************/
.jjfa_tit{font-size: 24px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 30px;font-weight: normal;text-align: center;}
.jjfa_info{text-align: center;border-bottom: 2px solid #F7F7F8;margin: 20px 0 30px;padding-bottom: 20px;}
.jjfa_info span{font-size: 14px;color: #999999;}
.jjfa_info .date{background: url(../images/icon_time.png) no-repeat left center;padding-left: 30px;margin-right: 20px;}
.jjfa_info .hits{background: url(../images/icon_hits.png) no-repeat left center;padding-left: 30px;margin-right: 20px;}
.jjfa_desc{}
.jjfa_desc p{font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 24px;padding-bottom: 30px;}
.jjfa_desc img{max-width: 100%;height: auto!important;}

.flip_page{margin: 20px 0 50px;}
.flip_page span,.flip_page a{font-size: 18px;color: #333333;line-height: 30px;height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.flip_page a:hover{color: #ffcc00;}

.jjfa_item{width: calc(50% - 25px);margin-right: 50px;margin-bottom: 50px;float: left;}
.jjfa_item:nth-of-type(2n){margin-right: 0;}
.jjfa_item .img{overflow: hidden;}
.jjfa_item .img img{width: 100%;transition: .6s;}
.jjfa_item .desc{background: #F7F7F8;padding: 24px 60px 25px 20px;}
.jjfa_item .desc p{font-size: 20px;font-weight: bold;display: block;transition: .3s;line-height: 30px;height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.jjfa_item .desc span{font-size: 14px;color: #666;line-height: 24px;display: block;margin: 25px 0 20px;height: 52px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.jjfa_item .desc i{font-size: 13px;color: #555555;}
.jjfa_item .desc i img{margin-left: 5px;position: relative;top: -1px;}
.jjfa_item:hover .img img{transform: scale(1.05);}
.jjfa_item:hover .desc p{color: #ffcc00;}

@media screen and (max-width:1199px) {
    .jjfa_item{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px;}
    .jjfa_item .desc{padding: 20px 15px;}
    .jjfa_item .desc p{font-size: 18px;}
    .jjfa_item .desc span{margin: 10px 0;}
}
@media screen and (max-width:780px) {
    .jjfa_tit{font-size: 18px;line-height: 24px;}
    .jjfa_info{margin: 5px 0 10px;padding-bottom: 5px;}
    .jjfa_info span{font-size: 12px;}
    .jjfa_desc p{padding-bottom: 10px;}
    .flip_page{margin: 30px 0 50px;}
}
@media screen and (max-width:580px) {
    .jjfa_item{width: 100%;}
}

/*************************** 解决方案 end **************************/





/*************************** 新闻页面 start **************************/
.news-img { width: 100%; position: relative; height: 0; padding-top: 60.52632%; overflow: hidden; }
.news-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.news-img:after { position: absolute; top: 0; left: 0; z-index: 1; opacity: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); content: ''; transition: .3s;}
.news-img:before { position: absolute; top: 50%; left: 50%; z-index: 3; display: none; width: 32px; height: 32px; background: url(../images/jia.png) no-repeat center center; background-size:cover; -o-background-size:cover; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); content: ''; transition: .3s;}
.news-text { width: 100%; padding: 30px 0 0px;}
.news-text h3 { width: 100%; font-size: 18px; color: #545759; display: -webkit-box; height: 56px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-bottom: 30px;}
.news-time { width: 100%; font-size: 14px; color: #696969; border-top: 1px solid #ebebeb; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; transition: .3s;padding-top: 12px;}
.news-ul li { display: block;float: left; vertical-align: top; width: calc(33.333% - 20px); margin-right: 30px;margin-bottom: 35px; }
.news-ul li:nth-child(3n) { margin-right: 0; }
  
.news-ul li:hover .news-img { -webkit-box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.8); box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.8); }
.news-ul li:hover .news-img:after { opacity: 1; }
.news-ul li:hover .news-img:before { display: block; }
.news-ul li:hover .news-time { border-color: #333333; }

.fy_page{margin: 0px 0 60px;}

@media screen and (max-width:780px) {
    .fy_page{margin: 0px 0 30px;}
    .news-ul li{width: 100%;margin-right: 0 !important;margin-bottom: 20px;}
    .news-text{padding-top: 10px;}
    .news-text h3{margin-bottom: 10px;font-size: 16px;line-height: 24px;height: 48px;}
    .news-time{padding-top: 5px;}
}

/*************************** 新闻页面 end **************************/




/*************************** 联系我们 start **************************/
.contact_tit{margin: 50px 0;}
.contact_tit p{font-size: 40px;font-family: Microsoft YaHei;font-weight: bold;color: #1D1D1F;line-height: 40px;text-align: center;display: block;padding-bottom: 10px;}
.contact_tit span{font-size: 16px;font-family: Microsoft YaHei;font-weight: normal;color: #555555;line-height: 40px;text-align: center;display: block;}

.contact_one{ overflow:hidden; margin-bottom:6%; background:#f5f5f5; position:relative;}
.contact_one .contact_one_l{ width:50%; float:left; overflow:hidden;}
.contact_one .contact_one_l img{ width:100%;}
.contact_one .contact_one_r{ width:47%; max-width:100%; float:right; overflow:hidden;position:absolute; height:100%; right:0; top:0;}
.contact_one .contact_one_r .contact_scroll{ overflow:hidden;position:absolute; height:94%; padding-right:3%; width:94%; right:3%; top:3%;}
.contact_one .contact_one_r #srcolls{ overflow:hidden; overflow-y:auto; height:100%; display:flex; flex-direction:column; }
.contact_one .contact_one_r #srcolls > ul{ margin:auto 0; }
.contact_one .contact_one_r #srcolls::-webkit-scrollbar {width: 5px;height: 10px;}
.contact_one .contact_one_r #srcolls::-webkit-scrollbar-thumb { /*background-image:url(../images/product_bg1.png); background-position:center center; background-repeat:no-repeat; background-size:10px 6px;*/background-color: #104c94;}
.contact_one .contact_one_r #srcolls:hover::-webkit-scrollbar-thumb {background-color: #104c94;}
.contact_one .contact_one_r #srcolls::-webkit-scrollbar-thumb:hover { background-color: #104c94;-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1); }
.contact_one .contact_one_r #srcolls::-webkit-scrollbar-track {  background-color:#e6e6e6;}
.contact_one .contact_one_r ul li{ font-size:16px; overflow:hidden; margin-top:3%; margin-bottom:3%; padding-bottom:3%; border-bottom:1px solid #e3e3e3;}
.contact_one .contact_one_r ul li .h3{ font-weight:normal; font-size:20px; overflow:hidden; margin-bottom:2%;}
.contact_one .contact_one_r ul li .p{ line-height:24px; overflow:hidden;}
.contact_one .contact_one_r ul li .p label{ display:block; text-transform:uppercase; line-height:20px;}

.my-map { margin: 0 auto; height: 480px; } .my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }


.feedback_div{ margin:0 auto;padding-bottom:5%; overflow:hidden; text-align:center; width:96%; max-width:1320px;}
.feedback_div label{ display:block; color:#555; text-align:left; margin-bottom:2%; font-size:16px;}
.feedback_div label.bgs2{ margin-bottom:1%;}
.feedback_div .divs{float:left; width:49%; margin-right:2%;margin-bottom:2%;}
.feedback_div .divs:nth-child(2n+0){ margin-right:0;}
.feedback_div .inputs2{ width:99%;  background:#F7F7F8; height:54px; line-height:54px; font-size:16px; color:#666; border:none; outline:none;  text-indent:3%; font-family:"微软雅黑";}
.feedback_div .inputs4{ width:99%;  background:url(../images/contact_bg5.png) #f5f5f5 96% center no-repeat;  height:54px; line-height:54px; font-size:18px; color:#666; border:1px solid #ececec; outline:none;  text-indent:3%; font-family:"微软雅黑";}*/
.feedback_div select::-ms-expand { display: none; } 
.feedback_div .textarea{ padding:1%; width:100%;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */ background:#fff; font-size:16px; font-family:"微软雅黑";border:none; outline:none;margin-bottom:2%; color:#cccccc; height:170px;  background: #F7F7F8;}
.feedback_div .textarea:focus{ color:#666;}
.feedback_div .bnts2{  border: none; width:30%; max-width:200px;font-size: 16px; height: 54px; background: #ffcc00; font-family:"微软雅黑"; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; margin:0 auto; margin-top:2%;}

@media screen and (max-width:1199px) {
    .contact_tit p{font-size: 32px;line-height: 32px;}
    .contact_tit span{font-size: 14px;line-height: 20px;}
    .contact_one .contact_one_r{width: 48%;}
    .contact_one .contact_one_r .contact_scroll{width: 100%;right: 0;}
    .my-map{height: 400px;}
    .contact_one .contact_one_r ul li .h3{font-size: 18px;margin-bottom: 5px;}
    .contact_one .contact_one_r ul li .p{font-size: 14px;}
    .feedback_div label{margin-bottom: 5px;}
    .feedback_div .inputs2{height: 45px;line-height: 45px;}
    .feedback_div .divs{margin-bottom: 1%;}
    
}
@media screen and (max-width:780px) {
    .contact_one .contact_one_l{width: 100%;float: none;}
    .contact_one .contact_one_r{width: 100%;position: relative;float: none;max-width: none;}
    .contact_one .contact_one_r .contact_scroll{height: 100%;position: relative;padding: 0 15px;}
    .feedback_div{width: 100%;}
    .feedback_div .bnts2{height: 45px;font-size: 14px;}
    .contact_tit{margin: 40px 0 20px;}
    .contact_tit p{font-size: 26px;}
}
@media screen and (max-width:580px) {
    .feedback_div .divs{width: 100%;margin-bottom: 10px;}
    .feedback_div label{font-size: 14px;line-height: 18px;}
    .feedback_div .inputs2{height: 40px;line-height: 40px;}
    .feedback_div .textarea{height: 100px;}
}

/*************************** 联系我们 end **************************/




.pagesDiv {clear:both;width:100%;margin:0 auto;line-height:25px;padding:10px 0px 30px 0px;text-align:center;}

.pages {height:30px;color:#666666;margin-top:5px;text-align:center;}

.pages a:link,.pages a:visited {color:#666666;}

.pages a,.pages a:link {text-decoration:none;padding:2px 5px;border:1px solid #DDDDDD;background:#FFFFFF;margin:0px 2px;font-size:12px;color:#666666;text-align:center;}

.pages a:hover {background:#FB9007;color:#FFFFFF;border:1px solid #ffcc00;text-decoration:none;text-align:center;padding:2px 5px;}

.pages .cpb {font-weight:bold;color:#FFFFFF;background:#FB9007;border:1px solid #ffcc00;text-align:center;margin:0px 2px;padding:2px 5px;}

.pages .intext {width:30px;border:1px solid #7F9DB9;height:19px;line-height:19px;}

.pagination {text-align:center;}

.pagination li {display:inline-block;color:#333333;height:30px;line-height:30px;margin:0px 5px 0px 0px;vertical-align:middle;}

.pagination li a {float:none;display:inline-block;height:25px;line-height:25px;padding:0 10px;font-size:13px;border:1px solid #dddddd;color:#555555;text-decoration:none;}

.pagination li a:hover {background:#FB9007;color:#ffffff;}

.pagination li a.thisclass {background:#FB9007;color:#ffffff;border:1px solid #ffcc00;cursor:default;}

.pagination li a.thisclass:hover {background:#FB9007;color:#ffffff;border:1px solid #ffcc00;cursor:default;}

.pagination li .pageinfo {line-height:21px;padding:12px 10px 12px 16px;color:#999999;}

.pagination li .pageinfo strong {color:#555555;font-weight:normal;}

.pagination table {text-align:center;margin:10px 0px 0px 25%;}

.pagination table td {padding:0px 2px;}

#pages {padding:14px 0 30px;text-align:center;}

#pages a {display:inline-block;height:30px;line-height:30px;background:#ffffff;border:1px solid #e3e3e3;text-align:center;color:#333333;padding:0 14px;}

#pages a.a1 {background:url('../images/pages.png') no-repeat 0 5px;padding:0 5px;}

#pages a:hover {background:#f1f1f1;color:#000000;text-decoration:none;}

#pages span {display:inline-block;height:30px;padding:0 14px;line-height:30px;background:#575757;border:1px solid #575757;color:#ffffff;text-align:center;}

#pages .noPage {display:inline-block;height:22px;line-height:22px;background:url('../images/titlebg.png') repeat-x 0 -55px;border:1px solid #e3e3e3;text-align:center;color:#a4a4a4;}



.wap_lang_box{float: right;font-size: 20px;padding-left: 25px;background: url(../images/icon-hlang.png) no-repeat 0px center;margin-top: 15px;margin-right: 15px;}
.wap_lang_box a{color: #333;}





















/*************************** 产品列表页 左右布局+左侧导航 start **************************/

/* 整体左右两栏布局 */
.pro_layout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 0 60px;
}

/* ===== 左侧侧边栏 ===== */
.pro_sidebar {
    width: 248px;
    flex-shrink: 0;
}

/* 每个功能区块公共结构 */
.sidebar_sec {
    margin-bottom: 20px;
}

/* 深灰色标题头，与截图一致 */
.sidebar_sec_title {
    background: #3c3c3c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 18px 10px;
    letter-spacing: 2px;
}

/* 产品中心分类列表 */
.sidebar_cate_list {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.sidebar_cate_item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #e8e8e8;
    transition: color .2s;
}
.sidebar_cate_item > a:hover { color: #ffcc00; }
.sidebar_cate_item.active > a { color: #ffcc00; }

/* 下拉箭头 */
.sidebar_arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(45deg);
    transition: transform .3s;
    flex-shrink: 0;
    margin-top: -3px;
}
.sidebar_cate_item.active .sidebar_arrow,
.sidebar_arrow.open {
    transform: rotate(-135deg);
    margin-top: 3px;
}

/* 二级子分类 */
.sidebar_child_list {
    display: none;
    background: #f8f8f8;
    border-top: 1px solid #e8e8e8;
}
.sidebar_child_list.open { display: block; }
.sidebar_child_list li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px 10px 22px;
    font-size: 13px;
    color: #555;
    border-bottom: 1px solid #efefef;
    transition: color .2s, background .2s;
}
.sidebar_child_list li:last-child a { border-bottom: none; }
.sidebar_child_list li a:hover,
.sidebar_child_list li.active a { color: #333; font-weight: bold; }
.sub_arrow { font-size: 10px; color: #999; flex-shrink: 0; }

/* 产品搜索区 */
.sidebar_search_body {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 20px 16px;
}
.sidebar_search_form {
    display: flex;
    align-items: center;
    gap: 0;
}
.sidebar_kw {
    flex: 1;
    height: 36px;
    border: 1px solid #ccc;
    padding: 0 8px;
    font-size: 13px;
    color: #333;
    background: #fff;
}
.sidebar_kw:focus { outline: none; border-color: #999; }
.sidebar_so_btn {
    width: 42px;
    height: 36px;
    background: #3c3c3c;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    flex-shrink: 0;
    transition: background .2s;
}
.sidebar_so_btn:hover { background: #555; }

/* ===== 右侧内容区（不修改任何原有样式） ===== */
.pro_main {
    flex: 1;
    min-width: 0;
}

/* ===== 响应式：小屏竖向排列 ===== */
@media screen and (max-width: 1199px) {
    .pro_layout { flex-direction: column; padding: 20px 16px 40px; }
    .pro_sidebar { width: 100%; }
    .sidebar_child_list { display: block; }
}

/*************************** 产品列表页 左右布局+左侧导航 end **************************/
/* ========== 1600分辨率产品表格适配：消除横向滚动条（仅平板/桌面端，不影响手机） ========== */
@media screen and (min-width: 769px) and (max-width: 1600px) {
    /* 左侧栏收窄，给表格腾空间 */
    .pro-page .pro-left {
        width: 19%;
    }
    /* 右侧内容区扩大 */
    .pro-page .pro-right {
        width: 78%;
    }
    /* 表头内边距和字号压缩 */
    .pro-page .table th {
        padding: 22px 8px;
        font-size: 14px;
    }
    /* 单元格内边距和字号压缩 */
    .pro-page .table td {
        padding: 14px 2px;
        font-size: 13px;
    }
    /* 表格撑满容器，与筛选提示栏左右对齐 */
    .pro-page .table table {
        width: 100%;
    }
    /* 左侧菜单同步缩小 */
    .pro-page .pro-left-title,
    .pro-page .pro-search-title {
        font-size: 22px;
        padding: 25px 10px;
    }
    .pro-page .pro-snav-item {
        padding: 12px 18px;
        font-size: 15px;
    }
}
