@charset "UTF-8";
:root { --main-color: #B52325; }

* { box-sizing: border-box; margin: 0; padding: 0; outline: none; }

a { text-decoration: none; color: inherit; }

dl, ol, ul, p { padding: 0; margin: 0; }

li { list-style: none; }

img { max-width: 100%; vertical-align: bottom; border: none; }

button { border: 0; outline: none; background-color: transparent; -webkit-appearance: none; }

select { border: none; appearance: none; -moz-appearance: none; -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

input, textarea { border: none; outline: none; }

textarea { overflow: auto; resize: none; }

i, em { font-weight: normal; font-style: normal; }

input { -moz-appearance: textfield; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; appearance: none; }

html, body { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; font-size: 16px; min-width: 320px; max-width: 1920px; margin: 0 auto; }

.class1 { border: 1px solid #DDD; }

.wrap { width: 1400px; margin: 0 auto; }

.header-box { transition-duration: .3s; }
.header-box .header { position: fixed; z-index: 15; top: 0; right: 0; left: 0; transition: all .3s; border-bottom: 1px solid #DDD; }
.header-box .header .wrap { position: relative; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; width: 100%; transition: all .3s; }
.header-box .header .hd-logo { max-width: 280px; margin-left: 6.5%; padding: 20px 0; }
.header-box .header .hd-logo a { display: flex; align-items: center; height: 42px; }
.header-box .header .hd-logo .ico2 { display: none; }
.header-box .header .hd-nav { position: relative; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.header-box .header .hd-nav a { font-size: 16px; line-height: 1; position: relative; display: block; margin: 0 22px; transition: all .3s; text-align: center; color: #FFF; }
.header-box .header .hd-nav a:after { position: absolute; bottom: -34px; display: block; width: 100%; height: 4px; content: ""; opacity: 0; background-color: #FFF; }
.header-box .header .hd-nav a h3 { font-size: 14px; line-height: 1; position: relative; top: 0; visibility: visible; padding-top: 34px; transition: all .3s; opacity: 1; color: #333; }
.header-box .header .hd-nav a h5 { font-size: 14px; line-height: 1; position: relative; top: 10px; visibility: hidden; transition: all .3s; opacity: 0; color: #DAB492; }
.header-box .header .hd-nav a:hover h5, .header-box .header .hd-nav a.on h5 { font-size: 14px; line-height: 1; top: -15px; visibility: visible; opacity: 1; color: #DAB492; }
.header-box .header .hd-nav a:hover h3, .header-box .header .hd-nav a.on h3 { top: -25px; visibility: hidden; opacity: 0; }
.header-box .header .hd-nav a:hover { color: #999; }
.header-box .header .hd-nav a.on:after { opacity: 1; }
.header-box .header .hd-btn { position: relative; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; margin-right: 6.5%; }
.header-box .header .hd-btn .shop-btn { font-size: 14px; line-height: 35px; width: 130px; height: 37px; padding-left: 45px; color: #666; border: 1px solid #666; border-radius: 37px; background: no-repeat left 18px center; }
.header-box .header .hd-btn .vx-btn { width: 38px; height: 37px; margin-left: 10px; border: 1px solid #666; border-radius: 37px; background: url(https://www.gonho.net/public/static/officialweb/img/weixin-ico01.png) no-repeat center; }
.header-box .header .hd-btn .vx-btn img { position: absolute; top: 50px; right: 50px; display: block; visibility: hidden; width: 150px; height: 150px; transition-duration: .3s; opacity: 0; }
.header-box .header .hd-btn .vx-btn:hover img { visibility: visible; opacity: 1; }
.header-box .header .hd-btn .tel-btn { font-family: 思源宋体, 思源黑体, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; line-height: 1; margin-left: 36px; padding-left: 38px; color: #FFF; background: url(../image/tel-ico-002.png) no-repeat left center; filter: grayscale(1000%) contrast(0) brightness(1000%); }
.header-box .header .hd-btn .search-btn { width: 30px; height: 30px; background: url(../image/search-ico03.png) no-repeat center; filter: grayscale(1000%) contrast(0) brightness(1000%); }
.header-box .header .menu-btn { display: none; }
.header-box.active .header { background-color: #FFF; }
.header-box.active .hd-logo .ico1 { display: none; }
.header-box.active .hd-logo .ico2 { display: block; }
.header-box.active .hd-nav a { color: #666; }
.header-box.active .hd-nav a.on::after { background-color: var(--main-color); }
.header-box.active .hd-btn .search-btn, .header-box.active .hd-btn .tel-btn { filter: unset; }
.header-box.active .hd-btn .tel-btn { color: #999; }

.search-box { background: rgba(255, 255, 255, 0.8); border: 1px solid #999; width: 320px; position: absolute; z-index: 3; right: 0; top: 58px; transform: translateX(50px); opacity: 0; visibility: hidden; padding: 15px; height: 200px; transition: all .8s; }
.search-box p { text-transform: uppercase; font-size: 24px; text-align: center; color: #333; margin-bottom: 20px; font-weight: bold; }
.search-box input { width: 100%; border: 1px solid #999; height: 40px; background: transparent; padding: 0 15px; }
.search-box button { height: 40px; border: 1px solid #fff; background: var(--main-color); color: #fff; width: 100%; margin-top: 20px; cursor: pointer; }
.search-box.active { transform: translateX(0); opacity: 1; visibility: visible; right: 0; transition: transform .3s; }

.m-nav { display: none; }

.m_search { position: fixed; z-index: 101; top: 0; display: none; overflow-y: scroll !important; width: 100%; height: 100%; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; transform: none; background-color: #434144; }
.m_search .title, .m_search figure { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; align-items: center; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; }
.m_search figure { width: 100%; height: 100%; }
.m_search .title { margin: 0 auto; }
.m_search .title img { width: 40px; height: 40px; -o-object-fit: contain; object-fit: contain; }
.m_search .title h3 { font-size: 38px; font-weight: 700; line-height: 36px; margin-top: 20px; text-align: center; text-transform: uppercase; color: #FFF; }
.m_search .main { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 6% 15% 0; }
.m_search .main .m_header_submit { font-size: 30px; font-weight: 700; width: 100%; margin-top: 30px; padding: 15px 0; cursor: pointer; text-transform: uppercase; color: #434144; background-color: #FFF; }
.m_search .main input { font-size: 24px; width: 100%; margin-top: 30px; padding-bottom: 28px; color: #CFCFCF; border: none; border-bottom: 1px solid #F8F8F8; outline: 0; background-color: transparent; -webkit-appearance: none; }
.m_search .search_close { margin: 6% auto 0; cursor: pointer; }
.m_search .search_close span { position: relative; width: 50px; margin: 0 auto; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); display: block; height: 5px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background-color: #FFF; }
.m_search .search_close span::before { width: 100%; content: ""; -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 1; display: block; height: 5px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background-color: #FFF; }
.m_search .search_close h4 { font-size: 20px; font-weight: 700; margin-top: 30%; text-transform: uppercase; color: #FFF; }

.menu-container-mask { position: fixed; top: 0; left: 100%; width: 100vw; height: 100vh; overflow: hidden; background-color: rgba(0, 0, 0, 0.6); transition: .2s; z-index: 9999; }
.menu-container-mask .menu-container { position: absolute; top: 0; right: 0; width: 60%; height: 100%; overflow: hidden; background-color: #fff; }
.menu-container-mask .top-menu-list { position: absolute; top: 0; right: 0; width: 100%; height: 100%; transition: .2s; }
.menu-container-mask .top-menu-list.active { transform: translateX(-100%); }
.menu-container-mask .top-menu-list > li { height: 48px; line-height: 48px; }
.menu-container-mask .top-menu-list > li a { height: 100%; padding: 0 32px 0 16px; display: flex; align-items: center; justify-content: space-between; color: #666; font-size: 14px; }
.menu-container-mask .top-menu-list > li a span { color: #666; font-size: 14px; }
.menu-container-mask .top-menu-list > li a .icon { color: #666; font-size: 14px; display: inline-block; width: 15px; height: 15px; background: url(../image/next-icon01.png) no-repeat center; background-size: 6px; }
.menu-container-mask .top-menu-list > li .title-name { height: 100%; padding: 0 32px 0 16px; display: flex; align-items: center; justify-content: space-between; color: #666; font-size: 14px; -webkit-box-orient: vertical; -webkit-line-clamp: 1; display: -webkit-box; white-space: normal; overflow: hidden; }
.menu-container-mask .top-menu-list > li ul { position: absolute; left: 100%; width: 100%; background-color: #fff; top: 0; height: 100%; display: none; }
.menu-container-mask .top-menu-list > li ul li { height: 48px; line-height: 48px; }
.menu-container-mask .top-menu-list > li ul.active { display: block; }
.menu-container-mask .top-menu-list > li li:first-child, .menu-container-mask .top-menu-list > li:first-child { height: 45px; }
.menu-container-mask .top-menu-list > li li:first-child > a, .menu-container-mask .top-menu-list > li:first-child > a { background-color: #f7f7f7; height: 45px; }

.footer { padding-top: 50px; background: #333; background-size: cover; }
.footer .logo_box { width: 35%; }
.footer .logo_box .logo img { display: none; width: 270px; }
.footer .logo_box .txt { margin-top: 25px; }
.footer .logo_box .txt h3 { font-size: 14px; line-height: 35px; margin-bottom: 15px; padding-left: 45px; text-indent: -45px; color: #FFF; }
.footer .logo_box .txt h3 img { margin-right: 15px; }
.footer .logo_box .txt h3 span { font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; line-height: 1; position: relative; color: #FFF; }
.footer .logo_box .txt p { font-size: 14px; line-height: 35px; margin-bottom: 15px; padding-left: 45px; text-indent: -45px; color: #FFF; }
.footer .logo_box .txt p img { margin-right: 15px; }
.footer .logo_box .txt .code { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-start; margin-top: 0; margin-bottom: 20px; }
.footer .logo_box .txt .code li { position: relative; margin-right: 30px; }
.footer .logo_box .txt .code li img { width: 120px; height: 120px; object-fit: contain; }
.footer .logo_box .txt .code li h3 { font-size: 14px; line-height: 1; margin-top: 15px; text-align: center; color: #FFF; }
.footer .wrap { display: flex; align-items: flex-start; flex-wrap: wrap; justify-content: space-between; }
.footer .nav { display: flex; align-items: flex-start; flex-wrap: wrap; justify-content: space-between; width: 60%; margin-top: 25px; }
.footer .nav dl dt { margin-bottom: 35px; }
.footer .nav dl dt a { font-size: 18px; line-height: 1; color: #FFF; }
.footer .nav dl dt a:hover { color: #999; }
.footer .nav dl dd { margin-bottom: 15px; }
.footer .nav dl dd a { font-size: 14px; line-height: 1; color: #cdcdcd; }
.footer .nav dl dd a:hover { color: #FFF; }
.footer .copy { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; width: 100%; margin-top: 40px; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer .copy p { font-size: 14px; line-height: 1.4; color: #FFF; }
.footer .copy p a:hover { color: #999; }

.slide-nav { position: fixed; z-index: 98; top: 30%; right: 20px; }
.slide-nav .item { position: relative; width: 55px; height: 55px; margin: 10px 0; transition: .4s all; border: 1px solid #BEBEBE; border-radius: 100%; background-color: #FFF; }
.slide-nav .item:hover { border-color: var(--main-color); background-color: var(--main-color); }
.slide-nav .item:hover .icon { background-position: center bottom; }
.slide-nav .item:hover h4 { color: #FFF; }
.slide-nav .item:hover .mask { -ms-transform: scale(1, 1); -o-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
.slide-nav .goTop { visibility: hidden; margin-top: 60px; transition: all .3s; opacity: 0; }
.slide-nav .goTop.active { visibility: visible; opacity: 1; }
.slide-nav .icon { display: block; width: 35px; height: 35px; margin: 10px auto 3px; background-repeat: no-repeat; background-position: center top; background-size: 35px auto; }
.slide-nav h4 { font-size: 12px; font-weight: 400; display: none; text-align: center; color: #4E4E4E; }
.slide-nav .mask { position: absolute; top: 0; right: 100%; margin-top: -1px; -o-transition: .3s; -webkit-transition: .3s; transition: .3s; -ms-transform: scale(1, 0); -o-transform: scale(1, 0); -webkit-transform: scale(1, 0); transform: scale(1, 0); white-space: nowrap; opacity: 0; }
.slide-nav .tel { font-size: 14px; line-height: 55px; height: 55px; padding: 0 30px; color: #4E4E4E; border: 1px solid #999; background-color: #FFF; }
.slide-nav .qr { overflow: hidden; width: 140px; height: 140px; margin-right: 2px; border: 1px solid #F2F2F2; }
.slide-nav .qr img { display: block; width: 100%; height: 100%; }

@media screen and (max-width: 1640px) { .header-box .header .hd-nav a { margin: 0 15px; } }
@media screen and (max-width: 1440px) { .header-box .header .hd-logo { margin-left: 3.5%; }
  .header-box .header .hd-btn { margin-right: 3.5%; }
  .header-box .header .hd-btn .tel-btn { margin-left: 20px; }
  .header-box .header .hd-nav a { margin: 0 10px; } }
@media screen and (max-width: 1400px) { .wrap { width: 1200px; } }
@media screen and (max-width: 1280px) { .wrap { width: 100%; padding: 0 20px; }
  .header-box .header .hd-logo { margin-left: 0; }
  .header-box .header .hd-btn { display: none; }
  .header-box .header .hd-btn a { margin-left: 5px; }
  .header-box .header .hd-nav a { margin: 0 10px; }
  .footer .logo_box .txt .code li { margin-right: 15px; } }
@media screen and (max-width: 1024px) { .header-box { height: 61px; }
  .header-box .header { padding: 5px 0; background-color: #FFF; }
  .header-box .header .wrap { justify-content: space-between; }
  .header-box .header .hd-logo { padding: 0; }
  .header-box .header .hd-logo a { height: 37px; }
  .header-box .header .hd-logo .ico1 { display: none; }
  .header-box .header .hd-logo .ico2 { display: block; }
  .header-box .header .hd-nav { display: none; }
  .header-box .header .hd-btn::after { display: none; }
  .header-box .header .hd-btn a { display: none; }
  .header-box .header .hd-btn .shop-btn { font-size: 14px; line-height: 35px; width: 130px; height: 37px; padding-left: 45px; color: #666; border: 1px solid #666; border-radius: 37px; background: no-repeat left 18px center; }
  .header-box .header .menu-btn { display: block; position: relative; z-index: 9; cursor: pointer; height: 50px; width: 50px; padding: 10px; }
  .header-box .header .menu-btn span { display: block; position: absolute; width: 30px; height: 3px; background-color: var(--main-color); left: 10px; top: 13px; transition: all .4s; border-radius: 3px; }
  .header-box .header .menu-btn span:nth-child(2) { top: 23px; }
  .header-box .header .menu-btn span:nth-child(3) { top: 33px; width: 19px; left: initial; right: 10px; }
  .header-box .header .menu-btn.active span { -webkit-transform: rotate(45deg); top: 23px; }
  .header-box .header .menu-btn.active span:nth-child(2) { width: 0; left: 22px; opacity: 0; }
  .header-box .header .menu-btn.active span:nth-child(3) { -webkit-transform: rotate(-45deg); top: 23px; width: 30px; }
  .m_search .title img { width: 35px; height: 35px; }
  .m_search .title h3 { font-size: 24px; margin-top: 10px; line-height: 28px; }
  .m_search .main input, .m_search .main select { font-size: 16px; padding-bottom: 10px; }
  .m_search .main select { background-position: 100% 33%; }
  .m_search .main .m_header_submit { font-size: 16px; padding: 10px 0; }
  .m_search .search_close { margin-top: 15%; }
  .m_search .search_close span, .m_search .search_close span:before { height: 3px; width: 30px; }
  .m_search .search_close span { width: 40px; }
  .m_search .search_close h4 { font-size: 14px; }
  .m-nav { width: 75%; height: 100vh; max-width: 420px; padding: 50px 0 70px; position: fixed; top: 61px; right: -100vw; transition: .4s all; background-color: rgba(0, 0, 0, 0.7); z-index: 99; display: block; }
  .m-nav ul li:hover a { background-color: var(--main-color); }
  .m-nav ul li a { display: block; width: 100%; padding: 10px 5%; box-sizing: border-box; font-size: 14px; color: #fff; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .m-nav.active { right: 0; }
  .slide-nav { left: 0; top: auto; right: 0; bottom: 0; font-size: 0; text-align: center; }
  .slide-nav .item { margin: 0; border: none; opacity: 1 !important; border-top: 1px solid #999; border-radius: 0; border-left: 1px solid #999; display: inline-block; vertical-align: middle; height: 60px; width: 33.33%; }
  .slide-nav .item:first-child { border: none; border-top: 1px solid #999; }
  .slide-nav .item.goTop { display: inline-block !important; opacity: 1; visibility: visible; }
  .slide-nav .item h4 { display: block; }
  .slide-nav .item .icon { width: 27px; height: 27px; -webkit-background-size: 30px auto; background-size: 27px auto; margin: 3px auto 0; }
  .slide-nav .item .mask { left: 50%; right: auto; bottom: 100%; top: auto; -webkit-transform: translateX(-50%) scale(1, 0); -ms-transform: translateX(-50%) scale(1, 0); -o-transform: translateX(-50%) scale(1, 0); transform: translateX(-50%) scale(1, 0); }
  .slide-nav .item .mask .tel { padding: 0 15px; border: 2px solid #000; height: 46px; line-height: 42px; }
  .slide-nav .item .mask .qr { width: 120px; height: 120px; }
  .slide-nav .item:hover .mask { -webkit-transform: scale(1, 1) translateX(-50%); -ms-transform: scale(1, 1) translateX(-50%); -o-transform: scale(1, 1) translateX(-50%); transform: scale(1, 1) translateX(-50%); } }
@media screen and (max-width: 768px) { .wrap { padding: 0 15px; }
  .footer { margin-bottom: 60px; padding-top: 40px; }
  .footer .nav { display: none; }
  .footer .logo_box { width: 100%; }
  .footer .logo_box .txt { margin-top: 30px; }
  .footer .logo_box .txt h3 { font-size: 14px; line-height: 30px; padding-left: 30px; text-indent: -30px; }
  .footer .logo_box .txt h3 span { font-size: 22px; }
  .footer .logo_box .txt h3 img { margin-right: 5px; width: 25px; height: 25px; vertical-align: middle; }
  .footer .logo_box .txt p { font-size: 14px; line-height: 30px; padding-left: 30px; text-indent: -30px; margin-bottom: 0; }
  .footer .logo_box .txt p img { margin-right: 5px; width: 25px; height: 25px; vertical-align: middle; }
  .footer .logo_box .txt .code { margin-top: 20px; justify-content: center; }
  .footer .logo_box .txt .code li img { width: 80px; height: 80px; }
  .footer .logo_box .txt .code li h3 { font-size: 12px; margin-top: 12px; }
  .footer .logo_box .logo { display: block; width: 100%; text-align: center; }
  .footer .logo_box .logo img { width: 240px; }
  .footer .copy { padding: 20px 15px; }
  .footer .copy p { font-size: 12px; text-align: center; } }

/*# sourceMappingURL=common.css.map */
