@charset "UTF-8";

* {
    margin: 0 auto;
    padding: 0
}

html,
body {
    width: 100%;
    height: auto;
    position: relative;
        overflow: hidden;
    font-size: 12px;
    font-family: 'Noto Sans SC', '微软雅黑', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    margin: auto;
    background: white;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    font: 400 0.9375vw/1.618;
    box-sizing: border-box;
    color: #1a1a1a;
    background-color: #fff;
    word-break: break-word;
}

@font-face {
    font-family: 'Helvetica45';
    src: url('../fonts/Helvetica-LT-45-Light.eot');
    src: url('../fonts/Helvetica-LT-45-Light.eot') format('embedded-opentype'), url('../fonts/Helvetica-LT-45-Light.woff') format('woff'), url('../fonts/Helvetica-LT-45-Light.ttf') format('truetype'), url('../fonts/Helvetica-LT-45-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal
}
#main {
  overflow: hidden;
  position: relative;
}

.Helvetica45 {
    font-family: 'Helvetica45' !important
}

.content{
    width: 87.5%;
    position: relative;
    margin: auto;
}

.photo {
			position: relative;
        cursor: pointer;
}
.title{
    position: absolute;
    bottom:0;
    left:0px;
    text-align: center;
    right:0px;
    font-size:16px;
    font-weight: normal;
    color:#979797;
    padding: 10px;
    
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.title span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.photos {
    margin:auto;
    font-size:0px;
}



.img_view{
    position: fixed;
    z-index: 13;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: none;
}
.img_view img{
    position: absolute;
    left: 20%;
    top: 50%;
    width: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


.form_pop{
   position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background: #7a8080;
    transform: translateX(-102%);
    -webkit-transform: translateX(-102%);
    -moz-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    -o-transform: translateX(-102%);
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    
}
.form_pop.active{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.form_colse{
    position: absolute;
    right: 10%;
    top: 10%;
    width: 2.29166667vw;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50%;
}
.form_box{
    position: absolute;
    width: 70.3125vw;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); 
}
.form_box_left{
    float: left;
    width: 31.25vw;
    padding-left: 7.8125vw;
}
.form_box_right{
    float: right;
    width: 31.25vw;
}
.form_box_left h4{
    color: white;
    font-size: 2.91666667vw;
    font-weight: lighter;
    padding-bottom: 3.15789474vw;
    padding-top: 4.6875vw;
}
.form_box_left h5{
    color: white;
    font-size: 3.15789474vw;
}
.form_box_right p{
    color: white;
    font-weight: lighter;
    font-size: 0.9375vw;
    line-height: 200%;
}
.form{
    margin: 1.5625vw 0;
}
.form_content{
    border: 0.10416667vw solid white;
    width: 31.25vw;
    box-sizing: border-box;
}
.form_btn{
    color: #7a8080;
    font-size: 0.9375vw;
    background: #c5c7c7;
    margin-top: 0.72916667vw;
    float: right;
    width: 7.1875vw;
    height: 1.5625vw;
    line-height: 1.5625vw;
    text-align: center;
}
.form_content .fomr_input{
    width: 100%;
    height: 2.70833333vw;
    border: none;
    background: #7a8080;
    outline: none;
    border-bottom: 1px solid white;
    padding: 0.72916667vw 1.04166667vw;
    box-sizing: border-box;
    color: white;
    font-size: 0.9375vw;
}


.form_content input::-webkit-input-placeholder,.form_content  textarea::-webkit-input-placeholder {
color: white;
    font-family: 'Noto Sans SC', '微软雅黑', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.form_content input:-moz-placeholder,.form_content  textarea:-moz-placeholder {
color: white;
    font-family: 'Noto Sans SC', '微软雅黑', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.form_content input::-moz-placeholder,.form_content  textarea::-moz-placeholder {
color: white;
    font-family: 'Noto Sans SC', '微软雅黑', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.form_content input:-ms-input-placeholder,.form_content  textarea:-ms-input-placeholder {
color: white;
    font-family: 'Noto Sans SC', '微软雅黑', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.form_content textarea{
    width: 100%;
    height: 9.8958333vw;
    border: none;
    background: #7a8080;
    outline: none;
    padding: 0.72916667vw 1.04166667vw;
    box-sizing: border-box;
    color: white;
    font-size: 0.9375vw;
    overflow: auto;
}











/*详情页*/

.show_title{
    padding: 5.20833333vw 0 3.125vw 0;
    text-align: center;
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    opacity: 1!important;
}
.show_title h2{
    font-size: 2.91666667vw;
    color: #000000;
    padding-bottom: 1.3541666vw;
    opacity: 1;
    position: relative;
}
.show_title h5{
    font-size: 2.1875vw;
    color: #000000;
    opacity: 1!important;
    position: relative;
}
.show_container_img{
    position: relative;
}
.show_container_imgp{
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    padding: 2.062vw 6.25vw;
    text-align: right;
    color: white;
    background:linear-gradient(to top,#080808,transparent);
    box-sizing: border-box;
    font-size: 1.22916667vw;
}
.show_container_p{
    position: relative;
    background: white;
    padding: 2.5vw 0;
}
.show_container_p p{
    width: 47.3%;
    text-align: left;
    line-height: 200%;
    font-size: 0.83333333vw;
    color: #000000;
    margin: auto;
}


/*
.show_container_img{
    height: 100vh;
    overflow: hidden;
}
.show_container_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-mv {
    background: #fff;
}
*/



.page-mv {
    background: #fff;
}
.page-mv__wrapper {
    height: 100vh;
    padding:0;
    overflow: hidden;
}
.page-mv__container {
    height: 100%;
    position: relative;
}
.page-mv__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-mv .lead__inner {
    padding: 5vw 0;
    width: 50%;
    margin: 0 auto;
}
.page-mv .lead__inner p {
    text-align: left;
    line-height: 200%;
    font-size: 1.3333333vw;
    color: #000000;
}
.slider {
    position: relative;
    background: #fff;
    height: 100vh;
    margin: 0 0 0.8rem;
}

#main{
    background: #212112;
}
.swiper {
    position: relative;
    height: 100%;
}
.swiper__nav-layer {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 9;
    background-color: #eee;
    opacity: 0;
}
.js--slide-next {
    right: 0;
}
.js--slide-prev {
    left: 0;
}
.slider__wrap .swiper .swiper-slide {
    height: 100%;
    background: #fff;
}
.slider__wrap .swiper .swiper-slide .visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    display: block;
    pointer-events: none;
    z-index: 99;
}
.cursor .cursor-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cursor .slider {
    transition: transform 0.3s;
    transform: scale(0);
    background: none;
    width: 80px;
    margin: auto;
    height: 80px;
}
.cursor .active .slider{
    transform: scale(1);
}


.bg_color_1{
    background: #009ee1;
}
.bg_color_2{
    background: #005faa;
}
.bg_color_3{
    background: #009440;
}
.bg_color_4{
    background: #8ebd20;
}
.bg_color_5{
    background: #ffdc00;
}
.bg_color_6{
    background: #ad1280;
}


#main2{
    position: relative;
    width: 100%;
    height: 100vh;
}
/*44公园列表*/

.container_list{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 100%;
}


.list_title{
    font-size: 1.666666667vw;
    color: #000;
    text-align: center;
    margin-top: 3.125vw;
}
.list_p{
    font-size: 0.83333333vw;
    color: #000;
    text-align: center;
    line-height: 200%;
    margin: 1.04166667vw 0;
}
.list_p em{
    display: none;
}
.list_p2{
     font-size: 1.04166667vw;
    color: #000;
    text-align: center;
    line-height: 200%;
    margin: 1.04166667vw 0;
}
.list_more{
   display: block;
    position: relative;
    margin: auto;
    width: 6.25vw;
    height: 2.08333333vw;
    border: 0.10416667vw solid #9b9b9b;
    border-radius: 2.08333333vw;
    text-align: center;
    overflow: hidden;
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    color: #9b9b9b;
    transition: color .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: color .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: color .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: color .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: color .3s cubic-bezier(.445, .05, .55, .95);
    font-size: 0.83333333vw;
    line-height: 2.08333333vw;
}
.list_more span {
    color: #9b9b9b;
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    position: relative;
    z-index: 2
}

.list_more em {
    content: "";
    position: absolute;
    top: 100%;
    left: -10%;
    width: 120%;
    height: 100%;
    padding-bottom: 100%;
    background-color: #9b9b9b;
    border-radius: 50%;
    transform: translateY(0%) translateZ(0);
    -webkit-transform: translateY(0%) translateZ(0);
    -moz-transform: translateY(0%) translateZ(0);
    -ms-transform: translateY(0%) translateZ(0);
    -o-transform: translateY(0%) translateZ(0);
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .3s cubic-bezier(.215, .61, .355, 1)
}

.list_more:hover em {
    transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .3s cubic-bezier(.215, .61, .355, 1)
}

.list_more:hover span {
    color: white;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
/*44公园列表*/

.swiper_btn{
    width: 2.60416667vw;
    height: 2.60416667vw;
    border: 0.10416667vw solid #9b9b9b;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: 2.60416667vw;
    text-align: center;
    vertical-align: top;
    font-size: 0;
}
.swiper_btn span {
    position: relative;
    vertical-align: middle;
    width: 80%;
    margin: auto;
    display: inline-block;
    z-index: 2;
}
.swiper_btn span .img1 {
    opacity: 1;
    position: relative;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.swiper_btn span .img2 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.swiper_btn font {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-color: #9b9b9b;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
}
.swiper_btn:hover font {
    transform: translateY(-100%) translateZ(0);
    -webkit-transform: translateY(-100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.swiper_btn:hover {
    background: #9b9b9b;
    transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -webkit-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -o-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -ms-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -moz-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
}

.swiper_btn:hover .img1 {
    opacity: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.swiper_btn:hover .img2 {
    opacity: 1;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.swiper_prev{
   position: absolute;
    top: 50%;
    left:32%;
    transform: translate(0%,-50%);
    z-index: 3;
    cursor: pointer;
}
.swiper_next{
     position: absolute;
    top: 50%;
    right:32%;
    transform: translate(0%,-50%);
    z-index: 3;
    cursor: pointer;
    
}
.list_box_page{
    display: none;
}

.list_box{
    position: relative;
}
.list_box a{
    display: block;
    position: relative;
    width: 100%;
    height: 15.625vw;
}
.list_box a img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pic_img{
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width:1650px) {
    
}

@media screen and (max-width:1600px) {
    
}

@media screen and (max-width:1560px) {
    
}

@media screen and (max-width:1440px) {
    
}

@media screen and (max-width:1366px) {
    .footer .share{
        width: 20vw;
    }
}

@media screen and (max-width:1280px) {

}

@media screen and (max-width:1080px) {
    
}

@media screen and (max-width:1024px) {
    
    
    html, body{
        overflow: auto;
    }
    .show_title h2{
        font-size: 30px;
    }
    .show_title h5{
        font-size: 20px;
    }
    .show_container_imgp{
        font-size: 12px;
    }
    .show_container_p p{
        width: 80%;
        font-size: 12px;
    }
    .footer_nav ul a p{
        display: none;
    }
    .footer_nav ul{
        width: 90%;
        margin: auto;
    }
    .footer_nav ul a font{
        font-size: 12px;
    }
    .footer_nav ul a label{
        display: none;
    }
    .footer_nav ul a span{
        width: 30px;
        height: 6px;
        border-radius: 6px;
        margin-right: 10px;
    }
    .footer .lines{
        display: none;
    }
    .footer .share{
        display: none;
    }
    .footer span{
        font-size: 12px;
        text-align: center;
        display: block;
        float: none;
    }
    .header{
        padding: 10px 0;
    }
    .logo{
        width:  72px;
    }
    .nav_silde{
        width: 70%;
        margin-top: 10px;
    }

    .nav_btn{
        width: 40px;
        height: 40px;
        line-height: 40px;
        
    }
    .header_hide{
        height: 72px;
    }
    
    
    .list_title{
        font-size: 26px;
        margin: 0;
        margin-bottom: 40px;
    }
    .list_p{
        font-size: 12px;
        margin: 10px 0;
    }
    .list_more{
        font-size: 12px;
        display: block;
    position: relative;
    margin: auto;
    width: 100px;
    height: 30px;
    border: 1px solid #9b9b9b;
    border-radius: 30px;
    font-size: 12px;
    line-height: 30px;
    }
    .swiper_btn{
        display: none;
    }
    .nav_top{
        width: 100%;
        right: 0;
    }
    .nav_top_btn{
          width: 40px;
        height: 40px;
        line-height: 40px;
        float: right;
        position: absolute;
        right: 4%;
        top: 4%;
    }
    .nav_top_ul{
        margin: 0;
    }
    .nav_top_ul .nav_top_li{
        float: none;
        width: 100%;
    }
    .nav_top_ul .nav_top_li span{
        width: 40px;
        height: 6px;
        border-radius: 6px;
        display: inline-block;
    }
    .nav_top_ul .nav_top_li font{
        font-size: 12px;
        display: inline-block;
    }
    .nav_top_ul .nav_top_li{
        margin: 0;
        display: block;
        text-align: left;
    }
    .nav_top_ul{
        text-align: left;
        width: 60%;
        margin: auto;
        border: none;
        padding: 0;
    }
    .nav_top_b{
        text-align: left;
        width: 60%;
        margin: auto;
    }
    .nav_top_b_in{
        height: auto;
        line-height: normal;
    }
    .nav_top_b_in font{
        font-size: 12px;
    display: inline-block;
        margin: 0;
        
    }
    .nav_top_b_in span{
         width: 40px;
        height: 6px;
        border-radius: 6px;
        display: inline-block;
    }
    .nav_top_ul{
        padding: 60px 0 0 0;
    }
    .nav_top_inner{
        padding: 0;
        padding-bottom: 60px;
    }
    
    
    
    .search_pop_inner{
        margin: 0;
        left: 10%;
        width: 80%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
	.search_pop_inner.active{
		top:20%;
	}
    .search_colse{
        width: 40px;
    }
    
    .search_pop_1 h5{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .search_pop_1 h6{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .search_iunput{
        width: 100%;
    }
    .search_iunput img {
        position: absolute;
        left: 1%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 10%;
        z-index: 2;
    }
    
    .search_iunput input {
        outline: none;
        background: #8d8d8d;
        border: 1px solid white;
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        border-radius: 40px;
        padding: 10px;
        padding-left: 11%;
        font-size: 14px;
    }
    .search_iunput a {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        right: 2%;
    }
    .form_colse {
        width: 40px;
    }
    .form_box{
        width: 80%;
    }
    .form_box_left {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .form_box_right {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .form_box_left h4 {
        font-size: 24px;
        font-weight: lighter;
        padding: 0;
        margin-bottom: 10px;
    }
    .form_box_left h5 {
        font-size: 20px;
    }
    .form_box_left h5 br{
        display: none;
    }
    
    .form_box_right p{
        font-size: 12px;
    }
    .form {
        margin:10px 0;
    }
    .form_content {
        border: 1px solid white;
        width: 100%;
        box-sizing: border-box;
    }
    .form_content .fomr_input {
        width: 100%;
        height: 40px;
        border: none;
        background: #7a8080;
        outline: none;
        border-bottom: 1px solid white;
        padding: 10px 16px;
        box-sizing: border-box;
        color: white;
        font-size: 14px;
    }
    .form_btn {
        color: #7a8080;
        font-size: 14px;
        background: #c5c7c7;
        margin-top: 10px;
        float: right;
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .form_content textarea {
        width: 100%;
        height: 200px;
        border: none;
        background: #7a8080;
        outline: none;
        padding: 10px 16px;
        box-sizing: border-box;
        color: white;
        font-size: 14px;
        overflow: auto;
    }
    
    
    
    .list_p{
        font-size: 14px;
    }
    .list_p em{
        display: block;
    }
    .em2{
        display: none;
    }
    .list_box_page{
        display: block;
        text-align: center;
        position: relative;
        margin: 10px 0;
    }
    .list_box_page .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin: 0 2px;
    }
    .list_box_page .swiper-pagination-bullet-active{
        background: #ec6c00;
    }
    .search_pop_inner.active{
        margin-top: 20px;
    }
    .search_pop_inner.active {
        top: 20%;
    }
    .page-mv .lead__inner{
        width: 80%;
    }
    .page-mv .lead__inner p{
        font-size: 12px;
    }
    .cursor{
        display: none;
    }
    .show_container_imgp{
        z-index: 4;
    }
    .swiper__nav-layer{
        display: none;
    }
    .list_box a{
        height: 32vw;
    }
}

@media screen and (max-width:768px) {
    .page-mv__wrapper,.slider{
        height: 30vh;
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

}