@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Raleway', sans-serif;
}
button
::selection {
    background: #FE7E1F;
    color: white;
}

::-moz-selection {
    background: #FE7E1F;
    color: white;
}

body {
    height: 100vh;
    background-image: url("../image/1640777.gif");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

#shun {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: -1;
    opacity: 0;
    height: 100%;
    z-index: 8888888;
    display: none;
}

.menu-control {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    z-index: 6666667;
    top: 10px;
    left: 10px;
    display: none;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 2;
    transition: transform .3s;
    z-index: 55555555;
    display: none;
}

.menu {
    background-color: rgba(255, 255, 255, 0.664);
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0px;
    height: 55vh;
    transform: translatey(-100%);
    z-index: 5554;
    padding-top: 80px;
    transition: .5s;
}

.menu-control span {
    display: block;
    height: 3px;
    background-color: white;
    margin: 10px;
    transform-origin: 3px;
    transition: .3s;
}

.menu-control2 {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.596);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .1s;
}

.menu li a {
    display: block;
    text-decoration: none;
    /* color: rgb(24, 21, 21); */
    color: white;
    padding: 10px 20px;
    font-weight: 500;
}

.menu li {
    display: block;
}

.menu li :hover {
    color: #FE7E1F;
}

#shun:checked~.menu {
    transform: translatey(0%);
}

#shun:checked~.menu-control span {
    background-color: #727171;
}

#shun:checked~.menu-control2 {
    display: block;
}

.menu-control~.logo-1 {
    color: #727171
}

.header .logo-1 {
    height: 80px;
    transition: opacity .3s linear;
    z-index: 12;
    font-family: 'Raleway', sans-serif;
    font-weight: 580;
    color: white;
    line-height: 80px;
    z-index: 55555559;
    text-decoration: none!important;
    font-size: 20px;
    display: none;
}

.header .bg {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
}

.hei {
    width: 100%;
    height: 1000px;
    background-color: #52525285;
}

.wrap {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s linear;
    position: fixed;
    z-index: 12;
}

.wrap-1 {
    width: 100%;
    position: fixed;
    transform: translatey(0%);
    top: 0;
    left: 0;
    transition: height .5s linear;
    z-index: 12;
}

.shun,
.shun-1 {
    height: 50px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s linear;
    z-index: 12;
}

.shun a,
.shun-1 a {
    width: 100px;
    height: 50px;
    text-decoration: none;
    margin-right: 10px;
    font-size: 13px;
    text-align: center;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
    z-index: 12;
    color: white;
    font-weight: 590;
    letter-spacing: .5px;
}

.shun a:hover {
    color: #FE7E1F!important;
    font-weight: 600;
    text-decoration: none;
}

.shun-1 a:hover {
    color: #FE7E1F!important;
    font-weight: 600;
    text-decoration: none;
}

.wrap .logo {
    margin: 0 200px;
    transition: opacity .3s linear;
    z-index: 12;
    font-family: 'Raleway', sans-serif;
    font-weight: 580;
    color: white;
    z-index: 55555559;
    text-decoration: none!important;
}

.wrap .logo a {
    z-index: 55555559;
    text-decoration: none!important;
    color: white!important;
}

.s h2 {
    font-size: 18pt;
    position: relative;
    color: white
}

.s h2::before {
    content: '';
    height: 2px;
    width: 210px;
    background-color: white;
    position: absolute;
    top: 35px;
    left: 0;
    margin: auto;
}

.s h2:nth-child(3)::before {
    content: '';
    color: white
}

.s p {
    font-size: 20pt;
    color: #2c2c2cc4;
}

.t p {
    color: white;
    font-size: 14pt;
}

.d p {
    color: white;
    font-size: 14pt;
}

.g h2 {
    color: white;
    font-size: 18pt;
}

.all p {
    color: white;
    font-size: 12pt;
}

.photo .txt {
    width: 80%;
    height: 300px;
    position: absolute;
    top: 350px;
    left: 10%;
    text-align: center;
    background-color: transparent;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.photo .txt h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

.photo .txt h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
}

.photo .txt p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

.photo .txt button {
    width: 200px;
    height: 50px;
    margin-top: 10px;
    border: solid 1.8px #FE7E1F;
    backdrop-filter: blur(.5px);
    background-color: #ffffff1f;
    font-family: 'Raleway', sans-serif;
}

.photo .txt button a {
    text-decoration: none;
    color: white;
    transition: .3s;
    width: 200px;
    height: 50px;
    display: block;
    line-height: 50px;
}

.photo .txt button a:hover {
    color: #FE7E1F;
}

.wrap-2 {
    width: 100%;
    height: 700px;
    z-index: -1;
}

