@charset "UTF-8";
/* @import "fonts.min.css";
@import "animate.min.css"; */

@-ms-viewport {
    width: device-width;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    /*-ms-touch-action: none;*/
    /*touch-action: none;*/
}
body{
    font-family: "Microsoft YaHei","PingFang SC",sans-serif;
    color: #333;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
address {
    font-style: normal;
    line-height: inherit;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
pre, code, kbd, samp {
    font-family: monospace;
    font-size: 1em;
}
summary {
    display: list-item;
}
fieldset {
    min-width: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}
ul, ol, dl {
    list-style: none;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    outline: none;
    color: #333333;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: linear .15s color;
    -o-transition: linear .15s color;
    transition: linear .15s color;
    -webkit-text-decoration-skip: objects;
}
a:hover{
    color: #999999;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
img,video {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
a, area, button, [role="button"], input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
input, button, select, optgroup, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}
button, input {
    overflow: hidden;
    border:1px solid #dcdcdc;
    background:none;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
[role="button"]{
    outline: none;
    cursor: pointer;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
template,[hidden] {
    display: none !important;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
    color: inherit;
}
h1, .h1 {
    font-size: 2.8rem;
}
h2, .h2 {
    font-size: 2.6rem;
}
h3, .h3 {
    font-size: 2.4rem;
}
h4, .h4 {
    font-size: 2.2rem;
}
h5, .h5 {
    font-size: 2rem;
}
h6, .h6 {
    font-size: 1.8rem;
}

::selection {
    background: #04263C;
    color: #fff;
}
::-moz-selection {
    background: #04263C;
    color: #fff;
}
::-webkit-selection {
    background: #04263C;
    color: #fff;
}
body::-webkit-scrollbar-track {
  display: none;
}
body::-webkit-scrollbar {
  display: none;
}
body::-webkit-scrollbar-thumb {
  display: none;
}
.relative{
    position: relative;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1550px;
}
.warp{
    max-width: 100%;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
}
.row{
    margin-left: -15px;
    margin-right: -15px;
}
.container:before,
.clearfix:before,
.row:before,
.warp:before{
    content: '';
    clear: both;
}
.container:after,
.clearfix:after,
.row:after,
.warp:after{
    content: '';
    display: table;
    clear: both;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    height: 100%;
}
.ab-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
[class^="paragraph-limit-"]{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.paragraph-limit{
    -webkit-box-flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.paragraph-limit-2{
    -webkit-line-clamp: 2;
}
.paragraph-limit-3{
    -webkit-line-clamp: 3;
}
.paragraph-limit-4{
    -webkit-line-clamp: 4;
}
.paragraph-limit-7{
    -webkit-line-clamp: 7;
}
.full-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/*@media (min-width: 1367px){*/
/*    body.ready .banner img.trs-img{*/
/*        transform: scale(1.07);*/
/*    }*/
/*}*/

.navbar{
    float: right;
}
.navbar ul:before{
    content: '';
    clear: both;
}
.navbar ul:after{
    content: '';
    display: table;
    clear: both;
}
.navbar ul>li{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: relative;
    height: 92px;
    padding: 0px 10px;
    margin-right: 60px;
    color: #ffffff;
    font-size: 16px;
}
.navbar ul>li span{
	display: inline-block;
	padding-top: 17px;
}
.navbar ul>li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    border-bottom: 2px solid #5eB3E4;
    transition: ease-in-out width .3s;
}
.navbar ul>li a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}
.navbar ul>li.on,
.navbar ul>li a:hover{
	color: #5eB3E4!important;
}
.navbar ul>li a{
	color: inherit;
}
.navbar ul>li.on a:after{
    width: 100%;
}
.lang{
    display: flex;
    align-items: center;
    justify-content: center;
	float: right;
	width: 100px;
	height: 90px;
}
.lang span{
    margin-top: 17px;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 20px;
    width: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: ease all .3s;
}
.lang span:hover{
    border-color: #5EB3E4;
}
.lang span:hover:before{
    background-color: #5EB3E4;
}
.lang span:before{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    position: absolute;
    z-index: -1;
    transition: ease all .3s;
}
.lang span:hover a{
    color: #fff!important;
}
.lang span a{
    display: block;
    width: 50%;
    text-align: center;
    font-size: 12px;
}
.lang span.cn:before{
    transform: translateX(-50%)skewX(10deg);
}
.lang span.en:before{
    transform: translateX(50%)skewX(10deg);
}
.lang span.cn a:first-child{
    color: #333;
}

.lang span.en a:first-child{
    color: #ffffff;
}
.lang span.cn a:last-child{
    color: #ffffff;
}
.lang span.en a:last-child{
    color: #333;
}
.page-title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-title h2{
	font-size: 32px;
    font-weight: 700;
	color: inherit;
	position: relative;color:#333;
}
.page-title h2:before{
	content: '';
	display: inline-block;
	width: 28px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 1px solid #00A0E9;
}
.page-title h2 p{
	margin-top: 40px;
	text-transform: uppercase;
	width: 100%;
	font-size: 18px;
	display: block;
    font-weight: 400;
	color:#333333
}





.page-title-left{
    justify-content: flex-start;
}
.page-title-left h2:before{
    left: 0%;
    transform: translateX(0%);

}
.page-title-w{
    color: #fff;
}
footer{
    padding-top: 80px;
}

.footer-main{
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-main .left{
    font-size: 14px;
    color: #464646;
    line-height: 2;
}
.footer-main .left p:first-child{
    font-size: 20px;
    font-style: italic;
    color: #181818;
    margin-bottom: 22px;
}
.ft-nav{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.ft-nav ul li:first-child{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #353535;
}
.ft-nav ul li{
    font-size: 14px;
    margin-bottom: 14px;
}
.ft-nav ul li a:hover{
    color: #5eB3E4;
}
.contact-form{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.contact-form input{
    width: 290px;
    background-color: #E3E3E3;
    padding: 8px 20px;
}
.contact-form input::placeholder{
    font-style: italic;
    font-size: 12px;
}
.contact-form a{
    display: inline-block;
    padding: 9px 22px;
    background-color: #5eB3E4;
    color: #fff;
    text-transform: uppercase;
    transition: ease all .5s;
}
.contact-form a:hover{
    background-color: #0075b8;
}

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

footer .others .vrcode p{
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}
footer .others .social li{
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
}
footer .others .social li a{
    color: #AFAFAF
}
footer .others .social li a:hover{
    color: #5eB3E4
}
footer .others .social li img{
    display: inline-block;
    vertical-align: top;
    -webkit-transition: linear .15s filter;
    -o-transition: linear .15s filter;
    transition: linear .15s filter;
    filter: grayscale(1);
}
footer .others .social li a:hover img{
    filter: grayscale(0);
}

.p1{
    height: 100vh;
    min-height: 940px;
    max-height: 1000px;
    padding: 50px 0;
    background: url(../../../../../images/110515978645d59d2ca24e9a40c0a42a07e804bb.png) no-repeat center left; 
	 background-image: linear-gradient(87deg, #2eb4e0 30%, #0489ba 100%);
}

.p1 .page-title h2:before{display:none;}

.p1 .page-title h2{ width:100%; text-align:center}


.p1-nav{
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.p1-nav-border{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 24%);
}
.p1-nav ul{
    width: 100%;
    max-width: 1430px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.p1-nav ul li{
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 140px;
    cursor: pointer;
    opacity: 0.7;
    transition: ease opacity .5s;
}

.p1-nav ul li .img{display:block;}
.p1-nav ul li .img2{display:none;}


.p1-nav ul li span{
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 5px solid #5eB3E4;
}
.p1-nav ul li p{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
}
.p1-nav ul li:hover,
.p1-nav ul li.on{
    opacity: 1;
}

.p1-nav ul li:hover .img,
.p1-nav ul li.on .img{
   display:none;
}

.p1-nav ul li:hover .img2,
.p1-nav ul li.on .img2{
   display:block;
}



.p1-nav ul li .tu{
    width: 49px;
    height: 51px;
    fill: #fff;
    transition: ease all .5s;
}
.p1-nav ul li:hover .tu{
    /* filter: drop-shadow(0px 0px 6px #fff); */
}

.p1-nav ul li.on .tu{
    /* -webkit-animation-name: pulseInOut;
    -moz-animation-name: pulseInOut;
    -o-animation-name: pulseInOut;
    animation-name: pulseInOut;
    animation-duration: 5s;
    animation-direction:alternate;
    -webkit-animation-direction: alternate;
    animation-iteration-count: infinite; */

}
@-webkit-keyframes pulseInOut {
    0% {
        filter: drop-shadow(0px 0px 0px #fff);
    }
    50% {
        filter: drop-shadow(0px 0px 18px #fff);
    }
    100% {
        filter: drop-shadow(0px 0px 0px #fff);
    }
}
@keyframes pulseInOut {
    0% {
        filter: drop-shadow(0px 0px 0px #fff);
    }
    50% {
        filter: drop-shadow(0px 0px 18px #fff);
    }
    100% {
        filter: drop-shadow(0px 0px 0px #fff);
    }
}
.fe{display:none;}
.fe.clicked{display:block;}


.p1-main{
    width: 100%;
    max-width: 1030px;
    margin: 110px auto 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p1-main-01{
    width: 272px;
}
.p1-main-01 .row01{
    cursor: pointer;
    width: 100%;
    height: 57px;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 0 10px 40px;
    line-height: 2;
    background-size: 20px 8px;
   
    background-color: transparent;
    border-radius: 10px;
    margin-bottom: 50px;

    display: flex;
    align-items: center;
}
.p1-main-01 .row01


.p1-main-01 .row01 span{
    line-height: 1
}
.p1-main-01 .row01.actived{
    color: #64B8E4;
     background: no-repeat 85% center #fff url(../../../../../images/d73e6c91db0187c7f70f472e4cc182c58529f9ca.png);
}



.p1-main-01 .row01 .tu{width: 35px;height:31px;margin-right: 10px;}
.p1-main-01 .row01 .tu img{vertical-align: top;}
.p1-main-01 .row01 .img{display: block;}
.p1-main-01 .row01 .img2{display:none;}
.p1-main-01 .row01.actived .img{display: none;}
.p1-main-01 .row01.actived .img2{display: block;}






.p1-main-02 {
    width: 615px;
    line-height: 2;
    color: #ffffff;
    font-size: 15px;
}
.p1-main-02 h2{
    padding-top: 20px;
    font-size: calc(20px + 28 * (100vw - 300px)/ 1400);
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
}
.p1-main-02 h2:before{
    content: attr(en);
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
    line-height: 0.8;
    font-size: calc(22px + 35 * (100vw - 300px)/ 1400);
    font-family: "DINNeuzeitGroteskStd-Light";
    z-index: 0;
    opacity: 0.1;
    color: #fff;
    text-transform: uppercase;
}

.ac-swiper{
    max-height: 350px;
    overflow: hidden;
}

@media (max-width: 1366px){
    .navbar ul>li{
        margin-right: 40px;
        font-size: 15px;
    }
}

@media (max-width: 1100px){
    .navbar ul>li{
        margin-right: 20px;
        font-size: 14px;
    }
    .p1-main-01 .row01 .tu{margin-right:0;}
	.p1-main-01 .row01.actived{background:#fff;}
}



@media (min-width: 901px){
    body.ds-header header{
        transform: translateY(-100%);
    }
    body.scroll header{
        transform: translateY(0%);
        background: rgb(255 255 255 / 95%);
    }
    body.scroll .logo svg{
        fill: #5eB3E4;
    }
    body.scroll .navbar ul>li{
        color: #333;
    }
    body.scroll .lang span{
        border-color: #5EB3E4;
    }
    body.scroll .lang span:hover:before{
        background-color: #5EB3E4;
    }
    body.scroll .lang span:before{
        background-color: #5eb3e4;
    }
    body.scroll .lang span:hover a{
        color: #fff!important;
    }
    body.scroll .lang span.cn a:first-child{
        color: #ffffff;
    }
    body.scroll .lang span.cn a:last-child{
        color: #5eb3e4;
    }
    .fold-menu{
        display: none;
    }
}
@media (max-width: 900px){
    body.ds-header header{
        background-color: #fff;
    }
    body.ds-header .fold-menu-inner,body.ds-header .fold-menu-inner::after,body.ds-header .fold-menu-inner::before,
    body.ds-header .lang span:before{
        background-color: #5EB3E4;
    }
    body.ds-header .lang span{
        border-color: #5EB3E4;
    }
    body.ds-header .lang span.cn a:first-child{
        color: #fff;
    }
    body.ds-header .lang span.cn a:last-child{
        color: #5EB3E4;
    }
    body.ds-header .logo svg.svg-logo{
        fill: #5EB3E4;
    }
    .navbar{
        transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
        max-width: 300px;
        height: 100vh;
        background-color: #ffffff;
        transition: cubic-bezier(.55,.055,.675,.19) .2s transform;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        box-shadow: 0px 0px 2px #ddd;
    }
    .navbar.moved{
        transform: translateX(0%);
    }
    .navbar ul{
        width: 100%;
    }
    .navbar ul>li{
        width: 100%;
        color: #333;
        margin: 0;
        padding: 0 20px;
        margin-bottom: 10px;
        display: block;
        float: none;
        height: auto;
    }
    .navbar ul>li span{
        padding: 10px 0;
    }

    .lang{
        width: 100px;
        height: 70px;
    }
    .lang span{
        margin-top: 0;
    }
    .fold-menu {
        float: right;
        display: inline-block;
        cursor:pointer;
        transition-property:opacity,-webkit-filter;
        transition-property:opacity,filter;
        transition-property:opacity,filter,-webkit-filter;
        transition-duration:.15s;
        transition-timing-function:linear;
        font:inherit;
        color:inherit;
        text-transform:none;
        background-color:transparent;
        border:0;
        margin-top: 25px;
        overflow: visible;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fold-menu-box {
        width: 25px;
        height: 20px;
        display:inline-block;
        position:relative
    }
    .fold-menu-inner {
        display:block;
        top:50%;
        margin-top:-2px
    }
    .fold-menu-inner,.fold-menu-inner::after,.fold-menu-inner::before {
        width:25px;
        height:3px;
        background-color:#fff;
        border-radius:4px;
        position:absolute;
        transition-property:-webkit-transform;
        transition-property:transform;
        transition-property:transform,-webkit-transform;
        transition-duration:.15s;
        transition-timing-function:ease
    }
    .fold-menu-inner::after,.fold-menu-inner::before {
        content:"";
        display:block
    }
    .fold-menu-inner::before {
        top:-7px
    }
    .fold-menu-inner::after {
        bottom:-7px
    }
    .fold-menu--spin-r .fold-menu-inner {
        transition-duration:.3s;
        transition-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    .fold-menu--spin-r .fold-menu-inner::before {
        transition:top .1s .34s ease-in,opacity .1s ease-in
    }
    .fold-menu--spin-r .fold-menu-inner::after {
        transition:bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
        transition:bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);
        transition:bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19)
    }
    .fold-menu--spin-r.is-active .fold-menu-inner {
        -webkit-transform:rotate(-225deg);
        transform:rotate(-225deg);
        transition-delay:.14s;
        transition-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    .fold-menu--spin-r.is-active .fold-menu-inner::before {
        top:0;
        opacity:0;
        transition:top .1s ease-out,opacity .1s .14s ease-out
    }
    .fold-menu--spin-r.is-active .fold-menu-inner::after {
        bottom:0;
        -webkit-transform:rotate(-90deg);
        transform:rotate(-90deg);
        transition:bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
        transition:bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);
        transition:bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1)
    }
    .p1-main{
        margin: 50px auto 0 auto;
        justify-content: flex-end;
    }
    .p1{
        height: auto;
        min-height: unset;
        max-height: unset;
        background: none;
        background-color: #5eB3E4
    }
    .p1-main-01{
        width: 100%;
        display: flex;
        margin-bottom: 50px;
    }
    .p1-main-01 .row01{
        width:33.33%;
        font-size: 15px;
        height:auto;
        margin-bottom: 0;
        padding: 10px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background: none
    }
    .p1-main-01 .row01 svg{
        width: 20px;
        height: 20px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .p1-main-01 .row01 span{
        width: 100%;
        text-align: center;
    }
    .p1-main-02{
        width: 100%;
    }

    .page-title h2{
        font-size: 22px;
    }
    .page-title h2:before{
        bottom: 22px;
    }
    .page-title h2 p{
        font-size: 13px;
        margin-top: 20px;
    }
    .ft-nav{
        margin-top: 80px;
        width: 100%;
    }
    .footer-main .left{
        width: 100%;
        text-align: center;
    }
    .contact-form{
        justify-content: center;
    }
    .copyright{
        font-size: 13px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .copyright p{
        width: 100%;
        margin-top: 5px;
    }
}


@media (max-width: 499px){
    .p1-nav ul li{
        height: 100px;
    }
    .p1-nav ul li .tu{width:34px;height:35px;}
    .p1-nav ul li .tu img{
        width: 35px;
        height: 35px;
    }



    .p1-nav ul li p{
        margin-bottom: 15px;
        font-size: 15px;
    }
    .p1-main-01 .row01{
        font-size: 12px;
    }
    .p1-main-02{
        font-size: 13px;
    }
    .ft-nav{
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .ft-nav ul{
        margin-bottom: 10px;
        width: 33.33333%;
    }
    .ft-nav ul li:first-child{
        margin-bottom: 15px;
        font-size: 15px;
    }
    .ft-nav ul li {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .footer-main{
        margin-bottom: 50px;
    }
    .vrcode,
    .social{
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    
}