﻿@charset "utf-8";

/*html5*/
@font-face {
    font-family: 'NotoSerifJP';
    src: url('../font/NotoSerifJP-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Light-7.otf');
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

/* CSS Document */
/*内外边距*/
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
dd,
dt {
    margin: 0;
    padding: 0;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
button,
textarea,
iframe,
table,
th,
td,
dd,
dt {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: none
}

.clear {
    clear: both;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #333;
}

* {
    box-sizing: border-box;
/*    font-family: NotoSerifJP;*/
    font-family: "Noto Sans JP", sans-serif !important;
}

input {
    border: none;
    outline: medium;
/*    font-family: Inter;*/
    font-family: "Noto Sans JP", sans-serif !important;
}

body {
    width: 100%;
    background: #fff;
    color: #333;
    font-size: 14px;
}

html {
    overflow-x: hidden;
}

table {
    border-collapse: collapse
}

img {
    border: none;
    max-width: 100%;
}

ul {
    list-style: none;
}

a:hover,
button:hover {
    opacity: 0.5;
}

input[type='submit']:hover {
    opacity: 0.5;
}

.contain {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 277px;
}

.tips {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #FF710D;
    color: #ffffff;
}

.top {
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
}

.top1 {
    width: 96%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ticon {
    display: none;
    align-items: center;
}

.ticon1 {
    width: 64px;
    text-align: center;
}

.ticon2 {
    font-size: 0;
    text-align: center;
}

.ticon2 img {
    width: 24px;
}

.ticon3 {
    margin-top: 3px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}

.logo {
    font-size: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.logo img {
    width: 243px;
}

.topcont {
    display: flex;
    align-items: center;
}

.topcont1 {
    margin-right: 20px;
}

.topcont2 {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

.topcont3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #FF710D;
}

.topcont3 a {
    color: #FF710D;
}

.topcont4 {
    position: relative;
    width: 143px;
    height: 36px;
    margin: 0 auto;
}

.topcont4 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 143px;
    height: 36px;
    border: 1px solid #000000;
    background-color: #14B710;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
}

.topcont4 a img {
    margin-right: 8px;
    width: 28px;
}

.topcont4:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -3px;
    bottom: -3px;
    border: 1px solid #000000;
}

.topcont4 a:hover {
    opacity: 1;
}

.header {
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
}

.header1 {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}

.header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header ul li {
    list-style-type: none;
    position: relative;
}

.header ul li>a {
    font-size: 14px;
    color: #000000;
    line-height: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.header ul li>a img {
    width: 9px;
    margin-left: 9px;
}

.header ul li.search>a img {
    width: 24px;
    margin-left: 0;
    margin-right: 9px;
}

.header_sub {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    padding-top: 10px;
    width: 270px;
    background-color: #fff;
}

.header_sub1 {
    padding: 10px 0;
    background-color: #fff;
    position: relative;
}

.header_sub a {
    margin-top: 8px;
    display: flex;
    align-items: center;
    padding: 0 23px;
    height: 53px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
}

.header_sub a img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: 18px;
}

.header_sub2 {
    position: relative;
}

.header_sub2:hover {
    background-color: #F3F1EB;
}

.header_sub2:hover a {
    opacity: 1;
}

.header_sub3 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 270px;
    background-color: #fff;
}

.header_sub3 a:first-child {
    margin-top: 0;
}

.header_sub3 a:hover {
    background-color: #F3F1EB;
    opacity: 1;
}

.header ul li:hover .header_sub {
    display: block;
}

.header_sub2:hover .header_sub3 {
    display: block;
}

.search_tc {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    z-index: 9;
    background-color: #ffffff;
    padding: 7px 11px;
    font-size: 0;
    border-top: 1px solid #eeeeee;
    box-shadow: 0px 3px 4.8px 0px #B8B8B840;
    overflow: hidden;
}

.search_tc form {
    height: 47px;
    border: 1px solid #DADADA;
}

.search_tci {
    height: 100%;
    width: calc(100% - 40px);
    font-size: 16px;
    padding: 0 11px;
    float: left;
}

.search_tcii {
    background: url(../image/search.png) center no-repeat;
    background-size: 24px;
    height: 100%;
    width: 40px;
    float: left;
}

.header ul li:hover .search_tc {
    display: block;
}

.banner {
    font-size: 0;
    text-align: center;
    background: url(../image/banbg.png) center no-repeat;
    background-size: cover;
    padding: 14px 0 19px;
}

.banner .swiper {
    margin-top: 24px;
    padding: 0 25% 30px;
}

.banner .swiper-pagination-bullet {
    background-color: #FFFFFF;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #E4D4C5;
}

.banner .swiper-slide .banner2 img {
    transition: all .5s;
}

.banner .swiper-slide:hover .banner2 img {
    transform: scale(1.02);
}

.banner .swiper-slide-active:hover .banner2 img {
    transform: scale(1);
}

.banner2 a {
    cursor: default;
}

.banner img {
    margin: 0 auto;
}

.wap {
    display: none !important;
}

.banner2 video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main1 {
    min-height: 1200px;
    position: relative;
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}

.hot {
    padding: 46px 0 59px;
}

.hot1 {
    padding-left: 277px;
}

.hot2 {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    letter-spacing: 0.6px;
    color: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot2 img {
    width: 34px;
    margin-right: 11px;
}

.hot3 ul {
    overflow: hidden;
}

.hot3 ul li {
    list-style-type: none;
    float: left;
    width: calc((100% - 16px)/3);
    margin-top: 30px;
    margin-right: 8px;
}

.hot3 ul li:nth-child(3n) {
    margin-right: 0;
}

.hot4 {
    font-size: 0;
    position: relative;
}

.hot4 span {
    position: absolute;
    left: 12px;
    top: 12px;
    background-color: #FF5C00;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #fff;
    width: 40px;
}

.hot5 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    color: #121212;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hot6 {
    margin-top: 11px;
    border: 1px solid #D60000;
    width: 192px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #D60000;
}

.hot6 img {
    width: 16px;
    margin-right: 8px;
}

.hot7 {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: 1px;
    color: #D60000;
}

.more {
    margin: 40px auto 0;
    width: 188px;
    height: 45px;
    position: relative;
    background-color: #fff;
}

.more a {
    display: block;
    margin: 0 auto;
    width: 188px;
    height: 45px;
    background-color: #FF710D;
    border: 1px solid #000000;
    text-align: center;
    line-height: 43px;
    font-size: 15px;
    color: #FFFFFF;
}

.more:before {
    content: '';
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
}

/* .category{
    background-color: #F5F5F5;
    padding: 45px 0 70px;
} */
.category1 {
    padding-left: 277px;
}

.category2 ul {
    overflow: hidden;
}

.category2 ul li {
    list-style-type: none;
    float: left;
    width: calc((100% - 16px)/3);
    margin-top: 30px;
    margin-right: 8px;
}

.category2 ul li:nth-child(3n) {
    margin-right: 0;
}

.category3 {
    font-size: 0;
}

.category4 {
    margin-top: 12px;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.category4 img {
    width: 12px;
    margin-left: 12px;
}

.reason {
    margin-top: 65px;
}

.reason1 {
    padding-left: 277px;
}

.reason2 {
    margin-top: 40px;
}

.reason2 ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    zoom: 1;
}

.reason2 ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.reason2 ul li {
    list-style-type: none;
    float: left;
    width: calc((100% - 42px)/4);
    margin-right: 14px;
    background-color: #F5F5F5;
    padding: 44px 9px 13px;
    position: relative;
}

.reason2 ul li:nth-child(4n) {
    margin-right: 0;
}

.reason3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../image/reabg.png) no-repeat;
    height: 27px;
    line-height: 27px;
    padding-left: 14px;
    font-size: 16px;
    letter-spacing: 0.6px;
    color: #ffffff;
}

.reason4 {
    font-size: 0;
    text-align: center;
}

.reason5 {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #121212;
}

.reason6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.6px;
    color: #121212;
    height: 144px;
}

.history {
    margin-top: 56px;
}

.history1 {
    padding-left: 277px;
}

.history2 {
    margin-top: 30px;
    position: relative;
}

.history3 {
    margin-top: 11px;
    border: 1px solid #D60000;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #D60000;
}

.history3 img {
    width: 16px;
    margin-right: 8px;
}

.history4 {
    margin-top: 9px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.6px;
    color: #121212;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.left {
    font-size: 0;
    position: absolute;
    left: -22px;
    top: 96px;
    transform: translateY(-50%);
}