.color {
    width: 100%;
    height: 1300px;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.container {
    width: 100%;
}

.all-1 {
    width: 0px;
    position: absolute;
    top: 250px;
    left: -30px
}

.all-2 {
    width: 0px;
    position: absolute;
    top: -80px;
    right: -270px;
}

.a {
    width: 30px;
    height: 2px;
    background-color: #cccccc;
    margin-bottom: 10px;
}

.txt-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.txt {
    width: 80%;
    background-color: #c9c9c9dc
}

.pic {
    margin-top: -100px;
}

.pic img {
    position: relative;
}

.txt-1:nth-child(2) {
    width: 200px;
    position: absolute;
    top: 900px;
    left: 1500px;
    z-index: 10;
}

.use {
    width: 100%;
    height: 1200px;
    background-image: url("../image/1280.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* .use .pic-1{
  width: 1200px;
  height: 600px;
  margin: auto;
  background-position: center center;
  background-color: rgb(53, 240, 6);
} */

.use .pic-1 img {
    width: 100%;
}

.allx {
    width: 900px;
    height: 400px;
    position: absolute;
    top: 1250px;
    right: 55px;
    display: flex;
}

.all-3 {
    padding: 2px;
    width: 400px;
    height: 250px;
    background-color: #a7a7a78f;
    /* box-shadow: 2px 2px 8px 4px rgba(94, 94, 94, 0.452); */
    font-size: 16px;
    margin: 20% auto;
    letter-spacing: 1px;
    padding: 10px;
}

.all-3 h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: white;
    position: relative;
}

.all-3 h2::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 36px;
    left: 0;
    background-color: white;
}

.all-3 p {
    font-size: 18px;
    color: white;
    line-height: 2;
}

.background {
    width: 100%;
    height: 130px;
}

.background-1 {
    width: 100%;
    height: 822px;
    background-color: rgb(255, 255, 255);
    padding: 50px;
    overflow: hidden;
}

.background-1 .word {
    width: 63%;
    height: 150px;
    margin: auto;
    text-align: center;
}

.box {
    background-color: rgb(255, 255, 255);
    height: 150px;
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.box::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #aaaaaabe;
    position: absolute;
    left: 0;
    top: 160px;
}

.font {
    width: 170px;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
}

.font h2 {
    font-size: 21px;
}

.font p {
    text-align: right;
    padding-top: 30px;
    font-size: 20px;
}


/* <-----menu---------> */

.pr {
    width: 95%;
    height: 80px;
    padding-top: 30px;
    padding-left: 15px;
    position: absolute;
    top: 230px;
    left: 0;
}

.pr h6 {
    color: white;
    font-size: 30px;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 40px;
}

.filters ul {
    display: flex;
    justify-content: center;
    list-style: none;
    border-bottom: 2px solid #D9D9D9;
    margin: 30px 15px
}

.filters ul li {
    display: inlnie-block;
    text-align: center;
    margin-right: 12px;
    padding: 0 5px 8px 5px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-bottom: -2px;
    color: #777;
    transition: 0.3s;
    text-transform: uppercase;
}

.filters ul li:hover {
    color: #FE7E1F;
}

.filters ul li.is-checked {
    border-bottom: 2px solid #FE7E1F;
}

.filters ul li:last-child {
    margin-right: 0;
}

.grid .grid-item h1 {
    background: #EEEEEE;
    height: 150px;
    line-height: 150px;
    color: white;
    font-size: 3em;
    text-align: center;
    margin-bottom: 30px;
}

.background-2 {
    width: 100%;
    height: 600px;
    background-color: white;
}

.background-2 h1 {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 20px;
}

.background-2 p {
    width: 63%;
    text-align: center;
    margin: 0 auto;
}


/* ----------swiper */

.boxbg {
    width: 100%;
    height: 300px;
    margin-top: 50px;
    background-color: white;
    cursor: -webkit-grab;
    cursor: grab;
}

.boxbg:checked {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.swiper-button-next,
.swiper-button-prev {
    color: rgb(116, 116, 116)!important;
    padding: 10px;
    width: 40px!important;
    height: 40px!important;
    background-color: rgba(255, 255, 255, 0.555);
    border-radius: 50%
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px!important;
    padding: 10px;
}

.swiper-button-next:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(139, 139, 139)
}

.swiper-button-prev:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(139, 139, 139)
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 150px;
    width: 280px;
    position: relative;
    margin: 0px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}


/* .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    color: #2b2b2b;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  } */


/* -------------------> */

.background-3 {
    width: 100%;
    height: 730px;
    background-color: #e4e4e4;
}

.background-3 .txt-3 {
    width: 50%;
    text-align: center;
    margin: auto;
    padding-top: 45px;
}

.form {
    width: 40%;
    height: 350px;
    color: rgb(221, 221, 221);
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 2% auto;
}

.form input {
    border: none;
    width: 350px;
    height: 50px;
    padding: 8px;
    background-color: rgb(255, 255, 255);
}


/* 鼠标点击<input>输入域后出现有颜色的边框 */

input:focus {
    border: solid 1px rgb(240, 144, 1)
}

.form input:focus {
    outline: none;
}

select:focus {
    border: solid 1px rgb(240, 144, 1)
}

select {
    width: 350px;
    height: 50px;
    border: solid 1px white;
    background-color: rgb(255, 255, 255);
}

select:focus {
    outline: none;
}

option:checked {
    color: #FE7E1F;
}

button:focus {
    outline: none;
}

.form button {
    width: 200px;
    background-color: rgba(255, 255, 255, 0.637);
    border: solid 1px rgb(240, 144, 1)
}

button:hover {
    color: #FE7E1F;
}

.call {
    width: 40%;
    height: 150px;
    margin: auto;
    text-align: center;
    color: white;
    line-height: 100px;
    position: relative;
    padding: 30px;
}

.call h1 {
    font-size: 16px;
}

.call a {
    text-decoration: none;
    color: white;
    font-size: 45px;
}

.call::before,
.call::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
}


/* 分別控制位置 */

.call::before {
    left: 0;
    top: 0;
    border-top: 3px solid rgba(255, 255, 255, 0.959);
    border-left: 3px solid #ffffff
}

