body {

    font-family: "微软雅黑";

    font-size: 14px;

    overflow-x: hidden;

}



* {

    list-style: none;

    margin: 0;

    padding: 0;

    text-decoration: none;

    outline: none;

}



ul,

li {

    margin: 0;

    padding: 0;

}



a {

    color: #333;

    text-decoration: none;

}



ul,

li {

    margin: 0;

    padding: 0;

}



a:link {

    text-decoration: none;

}



a:visited {

    text-decoration: none;

}



h1,

h2,

h3,

h4,

p {

    margin: 0;

    padding: 0;

    display: block !important;

}



em {

    font-style: normal;

}



.clear {

    clear: both;

}



.float-left {

    float: left;

}



.float-right {

    float: right;

}



.blank10 {

    width: 100%;

    height: 10px;

}



.blank20 {

    width: 100%;

    height: 20px;

}



.blank30 {

    width: 100%;

    height: 30px;

}



.blank50 {

    width: 100%;

    height: 50px;

}



.blank70 {

    width: 100%;

    height: 70px;

}



.blank100 {

    width: 100%;

    height: 100px;

}



.txt-center {

    text-align: center;

}



.txt-left {

    text-align: left;

}



.position-a {

    position: absolute;

}



.position-r {

    position: relative;

}



.content {

    width: 1280px;

    margin: auto;

    position: relative;

    overflow: hidden;

}

.content-full {

    width: 100%;

    margin: auto;

    position: relative;

    overflow: unset;

}



.content-info {

    width: 1280px;

    margin: auto;

    position: relative;

    overflow: unset;

}

.index-bg{

    background: #fff;

}

/*header*/

.header2 {
    display: none;
}
.menu{
    width: 100%;
    height: 165px;
    overflow: hidden;
    display: table;
    margin: auto;
    text-align: center;
    padding-top: 10px;
}
.menu ul li{
    width: auto;
    margin: auto 30px;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    position: relative;
}

.menu-link {
    width: 100%;
    height: 3px;
    background: #FE9C03;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-radius: 10px;
}

.menu-li a {
    display: block;
    color: #333;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.menu-li a:hover {
    color: #333;
}

.menu-li:hover .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.menu-li.active .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*header_end*/



/* banner */
.banner {

    width: 100%;

    height: 739px;

    position: relative;

    top: 0px;

    overflow: hidden;

}

.banner-img{

    width: 100%;

    height: 739px;

    object-fit: cover;

    text-align: center;

}

.material-icons{

    font-size: 44px;

}

.row1 .swiper-container{

    width: 727px;

    float: right;

}

.banner-pagination{

    height: 22px;

    text-align: center;

    margin: auto;

    line-height: 22px;

    position: absolute;

    left: 0;

    right: 0;

    border-radius: 50px;

    bottom:30px !important;

}

.swiper-pagination-bullet{

    background: #fff;

    opacity: 1;

    filter: alpha(opacity=100);

    border-radius: 50%;

}

.banner .swiper-pagination-bullet-active{

    background: #FE9C03;

}

.swiper-button-next{

    background: url('../images/banner-icon.png') no-repeat center;

    right: 60px;

    width: 44px;

    height: 44px;

    top: 50%;

}

.swiper-button-prev{

    background: url('../images/banner-icon2.png') no-repeat center;

    left: 60px;

    width: 44px;

    height: 44px;

    top: 50%;

}

/* banner-end */
/* video */

.video-img .modal{

    z-index: 99999;

}

#videos .modal-dialog {

    width: 76%;

}

#videos .modal-body {

    width: 100%;

    height: 80vh;

    background: #000;

    padding: 0;

}

#video{

    width: 100%;

    height: 100%;

    object-fit: cover;

}
/* video-end */