.left img {
    width: 16px;
}

.right {
    font-size: 0;
    position: absolute;
    right: -22px;
    top: 96px;
    transform: translateY(-50%);
}

.right img {
    width: 16px;
}

.shend {
    margin-top: 56px;
}

.shend1 {
    padding-left: 277px;
}

.shend2 {
    background-color: #FFF7E8;
    padding: 34px 25px 47px;
}

.shend3 {
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shend4 {
    font-size: 0;
}

.shend4 img {
    width: 43px;
}

.shend5 {
    margin: 0 11px;
    flex: 1;
}

.shend5a {
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #121212;
}

.shend5a span {
    color: #FF5C00;
}

.shend5b {
    font-size: 14px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #121212;
}

.shend6 {
    margin-top: 36px;
}

.shend6:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.shend6 ul {
    zoom: 1;
}

.shend6 ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.shend6 ul li {
    margin-top: 24px;
    width: calc((100% - 34px)/3);
    margin-right: 17px;
    border: 1px solid #FF5C00;
    border-radius: 5px;
    background-color: #fff;
    float: left;
    box-shadow: 3px 4px 5.2px 0px rgba(162, 162, 162, 0.25);
}

.shend6 ul li:nth-child(3n) {
    margin-right: 0;
}

.shend6 ul li a {
    display: flex;
    align-items: center;
    padding: 0 18px;
    height: 98px;
}

.shend7 {
    font-size: 0;
    margin-right: 10px;
}

.shend7 img {
    width: 75px;
}

.shend8 {
    flex: 1;
}

.shend8a {
    font-size: 18px;
    font-weight: 500;
    line-height: 31.2px;
    letter-spacing: 2px;
    text-align: center;
    color: #121212;
}

.shend8b {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.6px;
    color: #FF5C00;
}

.state {
    margin-top: 60px;
}

.state1 {
    padding-left: 277px;
}

.state2 {
    font-family: Noto Sans JP;
    font-size: 32px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #FD7F09;
}

.state2 span {
    font-size: 24px;
    color: #121212;
}

.state3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #121212;
}

.state4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #FD7F09;
}

.state5 {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.state6 {
    font-size: 0;
    width: 290px;
}

.state7 {
    width: calc(100% - 326px);
}

.state8 {
    font-size: 27.2px;
    font-weight: 500;
    line-height: 38.08px;
    text-align: left;
    color: #000000;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
}

.state8 img {
    margin-right: 20px;
}

.state9 {
    margin-top: 29px;
    font-size: 16px;
    line-height: 32.91px;
    color: #000000;
}

.state5:nth-child(2n) {
    flex-direction: row;
}

.instagram {
    margin-top: 90px;
}

.instagram1 {
    padding-left: 277px;
}

.instagram2 {
    position: relative;
    height: 3px;
    background-color: #FE8315;
}

.instagram2 span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #FD7F09;
    padding: 0 20px;
}

.instagram3 {
    margin-top: 30px;
}

.instagram3 ul {
    overflow: hidden;
}

.instagram3 ul li {
    list-style-type: none;
    margin-top: 30px;
    width: calc((100% - 18px)/3);
    margin-right: 9px;
    font-size: 0;
    float: left;
}

.instagram3 ul li:nth-child(3n) {
    margin-right: 0;
}

.twte {
    margin-top: 66px;
}

.twte1 {
    padding-left: 277px;
}

.twte2 {
    height: 252px;
}

.ftoo1 {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftoo1:nth-child(2n) {
    flex-direction: row-reverse;
}

.ftoo2 {
    font-size: 0;
}

.ftoo2 img {
    width: 410px;
}

.ftoo3 {
    width: calc(100% - 450px);
}

.ftoo4 {
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 1.6px;
    color: #FF710D;
}

.ftoo5 {
    margin-top: 16px;
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 0.6px;
    color: #121212;
}

.ftoo6 {
    margin-top: 19px;
    color: rgba(18, 18, 18, 0.75);
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: 0.6px;
}

.ftoo7 {
    margin-top: 36px;
    width: 188px;
    height: 45px;
    position: relative;
    background-color: #fff;
}

.ftoo7 a {
    display: block;
    width: 188px;
    height: 45px;
    background-color: #FF710D;
    border: 1px solid #000000;
    text-align: center;
    line-height: 43px;
    font-size: 15px;
    color: #FFFFFF;
}

.ftoo7:before {
    content: '';
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
}

.footer {
    margin-top: 60px;
    background-color: #FE7E0E;
    padding: 80px 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer1 {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}

.footer2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer3 {
    font-size: 0;
}

.footer6 {
    float: left;
    margin-left: 30px;
}

.footer6 a {
    display: block;
    text-align: left;
}

.footer4 a {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    text-align: left;
}

.footer6a a {
    margin-top: 9px;
    text-align: left;
    display: block;
    font-family: Noto Sans JP;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.85);
}

.footer5 {
    margin-top: 40px;
    text-align: right;
}

.footer5 a {
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #fff;
}

.footer5 a:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

.beian {
    background-color: #FE7E0E;
    padding: 25px 0 55px;
}

.beian1 {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 18.7px;
    letter-spacing: 0.7px;
    color: rgba(255, 255, 255, 0.75);
}

.goTop {
    position: fixed;
    right: 20px;
    top: 80%;
    transform: translateY(-50%);
    font-size: 0;
}

.goTop a img {
    width: 54px;
}

.aside {
    width: 260px;
}

.purchase {
    padding-top: 40px;
}

.purchase1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    color: #2c2c22;
    margin-bottom: 30px;
}

.purchase2 {
    margin-top: 12px;
    border: 1px solid #FF720E;
    height: 65px;
    padding: 0 12px;
    border-radius: 5px;
    background-color: #fff;
}

.purchase2 a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.purchase2a {
    font-size: 0;
    margin-right: 9px;
}

.purchase2b {
    flex: 1;
}

.purchase2c {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #FF710D;
}

.purchase2d {
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
    color: #999999;
}

.purchase2e {
    font-size: 0;
    margin-left: 9px;
}

.assess {
    margin-top: 30px;
}

.assess1 a {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    border-radius: 5px;
    padding: 0 12px;
}

