*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;line-height: 100%;}
body{font-size: 14px;min-width: 1200px; overflow-x: hidden; overflow-x: hidden;font-family: 'Hos'; }
a{text-decoration: none;font-size: 14px;}
li{list-style: none;}
em,i{font-style: normal;}
input,select,textarea {border-radius: 0;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a,*::before,*::after {font-size: 14px;text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color: #1a1a1a;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.pcshow { display:block;}
.mbshow { display:none!important;}
.clear { clear:both;}
.fl {float: left;}
.fr {float: right;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto;height: auto;z-index: 1;max-width: 100%;max-height:100%;}
.img img.img-center {width: auto;height:auto;height:-webkit-min-content;height:-moz-min-content;height:min-content;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;max-width: 100%;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.text-center {text-align: center;}
.div-container {position: relative;width: 74%;margin: auto;}

/* fonts */
@font-face { 
        font-family: 'MiSans-Bold'; src: 
        url('https://cdn.114my.com.cn/font/lcw/MiSans-Bold.woff2') format('woff2'),  
}
@font-face { 
        font-family: 'Hos'; src: 
       url('https://cdn.114my.com.cn/font/lcw/Hos.ttf') format('truetype')
}
@font-face { 
        font-family: 'axt'; src: 
       url('//memberpic.114my.com.cn/0362771/cssnew/axt.ttf.txt') format('truetype')
}
@font-face { 
        font-family: 'srm'; src: 
       url('https://cdn.114my.com.cn/font/lcw/srm.otf') format('truetype')
}
.f01{font-family: 'srm';}
.f03{font-family: 'Microsoft YaHei';}
.f04{font-family: 'MiSans-Bold';font-weight:normal;}
.f05{font-family: 'axt';}

@font-face {
  font-family: 'iconfont';  /* Project id 4383909 */
  src: url('//at.alicdn.com/t/c/font_4383909_5jxawk2be9q.woff2?t=1744967270845') format('woff2'),
       url('//at.alicdn.com/t/c/font_4383909_5jxawk2be9q.woff?t=1744967270845') format('woff'),
       url('//at.alicdn.com/t/c/font_4383909_5jxawk2be9q.ttf?t=1744967270845') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

/*all_title*/
.all_title{text-align: center;margin-bottom:50px; position: relative; z-index: 999;}
.all_title p{font-size:38px;font-weight:normal;font-family: 'MiSans-Bold'; color: #333; margin:17px 0 17px 0;}
.all_title span{width:37px;height:9px;position:relative;display:flex;margin:18px auto 0;}
.all_title span::before,.all_title span::after{content:'';width:9px;height:9px;border-radius:100%;background:#e46713;top:0;}
.all_title span::before{left:0;animation:alltitle 3s infinite;}
.all_title span::after{right:0;animation:alltitri 3s infinite;}
.all_title b{font-size:24px;font-weight:normal; display: block; color: #e46713;}
.all_title i {
    width: 158px;
    height: 30px;
    margin: 0 auto;
}

/*all_title1*/
.all_title1{text-align: center;margin-bottom:50px;}
.all_title1 p{font-size:2.2vw;font-weight:bold;color: #fff;font-family: "Microsoft YaHei";letter-spacing: 2px;}
.all_title1 span{width:37px;height:9px;position:relative;display:flex;margin:18px auto 0;}
.all_title1 span::before,.all_title1 span::after{content:'';width:9px;height:9px;border-radius:100%;background:#e46713;top:0;}
.all_title1 span::before{left:0;animation:alltitle 3s infinite;}
.all_title1 span::after{right:0;animation:alltitri 3s infinite;}
.all_title1 i{width:30px;height:1px;background:#e46713;position:relative;top:4px;left:25%;margin-left:-15px;animation:alltiti 1.5s infinite;vertical-align: top; display: block;}
.all_title1 b{font-size:24px;font-weight:normal; display: block; color: rgba(255,255,255,0.6);padding-bottom: 14px;}
.all_title1 em{font-size:24px;font-weight:normal; display: block; color: rgba(255,255,255,0.6);padding-bottom: 14px;}

@keyframes alltitle{
  0%{left:0;opacity:1;}
  25%{opacity:0.5;}
  50%{left:calc(100% - 9px);opacity:1;}
  75%{opacity:0.5;}
  100%{left:calc(0);opacity:1;}
}
@keyframes alltitri{
  0%{right:0;opacity:1;}
  25%{opacity:0.5;}
  50%{right:calc(100% - 9px);opacity:1;}
  75%{opacity:0.5;}
  100%{right:calc(0);opacity:1;}
}
@keyframes alltiti{
  0%{opacity:1;}
  50%{opacity:0;}
  100%{opacity:1;}
}

.gyc {margin: 0 auto;max-width: 86%;min-width: 1200px;}
.gy {margin: 0 auto;max-width: 1500px;min-width: 1200px;}
.gya {margin: 0 auto;max-width: 86%;min-width: 1200px;overflow:hidden;}
.gyb {margin: 0 auto;max-width: 1500px;min-width: 1200px;}
.gyd {margin: 0 auto;max-width: 94%;min-width: 1200px; position: relative;}
.gye {margin: 0 auto;max-width: 80%;min-width: 1200px; position: relative;}

/*header*/
.header.on{width: 100%; background: #fff; position: fixed; background:rgba(255, 255, 255, .98);height: 80px;padding:0;box-shadow: 0 0 5px rgba(0, 0, 0, .5);}
.header.on .logo img{margin-top: 0px;}
.header.on .nav ul li a {height: 80px;}
.header.on.header h2{height: 80px;}
.header.on .ver-box { height: 80px;}
.header.on .search-btn{ height: 80px;}
.header.on .nav .hide{top:80px;}
.header.on .ver-list{top:80px;}
.header.on .search-pro{top:80px;}
.header.on .ver em i,.header.on .ver em,.header.on .search-btn i{color: #666;}
.header.on.header .hea_wz b{color: #333;}
.header.on.header .nav ul li h3{color: #333;}
.header.on.nav ul li:hover h3,.header .nav ul li.on h3{color: #f62e1e;}
.header.on.header .hea_wz span{color: #999;}
.header.on .ver{margin-top: 25px;}
.header.on .search-btn i{ line-height: 80px;}

.header{position: fixed; top: 0; width: 100%; left: 0; height: 100px; z-index: 1012;background: linear-gradient(180deg, rgba(0, 0, 0, 0.99), transparent); padding: 0.5% 0% 10% 0%;}
.header h2{display: flex; justify-content: center; align-items: center; height: 100px;}
.header .logo img{display: inline-block; margin-top: 0px; width: 60px;}
.header .hea_wz{padding-left:15px;}
.header .hea_wz b{font-size: 1.6vw;color: #fff;display: block; font-weight: lighter;line-height: 100%; letter-spacing: 4px;font-family: "s";}

@font-face {
  font-family: "s";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/a4HtplruTfpL/GbTkBfRDODDX.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/a4HtplruTfpL/LJzQbrbgmk4y.woff") format("woff");
  font-display: swap;
}
.header .hea_wz span{font-size:0.6vw;color:#999;font-weight: normal;letter-spacing:0px;display: block;line-height: 100%; padding-top:4px; text-transform: uppercase;font-family: 'axt'}
.header .nav{width:62%; padding-left:6%;}

.header .nav ul li{ float: left; margin-right: calc((100% - 550px) / 10); position: relative;}
.header .nav ul li a{ display: flex;  height: 100px; }
.header .nav ul li .text{margin: auto}
.header .nav ul li h3{display: block; font-size: 16px; color: #fff; transition:0.6s; font-weight:normal;}
.nav-icon {display: none; position: relative; background: url(https://memberpic.114my.com.cn/0362771/uploadfile/image/20250618/20250618173029_254388601.png) no-repeat center; width: 10px; height: 10px; margin: auto; }
.header .nav ul li:hover h3,.header .nav ul li.on h3{color: #f62e1e;  margin-bottom: 11px;}
.header .nav ul li:hover .nav-icon,.header .nav ul li.on .nav-icon{display: block; }
.header .nav .hide{  position: fixed;width:50%; left: 30%; margin-left: -0%;top: 100px;text-align: left;padding: 0 30px; height: 0px;overflow: hidden;box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);z-index: 999;transition: 400ms ease-in-out;background: #ffffff; }

.header .nav .hide .hide-left{width:42%;text-align: left;text-indent:1rem;padding-top:30px;}
.header .nav .hide .hide-left dd{height:46px;line-height: 46px;border-bottom:1px solid #fff; position: relative;}
.header .nav .hide .hide-left dd a{width: 100%;display: block; font-size:16px;line-height: 42px;font-family: 'axt';}
.header .nav .hide .hide-left dd:hover a{color:#f62e1e;}
.header .nav .hide .hide-left dd::after{content:'';display:block; background: #f62e1e;height:1px;display: block;width:0;transition: all .4s; bottom: 0; position: absolute;}
.header .nav .hide .hide-left dd:hover::after{width:100%;}
.header .nav .hide .hide-right{width:48%;margin-top:30px;}
.header .nav .hide .hide-right img{width: 100%;}
.header .nav .hide{box-shadow: 1px 1px 10px rgba(0,0,0,0.1); }
.header .nav li:hover .hide {height: auto; transition: 400ms ease-in-out;padding-bottom: 30px;}
.search-box{position: relative; z-index: 9999; width: 45px;}
.search-btn{ }
.search-btn img{margin: auto ;margin-right: 0;  margin-top: 38px;}
.search-btn i{margin: auto ;margin-right: 0;  margin-top: 0px;font-size:24px;color:#fff;line-height: 100px;}

.search-list{margin-top:20px;}
.search_r{margin-top:20px;position:relative;}
#infoname{width:100%;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.icon_tel{height:124px; width:18vw;text-align: left;padding-left: 7%;justify-content: center;align-items: center}
.search-pro { -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background-color: rgba(255,255,255,1); padding: 20px 30px; box-sizing:border-box; width: 400px;min-height: 200px;position: absolute;right: -20px;top:90px;opacity:0;transform: translateY(50px);transition: all .5s ease;-webkit-box-shadow: 0 0 15px rgba(29,56,75,.4);-moz-box-shadow: 0 0 15px rgba(29,56,75,.4);box-shadow: 0 0 15px rgba(29,56,75,.4);pointer-events: none;}
.search-pro::after {content: '';display: block;width: 18px;height: 18px;transform: rotate(45deg);top: -8px;right: 60px;background-color: #fff;position: absolute;}
.search-box:hover .search-pro {opacity: 1;transform: translateY(0);pointer-events: auto;}
.search{border-bottom: 1px solid #e1e1e1; height: 50px; margin-bottom: 10px;}
.search input{outline: none; border: none; font-family: "Microsoft YaHei";font-size:15px }
.search-text{width: 310px; line-height: 50px;}
.search .sub{background: url(../images/search.png) no-repeat center; width: 23px; height: 24px; margin-top: 13px;}
.search-list dl dt{float: left; margin-right: 9px; margin-bottom: 10px;}
.search-list dl dt a{position: relative; transition: all .5s ease .3s; display: inline-block; padding: 0 10px; background: #e1e1e1; border-radius: 4px;  text-align: center;}
.search-list dl dt a:after{content: '';display: block;width: 0;transition: width .5s ease-out;height: 100%;background-color: #f62e1e;position: absolute;top: 0;left: 0; z-index: 0; border-radius: 4px;}
.search-list dl dt:hover a:after{width: 100%; }
.search-list dl dt span{font-size: 14px; line-height: 36px; color: #999; position: relative; z-index: 1}
.search-list dl dt:hover span{color: #fff;}
.ver-box{width: 204px;  position: relative; height: 90px;}
.ver{margin-top: 38px;}
.ver em{display: block; font-size: 20px; line-height: 25px; color: #fff; font-family: 'din'; font-weight:bold;}
.ver em img{display: inline-block; vertical-align: middle; margin-right: 0px;}
.ver em i{display: inline-block; margin-right: 0px; font-size: 24px; color: #fff;font-weight: normal}
.ver-icon1{margin-right: 0px;}
.ver-icon2{margin-left: 3px; position: relative; margin-top: -4%;}
.ver-list { -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background-color: rgba(255,255,255,1); padding: 10px 10px; box-sizing:border-box; width: 120%;position: absolute;top:90px;opacity:0;transform: translateY(50px);transition: all .5s ease;-webkit-box-shadow: 0 0 15px rgba(29,56,75,.4);-moz-box-shadow: 0 0 15px rgba(46,54,153,.4);box-shadow: 0 0 15px rgba(46,54,153,.4);pointer-events: none;left:-10%;}
.ver-list::after {content: '';display: block;width: 18px;height: 18px;transform: rotate(45deg);top: -8px;right: 60px;background-color: #fff;position: absolute;}
.ver-box:hover .ver-list {opacity: 1;transform: translateY(0);pointer-events: auto;}
.ver-list ul li a{display: block; font-size: 18px; line-height: 22px; border-bottom: 1px dashed #ccc; text-align: center; color: #666;}
.ver-list ul li:last-child a{border-bottom: none;}
.ver-list ul li:hover a{color: #f62e1e}
.wap-header,.wap-headerzw{display: none;}

.back-top a{z-index: 999; display: flex; margin: auto; width: 50px; height: 50px; background: #f62e1e; border-radius: 10px; position: fixed; right: 28px; bottom: 6vh; }
.back-top img{margin: auto}

/* new_main_visual */
.inner {margin: 0 auto;position: relative;}
.new_main_visual{position:relative; width:100%; min-height:768px; height:100vh; overflow:hidden;}
.new_main_visual .dim{content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; z-index:10; background-color:#000;}
.new_main_visual .visual_slider{width:100%; height:100%;}
.new_main_visual .visual_slider .swiper-slide .bg{background-size:cover; background-position:center; background-repeat:no-repeat; position:absolute; left:0; top:0; width:100%; height:100%; z-index:-1;}
.new_main_visual .visual_slider .swiper-slide.slide_1 .bg{background-image:url("//memberpic.114my.com.cn/0362771/uploadfile/image/20250619/20250619161918_139634759.jpg")}
.new_main_visual .visual_slider .swiper-slide.slide_2 .bg{background-image:url("//memberpic.114my.com.cn/0362771/uploadfile/image/20250619/20250619161917_433847500.jpg")}
.new_main_visual .visual_slider .swiper-slide.slide_3 .bg{background-image:url("//memberpic.114my.com.cn/0362771/uploadfile/image/20250619/20250619161917_2086399722.jpg")}
.new_main_visual .visual_slider .swiper-slide .video{position:absolute; left:0; top:0; width:100%; height:100%; z-index:-1; background:#000;}
.new_main_visual .visual_slider .swiper-slide .video video{width:100%; height:100%; object-fit:cover; position: relative;}
.new_main_visual .visual_slider .swiper-slide .video:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.new_main_visual .visual_slider .swiper-slide .inner{max-width:78%; height:100%; display:flex; align-items:center; padding:0 0px; box-sizing:border-box;margin-top:2%;}
.new_main_visual .visual_slider .swiper-slide .ts{top:7%;}
.new_main_visual .visual_slider .swiper-slide .inner .txt_boxc{width: 100%;text-align: center;}
.new_main_visual .visual_slider .swiper-slide .inner .txt_box strong{transform:translateY(50%); opacity:0; transition:0.8s; display:block; letter-spacing:0.05em; line-height:1.5;}
.new_main_visual .visual_slider .swiper-slide .inner .txt_box b{transform:translateY(50%); opacity:0; transition:0.8s; display:block; letter-spacing:0.05em; line-height:1.5; position: relative;}
.new_main_visual .visual_slider .swiper-slide .inner .txt_box b:first-child::before {
    content: "";
    display: block;
    width: 70px;
    height:70px;
    background: rgba(228,103,19,0.5);
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0.5vw;
    left:17vw;
    z-index: -1;
}
.new_main_visual .visual_slider .swiper-slide span{color:#e46713;}
.new_main_visual .visual_slider .swiper-slide .bz{color:#fff;}
.new_main_visual .visual_slider .swiper-slide .stc{font-weight:bold;}
.new_main_visual .visual_slider .swiper-slide .stx{font-weight:normal;}
.new_main_visual .visual_slider .swiper-slide .hz{color:#333; }
.new_main_visual .visual_slider .swiper-slide .txd{font-size:3.7vw;}
.new_main_visual .visual_slider .swiper-slide .tx{font-size:0.9vw;}
.new_main_visual .visual_slider .swiper-slide .tx1{font-size:1.4vw;}
.new_main_visual .visual_slider .swiper-slide .tx2{font-size:3vw;}
.new_main_visual .visual_slider .swiper-slide .txhg{line-height:1.5;}
.new_main_visual .visual_slider .swiper-slide .tty{text-shadow: 0 1px 3px #e46713;}
.new_main_visual .visual_slider .swiper-slide .ttb{text-shadow: 2px 2px 4px #333;}
.new_main_visual .visual_slider .swiper-slide .tm{text-shadow: 0rem 0.2rem 0rem rgba(255,255,255,1); }
.new_main_visual .visual_slider .swiper-slide .inner .txt_box p{transform:translateY(50%); opacity:0; transition:0.8s 0.1s; letter-spacing:-0.05em; font-weight:300; margin-top:1vw;}
.new_main_visual .visual_slider .swiper-slide .inner .txt_box a{transform:translateY(100%); opacity:0; transition:0.8s 0.2s; display:inline-block; vertical-align:top; margin-top:30px; min-width:160px; padding:12px 31px; font-size:0.9vw; letter-spacing:0em; font-weight:100; box-sizing:border-box; text-align:center;background: linear-gradient(90deg, #e46713 0%, #ff0000 100%);color:#fff;border-radius: 20px;}
.new_main_visual .visual_slider .swiper-slide .inner .txt_box a i{padding-right:5px;}
.new_main_visual .visual_slider .swiper-slide.active .inner .txt_box b{transform:translateY(0); opacity:1;}
.new_main_visual .visual_slider .swiper-slide.active .inner .txt_box strong{transform:translateY(0); opacity:1;}
.new_main_visual .visual_slider .swiper-slide.active .inner .txt_box p{transform:translateY(0); opacity:1;}
.new_main_visual .visual_slider .swiper-slide.active .inner .txt_box a{transform:translateY(0); opacity:1;}
.new_main_visual .bot_wrap{position:absolute; left:0; bottom:20px; width:100%; z-index:1;}
.new_main_visual .bot_wrap .inner{max-width:80%; text-align:center;margin: 0 auto; position: relative;}
.new_main_visual .bot_wrap .controller{max-width:100%; display:inline-block; vertical-align:top; position:relative; padding-right:30px; box-sizing:border-box;}
.new_main_visual .bot_wrap .controller .pagination{width:100%; display:flex; align-items:start;}
.new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet{width:130px; height:auto; margin-right:20px; background:transparent; border-radius:0; opacity:1;}
.new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet:last-child{margin-right:0;}
.new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet .rail{width:100%; height:1px; background:rgba(255,255,255,0.3); position:relative;}
.new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet .rail .fill{width:0; height:100%; background:#fff;}
.new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet .txt{padding:10px 0; text-align:left; opacity:0.5;}
.new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet .txt p{font-size:14px; color:#fff; letter-spacing:-0.05em; font-weight:100;line-height:1.3; font-family: 'axt';}
.new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .txt{opacity:1;}
.new_main_visual .bot_wrap .controller .move_btn{width:40px; height:22px; position:absolute; right:-14px; top:-10px;}
.new_main_visual .bot_wrap .controller .move_btn a{width:100%; height:100%; display:block; position:relative;}
.new_main_visual .bot_wrap .controller .move_btn a:before{content:""; width:12px; height:18px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); }
.new_main_visual .bot_wrap .controller .move_btn a.pause:before{background:url("//memberpic.114my.com.cn/0362771/uploadfile/image/20250618/20250618172522_38212784.png")no-repeat center / cover;}
.new_main_visual .bot_wrap .controller .move_btn a.play:before{background:url("//memberpic.114my.com.cn/0362771/uploadfile/image/20250618/20250618172522_1482051795.png")no-repeat center / cover;}
.blind {display:block; overflow:hidden; position:absolute !important; left:0; top:0; width:0px; height:0px; padding:0; margin:0; font-size:0 ;line-height:0; text-indent:-9999px;}
.behind{overflow:hidden; text-indent:-9999px; font-size:0;}
.new_main_visual .prev_btn{cursor:pointer; width:40px; height:50px; border:1px solid #fff; box-sizing:border-box; border-radius:8px; position:absolute; left:30px; top:50%; transform:translateY(-50%); z-index:2;}
.new_main_visual .prev_btn:before{content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:30px; height:30px; background:url("//memberpic.114my.com.cn/0362771/uploadfile/image/20250618/20250618172403_1243308467.png")no-repeat center / 100% 100%; transition:0.2s;}
.new_main_visual .prev_btn:hover:before{left:43%;}
.new_main_visual .next_btn{cursor:pointer; width:40px; height:50px; border:1px solid #fff; box-sizing:border-box; border-radius:8px; position:absolute; right:30px; top:50%; transform:translateY(-50%); z-index:2;}
.new_main_visual .next_btn:before{content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:30px; height:30px; background:url("//memberpic.114my.com.cn/0362771/uploadfile/image/20250618/20250618172402_142016566.png")no-repeat center / 100% 100%; transition:0.2s;}


.s48 {font-size: 2.5vw;}
.s16{font-size: 0.9vw;}
.s17{font-size:1.4vw;}
.zo-main{width: 100%;padding: 5% 0;overflow: hidden;}
.zo-inner{width: 100%;max-width: 86%;margin: 0 auto;}
.zo-left{float: left;width: 42%;}
.zo-right{float: right;width: 56%;}
.zo-img{width: 100%;}
.zo-title{color: #666;line-height: 1.5;margin-bottom:2vw;}
.zo-title span{display: block; font-family: 'MiSans-Bold';color: #e46713;}
.zo-dls{width: 100%;}
.zo-dl{width: 100%;border-bottom: 1px solid rgba(102,102,102,0.1);padding:0.9vw 0;cursor: pointer;}
.zo-dt{color: #666;line-height: 1.875;}
.zo-dd{color: #808080;line-height: 1.3;display: none; font-family: 'axt'}
.zo-dl.active{padding-top: 1.34rem;}
.zo-dl.active .zo-dt{font-size:1.3vw;line-height: 1;margin-bottom: 2%;}

.zo-text{display: none;padding-top: 15px;}
.zo-name{width: 100%;line-height: 1.875;color: #999;}
.zo-intro{width: 100%;line-height: 1.875;color: #999;}

.zo-pagination{display: none; position: static;text-align: center;font-size: 0; width: 100%;margin-top: .4rem;}
.zo-pagination .swiper-pagination-bullet{display: inline-block;vertical-align: middle;margin-top: .1rem;margin-right: .1rem; opacity: 1; width: .3rem;height: 2px;background-color: #f0f0f0;border-radius: 1px;}
.zo-pagination .swiper-pagination-bullet-active{background-color: #54b7b6;}
@media(max-width: 1113px){
    .zo-dl.active .zo-dt{font-size: 17.4px;}
}
@media(max-width: 900px){
    .zo-inner{max-width: 500px;padding: 0 10px;}
    .zo-left{float: none;width: 100%;margin-bottom: 20px;}
    .zo-right{float: none;width: 100%;}

    .zo-text{display: block;}
    .zo-dls{display: none;}
    .zo-pagination{display: block;}
}


.zp-main{width: 100%; padding-top: 1.2rem;padding-bottom: .4rem;}
.zp-title{color: #fff;text-align: center;margin-bottom: .36rem;line-height: 1;padding: 0 10px;}
.zp-des{color: #fff;line-height: 1.875;text-align: center;opacity: .6;margin-bottom: .8rem;padding: 0 10px;}
.zp-big{width: 100%;margin-bottom: 1.04rem;}
.zp-big-img{width: 100%;}
.zp-list{width: 100%;font-size: 0;}
.zp-item{display: inline-block;vertical-align: top;position: relative;background-color: #000;cursor: pointer;overflow: hidden;}
.zp-img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;opacity: .6;transform: scale(1.001);transition: all 0.5s ease 0s;}
.zp-item:nth-child(5n+1){width: 50%;padding-top: 24.479%;}
.zp-item:nth-child(5n+2){width: 50%;padding-top: 24.479%;}
.zp-item:nth-child(5n+3){width: 25%;padding-top: 24.479%;}
.zp-item:nth-child(5n+4){width: 50%;padding-top: 24.479%;}
.zp-item:nth-child(5n+5){width: 25%;padding-top: 24.479%;}
.zp-text{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);z-index: 12;text-align: center;visibility: hidden;opacity: 0;transition: all .3s;pointer-events: none;}
.zp-icon{height: 1em;margin-bottom: .916em;}
.zp-t{color: #fff;line-height: 1;}

.zp-main .my-more{margin-top: .9rem; }
.zp-main .my-more:before{background-color: rgba(255,255,255,.5);}
.zp-main .my-tip:before{background-image: url('../images/a23-c.png');}
.zp-main .my-tip{color: #fff;background-color: #000;}
@media(min-width: 1201px){
    .zp-item:hover .zp-img{opacity: 1;transform: scale(1.07);}
    .zp-item:hover .zp-text{visibility: visible;opacity: 1;}
}
@media(max-width: 1200px){
    .zp-img{opacity: 1;}
    /* .zp-text{visibility: visible;opacity: 1;} */
}
@media(max-width: 500px){
    .zp-icon{font-size: 12px;}
    .zp-t{font-size: 12px;}
}

/*num*/
.num_bc{background: #e46713;padding: 2% 0; width:80%;margin: 0 auto; position: relative; margin-top: -12%;}
.num_c>ul{display: flex;justify-content: space-between;}
.num_c li{width: 25%;text-align: center;position: relative;}
.num_c li p{display: flex;justify-content: center;align-items: flex-end;}
.num_c li b{color: #fff;font-size: 50px;font-family: 'srm';position:relative; font-weight: lighter;}
.num_c li i{color: #fff;font-size: 17px;padding-bottom: 19px;}
.num_c li span{width: 42px;height: 2px;background: #fff;display: block;margin: 15px auto;margin-top:6px;}
.num_c li em{font-size: 17px;color: #fff;}
.num_c li:after{position: absolute;content: "";width: 1px;background: rgba(255,255,255,0.27);height: 54px;top: 50%;margin-top: -27px;right: 0;}
.num_c li:last-child:after{display: none;}

/*pro*/
.proa {padding:1% 0 5% 0%;overflow:hidden; width: 100%;}
.pro_box {max-width: 86%;margin:0 auto;}

.pro_cate ul li b a {
    font-size: 16px;
    font-weight: normal;color:#333!important;display: inline-block;
    width: 100%;
    height: 100%;position:relative;
}

@keyframes ripple {
    70% {
        transform:scale(1.2);
    }
    100% {
        transform:scale(1);
    }
}

.pro_more{width: 140px;height: 40px;line-height: 40px;text-align: center;display: block;color: #333;font-size: 14px; position: relative;top: -1px; position: absolute; right: 0;}
.pro_more a{width: 140px;height: 40px;line-height: 40px;text-align: center;display: block;color: #333;font-size: 14px; position: relative;top: -4px; position: absolute; right: 0; margin-top:10px;}
.pro_more a:hover{color: #fff;background: linear-gradient(to top, #e46713, #e46713);}

.prod_list{text-align: center;margin-bottom:40px; margin-top:30px;}
.prod_list ul{display: inline-block; background:#fff; padding:10px 20px; border-radius: 100px; box-shadow: 0px 0px 24px 0px #D9D9D9;}
.prod_list ul li{float:left;}
.prod_list ul li:hover dl{transform: rotateX(0deg);}
.prod_list ul li a{line-height:40px;color:#666;font-size:16px;display: block;position: relative;transition: all 0.3s ease;padding:0 20px;}

.prod_list ul li:last-child a:after{display: none;}
.prod_list ul li a:hover,.prod_list ul li.on a{background: #e46713; color:#fff; line-height:40px;  border-radius: 100px}
.prod{margin: 0 auto;margin-top: 40px;width: 1300px;/*max-width:80%;min-width:1400px;*/}

.pro_prev{position: absolute;top: 50%;left: 0;margin-top: -54px;}
.pro_next{position: absolute;top: 50%;right: 0;margin-top: -54px;}
.prod_list ul li a+dl{transition: all .5s;transform: rotateX(90deg);transform-origin: top; margin-top:1px;}
.prod_list ul li dl{position: absolute; z-index: 2; background:#fff;padding:1% 0;}
.prod_list ul li dl a{ font-size:15px !important; font-weight:normal; line-height:42px !important; border-top:rgba(255,255,255,0.3) solid 1px;}
.prod_list ul li dl a:hover{background:#e46713;}
.prod_list .prolist2021{}
.prod_list ul li a+dl{ background:#fff;}
.prod_list ul li dl a{ background:none !important; color:#666 !important;}

.pro_tab {margin: 1% 0 0;overflow: hidden;}
.pro_con {margin: 1.5% 0 0;}
.pro_cc .divproduct_new_div{display: flex;    width: 100%;flex-shrink: 0;    flex-wrap: wrap;    }
.pro_cc .divproduct_new_div .divproduct_new_div_item{display: flex;flex-direction: column-reverse;width: 32.3%;flex-shrink: 0; border-radius:0px; height: 50%;}
.pro_cc .divproduct_new_div .divproduct_new_div_item+.divproduct_new_div_item{    margin-left: 1%;}
.pro_cc .divproduct_new_div .divproduct_new_div_item:nth-child(4) {margin-left:0;}
.pro_cc .product_div_item_pic{overflow:hidden}
.pro_cc .product_div_item_pic img{ width: 100%;transition:all .5s;display:block;}
.pro_cc{margin-top: 0px;position:relative;    display: flex
;    transition: 0.5s;}
.pro_cc .divproduct_new_div_item_title a{font-size: 16px;color: #333;display: block;margin: 15px 0 15px;position:relative;}
.pro_cc .divproduct_new_div .divproduct_new_div_item:nth-child(n+4) {
       margin-top: 1%;
}
.pro_cc .divproduct_new_div_item_title a:after{content: "+MORE";width: 18%;height: 24px;line-height: 24px;font-size: 12px;color: #333;transition:all .5s;display: block;margin: 15px auto 0;background: linear-gradient(to top, #eee, #eee);border-radius: 20px;color:#333;font-family: "Arial";}
.pro_cc .divproduct_new_div .divproduct_new_div_item:hover  .divproduct_new_div_item_title a:after{background:#e46713;color:#fff;}
.pro_cc .divproduct_new_div .divproduct_new_div_item:hover .product_div_item_pic img{transform:scale(1.1)}
.pro_cc .divproduct_new_div_item_content{text-align: center;}
.pro_cc .divproduct_new_div_item_body{width: 84%;margin: 0 auto;line-height: 30px;color:#888;font-size:15px;display:none;}

.cate-tab-swiper{height: 60px; line-height: 60px; box-shadow: 0px 0px 20px 0px rgba(34, 24, 21, 0.1); border-radius: 30px; overflow: hidden; padding: 0 13px; background: #fff; width:1400px; margin:auto;}
/* pr */
.cate-tab{text-align: center; font-size: 0;margin-top:30px;}
.cate-tab .case-btn{position: absolute; top: 11px; left: 14px; width: 38px; height: 38px; z-index: 2; background: #fff url(../images/icon/case-btn.png) no-repeat center; background-size: 18px; border-radius: 50%; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.cate-tab .case-btn:hover{background: #ff7800 url(../images/icon/case-btn-on.png) no-repeat center; background-size: 18px;}
.cate-tab .case-next{left: auto; right: 14px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
.cate-tab-list{display: inline-block; vertical-align: middle; height:60px; line-height: 48px; font-size: 0; background-color: #ffffff; border-radius:28px; padding:0 13px; box-shadow: 0px 0px 20px 0px rgba(34, 24, 21, 0.1);}
.cate-tab .item{display: inline-block; vertical-align: middle; height: 40px; margin-top:10px; float:left; line-height: 40px; font-size: 16px; padding: 0 33px; position: relative; cursor: pointer;}
.cate-tab .item ~ .item{margin-left: 6px;}
.cate-tab .item span,.cate-tab .item a{color: #595959; position: relative; font-size:16px;line-height: 40px;}
.cate-tab .item:before{content: ""; position: absolute; left: 50%; top: 0; width: 0; height: 100%; background-color: #e46713; border-radius: 20px; opacity: 0; visibility: hidden; -webkit-transition: .4s; -o-transition: .4s; transition: .4s;}
.cate-tab .item.on:before,
.cate-tab .item:hover:before{opacity: 1; visibility: visible; left: 0; width: 100%;}
.cate-tab .item.on span,
.cate-tab .item:hover span,
.cate-tab .item.on a,
.cate-tab .item:hover a{color: #fff; font-size:16px;line-height: 40px;}

.appli {padding:5% 0 0% 0;background: url(https://memberpic.114my.com.cn/0362771/uploadfile/image/20250618/20250618174017_461942594.jpg) no-repeat center;}
.appli_box {}
.appli_con {margin: 20px 15px 0;position: relative;}
.appli_call {}
.appli_call {padding: 0% 0% 0% 0;}
.appli_call .divdgweb_new_div_item {
    display: flex !important;
    flex-direction: column-reverse;
    position: relative;
    margin: 0 0.5px;
}
.appli_call .divdgweb_new_div_item_content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222 118.78%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10% 6% 4% 6%;
font-weight:100;
}
.appli_call .divdgweb_new_div_item_title a {
    font-size: 24px;
    color: #fff;
font-weight:100;
    font-family: 'axt';
}
.appli_call .divdgweb_new_div_item_body {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,0.57);
    font-weight: lighter;
padding-top:8px;
font-family: 'axt';
text-align:center;
}
.appli_call .news_div_item_pic img {
    width: 100%;
    height: auto;
}
.appli_call .slick-center .divdgweb_new_div_item_content {   display: flex;}


.appli_btn {}
.appli_btn:hover i {}
.appli_btn>i {width: 50px;height: 50px;cursor: pointer;font-size: 36px;color: #ff431c;display: flex;justify-content: center;align-items: center;top: 45%;background: #fff;position: absolute;border-radius: 50%;}
.appli_btn>i:first-child {left: 24.5%;}
.appli_btn>i:last-child {right: 25.4%;}

.w1300 {
    width: 1300px;
    margin: auto;
}
.title{ margin: 36px 0px 0px 91px; position: relative;}
.title strong{ font-size: 54px; color: #333; position: relative; z-index: 1; font-family: 'MiSans-Bold';font-weight:100;}
.title p{ font-size: 32px; color: #999;line-height: 2;font-family: 'axt';}
.title span{  font-size: 20px; font-weight: 100;  color: #666; position: absolute; right: 110px; top: 62px;}
.title::after{ content: ""; display: block; width: 310px; height: 12px; background: #e46713; position: absolute;top: 52px;left: 390px;z-index: 0;}

.more{ position: absolute; top: 72px; right: 0px;}


/**/
.idxTwo{position: relative;}
.idxTwo-lt, .idxTwo-rt{padding-top: 120px;}
@media screen and (max-width: 1500px)
.idxTwo-lt, .idxTwo-rt { padding-top: 80px;}
.idxTwo-lt{
	width: 56.770%;
	float: left;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    z-index: 99;
}

.idxTwo-lt .div{
	width: 63.302%;
	margin: auto;
	padding-left: 0px;
}

.idxTwo-lt .ltImg{
	float: left;
}
.idxTwo-lt .ltImg img {
    width: 52px;
}

.idxTwo-lt .ltTxt{padding-left:20%;}
.idxTwo-lt .tit{
	font-size: 3vw;
	color: #e46713;
	font-weight: bold;
}


.idxTwo-lt .txt{
	font-size: 1.5vw;
	line-height: 1.5;
	color: #ffffff;
	margin-bottom: 12%;
}
.idxTwo-lt .txtx{
	font-size:0.82vw;
	line-height:1.9;
	color: rgba(255,255,255,0.7);
	margin-bottom: 11%;
font-family: 'axt';
}

.idxTwo-lt .data{
	position: relative;
	z-index: 1;
}

.idxTwo-lt .data .cut{font-size: 9vw;color: #e46713;font-family: "srm";margin-top:3%;line-height:1;}
.idxTwo-lt .data .Years{
	font-size:8vw;
	color: rgba(0,0,0,0);
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: -25px;
	-webkit-text-stroke: 2px rgba(255,255,255,0.1);
	font-family: "srm";line-height:1;    text-transform: uppercase;}


/**/
.idxDiv{background: url(https://memberpic.114my.com.cn/0362771/uploadfile/image/20250619/20250619095821_890366856.jpg) no-repeat center; background-size: cover;width:100%;overflow: hidden;margin-top:5%;padding:2% 0 5% 0;background-attachment: fixed;}
.idxDiv:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.idxTwo-rt{
	float: right;
	width: 43.229%;
	padding-left: 110px;
z-index: 99;
position: relative;
}

.idxTwo-rt .ul{width: 62.650%;}

.idxTwo-rt li{
	float: left;
	width: 50%;
	z-index: 1;
	position: relative;
}

.idxTwo-rt li:nth-child(2n){
	float: right;
}

.idxTwo-rt li:nth-child(1), .idxTwo-rt li:nth-child(2){
	padding-top: 5%;
}

.idxTwo-rt li:nth-child(2):after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border: solid 4px #e46713;
}

.idxTwo-rt li:nth-child(2) .cut, .idxTwo-rt li:nth-child(2) .txt{
	color: #e46713;
}

.idxTwo-rt li .div{padding: 60px 18px;text-align: center;}
.idxTwo-rt li .cut{font-size: 3vw;color: #ffffff;font-weight: bold;line-height: 1;padding-bottom:2%; font-family: "srm";}
.cl{margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.idxTwo-rt li .txt{
	font-size: 18px;
	line-height: 25px;
	height: 50px;
	color: rgba(255,255,255,0.6);
font-family: 'axt'
}

.aBut{
	width: 202px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 17px !IMPORTANT;
	color: #fff !IMPORTANT;
	text-shadow: 1px 1.732px 2px rgb( 140, 86, 0 );
	background:#e46713;
	background-size: 100% 100%;
	display: block;
	box-shadow: 0px 0px 35px 0px rgba(211, 177, 108, 0.5),inset 0px 0px 1px 0px rgba(79, 53, 0, 0.8);
}
.aBut>a{color: #fff;font-size: 16px;}

.common_title.left .icon_title {
    margin: 2rem 0 0;
}
.common_title .cn {
    margin-top: -2rem;
position: relative;
}
.common_title .cn {
    font-size: 3rem;
    color: #fff;
    z-index: 3;
    text-align: left;
}
.fp-overflow {
    outline: 0;
    justify-content: flex-start;
    height: 100%;
position: relative;
    z-index: 999;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    display: block;
}
.fp-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.home_fullpage .section5 {
  overflow: hidden;
  background: url(https://memberpic.114my.com.cn/0362771/uploadfile/image/20250619/20250619095042_2068507619.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 6% 0;
  box-sizing: border-box;
position: relative;
background-attachment: fixed;
}
.home_fullpage .section5:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow>.fp-overflow {
overflow: hidden;
}
.home_fullpage .section5 .top {
  display: flex;
  justify-content: space-between;
}
.common_title.white .en {
    background-image: linear-gradient(to bottom, #fff, rgba(255,255,255,0.5));
    -webkit-background-clip: text;
    color: transparent;
    opacity: 0.2;
font-size: 4rem;
}
.home_fullpage .section5 .top .left .common_title {
  margin-top:1rem;
}
.home_fullpage .section5 .top .left .des {
  font-size: 1.2rem;
  line-height: 2;
  color: #ffffff;
  margin-top: 1rem;
width: 96%;
}
.home_fullpage .section5 .top .right img {
  margin-top:1rem;
  width:50rem;
    opacity: 0.4;
}
.home_fullpage .section5 .partner_swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -3rem;
  padding-bottom: 2rem;
}
.home_fullpage .section5 .partner_swiper .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home_fullpage .section5 .partner_swiper .swiper-slide .item {
  background-color: #fff;
  width: 19%;
  height: 0.6146rem;
  margin-right: 1%;
  margin-bottom: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_fullpage .section5 .partner_swiper .swiper-slide .item img {
  width: 1.2292rem;
}
.home_fullpage .section5 .partner_swiper .swiper-slide .item:nth-child(5n) {
  margin-right: 0;
}
.home_fullpage .section5 .partner_swiper .swiper-pagination {
  text-align: left;
  bottom: 0 !important;
}

/* bz */
.agency{display:flex;justify-content:space-between;align-items:center; padding:4% 0 0 0; position:relative;margin-top:-2%;z-index:99; margin-bottom:0%;}
/*合作客户*/

.cas_ic {width: 100%; margin: 0 auto;  position: relative; }
.cas_ic .new_web_div2021 .tempWrap{width:100% !important;}
.cas_ic *{display:block;}
.cas_ic li{width:calc((100% - 10rem) / 6);margin:0.6rem;float:left;padding-left:0px !important;}
.cas_ic li img{width:100%;height:auto;border-radius: 10px;}
.cas_ic ul li p{display: none;}
.cas_ic ul:nth-child(1) {width: 1300px; margin: 0 auto;}
.cas_ic ul:nth-child(2)  {width: 1300px; margin: 0 auto;}
.cas_ic ul:nth-child(3)  {width: 1300px; margin: 0 auto;}

.cas_bc{width: 100%; margin: 0 auto;  margin-top: 40px;}
.cas_bc:before {content:'';background: linear-gradient(to right,rgba(0,0,0,0.68) 50%,transparent);position:absolute;width: 10%;height:  100%;z-index: 1;top: 0;left:  0;}
.cas_bc:after {content:'';background: linear-gradient(to left,rgba(0,0,0,0.68) 0,transparent);position:absolute;width:  10%;height: 100%;z-index: 1; top: 0;right:  0;bottom: 0;}

/*左边*/
.apply_fl{width:700px; padding:0 0;}
.apply_fl_one{display:flex;flex-direction:column;justify-content:center;height:120px;}
.apply_fl_one t{display: block;font-size: 24px;color:#fff;}
.apply_fl_one span{display: block;margin-top: 5px;font-size: 14px;color:#bbb;font-weight: lighter;}
.apply_fl_two a{display:block;}
.apply_fl_three .divdgweb_new_div_item{display: flex;flex-direction: row-reverse;justify-content: space-between;align-items:center;height:50px;padding-left: 40px;border-bottom:1px #eee solid;position: relative;}
.apply_fl_three .divdgweb_new_div_item:last-child{border-bottom:none;}
.apply_fl_three .divdgweb_new_div_item:after{ content:"+";display:block;width:20px;height:20px;line-height:15px;background:#999;font-size:30px;color:#fff;font-family:"Biko";font-weight:lighter;text-align:center;position:absolute;left:0;}
.apply_fl_three .divdgweb_new_div_item:hover:after{background: #e46713;}
.apply_fl_three .divdgweb_new_div_item_date{display: flex;font-size: 14px;color: #999;}
.apply_fl_three .divdgweb_new_div_item_a{font-size: 14px;color: #666;}
.apply_fl_three .divdgweb_new_div_item:hover .divdgweb_new_div_item_a{color: #e46713;}
.apply_fl_three .divdgweb_new_div_item_a:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;}

.apply_fl .divdgweb2_tag li{    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding:0 20px;
    border-bottom: 1px rgba(255,255,255,0.1) solid;
    position: relative;font-size: 16px;}
.apply_fl .divdgweb2_tag li spsan{font-size:14px;}
/*news*/
.news_con {overflow:hidden;padding-top:5%;padding-bottom:5%;}
.news_roll {display:flex;}
.news_call {width:100%;flex-shrink:0;}
.news_call .news_div{/* display: flex; */justify-content: space-between;flex-shrink: 0;width:100%;}
.news_call .news_div{margin: 0 !important;}
.news_call .slick-list  {padding: 3% 0;}
.news_call .news_div_item{width: 36%;position: relative;transition:0.5s;padding: 2%;background: #f8f8f8;display: flex !important;flex-direction: column; float: left;z-index: 5;border: 1px rgba(255, 255, 255, 0.1) solid;}
.news_call .news_div_item_date{position: absolute;top: 36px;display: flex;left: 19px;height: 22px; color: #999;transition: 0.5s;font-family: Arial;font-size: 0.7vw;}
.news_call .news_div_item:hover .news_div_item_date {left: 11%;}
.news_call .news_div_item_date::before{content:'';}
.news_call .news_div_item_content{height: 211px;}
.news_call .news_div_item_year, .news_call .news_div_item_month, .news_call .news_div_item_day{float: left;line-height: 22px;}
.news_call .news_div_item_title{}
.news_call .news_div_item_a {font-size: 1vw;display: block;margin-bottom: 20px;position:relative;transition:0.3s;font-weight: normal;padding-top: 36px; color: #333;}
.news_call .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';top: 182px;left: 0; color: #999;font-size: 12px;transition:0.5s; text-align: center;box-sizing: border-box;font-weight:100;}
.news_call .news_div_item_body{font-size: 0.8vw;color: #666;line-height: 1.5;font-weight:100;text-overflow: ellipsis;-webkit-line-clamp: 2;word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;color: #999;font-family: 'axt';}
.news_call .news_div_item_pic, .news_call .news_div_item_pic a, .news_call .news_div_item_image{width:100%;height: auto;display: block;transition: 0.5s;}
.news_call .news_div_item:hover .news_div_item_a{color:#f92f19;transition:0.3s;}
.news_call .news_div_item:hover .news_div_item_a::before{}
.news_call .news_div_item:hover .news_div_item_a::after{left: ;opacity:1;}
.news_call .new_ic{overflow:hidden;margin: 3% auto 0;}
.news_call .news_div_item:hover .news_div_item_pic img  {    transform: scale(1.1);transition: 0.5s;}
.news_call .news_div_item_pic {}
.news_call .news_div_item:first-child {flex-direction:column-reverse; left: 0;z-index: -1;border: 1px rgba(255, 255, 255, 0.1) solid;}
.news_call .news_div_item:first-child .news_div_item_date {top: 64.5%;left: 76%;color: #999;font-size: 0.7vw;}
@media screen and (max-width: 1680px){
.news_call .news_div_item:first-child .news_div_item_date{top: 61.5%;}
}
@media screen and (max-width: 1440px){
.news_call .news_div_item:first-child .news_div_item_date{top: 58.5%;}
}
.news_call .news_div_item:first-child  .news_div_item_a::after {top: 72%;left: 72%;}
.news_call .news_div_item:nth-child(-n+2) {width: 30%;}
.news_call .news_div_item:nth-child(2) {margin: 0 2%;flex-direction: column-reverse;}
.news_call .news_div_item:nth-child(2) .news_div_item_body {text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.news_call .news_div_item:nth-child(1) .news_div_item_body {text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.news_call .news_div_item:nth-child(2) .news_div_item_a,.news_call .news_div_item:nth-child(2) .news_div_item_body {/* color:#fff; */}
.news_call .news_div_item:nth-child(2):before {content:'';width:100%;height:100%;position:absolute;top:0; left: 0;z-index: -1;} 
.news_call .news_div_item:nth-child(2) .news_div_item_date {top: 64.5%;left: 76%;color: #999;font-size: 0.7vw;}
@media screen and (max-width: 1680px){
.news_call .news_div_item:nth-child(2) .news_div_item_date {top: 61.5%;}
}
@media screen and (max-width: 1440px){
.news_call .news_div_item:nth-child(2) .news_div_item_date {top: 58.5%;}
}
.news_call .news_div_item:nth-child(2) .news_div_item_a::after {top: 74%;left: 72%;}
.news_call .news_div_item:nth-child(2) .news_div_item_a::before {/* top: 850%; */}
.news_call .news_div_item:nth-child(n+3)  {flex-direction:row-reverse;justify-content: space-between;align-items: center; padding:1% 1%;}
@media screen and (max-width: 1680px){
.news_call .news_div_item:nth-child(n+3)  {padding:1.34% 1%;}
}
@media screen and (max-width: 1440px){
.news_call .news_div_item:nth-child(n+3)  {padding:1.71% 1%;}
}
.news_call .news_div_item:nth-child(n+3) .news_div_item_a {padding: 1% 0 0;margin-bottom: 12px;}
.news_call .news_div_item:nth-child(n+3) .news_div_item_pic {width: 36%;}
.news_call .news_div_item:nth-child(n+3) .news_div_item_content {width: 60%;height:109px;}
.news_call .news_div_item:nth-child(n+3) .news_div_item_date {top: 68%;left: 76%;color: #999;font-size: 0.7vw;}
.news_call .news_div_item:nth-child(n+3) .news_div_item_a::before {top: 84px;}
.news_call .news_div_item:nth-child(n+3) .news_div_item_a::after {top: 6.1vw;left: 56%;}
.news_call .news_div_item:nth-child(n+4) {margin: 1.3% 0 0;}
.news_call .news_div_item:nth-child(2) .news_div_item_body span {
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
 font-size: 15px !important;
}
/*.news_div_item:nth-of-type(2) .news_div_item_content {padding-top: 75%;}*/
/*.news_div_item:nth-of-type(2) .news_div_item_pic img {margin-top: -75%;}*/

/* bq */
.flexsb {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
font-family: 'axt';
}
.footer {position: relative; z-index: 1; padding-top:5rem; padding-bottom:1.8rem; background: url(https://memberpic.114my.com.cn/0362771/uploadfile/image/20250619/20250619203332_1895706955.jpg) center no-repeat;}
.foterLogo img {max-width:74%;}
.footer .foterBox {display: flex; justify-content: space-between;}
.foterle .leOne {margin-top: .5rem;}
.foterlogo img{width:70px;margin-bottom:5%;}
.foterle .leOne span {font-size: 14px;opacity: .5; display: block; color: #fff;padding-bottom:3px;}
.foterle .leOne a {font-weight: 700;color: #fff; font-size:1.7vw; font-family: 'Arial'; line-height: 1.3;}
.foterle dl {margin-top: .5rem;margin-bottom: 1.5rem;}
.foterle dl dd {display: flex; align-items: center;margin: .6rem 0;}
.foterle dl dd .icBox {margin-right: .5rem;}
.foterle dl dd .icBox i {font-size: 15px; color: rgba(255,255,255,0.5);}
.foterle dl dd p , .foterle dl dd p a {color: rgba(255,255,255,0.5);font-size:0.88rem;font-family: 'axt';}
.foterle dl dd p a:hover {color: #f92f19;}
.foterlinks {display: flex;margin-top: .3rem;}

.social {display: flex;margin-top: .3rem;}
.social a { position: relative; font-size: 13px; color: #fff; display: inline-block; line-height: 25px; transition:0.3s all ease-in-out; float: left;display: block;margin-right:14px; margin-top:0px;background: rgba(255,255,255,0.2);padding: 2.9% 2.9%; border-radius: 50%;}
.social a img{ display: block}
.social a i{font-family: 'iconfont'; font-size: 18px; color: rgba(255,255,255,0.3);}
.social a:hover{ }
.social a:hover img{filter: contrast(0) brightness(2);}
.social a:hover .ewm img{filter: grayscale(1%);}
.social .ewm { position: absolute; width: 100px; bottom: 45px; right: -43px; z-index: 1; display: none; padding: 5px; background: #fff; border-radius: 5px; }
.social .ewm:after{ content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; position: absolute; bottom: -5px; left: 52.5px; }
.social .ewm img { display: block; width: 100%; height:auto; }

.foternav {display: flex; justify-content: space-between; width: 56%;}
.foternav dl { margin-right: .2rem;}
.foternav dl:last-child {margin-right: 0;}
.foternav dl dt {position: relative; padding-bottom: .25rem; margin-bottom: .3rem;}
.foternav dl dt a {color: #ffff; margin-bottom: .6rem;font-size:1.2rem; font-weight: 500; display: block;font-family: 'axt';}
.foternav dl dt::after {content: "";width: 1rem; height: 0.14rem; background: #e46713;position: absolute; bottom: 3px; left: 0;}
.foternav dl dd {margin:0.8rem 0;}
.foternav dl dd a { color: rgba(255, 255, 255,.3);font-size:0.88rem;font-family: 'axt';}
.foternav dl dd a:hover {color: #ccc;}
.copyright {margin-top: 4.2rem;border-top: 1px rgba(255, 255, 255,.07) solid; padding-top: 2rem;}
.copyright p, .copyright p a {color: rgba(255, 255, 255,0.5); font-size:0.88rem;line-height:1.6; text-align: center}
.copyright p a:hover {color: #3858c9;}
.copyright .copyPone {font-size:0.95rem;}
.copyright .copyPone a {color: #3858c9;}
.copyright .copyPone .icon{display: block;text-align: center; padding-top: 10%;font-size:32px;}

/*link*/
.links {
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
    margin-top:0%;
    background: #06101c;
}
.linksW {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.links_l {
    width: 100px;
}
.links_lm {
    font-size: 18px;
    line-height: 30px;
    font-weight: lighter;
 color: #fff;
}
.links_lm p {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.links_lm p span {
    color: #ccc;
}
.links_lm em {
    font-size: 14px;
    color: #ccc;
    letter-spacing: 5px;
    line-height: 16px;
}
.links_r {
    width: 100%;
    color: #ccc;
    padding-left: 30px;
}
.links_r a {
    font-size: 15px;
    color: #ccc !important;
font-family: 'axt';
}
.linkTagcs{width: 100% !important;}
.linkTagcs li a {
    font-weight: lighter;
}

/*--kf--*/
.kf{position:fixed;right:-100px;bottom:20%;width:50px;z-index:999;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.kf.on{right:15px}
.kf .kf_div{box-shadow:0 0 18px rgba(0,0,0,.1);margin-bottom:8px}
.kf .kf_div:last-child{margin-bottom:0}
.kf .item{width:50px;height:50px;background:#fff;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;position:relative}
.kf .item:first-child{border-top-left-radius:6px}
.kf .item:last-child{border-bottom-left-radius:6px}
.kf .item .box{font-family: "srm"; position:absolute;left:90px;top:50%;transform:translateY(-50%);z-index:-1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;width:298px; background:#fff;box-shadow:0 0 18px rgba(0,0,0,.1);border-radius:25px;margin-right:8px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;font-size:26px; color:#e46713;padding:15% 0;}
.kf .item .box:before{width:10px;height:100%;position:absolute;right:-9px;top:0;content:''}
.kf .item .box i{width:32px;height:32px;display:block;border-radius:50%;margin:0 18px 0 17px;background:#e46713;color:#fff;    text-align: center;
    line-height: 32px;}
.kf .item .box2{width:154px;position:absolute;left:90px;top:50%;transform:translateY(-50%);z-index:-1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-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;background:#fff;box-shadow:0 0 18px rgba(0,0,0,.1);padding:15px 0 20px;border-radius:6px}
.kf .item .box2:before{width:10px;height:100%;position:absolute;right:-9px;top:0;content:''}
.kf .item .box2 h3{width:100%;text-align:center;font-size:24px;color:#e46713;font-weight:700}
.kf .item .box2 img{width:133px;height:133px;margin:5px 0}
.kf .item .box2 div{font-size:16px;line-height:22px;color:#666;text-align:center}
.kf .item:hover a{color:#fff;}
.kf .item:hover{background:#e46713;color:#fff;}
.kf .item:hover .box{left:-306px}
.kf .item:hover .box2{left:-164px}
.kf .item:hover a img{display:none}
.kf .item:hover a img.on{display:block}
.kf .item a{width:100%;height:100%;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;position:relative;z-index:1;font-size:26px;color:#999;}
.kf .item a:hover i{color:#fff;}
.kf .item a img{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;max-width:50%}
.kf .item a i{font-size:26px;color:#999;}
.kf .item a img.on{display:none;max-width:50%}

@media (max-width:768px){.kf{top:auto;bottom:10px;left:50%;margin-left:-80px;transform:translateY(0);display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row}

.kf .kf_div{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;height:40px}

.kf .item{width:40px;height:40px;border-radius:0!important}

.kf .item a img{max-width:50%}

.kf .item:hover .box{left:-50px;opacity:1;top:-30px}

.kf .item:hover .box2{left:-40px;opacity:1;top:-70px}

.kf .item .box{left:-50px;top:-20px;opacity:0;width:140px;font-size:14px;height:40px;border-radius:20px;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}

.kf .item .box:before,.kf .item .box i{display:none}

.kf .item .box2{left:-40px;top:-50px;opacity:0;width:120px;height:120px;padding:5px}

.kf .item .box2:before,.kf .item .box2 h3,.kf .item .box2 div{display:none}

.kf .item .box2 img{width:110px;height:110px}}

.idx_service{width: 100%; height: auto; padding: 2vw 0; background: url() no-repeat bottom; overflow: hidden;}