*{margin:0; padding:0; list-style: none;  }
body {font-family:'Google Sans',Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, 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; cursor: pointer;  }
a:hover{ }
.hide{display:none;}
.none {display: none}
.pagewidth{ width: 1600px; 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:#de0002; --yellow:#f7b317; --bg:#f3f5f6; background:#f1f1f1; color: #111;}

.block{ height:110px; }
/* 针对 WebKit 内核的浏览器（如 Chrome 和 Safari） */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* 隐藏清除按钮 */
  display: none; /* 确保彻底隐藏 */
}

/* 针对 Edge 浏览器 */
input[type="search"]::-ms-clear {
  display: none;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow/Barlow-Medium.eot');
    src: url('../font/Barlow/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Barlow/Barlow-Medium.woff2') format('woff2'),
        url('../font/Barlow/Barlow-Medium.woff') format('woff'),
        url('../font/Barlow/Barlow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@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;
}

.bggray{background: var(--bg)!important;}
.bgwhite{background: #fff!important;}



.wrapper{width:100%; max-width:1920px; margin-left: auto; margin-right: auto;background: #fff;}

.header{ position:fixed; left: 0px; top: 0px; right: 0px; background: rgba(255, 255, 255, 0); z-index: 9;transition-duration:0.3s}
.header .pagewidth{display:grid; grid-template-columns:310px 850px auto; height: 110px; align-items:center;  }
.header .logo{ position:relative; height: 28px;}
.header .logo img{ height:28px;transition-duration:0.3s; position:absolute; }





/*.header .menu ul{display: flex; justify-content: left; grid-gap: 40px;}
.header .menu ul li a{ font-size:16px; }
.header .menu ul li a:hover{color:var(--main); }
.header .menu ul li a.active{position: relative;}
*/

.header .pcmenu a { text-decoration: none;color:#111;font-weight: normal;font-size: 16px; display: block; text-align: center; }
.header .pcmenu >  ul {margin: 0;padding: 0;list-style: none;display: flex; justify-content: left; grid-gap: 40px;}
.header .pcmenu > ul > li { display: block;float: left;position: relative; display: block; }
.header .pcmenu > ul > li a{ padding:15px 0px; }
.header .pcmenu ul li.active a{color: #fff; font-weight:normal; }
.header .pcmenu ul li:hover a{color: #fff;font-weight:normal; }
.header .pcmenu > ul > li > ul { background-color: #222;position: absolute; visibility: hidden; opacity: 0; top: 55px; width: 140px;margin-left:-70px; z-index: 999; right: 0px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); padding-top: 6px; padding-bottom: 6px; left: 50%; background:#fff;border-radius:6px; transition-duration:0.3s }
.header .pcmenu > 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 .pcmenu > ul > li:hover > ul { visibility:visible; opacity: 1; top: 45px;}
.header .pcmenu > ul > li > ul > li { position: relative; width: 100%;}
.header .pcmenu > ul > li > ul > li a{ color:#333!important; font-size:15px; display:block; }
.header .pcmenu > ul > li > ul > li a:hover{ color:var(--blue)!important; background:#f1f1f1; font-size:15px; }
.header .pcmenu > ul > li > ul > li > ul { display:none;position: absolute;left: 100%;top: 20px;}
.header .pcmenu > ul > li > ul > li:hover > ul { display:block;background-color: #333; }







.header .functional{display: flex; justify-content: right; grid-gap: 40px; align-items: center;} 
.header .functional .language{ position:relative; }
.header .functional .language .language_content{ opacity: 0; visibility: hidden; position:absolute; right:10px; top:50px; transition-duration: 0.3s; color: #666; padding: 5px;   border-radius: 4px;   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); background:#fff}
.header .functional .language .language_content:after {content: "";position: absolute;right: 20px;top: -7px;border: 8px solid transparent;border-top-width: 0;border-bottom-color: #fff;}
.header .functional .language:hover .language_content{opacity: 1; visibility:visible;top:40px;}
.header .functional .language .language_content ul li a{ display: block; color:#333;font-size:14px;  text-align:center; background:#fff; width:120px; border-radius: 4px;}
.header .functional .language .language_content ul li a:hover{background: var(--main); color: #fff;}
.header .functional .language .ri-arrow-drop-down-line{ transform:rotate(0deg); position: relative; transition-duration: 0.3s;}
.header .functional .language:hover .ri-arrow-drop-down-line{ transform:rotate(45deg); }
.header.red .functional .login span{ width:80px; display: inline;-webkit-line-clamp:1;  -webkit-box-orient: vertical; overflow: hidden; text-overflow:ellipsis;white-space:nowrap; }

.header .functional .language a{ line-height:36px; height:36px; }
.header .login{display: flex; justify-content: space-between; align-items: center;}

.header.dark .logo img.red{ opacity: 0}
.header.dark .logo img.white{ opacity: 1}
.header.light .logo img.red{ opacity: 1}
.header.light .logo img.white{opacity:0}
.header.light .pcmenu ul li a{ color:#111; }
.header.light .pcmenu ul li a:hover{color:var(--main); }

.header.dark .pcmenu ul li a{ color:#fff; }
.header.light .pcmenu ul li:nth-last-child(1) a{ color:#fff; }
.header.light .pcmenu ul li:nth-last-child(2) a{ color:#fff; }
.header.dark .functional{ color:#fff; }
.header.dark .functional a{ color:#fff;  }
.header.light .functional{ color:#fff; }
.header.light .functional a{ color:#fff; }
.header.fixed{background: rgba(255, 255, 255, 1); }
.header.fixed .functional{ color:#111; }
.header.fixed .functional a{ color:#111; }
.header.fixed .pcmenu ul li a{ color:#111; }
.header.fixed .pcmenu ul li a:hover{ color:var(--main); }
.header.fixed .pcmenu ul li a.active{ color:var(--main); }
.header.dark .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:#fff; content:""}
.header.fixed .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:var(--main); content:""}
.header.fixed .pcmenu ul li:nth-last-child(1) a{ color:#111; }
.header.fixed .pcmenu ul li:nth-last-child(2) a{ color:#111; }
.header.fixed .pagewidth{ height:80px; }
.header.fixed .logo img.red{ opacity: 1}
.header.fixed .logo img.white{ opacity: 0}

.header.red {background:var(--main);}
.header.red .logo img.red{ opacity: 0}
.header.red .logo img.white{ opacity: 1}
.header.red .pcmenu ul li a{ color:#fff;}
.header.red .pcmenu ul li a.active{ color:#fff; }
.header.red .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:#fff; content:""}
.header.red .functional{ color:#fff; }
.header.red .functional a{ color:#fff; display: inline; }
.header.red.fixed .pcmenu ul li:nth-last-child(1) a{ color:#fff; }
.header.red.fixed .pcmenu ul li:nth-last-child(2) a{ color:#fff; }
.header.red.fixed{background: #fff;}
.header.red.fixed .logo img.red{ opacity: 1}
.header.red.fixed .logo img.white{ opacity: 0}
.header.red.fixed .functional{ color:#111; }
.header.red.fixed .functional a{ color:#111; display: inline; }
.header.red.fixed .pcmenu ul li:nth-last-child(1) a{ color:#111; }
.header.red.fixed .pcmenu ul li:nth-last-child(2) a{ color:#111; }
.header.red.fixed .pcmenu ul li a{ color:#111;}
.header.red.fixed .pcmenu ul li a:hover{ color:var(--main); }
.header.red.fixed .pcmenu ul li a.active{ color:var(--main); }
.header.red.fixed .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:var(--main); content:""}


.header.white {background:#fff;}
.header.white .logo img.red{ opacity: 1}
.header.white .logo img.white{ opacity: 0}
.header.white .pcmenu ul li a{ color:#111;}
.header.white .pcmenu ul li a.active{ color:var(--main); }
.header.white .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:var(--main); content:""}
.header.white .functional{ color:#111; }
.header.white .functional a{ color:#111; }
.header.white.fixed .pcmenu ul li:nth-last-child(1) a{ color:#111; }
.header.white.fixed .pcmenu ul li:nth-last-child(2) a{ color:#111; }
.header.white.fixed{background: #fff;}
.header.white.fixed .logo img.red{ opacity: 1}
.header.white.fixed .logo img.white{ opacity: 0}
.header.white.fixed .functional{ color:#111; }
.header.white.fixed .functional a{ color:#111; }
.header.white.fixed .pcmenu ul li:nth-last-child(1) a{ color:#111; }
.header.white.fixed .pcmenu ul li:nth-last-child(2) a{ color:#111; }
.header.white.fixed .pcmenu ul li a{ color:#111;}
.header.white.fixed .pcmenu ul li a:hover{ color:var(--main); }
.header.white.fixed .pcmenu ul li a.active{ color:var(--main); }
.header.white.fixed .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:var(--main); content:""}



.detail_header{ position:fixed; left: 0px; top: 0px; right: 0px; background: var(--main); z-index: 9;transition-duration:0.3s}
.detail_header .pagewidth{display:grid; grid-template-columns:310px 850px auto; height: 110px; align-items:center;  }
.detail_header .logo{ position:relative; height: 28px;}
.detail_header .logo img{ height:28px;transition-duration:0.3s; position:absolute; }
.detail_header .pcmenu ul{display: flex; justify-content: left; grid-gap: 45px;}
.detail_header .pcmenu ul li a{ font-size:16px; color:#fff; }
.detail_header .pcmenu ul li a.active{position:relative; }

.detail_header .functional{display: flex; justify-content: right; grid-gap: 40px;} 
.detail_header .logo img.red{ opacity: 0}
.detail_header .logo img.white{ opacity: 1}
.detail_header .functional a{ color:#fff; }
.detail_header .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:#fff; content:""}

.detail_header.fixed .functional{ color:#111; }
.detail_header.fixed .functional a{ color:#111; }
.detail_header.fixed .pcmenu ul li:nth-last-child(1) a{ color:#111; }
.detail_header.fixed .pcmenu ul li:nth-last-child(2) a{ color:#111; }
.detail_header.fixed .pagewidth{ height:80px; }

.detail_header.fixed{background: rgba(255, 255, 255, 1);}
.detail_header.fixed .pcmenu ul li a{ font-size:16px; color:#111; }
.detail_header.fixed .logo img.red{ opacity: 1}
.detail_header.fixed .logo img.white{ opacity: 0}
.detail_header.fixed .pcmenu ul li a.active{position:relative; color:var(--main); }
.detail_header.fixed .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:var(--main); content:""}



.header .trigger{display: none;}
.innernav {width: 20px;height: 16px;position: absolute;top: 22px;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;}
.bgwhite .innernav .icon-bar {background:var(--main);}
.main_nav {display: table;width: 50%;height: 100%;position: fixed;top: 0;right: -50%;bottom: 0;background:var(--main);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;}


.header.red .innernav .icon-bar{background: #fff;}
.header.fixed .innernav .icon-bar{background: var(--main);}
.header.dark .innernav .icon-bar{background: #fff;}
.header.dark.fixed .innernav .icon-bar{background: var(--main);}









.footer{background: var(--bg);}

.footer .menu{display:grid; grid-template-columns: 800px auto auto auto; grid-gap: 80px;}
.footer .menu .about{ padding-right:300px; }
.footer .menu .about img{height:32px; margin-bottom: 20px;}
.footer .menu .about p{ font-size:16px; line-height:1.8em; color:#666666; }

.footer .menu .item h3{ color:#333333; font-size:20px;font-weight:normal; margin-bottom:20px; }
.footer .menu .item ul li{ margin-bottom:10px; }
.footer .menu .item ul li a{color: #666666; font-size: 16px;}
.footer .menu .item ul li a:hover{color: #111; text-decoration:underline;text-underline-offset: 3px; }

.footer .copy{border-top: #dddddd solid 1px; color: #666666; padding-top: 30px; padding-bottom: 30px; display: flex; justify-content: space-between; align-items: center;}
.footer .copy a{color: #666666; margin-left: 5px;}
.footer .copy a:hover{color: #111; text-decoration:underline;text-underline-offset: 3px; }
.footer .link{ padding-bottom:30px; color: #999999;font-size: 15px;}
.footer .link a{ color:#999; margin-right:20px; }
.footer .link a:hover{color: #111; text-decoration:underline;text-underline-offset: 3px; }

@media screen and (max-width: 1920px) {
}
@media screen and (max-width: 1720px) {
.wrapper{width:100%; max-width:100%; margin-left: auto; margin-right: auto;background: #fff;}
    .header.light .pcmenu ul li:nth-last-child(1) a{ color:#fff; }
    .header.light .pcmenu ul li:nth-last-child(2) a{ color:#111; }
}





@media screen and (max-width: 1600px) {
body {font-size:14px;}
.pagewidth{ width: 1320px; margin:0 auto; transition-duration: 0.2s; }
.header{ position:fixed; left: 0px; top: 0px; right: 0px; background: rgba(255, 255, 255, 0); z-index: 9;transition-duration:0.3s}
.header .pagewidth{display:grid; grid-template-columns:230px 800px auto; height: 110px; align-items:center;  }
.header .logo{ position:relative; height: 20px;}
.header .logo img{ height:20px;transition-duration:0.3s; position:absolute; }
.header .pcmenu ul{}
.header .pcmenu ul li a{ font-size:14px; }
.header .pcmenu ul li a:hover{color:var(--main); }
.header .pcmenu ul li a.active{position: relative;}
.header .functional{display: flex; justify-content: right; grid-gap: 20px;} 
.header .functional a{display: flex; justify-content: space-between; align-items: center;}



    .header .login a{}
    .header .login a span{  text-overflow: ellipsis; white-space: nowrap; display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical; overflow: hidden;}
.header.dark .logo img.red{ opacity: 0}
.header.dark .logo img.white{ opacity: 1}
.header.light .logo img.red{ opacity: 1}
.header.light .logo img.white{opacity:0}
.header.light .pcmenu ul li a{ color:#111; }
.header.light .pcmenu ul li a:hover{color:var(--main); }

.header.dark .pcmenu ul li a{ color:#fff; }
.header.light .pcmenu ul li:nth-last-child(1) a{ color:#fff; }
.header.light .pcmenu ul li:nth-last-child(2) a{ color:#111; }
.header.dark .functional{ color:#fff; }
.header.dark .functional a{ color:#fff; }
.header.light .functional{ color:#fff; }
.header.light .functional a{ color:#fff; }
.header.fixed{background: rgba(255, 255, 255, 1);}
.header.fixed .functional{ color:#111; }
.header.fixed .functional a{ color:#111; }
.header.fixed .pcmenu ul li a{ color:#111;}
.header.fixed .pcmenu ul li a:hover{ color:var(--main); }
.header.fixed .pcmenu ul li a.active{ color:var(--main); }
.header.dark .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:#fff; content:""}
.header.fixed .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:var(--main); content:""}
.header.fixed .pcmenu ul li:nth-last-child(1) a{ color:#111; }
.header.fixed .pcmenu ul li:nth-last-child(2) a{ color:#111; }
.header.fixed .pagewidth{ height:80px; }
.header.fixed .logo img.red{ opacity: 1}
.header.fixed .logo img.white{ opacity: 0}

.header.red {background:var(--main);}
.header.red .logo img.red{ opacity: 0}
.header.red .logo img.white{ opacity: 1}
.header.red .pcmenu ul li a{ color:#fff;}
.header.red .pcmenu ul li a.active{ color:#fff; }
.header.red .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:#fff; content:""}
.header.red .functional{ color:#fff; }
.header.red .functional a{ color:#fff; }
.header.red.fixed .pcmenu ul li:nth-last-child(1) a{ color:#fff; }
.header.red.fixed .pcmenu ul li:nth-last-child(2) a{ color:#fff; }
.header.red.fixed{background: #fff;}
.header.red.fixed .logo img.red{ opacity: 1}
.header.red.fixed .logo img.white{ opacity: 0}
.header.red.fixed .functional{ color:#111; }
.header.red.fixed .functional a{ color:#111; }
.header.red.fixed .pcmenu ul li:nth-last-child(1) a{ color:#111; }
.header.red.fixed .pcmenu ul li:nth-last-child(2) a{ color:#111; }
.header.red.fixed .pcmenu ul li a{ color:#111;}
.header.red.fixed .pcmenu ul li a:hover{ color:var(--main); }
.header.red.fixed .pcmenu ul li a.active{ color:var(--main); }
.header.red.fixed .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:var(--main); content:""}


.header.white {background:#fff;}
.header.white .logo img.red{ opacity: 1}
.header.white .logo img.white{ opacity: 0}
.header.white .pcmenu ul li a{ color:#111;}
.header.white .pcmenu ul li a.active{ color:var(--main); }
.header.white .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:var(--main); content:""}
.header.white .functional{ color:#111; }
.header.white .functional a{ color:#111; }
.header.white.fixed .pcmenu ul li:nth-last-child(1) a{ color:#111; }
.header.white.fixed .pcmenu ul li:nth-last-child(2) a{ color:#111; }
.header.white.fixed{background: #fff;}
.header.white.fixed .logo img.red{ opacity: 1}
.header.white.fixed .logo img.white{ opacity: 0}
.header.white.fixed .functional{ color:#111; }
.header.white.fixed .functional a{ color:#111; }
.header.white.fixed .pcmenu ul li:nth-last-child(1) a{ color:#111; }
.header.white.fixed .pcmenu ul li:nth-last-child(2) a{ color:#111; }
.header.white.fixed .pcmenu ul li a{ color:#111;}
.header.white.fixed .pcmenu ul li a:hover{ color:var(--main); }
.header.white.fixed .pcmenu ul li a.active{ color:var(--main); }
.header.white.fixed .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:var(--main); content:""}

    .header.light .pcmenu ul li:nth-last-child(1) a{ color:#111; }

.detail_header{ position:fixed; left: 0px; top: 0px; right: 0px; background: var(--main); z-index: 9;transition-duration:0.3s}
.detail_header .pagewidth{display:grid; grid-template-columns:230px 780px auto; height: 110px; align-items:center;  }
.detail_header .logo{ position:relative; height: 20px;}
.detail_header .logo img{ height:20px;transition-duration:0.3s; position:absolute; }
.detail_header .pcmenu ul{display: flex; justify-content: left; grid-gap: 30px;}
.detail_header .pcmenu ul li a{ font-size:14px; color:#fff; }
.detail_header .pcmenu ul li a.active{position:relative; }

.detail_header .functional{display: flex; justify-content: right; grid-gap: 30px;} 
.detail_header .logo img.red{ opacity: 0}
.detail_header .logo img.white{ opacity: 1}
.detail_header .functional a{ color:#fff; }
.detail_header .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:#fff; content:""}

.detail_header.fixed .functional{ color:#111; }
.detail_header.fixed .functional a{ color:#111; }
.detail_header.fixed .pcmenu ul li:nth-last-child(1) a{ color:#111; }
.detail_header.fixed .pcmenu ul li:nth-last-child(2) a{ color:#111; }
.detail_header.fixed .pagewidth{ height:80px; }

.detail_header.fixed{background: rgba(255, 255, 255, 1);}
.detail_header.fixed .pcmenu ul li a{ font-size:16px; color:#111; }
.detail_header.fixed .logo img.red{ opacity: 1}
.detail_header.fixed .logo img.white{ opacity: 0}
.detail_header.fixed .pcmenu ul li a.active{position:relative; color:var(--main); }
.detail_header.fixed .pcmenu ul li a.active:after{ position:absolute; left:0px; right:0px;bottom:-10px; height:2px; background:var(--main); content:""}



.footer{background: var(--bg);}

.footer .menu{display:grid; grid-template-columns: 600px auto auto auto; grid-gap: 80px;}
.footer .menu .about{ padding-right:100px; }
.footer .menu .about img{height:32px; margin-bottom: 20px;}
.footer .menu .about p{ font-size:14px; line-height:1.8em; color:#666666; }

.footer .menu .item h3{ color:#333333; font-size:20px;font-weight:normal; margin-bottom:20px; }
.footer .menu .item ul li{ margin-bottom:10px; }
.footer .menu .item ul li a{color: #666666; font-size: 14px;}
.footer .menu .item ul li a:hover{color: #111; text-decoration:underline;text-underline-offset: 3px; }

.footer .copy{border-top: #dddddd solid 1px; color: #666666; padding-top: 30px; padding-bottom: 30px; display: flex; justify-content: space-between; align-items: center;}
.footer .copy a{color: #666666; }
.footer .copy a:hover{color: #111; text-decoration:underline;text-underline-offset: 3px; }
.footer .link{ padding-bottom:30px; color: #999999;font-size: 14px;}
.footer .link a{ color:#999; margin-right:20px; }
.footer .link a:hover{color: #111; text-decoration:underline;text-underline-offset: 3px; }

}


@media screen and (max-width: 1280px) {
    .pagewidth{ width: auto; margin:0 20px; transition-duration: 0.2s; }
    .footer .menu .about{margin-right: 40px;}
    .header .pcmenu > ul > li > ul{display:inherit; }
    .header .logo img{height: 18px;}
    .footer .menu{display:grid; grid-template-columns: 400px auto auto auto; grid-gap: 40px;}
    .header .pagewidth{ display: grid; grid-template-columns:230px auto auto}
    .header .pcmenu ul{grid-gap: 20px;}
}
@media screen and (max-width: 1024px) {
    .pagewidth{ width: auto; margin:0 20px; transition-duration: 0.2s; }
    .header .logo{ height: 24px;}
    .header .logo img{height: 20px;}
    .header .pagewidth{ display: grid; grid-template-columns:214px auto auto ;align-items: center}
    .header .pcmenu ul{grid-gap: 20px;}
    .header .login span a:last-child  { display: none}
    .header .login span em  { display: none}
    .header .pcmenu ul li a{ font-size: 13px;}
    .header.light .pcmenu ul li:nth-last-child(1) a{ color: #fff;}
    .header .language span{display: none}
    .header .search span{display: none}
    .header .login a span{display: none}
}


@media screen and (max-width: 820px) {
.block{ height:60px; }


.pagewidth{ width: auto; margin:0 auto; transition-duration: 0.2s; display:block!important; }

.wrapper{width:100%; max-width:100%; margin-left: auto; margin-right: auto;background: #fff;}

.header .pagewidth{display: flex; justify-content: space-between; height: 60px; align-items:center;  }
.header .logo{ position:relative; height: 20px; padding-top: 20px; padding-left: 20px;}
.header .logo img{ height:20px;transition-duration:0.3s; position:absolute; }

.header .pcmenu {display: none;}
.header .functional{display: none;} 

.header .trigger{display: block;}

.detail_header{ position:fixed; left: 0px; top: 0px; right: 0px; background: var(--main); z-index: 9;transition-duration:0.3s}
.detail_header .pagewidth{display:grid; grid-template-columns:310px 850px auto; height: 110px; align-items:center;  }
.detail_header .logo{ position:relative; height: 28px;}
.detail_header .logo img{ height:20px;transition-duration:0.3s; position:absolute; }


.detail_header.fixed .pagewidth{ height:60px; }

.header.fixed .pagewidth{ height:60px; }






.footer{background: var(--bg); padding-left: 20px; padding-right: 20px; padding-bottom: 60px;}
.footer .menu{display:block; grid-template-columns: 800px auto auto auto; grid-gap: 80px;}
.footer .menu .about{ padding-right:0px;  margin-bottom: 30px;}
.footer .menu .about img{height:22px; margin-bottom: 20px;}
.footer .menu .about p{ font-size:16px; line-height:1.8em; color:#666666; }
.footer .menu .item { margin-bottom:30px; }
.footer .menu .item h3{ color:#333333; font-size:18px;font-weight:normal; margin-bottom:20px; }
.footer .menu .item ul{display:grid; grid-template-columns: repeat(2, 1fr);}
.footer .menu .item ul li{ margin-bottom:10px; }
.footer .menu .item ul li a{color: #666666; font-size: 14px;}
.footer .menu .item ul li a:hover{color: #111; text-decoration:underline;text-underline-offset: 3px; }
.footer .menu .item:last-child{margin-bottom: 0;}
.footer .menu .item:last-child ul{ grid-template-columns:repeat(1, 1fr); }
.footer .copy{border-top: #dddddd solid 1px; color: #666666; padding-top: 30px; line-height: 1.6em; text-align: center; padding-bottom: 30px; display: block; justify-content: space-between; align-items: center;}
.footer .copy a{color: #666666; margin-left: 5px; margin-right:5px;display:inline-block; }
.footer .copy a:hover{color: #111; text-decoration:underline;text-underline-offset: 3px; }

.footer .link{ padding-bottom:30px; color: #999999;font-size: 14px;}
.footer .link a{ color:#999; margin-right:20px; display:inline-block; line-height:1.6em; }
.footer .link a:hover{color: #111; text-decoration:underline;text-underline-offset: 3px; }

}

@media screen and (max-width: 430px) {
html{ width:100%; margin: 0 auto;}
.header{ width:100%;  position:fixed; left:0;transform: inherit; right: 0;}
}
@media screen and (max-width: 320px) {}
@media all and (orientation : landscape) {} 
@media all and (orientation : portrait){}




