@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url("../Fonts/HarmonyOS_Sans_SC_Regular.ttf");
    font-display: swap;
}

body {
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

@media (max-width: 1024px) {
    .root-w-1400 .auto {
        width: 90%;
    }
}

/*homeTitle*/
.homeTitle {
    text-align: center;
    margin-bottom: 1.875em;
    line-height: 1;
}

.homeTitle .en {
    font-size: 5em;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(167, 138, 80, 0.25);
    -webkit-text-fill-color: transparent;
}

.homeTitle .cn {
    font-size: 2.5em;
    color: #a78a50;
    font-weight: bold;
    margin-top: -1em;
}

.homeTitle.white .en {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
    -webkit-text-fill-color: transparent;
}

.homeTitle.white .cn {
    color: #fff;
}

@media (max-width:768px) {
    .homeTitle .en {
        font-size: 3.25em;
    }

    .homeTitle .cn {
        margin-top: -.5em;
    }
}

/*header */
.header {
    position: fixed;
    z-index: 100;
    left: 0;
    width: 100%;
    top: 0;
    background: #fff;
}

.header .auto {
    position: relative;
    z-index: 3;
}

.header .logo {
    display: table;
}

.header .logo a {
    display: table-cell;
    vertical-align: middle;
}

.header .top-right {
    position: absolute;
    right: 0;
    top: 0;
    display: table;
}

.header .top-right>* {
    display: table-cell;
    vertical-align: middle;
}

.header .top-right dd a:not(:hover) {
    color: #888;
}

.header .top-right dd a:not(:last-child):after {
    width: 1px;
    height: 0.625em;
    background-color: #d9d9d9;
    display: inline-block;
    content: '';
    margin: 0 0.625em;
}


.header menu li span,
.header menu li span a {
    display: block;
}

.header menu li span {
    position: relative;
    z-index: 2;
}

.header menu li span:after {
    position: absolute;
    content: '';
    left: 50%;
    height: 0.25em;
    background-color: #a78a50;
    transform: translateX(-50%);
    transition: 0.3s;
    bottom: 0;
    width: 0;
}

.header menu li span a:hover,
.header menu li.aon span a,
.header menu li .sub a:hover{
    color: #a78a50;
}

.header menu li:hover span:after,
.header menu li.aon span:after {
    width: 100%;
}

.header menu li span a {
    font-size: 1.125em;
}

@media (min-width:769px) {
    .header_fixed {
        box-shadow: 0 0 1.25em rgb(0 0 0 / 15%);
    }
}

@media (min-width:1025px) {
    .header header {
        padding: 0 0 0 20%;
    }

    .header menu {
        margin: 0 0 0 auto;
        display: table;
    }

    .header menu li {
        float: left;
    }

    .header menu li+li {
        margin-left: 3.75vw;
    }

    .header menu li span a {
        line-height: 5.555;
    }

    .header .logo {
        max-width: 25%;
        position: absolute;
        left: 0;
        top: 0;
        height: 6.25em;
    }

    .header .logo img {
        height: 3.75em;
    }

    .header .top-right {
        height: 6.25em;
    }
    
    .header menu li .sub{
        position: absolute; 
        top: 100%; 
        background-color: #fff;
        border-radius: 0 0 5px 5px; 
        overflow: hidden;
    }
}

@media (max-width:1024px) {
    .header menu {
        position: absolute;
        right: 0;
        top: 100%;
        width: 200px;
        padding: 0.625em;
        background: #fff;
        box-shadow: 0 0 1.25em rgb(0 0 0 / 15%);
        border-radius: 0.625em;
        visibility: hidden;
        transform: translateY(5em);
        transition: 0.3s;
        opacity: 0;
    }

    .menu-show .header menu {
        transform: translateY(0);
        opacity: 1;
        visibility: inherit;
    }

    .header menu li span a {
        padding: 0.5em 0;
        text-align: center;
    }

    .header .logo {
        max-width: 50%;
        height: 4em;
    }

    .header .top-right {
        height: 4em;
    }

    .header .top-right dd {
        font-size: 0.875em;
    }

    .header .top-right dt {
        padding-left: 1em;
    }

    .header .open-menu {
        display: block;
        width: 2em;
        height: 2em;
    }

    .header .open-menu i {
        background-color: #a78a50;
    }

    .header .open-menu:not(.on) i:nth-child(1) {
        margin-top: -0.625em;
    }

    .header .open-menu:not(.on) i:nth-child(3) {
        margin-top: calc(0.625em - 3px);
    }
    
    .header .has-sub span .op:before,
    .header .has-sub span .op:after{background-color: #a78a50;}
    .header menu li .sub{background-color: rgba(0,0,0,0.1);}
}



/*Ban */
.Ban {
    position: relative;
    z-index: 1;
}

.Ban li.slick-slide {
    position: relative;
}

@media(min-width:1025px) {
    .Ban .wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .Ban .pc {
        display: none;
    }
}

.Ban .slick-arrow {
    position: absolute;
    bottom: 13%;
    z-index: 10;
    right: calc((100% - 1400px)/2);
    background: url(../images/arrow.svg) no-repeat center center #debb75;
    background-size: auto 15px;
    box-shadow: 0 5px 50px rgb(0 0 0 / 10%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.Ban .slick-prev {
    transform: rotate(-180deg);
    background-image: url(../images/arrow02.svg);
    background-color: #fff;
    margin-right: 80px;
}

@media(max-width:1400px) {
    .Ban .slick-arrow {
        right: 5%;
        width: 50px;
        height: 50px;
        background-size: auto 10px;
    }

    .Ban .slick-prev {
        margin-right: 60px;
    }
}

@media(max-width:640px) {
    .Ban .slick-arrow {
        bottom: 3%;
    }
}

/*Floor1*/
.Floor1 {
    background: url(../images/Floor1-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 18vw;
    padding-bottom: 35vw;
    margin-top: -13.54vw;
}

.Floor1 .auto {
    position: relative;
    z-index: 5;
}

.About .desc {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 3em auto;
    font-size: 1.125em;
    color: #666;
    line-height: 1.5;
}

.About .column-box li {
    position: relative;
    display: block;
    color: #fff;
    padding: 4.875em 4em;
    border-radius: 1.25em;
    transition: 0.3s;
}

.About .column-box li svg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.About .column-box li .icon {
    width: 5.25em;
    height: 5.25em;
    text-align: center;
    position: absolute;
    left: 3.25em;
    top: -2.5em;
}

.About .column-box li .icon img {
    height: 2.75em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}

.About .column-box li:hover .icon img {
    transform: translate(-50%, -65%) scale(1.15);
}

.About .column-box li .tit {
    font-size: 1.5em;
}

.About .column-box li .info {
    line-height: 1.75;
    margin-top: 1.125em;
    height: 3.5em;
}

@media (min-width:1025px) {
    .About .column-box li {
        float: left;
        width: calc((100% - 2.5em*2)/3);
    }

    .About .column-box li:not(:nth-child(3n)) {
        margin-right: 2.5em;
    }
}

@media (max-width:1024px) {
    .About .column-box li:not(:last-child) {
        margin-bottom: 1.5em;
    }
}

/*Floor2 */
.Floor2 {
    position: relative;
    z-index: 2;
    text-align: center;
    background: url(../images/Floor2-bg.jpg) repeat-y center top;
    background-size: auto;
}

.Floor2:before,
.Floor2:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.Floor2:before {
    top: -33.854vw;
    height: 33.854vw;
    background-image: url(../images/Floor2-line1.png);
}

.Floor2:after {
    bottom: -13.28125vw;
    height: 13.28125vw;
    background-image: url(../images/Floor2-line2.png);
}

.Floor2 .auto {
    position: relative;
    top: -8vw;
}

.Floor2,
.Floor2 a {
    color: #fff;
}

.Floor2 .box {
    margin: 0 -1.25em;
}

.Floor2 .box li a {
    display: block;
    position: relative;
    margin: 0 1.25em;
    background: #f08e34;
    border-radius: 1.25em;
    overflow: hidden;
    padding: 1.5em;
}

.Floor2 .box li .pic {
    border-radius: 1.25em;
    overflow: hidden;
    border: 0.375em solid #ffa645;
}

.Floor2 .box li .Ispic {
    padding-bottom: 55%;
}

.Floor2 .box li .txt {
    margin-top: 2px;
    padding: 1.75em 1.5em 1.25em 1.5em;
    background: #fff;
    color: #f08e34;
    font-size: 1.5em;
    border-radius: 0.625em;
    position: relative;
}

.Floor2 .box li .txt:before {
    position: absolute;
    content: "";
    left: 0;
    top: -1em;
    width: 70%;
    height: 1.75em;
    background: url(../images/Floor2-line.png) repeat-x left center;
}

.Floor2 .box li .txt:after {
    position: absolute;
    content: "";
    right: 1.75em;
    top: -1.25em;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background: url(../images/arrow.svg) no-repeat center center #ef8d34;
    background-size: auto 0.875em;
}

.Floor2 .tab-dots {
    overflow: hidden;
    padding-top: 2em;
    margin-bottom: 2vw;
    background: url(../images/Floor2-line-xv.png) no-repeat center center;
    background-size: contain;
}

.Floor2 .tab-dots li {
    position: relative;
    list-style: none;
    line-height: 2.25;
    text-align: center;
    padding: 2em 0 4.5em 0;
    width: 7.5em;
    margin: 0 5vw;
    color: #88c84d;
    font-size: 1.125em;
    cursor: pointer;
    background: url(../images/Floor2-tab-bg.png) no-repeat center center;
    background-size: contain;
}

.Floor2 .tab-dots li:nth-child(2n) {
    top: -2em;
}

.Floor2 .tab-dots li.slick-active {
    color: #fff;
    background-image: url(../images/Floor2-tab-active-bg.png);
}

.Floor2 .tab-dots li .icon img {
    height: 2.5em;
}

.Floor2 .tab-dots li.slick-active .icon .on,
.Floor2 .tab-dots li:not(.slick-active) .icon .off {
    display: none;
}

@media(min-width:1025px) {
    .Floor2 .tab-dots li {
        display: inline-block;
    }
}

@media(max-width:1024px) {
    .Floor2 .auto {
        top: -5vw;
    }

    .Floor2 .tab-dots {
        overflow: auto;
        white-space: nowrap;
    }

    .Floor2 .tab-dots li {
        display: inline-block;
    }

    .Floor2 .box {
        padding-bottom: 50px;
    }

    .Floor2 .box .slick-arrow {
        position: absolute;
        left: 50%;
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        border-radius: 50%;
        bottom: 0;
    }

    .Floor2 .box .slick-arrow:before {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        left: 50%;
        top: 50%;
        margin: -6px 0 0 -8px;
    }

    .Floor2 .box .slick-prev {
        margin-left: -60px;
        transform: rotateY(180deg);
    }

    .Floor2 .box .slick-next {
        margin-left: 20px;
    }
}

@media(max-width:640px) {
    .Floor2 .box {
        padding-bottom: 10vw;
    }

    .Floor2 .box .slick-arrow {
        width: 8vw;
        height: 8vw;
    }

    .Floor2 .box .slick-arrow:before {
        width: 2vw;
        height: 2vw;
        margin: -1vw 0 0 -1vw;
    }

    .Floor2 .box .slick-prev {
        margin-left: -10vw;
    }

    .Floor2 .box .slick-next {
        margin-left: 4vw;
    }
}

/*Floor3 */
.Floor3 {
    padding: 22vw 0 18vw 0;
    background: url(../images/Floor3-bg.jpg) no-repeat center top;
    background-size: cover;
}

@media(min-width:1025px) {
    .Floor3 .box {
        height: 20em;
    }

    .Floor3 .box-left {
        float: left;
        width: 62.857%;
    }

    .Floor3 .box-right {
        float: right;
        width: 32.857%;
    }
}

.Floor3 .box {
    position: relative;
}

.Floor3 .box h2 {
    margin: 0 0 1em 0;
    font-size: 1.25em;
    color: #333;
}

.Floor3 .box-left {
    border-radius: 1.25em;
    overflow: hidden;
    padding: 2.5em;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.15);
}

.Floor3 .box-left li {
    position: relative;
    line-height: 2.5;
    border-bottom: 1px solid #eee;
}

.Floor3 .box-left li a {
    color: #666;
}

.Floor3 .box-left li a:hover {
    color: #a78a50;
}

.Floor3 .box-left li time {
    float: right;
    font-size: 0.875em;
    color: #999;
}

.Floor3 .box-right {
    text-align: center;
}

.Floor3 .box-right ul {
    display: table;
    width: 100%;
    height: 100%;
}

.Floor3 .box-right ul li {
    display: table-cell;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    border-radius: 1.25em;
    overflow: hidden;
}

.Floor3 .box-right ul li:nth-child(1) {
    background-image: url(../images/Floor3_rightbg1.jpg);
    box-shadow: 0px 20px 45px -10px rgba(101, 194, 220, 0.6);
}

.Floor3 .box-right ul li:nth-child(3) {
    background-image: url(../images/Floor3_rightbg2.jpg);
    box-shadow: 0px 20px 45px -10px rgba(242, 200, 83, 0.6);
}

.Floor3 .box-right ul li.no {
    vertical-align: middle;
}

.Floor3 .box-right ul li:not(.no) {
    width: 47.5%;
    padding: 3.25em;
}

.Floor3 .box-right .icon {
    margin-bottom: 2em;
}

.Floor3 .box-right .icon img {
    height: 4em;
    transition: 0.3s ease-in-out;
}

.Floor3 .box-right .tit {
    color: #fff;
    font-size: 1.5em;
}

.Floor3 .box-right .more {
    display: inline-block;
    margin-top: 1.5em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #fff;
    background-size: auto 0.875em;
    background-position: center;
    background-repeat: no-repeat;
}

.Floor3 .box-right ul li:nth-child(1) .more {
    background-image: url(../images/arrow01.svg);
}

.Floor3 .box-right ul li:nth-child(3) .more {
    background-image: url(../images/arrow02.svg);
}

.Floor3 .box-right li:hover .icon img {
    transform: scale(1.15);
}

@media(max-width:1024px) {
    .Floor3 .box-right {
        margin-top: 1.5em;
    }
}

/*Floor4*/
.Floor4 {
    position: relative;
    text-align: center;
    background: url(../images/Floor4-bg.jpg) repeat-y center top;
    background-size: auto;
    padding: 8vw 0 22vw 0;
}

.lsh {
    padding:6vw 0;
}

.lsh .title {
    text-align: center;
    font-size: 2.625em;
    color: #fff;
    line-height: 1;
    margin-bottom: 3%;
}

.Floor4:before {
    position: absolute;
    content: "";
    left: 0;
    top: -17.259vw;
    width: 100%;
    height: 17.259vw;
    background: url(../images/Floor4-line.png) no-repeat center top;
    background-size: cover;
}

.lsh:before {
    display: none
}

.Floor4 ul{max-width: 80%;margin: 5% auto 0;}

.Floor4 li {
    color: #fff;
    text-align: left;
    line-height: 1.25;
    border-radius: 8.75em;
    background: rgba(19,145,231);
    transition: 0.3s;
}

.Floor4 li .tit {
    width: 22%;
    background: #1391e7;
    border-radius: 8.75em 0 0 8.75em;
    border-right: 1px solid rgba(255,255,255,.2)
}

.Floor4 li .tit img{
    max-width: 50px;
    margin-right:10px
}

.Floor4 li span {
    font-size: 1.25em;
    padding: 1.5em 1.5em 1.5em 3em;
}

.Floor4 li:hover {
    
}

@media (min-width:1025px) {
    .Floor4 li {
        margin: 1.25em 0;
    }
}

@media(max-width:1024px){
    .Floor4 ul{max-width: 100%;}
    
    .Floor4 li {
        margin-bottom: 10px;
        border-radius: 0;
    }
    
    .Floor4 li span {
        display: block;
        width: 100%;
    }
    
    .Floor4 li .tit {
        width: 100%;
        text-align: left;
        border-right: none;
        border-radius: 0;
        border-bottom: 1px solid rgba(255,255,255,.2)
    }
    
    .Floor4 li .tit img{
        max-width: 30px;
    }
    
}

/*footer */
.footer {
    background-color: #debb75;
    padding-bottom: 3em;
    position: relative;
}

.footer:before {
    position: absolute;
    content: "";
    left: 0;
    top: -23.125vw;
    width: 100%;
    height: 23.125vw;
    background: url(../images/footer-bg.png) no-repeat center top;
    background-size: cover;
}

.home .footer:before {
    background-image: url(../images/home-footer-bg.png);
}

.footer .top {
    padding-bottom: 3em;
}

.footer .top .right {
    max-width: 110px;
}

.footer .top .right img {
    border: 5px solid #fff;
    border-radius: 0.3125em;
    overflow: hidden;
}

.footer .top .right aside {
    color: #fff;
    font-size: 0.75em;
    margin-top: 1em;
    line-height: 1.25;
    text-align: center;
    padding: 0 1em;
}

.footer .top .logo {
    display: table;
}

.footer .top .logo>* {
    display: table-cell;
    vertical-align: bottom;
}

.footer .top .logo dt {
    padding-right: 4.5em;
}

.footer .top .logo dd {
    color: #fff;
    line-height: 1;
    padding-bottom: 0.75em;
}

.footer .top .logo dd a {
    display: inline-block;
    color: #fff;
}

.footer .top .logo dd a span {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
}

.footer .top .logo dd a:not(:last-child):after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 1em;
    background: #fff;
    margin: 0 1em;
    vertical-align: middle;
}

.footer .bottom {
    padding: 2em 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    font-size: 0.875em;
}

.footer .bottom,
.footer .bottom a {
    color: #fff;
}

.footer .bottom dd a:not(:last-child):after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 1.25em;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 1.25em;
    vertical-align: middle;
}

@media(max-width:1024px) {
    .footer .top {
        padding: 3em 0 1.5em 0;
    }

    .footer .top .logo {
        margin: 0 auto;
        display: inline-block;
        text-align: center;
    }

    .footer .top .logo>* {
        display: inline-block;
    }

    .footer .top .logo dt {
        padding-right: 0;
        max-width: 60%;
        padding-bottom: 1em;
    }

    .footer .top .right {
        display: table;
        margin: 1em auto 0 auto;
    }

    .footer .bottom {
        text-align: center;
        padding: 1em 0;
    }

    .footer .bottom dd {
        padding-top: 1em;
    }
}

/*Banner */
.Banner {
    position: relative;
}

.Banner::after {
    position: absolute;
    content: '';
    width: 100%;
    background: url(../images/Banner_banbg.png) no-repeat center bottom;
    background-size: 100% auto;
    height: 13.54vw;
    left: 0;
    bottom: 0;
    z-index: 3;
}

@media(min-width:1025px) {
    .Banner figure {
        height: 800px;
    }

    .Banner img {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner figure {
        display: none;
    }

    .Banner img {
        width: 100%;
        display: block;
    }
}

.container {
    padding-top: 6vw;
    padding-bottom: 20vw;
    position: relative;
    z-index: 10;
}

.About_container{
    padding-bottom: 3vw;
}

.container .box {
    margin-bottom: 5%;
}

.container .title {
    text-align: center;
    font-size: 2.625em;
    color: #a78a50;
    line-height: 1;
    margin-bottom: 3%;
}

/*Menu*/
.Menu {
    text-align: center;
}

.Menu .title {
    font-size: 2.625em;
    color: #a78a50;
    line-height: 1;
    margin-bottom: 3%;
}

.Menu nav {
    margin-bottom: 3%;
}

.Menu nav ul li {
    padding: 0 0.625em;
    display: inline-block;
}

.Menu nav ul li a {
    display: block;
    min-width: 10em;
    height: 2.875em;
    line-height: 2.875em;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 2.875em;
    background: #fff;
    box-shadow: 0 5px 50px rgb(0 0 0 / 10%);
}

.Menu nav ul li.on a,
.Menu002217 nav ul li a:hover {
    color: #fff;
    background: #debb75;
}

@media(max-width:640px) {
    .Menu nav ul li {
        width: 100%;
        margin: 0 0 1px;
        display: block;
    }

    .Menu nav ul li a {
        border-radius: 0;
    }
}

/*Cooperation*/
.Cooperation {
    text-align: center;
}

@media(min-width:769px) {
    .Cooperation ul li {
        display: inline-block;
        width: 15.8333%;
        margin: 0.5%;
    }
}

.Cooperation li {
    padding: 1em;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 40px 30px -40px rgb(0 0 0 / 15%);
    border-radius: 0.625em;
    overflow: hidden;
}

.Cooperation li .Ispic {
    padding-bottom: 48%;
    transition: all 0.5s;
    background-position: center;
}

.Cooperation li:hover .Ispic {
    transform: scale3d(1.1, 1.1, 1.1);
}

@media(max-width:768px) {
    .Cooperation li {
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media(min-width:481px) and (max-width:768px) {
    .Cooperation li {
        width: 23.5%;
    }

    .Cooperation li:nth-child(4n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .Cooperation li {
        width: 32%;
    }

    .Cooperation li:nth-child(3n) {
        margin-right: 0;
    }
}

/*Download */
.Download .detail_list {
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 40px 30px -40px rgb(0 0 0 / 15%);
    border-radius: 0.625em;
    overflow: hidden;
    padding: 2em;
    margin-bottom: 3%;
}

.Download .detail_list dt {
    width: 2.8125em;
    float: left;
}

.Download .detail_list dt img {
    width: 2.625em;
    height: 3em;
}

.Download .detail_list dd .dot {
    color: #333;
    margin-bottom: 0.3125em;
    font-size: 1.125em;
}

.Download .detail_list dd .detail_bot label {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875em;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 1em;
}

.Download .detail_list dd .detail_bot label:first-child {
    margin-left: 0;
}

.Download .detail_list dd .detail_bot label span {
    color: #999;
}

.Download .detail_list dd .detail_bot label em {
    font-style: normal;
}

.Download .detail_list dd:hover .dot {
    color: #a78a50;
}

@media(min-width:1025px) {
    .Download .detail_list {
        float: left;
        width: 48.5%;
        margin-right: 3%;
    }

    .Download .detail_list:nth-of-type(2n) {
        margin-right: 0;
    }

    .Download .detail_list:nth-of-type(2n+1) {
        clear: left;
    }

    .Download .detail_list dd {
        float: left;
        width: calc(100% - 3em);
        position: relative;
        padding-left: 1em;
        padding-right: 5em;
    }

    .Download .detail_list dd .btn {
        position: absolute;
        right: 0;
        padding-top: 1.5625em;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/Download-icon.svg) no-repeat center top;
        background-size: 20px;
    }
}

@media(max-width:1024px) {
    .Download .detail_list dd .btn {
        display: none;
    }
}

/*Page002623 */
.Page002623 {
    margin-top: 2%;
    text-align: center;
}

.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages>span:not(.p_page) {
    display: none;
}

.Page002623 .Pages em {
    float: left;
    margin: 0 2vw;
    font-style: normal;
}

.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page002623 .Pages a {
    float: left;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 1px;
    background: #fff;
    box-shadow: 0 5px 50px rgb(0 0 0 / 10%);
}

.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
    color: #fff;
    background: #debb75;
}

.Page002623 .Pages .p_page>a {
    font-size: 0;
    height: 50px;
    position: relative;
}

.Page002623 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}

.Page002623 .Pages .p_page>a.a_prev:before {
    border-right-color: #debb75;
    border-right-width: 8px;
}

.Page002623 .Pages .p_page>a.a_next:before {
    border-left-color: #debb75;
    border-left-width: 8px;
    margin-left: -4px;
}

.Page002623 .Pages a.a_prev:hover:before {
    border-right-color: #fff;
}

.Page002623 .Pages a.a_next:hover:before {
    border-left-color: #fff;
}

@media(max-width:640px) {
    .Page002623 .Pages em {
        display: none;
    }
}

/*InfoList */
.InfoList li {
    line-height: 2.5em;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 40px 30px -40px rgb(0 0 0 / 15%);
    border-radius: 0.625em;
    overflow: hidden;
    padding: 2em;
    margin-bottom: 3%;
}

.InfoList li .inner {
    padding-left: 1em;
    padding-right: 1em;
    background: url(../images/arrow02.svg) no-repeat left center;
    background-size: auto 0.5em;
    position: relative;
}

.InfoList li .dot {
    font-size: 1.125em;
}

.InfoList li:hover .dot {
    color: #a78a50;
}

.InfoList li time {
    position: absolute;
    color: #888;
    font-size: 0.875em;
    right: 2%;
}

@media(min-width:1025px) {
    .InfoList li {
        float: left;
        width: 48.5%;
        margin-right: 3%;
    }

    .InfoList li:nth-of-type(2n) {
        margin-right: 0;
    }

    .InfoList li:nth-of-type(2n+1) {
        clear: left;
    }
}

/*NewList*/
.NewList .left img {
    width: 100%;
}

.NewList .right .time {
    font-size: 0.875em;
    color: #999;
    display: inline-block;
    margin-top: 1em;
}

.NewList .right .h3 {
    color: #333;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0.5em 0;
}

.NewList .right .p {
    color: #999;
}

.NewList ul li {
    margin-bottom: 3%;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 40px 30px -40px rgb(0 0 0 / 15%);
    border-radius: 0.625em;
    overflow: hidden;
    padding: 2em;
}

@media screen and (min-width:768px) {
    .NewList .left {
        float: left;
        width: 25%;
    }

    .NewList .right {
        float: right;
        width: 72%;
    }
}

@media screen and (min-width:1024px) {
    .NewList ul li:hover .right .h3 a {
        color: #a78a50;
    }

    .NewList ul li {
        position: relative;
    }

    .NewList ul li .right_btn {
        width: 1.25em;
        height: 2.5em;
        background: url(../images/arrow02.svg) no-repeat center;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 2em;
        cursor: pointer;
        margin-top: -1.25em;
    }
}

@media screen and (min-width:1400px) {
    .NewList .left {
        float: left;
        margin-right: 3.125em;
    }

    .NewList .right {
        float: left;
        width: 850px;
    }

    .NewList .right .h3 {
        margin: 1em 0;
    }

    .NewList .right .p {
        line-height: 1.75;
    }

    .NewList ul li {
        padding-right: 1.25em;
    }
}

/*Contact*/
.Contact .desc {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 3em auto;
    font-size: 1.125em;
    color: #666;
    line-height: 1.5;
}

.Contact dl {
    text-align: center;
}

.Contact dl dd {
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 40px 30px -40px rgb(0 0 0 / 15%);
    border-radius: 0.625em;
    overflow: hidden;
    padding: 2em;
    width: 30%;
    float: left;
    text-align: center;
}

.Contact dl dd:not(:last-child) {
    margin-right: 5%;
}

.Contact dl dd .icon {
    padding: 1em;
    margin: 0 auto;
    background: #dce9e5;
    display: inline-block;
    width: 5em;
    height: 5em;
    border-radius: 50%;
}

.Contact dl dd:nth-child(2) .icon {
    background: #f7f0db;
}

.Contact dl dd:nth-child(3) .icon {
    background: #e2ebf3;
}

.Contact dl dd .tit {
    padding: 1.25em 0 0.25em;
    font-size: 1.25em;
    color: #333;
}

.Contact dl dd .txt {
    color: #666;
    padding: 0.625em 0 1em;
    line-height: 1.875em;
    min-height: 5.375em;
    margin: 0 auto;
}

@media(max-width:1024px){
    .Contact dl dd {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    
}

/*JoinList*/
.JoinList .type {
    display: table;
    width: 100%;
}

.JoinList ol.type {
    background-color: #debb75;
    color: #fff;
    line-height: 2.5em;
}

.JoinList .type li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    line-height: 2.5;
}

.JoinList ul.type li {
    cursor: pointer;
}

.JoinList .type li:nth-child(1) {
    width: 30%;
    padding-left: 6%;
    text-align: left !important;
}

.JoinList .type li:nth-child(2),
.JoinList .type li:nth-child(3),
.JoinList .type li:nth-child(4) {
    width: 20%;
}

.JoinList ul.type li:nth-child(5) {
    background: url(../images/icon_close.png) no-repeat center;
}

.JoinList ul.type#On li:nth-child(5) {
    background-image: url(../images/icon_open.png);
}

.JoinList .item {
    border-bottom: 1px dashed #e5e5e5;
}

.JoinList .item .con {
    display: none;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    font-size: 0.875em;
    padding: 4% 7%;
    line-height: 2;
    background: #f9f9f9;
}

.JoinList .item .con strong {
    display: block;
}

.JoinList .item .con .box+.box {
    border-top: 1px dashed #cdcdcd;
    margin-top: 30px;
    padding-top: 30px;
}

.JoinList .send {
    border-top: 1px dashed #cdcdcd;
    margin-top: 1.875em;
    padding-top: 1.875em;
}

.JoinList .send em {
    font-style: normal;
    border-bottom: #23b1d1 1px solid;
    font-weight: bold;
    margin-left: 0.625em;
}

.JoinList .send a {
    display: inline-block;
    line-height: 1.875em;
    color: #23b1d1;
    background: url(../images/JoinList_icon.svg) no-repeat right center;
    padding-right: 2.5em;
}

/*NewInfo*/
.NewInfo .con {
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 40px 30px -40px rgb(0 0 0 / 15%);
    border-radius: 0.625em;
    overflow: hidden;
    padding: 2em;
}

.NewInfo .name {
    border-bottom: 1px solid #ededed;
    text-align: center;
    margin-bottom: 2.5em;
}

.NewInfo .name h1 {
    font-size: 1.875em;
    font-weight: normal;
    color: #333;
}

.NewInfo .time {
    color: #debb75;
    padding-bottom: 1.25em;
    line-height: 1;
}

.NewInfo .edit-info {
    line-height: 2.25em;
    color: #666;
    text-align: justify;
    padding-bottom: 4vw;
}

.NewInfo .info-page {
    border-top: 1px solid #ededed;
    margin-top: 2.5em;
    padding-top: 2.5em;
}

.NewInfo .info-page dd {
    line-height: 2.5;
}

.NewInfo .info-page dd a {
    padding-right: 1.25em;
    color: #666;
}

.NewInfo .info-page dd a:hover {
    color: #debb75;
}

.NewInfo .info-page dd a span {
    color: #666;
}

@media(min-width:641px) {
    .NewInfo .info-page dd {
        float: left;
        width: 50%;
    }

    .NewInfo .info-page dd:nth-child(2) {
        text-align: right;
    }

}

@media(max-width:640px) {
    .NewInfo .info-page dd:nth-child(2) {
        border-top: 1px solid #eee;
    }
}

/*SinglePage*/
.SinglePage .desc {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 3em auto;
    font-size: 1.125em;
    color: #666;
    line-height: 1.5;
}


.root-w-1400 .root-1200 .auto{
    max-width: 1000px;
}