.call::after {
    right: 0;
    bottom: 0;
    border-bottom: 3px solid rgb(255, 255, 255);
    border-right: 3px solid #ffffff
}

.background-4 {
    width: 100%;
    height: 800px;
    background-color: rgb(255, 255, 255);
}

.background-4 .txt-4 {
    width: 50%;
    height: 200px;
    text-align: center;
    margin: auto;
    padding-top: 100px;
}

.background-4 .txt-4 P {
    font-size: 19px;
}

.swiper-pagination-bullet-active {
    background-color: #FE7E1F!important;
}

.swiper2.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper2.swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.box-4 {
    width: 50%;
    height: 500px;
    padding: 12px;
    margin: auto;
}

.box-4 .swiper-wrapper a {
    text-align: left;
    width: 417px;
}

.swiper2 .swiper-slide a {
    margin-right: 24px;
}

.swiper2 .swiper-wrapper img {
    border-radius: 50%;
}

.swiper2 .pp {
    width: 300px;
    height: 300px;
}

.background-5 {
    width: 100%;
    height: 550px;
    background-color: white;
}

.background-5 iframe {
    width: 100%;
    padding-top: 50px;
    height: 500px;
}

.main-footer {
    width: 100%;
    padding: 50px 0 0;
    height: 300px;
    background-color: rgb(0, 0, 0);
}

.container-x {
    width: 60%;
    height: 150px;
    /*  */
    margin: 0 auto;
    /* padding-right: 50px; */
}

.footer nav {
    display: flex;
    flex-direction: column;
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-left: 50px;
}

.footer nav a {
    font-size: 15px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin-top: 5px;
    text-decoration: none;
}

.footer p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 2;
    color: rgb(255, 255, 255);
    margin-left: 50px;
}

.footer h4 {
    font-size: 16px;
    color: #FE7E1F;
    text-align: center;
}

nav .ww {
    margin-right: 10px;
}

.conpyright {
    width: 100%;
    height: 80px;
    background-color: white;
}

.conpyright h1 {
    font-size: 18px;
    text-align: center;
    padding-top: 30px;
    display: flex;
}

.conpyright h1::after,
.conpyright h1::before {
    content: '';
    background-color: #000000;
    display: block;
    height: 1.5px;
    width: 4em;
    margin: auto;
}

.conpyright h1::before {
    margin-right: 1em;
}

.conpyright h1::after {
    margin-left: 1em;
}

.pop {
    display: none;
}

.animate__animated.animate__backInUp {
    transition: .3s;
}


/*=======phone===============================*/