/* index */
.col{
    padding: 118px 0;
}
.col .col-img{
    width: 665px;
    height: 459px;
    float: left;
}
.col .col-right{
    float: right; 
    width: 555px;
    margin-top: 15px;
}
.col-right .col-title{
    font-size: 36px;
    font-weight: bold;
    position: relative;
    color: #333;
}
.col-right .col-img2{
    width: 100%;
    margin-top: -48px;
}
.col-right .col-title2{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
}
.col-right .col-txt2{
    font-size: 16px;
    color: #999;
    margin-top: 20px;
    line-height: 30px;
}
.more-btn{
    width: 158px;
    height: 44px;
    text-align: center;
    background: #FE9C03;
    line-height: 44px;
    margin-top: 15px;
    display: block;
    border-radius: 6px;
    color: #fff;
}
.more-btn:hover{
    color: #fff;
    box-shadow: 0 10px 20px #ccc;
    -webkit-box-shadow: 0 10px 20px #ccc;
    -moz-box-shadow: 0 10px 20px #ccc;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.video-bg{
    height: 360px;
    background: url('../images/video_bg.png') no-repeat center;
    background-size: cover;
    position: relative;
}
.video-btn{
    width: 96px;
    height: 69px;
    display: block;
    margin: auto;
    background: url('../images/video_btn.png') no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.col3{
    height: 860px;
    background: url('../images/bg1.png') no-repeat center;
    padding: 118px 0;
}
.col3-left{
    width: 450px;
    float: left;
}
.col3-right{
    width: 719px;
    float: right;
    overflow: hidden;
}
.col3-title{
    font-size: 36px;
    font-weight: bold;
    color: #333;
}
.col3-title span{
    font-size: 24px;
    color: #999;
    margin-left: 30px;
}
.col3-txt{
    font-size: 16px;
    color: #999;
    margin-top: 38px;
    line-height: 30px;
}
.col3-left .more-btn{
    margin-top: 30px;
}
.swiper-button{
    position: absolute;
    bottom: 80px;
    left: 300px;
    width: 108px;
}
.swiper-button .swiper-button-next2{
    right: 0;
    background: url('../images/col-icon.png') no-repeat center;
}
.swiper-button .swiper-button-prev2{
    left: 0;
    background: url('../images/col-icon2.png') no-repeat center;
}
.col-img{
    width: 100%;
}
.col-title2{
    margin-top: 15px;
    font-size: 24px;
    color: #00500B;
    line-height: 30px;
    font-weight: bold;
}
.swiper-container2{
    margin-top: 85px;
}
.swiper-container2 .swiper2-img{
     width: 100%;
     height: 169px;
     border-radius: 16px;
     object-fit: cover;
}

.swiper-button-next2{

    background: url('../images/col-icon2.png') no-repeat center;

    right: 60px;

    width: 44px;

    height: 44px;

    top: 50%;

}

.swiper-button-prev2{

    background: url('../images/col-icon2.png') no-repeat center;

    left: 60px;

    width: 44px;

    height: 44px;

    top: 50%;

}
.swiper-container2 h5{
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
.swiper-container2 p{
    font-size: 14px;
    line-height: 25px;
    color: #666;
}
.col4{
    background: url('../images/bg2.png') no-repeat center;
    padding: 118px 0;
}
.col4-txt{
    width: 710px;
    color: #999;
    font-size: 16px;
}
.swiper3-button{
    position: absolute;
    top: 80px;
    right: 0;
    width: 108px;
}
.swiper3-button .swiper-button-next3{
    right: 0;
    background: url('../images/col-icon.png') no-repeat center;
}
.swiper3-button .swiper-button-prev3{
    left: 0;
    background: url('../images/col-icon2.png') no-repeat center;
}
.swiper3-img{
    width: 100%;
    height: 259px;
    border-radius: 12px;
    margin-bottom: 30px;
    object-fit: cover;
}
.col4-span{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #ff7e00;
}
.col4-h5{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
}
.col4-p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.col4-title{
    font-size: 36px;
    font-weight: bold;
    color: #333;
}
.col4-title span{
    font-size: 24px;
    color: #999;
    margin-left: 30px;
}
.col4-txt{
    font-size: 16px;
    color: #999;
    margin-top: 38px;
    margin-bottom: 40px;
    line-height: 30px;
}
.swiper-container3 .swiper-slide{
    background: #fff;
    border-radius: 24px;
    padding: 18px;
}
.col4 .more-btn{
    margin: auto;
    margin-top: 50px;
}
.fs-logo{
    display: table;
    margin: auto;
    width: 200px;
    margin-top: 48px;
}
/* .fs-title{
    width: 200px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 10px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
} */
/* index-end */


/* footer */

.footer{

    width: 100%;

    height: 340px;

    background: #ff8c26;

}
.footer-cont{
    float: left;
    margin-top: 25px;
}
.cont-list{
    overflow: hidden;
    padding-right: 80px;
    border-bottom: 2px solid #a64000;
}
.cont-icon{
    width: 55px;
    float: left;
    margin: 15px;
    margin-left: 0;
    margin-top: 20px;
}
.cont-list p{
    line-height: 30px;
    color: #a64000;
    float: left;
    margin-top: 25px;
}
.footer-cont p{
    color: #a64000;
    line-height: 24px;
    font-size: 20px;
}
.footer-qrcode{
    margin-top: 50px;
}
.footer-qrcode-img{
    border-radius: 6px;
    height: 180px;
}
.footer-qrcode-main{
    float: left;
    margin-left: 25px;
    text-align: center;
    color: #fff;
}
.footer-qrcode-main p{
    margin-top: 5px;
    font-size: 18px;
    color: #a64000;
}
.footer-right{
    float: right;
}
.web-txt{
    margin-left: 25px;
    margin-top: 18px;
    float: left;
    font-size: 20px;
}
.web-txt a{
    color: #a64000;
}
.footer-logo{
    float: left;
    margin-right: 110px;
    margin-top: 50px;
    height: 200px;
}
.fushan-logo{
    width: 200px;
    max-width: 100%;
    margin: 30px auto;
    display: table;
}

/* 

.footer-col a:first-of-type .footer-logo{

    border-right: 1px solid #ddd;

} */


/* footer-end */





/* header_mb */



.header2 {

    width: 100%;

    height: 60px;

    background: #f2f2f2;

    position: fixed;

    top: 0;

    padding: 0 15px;

    margin: auto;

    z-index: 999;

}



.header2 h3 {

    margin: auto;

    height: 40px;

    text-align: left;

    margin-top: 10px;

    line-height: 40px;

    font-weight: bold;

    font-size: 20px;

}



.header2 h3 img {
    margin-right: 15px;
    max-width: 75%;

    max-height: 100%;;

}



.header2 .left_btn {

    position: absolute;

    top: 8px;

    width: 44px;

    height: 44px;

    /*padding: 3%;*/

    text-align: center;

    left: 5px;

}



.header2 .right_btn {

    position: absolute;

    top: 8px;

    width: 44px;

    height: 44px;

    /*padding: 3%;*/

    text-align: center;

    right: 5px;

    z-index: 9;

}



.header2 .right_btn img {

    width: 24px;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

}



.header2 .left_btn img {

    width: 24px;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

}



.sidebar {

    position: fixed;

    top: 0;

    left: -76%;

    width: 76%;

    height: 100%;

    background: #f2f2f2;

    z-index: 99999;

    padding-top: 60px;

}



.mask2 {

    width: 100%;

    height: 100vh;

    position: absolute;

    background: rgba(0, 0, 0, .3);

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 9999;

    display: none;

}



.box-bg {

    width: 100%;

    height: 1000px;

    background: url('../images/bg4.jpg') no-repeat center;

}



.close-btn {

    width: 44px;

    height: 44px;

    text-align: center;

    line-height: 30px;

    position: absolute;

    top: 8px;

    right: 8px;

}



.close-btn img {

    width: 40%;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    margin: auto;

}



.menu-logo {

    display: table;

    margin: auto;

    height: auto;

}



.menu-list {

    width: 80%;

    margin: auto;

    position: relative;

    left: 0;

    right: 0;

    bottom: 0;

    margin-top: 20px;

}



.menu-list ul li {

    list-style: none;

    line-height: 5vh;

    width: 100%;

    text-align: center;

    font-size: 16px;

}



.menu-list ul li a {

    display: block;

    color: #333;

    text-align: center;

}



.compy-txt {

    position: absolute;

    margin: auto;

    left: 0;

    right: 0;

    bottom: 20px;

    text-align: center;

    font-size: 14px;

    color: #999;

}



.calendar-img {

    width: 22px;

    margin-top: -4px;

    margin-right: 6px;

}



.header_search_box {

    position: relative;

    height: 38px;

    margin: auto;

    display: table;

    width: 83%;

    margin-top: 20px;

}



.header_search {

    width: 100%;

    height: 38px;

    border: 1px solid #ddd;

    text-indent: 40px;

    border-radius: 30px;

    outline: none;

}



.header_search_img {

    position: absolute;

    top: 2px;

    bottom: 0;

    margin: auto;

    left: 15px;

    height: 20px;

}

.menu-logo{

    display: block;

    height: auto;

    margin-bottom: 15px;

}

/* header_mb-end */

/*info_Public*/

.banner-info{
    width: 100%;
    height: 350px;
    object-fit: cover;

}
.top-nav{
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 999;
}
.top-btn{
    width: 44px;
    height: 44px;
    background: url('../images/top.svg') no-repeat center,rgba(0, 0, 0, 0.5);
    background-size: 26px;
    display: block;
    border-radius: 15px;
}

/*info_Public-end*/


/* info-page */

.info-h5{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-top: 48px;
    margin-bottom: 80px;

}
.info-h5 span{
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
}
.abtou-img{
    width: 100%;
    border-radius: 15px;
}
.abtou-p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    color: #666;
    margin-bottom: 30px;
}
.info-main2{
    width: 545px;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
}
.main2-man{
    overflow: hidden;
    margin-bottom: 40px;
}
.main2-man img{
    float: left;
    width: 284px;
}
.man-right{
    float: right;
    margin-top: 200px;
}
.man-right h5{
    font-size: 36px;
    font-weight: bold;
}
.man-right p{
    font-size: 24px;
    color: #999;
}
.main-bg{
    background: url('../images/bg3.png') no-repeat center bottom 300px;
}
.info-main3{
    width: 545px;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
}
.info-main3 h5{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.info-main3 span{
    font-size: 24px;
    color: #999;
    margin-bottom: 45px;
    text-align: center;
    display: table;
    margin: auto;
}
.swiper4-pagination{
    position: relative;
    bottom: -10px;
}
.swiper-container4{
    margin-bottom: 30px;
    margin: 0 5%;
    overflow: hidden;
    padding-bottom: 30px;
}
.swiper-container4 .swiper-slide{
    width: auto;
    height: 268px;
}
.swiper-container4 .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.swiper4-pagination{
    bottom: -10px !important;
}
.swiper4-pagination .swiper-pagination-bullet{
    background: #f2f2f2;
}
.swiper4-pagination .swiper-pagination-bullet-active{
    background: #FE9C03;
}
.bigthings-title{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 55px auto;
}
.bigthings{
    overflow: hidden;
    position: relative;
    margin-bottom: 115px;
}
.time-line{
    position: absolute;
    width: 1px;
    height: 100%;
    background: #999;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 40px;
}
.time-p{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #999;
    position: relative;
    margin-bottom: 128px;
    margin-left: -6px;
    border-radius: 50%;
}
.bigthings ul li{
    width: 47%;
    float: left;
    margin-top: 25px;
    min-height: 121px;
}
.bigthings ul li h5{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.bigthings ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #999;
}
.bigthings ul li h5,.bigthings ul li p{
    text-align: right;
}
.bigthings ul li:nth-of-type(2n){
    float: right;
}
.bigthings ul li:nth-of-type(2n) h5,.bigthings ul li:nth-of-type(2n) p{
    text-align: left;
}
.garden-title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
}
.garden-p{
    width: 800px;
    font-size: 16px;
    text-align: center;
    font-size: 16px;
    margin: auto;
    margin-top: 30px;
    color: #666;
    margin-bottom: 60px;
    line-height: 30px;
}
.garden-list{
    overflow: hidden;
    padding: 0 70px;
    margin-bottom: 50px;
}
.garden-list ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.garden-img{
    width: 513px;
    height: 266px;
    border-radius: 16px;
    float: left;
    object-fit: cover;
}
.garden-txt{
    width: 583px;
    float: right;
    margin-top: 50px;
}
.garden-txt h5{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}
.garden-txt p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: left;
}
.garden-list ul li:nth-of-type(2n) .garden-img{
    float: right;
}
.garden-list ul li:nth-of-type(2n) .garden-txt{
    float: left;
}
.banner-video{
    width: 100%;
    border-radius: 16px;
}
.web-store{
    display: table;
    margin: auto;
    overflow: hidden;
    margin-bottom: 80px;
}
.web-store ul li{
    float: left;
    margin: 0 20px;
}
.web-store ul li a{
    display: inline-block;
    margin: auto;
    width: auto;
    padding: 0 25px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50px;
    border: 1px solid #ddd;
    position: relative;
}
.web-store ul li a img{
    margin-right: 10px;
    float: left;
    margin-top: 12px;
}
.web-store ul li a p{
    float: left;
    display: unset;
}
.xcx-code{
    width: 150px;
    height: 150px;
    border-radius: 5px;
    position: absolute;
    display: none;
    border: 1px solid #ddd;
    z-index: 99;
    margin-left: -10px;
    box-shadow: 0 10px 20px #ccc;
}
.xcx-code-btn:hover .xcx-code{
    display: block;
}
.pro-list{
    margin-bottom: 115px;
    overflow: hidden;
}
.pro-list .swiper-slide{
    width: 297px;
    height: 454px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.pro-list .swiper-slide:nth-of-type(4n){
    margin-right: 0;
}
.pro-list .swiper-slide .swiper3-img{
    height: 225px;
}
.store-p{
    width: 700px;
}
.store-list{
    overflow: hidden;
    margin-bottom: 50px;
}
.store-list ul li{
    width: 294px;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px;
    float: left;
    margin-bottom: 35px;
    margin-right: 34px;
}
.store-list ul li:nth-of-type(4n){
    margin-right: 0;
}
.store-img{
    width: 100%;
    height: 183px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 15px;
}
.maps-btn{
    width: 96px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: block;
    background: #FE9C03;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.maps-btn:hover{
    color: #fff;
}
.cont-title{
    margin: auto;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.cont-txt{
    line-height: 40px;
    color: #666;
    margin:50px auto;
    font-size: 16px;
    display: table !important;

}
.map-img{
    width: auto;
    max-width: 100%;
    margin: auto;
    display: table;
    border-radius: 15px;
    margin-bottom: 115px;
}
.store-list .col4-p{
    height: 90px;
}
.abtou-img.pro-img{
    width: auto;
    max-width: 100%;
    margin: auto;
    display: table;
}

/* info-page-end */


@media screen and (max-width:1024px) {

    body{

        padding-top: 60px;

    }

    .content {

        width: 100%;

        padding: 0 15px;

    }

    .header {

        display: none;

    }

    .header2 {

        display: block;

    }

    .banner{

        height: 30vh;

    }

    .banner img{

        height: 30vh;

    }


    .footer{

        height: auto;

    }

    .footer-logo{

        width: 100%;

        height: auto;

        margin-top: 25px;

    }
    .swiper-pagination-bullet{

        background: #ddd;

    }

    #videos .modal-dialog{

        width: 94%;

    }

    #videos .modal-body{

        height: auto;

    }

    .banner-info img{

        height: 20vh;

    }
    .footer-logo{
        width: auto;
        height: auto;
        display: table;
        text-align: center;
        margin: auto;
        margin-top: 25px;
        float: unset;
    }

    .swiper-button-next{
        right: 15px;
    }
    .swiper-button-prev{
        left: 15px;
    }
    .col .col-img{
        width: 100%;
        height: auto;
    }
    .col .col-right{
        width: 100%;
        margin-bottom: 30px;
    }
    .col-right .col-title2{
        font-size: 20px;
        margin-top: 10px;
    }
    .video-bg{
        height: 20vh;
    }
    .col3{
        padding: 30px 0;
        height: 980px;
        background-position: bottom;
    }
    .col3-left{
        width: 100%;
    }
    .col3-right{
        width: 100%;
        padding-bottom: 30px;
    }
    .col3-title span{
        font-size: 20px;
        color: #999;
        margin-left: 0;
        display: inline-block;
    }
    .col3-txt{
        margin-top: 15px;
    }
    .col-img{
        margin-top: 30px;
    }
    .swiper-container2{
        margin-top: 25px;
    }
    .swiper-button{
        bottom: 30px;
        left: 15px;
    }
    .col4-title span{
        font-size: 20px;
        color: #999;
        margin-left: 0;
        display: inline-block;
    }
    .col4{
        padding: 30px 0;
    }
    .swiper3-button{
        top: 310px;
        right: unset;
        left: 15px;
    }
    .col4-txt{
        width: 100%;
        margin: 15px auto;
    }
    .col4 .swiper-container3{
        margin-top: 85px;
    }
    .swiper-container3 .swiper-slide{
        border: 1px solid #ddd;
    }
    .footer-cont{
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .footer-qrcode{
        float: unset;
        display: table;
        margin: auto;

    }
    .footer-qrcode-main{
        float: unset;
        display: inline-block;
        margin: 30px;
    }
    .footer-control{
        overflow: hidden;
    }
    .top-nav{
        right: 15px;
    }
    .banner-info{
        height: 25vh;
    }
    .info-h5{
        margin: 30px auto;
    }
    .info-main2{
        width: 100%;
        padding: 0 15px;
    }
    .info-main3{
        width: 100%;
        padding: 0 15px;
    }
    .main2-man img{
        width: 50%;
    }
    .man-right{
        margin-top: 100px;
    }
    .man-right h5{
        font-size: 20px;
    }
    .man-right p{
        font-size: 16px;
    }
    .swiper-container4 .swiper-slide{
        height: 208px;
    }
    .bigthings{
        margin-bottom: 30px;
    }
    .bigthings ul li h5{
        font-size: 14px;
    }
    .bigthings ul li p{
        font-size: 12px;
        line-height: unset;
    }
    .bigthings ul li{
        min-height: 138px;
    }
    .time-line{
        padding-top: 36px;
    }
    .time-p{
        margin-bottom: 145px;
    }
    .garden-p{
        width: 100%;
        margin-bottom: 30px;
    }
    .garden-img{
        width: 100%;
        height: 180px;
    }
    .garden-txt{
        width: 100%;
        margin-top: 10px;
    }
    .garden-list{
        margin-bottom: 20px;
    }
    .pro-list .swiper-slide{
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .web-store{
        margin-bottom: 30px;
    }
    .web-store ul li{
        margin: 0 5px;
    }
    .web-store ul li a{
        padding: 0 15px;
    }
    .swiper-container3{
        margin-top: 0;
    }
    .xcx-code{
        margin-left: -40px;
    }
    .pro-list{
        margin-bottom: 30px;
    }
    .store-list ul li{
        width: 100%;
    }
    .store-list .col4-p{
        height: auto;
    }
    .cont-title{
        font-size: 24px;
        line-height: 30px;
    }
    .map-img{
        margin-bottom: 50px;
    }
    .video-btn{
        width: 68px;
        height: 46px;
        background-size: 68px 46px;
    }
    .cont-list{
        padding: 0;
    }
    .footer-right{
        width: 100%;
    }
    .footer-qrcode{
        margin-top: 30px;
    }
    .footer-qrcode-main{
        margin: 5%;
        width: 40%;
    }
    .footer-qrcode-img{
        height: auto; 
        width: 100%;
    }
    .footer-qrcode-main p{
        font-size: 12px;
    }
    .web-txt{
        margin-left: 0px;
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }
    .footer-cont p{
        font-size: 18px;
    }
    .pro-list .swiper-slide .swiper3-img{
        height: 246px;
    }
}    





@media screen and (max-width:1380px) {



}