@charset "utf-8";
/*font*/
@font-face {font-family:"icomoon";src:url("font/icomoon.ttf");}
/*var*/
:root{--main-color:#086fce;}
/*global style*/
html{margin-top:0 !important;}
ul,li,p,span,em,i,div,img,h1,h2,h3,h4,h5,h6,a,input,textarea,body{padding:0px;margin:0px;border:none;}
body{font:16px 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif';font-weight:400;color:#333;width:100vw;overflow-x:hidden;background-color:#fff;margin:0;}
body::-webkit-scrollbar{width:4px;height:4px;background-color:#faece5;}
body::-webkit-scrollbar-thumb{width:4px;height:4px;border-radius:2px;background-color:var(--main-color);}
table{border-collapse:collapse;}
em,i{font-style:normal;}
a{color:#333;text-decoration:none;cursor:pointer;outline:none;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover{color:var(--main-color);}
ul,li{list-style:none;}
img{vertical-align:top;}
hr{display:none;}
figure{margin:0;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none !important;}
input{outline:none;vertical-align:middle;}
input[type='number']{-moz-appearance:textfield;}
input[type="submit"],button{cursor:pointer;}
textarea{vertical-align:top;resize:none;outline:none;overflow:hidden;font-family:Arial;}
p{line-height:25px;font-size:16px;}
h1{font-size:60px;line-height:70px;font-weight:normal;font-family:"Times-Bold";}
h2{font-size:48px;line-height:55px;font-weight:normal;font-family:"Times-Bold";}
h3{font-size:30px;line-height:40px;font-weight:normal;font-family:"Poppins-SemiBold";}
h4{font-size:18px;line-height:20px; font-family:"Poppins-SemiBold";}
.indent{text-indent:2em;}
/* backToTop */
#wpadminbar{display:none;}
.hidden{display:none;}
.m-Top{margin-top:0;}
.main-width{width:1280px;margin:0 auto;}
.flex-box{display:flex;}
.flex-wrap{flex-wrap:wrap;}
.flex-space-bwn{justify-content:space-between;}
.flex-align-center{align-items:center;}
.other-banner img{width:100%;height:auto;}
.loadico{display:none;position:relative;width:60px;height:30px;margin:10px auto;}
.loadico:before{content:"";position:absolute;left:0;top:5px;width:20px;height:20px;background-color:#086fce;border-radius:50%;animation:loadl 1s linear infinite;}
.loadico:after{content:"";position:absolute;right:0;top:5px;width:20px;height:20px;background-color:#c3ddf4;border-radius:50%;animation:loadr 1s linear infinite;}
@keyframes loadl{
0% {transform:translateX(0) scale(1);z-index:9;}
25% {transform:translateX(20px) scale(1.1);z-index:99;}
50% {transform:translateX(40px) scale(1);z-index:9;}
75% {transform:translateX(20px) scale(0.4);z-index:9;}
100% {transform:translateX(0) scale(1);z-index:9;}
}
@keyframes loadr{
0% {transform:translateX(0) scale(1);z-index:9;}
25% {transform:translateX(-20px) scale(0.4);z-index:9;}
50% {transform:translateX(-40px) scale(1);z-index:9;}
75% {transform:translateX(-20px) scale(1.1);z-index:99;}
100% {transform:translateX(0) scale(1);z-index:9;}
}
.home header .menubtn{display:none;}

header{position:relative;height:180px;background-color:var(--main-color);background-size:cover;z-index:99;}
header .main-width{display:flex;justify-content:space-between;align-items:center;height:100%;}
header .menubtn{display:none;width:28px;height:17px;margin-right:0;cursor:pointer;}
header .menubtn span{display:block;width:28px;height:1px;background-color:#fff;border-radius:1px;transform-origin:9.5% 50%;transition:all .3s;}
header .menubtn .b1,header .menubtn .b2{margin-bottom:7px;}
header .logo{height:108px;}
header .logo img{width:auto;height:100%;}
header .func{text-align:right;}
header .func .model{display:flex;justify-content:flex-end;column-gap:25px;}
header .func .model a{position:relative;;display:block;position:relative;line-height:30px;padding-left:30px;font-size:16px;color:#fff;}
header .func .model a:before{position:absolute;left:0;top:0;width:25px;height:30px;line-height:30px;font-size:16px;font-family:"icomoon";}
header .func .model a:hover .wp-block-image{display:block;border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);}
header .func .model .mob:before{content:"\e910";}
header .func .model .app:before{content:"\e912";}
header .func .model .lang:before{content:"\e90f";}
header .func .model .wp-block-image{display:none;position:absolute;left:50%;top:calc(100% + 8px);width:120px;margin-left:-60px;text-align:center;}
header .func .model .wp-block-image img{border-radius:10px;}
header .func .model .wp-block-image figcaption{display:none;}
header .func .model .wp-block-image:before{content:"";position:absolute;left:50%;bottom:100%;margin-left:-10px;border:10px solid transparent;border-bottom-color:#fff;}
header .func .search{width:400px;height:40px;margin:8px 0;border-radius:5px;background-color:#fff;overflow:hidden;}
header .func .search form{display:flex;}
header .func .search input{width:300px;height:40px;padding:0 10px;font-size:16px;box-sizing:border-box;}
header .func .search button{display:flex;align-items:center;justify-content:center;column-gap:5px;width:100px;height:40px;line-height:40px;background-color:#82b1dd;border:none;font-size:16px;color:#fff;}
header .func .search button:before{content:"\e911";font-family:"icomoon";}
header .func .tips{display:inline-block;line-height:26px;padding:0 0 0 8px;border-radius:3px;background-color:#830000;color:#fff;font-size:14px;}
header.action .menubtn .b1{transform:rotate(45deg);}
header.action .menubtn .b2{opacity:0;}
header.action .menubtn .b3{transform:rotate(-45deg);}

footer{padding:60px 0 30px;background-color:#333534;}
footer .main-width{display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:30px;}
footer .logo{width:620px;max-width:100%;}
footer .logo img{width:auto;height:108px;}
footer .logo p{padding-left:123px;color:#fff;}
footer .sns{display:flex;justify-content:space-between;width:300px;text-align:center;}
footer .sns img{width:140px;height:140px;border-radius:8px;}
footer .sns figcaption{margin:5px 0 0;color:#fff;font-size:14px;}
footer .contact{display:flex;flex-direction:column;row-gap:10px;width:100%;padding-left:123px;color:#fff;box-sizing:border-box;}

.copy-right{padding:20px 0;background-color:#333534;border-top:1px solid #5c5d5d;color:rgba(255,255,255,.5);}
.copy-right .main-width{display:flex;justify-content:space-between;}
.copy-right a{color:rgba(255,255,255,.5);}
.copy-right a:hover{color:var(--main-color);}
.copy-right p{display:flex;align-items:center;line-height:30px;font-size:14px;column-gap:5px;}
.copy-right .box{display:flex;column-gap:50px;}


.flow-info{position:fixed;right:10px;bottom:10px;}
.flow-info a,.flow-info span{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:3px;width:60px;height:60px;text-align:center;font-size:12px;border-radius:8px;background-color:#fff;}
.flow-info a p{display:none;position:absolute;right:100%;top:50%;line-height:20px;padding:10px;font-size:14px;background-color:#fff;border-radius:5px;white-space:nowrap;transform:translateY(-50%);box-shadow:0 0 5px rgba(0,0,0,.1);}
.flow-info a p img{width:140px;height:140px;}
.flow-info a:before,.flow-info span:before{display:block;font-size:16px;font-family:"icomoon";color:var(--main-color);}
.flow-info a:hover p{display:block;}
.flow-info span{position:absolute;left:0;bottom:0;background-color:#e6f0fa;cursor:pointer;}
.flow-info span:before{content:"\e900";transform:rotate(90deg);}
.flow-info span:after{content:"收起";}
.flow-info .tel:before{content:"\e910";}
.flow-info .mail:before{content:"\e906";}
.flow-info .fax:before{content:"\e954";}
.flow-info .wechat:before{content:"\e96d";}
.flow-info .top{box-shadow:0 0 10px rgba(0,0,0,.1);}
.flow-info .top:before{content:"\e90e";}
.flow-info .ico{display:none;position:relative;height:240px;padding-bottom:60px;margin-bottom:10px;background-color:#fff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.1);}
.flow-info .ico.sq{height:0;overflow:hidden;}
.flow-info .ico.sq span:before{transform:rotate(-90deg);}
.flow-info .ico.sq span:after{content:"展开";}


.nav-home{margin-bottom:60px;background-color:#cce1fa;border-radius:8px;overflow:hidden;}
.nav-home .one{display:flex;}
.nav-home .one > li{display:flex;width:25%;}
.nav-home .one > li > h3{display:block;width:70px;height:70px;line-height:25px;padding:10px 5px 10px 10px;font-size:18px;font-weight:bold;letter-spacing:5px;background-color:var(--main-color);color:#fff;border-radius:8px;box-sizing:border-box;text-align:center;cursor:default;}
.nav-home .one > li:nth-child(1) > h3{padding:10px 0 10px 3px;letter-spacing:3px;}
.nav-home .one > li > div{width:calc(100% - 70px);}
.nav-home .sub-menu{display:flex;flex-wrap:wrap;align-items:center;padding:10px 20px;box-sizing:border-box;font-size:0;}
.nav-home .sub-menu li{position:relative;width:52%;line-height:25px;padding-left:20px;font-size:14px;box-sizing:border-box;}
.nav-home .sub-menu li:nth-child(2n){width:48%;}
.nav-home .sub-menu li:before{content:"";position:absolute;left:0;top:7px;width:11px;height:11px;background-image:url(/wp-content/uploads/2024/07/nav-icon.png);background-size:100% 100%;}

.nav-header{border-top:1px solid rgba(255,255,255,.3);background-color:var(--main-color);}
.nav-header a{color:#fff;}
.nav-header .one{display:flex;justify-content:center;column-gap:;}
.nav-header .one > li{position:relative;line-height:25px;padding:15px 65px;}
.nav-header .one > li:before{content:"";position:absolute;left:100%;top:50%;width:1px;height:16px;margin-top:-8px;background-color:#cee2f5;}
.nav-header .one > li:nth-last-child(1):before{display:none;}


.flow-header{position:fixed;left:0;top:0;width:100%;background-color:var(--main-color);opacity:0;z-index:-1;transition:all .5s;}
.flow-header a{color:#fff;}
.flow-header .main-width{display:flex;justify-content:space-between;align-items:center}
.flow-header .logo{height:45px;}
.flow-header .logo img{width:auto;height:100%;}
.flow-header .one{display:flex;justify-content:center;column-gap:;}
.flow-header .one > li{position:relative;line-height:25px;padding:15px 45px;}
.flow-header .one > li:before{content:"";position:absolute;left:100%;top:50%;width:1px;height:16px;margin-top:-8px;background-color:#cee2f5;}
.flow-header .one > li:nth-last-child(1):before{display:none;}
.flow-header.on{opacity:1;z-index:999;}


.bread{padding:25px 0;}
.bread p{position:relative;display:flex;column-gap:10px;line-height:30px;padding-left:20px;font-size:14px;}
.bread p i{display:block;height:30px;line-height:30px;font-family:"icomoon";font-size:12px;}
.bread p i:before{content:"\e900";}
.bread p:before{content:"\f102";position:absolute;left:0;top:0;height:30px;line-height:28px;font-family:dashicons;font-size:16px;}


.category .sub-menu{display:flex;column-gap:6%;padding:20px 6%;background-color:#f2f8fd;border-radius:8px;}
.category .sub-menu li{position:relative;line-height:25px;padding-left:20px;font-size:16px;}
.category .sub-menu li:before{content:"";position:absolute;left:0;top:8px;width:11px;height:11px;background-image:url(/wp-content/uploads/2024/07/nav-icon.png);background-size:100% 100%;}
.category .sub-menu li.on a{color:var(--main-color);}
.category .sub-menu li.current-menu-item a{color:var(--main-color);}

.pageinfo{margin-top:30px;}
.pageinfo ul{display:flex;column-gap:10px;}
.pageinfo li{line-height:28px;padding:0 10px;border:1px solid #aaa;border-radius:5px;font-size:14px;box-sizing:border-box;cursor:pointer;}
.pageinfo li.on{border-color:var(--main-color);background-color:var(--main-color);color:#fff;}
.pageinfo li.nb{border:none;}

.ptit{padding-bottom:20px;margin-bottom:40px;border-bottom:2px dashed #d3d3d3;text-align:center;}
.ptit h1{line-height:40px;font-size:30px;font-weight:bold;}

.news-tag{width:26.5%;}
.news-tag h3{line-height:25px;margin-bottom:15px;font-size:18px;font-weight:bold;}
.news-tag .search{position:relative;background-color:#f5f5f5;border-radius:5px;overflow:hidden;}
.news-tag .search input{width:100%;height:40px;padding:0 40px 0 10px;box-sizing:border-box;background:none;font-size:14px;}
.news-tag .search button{position:absolute;right:0;top:0;width:40px;height:40px;background:none;border:none;}
.news-tag .search button:before{content:"\e911";font-family:"icomoon";font-size:20px;}
.news-tag .hotbox{margin-top:30px;}
.news-tag .tags{display:flex;flex-wrap:wrap;column-gap:10px;row-gap:10px;}
.news-tag .tags a{display:block;line-height:34px;padding:0 20px;font-size:14px;background-color:#f5f5f5;border-radius:5px;}
.news-tag ul{padding:0 15px;background-color:#f5f5f5;}
.news-tag ul li{padding:15px 0;border-bottom:1px solid #dcdcdc;}
.news-tag ul li p{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.news-tag ul li .info{display:flex;line-height:20px;margin-top:10px;font-size:14px;color:#999;column-gap:20px;}
.news-tag ul li .info time{margin-top:0;}
.news-tag ul li .info span{display:block;line-height:25px;}
.news-tag ul li:nth-last-child(1){border-bottom:none;}

.index-head{padding:60px 0;background-image:linear-gradient(#d1e6ff,#fff);}
.index-head .hotspot{display:flex;justify-content:space-between;}
.index-head .hotspot .slide-hl{position:relative;width:644px;}
.index-head .hotspot .slide-pic{width:644px;height:450px;overflow:hidden;}
.index-head .hotspot .slide-pic ul{display:flex;flex-wrap:wrap;width:1000%;}
.index-head .hotspot .slide-pic li{width:644px;height:450px;}
.index-head .hotspot .slide-pic li img{width:100%;height:100%;object-fit:cover;}
.index-head .hotspot .slide-dot{position:absolute;left:0;bottom:20px;width:100%;height:3px;text-align:center;}
.index-head .hotspot .slide-dot ul{height:3px;;}
.index-head .hotspot .slide-dot li{display:inline-block;vertical-align:top;width:30px;height:3px;margin:0 4px;background-color:#fff;border-radius:2px;}
.index-head .hotspot .slide-dot li.active{background-color:var(--main-color);}
.index-head .hotspot .list{width:620px;height:450px;padding:20px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.1);box-sizing:border-box;}
.index-head .hotspot .list .tit{display:flex;justify-content:space-between;padding-bottom:10px;margin-bottom:10px;;border-bottom:1px solid #ccc;}
.index-head .hotspot .list .tit h2{position:relative;line-height:25px;padding-left:25px;font-size:20px;font-weight:bold;color:var(--main-color);}
.index-head .hotspot .list .tit h2:before{content:"\e90a";position:absolute;left:0;top:0;font-family:"icomoon";}
.index-head .hotspot .list .tit a{display:block;width:25px;height:25px;}
.index-head .hotspot .list li{display:flex;justify-content:space-between;line-height:20px;padding:8px 0 9px;}
.index-head .hotspot .list li a{position:relative;display:block;width:calc(100% - 120px);padding-left:15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.index-head .hotspot .list li a:before{content:"";position:absolute;left:0;top:50%;width:6px;height:6px;margin-top:-3px;background-color:#ccc;border-radius:50%;}
.index-head .hotspot .list li time{display:block;width:90px;text-align:right;color:#999;}
.index-head .hotspot .list li:hover a{color:var(--main-color);}
.index-head .hotspot .list li:hover a:before{background-color:var(--main-color);}
.index-head .hotspot .list li:hover time{color:var(--main-color);}

.index-headline{padding:50px 0;background-image:url(/wp-content/uploads/2024/07/headlines-bg.webp);background-size:100% auto;background-position:center bottom;text-align:center;}
.index-headline h2{display:flex;justify-content:center;align-items:center;column-gap:20px;height:50px;margin-bottom:15px;font-size:40px;}
.index-headline h2 a{display:block;height:50px;line-height:46px;color:var(--main-color);}
.index-headline h2:before{content:"头条";display:block;width:70px;height:40px;line-height:40px;text-align:center;background-color:#d95445;color:#fff;border-radius:16px 0 16px 0;font-size:20px;}
.index-headline ul{display:flex;justify-content:center;column-gap:30px;}
.index-headline li{position:relative;max-width:45%;line-height:40px;padding-left:15px;font-size:16px;box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.index-headline li a{color:var(--main-color);}
.index-headline li:before{content:"";position:absolute;left:0;top:17px;width:6px;height:6px;background-color:var(--main-color);border-radius:50%;}

.index-news{padding:60px 0;}
.index-news .main-width{display:flex;justify-content:space-between;}
.index-news .cate{width:32.5%;}
.index-news .cate .tit{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;}
.index-news .cate .tit h3{position:relative;line-height:30px;padding-left:27px;font-size:20px;font-weight:bold;color:var(--main-color);}
.index-news .cate .tit h3:before{position:absolute;left:0;top:0;font-family:"icomoon";}
.index-news .cate .tit a{display:flex;align-items:center;column-gap:5px;line-height:20px;color:var(--main-color);font-size:16px;font-weight:bold;}
.index-news .cate .tit a:after{content:"";display:block;width:20px;height:15px;background-image:url(/wp-content/uploads/2024/07/a-arrow.webp);background-size:100% 100%;}
.index-news .cate ul{height:calc(100% - 40px);padding:25px;box-shadow:0 0 30px rgba(0,0,0,.08);background-color:#fff;}
.index-news .cate ul li{line-height:20px;padding:8px 0 9px;}
.index-news .cate ul li a{position:relative;display:block;padding-left:15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.index-news .cate ul li a:before{content:"";position:absolute;left:0;top:50%;width:6px;height:6px;margin-top:-3px;background-color:#ccc;border-radius:50%;}
.index-news .cate ul li.head{position:relative;height:0;padding-bottom:68%;margin-bottom:15px;overflow:hidden;}
.index-news .cate ul li.head a{position:static;}
.index-news .cate ul li.head img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.index-news .cate ul li.head p{position:absolute;left:0;bottom:0;width:100%;line-height:20px;padding:10px;background-color:rgba(0,0,0,.6);color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;box-sizing:border-box;font-size:14px;}
.index-news .cate:nth-child(1) .tit h3:before{content:"\e90c";}
.index-news .cate:nth-child(2) .tit h3:before{content:"\e90b";}
.index-news .cate:nth-child(3) .tit h3:before{content:"\e909";}

.index-exhibition{padding:60px 0;}
.index-exhibition .title{padding-top:16px;margin-bottom:35px;background-image:url(/wp-content/uploads/2024/07/title-icon.webp);background-color:auto 82px;background-repeat:no-repeat;background-position:top center;text-align:center;}
.index-exhibition .title h2{position:relative;display:inline-block;line-height:50px;margin-bottom:5px;font-size:40px;color:var(--main-color);}
.index-exhibition .title h2:before{content:"";position:absolute;top:25px;right:calc(100% + 25px);width:240px;height:3px;background-color:var(--main-color);clip-path:polygon(0 50%,100% 0,100% 100%);}
.index-exhibition .title h2:after{content:"";position:absolute;top:25px;left:calc(100% + 25px);width:240px;height:3px;background-color:var(--main-color);clip-path:polygon(0 0,100% 50%,0 100%);}
.index-exhibition .title span{display:block;line-height:20px;font-size:16px;color:var(--main-color);text-transform:uppercase;}
.index-exhibition .slide-exh{position:relative;}
.index-exhibition .slide-exh .btn{position:absolute;top:50%;width:30px;height:60px;line-height:60px;margin-top:-30px;background-color:var(--main-color);color:#fff;cursor:pointer;text-align:center;opacity:.6;}
.index-exhibition .slide-exh .btn:before{content:"\e900";font-family:"icomoon";}
.index-exhibition .slide-exh .btn:hover{opacity:1;}
.index-exhibition .slide-exh .prev{left:0;transform-origin:center;transform:rotate(180deg);}
.index-exhibition .slide-exh .next{right:0;}
.index-exhibition .slide-pic{width:1176px;height:200px;margin:0 auto;overflow:hidden;}
.index-exhibition .slide-pic ul{display:flex;flex-wrap:wrap;width:1000%;}
.index-exhibition .slide-pic li{width:1176px;height:200px;}
.index-exhibition .slide-pic li img{width:100%;height:100%;object-fit:cover;}

.index-about{padding:60px 0;background-image:linear-gradient(#fff,#d2e6ff);overflow:hidden;}
.index-about .profile{margin-bottom:60px;}
.index-about .profile h2{line-height:50px;font-size:40px;}
.index-about .profile p{line-height:30px;}
.index-about .profile .wp-block-button__link{width:180px;height:48px;line-height:48px;padding:0;border:1px solid #fff;font-size:16px;}
.index-about .profile .wp-block-media-text{display:flex;justify-content:space-between;}
.index-about .profile .wp-block-media-text__media{width:68%;align-self:stretch;}
.index-about .profile .wp-block-media-text__content{display:flex;flex-direction:column;row-gap:30px;justify-content:center;width:31%;padding:3.8%;background-color:var(--main-color);color:#fff;box-sizing:border-box;align-self:stretch;}
.index-about .flink .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;}
.index-about .flink .top .title{padding:16px 24px 0;background-image:url(/wp-content/uploads/2024/07/title-icon.webp);background-color:auto 82px;background-repeat:no-repeat;background-position:top center;}
.index-about .flink .top .title h2{line-height:50px;margin-bottom:5px;font-size:40px;color:var(--main-color);}
.index-about .flink .top .title span{display:block;line-height:20px;font-size:16px;color:var(--main-color);text-transform:uppercase;}
.index-about .flink .top .tab{display:flex;justify-content:space-between;align-items:center;width:77%;border-bottom:1px solid #bbd8f4;}
.index-about .flink .top .tab ul{display:flex;column-gap:37px;}
.index-about .flink .top .tab li{position:relative;;line-height:40px;font-size:20px;font-weight:bold;color:#999;cursor:pointer;}
.index-about .flink .top .tab li.on{color:var(--main-color);}
.index-about .flink .top .tab li.on:before{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:3px;background-color:var(--main-color);}
.index-about .flink .top .tab a{display:flex;align-items:center;column-gap:5px;line-height:40px;font-size:16px;color:var(--main-color);}
.index-about .flink .top .tab a:after{content:"";display:block;width:20px;height:15px;background-image:url(/wp-content/uploads/2024/07/a-arrow.webp);background-size:100% 100%;}
.index-about .flink .cont .item{display:none;position: relative;}
.index-about .flink .cont .item.on{display:block;}
.index-about .flink .cont .item .slide-pic{overflow: hidden;}
.index-about .flink .cont .item .slide-pic .slide-ul{width: 1000%;}
.index-about .flink .cont .item .slide-pic .wp-block-gallery{float: left;width: 1280px;}
.index-about .flink .cont .item .btn{position: absolute; top: 50%; width: 30px; height: 60px; line-height: 60px; margin-top: -30px; background-color: var(--main-color); color: #fff; cursor: pointer; text-align: center; opacity: .6;}
.index-about .flink .cont .item .btn::before{content: "\e900"; font-family: "icomoon";}
.index-about .flink .cont .item .btn.prev{transform-origin: center;transform: rotate(180deg);left: -40px;}
.index-about .flink .cont .item .btn.next{right: -40px;}


.main-about{padding:60px 0;overflow:hidden;}
.main-about .pcont{line-height:36px;font-size:18px;}
.main-about .pcont > *{margin:18px 0;}
.main-about .pcont hr{display: block;margin: 40px 0 0;opacity: 0;}
.main-about .pcont h3{line-height:40px;margin:40px 0 20px;font-size:24px;}
.main-about .pcont p{line-height:36px;margin:18px 0;font-size:18px;text-indent:36px;}
.main-about .pcont .indent{text-indent:36px;}
.main-about .pcont .has-text-align-right{margin-top:50px;}
.main-about .pcont .leader{padding-top:60px;row-gap:80px;}
.main-about .pcont .leader h3{line-height:25px;margin:0 0 10px;font-size:18px;}
.main-about .pcont .leader h3 mark{height:20px;line-height:20px;padding:0 3px;border-radius:2px;font-size:14px;}
.main-about .pcont .leader p{line-height:20px;margin:0;text-indent:0;font-size:12px;color:#999;}
.main-about .pcont .leader .wp-block-media-text{display:flex;width:400px;height:180px;padding:8px;background-image:linear-gradient(#ecf4fb,#f9fbfe);border:2px solid #fff;border-radius:300px;box-shadow:0 0 16px rgba(0,0,0,.1);box-sizing:border-box;}
.main-about .pcont .leader .wp-block-media-text__content{padding:0 0 0 20px;}
.main-about .pcont .leader .wp-block-media-text__content img{margin-top:15px;max-width:100%;max-height:35px;}
.main-about .pcont .leader .wp-block-media-text__media{align-self:flex-end;}
.main-about .pcont .more{position:relative;;padding:60px 0 1px;margin-top:80px;}
.main-about .pcont .more > *{position:relative;}
.main-about .pcont .more h2{display:flex;align-items:flex-end;line-height:40px;margin-bottom:40px;font-size:30px;column-gap:10px;}
.main-about .pcont .more h2 mark{height:20px;line-height:20px;padding:0 3px;margin-bottom:5px;border-radius:2px;font-size:14px;}
.main-about .pcont .more ul{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:5px;width:100%;}
.main-about .pcont .more li{position:relative;display:flex;width:43%;padding-right:160px;min-height:40px;box-sizing:border-box;font-size:14px;color:#999;}
.main-about .pcont .more li strong{width:80px;color:#000;}
.main-about .pcont .more li img{position:absolute;right:0;top:0;width:150px;height:40px;border-radius:20px;object-fit:contain;}
.main-about .pcont .more:before{content:"";position:absolute;left:50%;top:0;width:100vw;height:200%;margin-left:-50vw;background-color:#f2f8fd;}


.main-news{padding:60px 0;}
.main-news h3{line-height:22px;margin-bottom:10px;font-size:16px;font-weight:bold;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.main-news p{line-height:22px;margin-bottom:10px;font-size:14px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#999;}
.main-news .views{line-height:20px;font-size:14px;color:var(--main-color);}
.main-news .tit{display:flex;justify-content:space-between;padding-bottom:10px;margin-bottom:30px;border-bottom:1px solid #ccc;}
.main-news .tit h2{position:relative;line-height:30px;font-size:20px;font-weight:bold;}
.main-news .tit h2:before{content:"";position:absolute;left:0;bottom:-11px;width:100%;height:2px;background-color:var(--main-color);}
.main-news .tit a{display:block;line-height:30px;font-size:14px;color:var(--main-color);}
.main-news .sub-item{margin-bottom:60px;}
.main-news .eccc ul{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:35px;}
.main-news .eccc li{display:flex;justify-content:space-between;align-items:center;width:47.5%;}
.main-news .eccc li .pic{width:180px;height:145px;overflow:hidden;}
.main-news .eccc li .pic img{width:100%;height:100%;object-fit:cover;}
.main-news .eccc li .text{width:calc(100% - 210px);}
.main-news .industry ul{display:flex;justify-content:space-between;}
.main-news .industry li{width:32%;padding:15px;background-color:#fff;box-sizing:border-box;box-shadow:0 0 30px rgba(0,0,0,.08);}
.main-news .industry li .pic{position:relative;height:0;padding-bottom:63%;margin-bottom:15px;overflow:hidden;}
.main-news .industry li .pic img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.main-news .industry li .text{padding:5px 0;}
.main-news .industry li:nth-last-child(2){display:none;}
.main-news .exchange li{display:flex;justify-content:space-between;align-items:center;width:47.5%;margin-bottom:30px;box-sizing:border-box;}
.main-news .exchange li .pic{width:180px;height:145px;overflow:hidden;}
.main-news .exchange li .pic img{width:100%;height:100%;object-fit:cover;}
.main-news .exchange li .text{width:calc(100% - 210px);}
.main-news .exchange li:nth-child(1){float:left;display:block;height:495px;padding:15px;margin-right:5%;box-shadow:0 0 30px rgba(0,0,0,.08);}
.main-news .exchange li:nth-child(1) .pic{width:100%;height:300px;margin-bottom:20px;}
.main-news .exchange li:nth-child(1) .text{width:100%;}
.main-news .exhibition ul{display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:20px;}
.main-news .exhibition li{width:49.2%;height:200px;}
.main-news .exhibition li .pic{width:100%;height:100%;overflow:hidden;}
.main-news .exhibition li .pic img{width:100%;height:100%;object-fit:cover;}
.main-news .exhibition li .text{display:none;}
.main-news .overseas ul{display:flex;justify-content:space-between;}
.main-news .overseas li{position:relative;width:49.2%;height:400px;}
.main-news .overseas li .pic{width:100%;height:100%;}
.main-news .overseas li .pic img{width:100%;height:100%;object-fit:cover;}
.main-news .overseas li .text{position:absolute;left:0;bottom:0;width:100%;padding:15px 20px;background-color:rgba(0,0,0,.5);box-sizing:border-box;}
.main-news .overseas li .text h3{margin-bottom:0;color:#fff;-webkit-line-clamp:1;}
.main-news .overseas li .text p{display:none;}
.main-news .overseas li .text .views{display:none;}
.main-news .overseas li:nth-last-child(1),.main-news .overseas li:nth-last-child(2){display:none;}


.main-list{padding:60px 0;}
.main-list .list li{display:none;}
.main-list .cbox{display:flex;justify-content:space-between;}
.main-list .clist{width:67.2%;}
.main-list .only-text li{justify-content:space-between;padding:20px 0;border-bottom:1px solid #dadada;}
.main-list .only-text li a{display:block;position:relative;line-height:30px;padding-left:35px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.main-list .only-text li a:before{content:"";position:absolute;left:13px;top:50%;width:8px;height:8px;margin-top:-4px;box-sizing:border-box;border:1px solid #999;border-radius:50%;}
.main-list .only-text li a:hover:before{border-color:var(--main-color);}
.main-list .only-text li time{position:relative;;display:block;width:165px;line-height:30px;padding-left:40px;border-left:1px solid #e1e1e1;box-sizing:border-box;}
.main-list .only-text li time:before{content:"\f469";position:absolute;left:10px;top:0;line-height:30px;font-family:dashicons;font-size:20px;color:#aaa;}
.main-list .only-text li.on{display:flex;}
.main-list .pic-text h3{line-height:22px;margin-bottom:10px;font-size:16px;font-weight:bold;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.main-list .pic-text p{line-height:22px;margin-bottom:10px;font-size:14px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#999;}
.main-list .pic-text .views{line-height:20px;font-size:14px;color:var(--main-color);}
.main-list .pic-text li{display:none;justify-content:space-between;align-items:center;margin-bottom:30px;}
.main-list .pic-text li .pic{width:180px;height:145px;overflow:hidden;}
.main-list .pic-text li .pic img{width:100%;height:100%;object-fit:cover;background-color:#f1f1f1;}
.main-list .pic-text li .text{width:calc(100% - 210px);}
.main-list .pic-text li.on{display:flex;}
.main-list .subcate{display:flex;column-gap:10px;margin-bottom:20px;}
.main-list .subcate a{display:block;line-height:30px;padding:0 10px;font-size:14px;background-color:#f1f1f1;border-radius:5px;}
.main-list .subcate a.on{background-color:var(--main-color);color:#fff;}


.main-article{padding:60px 0;}
.main-article .cont{line-height:36px;font-size:18px;}
.main-article .cont > *{margin:18px 0;}
.main-article .cont h3{line-height:40px;margin:40px 0 20px;font-size:24px;}
.main-article .cont p{line-height:36px;margin:18px 0;font-size:18px;text-indent:2em;}
.main-article .cont .noindent{text-indent:0;}
.main-article .cont .has-text-align-right{margin-top:50px;}
.main-article.isnews .ptit{padding-bottom:10px;text-align:left;}
.main-article.isnews .ptit h1{margin-bottom:20px;font-size:28px;}
.main-article.isnews .ptit .info{display:flex;column-gap:30px;line-height:20px;font-size:14px;color:#999;}
.main-article.isnews .main-width{display:flex;justify-content:space-between;}
.main-article.isnews .article{width:67.2%;}


.main-member{padding:60px 0;overflow:hidden;}
.main-member .pcont{line-height:36px;font-size:18px;}
.main-member .pcont > *{margin:18px 0;}
.main-member .pcont h3{line-height:40px;margin:40px 0 20px;font-size:24px;}
.main-member .pcont p{line-height:36px;margin:18px 0;font-size:18px;}
.main-member .pcont ul{display:flex;flex-wrap:wrap;}
.main-member .pcont ul li{width:25%;line-height:30px;font-size:16px;}
.main-member .pcont .mtit{padding-bottom:20px;margin:60px 0 30px;border-bottom:1px solid #ccc;}
.main-member .pcont .wp-block-table thead{border:none;}
.main-member .pcont table th,.main-member .pcont table td{border: 1px solid #ccc;text-align:center;}
.main-member .pcont table th{background-color:#086fce;color: #fff;}
.main-member .pcont table tr:nth-child(even){background-color:#f2f8fd;}
.main-member.members .ptit{display:none;}
.main-member.join .ptit{display:none;}
.main-member.join .pcont h2{line-height:40px;font-size:30px;}
.main-member.join .pcont .wp-block-media-text{display:flex;margin-bottom:80px;border:1px solid #ccc;font-size:0;}
.main-member.join .pcont .wp-block-media-text__media{width:50%;}
.main-member.join .pcont .wp-block-media-text__content{width:50%;padding:40px 6% 0;box-sizing:border-box;}
.main-member.join .pcont .wp-block-media-text__content h2{margin-bottom:30px;}
.main-member.join .pcont .simple-message p{display:none;;}
.main-member.join .pcont .simple-message input{width:100%;height:48px;padding:0 15px;border:1px solid #ccc;box-sizing:border-box;font-size:16px;}
.main-member.join .pcont .simple-message button{width:180px;height:48px;background-color:var(--main-color);color:#fff;border:none;font-size:16px;}
.main-member.join .pcont .simple-message ul{display:block;}
.main-member.join .pcont .simple-message li{width:370px;max-width:100%;margin-bottom:15px;}
.main-member.join .pcont .simple-message li.item-btn{margin-top:30px;}
.main-member.join .pcont .slogan{margin-bottom:80px;border-left:5px solid var(--main-color);padding-left:70px;}
.main-member.join .pcont .slogan h3{line-height:40px;margin-bottom:60px;font-size:30px;text-indent:60px;}
.main-member.join .pcont .slogan em{font-style:italic;}
.main-member.join .pcont .slogan p{position:relative;line-height:20px;padding-left:82px;font-size:12px;}
.main-member.join .pcont .slogan p strong{display:inline-block;line-height:30px;font-size:20px;}
.main-member.join .pcont .slogan p:before{content:"";position:absolute;left:0;top:50%;width:65px;height:1px;background-color:#444;}
.main-member.join .pcont .process{margin:40px 0 80px;}
.main-member.join .pcont .process .wp-block-image{position:relative;width:11%;text-align:center;}
.main-member.join .pcont .process .wp-block-image figcaption{line-height:20px;margin:10px 0 0;font-size:16px;}
.main-member.join .pcont .process .wp-block-image:before{content:"\e900";position:absolute;top:50px;left:113%;line-height:30px;margin-top:-15px;font-family:"icomoon";color:var(--main-color);}
.main-member.join .pcont .process .wp-block-image:nth-last-child(1):before{display:none;}
.main-member.join .pcont .wp-block-cover{min-height:0;padding:80px 40px;}
.main-member.join .pcont .wp-block-cover h3{margin:0;}
.main-member.join .pcont .wp-block-cover .wp-block-buttons{margin-top:25px;}
.main-member.join .pcont .wp-block-cover .wp-block-button__link{display:flex;column-gap:10px;line-height:24px;padding:12px 50px;font-size:16px;}
.main-member.join .pcont .wp-block-cover .wp-block-button__link::before{content:"\e901";font-family:"icomoon";font-size:20px;}


.main-service{padding:60px 0;}
.main-service .tit{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid #ccc;}
.main-service .tit h2{position:relative;line-height:30px;font-size:20px;font-weight:bold;}
.main-service .tit h2:before{content:"";position:absolute;left:0;bottom:-11px;width:100%;height:2px;background-color:var(--main-color);}
.main-service .tit a{display:flex;align-items:center;column-gap:5px;line-height:20px;color:var(--main-color);font-size:16px;font-weight:bold;}
.main-service .tit a:after{content:"";display:block;width:20px;height:15px;background-image:url(/wp-content/uploads/2024/07/a-arrow.webp);background-size:100% 100%;}
.main-service .news{margin-top:60px;}
.main-service .news .cont{display:flex;justify-content:space-between;flex-direction:row-reverse;}
.main-service .news .list{width:45%;padding-top:10px;}
.main-service .news .list li{display:flex;justify-content:space-between;padding:5px 0;}
.main-service .news .list li a{display:block;position:relative;width:calc(100% - 110px);line-height:25px;padding-left:15px;box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:14px;}
.main-service .news .list li a:before{content:"";position:absolute;left:0;top:10px;width:5px;height:5px;box-sizing:border-box;border-radius:50%;background-color:#ccc;}
.main-service .news .list li a:hover:before{border-color:var(--main-color);}
.main-service .news .list li time{display:block;width:90px;line-height:25px;box-sizing:border-box;text-align:right;}
.main-service .news .slide-member{position:relative;width:644px;height:400px;}
.main-service .news .slide-pic{width:100%;height:100%;overflow:hidden;}
.main-service .news .slide-pic ul{display:flex;flex-wrap:wrap;width:1000%;}
.main-service .news .slide-pic li{position:relative;width:644px;height:400px;overflow:hidden;}
.main-service .news .slide-pic li img{width:100%;height:100%;object-fit:cover;}
.main-service .news .slide-pic li p{position:absolute;left:0;bottom:0;width:100%;line-height:25px;padding:15px 100px 15px 20px;background-color:var(--main-color);color:#fff;box-sizing:border-box;}
.main-service .news .slide-dot{position:absolute;right:20px;bottom:21px;height:12px;}
.main-service .news .slide-dot ul{display:flex;column-gap:10px;}
.main-service .news .slide-dot li{width:12px;height:12px;background-color:rgba(255,255,255,.2);border-radius:50%;}
.main-service .news .slide-dot li.active{background-color:#fff;}
.main-service .guide .cont{line-height: 36px;margin: 18px 0;font-size: 18px;}
.main-service .guide .cont .wp-block-image{box-shadow:0 0 10px rgba(0,0,0,.1);}
.main-service .guide .cont p{line-height: 36px;margin: 18px 0;font-size: 18px;text-indent: 2em;}
/* .main-service .guide .cont ul{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:180px;column-gap:calc(100% - 800px);}
.main-service .guide .cont li{position:relative;;width:360px;line-height:25px;padding:15px 20px;font-size:16px;;background-color:#f2f8fd;border-radius:15px;box-sizing:border-box;}
.main-service .guide .cont li:before{content:"";position:absolute;left:100%;top:50%;border:20px solid transparent;border-top-color:#f2f8fd;transform-origin:0 0;transform:rotate(45deg);}
.main-service .guide .cont li:nth-child(2n):before{left:initial;right:100%;transform-origin:100% 0;transform:rotate(-45deg);}*/
.main-service .guide .cont .wp-block-buttons{margin-top:40px;}
.main-service .guide .cont .wp-block-button__link{line-height:30px;padding:10px 50px;}
.main-service .links{margin-bottom: 60px;}
.main-service .links .wp-block-gallery{margin-bottom: 8px;}
.main-service .links .wp-block-image{max-width: 30% !important; border: 1px solid #eee;}
.main-service .links .wp-block-image:hover{border-color: var(--main-color);}


.main-service .contact{margin-top: 60px;}
.main-service .contact .cont{display: flex;justify-content: space-between;}
.main-service .contact .info{width: 40%;}
.main-service .contact .info h2{font-size: 30px;line-height: 40px;}
.main-service .contact .info p{font-size: 14px;line-height: 22px;margin-top: 10px;text-transform: uppercase;}
.main-service .contact .info ul{margin-top: 25px;}
.main-service .contact .info ul li{font-size: 16px;line-height: 30px;padding: 10px 0 10px 50px;position: relative;margin-bottom: 15px;}
.main-service .contact .info ul li::after{content: "";display: block;width: 40px;height: 40px;border-radius: 50%;position: absolute;top: 5px;left: 0;}
.main-service .contact .info ul li.add::after{background: url(/wp-content/uploads/2024/08/icon-add.png) center center no-repeat #086fce;background-size: 60%;}
.main-service .contact .info ul li.tel::after{background: url(/wp-content/uploads/2024/08/icon-tel.png) center center no-repeat #086fce;background-size: 70%;}
.main-service .contact .info ul li.web::after{background: url(/wp-content/uploads/2024/08/icon-web.png) center center no-repeat #086fce;background-size: 100%;}
.main-service .contact #map{width: 58%;height: 600px;}



.main-supply{padding:60px 0;}
.main-supply .filter{margin-bottom:60px;}
.main-supply .filter section{display:flex;align-items:flex-start;}
.main-supply .filter h3{width:110px;line-height:30px;font-size:18px;}
.main-supply .filter ul{display:flex;flex-wrap:wrap;column-gap:60px;row-gap:5px;width:calc(100% - 110px);}
.main-supply .filter li{line-height:30px;font-size:14px;cursor:pointer;;}
.main-supply .filter li.on{color:var(--main-color);}
.main-supply .list > ul{display:flex;flex-wrap:wrap;column-gap:2%;row-gap:22px;}
.main-supply .list > ul > li{display:none;width:32%;padding-bottom:40px;box-shadow:0 0 30px rgba(0,0,0,.1);text-align:center;}
.main-supply .list > ul > li .info{position:relative;display:flex;flex-direction:column;justify-content:space-between;height:260px;padding:30px 25px;box-sizing:border-box;background-color:#000;overflow:hidden;}
.main-supply .list > ul > li .info > *{position:relative;}
.main-supply .list > ul > li .info .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;opacity:.5;}
.main-supply .list > ul > li .info .tit{display:flex;align-items:center;column-gap:10px;}
.main-supply .list > ul > li .info .tit img{width:56px;height:56px;object-fit:cover;border-radius:50%;}
.main-supply .list > ul > li .info .tit h3{line-height:30px;font-size:20px;color:#fff;}
.main-supply .list > ul > li .info .adv{color:#fff;text-align:left;}
.main-supply .list > ul > li .info .adv ul{display:block;width:100%;padding-left:20px;box-sizing:border-box;}
.main-supply .list > ul > li .info .adv li{width:100%;line-height:25px;font-size:16px;list-style:disc;}
.main-supply .list > ul > li .pro{display:flex;padding:0 15px;margin:30px 0;}
.main-supply .list > ul > li .pro .item{width:33.333%;box-sizing:border-box;text-align:center;}
.main-supply .list > ul > li .pro .item img{width:78px;height:78px;border-radius:50%;background-color:#f5f5f5;object-fit:contain;}
.main-supply .list > ul > li .pro .item p{line-height:20px;margin-top:5px;font-size:14px;}
.main-supply .list > ul > li .contact{display:inline-block;align-items:center;justify-content:center;line-height:40px;padding:0 30px;margin:0 auto;background-color:var(--main-color);color:#fff;}
.main-supply .list > ul > li.on.show{display:block;}
.main-supply .list.load .loadico{display:block;margin-top:30px;}

.main-search{padding:30px 0 60px;}
.main-search h1{line-height:40px;margin-bottom:40px;font-size:30px;}
.main-search h1 span{color:#ff0000;}
.main-search h3{line-height:25px;margin-bottom:10px;font-size:20px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.main-search h3 a{text-decoration:underline;}
.main-search p{line-height:20px;font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#777;}
.main-search time{display:block;line-height:25px;margin-top:5px;font-size:14px;color:#999;}
.main-search .main-width{display:flex;flex-wrap:wrap;justify-content:space-between;}
.main-search .cbox{width:67.2%;}
.main-search .list li{display:none;margin-bottom:40px;}
.main-search .list li .info{position:relative;padding-top:10px;}
.main-search .list li .info .pic{position:absolute;left:0;top:0;width:130px;height:100px;overflow:hidden;}
.main-search .list li .info .pic img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.main-search .list li .info.has{padding-left:150px;min-height:100px;}
.main-search .list li.on{display:block;}
.main-search .news-tag .search{display:none;}