@media screen and (max-width: 600px) {
 
body {
    
    background-image: url("../image/1640777.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size:cover;
        background-size: cover;
        height:100vh;
        width: 100%;
        
    
      }
    
}
@media screen and (min-width: 374px) and (max-width: 375px) {
     .menu {
        height: 52vh;
    }
}
@media screen and (max-width: 767px) {

   

    .all-3 h2::after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        top: 36px;
        left: 0;
        background-color: transparent;
    }
    .wrap,
    .wrap-1 {
        z-index: 6666666;
    }
    #shun {
        display: block;
    }
    .menu-control {
        display: block;
    }
    .shun,
    .shun-1 {
        display: none;
    }
    .header {
        display: block;
    }
    .header .logo-1 {
        display: block;
    }
    .logo {
        display: none;
    }
    .photo .txt p {
        font-size: 16px;
    }
    .photo .txt h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 48px;
    }
    .txt {
        margin-top: 10px;
        text-align: center;
    }
    .pic img {
        width: 320px;
        height: 213px;
    }
    .pic img {
        width: 100%;
    }
    /* .wrap{

   display: none; 
  } */
    .color {
        width: 100%;
        height: 1000px;
        position: absolute;
        top: 600px;
    }
    body {
        position: relative;
    }
    .photo .txt {
        width: 80%;
        height: 300px;
        position: absolute;
        top: 200px;
        left: 10%;
    }
    .txt button {
        width: 100px;
        height: 300px;
    }
    .c {
        display: none;
    }
    .background-4 .txt-4 h1 {
        font-size: 25px;
    }
    .pic {
        width: 320px;
        margin: auto;
    }
    .pic img {
        width: 100%;
    }
    .txt {
        width: 320px;
        margin-top: 0;
    }
    .pop {
        font-size: 23px;
        margin: auto;
        display: block;
        position: relative;
        color: #aaa;
        letter-spacing: 1px;
        padding-top: 35px;
    }
    .all-3 h2 {
        font-size: 28px;
        margin-bottom: 10px;
        color: rgb(102, 101, 101);
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
    }
    .all-3 p {
        color: rgb(102, 101, 101);
        line-height: 2;
    }
    .pop::after {
        content: '';
        width: 220px;
        height: 2px;
        position: absolute;
        top: 29px;
        left: -14px;
        background-color: #aaa;
    }
    .pop::before {
        content: '';
        width: 220px;
        height: 2px;
        position: absolute;
        top: 70px;
        left: -14px;
        background-color: #aaa;
    }
    .s h2 {
        color: white;
    }
    .s p {
        color: white;
    }
    .container {
        width: 100%;
        height: 1150px;
        background-color: rgb(255, 255, 255);
    }
    .color {
        height: 1152px;
    }
    .use {
        width: 100%;
        height: 400px;
        background-color: white;
        overflow: hidden;
        background-position: center center;
        position: relative;
        background-image: url("../image/1280.gif");
    }
    .use .pic-1 {
        position: absolute;
        width: 600px;
        height: 600px;
        right: -50px;
        top: -30px;
    }
    .s h2::before {
        content: '';
        height: 2px;
        width: 210px;
        background-color: white;
        position: absolute;
        top: 32px;
        left: 30px;
        margin: auto;
    }
    .all-1,
    .all-2 {
        display: none;
    }
    .allx {
        width: 365px;
        height: 120px;
        margin: 0 auto;
        position: absolute;
        top: 1000px;
        left: 10px;
    }
    .all-3 {
        width: 320px;
        height: 130px;
        margin: auto;
        padding: 32px 10px 10px 10px;
        background-color: transparent!important;
    }
    .all-3 h2 {
        font-size: 18px;
        margin-top: -5px;
        /* text-align: center; */
    }
    .all-3 p {
        font-size: 15px;
        line-height: normal;
        letter-spacing: 1px;
        line-height: 1.5;
    }
    .background-1 .word {
        width: 100%;
        height: 170px;
    }
    .background-1 .word h1 {
        font-size: 35px;
    }
    .background-1 .word p {
        font-size: 15px;
        line-height: 1.5;
    }
    /* <---------MENU----------> */
    .font p {
        text-align: right;
        padding-top: 0px;
        font-size: 20px;
    }
    .font a {
        font-size: 14px;
    }
    .font {
        padding-top: 0px;
        line-height: 1.5;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
    
      
        margin-top: 0px;
    }
    .swiper-slide img {
        width: 100%;
    }
    .swiper-container {
        width: 100%;
        height: 375px;
        margin: 20px auto;
    }
    .boxbg {
        margin-top: -30px;
    }
    .background-2 p {
        width: 80%;
        margin: auto;
    }
    .background-2 {
        height: 550px;
    }
    .background-3 {
        width: 100%;
        height: 805px;
        background-color: #e4e4e4;
    }
    .background-3 .txt-3 {
        width: 80%;
        background-color: #e4e4e4;
    }
    .background-3 h1 {
        padding-top: 20px;
        font-size: 26px;
        font-weight: 600;
    }
    .call {
        width: 350px;
        height: 150px;
        padding-top: 20px;
        line-height: 2;
    }
    .call h1 {
        font-size: 15px;
    }
    .call a {
        font-size: 30px;
    }
    /* 分別控制位置 */
    .call::before {
        left: 0;
        top: 10px;
    }
    .call::after {
        right: 0;
        bottom: 10px;
    }
    .pr {
        width: 95%;
        height: 80px;
        padding-top: 30px;
        padding-left: 15px;
        position: absolute;
        top: 240px;
        left: 0;
    }
    /* -------------------- */
    .form {
        width: 360px;
        height: 400px;
        margin-top: 30px;
    }
    .background-4 .txt-4 {
        width: 80%;
        height: 150px;
        padding-top: 20px;
    }
    .background-4 .txt-4 P {
        font-size: 16px;
    }
    .background-4 .txt-4 h1 {
        font-size: 28px;
    }
    .background-4 h1 {
        padding-top: 20px;
        font-size: 26px;
        font-weight: 600;
    }
    .box-4 {
        width: 360px!important;
        height: 500px;
        padding: 0;
    }
    .box-4 .swiper-wrapper a {
        text-align: left;
        width: 300px;
        height: 200px;
        padding-top: 30px;
        line-height: 2;
        text-align: center;
    }
    .swiper2 {
        display: flex;
        flex-direction: column;
        width: 360px;
        height: 500px;
    }
    .swiper2 .pp {
        width: 200px;
        height: 200px;
    }
    .swiper2 .swiper-slide {
        width: 360px!important;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .swiper2 .swiper-slide a {
        margin-right: 0px;
    }
    .footer nav {
        margin-top: 3px;
    }
    .container-x {
        width: 100%;
        height: 500px;
        margin: 0;
        margin-top: -10px;
        /* padding-right: 50px; */
    }
    .container-x .row {
        width: 100%;
    }
    .footer h4 {
        font-size: 16px;
        color: #FE7E1F;
        text-align: left;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: -5px;
    }
    .footer p {
        margin-left: 0px;
        padding-left: 15px;
    }
    .footer p:nth-child(2) {
        margin-top: 13px;
    }
    .main-footer {
        height: 500px;
    }
    .footer nav {
        margin-left: 0px;
        padding-left: 15px;
    }
    .conpyright h1 {
        font-size: 14px;
        text-align: center;
        padding-top: 33px;
        display: flex;
    }
    .conpyright h1::after,
    .conpyright h1::before {
        content: '';
        background-color: #000000;
        display: block;
        height: 1px;
        width: 3em;
        margin: auto;
    }
}

@media screen and (max-width: 1000px) {
    .row-1 {
        width: 100%;
        margin-right: 20px;
        position: absolute;
        top: 230px;
        left: 0px;
    }
    .background-1 {
        width: 100%;
        height: 1035px;
        position: relative;
        overflow: hidden;
    }
}

@media screen and (max-width: 360px) {
    .boxbg {
        margin-top: -40px;
    }
    .form {
        width: 290px;
        height: 400px;
        margin-top: 30px;
    }
    .background-2 {
        height: 550px;
    }
    .background-3 {
        height: 750px;
    }
    .background-3 .txt-3 {
        margin: auto;
    }
    .background-4 .txt-4 {
        height: 120px;
        padding-top: 0px;
    }
}

