.header{position:fixed;top:0;left:0;width:100%;box-sizing:border-box;z-index:999}.header .logo{display:block;background-color:#c22831;padding:10px 0;text-align:center}.header .logo img{height:30px}.header .nav{padding:20px 40px;display:flex;justify-content:flex-end}.header .nav li{width:100px;line-height:36px;border-radius:6px;color:#fff;text-align:center;margin-left:30px;transition:all 0.3s ease;cursor:pointer;font-size:16px;font-weight:bold}.header .nav li.on,.header .nav li:hover{background-color:#c22831}#fullpage .section{color:#fff;display:flex;flex-direction:column}#fullpage .section:nth-child(1){background:url(../images/bg-1.jpg) no-repeat;background-size:cover}#fullpage .section:nth-child(2){background:url(../images/bg-2.jpg) no-repeat;background-size:cover}#fullpage .section:nth-child(3){background:url(../images/bg-3.jpg) no-repeat;background-size:cover}#fullpage .section:nth-child(4){background:url(../images/bg-4.jpg) no-repeat;background-size:cover}#fullpage .section .box{width:76%;height:100%;margin:0 auto;box-sizing:border-box;padding-top:116px}#fullpage .section .box.page1{display:flex;flex-direction:column;justify-content:center;padding-bottom:200px;position:relative}#fullpage .section .box.page1 h1{font-weight:bold;font-size:60px;letter-spacing:6px;display:inline-block}#fullpage .section .box.page1 h1 span{color:#c22831}#fullpage .section .box.page1 p{font-size:24px;letter-spacing:6px;line-height:1.9;margin-top:20px}#fullpage .section .box.page1 .jt{position:absolute;bottom:60px;left:50%;margin-left:-25px;width:50px}#fullpage .section .box.page1 .jt img{animation:myanimate 2s linear infinite;cursor:pointer;position:relative}#fullpage .section .box.page2{display:flex;flex-direction:column;justify-content:center;padding-bottom:100px}#fullpage .section .box.page2 h1{font-weight:bold;font-size:36px;letter-spacing:6px;text-align:center}#fullpage .section .box.page2 .list{flex:1;display:flex;gap:30px;align-items:center}#fullpage .section .box.page2 .list li{flex:1}#fullpage .section .box.page2 .list li .img{position:relative}#fullpage .section .box.page2 .list li .img img{width:100%;display:block}#fullpage .section .box.page2 .list li .img .text{position:absolute;top:50%;left:0;width:100%;box-sizing:border-box;transform:translateY(-70%);padding-left:20%;font-size:20px;line-height:1.8}#fullpage .section .box.page2 .list li span{display:flex;align-items:center}#fullpage .section .box.page2 .list li span::before{content:'● ';margin-right:4px;font-size:14px;line-height:1.8}#fullpage .section .box.page2 .list li .title{text-align:center;font-size:24px;font-weight:bold;margin-top:40px}#fullpage .section .box.page3{display:flex;flex-direction:column;justify-content:space-between;padding-top:200px;padding-bottom:200px}#fullpage .section .box.page3 h1{font-weight:bold;font-size:60px;letter-spacing:6px;display:inline-block}#fullpage .section .box.page3 p{font-size:24px;letter-spacing:6px;line-height:1.9;margin-top:20px}#fullpage .section .box.page3 p span{color:#c22831}#fullpage .section .box.page3 .mail{display:flex;align-items:center;margin-top:40px}#fullpage .section .box.page3 .mail img{margin-right:10px}#fullpage .section .box.page3 .mail span{font-size:24px}#fullpage .section .box.page4{display:flex;flex-direction:column;padding-top:130px;width:100%}#fullpage .section .box.page4 .content{flex:1;width:80%;margin:0 auto;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}#fullpage .section .box.page4 .title{font-weight:bold;font-size:40px;letter-spacing:6px;display:inline-block;padding:0 2%;padding-left:calc(2% + 60px)}#fullpage .section .box.page4 .item{display:flex;margin-top:30px;flex:1;align-items:center;padding:0 2%}#fullpage .section .box.page4 .item .l{display:flex;flex:1;align-items:flex-start}#fullpage .section .box.page4 .item .l .text{flex:1;margin-left:20px}#fullpage .section .box.page4 .item .l .text h1{font-size:24px}#fullpage .section .box.page4 .item .l .text p{font-size:20px;line-height:1.7}#fullpage .section .box.page4 .item .map{width:65%;height:100%;margin-left:50px;background:url(../images/icon-7.png) no-repeat;background-size:cover}#fullpage .section .box.page4 .item .map2{width:65%;height:100%;margin-left:50px;background:url(../images/icon-9.png) no-repeat;background-size:cover}#fullpage .section .box.page4 .footer{margin-top:30px;text-align:center;line-height:53px;background-color:#000;color:#646464;font-size:18px;display:flex;align-items:center;justify-content:center}#fullpage .section .box.page4 .footer span{padding:0 10px}#fullpage .section .box.page4 .footer a{color:#646464;display:flex;align-items:center;padding:0 10px}#fullpage .section .box.page4 .footer a img{height:23px;margin-right:5px}@-webkit-keyframes myanimate{0%{top:0}25%{top:-2px}50%{top:0}75%{top:2px}100%{top:0}}@-moz-keyframes myanimate{0%{top:0}25%{top:-2px}50%{top:0}75%{top:2px}100%{top:0}}@-ms-keyframes myanimate{0%{top:0}25%{top:-2px}50%{top:0}75%{top:2px}100%{top:0}}@-o-keyframes myanimate{0%{top:0}25%{top:-2px}50%{top:0}75%{top:2px}100%{top:0}}@keyframes myanimate{0%{top:0}25%{top:-2px}50%{top:0}75%{top:2px}100%{top:0}}@media only screen and (max-width: 1600px){#fullpage .section .box.page1 h1{font-size:50px}#fullpage .section .box.page1 p{font-size:20px}#fullpage .section .box.page2 .list li .img .text{font-size:18px}#fullpage .section .box.page2 .list li .title{font-size:22px}#fullpage .section .box.page2 h1{font-size:30px}#fullpage .section .box.page3 h1{font-size:50px}#fullpage .section .box.page3 p{font-size:20px}#fullpage .section .box.page4 .title{font-size:34px}#fullpage .section .box.page4 .item .l .text h1{font-size:22px}#fullpage .section .box.page4 .item .l .text p{font-size:18px}#fullpage .section .box.page3 .mail span{font-size:20px}#fullpage .section .box.page4 .footer{font-size:16px}}@media only screen and (max-width: 1400px){#fullpage .section .box.page1 h1{font-size:40px}#fullpage .section .box.page1 p{font-size:16px}#fullpage .section .box.page2 .list li .img .text{font-size:14px}#fullpage .section .box.page2 .list li .title{font-size:18px}#fullpage .section .box.page2 h1{font-size:24px}#fullpage .section .box.page3 h1{font-size:40px}#fullpage .section .box.page3 p{font-size:16px}#fullpage .section .box.page4 .title{font-size:24px}#fullpage .section .box.page4 .item .l .text h1{font-size:22px}#fullpage .section .box.page4 .item .l .text p{font-size:18px}#fullpage .section .box.page3 .mail span{font-size:20px}#fullpage .section .box.page4 .footer{font-size:16px}}@media only screen and (max-width: 780px){#fullpage .section .box.page4 .footer{font-size:14px;flex-wrap:wrap;padding:10px;line-height:1.5}#fullpage .section .box.page1 .jt img{width:30px}#fullpage .section .box.page3 .mail span{font-size:14px}#fullpage .section .box{width:90%}#fullpage .section .box.page4 .content{width:90%}#fullpage .section .box.page3 .mail img{width:30px}#fullpage .section .box.page4 .item{flex-direction:column;padding:0;align-items:flex-start}#fullpage .section .box.page3 h1{font-size:20px}#fullpage .section .box.page3{padding:140px 0}#fullpage .section .box.page4{padding-top:90px}#fullpage .section .box.page4 .item .l .text p{font-size:14px}#fullpage .section .box.page4 .item .l img{width:20px}#fullpage .section .box.page4 .item .l .text h1{font-size:16px}#fullpage .section .box.page4 .item .l .text{margin-left:10px}#fullpage .section .box.page4 .title{text-align:center;padding:0}#fullpage .section .box.page2 .list{flex-wrap:wrap;margin-top:10px;justify-content:space-between;gap:initial}#fullpage .section .box.page2 .list li .title{margin-top:10px}#fullpage .section .box.page2 .list li .img .text{padding:0 10%}#fullpage .section .box.page2{padding:100px 0}#fullpage .section .box.page1{padding-bottom:40px;padding-top:50px;box-sizing:border-box}#fullpage .section .box.page1 .jt{margin-left:-15px}#fullpage .section .box.page1 h1{font-size:20px}#fullpage .section .box.page1 p{font-size:13px}#fullpage .section .box.page2 .list li{width:48%;flex:initial;margin-bottom:20px}#fullpage .section .box.page4 .item .map{height:110px;margin-top:20px;margin-left:0;width:100%}.header{background-color:#c22831;justify-content:center;padding:0}.header .logo{display:block;padding:10px 0}.header .logo img{height:20px}.header .nav{display:none;position:absolute;top:100%;left:0;width:100%;background-color:rgba(255,255,255,0.8);flex-direction:column;padding:0}.header .nav.show{display:block}.header .nav li{width:100%;padding:0;margin:0;color:#000;border-radius:0;line-height:3}.header .nav li.on{background-color:initial}.header .nav li:hover{background-color:initial}.menuBtn{position:absolute;right:0;top:0;cursor:pointer;display:block;width:30px;height:30px;padding:6px;transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s}.menuBtn b{display:block;height:3px;background-color:#fff;margin:6px 0;border-radius:2px;transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s}.menuBtn.open b:first-child{display:block;transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg)}.menuBtn.open b{display:none;margin:0;position:absolute;left:10px;top:50%;width:30px}.menuBtn.open b:last-child{display:block;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg)}}