.assess1 a:nth-child(1) {
    background: linear-gradient(90deg, #20D01C 0%, #12B60D 100%);
}

.assess1 a:nth-child(2) {
    background: linear-gradient(90deg, #21C7F9 0%, #1F55EB 100%);
}

.assess1 a:nth-child(3) {
    background: linear-gradient(90deg, #B875FF 0%, #9A42F7 100%);
}

.assess1 a:nth-child(4) {
    background: linear-gradient(90deg, #FF9144 0%, #FF720E 100%);
}

.assess1 a:nth-child(5) {
    background: linear-gradient(90deg, #FF6262 0%, #DB0000 100%);
}

.assess2 {
    font-size: 0;
    margin-right: 9px;
}

.assess3 {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #ffffff
}

.assess4 {
    font-size: 0;
    margin-left: 9px;
}

.cbcate {
    border: 1px solid #EBEBEB;
    padding: 16px 12px;
}

.cbcate1 {
    margin-top: 25px;
}

.cbcate1:first-child {
    margin-top: 0;
}

.cbcate2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 16px;
    color: #2c2c2c;
    cursor: pointer;
}

.ctarrow1 {
    display: none;
}

.cbcate3 {
    display: none;
}

.cbcate3 a {
    margin-top: 16px;
    padding-left: 15px;
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #2c2c2c;
}

.cbcate1.on .ctarrow {
    display: none;
}

.cbcate1.on .ctarrow1 {
    display: block;
}

.cbcate1.on .cbcate3 {
    display: block;
}

.header_m {
    display: none;
    position: relative;
}

.header_m1 {
    zoom: 1;
}

.header_m1:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.logo_m {
    /* width: 40%; */
    float: left;
    margin: 2px 6px 0 20px;
}

.logo_m img {
    height: 56px;
}

.icon_m {
    width: 10%;
    float: right;
    margin: 8px 6px;
}

.icon_m img {
    height: 32px;
}

.menu_m {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: -6px 0px 6.6px 0px rgba(190, 190, 190, 0.25);
    padding: 73px 13px 25px;
}

.menu_m {
    height: 100%;
    overflow-y: scroll;
}

.menu_close {
    position: absolute;
    right: 12px;
    top: 20px;
}

.menu_m_logo {
    position: absolute;
    left: 20px;
    top: 16px;
}

.menu_m_logo>a {
    display: block;

}

.menu_m_logo>a img {
    height: 42px;
}

.menu_m1 {
    background-color: #FFFFFF;
    padding: 12px 20px;
}

.menu_m1a {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #7D7D7D;
}

.menu_m1b {
    margin-top: 9px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #FF710D;
}

.menu_m1b a {
    color: #FF710D;
}

.menu_m1c {
    margin-top: 7px;
    font-size: 10px;
    line-height: 15.4px;
    text-align: center;
    color: #999999;
}



.menu_m2 {}

.menu_m2 ul {}

.menu_m2 ul li {
    list-style-type: none;
    line-height: 70px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 16px;
}

.menu_m2 ul li:last-child {}

.menu_m2 ul li a {
    color: #000000;
    display: block;
    text-align: left;
    position: relative;
    font-weight: 500;
}

.menu_m2 ul li a span {
    font-weight: 350;
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
}

.menu_m2 ul li a:hover {
    opacity: 1;
}

.menu_m2 ul li a img {
    margin-right: 9px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu_msub {
    display: none;
    width: 100%;
}

.menu_arrow1 {
    display: none;
}

.menu_msub a {
    display: block;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #DDDDDD;
}

.menu_msub a:hover {
    opacity: 1;
}

.menu_msub1 img.item {
    width: 30px;
    height: 30px;
}

.menu_msub1 .menu_msub a {
    padding-left: 30px;
}

.menu_m2>ul>li>a.on {
    color: #8E6F4A;
}

.menu_m2>ul>li>a.on span {
    color: #8E6F4A;
}

.menu_msub1>a.on {
    color: #FF710D;
}

.on .menu_arrow {
    display: none;
}

.on .menu_arrow1 {
    display: inline-block;
}

.search_m {
    float: right;
    height: 30px;
    margin-top: 14px;
    margin-right: 9px;
    display: flex;
    align-items: center;
}

.search_m img {
    height: 24px;
}

.banner2 a:hover {
    opacity: 1;
}

.innerbanner {
    font-size: 0;
    text-align: center;
}

.address {
    margin-top: 10px;
}

.address1 {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 24px;
    color: #282828;
}

.address1 a {
    font-size: 12px;
    line-height: 24px;
    color: #282828;
}

.inTitle {
    margin-top: 50px;
    height: 2px;
    position: relative;
    background-color: #FF710D;
}

.inTitle span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 467px;
    height: 34px;
    background-color: #FF710D;
    text-align: center;
    line-height: 34px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

.inTitle1 {
    margin-top: 34px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: center;
    color: #2c2c2c;
}

.page {
    margin-top: 30px;
    text-align: center;
}

.page a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 34px;
    text-align: center;
    min-width: 34px;
    padding: 0 10px;
    font-size: 12px;
    color: #000000;
    font-weight: 300;
}

.page a.on {
    background-color: #FF710D;
    color: #fff;
}

.inhot {
    padding: 46px 0 0;
}

.noreas {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.proDeta {
    font-size: 26px;
    font-weight: 500;
    line-height: 33.8px;
    color: #2c2c2c;
}

.proDeta1 {
    margin-top: 11px;
}

.proDeta1 a {
    display: block;
    width: 106px;
    height: 37px;
    background-color: #FF710D;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 37px;
}

.proDeta2 {
    margin-top: 22px;
    overflow: hidden;
}

.proDeta3 {
    float: left;
    width: 380px;
}

.proLeft1_d {
    padding: 10px;
    position: relative;
    height: 380px;
}

.proLeft1_d img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.proLeft2_d {
    font-size: 0;
    position: relative;
    height: 75px;
}

.proLeft2_d img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.proLeft2 {
    margin-top: 20px;
    padding: 0 20px;
}

.proLeft2 .swiper-slide-thumb-active {
    border: 1px solid #FF710D;
    overflow: hidden;
}

.deLeft {
    font-size: 0;
    position: absolute;
    left: 0;
    z-index: 96;
    top: 50%;
    transform: translateY(-50%);
}

.deLeft img {
    width: 16px;
}

.deRight {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 96;
    transform: translateY(-50%);
}

.deRight img {
    width: 16px;
}

.proLeft1 .swiper-pagination {
    z-index: 10;
    font-size: 12px;
    color: #ffffff;
    padding-right: 10px;
    text-align: right;
}

.proLeft2 {
    position: relative;
}

.proDeta4 {
    float: right;
    width: calc(100% - 420px);
}

.proDeta5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28.6px;
    color: #2c2c2c;
}

.proDeta6 {
    margin-top: 16px;
}

.proDeta6 ul li {
    list-style-type: none;
    border-bottom: 1px solid #FF710D;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proDeta6a {
    width: 115px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 18.2px;
    color: #2c2c2c;
}

.proDeta6b {
    flex: 1;
    font-size: 14px;
    line-height: 18.2px;
    color: #2c2c2c;
}

.proDeta7 {
    margin: 24px 0;
    display: flex;
    align-items: center;
    font-size: 23.41px;
    font-weight: 700;
    line-height: 36.4px;
    color: #EE3333;
}

.proDeta7 a {
    display: block;
    background-color: #FF710D;
    width: 106px;
    height: 28px;
    text-align: center;
    margin-right: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}

.proDeta8 {
    margin-top: 36px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28.6px;
    color: #2c2c2c;
}

.proDeta9 {
    margin-top: 19px;
    font-size: 14px;
    line-height: 26px;
    color: #2c2c2c;
}

.tips_tc {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    overflow: hidden;
    width: 80%;
    max-width: 690px;
    box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}

.cancle_tc {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    overflow: hidden;
    width: 80%;
    max-width: 690px;
    box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}

.tips_tc1 {
    height: 56px;
    background-color: #FE7E0E;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 56px;
    color: #ffffff;
}

.tips_tc2 {
    background-color: #ffffff;
    padding: 26px 25px 23px;
}

.tips_tc3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #333333;
}

.tips_tc4 {
    margin-top: 19px;
    text-align: center;
}

.tips_tc4a {
    margin: 0 20px;
    display: inline-block;
    width: 132px;
    height: 30px;
    border-radius: 5px;
    background-color: #14A699;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
}

.tips_tc4b {
    margin: 0 20px;
    display: inline-block;
    width: 132px;
    height: 30px;
    border-radius: 5px;
    background-color: #E30043;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
}

.dtmq {
    font-size: 0;
}

.dtmq1 {
    margin-top: 19px;
    font-size: 26px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    color: #333333;
}

.dtmq2 {
    margin-top: 25px;
    background-color: #F5F5F5;
    padding: 30px 36px 20px;
}

.dtmq3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 30.8px;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 20px;
}

.dtmq3 span {
    position: relative;
    width: 90px;
    height: 32px;
    border-radius: 16px;
    background-color: #FF710D;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.17px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.dtmq3 code {
/*    font-family: inherit;*/
    font-size: 24px;
    font-weight: 700;
}

.dtmq3 img {
    position: absolute;
    left: -8px;
    top: -5px;
}

.dtmq3 a {
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #FF710D;
    font-size: 14px;
    font-weight: 700;
    line-height: 20.27px;
    text-align: center;
    color: #FF710D;
}

.dtmq4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 27.2px;
    letter-spacing: 0.8px;
    color: #333333;
}

.dtmq5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 27.2px;
    letter-spacing: 0.8px;
    color: #FF710D;
}

.dtmq6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 27.2px;
    letter-spacing: 0.8px;
    color: #FF5252;
}

.dtmq7 {
    margin-top: 15px;
}

