*{margin:0; padding:0; list-style: none; }
body {font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Roboto, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;font-size:16px;-webkit-text-size-adjust: none;}
/* 清理浮动 */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}
a{ text-decoration: none; }
a:hover{}
.hide{display:none;}

body{ --width:1920px;}
.pagewidth{ width: var(--width); margin:0 auto; transition-duration: 0.2s;}
img{ border:none; display: block;}
span:focus {outline: none !important;}
button,textarea{-webkit-appearance: none;border-radius: 0;outline: none;}
body{--main:#2b7558; --bg:#f8f8f8; --dark:#194945;}
h1,h2,h3,h4,h5{ font-weight:500;line-height: 1.6em;}
p,a,div{line-height: 1.6em;}

.pager{ text-align:center; padding-top:50px;}
.pager a{background: var(--dark); color: #fff; transition-duration: 0.2s; display: inline-block; padding: 15px 0px; width: 20%; border-radius: 40px; }
.pager a:hover{background:var(--main); opacity: 1; color:#fff; }
.pager .loadmore-nodata{background: #fff; color: #999; transition-duration: 0.2s; display: inline-block; padding: 15px 0px; width: 20%; border-radius: 40px; }
.loadmore-tips{ text-align: center; color: #999; font-size: 16px; display: block}


.tab-pane {display: none;}
.tab-pane.active { display: block;}
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grey;
    filter: gray;
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}



@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow/Barlow-Bold.eot');
    src: url('../font/Barlow/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/Barlow/Barlow-Bold.woff2') format('woff2'),
    url('../font/Barlow/Barlow-Bold.woff') format('woff'),
    url('../font/Barlow/Barlow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.hidden{display: none;}

.header{ padding-top:10px; padding-bottom:10px; background:rgba(255,255,255,0); position:fixed;left:0;right:0; top:0px; z-index:1000; transition-duration: 0.3s;  }
.header .pagewidth{display:flex; align-items: center; height: 90px; justify-content: space-between;  }
.header .logo{ transition-duration: 0.3s;}
.header .logo img{ height: 48px;}
.header .logo img.white{  transition-duration: 0.3s; }
.header .logo img.color{  transition-duration: 0.3s; display: none; }
.header .right { display:flex; justify-content:right; align-items:center;  }
.header .pc_menu { display:flex; justify-content:space-between; align-items:center; }
.header .pc_menu ul{}
.header .pc_menu ul li{  }
.header .pc_menu a { text-decoration: none;color:rgba(255,255,255, 0.8);height: 110px;  padding-left:30px; padding-right: 30px; line-height: 110px; font-size: 18px; display: block; text-align: center; }
.header .pc_menu ul {margin: 0;padding: 0;list-style: none;}
.header .pc_menu > ul > li { display: block;float: left;position: relative; display: block; }
.header .pc_menu > ul > li a i{display: inline-block; transition-duration: 0.3s}
.header .pc_menu > ul > li a:hover i{transform:rotate(180deg)}
.header .pc_menu ul li.active{ position:relative; }
.header .pc_menu ul li.active a{color:var(--main);  }
.header .pc_menu ul li:hover a{color:#fff;   }
.header .pc_menu > ul > li > ul {position: absolute; visibility: hidden; opacity: 0; top:120px; width: 140px;margin-left:-70px; z-index: 999; right: 0px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); padding-top: 12px; padding-bottom: 12px; left: 50%; border-top:var(--main) solid 2px; background:rgba(255,255,255,0.3);border-radius:3px; transition-duration:0.3s;-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px); }
.header .pc_menu > ul > li:hover > ul { visibility:visible; opacity: 1; top: 110px;}
.header .pc_menu > ul > li:hover p{ opacity: 1; }
.header .pc_menu > ul > li:hover img{ opacity: 1; }
.header .pc_menu > ul > li > ul > li { position: relative; width: 100%;}
.header .pc_menu > ul > li > ul > li a{ color:rgba(255,255,255,1)!important; font-size:16px;font-weight: normal;  display:block; height: 44px; line-height: 44px; }
.header .pc_menu > ul > li > ul > li a:hover{ color:var(--main)!important; background:rgba(255,255,255,0.5); font-size:16px; }
.header .pc_menu > ul > li > ul > li > ul { display:none;position: absolute;left: 100%;top: 20px;}
.header .pc_menu > ul > li > ul > li:hover > ul { display:block;background-color: #333; }
.header .pc_menu ul li.current-menu-item p{ color: #fff; opacity: 1; }
.header .pc_menu ul li.current-menu-item img{ color: #fff; opacity: 1; }

.header .trigger{display: none;}
.header.fixed{background:rgba(255,255,255,1);padding-top:10px; padding-bottom:10px;}
.header.fixed .logo img.white{  transition-duration: 0.3s; display: none;  }
.header.fixed .logo img.color{  transition-duration: 0.3s; display: block; }
.header.fixed .pc_menu a { color:#111; }
.header.fixed .pc_menu ul li.active a{color:var(--main);  }
.header.fixed .pc_menu ul li:hover a{color:var(--main);   }
.header.fixed .pc_menu > ul > li > ul {box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);  background:rgba(255,255,255,1); }
.header.fixed .pc_menu > ul > li > ul > li a{ color:#111!important; }
.header.fixed .pc_menu > ul > li > ul > li a:hover{ color:var(--main)!important;background:rgba(0,0,0,0.05); }

.header:hover{background:rgba(255,255,255,1);padding-top:10px; padding-bottom:10px;}
.header:hover .logo img.white{  transition-duration: 0.3s; display: none;  }
.header:hover .logo img.color{  transition-duration: 0.3s; display: block; }
.header:hover .pc_menu a { color:#111; }
.header:hover .pc_menu ul li.active a{color:var(--main);  }
.header:hover .pc_menu ul li:hover a{color:var(--main);   }
.header:hover .pc_menu > ul > li > ul {box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);  background:rgba(255,255,255,1); }
.header:hover .pc_menu > ul > li > ul > li a{ color:#111!important; }
.header:hover .pc_menu > ul > li > ul > li a:hover{ color:var(--main)!important;background:rgba(0,0,0,0.05); }


.detail_header{ padding-top:0px; padding-bottom:0px; background:rgba(255,255,255,0);transition-duration: 0.3s;  }
.detail_header .pagewidth{display:flex; align-items: center; height: 110px; justify-content: space-between;  }
.detail_header .logo{ transition-duration: 0.3s;}
.detail_header .logo img{ height: 48px;}
.detail_header .logo img.color{  transition-duration: 0.3s;}
.detail_header .right { display:flex; justify-content:right; align-items:center;  }
.detail_header .pc_menu { display:flex; justify-content:space-between; align-items:center; }
.detail_header .pc_menu ul{}
.detail_header .pc_menu ul li{  }
.detail_header .pc_menu a { text-decoration: none;color:rgba(1, 1, 1, 0.8);height: 110px;padding-left:30px; padding-right: 30px; line-height: 110px; font-size: 18px; display: block; text-align: center; }
.detail_header .pc_menu ul {margin: 0;padding: 0;list-style: none;}
.detail_header .pc_menu > ul > li { display: block;float: left;position: relative; display: block; }
.detail_header .pc_menu > ul > li a i{display: inline-block; transition-duration: 0.3s}
.detail_header .pc_menu > ul > li a:hover i{transform:rotate(180deg)}
.detail_header .pc_menu ul li.active{ position:relative; }
.detail_header .pc_menu ul li.active a{color:var(--main);  }
.detail_header .pc_menu ul li:hover a{color:var(--main);   }
.detail_header .pc_menu > ul > li > ul { background-color: #222;position: absolute; visibility: hidden; opacity: 0; top:120px; width: 140px;margin-left:-70px; z-index: 999; right: 0px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); padding-top: 12px; padding-bottom: 12px; left: 50%; border-top:var(--main) solid 2px; background:#fff;border-radius:3px; transition-duration:0.3s }
.detail_header .pc_menu > ul > li:hover > ul { visibility:visible; opacity: 1; top: 110px;}
.detail_header .pc_menu > ul > li:hover p{ opacity: 1; }
.detail_header .pc_menu > ul > li:hover img{ opacity: 1; }
.detail_header .pc_menu > ul > li > ul > li { position: relative; width: 100%;}
.detail_header .pc_menu > ul > li > ul > li a{ color:#111!important; font-size:16px;font-weight: normal;  display:block; height: 44px; line-height: 44px; }
.detail_header .pc_menu > ul > li > ul > li a:hover{ color:var(--main)!important; background:#f1f1f1; font-size:16px; }
.detail_header .pc_menu > ul > li > ul > li > ul { display:none;position: absolute;left: 100%;top: 20px;}
.detail_header .pc_menu > ul > li > ul > li:hover > ul { display:block;background-color: #333; }
.detail_header .pc_menu ul li.current-menu-item p{ color: #fff; opacity: 1; }
.detail_header .pc_menu ul li.current-menu-item img{ color: #fff; opacity: 1; }
.detail_header .trigger{display: none;}

.block90{ height: 90px;}

.innernav {width: 20px;height: 16px;position: absolute;top: 30px;right: 20px; }
.innernav .icon-bar {width: 100%;height: 2px;position: absolute;left: 0;background:var(--main);;-webkit-transition: all 0.3s;transition: all 0.3s;}
.innernav .icon-bar.top {top: 0;}
.innernav .icon-bar.middle {top: 50%;margin-top: -1px;}
.innernav .icon-bar.bottom {bottom: 0;}
.fixed .innernav .icon-bar {background:var(--main);}
.main_nav {display: table;width: 50%;height: 100%;position: fixed;top: 0;right: -50%;bottom: 0;background:var(--dark);z-index: 9999;-webkit-transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);}
.main_nav .close_nav {width: 20px;height: 20px;position: absolute;  top: 25px;  right: 25px;cursor: pointer;}
.main_nav .close_nav:before,
.main_nav .close_nav:after {content: '';width: 100%;height: 2px;background: #fff;position: absolute;top: 50%;left: 0;margin-top: -1px;-webkit-transition: all 0.3s 0.3s;transition: all 0.3s 0.3s;}
.main_nav .close_nav:before {-webkit-transform: rotate(0);transform: rotate(0);}
.main_nav .close_nav:after {-webkit-transform: rotate(0);transform: rotate(0);}
.main_nav.open {right: 0;}
.main_nav.open .close_nav:before {-webkit-transform: rotate(45deg);transform: rotate(45deg);transition-delay: 0;}
.main_nav.open .close_nav:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);transition-delay: 0;}
.main_nav .menu {display: table-cell;vertical-align: middle;text-align: center;}
.main_nav .menu li {display: block;position: relative;}
.main_nav .menu li:not(:last-child) {margin-bottom: 5px;}
.main_nav .menu li.animated {left: 25px;opacity: 0;-webkit-transition: all 0.3s;transition: all 0.3s; margin-bottom: 20px;}
.main_nav .menu li.animated.show {left: 0;opacity: 1;}
.main_nav .menu li a {display: block;font-size:20px;font-weight: 700;color: #fff;}
.main_nav .menu li a.active {color: #fff;}
.main_nav .menu li ul {display: none;max-width: 80%;margin: 10px auto;}
.main_nav .menu li ul li {display:block;position: relative;}
.main_nav .menu li ul li a {font-size: 16px;font-weight: normal;color: #fff;padding: 0 5px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.main_nav .menu li ul li a.active,
.main_nav .menu li ul li a:hover {color: #fff;}
.main_nav .menu li ul li a.active {font-weight: bold;}
.main_overlay {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 99;background: rgba(17, 17, 17, 0.9);opacity: 0;visibility: hidden;cursor: pointer;-webkit-transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);}
.main_overlay.open {opacity: 1;visibility: visible;}






.footer{ background:#f6f9f6; padding-top: 60px; padding-bottom:60px; border-bottom: #ddd solid 1px;}
.footer .pagewidth{display: grid;grid-template-columns: 3fr 9fr;grid-gap:36px;}
.footer .pagewidth .logo img{ height: 56px;}
.footer .pagewidth .menu{display: grid; grid-template-columns:repeat(6, 1fr);grid-gap:36px;}
.footer .pagewidth .menu .item h3{ font-size: 20px; color: #111; font-weight: normal; margin-bottom: 12px;}
.footer .pagewidth .menu .item h3 a{ color: #111;}
.footer .pagewidth .menu .item h3 a:hover{ color:var(--main);}
.footer .pagewidth .menu .item ul li{ margin-bottom:8px; font-size: 16px;}
.footer .pagewidth .menu .item ul li a{ color: #666666;}
.footer .pagewidth .menu .item ul li a:hover{ color:var(--main);}
.footer .pagewidth .menu .item h4{ font-size: 18px; color: #111; font-weight: normal; margin-bottom: 10px; padding-top: 10px;}
.footer .pagewidth .menu .item p{color: #666; margin-bottom: 10px;}
.footer .pagewidth .menu .item p a{color: #666;text-decoration: underline;text-decoration-color: #999;text-underline-offset:5px;}
.footer .pagewidth .menu .item p img{width: 90px;}
.copy{padding-top:30px; color:#666; background:#f6f9f6; padding-bottom:30px;border-top:#ddd solid 1px; }
.copy .pagewidth{display: flex; justify-content: space-between; align-items: center}
.copy span {  font-size: 16px;}
.copy span a{ color:#666666; transition-duration:0.3s; }
.copy span a:hover{ color:var(--main); }





/* 返回顶部
================================================== */
.progress-wrap {position: fixed;right: 20px;bottom: 50px;height: 46px;width: 46px;cursor: pointer;display: block;border-radius: 50px;box-shadow: inset  0 0 0 2px rgba(0,0,0,0.4);z-index: 10000;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;font-family: 'remixicon';content: '\ea76';text-align: center;line-height: 46px;font-size: 16px;color: var(--main);left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::after {opacity: 0;}
.progress-wrap::before {position: absolute;font-family: 'remixicon';content: '\ea76';text-align: center;line-height: 46px;font-size: 16px;opacity: 0;background-image: linear-gradient(298deg, var(--main), var(--main));-webkit-background-clip: text;-webkit-text-fill-color: transparent;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 2;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::before {opacity: 1;}
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path {stroke: var(--main);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
body.light .progress-wrap {box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);}
body.light .progress-wrap::after {color: var(--main);}
body.light .progress-wrap svg.progress-circle path {stroke: var(--main);}
.switch,
.circle {-webkit-transition: all 300ms linear;transition: all 300ms linear; }
.switch {width: 80px;height: 4px;border-radius: 27px;background-image: linear-gradient(298deg, var(--main), var(--main));position: fixed;left: 50px;top: 75px;display: block;margin: 0 auto;text-align: center;opacity: 1;
    z-index: 33333;transition: all 300ms linear;}
.circle {cursor: pointer;position: absolute;top: 50%;transform: translateY(-50%);left: -5px;width: 40px;height: 40px;border-radius: 50%;background: var(--main);box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);animation: border-transform 10s linear infinite alternate forwards;}
.circle:hover {box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);}
.circle:before {position: absolute;font-family: 'unicons';content: '🌙';top: 0;left: 0;z-index: 2;font-size: 20px;line-height: 40px;text-align: center;width: 100%;height: 40px;opacity: 1;color: var(--main);-webkit-transition: all 300ms linear;transition: all 300ms linear; }
.circle:after {position: absolute;font-family: 'unicons';content: '🌞';top: 0;left: 0;z-index: 2;font-size: 20px;line-height: 40px;text-align: center;width: 100%;height: 40px;color: var(--main);opacity: 0;-webkit-transition: all 300ms linear;transition: all 300ms linear; }
.switched {}
.switched .circle {left: 45px;box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);background: var(--main);}
.switched .circle:hover {box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);}
.switched .circle:before {opacity: 0;}
.switched .circle:after {opacity: 1;}

/*大屏幕*/


@media screen and (max-width: 1920px) {
    body{ --width:auto;}
    .pagewidth{ margin: 0 50px;}
}
@media screen and (max-width: 1600px) {
    body{ --width:auto;}
    .pagewidth{ margin: 0 40px;}
}
@media screen and (max-width: 1440px) {
    body{ --width:auto;}
    .footer .pagewidth .menu .item h3{ font-size: 20px;}
    .footer .pagewidth .menu .item ul li{font-size: 16px;}
}

@media screen and (max-width:1280px) {
    body{ --width:auto;}
    .header .pc_menu a{font-size:16px;}
    .detail_header .pc_menu a{font-size:16px;}
    .footer .pagewidth .menu{grid-gap: 24px;}
    .footer .pagewidth{grid-gap: 24px;}
    .detail_header .pc_menu a { height: 80px;line-height: 80px; }
    .detail_header .pc_menu > ul > li > ul { top:90px; }
    .detail_header .pc_menu > ul > li:hover > ul { top: 80px;}

}
@media screen and (max-width:1024px) {
    body { font-size: 14px;}
    .pagewidth{ margin: 0 20px;}
    .header .pc_menu a{ padding-left: 20px; padding-right: 20px;}
    .detail_header .pc_menu a{ padding-left: 20px; padding-right: 20px;}
    .footer .pagewidth .menu .item h3{font-size: 18px;}
    .footer .pagewidth .menu .item ul li{ font-size: 14px;}
    .header .pc_menu > ul > li > ul > li a{ font-size: 14px;}
    .header .pc_menu > ul > li > ul > li a:hover{ font-size: 14px;}
    .detail_header .pc_menu > ul > li > ul > li a{ font-size: 14px;}
    .detail_header .pc_menu > ul > li > ul > li a:hover{ font-size: 14px;}
    .layui-input, .layui-select, .layui-textarea{ height: 48px!important; line-height: 48px!important;}
    .index_form .layui-form .layui-btn{ height: 48px!important; line-height: 48px!important;}

}

@media screen and (max-width:1024px) {
    .header .pagewidth{ position: relative}
    .detail_header .pagewidth{ position: relative; height: 80px;}
    .copy span{ font-size: 14px;}

}

@media screen and (max-width: 768px) {
    .header{ padding-top: 10px; padding-bottom: 10px;}
    .header .logo img{ height: 40px;}
    .header .pagewidth{ height: 72px; }
    .detail_header .logo img{ height: 40px;}
    .pagewidth{ margin: 0 24px;}
    .header .pc_menu{ display: none}
    .detail_header .pc_menu{ display: none}
    .header .trigger{ display: block}
    .detail_header .trigger{ display: block}
    .header .innernav{ top: 30px;  right: 10px;}
    .header .innernav .icon-bar{background: #fff;}
    .header.fixed .innernav .icon-bar{background:var(--main);}
    .detail_header .innernav .icon-bar{background:var(--main);}
    .detail_header .innernav{ top: 30px;  right: 10px;}
    .footer .pagewidth .logo img{ height: 36px;}
    .footer .pagewidth{ display: block}
    .footer .pagewidth .menu .item h3{ font-size: 16px;}
    .footer .pagewidth .menu .item h4{ font-size: 16px;}
    .footer .pagewidth .logo{ display: none}
    .footer{ padding-top: 48px;padding-bottom: 48px; }
    .pager a{ width: 100%}


}
/*手机*/
@media screen and (max-width: 480px) {
    .pagewidth{ margin: 0 24px;}
    .footer .pagewidth .menu{grid-template-columns: repeat(1, 1fr)}
    .footer .pagewidth .menu .item h3{ font-size: 18px;}
    .footer .pagewidth .menu .item ul{display: grid; grid-template-columns: repeat(3, 1fr)}

    .copy .pagewidth{ display: block}
    .copy .pagewidth span{ margin-right: 20px;}
    .footer .pagewidth .menu .item h3{ margin-bottom: 16px;}
}
/*小尺寸手机*/
@media screen and (max-width: 320px) {}
/*横屏*/
@media all and (orientation : landscape) {}
/*竖屏*/
@media all and (orientation : portrait){}