@media screen and (min-width: 411px) and (max-width: 413px) {
    .swiper-slide {
        text-align: center;
        font-size: 18px;
     
    }
    .allx {
        width: 400px;
        height: 120px;
        margin: 0 auto;
        position: absolute;
        top: 1000px;
        left: 10px;
    }
    .font {
        line-height: 1.9;
    }
    .pr {
        width: 95%;
        height: 80px;
        padding-top: 30px;
        padding-left: 15px;
        position: absolute;
        top: 250px;
        left: 0;
    }

    .menu {
        height: 49vh;
    }
}


@media screen and (min-width: 414px) and (max-width: 420px) {

    .menu {
        height: 50vh;
    }

    .pr {
        width: 95%;
        height: 80px;
        padding-top: 30px;
        padding-left: 15px;
        position: absolute;
        top: 250px;
        left: 0;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
   
    }
    .boxbg {
        margin-top: -40px;
    }
    .swiper-container {
        width: 414px;
        height: 375px;
    }
    .box-4 {
        width: 414px;
        height: 550px;
        padding: 0;
    }
    .box-4 .swiper-wrapper a {
        text-align: left;
        width: 350px;
        height: 200px;
        line-height: 2;
        padding-top: 30px;
        text-align: center;
    }
    .swiper2 {
        display: flex;
        flex-direction: column;
        width: 360px;
        height: 500px;
    }
    .swiper2 .pp {
        width: 250px;
        height: 250px;
    }
    .swiper2 .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 360px!important;
    }
    .allx {
        width: 400px;
        height: 120px;
        margin: 0 auto;
        position: absolute;
        top: 1000px;
        left: 10px;
    }
}


/*=======se===============================*/

@media screen and (max-width: 360px) {
    .p {
        width: 280px;
        margin: 0 auto;
        overflow: hidden;
    }
    .pic {
        width: 320px;
        margin: auto;
    }
    .pic img {
        width: 0%;
    }
    .txt {
        width: 320px;
        margin-top: 0;
    }
    .color {
        width: 100%;
    }
    .container {
        width: 100%;
        height: 1130px;
    }
    .allx {
        width: 340px;
        height: 120px;
        margin: 0 auto;
        position: absolute;
        top: 1000px;
        left: 10px;
    }
    .all-1,
    .all-2 {
        display: none;
    }
    .all-3 {
        width: 340px;
        height: 180px;
        line-height: 1.1;
    }
    .all-3 h2 {
        font-size: 19px;
        font-weight: 500;
        font-weight: 800;
    }
    .background-1 .word {
        width: 90%;
        height: 170px;
    }
    .background-1 .word h1 {
        font-size: 23px;
        font-weight: normal;
        padding: 10px 0 0 0;
    }
    .background-1 .word p {
        font-size: 14px;
    }
    .background-3 {
        width: 100%;
        height: 825px;
    }
    .font {
        line-height: 1.2;
    }
}

@media screen and (min-width: 361px) and (max-width: 374px) {
    .allx {
        width: 348px;
    }
    .font {
        line-height: 1.2;
    }
}