.dtmq7 a {
    width: 260px;
    height: 48px;
    background: linear-gradient(90deg, #FF9144 0%, #FF720E 100%);
    padding: 0 3px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dtmq7 a img {
    margin: 0 9px;
}

.dtmq7 a span {
    flex: 1;
}

.dtmq8 {
    margin-top: 70px;
    font-size: 0;
}

.dtmq9 {
    margin-top: 20px;
    position: relative;
}

.left1 {
    font-size: 0;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}

.left1 img {
    width: 24px;
}

.right1 {
    font-size: 0;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
}

.right1 img {
    width: 24px;
}

.dtmq10 {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dtmq10a {
    width: calc(100% - 375px);
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    color: #333333;
}

.dtmq10b {
    width: 365px;
}

.dtmq11 {
    margin-top: 25px;
    padding: 29px 24px 26px;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dtmq12 {
    width: calc((100% - 25px)/2);
    background-color: #ffffff;
    padding: 20px 20px 36px;
}

.dtmq12a {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.86px;
    letter-spacing: 1.6px;
    text-align: center;
    color: #333333;
}

.dtmq12b {
    margin-top: 5px;
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 4.1px;
    text-align: center;
    color: #E82323;
}

.dtmq12c {
    margin-top: 16px;
    font-size: 0;
    text-align: center;
}

.dtmq12d {
    margin-top: 24px;
    width: 100%;
    max-width: 305px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 0px 0px #D0CECC;
}

.dtmq12d a {
    display: flex;
    align-items: center;
    height: 54px;
    background-color: #FFF6EF;
}

.dtmq12d a span {
    flex: 1;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 31.43px;
    letter-spacing: 1px;
    text-align: center;
    color: #E82323;
}

.dtmq12d a code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 54px;
    background-color: #E82323;
}

.dtmq12e {
    margin-top: 5px;
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 4.1px;
    text-align: center;
    color: #FF7426;
}

.dtmq12f {
    margin-top: 24px;
    width: 100%;
    max-width: 305px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 0px 0px #D0CECC;
}

.dtmq12f a {
    display: flex;
    align-items: center;
    height: 54px;
    background-color: #FFFEE4;
}

.dtmq12f a span {
    flex: 1;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 31.43px;
    letter-spacing: 1px;
    text-align: center;
    color: #FF7426;
}

.dtmq12f a code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 54px;
    background-color: #FF7426;
}

.czmq {
    margin-top: 36px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    color: #2c2c2c;
}

.czmq1 {
    margin-top: 15px;
    font-size: 13.78px;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
    color: #2c2c2c;
}

.czmq2 {
    margin-top: 25px;
}

.czmq2 a {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 48px;
    background: linear-gradient(90deg, #21C7F9 0%, #1F55EB 100%);
    padding: 0 3px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.czmq2 a img {
    margin: 0 9px;
}

.czmq2 a span {
    flex: 1;
}

.zpmq {
    margin-top: 15px;
}

.zpmq a {
    width: 260px;
    height: 48px;
    background: linear-gradient(90deg, #FF6262 0%, #DB0000 100%);
    padding: 0 3px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zpmq a img {
    margin: 0 9px;
}

.zpmq a span {
    flex: 1;
}

.zpmq1 {
    margin-top: 20px;
    margin-bottom: 16px;
    padding: 11px;
    border-radius: 51px;
    height: 102px;
    background-color: #FF710D;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zpmq2 {
    font-size: 0;
    margin-right: 13px;
}

.zpmq3 {
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 35.2px;
    color: #fff;
}

.news2 {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    color: #212121;
}

.news2 img {
    margin-right: 9px;
}

.news3 {
    margin-top: 40px;
    background-color: #F5F5F5;
    padding: 1px 42px 52px;
}

.news3 ul li {
    list-style-type: none;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 25px;
}

.news4 {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.7px;
    color: #000000;
}

.news4 span {
    width: 94px;
    height: 20px;
    margin-left: 14px;
    background-color: #FE7E0E;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
}

.news5 {
    margin-top: 11px;
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.7px;
    text-align: left;
    text-decoration: underline;
    color: #000000;
}

.newsDeta {
    padding-top: 60px;
    font-size: 24px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
}

.newsDeta1 {
    margin-top: 29px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #707070;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 29px;
}

.newsDeta2 {
    margin-top: 45px;
    padding: 40px 30px 30px;
    background-color: #F8F8F8;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
}

.newsDeta3 {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsDeta3 a {
    font-size: 14px;
    font-weight: 500;
    line-height: 13.5px;
    letter-spacing: 1.3px;
    color: #333;
}

.question {
    padding-top: 60px;
    border-bottom: 1px solid #DFDFDF;
    font-size: 32px;
    font-weight: 500;
    line-height: 33px;
    color: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.question img {
    margin-right: 10px;
}

.question1 ul li {
    margin-top: 20px;
}

.question2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 30px;
    background-color: #F8F8F8;
    cursor: pointer;
}

.question2a {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 25.2px;
    color: #000000;
}

.question2a img {
    margin-right: 23px;
}

.aarrow {
    display: none;
}

.question3 {
    display: none;
    align-items: flex-start;
    padding: 20px 30px;
    margin-top: 20px;
}

.question3a {
    font-size: 0;
    margin-right: 23px;
}

.question3b {
    flex: 1;
    font-size: 18px;
    line-height: 33.2px;
    color: #000000;
}

.question1 ul li.on .qarrow {
    display: none;
}

.question1 ul li.on .aarrow {
    display: block;
}

.question1 ul li.on .question3 {
    display: flex;
}

.incont {
    font-size: 14px;
    font-weight: 350;
    line-height: 25.2px;
    color: #212121;
}

.incont span {
    color: #B40000;
}

.incont1 {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.incont1 span {
    color: #B40000;
}

.incont2 {
    margin-top: 14px;
}

.incont2 input {
    width: 100%;
    height: 50px;
    border: 1px solid #DCDCDC;
    padding: 0 20px;
    font-size: 14px;
}

.incont2 textarea {
    width: 100%;
    height: 217px;
    border: 1px solid #DCDCDC;
    padding: 10px 20px;
    font-size: 14px;
    resize: none;
}

.incont3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.incont3 input {
    margin-top: 14px;
    width: calc((100% - 40px)/2);
    height: 50px;
    border: 1px solid #DCDCDC;
    padding: 0 20px;
    font-size: 14px;
}

.incont4 {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
}

.incont4 a {
    color: #FE7E0E;
    text-decoration: underline;
}

.incont5 {
    margin-top: 24px;
    text-align: center;
}

.incont5 input {
    width: 193px;
    height: 46px;
    background-color: #FE7E0E;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.czcd {
    padding-top: 60px;
    font-size: 0;
}

.czcd1 {
    margin-top: 30px;
    position: relative;
    font-size: 0;
}

.czcd1 span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 23.81px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: center;
    color: #2c2c2c;
    white-space: nowrap;
}

.czcd2 {
    margin-top: 30px;
    background-color: #FE7E0E;
    padding: 0 20px;
    font-size: 20px;
    color: #ffffff;
    line-height: 46px;
}

.czcd2 span {
    margin-left: 14px;
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
}

.czcd3 {
    margin-top: 20px;
}

.czcd4 {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.czcd4:first-child {
    margin-top: 0;
}

.czcd5 {
    width: 244px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 25.2px;
    color: #000000;
}

.czcd5 span {
    margin-left: 9px;
    width: 44px;
    height: 24px;
    background-color: #EE3333;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.czcd5 code {
    margin-left: 9px;
    width: 44px;
    height: 24px;
    background-color: #FE7E0E;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.czcd6 {
    flex: 1;
}

.czcd6 input {
    width: 100%;
    max-width: 442px;
    border: 1px solid #CCCCCC;
    padding: 0 8px;
    height: 36px;
    border-radius: 5px;
}

.czcd6 select {
    width: 100%;
    max-width: 160px;
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    padding: 0 8px;
    height: 36px;
    border-radius: 5px;
    outline: none;
}

.czcd7 {
    margin-top: 32px;
    font-size: 14px;
    line-height: 19.6px;
    color: #2c2c2c;
}

.czcd8 {
    flex: 1;
}

.czcd8a {
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.czcd8b {
    flex: 1;
    min-height: 1px;
}

.czcd8b_d {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.czcd8b_d:first-child {
    margin-top: 0;
}

.czcd8c {
    flex: 1;
    height: 38px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    padding: 0 8px;
/*    font-family: Arial;*/
    font-size: 12px;
    line-height: 13.8px;
    color: #000000;
    border-radius: 5px;
}

.czcd8c img {
    margin-right: 14px;
}

.czcd8d {
    cursor: pointer;
    width: 54px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CCCCCC;
/*    font-family: Arial;*/
    font-size: 14px;
    line-height: 16.1px;
    text-align: center;
    color: #000000;
    border-radius: 5px;
    margin-left: 8px;
    box-sizing: border-box;
}

.add {
    font-size: 0;
    margin-left: 8px;
    position: relative;
}

.add input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.czcd9 {
    margin-top: 20px;
}

.czcd9 textarea {
    resize: none;
    width: 100%;
    height: 114px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 8px;
}

.czcd10 {
    margin-top: 54px;
    text-align: center;
}

.czcd10 input {
    width: 260px;
    height: 56px;
    background-color: #FE7E0E;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.czcd11 {
    margin-top: 48px;
    background-color: #F5F5F5;
    padding: 40px;
    font-size: 14px;
    line-height: 25.2px;
    text-align: center;
    color: #000000;
}

.wzxq {
    padding: 60px 0 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    border-bottom: 1px solid #DFDFDF;
}

.wzxq1 {
    margin-top: 40px;
    background-color: #F8F8F8;
    padding: 60px 40px 50px;
}

.wzxq2 {
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}

.wzxq3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
}

.inContact {
    margin-top: 52px;
    font-size: 0;
    text-align: center;
}

.inContact1 {
    margin-top: 36px;
    font-size: 0;
    text-align: center;
}

.inContact2 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 40px;
    color: #000000;
}

.inContact3 {
    margin-top: 40px;
}

.inContact3 ul li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.inContact4 {
    width: 112px;
    padding: 30px 0;
    border-bottom: 1px solid #FE7E0E;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
    color: rgba(49, 50, 51, 0.5);
    text-align: left;
}

.inContact5 {
    width: calc(100% - 170px);
    padding: 30px 0;
    border-bottom: 1px solid #D7DDE0;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
    color: #313233;
    text-align: left;
}

.inContact3 ul li:first-child .inContact4 {
    border-top: 1px solid #FE7E0E;
}

.inContact3 ul li:first-child .inContact5 {
    border-top: 1px solid #D7DDE0;
}

.map {
    margin-top: 90px;
}

.foot_m {
    margin-top: 25px;
    text-align: center;
}

.foot_m a {
    margin: 0 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #ffffff;
}

.foot_m1 {
    margin-top: 30px;
    text-align: center;
}

.foot_m1 a {
    display: inline-block;
    padding: 0 14px;
    border-left: 1px solid #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #ffffff;
}

.foot_m1 a:first-child {
    border-left: 0;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 96;
    width: 100%;
    background-color: #ffffff;
}

.ncontain {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.nhead {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*z-index: 9;*/
}

.ntop {
    background-color: rgba(246, 241, 241, 0.5);
}

.ntop1 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 20px;
    color: #DACEC5;
}

.ntop1 a {
    color: #DACEC5;
}

.ntop2 {
    font-size: 12px;
    line-height: 20px;
    color: #909090;
}

.ntop3 {
    font-size: 12px;
    line-height: 20px;
    color: #8E8A87;
}

.nhead1 {
    padding: 12px 40px 16px;
    display: flex;
    align-items: center;
}

.nlogo {
    font-size: 0;
    margin-right: 124px;
}

.nlogo img {
    width: 227px;
}

.nnav {
    flex: 1;
}

.nnav ul {
    zoom: 1;
}

.nnav ul li {
    float: left;
    padding: 0 15px;
    /*border-left: 1px solid #BCBCBC;*/
    position: relative;
    z-index: 2;
}

.nnav ul li:first-child {
    border-left: 0;
}

.nnav ul li>a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-align: center;
    color: #8E6F4A;
}

.nnav ul li>a span {
    display: block;
    font-size: 12px;
    color: #B29471;
}

.nnav ul li.on>a,
.nnav ul li.on>a:hover,
.nnav ul li>a:hover {
    color: #D65F00;
    opacity: 1;
    filter: opacity(100%);
}

.nnav ul li.on>a span,
.nnav ul li.on>a:hover span,
.nnav ul li>a:hover span {
    color: #D65F00;
}

.nnav_sub {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #FFFFFF;
    padding: 30px;
    width: 510px;
}

.nnav ul li:last-child .nnav_sub {
    width: 200px;
}

.nnav_sub1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nnav_sub1 a {
    display: flex;
    align-items: center;
    height: 37px;
    width: calc(100% / 2);
    font-size: 14px;
    color: #333333;
}

.nnav_sub1 a:hover {
    color: #D65F00;
    text-decoration: underline;
    opacity: 1;
    filter: opacity(100%);
}

.nnav_sub2 a {
    display: flex;
    align-items: center;
    height: 37px;
    font-size: 14px;
    color: #ffffff;
}

.nnav_sub1 a img {
    width: 16px;
    margin-left: 6px;
}

.nnav ul li:hover .nnav_sub {
    display: block;
}

.nbottom {
    background: rgba(15, 8, 2, 0.8);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 15px 0;
}

.nbottom1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nclose {
    position: absolute;
    left: 70px;
    top: 6px;
    font-size: 0;
    cursor: pointer;
}

.nclose img {
    width: 20px;
}

.nbottom2 {
    font-size: 12px;
    color: #fff;
    margin-right: 30px;
    text-align: center;
    line-height: 1;
    margin-top: 5px;
}

.nbottom4 {
    font-size: 14px;
    color: #ffffff;
}

.nbottom5 {
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nbottom5 img {
    width: 22px;
    margin-right: 6px;
}

.nbottom5 a {
    font-size: 16px;
    color: #fff;
    font-family: "Noto Serif JP", serif !important;
    line-height: 1;
}

.nbottom6 {
    margin-left: 30px;
    /*height: 50px;*/
    border-radius: 6px;
    background-color: #08C656;
    box-shadow: 0px 4px 0px 0px rgba(31, 153, 31, 1);
    padding: 14px;
    max-width: 440px;
}

.nbottom6 a {
    display: block;
    position: relative;
    height: 100%;
}

.nbottom7 {
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nbottom7 img {
    width: 25px;
}

.nbottom8 {
    flex: 1;
}

.nbottom9 {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    line-height: 1;
}

.nbottom10 {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    line-height: 1;
    margin-top: 5px;
}

.ncate {
    background-color: #FAF8F8;
    padding: 80px 0;
}

.disnone {
    display: none;
}

.ntitle {
    font-size: 0;
    position: relative;
    text-align: center;
}

.ntitle img {
    height: 45px;
}

.ntitle1 {
    position: absolute;
    right: -37px;
    top: -34px;
    overflow: hidden;
}

.ntitle1 img {
    height: 184px;
    transition: all .5s;
}

.ntitle1:hover img {
    transform: scale(1.03);
}

.ntitle2 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    color: #9A9A9A;
}

.ncate2 {
    margin-top: 56px;
    border-top: 1px solid #BBBBBB;
}

.ncate3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #BBBBBB;
    padding: 24px 15px 24px 20px;
}

.ncate4 {
    font-size: 12px;
    color: #7D7D7D;
    width: 260px;
}

.ncate5 {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.linth {
    height: 36px;
    overflow: hidden;
}

.ncate5 a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D6D6D6;
    height: 26px;
    border-radius: 13px;
    font-size: 12px;
    color: #919191;
    padding: 0 20px;
    margin: 5px 12px 5px 0;
}

.ncate5 a.on {
    background-color: #774933;
    border: 1px solid #774933;
    color: #ffffff;
}

.ncate6 {
    font-size: 0;
}

.ncate6 img {
    width: 24px;
}

.npro {
    margin-top: 60px;
}

.npro ul {
    overflow: hidden;
    font-size: 0;
}

.npro ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 240px)/4);
    margin-top: 10px;
    margin-right: 80px;
    /*background-color: #ffffff;*/
    /*padding: 50px 20px;*/
    position: relative;
}

.npro ul li:nth-child(4n) {
    margin-right: 0;
}

.npro1 {
    font-size: 0;
    text-align: center;
    position: relative;
}

.npro1 image {
    max-height: 211px;
}

.npro2 {
    margin-top: 2px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.6px;
    text-align: center;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #333333;
}

.npro3 {
    margin-top: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.6px;
    text-align: center;
    color: #333333;
}

.npro3 span {
    font-size: 12px;
    font-weight: 500;
}

.npro4 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #F4DEDE;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #5E3513;
    text-align: center;
}

.npro5 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
}

.npro6 {
    margin-top: 12px;
    height: 20px;
    background-color: rgba(244, 222, 222, 0.8);
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #5E3513;
}

.nmore {
    margin-top: 48px;
    text-align: center;
}

.nmore a {
    display: inline-block;
    background-color: #DED4CC;
    width: 246px;
    height: 56px;
    border-radius: 27px;
    text-align: center;
    font-size: 14px;
    line-height: 56px;
    color: #5E3513;
}

.npro ul li a:hover {
    opacity: 1;
}

/*.npro ul li a:hover .npro1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: url(../image/prozz.png) no-repeat;
    background-size: cover;
}*/

.fgimg {
    font-size: 0;
    text-align: center;
}

.nimg {
    padding: 24px 0;
    font-size: 0;
    text-align: center;
}

.nnews {
    margin-top: 60px;
    background-color: #ffffff;
    padding: 40px 100px 60px;
}

.nnews ul li {
    padding: 25px 0;
    border-bottom: 1px solid #DDDDDD;
}

.nnews ul li a {
    display: flex;
    align-items: center;
}

.nnews1 {
    font-size: 15px;
    color: #333333;
    width: 124px;
}

.nnews2 {
    flex: 1;
    font-size: 14px;
    color: #B78760;
}

.nnews ul li:hover a {
    opacity: 1;
}

.nnews ul li:hover .nnews2 {
    color: #774933;
    text-decoration: underline;
}

.nimg1 {
    margin: 80px 0 120px;
    font-size: 0;
    text-align: center;
}

.nimg1 video {
    width: 100%;
    max-width: 880px;
    object-fit: fill;
}

.nshop1 video {
    margin-top: 30px;
    width: 100%;
    object-fit: fill;
}

.nlink {
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
}

.nlink img{
    width: 100%;
}

.nlink1 {
    /* float: left; */
    width: 50%;
    font-size: 0;
    position: relative;
    padding: 6% 0;
    font-family: "Noto Serif JP", serif;
}

.nlink2 {
    position: relative;
    /* left: 0; */
    /* top: 60px; */
    width: 100%;
    padding: 0 50px;
    font-family: "Noto Serif JP", serif !important;
}

.nlink3 {
    font-size: 26px;
    line-height: 56px;
    text-align: center;
    color: #766262;
    font-weight: 600;
    font-family: "Noto Serif JP", serif !important;
}

.nlink1>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nlink3 code {
    font-size: 40px;
    /*    font-family: inherit;*/
    font-family: "Noto Serif JP", serif !important;
}

.nlink3 span {
    display: block;
    margin: 0 auto;
    text-decoration: underline;
    font-family: "Noto Serif JP", serif !important;
}

.nlink4 {
    margin-top: 21px;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #4B3D2C;
    padding-bottom: 40px;
    border-bottom: 1px solid #B6A596;
}

.nlink5 {
    margin-top: 29px;
    font-size: 14px;
    color: #766262;
    text-align: center;
}

.nlink6 {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    line-height: 1;
    color: #766262;
    text-align: center;
}

.nlink6 a {
    color: #766262;
    font-family: "Noto Serif JP", serif !important;
}

.nlink6 img {
    width: 32px;
    margin-right: 20px;
}

.nlink7 {
    margin-top: 20px;
    font-size: 15px;
    color: #766262;
    text-align: center;
}

.nlink8 {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.nlink8a {
    width: 275px;
    padding: 0 24px;
    height: 64px;
    background: #08C656;
    box-shadow: 0px 4px 0px 0px #1F991F;
    display: flex;
    border-radius: 4px;
    align-items: center;
}

.nlink8b {
    font-size: 0;
    margin-right: 12px;
}

.nlink8b img {
    width: 35px;
}

.nlink8c {
    flex: 1;
}

.nlink8d {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}

.nlink8e {
    font-size: 10px;
    text-align: center;
    color: #ffffff;
}

.nlink8f {
    font-size: 0;
    margin-left: 20px;
}

.nlink8f img {
    width: 6px;
}

.nlink8g {
    margin-left: 20px;
    width: 275px;
    padding: 0 24px;
    height: 64px;
    border-radius: 4px;
    background: linear-gradient(91.17deg, #774933 -23.14%, #BB997E 57.19%, #8F624D 120.91%);
    box-shadow: 0px 4px 0px 0px #744F37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

.nlink8g img {
    margin-left: 30px;
    width: 6px;
}

.nlink9 {
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: #524331;
    font-family: "Noto Serif JP", serif !important;
}

.nlink9 span {
    font-size: 40px;
    font-family: "Noto Serif JP", serif !important;
}

.nlink10 {
    margin-top: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #524331;
}

.nlink11 {
    margin-top: 50px;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #4B3D2C;
    padding-bottom: 50px;
    border-bottom: 1px solid #B6A596;
}

.nlink11 span {
    font-weight: 700;
}

.nlink12 {
    font-size: 14px;
    color: #745F5F;
    text-align: center;
}

.disf {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.disf1 {
    flex: 1;
}

.nlink13 {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    line-height: 1;
    color: #766262;
    text-align: center;
    font-family: "Noto Serif JP", serif !important;
}

.nlink13 img {
    width: 24px;
    margin-right: 15px;
}

.nlink13 a {
    color: #766262;
    font-family: "Noto Serif JP", serif !important;
}

.nlink14 {
    margin-top: 20px;
    font-size: 15px;
    color: #745F5F;
    text-align: center;
}

.nlink15 {
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.nlink15a {
    width: 275px;
    padding: 0 24px;
    height: 64px;
    background-color: #08C656;
    border-radius: 4px;
    box-shadow: 0px 4px 0px 0px #1F991F;
    display: flex;
    align-items: center;
}

.nlink15b {
    font-size: 0;
    margin-right: 12px;
}

.nlink15b img {
    width: 35px;
}

.nlink15c {
    flex: 1;
}

.nlink15d {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.nlink15e {
    font-size: 0;
    margin-left: 6px;
}

.nlink15e img {
    width: 6px;
}

.nfooter {
    padding: 64px 0;
}

.nfooter1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nfooter2 {
    max-width: 355px;
}

.nfooter3 {
    font-size: 0;
}

.nfooter3 img {
    width: 227px;
}

.nfooter4 {
    margin-top: 48px;
    font-size: 12px;
    line-height: 160%;
    color: #532C0E;
}

.nfooter5 {
    margin-top: 100px;
    font-size: 0;
}

.nfooter5 img {
    width: 24px;
}

.nfooter6 {
    margin-top: 39px;
    display: flex;
    align-items: flex-start;
}

.nfooter7 {
    margin-left: 60px;
}

.nfooter8 {
    font-weight: 700;
    font-size: 15px;
    color: #774933;
}

.nfooter9 {
    padding-left: 25px;
}

.nfooter9 a {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 160%;
    color: #B78760;
}

.nfooter9 img {
    width: 6px;
    margin-right: 12px;
}

.nfarrow1 {
    display: none;
}

.nfooter9 a:hover {
    color: #774933;
    opacity: 1;
}

.nfooter9 a:hover .nfarrow {
    display: none;
}

.nfooter9 a:hover .nfarrow1 {
    display: block;
}

.nbeian {
    background-color: #F6F1EB;
    font-size: 12px;
    text-align: center;
    color: #796957;
    line-height: 40px;
    margin-bottom: 105px;
}

.ninhead {
    border: 1px solid #ECECEC;
}

.nnintro {
    padding: 12px 0 120px;
}

.naddress {
    display: flex;
    align-items: center;
}

.naddress a {
    font-size: 12px;
    line-height: 180%;
    color: #333333;
}

.naddress a:last-child {
    color: #B78760;
}

.naddress img {
    width: 6px;
    margin: 0 11px;
}

.nnintro1 {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-left: 117px;
}

.nnintro2 {
    font-size: 0;
    margin-left: 40px;
}

.nnintro2 img {
    max-width: 400px;
    max-height: 296px;
}

.nnintro3 {
    flex: 1;
}

.nnintro4 {
    font-size: 32px;
    color: #774933;
}

.nnintro5 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.ninpro {
    padding: 60px 0 120px;
}

.npage {
    margin-top: 40px;
    text-align: center;
}

.npage a {
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CCCCCC;
    width: 50px;
    height: 50px;
    margin: 0 3px;
    border-radius: 5px;
    font-size: 16px;
    color: #774933;
}

.npage a img {
    width: 20px;
}

.npage a.on,
.npage a.page-num-current {
    color: #ffffff;
    background-color: #774933;
    border: 1px solid #774933;
}

.ninitem {
    background-color: #774933;
    padding: 19px 0;
}

.ninitem1 {
    display: flex;
    align-items: center;
    padding-left: 55px;
}

.ninitem2 {
    font-size: 11px;
    color: #ffffff;
    margin-right: 70px;
}

.ninitem3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ninitem3 a {
    border: 1px solid #FFFFFF;
    border-radius: 13px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    margin-right: 12px;
    margin: 5px 12px 5px 0;
}

.ninitem3 a.on {
    opacity: .5;
    filter: opacity(50%);
}

.nintitle {
    padding: 12px 0 80px;
}

.nintitle1 {
    padding-left: 118px;
    margin-top: 64px;
}

.nintitle2 {
    font-size: 16px;
    color: #774933;
}

.nintitle3 {
    margin-top: 19px;
    font-size: 32px;
    color: #774933;
}

.ninews {
    background-color: #FAF8F8;
    padding: 80px 0 130px;
}

.ninews1 {
    background-color: #ffffff;
    padding: 76px 150px 100px;
}

.ninews1 ul li {
    list-style-type: none;
    padding: 24px 0;
    border-bottom: 1px solid #CCCCCC;
}

.ninews1 ul li a {
    display: flex;
    align-items: center;
}

.ninews2 {
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    margin-right: 24px;
}

.ninews3 {
    flex: 1;
    font-size: 16px;
    line-height: 180%;
    color: #774933;
}

.nnewsDeta {
    padding: 100px 150px;
    background-color: #ffffff;
}

.nnewsDeta1 {
    font-size: 18px;
    line-height: 180%;
    color: #000000;
}

.nnewsDeta2 {
    margin-top: 60px;
    font-size: 18px;
    line-height: 180%;
    color: #333;
}

.privacy {
    padding: 80px 0 120px;
    background-color: #FAF8F8;
}

.privacy1 {
    background-color: #ffffff;
    padding: 100px 150px 120px;
}

.privacy2 {
    font-size: 16px;
    line-height: 180%;
    color: #333333;
}

.privacy3 {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin: 100px 0 16px;
}

.nshop {
    padding: 120px 0;
    background-color: #FAF8F8;
}

.nshop1 {
    font-size: 0;
    text-align: center;
}

.nshop1 img {
    width: auto;
}

.xgbj {
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.xgbj1 {
    width: 100%;
    max-width: 500px;
}

.nshop2 {
    margin-top: 17px;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
}

.nshop3 {
    margin-top: 40px;
    border-top: 1px solid #CCCCCC;
}

.nshop3 ul li {
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: flex-start;
    padding: 14px 0;
}

.nshop4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    color: #333333;
    width: 192px;
}

.nshop5 {
    font-size: 18px;
    line-height: 180%;
    color: #333333;
    flex: 1;
}

.nshop6 {
    width: 100%;
    max-width: 600px;
}

.ntjym {
    background-color: #FAF8F8;
    padding: 100px 0 120px;
}

.ntjym1 {
    background-color: #ffffff;
    padding: 100px 150px 120px;
}

.ntjym2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    line-height: 1;
    color: #766262;
    text-align: center;
}

.ntjym2 img {
    width: 32px;
    margin-right: 20px;
}

.ntjym3 {
    margin-top: 5px;
    font-size: 15px;
    color: #766262;
    text-align: center;
}

.ntjym4 {
    margin-top: 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 180%;
    color: #333333;
}

.ntjym4 span {
    margin-left: 10px;
    display: block;
    width: 40px;
    height: 20px;
    background-color: #774933;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
}

.ntjym5 {
    margin-top: 9px;
}

.ntjym5 label {
    margin-top: 6px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 180%;
    color: #333333;
}

.ntjym5 label input {
    margin-right: 10px;
}

.ntjym6 {
    margin-top: 8px;
}

.ntjym6 input {
    border: 1px solid #CCCCCC;
    padding: 0 24px;
    font-size: 16px;
    height: 44px;
    border-radius: 5px;
    width: 100%;
}

.ntjym7 {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 180%;
    color: #000000;
}

.ntjym7 a {
    margin: 0 0 0 5px;
    color: #774933;
    text-decoration: underline;
}

.ntjym8 {
    margin-top: 36px;
    text-align: center;
}

.ntjym8 input {
    width: 172px;
    height: 42px;
    background-color: #774933;
    font-size: 12px;
    color: #ffffff;
}

.ntips {
    margin-top: 50px;
    font-size: 18px;
    line-height: 180%;
    color: #333333;
}

.yysns {
    padding-bottom: 40px;
}

.yysns1 {
    width: 96%;
    max-width: 785px;
    margin: 0 auto;
}

.yysns2 {
    font-size: 32px;
    text-align: center;
    color: #774933;
    line-height: 1;
}

.yysns3 {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
    color: #774933;
    line-height: 1;
}

.yysns4 {
    overflow: hidden;
}

.yysns5 {
    float: left;
    width: calc((100% - 50px)/2);
    margin-right: 50px;
    margin-top: 40px;
}

.yysns5:nth-child(2n) {
    margin-right: 0;
}

.yysns6 {
    height: 251px;
    border: 2px solid #00C300;
    padding: 24px 24px 0;
    box-sizing: border-box;
}

.yysns7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yysns7a {
    flex: 1;
}

.yysns7b {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #323232;
}

.yysns7c {
    margin-top: 6px;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    color: #00C300;
}

.yysns7d {
    margin-left: 19px;
    font-size: 0;
}

.yysns7d img {
    width: 120px;
    background-color: #ffffff;
}

.yysns8 {
    margin-top: 20px;
}

.yysns8 a {
    height: 57px;
    border-radius: 6px;
    background-color: #00C300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0px 6px 0px 0px #155D15;
}

.yysns8 img {
    margin-right: 20px;
    width: 34px;
}

.yysns9 {
    margin-top: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #333333;
}

.yysns10 {
    height: 251px;
    background: linear-gradient(180deg, #1DAB61 0%, #199556 100%);
    padding: 24px 24px 0;
    box-sizing: border-box;
}

.yysns11 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yysns11a {
    flex: 1;
}

.yysns11b {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.yysns11c {
    margin-top: 6px;
    padding-left: 9px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #fff;
}

.yysns7d img {
    width: 120px;
    background-color: #ffffff;
}

.yysns12 {
    margin-top: 20px;
}

.yysns12 a {
    height: 57px;
    border-radius: 6px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    color: #1DA860;
    box-shadow: 0px 6px 0px 0px #0E5B33;
}

.yysns12 img {
    margin-right: 20px;
    width: 31px;
}

.yysns13 {
    height: 251px;
    background: url(../image/yysnsbg.png) no-repeat;
    background-size: cover;
    padding: 20px 20px 0;
    box-sizing: border-box;
}

.yysns14 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yysns14a {
    flex: 1;
}

.yysns14b {
    font-size: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #999999;
    line-height: 1;
}

.yysns14b img {
    width: 70px;
}

.yysns14c {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

.yysns14c img {
    width: 12px;
    margin-top: 2px;
}

.yysns14d {
    margin-top: 8px;
    font-size: 12px;
    color: #B4B4B4;
    line-height: 12px;
}

.yysns15 {
    height: 251px;
    background: url(../image/yysnsbg1.png) no-repeat;
    background-position: left top;
    background-size: 100% auto;
    padding: 24px 24px 0;
    box-sizing: border-box;
    border: 2px solid #2BB04A;
}

.yysns16 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yysns16a {
    flex: 1;
}

.yysns16b {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.yysns16c {
    padding-left: 30px;
    margin-top: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.yysns14c img {
    width: 12px;
    margin-top: 2px;
}

.yysns14d {
    margin-top: 8px;
    font-size: 12px;
    color: #B4B4B4;
    line-height: 14px;
}

.yysns16d {
    margin-top: 37px;
    font-size: 0;
    line-height: 1;
    padding-left: 36px;
}

.yysns16d img {
    width: 67px;
}

.yysns16e {
    padding-left: 12px;
    width: 127px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #141414;
}

.yysns17 {
    height: 251px;
    background: url(../image/yysnsbg2.png) no-repeat;
    background-position: left top;
    background-size: 100% auto;
    padding: 24px 24px 0;
    box-sizing: border-box;
}

.yysns17 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.yysns17 a:hover {
    opacity: 1;
}

.yysns17 .yysns16 {
    width: 100%;
    height: 100%;
    flex-direction: row-reverse;
    align-items: center;
}

.nhsgy {
    background-color: #FAF8F8;
    padding: 80px 0 120px;
}

.nhsgy1 {
    background-color: #ffffff;
    padding: 80px 155px 42px;
}

.nhsgy2 {
    border: 1px solid #D7CABA;
    border-bottom: 0;
    width: 100%;
}

.nhsgy3 {
    display: flex;
    border-bottom: 1px solid #D7CABA;
}

.nhsgy4 {
    display: flex;
    align-items: center;
    padding: 0 24px;
    font-size: 16px;
    width: 265px;
    background-color: #FAF8F8;
    color: #5E3513;
    border-right: 1px solid #D7CABA;
}

.nhsgy5 {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 12px 24px;
    min-height: 100px;
    font-size: 16px;
    color: #000000;
}

.language {
    width: 94px;
    height: 36px;
    /*background-color: #FFFFFF;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.language span {
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #A69B91;
    margin: 0 10px;
}

.language a {
    font-size: 14px;
    letter-spacing: 0.6px;
    color: #333333;
}

.language a.on {
    color: #8C572B;
}

.faq {
    padding: 80px 0;
    background-color: #FAF8F8;
}

.faq1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.faq2 {
    width: calc((100% - 100px)/3);
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 147px;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px rgba(63, 33, 7, 0.1);
}

.faq2:nth-child(3n) {
    margin-right: 0;
}

.faq4 {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #5E3513;
}

.faq5 {
    margin-top: 16px;
    font-size: 13px;
    text-align: center;
    color: #5E3513;
}

.faq2.on {
    background-color: #5E3513;
    box-shadow: 0px 4px 4px 0px rgba(63, 33, 7, 0.1);
}

.faq2.on .faq4 {
    color: #FFFFFF;
}

.faq2.on .faq5 {
    color: #FFFFFF;
}

.falist {
    margin-top: 60px;
    background-color: #FFFFFF;
    padding: 77px 80px 80px;
}

.falist1 {
    font-size: 14px;
    color: #333333;
}

.falist1 span {
    font-size: 20px;
}

.falist2 {
    margin-top: 32px;
}

.falist2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.falist2 ul li {
    width: calc((100% - 40px)/2);
    border-top: 1px solid #DFCDBF;
    padding: 20px;
}

.falist3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.falist4 {
    font-size: 0;
    margin-right: 19px;
}

.falist4 img {
    width: 32px;
}

.falist5 {
    flex: 1;
    font-size: 16px;
    color: #5E3513;
}

.falist6 {
    font-size: 0;
}

.falist6 img {
    width: 32px;
}

.fqzk {
    display: none;
}

.falist7 {
    margin-top: 24px;
    display: none;
    align-items: flex-start;
}

.falist2 ul li.on {
    background-color: #FEF9F5;
}

.falist2 ul li.on .fqsq {
    display: none;
}

.falist2 ul li.on .fqzk {
    display: block;
}

.falist2 ul li.on .falist7 {
    display: flex;
}

.ennbottom {
    position: relative;
}

.ennbottom1 {
    text-align: center;
}

.ennbottom1 span {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    margin: 0 12px;
}

.ennbottom1 img {
    width: 22px;
    margin-right: 8px;
}

.ennbottom2 {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ennbottom3 {
    margin-right: 20px;
}

.ennbottom4 {
    text-align: center;
    font-size: 12px;
    line-height: 160%;
    color: #8F8F8F;
}

.ennbottom5 {
    text-align: center;
    font-size: 38.07px;
    line-height: 160%;
    color: #FF7C00;
}

.ennbottom5 img {
    width: 21px;
    margin-right: 8px;
}

.ennbottom5 a {
    color: #FF7C00;
}

.ennbottom6 {
    margin-right: 17px;
}

.ennbottom6 a {
    display: flex;
    width: 302px;
    align-items: center;
    padding: 0 25px;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    background: linear-gradient(184.47deg, #31DF43 4.51%, #278436 121.25%);
    height: 50px;
    border-radius: 6px;
    box-shadow: 0px 3px 0px 0px #21772B;
}

.ennbottom6 a img {
    margin-right: 36px;
    width: 30px;
}

.ennbottom7 a {
    display: flex;
    width: 302px;
    align-items: center;
    padding: 0 10px;
    font-weight: 600;
    font-size: 22px;
    color: #129412;
    background: #FFFFFF;
    height: 50px;
    border-radius: 6px;
    box-shadow: 0px 3px 0px 0px #21772B;
}

.ennbottom7 a img {
    margin-right: 87px;
    width: 35px;
}

.enlink {
    padding: 100px 0;
    background: url(../image/enaboutbg.png) no-repeat;
    background-size: cover;
}

.enlink1 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.enlink2 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #532C0E;
}

.enlink3 {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
}

.enlink4 {
    font-size: 0;
    margin-right: 53px;
}

.enlink4 img {
    width: 589px;
}

.enlink5 {
    max-width: 680px;
}

.enlink6 {
    font-size: 16px;
    line-height: 160%;
    color: #333333;
}

.enlink6 img {
    width: 22px;
}

.enlink7 {
    margin-top: 44px;
    font-weight: 500;
    font-size: 32px;
    line-height: 80px;
    text-align: center;
    color: #532C0E;
    border-bottom: 1px solid #C8BAB3;
}

.enlink8 {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enlink9a {
    font-size: 48px;
    line-height: 160%;
    color: #7C5C3A;
    text-align: center;
}

.enlink9a a {
    color: #7C5C3A;
}

.enlink9b {
    font-weight: 350;
    font-size: 15px;
    line-height: 160%;
    color: #7C5C3A;
    text-align: center;
}

.enlink10 {
    margin: 0 36px;
}

.enlink10 a {
    display: flex;
    align-items: center;
    background: linear-gradient(184.47deg, #31DF43 4.51%, #278436 121.25%);
    box-shadow: 0px 4px 0px 0px #1D7329;
    padding: 0 33px;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    border-radius: 4px;
    height: 74px;
    width: 360px;
}

.enlink10 img {
    width: 37px;
    margin-right: 73px;
}

.enlink11 a {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 0px 0px #30A830;
    padding: 0 27px;
    font-weight: 600;
    font-size: 22px;
    color: #129412;
    border-radius: 4px;
    height: 74px;
    width: 360px;
}

.enlink11 img {
    width: 47px;
    margin-right: 91px;
}

.picUL {
    position: relative;
    padding-bottom: 4%;
}

.picUL .swiper-slide {
    border: 1px solid #DECDB6;
}

.picUL .swiper-slide>a {
    display: block;
    padding: 4%;
    border-radius: 2px;
}

.picUL .swiper-slide>a img {
    width: 100%;
}

.picUL .swiper-button-next:after,
.picUL .swiper-button-prev:after {
    color: #D0C4B9;
}

.picUL .swiper-pagination-bullet {
    border: 1px solid #E4D4C5;
    background-color: #fff;
    width: 10px;
    height: 10px;
}

.picUL .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #E4D4C5;
    background-color: #E4D4C5;
    opacity: 1;
    filter: opacity(100%);
}

.nfooter5>a {
    display: inline-block;
    margin-right: 10px;
}

.npro10 {
    background-color: #F4DEDECC;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #5E3513;
    margin-top: 10px;
}

.npro10 span {
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    text-align: center;
    color: #5E3513;
}

.menu_md {
    border-top: 1px solid #ECECEC
}

.menu_m2 ul li .menu_msub1 {
    line-height: 50px;
    margin-bottom: 10%;
}

.menu_m2 ul li .menu_msub1>a {
    padding: 0;
    display: inline-block;
    width: calc(100% / 2 - 10px);
    border: none;
}

.menu_m_button {
    margin-top: 8%;
}

.menu_m_button .nbottom6 {
    margin-bottom: 3%;
    padding: 12px 14px;
}

.menu_m_button .nbottom6:nth-child(1) {
    background: linear-gradient(91.17deg, #774933 -23.14%, #BB997E 57.19%, #8F624D 120.91%);
    box-shadow: 0px 4.15px 0px 0px #744F37;
}

.menu_m_button .nbottom6:nth-child(2) {
    box-shadow: 0px 4.15px 0px 0px #2A6D32;
}

.menu_m_button .nbottom6:nth-child(3) {
    background: #128C7E;
    box-shadow: 0px 4.15px 0px 0px #085149;
}

.menu_m_button .nbottom6>a {}

.menu_m_button .nbottom7 img {
    width: auto;
    max-width: 30px;
}

.menu_m_button .nbottom9 {
    font-size: 18px;
}
.menu_m_button .nbottom10 {
    font-size: 14px;
}

.nbottom6.bgg1 a {
    display: flex;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.nbottom6.bgg1 a .nbottom7 {
    position: static;
    transform: translateY(0);
    margin-right: 10px;
}