*{margin:0; padding:0; list-style: none; }
body {font-family:Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif; -webkit-text-size-adjust: none;}
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}
a {
    color: var(--blue); /* 日文网站常用文字色，可自定义 */
    text-decoration: none;
}
a:hover {
    text-decoration: none; /* 悬浮显示下划线 */
}
html.no-scroll {
    overflow: hidden;
    height: 100%;
}
.hide{display:none;}
.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{--blue:#161d64;--green:#00a52a; --width:1600px; --gg:36px; font-size:17px; line-height: 1.5;}
h1,h2,h3,h4,h5{ font-weight:500;line-height: 1.4}
p,a,div{line-height: 1.5;}
.pager{ text-align:center; padding-top:60px; }
.pager a{ font-size: 16px; color:var(--blue); display:inline-flex; justify-content: space-between; grid-gap: 24px; align-items: center; border:var(--blue) solid 1px; border-radius:44px; padding: 15px 48px; transition-duration: 0.3s;  }
.pager a:hover{ color:#fff; background:var(--blue); }
.pager .loadmore-nodata{background: #f5f6f8;border-radius: 44px; color:#ccc; display: inline-block;padding:15px 48px; }



.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)
}


.header{background:rgba(255, 255, 255, 0);  transition-duration: 0.3s; position: fixed; top:0; right:0; left:0; width:100%;  z-index: 999 }

.header .pagewidth{display:flex; align-items: center;  justify-content:space-between;  padding-top: 60px; padding-bottom: 60px; position: relative; z-index: 999;   transition-duration: 0.3s; grid-gap: 30px;}
.header .logo img{ display: block; height: 38px}
.header .logo img.color{ display: none;}
.header .logo img.white{ display: block;}
.header.fixed .logo img.color{ display: block;}
.header.fixed .logo img.white{ display: none;}

.header.fixed{background: #fff;}
.header.fixed .pagewidth{ padding-top: 20px; padding-bottom: 20px;}
.header .pc_menu {}
.header .pc_menu > ul{  }
.header .pc_menu ul{ }
.header .pc_menu ul li{ }
.header .pc_menu a { color:#fff; padding:14px 25px; font-weight: normal; display: block; text-align: center; }
.header .pc_menu ul {margin: 0;padding: 0;list-style: none; }
.header .pc_menu ul li.current-menu-item { background:rgba(0,0,0,0.1); }
.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 a{color:#fff; font-weight: 500;   }
.header .pc_menu ul li.active:after{position: absolute; left: 35px; right: 35px; bottom:2px; transition-duration: 0.3s; height: 2px; background: #fff; content: ''; }

.header .pc_menu ul li:hover a{color:#fff;}
.header .pc_menu > ul > li > ul { background-color: #222;position: absolute; visibility: hidden; opacity: 0; top: 70px; width: 180px;margin-left:-90px; z-index: 999; right: 0px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); padding-top: 12px; padding-bottom: 12px; left: 50%; background:#fff;border-radius:3px; transition-duration:0.3s }
.header .pc_menu > ul > li > ul:after{content: ""; position:absolute;top: -6px; left: 50%; margin-left: -8px; border: 8px solid transparent; border-top-width: 0; border-bottom-color: #fff; }
.header .pc_menu > ul > li:hover > ul { visibility:visible; opacity: 1; top: 60px;}
.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%; background: #fff;}
.header .pc_menu > ul > li > ul > li a{ color:#333!important;  display:block;  background: #fff!important;}
.header .pc_menu > ul > li > ul > li a:hover{ color:var(--blue)!important; background:#f1f1f1!important; }
.header .pc_menu > ul > li a p{  font-size: 12px; color: #333; opacity: 0.5; height: 16px; line-height: 1em; }
.header .pc_menu > ul > li a img{ display: block; width: 32px; height: 32px; margin:5px auto; margin-bottom: 5px; opacity: 0.5;}
.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{  opacity: 1; }
.header .pc_menu ul li.current-menu-item img{  opacity: 1; }
.header .trigger{display: none;}

.header .right{ display: flex; align-items: center; justify-content: space-between; grid-gap: 50px;}
.header .right .search{ transition-duration: 0.3s; cursor: pointer}
.header .right .search a{ color: #fff;  }

.header.fixed .right .search a{ color: #333;}


.header .right .lang{ position: relative; }
.header .right .lang .btn{ border-radius: 44px; height: 44px; position: relative; align-items: center; display: flex;justify-content: space-between; grid-gap: 10px;padding-left: 20px; padding-right: 20px; color: #fff;}
.header .right .lang .btn > *{ position: relative; z-index: 2;}
.header .right .lang .btn:after{ z-index: 1; transition-duration: 0.3s; position: absolute;content:""; left: 0px; top: 0px; right: 0px; height: 40px; border: #fff solid 2px; border-radius:22px; overflow: hidden}
.header .right .lang ul{width: 140px; overflow: hidden; z-index: 3; position: absolute; top:30px; left: 50%;transform: translateX(-50%); visibility: hidden; opacity: 0; transition-duration: 0.3s;}
.header .right .lang ul li a{ display: block; height:  40px;transition-duration: 0.3s; line-height:  40px; text-align: center; color:rgba(255,255,255,0.4);}
.header .right .lang ul li a:hover{color:rgba(255,255,255,1);}
.header .right .lang:hover ul{ visibility: visible; opacity: 1;  top: 40px;left: 50%;}
.header .right .lang:hover .btn:after{ height: 130px;}
.header .right .lang .btn .ri-arrow-drop-down-line{ position: relative;transition-duration: 0.3s;}
.header .right .lang .btn:hover .ri-arrow-drop-down-line{transform: rotate(180deg);}




.header.fixed .pc_menu ul li.active:after{bottom:0px;background: var(--green) }
.header.fixed .pc_menu ul li.active a{color:var(--green);  }
.header.fixed .pc_menu ul li a{color:#333;  }
.header.fixed .pc_menu ul li:hover a{color:var(--green);  }




.header.fixed .right .lang{ position: relative; }
.header.fixed .right .lang .btn{color: #333;}
.header.fixed .right .lang .btn:after{border: #333 solid 2px; background: #fff;}

.header.fixed .right .lang ul li a{  color:rgba(0,0,0,0.4);}
.header.fixed .right .lang ul li a:hover{color:rgba(0,0,0,1);}


.statement_content{ width: 1200px;  padding: 40px;}




.search_content {  position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0, 0.3); z-index: 1000;transition: all 0.3s ease; opacity: 0; visibility: hidden; display: flex; justify-content: center; align-items: center;-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px);}
.search_content .layui-form .layui-form-item{ position:relative; width:610px; background:none; border-radius: 0!important; overflow: hidden; padding-top: 20px;}
.search_content .layui-form .input{height:60px;  border: none; width:100%; border-bottom: #fff solid 2px; background: none;border-radius: 0!important; line-height: 60px; font-size: 24px; color: #fff; font-weight: 300;}
.search_content .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color:#fff; background:none; position: absolute; top: 0px; right: 0px;}
.search_content .layui-form .input::placeholder { color: #fff}

    .search_content.open {
    opacity: 1; visibility: visible;
}

.close-button {position: absolute;top: 30px;right: 30px;text-align: right;cursor: pointer;}
.close-button i{font-size: 32px; color: #fff; }
.close-button p{ font-size: 14px; color:#fff; }



.search_list{background: #fff; padding-bottom: 40px;}
.search_list .data{padding-bottom: 32px;display: flex; justify-content: space-between; align-items: center;}
.search_list .data .text-danger{ color:var(--red); }
.search_list .data .result{ color:#999; }
.search_list .order{display: flex; justify-content: space-between;}
.search_list .order li{ margin-left:20px; }
.search_list .order li a{ color:#999; }
.search_list .order li a.active{ color:var(--red); }

.search_list .article-list .item{ display:flex; justify-content:space-between; margin-bottom:30px; }
.search_list .article-list .item .img{width: 300px;aspect-ratio: 16/10;  border-radius:4px; overflow: hidden; transform: rotate(0deg);}
.search_list .article-list .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.search_list .article-list .item .info{width: calc(100% - 330px);}
.search_list .article-list .item h2{color:#111;line-height:1.4em; margin-bottom:10px;font-size: 24px;}
.search_list .article-list .item h2 a{color:#111;line-height:1.4em;}
.search_list .article-list .item .time{font-size: 16px; color: var(--red); font-weight: 500; margin-bottom: 10px;}
.search_list .article-list .item p{font-size: 16px;line-height: 1.6em; color: #666;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;}
.search_list .article-list .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}

.search_form{background: var(--blue); padding-top: 200px; padding-bottom: 60px;}
.search_form .layui-form{}
.search_form .layui-form .layui-form-item{ position:relative; width:610px; background:#fff; border-radius:4px; overflow: hidden;margin: 0 auto;}
.search_form .layui-form .input{height:60px; padding-right: 10px; border: none; width: 90%; line-height: 60px; padding-left: 10px; font-size: 16px; color: #333;}
.search_form .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color: var(--blue); background:none; position: absolute; top: 0px; right: 0px;}





.header .wechaticon{ display:flex; justify-content: space-between;  align-items:center;  }
.header .wechaticon .program{ border-radius:50px; background:#1a56a4; height:36px; width:36px;  font-size:22px; margin-left:20px; text-align:center; line-height:36px; margin-right:20px; }
.header .wechaticon .wechat{ border-radius:50px; background:#1a56a4; height:36px; width:36px;  font-size:22px; text-align:center; line-height:36px; }
.header .wechaticon .program .content,.header .wechaticon .wechat .content{ width:120px; height:120px; padding: 6px; right: 85px; top: 15px; position: relative; border-radius:6px; background:#fff; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); visibility: hidden; opacity: 0; transition-duration: 0.3s; z-index: 444}
.header .wechaticon .program .content:after,.header .wechaticon .wechat .content:after{content: ""; position:absolute;top: -4px; right: 20px; border: 8px solid transparent; border-top-width: 0; border-bottom- }
.header .wechaticon .program .content img,.header .wechaticon .wechat .content img{width: 120px; height: 120px;}
.header .wechaticon .program:hover .content,.header .wechaticon .wechat:hover .content{ visibility:visible; opacity: 1;top:5px;}
.header .wechaticon .program:hover,.header .wechaticon .wechat:hover{background: var(--green);}



.innernav {width: 20px;height: 16px;position: absolute;top: 50%; transform: translateY(-50%) ;right:0px; }
.innernav .icon-bar {width: 100%;height: 2px;position: absolute;left: 0;background:#fff;-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;}
.header.fixed .innernav .icon-bar {background:var(--blue);}
.main_nav {display: table;width:70%;height: 100%;position: fixed;top: 0;right: -70%;bottom: 0;background:rgba(255,255,255,0.8);-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px);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:var(--blue);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; text-align: center;  padding: 30px;padding-top: 80px;}
.main_nav .menu li {display: block;position: relative; }
.main_nav .menu li.animated {left: 25px;opacity: 0;-webkit-transition: all 0.3s;transition: all 0.3s; }
.main_nav .menu li.animated.show {left: 0;opacity: 1;}
.main_nav .menu li a {display: block;font-size:18px;  font-weight: 500; color: #222222; text-align: left;line-height: 44px; height:44px;}
.main_nav .menu li.active a {color: var(--green);}
.main_nav .menu li ul {display: none; margin: 0px auto;}
.main_nav .menu li ul li {display:block;position: relative;}
.main_nav .menu li.active ul li a {font-size: 15px;font-weight: normal;color: #222222;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 {}
.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.5);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;}



.bgwhite {background:rgba(255, 255, 255,1); box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);  }

.footer{background: #333333}
.footer .contact{ border-bottom: #515151 solid 1px;}
.footer .contact .pagewidth{ display: flex; justify-content: space-between; align-items: center; padding-top: 50px; padding-bottom:50px; }
.footer .contact .pagewidth .logo img{ height:40px; }
.footer .contact .pagewidth .contact_info { display: flex; justify-content: space-between; align-items: center; grid-gap: 60px; }
.footer .contact .pagewidth .contact_info i{ font-size: 24px; color: #fff}
.footer .contact .pagewidth .contact_info span{ font-size: 18px; color: #fff}
.footer .menu{ border-bottom: #515151 solid 1px;}
.footer .menu .pagewidth{ display: flex; justify-content: space-between;padding-top: 50px; padding-bottom:50px; }
.footer .menu .pagewidth .item h3{ margin-bottom: 20px;}
.footer .menu .pagewidth .item h3 a{ color: #ececec; font-size: 18px;}
.footer .menu .pagewidth .item ul li{ margin-bottom: 10px;}
.footer .menu .pagewidth .item ul li a{color: #999;}
.footer .menu .pagewidth .item ul li a:hover{color: #fff;}

.copy{padding-bottom:30px;padding-top: 30px; }
.copy .pagewidth{ display: flex; justify-content: space-between;  align-items: center;}
.copy p { color: #999;}
.copy p a{ color: #999; transition-duration:0.3s; }
.copy p a:hover{ }
.copy .left p{ padding-top: 5px; padding-bottom: 5px;}
.copy .left p span{  margin-right: 40px; }
.copy .left p span a:hover{ color: #fff;}
.copy p a{ cursor: pointer}
.copy p a:hover{ color: #fff;}





/*大屏幕*/
@media screen and (max-width: 3600px) {
body{--width:1600px; }
}

@media screen and (max-width: 1920px) {
body{--width:1520px; }
}
@media screen and (max-width: 1600px) {
    body{--width:1400px;font-size:15px; }
}
@media screen and (max-width: 1440px) {

    body{font-size:14px;--width:1240px; }
    .header .logo img{ height: 30px;}
    .header .pc_menu a{ font-size: 14px;}
    .footer_contact .pagewidth{ padding-top:80px; padding-bottom: 80px; }
    .footer_contact .contact{ display: grid;grid-template-columns:repeat(2,1fr); grid-gap:30px 30px ;}
    .footer_contact .contact .item h3{ font-size: 18px;}

}

@media screen and (max-width: 1280px) {
    body{font-size:14px;--width:1160px; }
}

@media screen and (max-width: 1024px) {
    body{--width:auto; }
    .pagewidth{  margin:0 30px; transition-duration: 0.2s;}
    .header .pc_menu a{ padding-left: 15px; padding-right: 15px;}
    .footer_contact .contact{ grid-template-columns: repeat(1,1fr); grid-gap:24px;}
}

/*手机*/
@media screen and (max-width:720px) {
    .footer .menu .pagewidth{ display:block;}
    .footer .menu .pagewidth .item{ margin-bottom: 10px;}
    .footer .menu .pagewidth .item h3{ margin-bottom: 0px;}
    .footer .menu .pagewidth .item ul{ display: grid;grid-template-columns:repeat(4,1fr); grid-gap:0px;}
.pagewidth{ width: auto; margin:0px 20px;}
.pc_menu{ display: none}
.header .trigger{display:block;}
    .header::after{ height: 120px;}
.header .pagewidth{ padding-top: 20px; padding-bottom: 20px;grid-gap: 20px; justify-content: left}
    .header .contact{ display: none}
    .header .logo img{ height: 24px;}
    .header .right{ grid-gap: 20px;}
    .footer .contact{ display: none}
    .header .right .ri-arrow-drop-down-line{ display: none}
    .copy .pagewidth{ display: block}
    .copy .left p.links{ display: none}
    .copy .left p{ display: grid; grid-template-columns:repeat(1,1fr); grid-gap:0px;}
    .copy .left p span{ padding-right: 0; margin-right: 0; line-height: 1.2; padding-top: 5px; padding-bottom: 5px;}
    .copy .left p{ text-align: center}
    .copy p{ text-align: center}
    .statement_content{ width: auto; padding: 24px;}
    .search_content .layui-form .layui-form-item{ width: 100%;}

















}
/*小尺寸手机*/
@media screen and (max-width: 320px) {}
/*横屏*/
@media all and (orientation : landscape) {} 
/*竖屏*/
@media all and (orientation : portrait){}