@media screen and (min-width: 364px) and (max-width: 374px) {
    .font {
        line-height: 1.5;
    }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    .menu {
        height: 60vh;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
       
    }
    .boxbg {
        height: 400px;
        margin-top: -40px;
    }
    .swiper-container {
        width: 320px;
        height: 375px;
    }
    .box-4 {
        width: 320px!important;
        ;
        height: 500px;
    }
    .box-4 .swiper-wrapper a {
        text-align: left;
        width: 200px;
        height: 200px;
        padding-top: 23px;
        line-height: normal;
        text-align: center;
    }
    .swiper2 {
        display: flex;
        flex-direction: column;
        width: 360px;
        height: 500px;
    }
    .swiper2 .pp {
        width: 200px;
        height: 200px;
    }
    .swiper2 .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 320px!important;
    }
    .swiper2 .swiper-slide a {
        margin-right: 0px;
    }
    .call {
        width: 300px;
        height: 150px;
        padding-top: 20px;
        line-height: 2;
    }
    .background-4 .txt-4 P {
        font-size: 14px;
    }
    .background-4 .txt-4 h1 {
        font-size: 25px;
    }
    .call h1 {
        font-size: 18px;
    }
    .call a {
        font-size: 25px;
    }
    /* 分別控制位置 */
    .call::before {
        left: 0;
        top: 10px;
    }
    .call::after {
        right: 0;
        bottom: 10px;
    }
    .container-x .row {
        width: 320px;
    }
    .footer h4 {
        font-size: 15px;
    }
    .footer p {
        font-size: 13px;
    }
    .photo .txt h2 {
        font-size: 40px;
    }
    .photo .txt p {
        font-size: 14px;
    }
    .all-3 h2::after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        top: 30px;
        left: 0;
        background-color: white;
    }
    .allx {
        width: 310px;
        height: 120px;
        margin: 0 auto;
        position: absolute;
        top: 994px;
        left: 10px;
    }
    .all-3 {
        width: 300px;
    }
    .font h2 {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .font p {
        text-align: right;
        font-size: 17px;
        ;
    }
    .font {
        font-size: 12px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 332px) and (max-width: 339px) {
    .font p {
        padding-top: 10px;
    }
}

@media screen and (min-width: 340px) and (max-width: 359px) {
    .font p {
        padding-top: 20px;
    }
}


/*=======ipad and mac===============================*/

@media screen and (min-width:768px) {
    .txt-block {
        margin-top: -100px;
    }
    .c {
        width: 96%;
        height: 70%;
        border: solid 2px #cccccc;
        position: absolute;
        top: 80px;
        left: 50px;
    }
    .d {
        width: 600px;
        margin-left: 25px;
    }
    @media screen and (min-width:768px)and (max-width:769px) {
        .shun a,
        .shun-1 a {
            font-size: 7px;
        }
        .shun,
        .shun-1 {
            width: 0%;
        }
        .swiper-slide {
            text-align: center;
            font-size: 18px;
         
        }
        .boxbg {
            margin-top: -8px;
        }
        .swiper-container {
            width: 768px;
            height: 375px;
        }
        .background-4 .txt-4 {
            width: 420px;
            padding-top: 104px;
            height: 200px;
        }
        .pr {
            width: 95%;
            height: 80px;
            padding-top: 30px;
            padding-left: 15px;
            position: absolute;
            top: 270px;
            left: 0;
        }
        .form {
            width: 745px;
            height: 300px;
            margin-top: 30px;
        }
        .call a {
            text-decoration: none;
            color: white;
            font-size: 34px;
        }
        .box-4 {
            width: 768px;
            height: 500px;
            padding: 12px;
            margin: auto;
        }
        .background-4 .txt-4 P {
            font-size: 16px;
        }
        .background-4 .txt-4 h1 {
            font-size: 34px;
        }
        .box-4 .swiper-wrapper a {
            text-align: left;
            width: 450px;
            height: 200px;
            margin: 0;
            font-size: 19px;
            padding: 23px 5px 0 5px;
        }
        .swiper2 .pp {
            width: 260px;
            height: 260px;
        }
        .swiper2 .swiper-slide {
            width: 768px!important;
            margin: 0px!important;
            padding: 50px;
        }
        .main-footer {
            height: 500px;
        }
        .container-x {
            width: 80%;
            height: 300px;
            margin: 0 auto;
        }
        .footer h4 {
            font-size: 16px;
        }
        .main-footer {
            height: 300px;
        }
        .footer nav {
            padding-left: 8px!important;
        }
        .footer nav {
            padding-left: 0px;
            margin-left: 8px!important;
        }
        .footer p {
            line-height: normal;
            margin: 0;
            width: 214px;
            margin-top: 20px;
        }
        .all-3 h2 {
            font-size: 19px;
            margin-bottom: 5px;
        }
        .all-3 p {
            font-size: 17px;
            color: white;
            line-height: 1.8;
        }
        .container-x {
            width: 84%;
        }
        .footer {
            padding-right: 0px!important;
            padding-left: 0px!important;
        }
        .container-x {
            width: 80%;
            height: 300px;
        }
        .footer p:nth-child(2) {
            margin-left: 5px;
        }
        .footer p {
            font-size: 12px;
            line-height: 1.8!important;
        }
        .footer h4 {
            font-size: 14px;
        }
        .font h2 {
            font-size: 23px;
            margin-bottom: 3px;
        }
        .font p {
            text-align: right;
            padding-top: 10px;
            font-size: 20px;
            ;
        }
        .font {
            font-size: 15px;
            line-height: 1.2;
        }
        .background-1 {
            width: 100%;
            height: 848px;
        }
    }
    @media screen and (min-width:576px)and (max-width:767px) {
        .main-footer {
            height: 357px;
        }
    }
    @media screen and (min-width:770px)and (max-width:1023px) {
        .shun,
        .shun-1 {
            width: 0%;
        }
        .pr {
            width: 95%;
            height: 80px;
            padding-top: 30px;
            padding-left: 15px;
            position: absolute;
            top: 170px;
            left: 0;
        }
        .pr h6 {
            color: white;
            font-size: 21px;
            text-align: left;
            width: 100%;
            display: flex;
            justify-content: space-between;
            height: 30px;
        }
        .box-4 {
            width: 768px;
            height: 500px;
            padding: 12px;
            margin: auto;
        }
        .box-4.swiper-wrapper a {
            text-align: left;
            width: 500px;
            height: 200px;
            font-size: 23px;
            padding: 0 5px 0 5px;
        }
        .swiper2 .pp {
            width: 300px;
            height: 300px;
        }
        .swiper2 .swiper-slide {
            width: 768px!important;
            margin: 0px!important;
            padding: 50px;
        }
        .form {
            width: 745px;
            height: 300px;
            margin-top: 30px;
        }
        .call a {
            text-decoration: none;
            color: white;
            font-size: 34px;
        }
        .footer {
            padding-left: 0px!important;
        }
        .footer p {
            font-size: 12px;
            line-height: 1.8!important;
        }
        .footer h4 {
            font-size: 14px;
        }
        .main-footer {
            height: 300px;
        }
        .footer nav {
            padding-left: 8px!important;
        }
        .footer nav {
            margin-left: 0px;
            padding-left: 0px;
        }
        .footer p {
            line-height: normal;
            margin: 0;
            width: 200px;
            margin-top: 20px;
        }
        .main-footer {
            height: 500px;
        }
        .container-x {
            width: 80%;
            height: 300px;
            margin: 0 auto;
        }
        .footer h4 {
            font-size: 16px;
        }
        .main-footer {
            height: 300px;
        }
        .footer nav {
            margin-left: 8px!important;
        }
        .footer p {
            line-height: normal;
            margin: 0;
            width: 200px;
            margin-top: 20px;
        }
        .allx {
            width: 320px;
            height: 250px;
            position: absolute;
            top: 1050px;
            right: 20px;
            display: flex;
            padding-left: 20px;
        }
        .all-3 {
            padding: 2px;
            width: 300px;
            height: 200px;
            font-size: 16px;
            margin: 4% auto;
            padding: 10px;
        }
        .all-3 h2::after {
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            top: 28px;
            left: 0;
            background-color: white;
        }
        .all-3 h2 {
            font-size: 19px;
            margin-bottom: 5px;
        }
        .all-3 p {
            font-size: 17px;
            color: white;
            line-height: 1.8;
        }
        .font h2 {
            font-size: 23px;
            margin-bottom: 3px;
        }
        .font p {
            text-align: right;
            padding-top: 10px;
            font-size: 20px;
            ;
        }
        .font {
            font-size: 15px;
            line-height: 1.2;
        }
        .background-1 {
            width: 100%;
            height: 847px;
        }
    }
    @media screen and (min-width:900px) and (max-width:1023px) {
        .shun,
        .shun-1 {
            width: 0%;
        }
        .pr {
            width: 95%;
            height: 80px;
            padding-top: 30px;
            padding-left: 15px;
            position: absolute;
            top: 10px;
            left: 0;
        }
        .pr h6 {
            color: white;
            font-size: 25px;
            text-align: left;
            width: 100%;
            display: flex;
            justify-content: space-between;
            height: 40px;
        }
    }
    @media screen and (min-width:1024px) and (max-width:1030px) {
        .shun,
        .shun-1 {
            width: 0%;
        }
        .shun a,
        .shun-1 a {
            margin-right: 21px;
        }
        .swiper-slide {
            text-align: center;
            font-size: 18px;
         
        }
        .boxbg {
            margin-top: 30px;
        }
        .swiper-container {
            width: 1024px;
            height: 375px;
        }
        .wrap .logo {
            margin: 0px 240px;
        }
        .background-3 {
            height: 675px;
        }
        .background-2 .txt-2 {
            background-color: #cccccc;
        }
        .background-4 .txt-4 {
            padding-top: 50px;
            height: 150px;
        }
        .pr {
            width: 95%;
            height: 80px;
            padding-top: 30px;
            padding-left: 15px;
            position: absolute;
            top: 290px;
            left: 0;
        }
        .footer p {
            line-height: 1.8!important;
        }
    }
    @media screen and (min-width:1031px) and (max-width:1200px) {
        .shun,
        .shun-1 {
            width: 0%;
        }
        .pr {
            width: 95%;
            height: 80px;
            padding-top: 30px;
            padding-left: 15px;
            position: absolute;
            top: 188px;
            left: 0;
        }
    }
    @media screen and (min-width:1024px) and (max-width:1800px) {
        /* .pr{

        width: 95%;
        height: 80px;
        
       padding-top: 30px;
       padding-left: 15px;
        position: absolute;
        top: 290px;
        left: 0;
      
      }  */
        .form {
            width: 850px;
            height: 300px;
            margin-top: 30px;
        }
        .box-4 {
            width: 1000px;
            height: 380px;
        }
        .swiper2 .swiper-slide {
            width: 1000px!important;
            margin: 0px!important;
            padding: 50px;
        }
        .swiper2 .swiper-slide a {
            width: 500px;
            margin-right: 30px;
            font-size: 25px;
        }
        .main-footer {
            height: 500px;
        }
        .container-x {
            width: 80%;
            height: 300px;
            margin: 0 auto;
        }
        .footer p {
            line-height: 1.8!important;
        }
        .footer h4 {
            font-size: 18px;
        }
        .main-footer {
            height: 300px;
        }
        .footer nav {
            padding-left: 8px!important;
        }
        .footer nav {
            margin-left: 0px;
            padding-left: 0px;
        }
        .footer p {
            line-height: normal;
            margin: 0;
            margin-left: 30px!important;
            width: 200px;
            margin-top: 20px;
        }
        .allx {
            width: 320px;
            height: 250px;
            position: absolute;
            top: 1050px;
            right: 20px;
            display: flex;
            padding-left: 20px;
        }
        .all-3 {
            padding: 2px;
            width: 300px;
            height: 200px;
            font-size: 16px;
            margin: 4% auto;
            padding: 10px;
        }
        .all-3 h2::after {
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            top: 30px;
            left: 0;
            background-color: white;
        }
        .all-3 h2 {
            font-size: 20px;
            margin-bottom: 5px;
        }
        .font p {
            padding-top: 10px;
        }
    }
    /*=======ipad===============================*/
    @media screen and (min-width: 641px) and (max-width: 953px) {
        .c {
            height: 60%;
            top: 60px;
        }
    }
    .txt {
        width: 260px;
        margin-top: 0;
    }
    .logo {
        margin: 0 84px;
    }
}

@media screen and (min-width: 767px) and (max-width: 953px) {
    .c {
        height: 65%;
        top: 65px;
        left: 30px;
    }
}

@media screen and (min-width: 537px) and (max-width: 769px) {
    .use {
        width: 100%;
        height: 600px;
        background-color: white;
        overflow: hidden;
        background-position: center center;
        position: relative;
    }
    .use .pic-1 {
        position: absolute;
        width: 900px;
        height: 600px;
        right: -50px;
        top: -20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    .s {
        margin: auto;
    }
    .all-1 {
        width: 200px;
        position: absolute;
        top: 180px;
        left: -15px
    }
    .all-2 {
        width: 0px;
        position: absolute;
        top: -30px;
        right: -200px;
    }
    .allx {
        width: 350px;
        height: 380px;
        position: absolute;
        top: 880px;
        right: 0px;
    }
    .all-3 {
        padding: 2px;
        width: 310px;
        height: 200px;
        font-size: 16px;
        float: right;
        padding: 10px;
    }
    .all-3 h2 {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .all-3 p {
        font-size: 17px;
        color: white;
        line-height: 1.8;
    }
    /* .all-3 h2::after{

                    content: '';
                    width: 100%;
                    height: 2px;
                    position: absolute;
                    top: 30px;left: 0;
                    background-color: white;
                    
                    }
                 */
    @media screen and (min-width: 756px) and (max-width: 991px) {
        .c {
            width: 96%;
            height: 60%;
            border: solid 2px #cccccc;
            position: absolute;
            top: 100px;
            left: 50px;
        }
    }
    @media screen and (min-width: 537px) and (max-width:768px) {
        .allx {
            width: 320px;
            height: 250px;
            position: absolute;
            top: 1050px;
            right: 20px;
            display: flex;
            padding-left: 20px;
        }
        .all-3 {
            padding: 2px;
            width: 322px;
            height: 230px;
            font-size: 16px;
            margin: 4% auto;
            padding: 10px;
        }
        .all-3 h2::after {
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            top: 25px;
            left: 0;
            background-color: white;
        }
        .all-3 h2 {
            font-size: 19px;
            margin-bottom: 5px;
        }
        .all-3 p {
            font-size: 17px;
            color: white;
            line-height: 1.8;
        }
    }
    @media screen and (min-width: 992px) and (max-width:1500px) {
        .all-3 {
            padding: 2px;
            width: 320px;
            height: 250px;
            font-size: 16px;
            padding: 10px;
        }
        .all-3 h2 {
            margin-bottom: 5px;
        }
        .allx {
            width: 400px;
            height: 300px;
            position: absolute;
            top: 1100px;
            right: 15px;
        }
        .all-3 h2 {
            margin-bottom: 5px;
        }
    }
    @media screen and (min-width: 1200px) and (max-width:1500px) {
        .allx {
            width: 500px;
            height: 300px;
            position: absolute;
            top: 1300px;
            right: 25px;
            display: flex;
        }
        .all-3 {
            padding: 2px;
            width: 300px;
            height: 200px;
            font-size: 16px;
            margin: 20% auto;
            padding: 10px;
        }
        .all-3 h2 {
            margin-bottom: 5px;
        }
    }
}

@media screen and (min-width: 768px) and (max-width:1300px) {
    .use {
        width: 100%;
        height: 800px;
    }
}

@media screen and (min-width: 470px) and (max-width: 768px) {
    .allx {
        width: 500px;
        height: 300px;
        position: absolute;
        top: 940px;
        right: 0px;
    }
    .all-3 {
        width: 360px;
        height: 150px;
    }
}


@media screen and (min-width: 571px) and (max-width: 768px) {
    .allx {
        width: 400px;
        height: 300px;
        position: absolute;
        top: 1000px;
        right: 0px;
    }
    .all-3 {
        width: 150px;
        height: 150px;
    }
}

@media screen and (min-width: 768px) and (max-width: 775px) {
    .allx {
        width: 314px;
        height: 300px;
        position: absolute;
        top: 1000px;
        right: 19px;
    }
    .all-3 {
        width: 295px;
        height: 254px;
    }
}

@media screen and (min-width: 1503px) and (max-width: 1817px) {
    .allx {
        width: 500px;
        height: 300px;
        position: absolute;
        top: 1300px;
        right: 80px;
    }
    .all-3 {
        width: 400px;
        height: 300px;
    }
}

@media screen and (min-width: 1071px) and (max-width: 1230px) {
    .allx {
        width: 500px;
        height: 300px;
        position: absolute;
        top: 1100px;
        right: 0px;
    }
    .all-3 {
        width: 300px;
        height: 220px;
    }
}

@media screen and (min-width:1201px) and (max-width:1400px) {
    .pr {
        width: 95%;
        height: 80px;
        padding-top: 30px;
        padding-left: 15px;
        position: absolute;
        top: 220px;
        left: 0;
    }
}

@media screen and (min-width: 1344px) and (max-width: 1507px) {
    .allx {
        width: 500px;
        height: 300px;
        position: absolute;
        top: 1200px;
        right: 90px;
    }
    .all-3 {
        width: 400px;
        height: 300px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1293px) {
    .allx {
        width: 500px;
        height: 300px;
        position: absolute;
        top: 1200px;
        right: 100px;
    }
    .all-3 {
        width: 300px;
        height: 230px;
    }
}

@media screen and (min-width: 1737px) and (max-width: 1791px) {
    .allx {
        width: 700px;
        height: 300px;
        position: absolute;
        top: 1200px;
        right: 80px;
    }
    .all-3 {
        width: 400px;
        height: 300px;
    }
}

@media screen and (min-width: 1802px) and (max-width: 1834px) {
    .allx {
        width: 800px;
        height: 300px;
        position: absolute;
        top: 1200px;
        right: 100px;
    }
    .all-3 {
        width: 400px;
        height: 300px;
    }


  }