
.pc-box{ display:block;}
.phone-box{ display:none;}

.pc-box-flex{ display:flex;}
.phone-box-flex{ display:none;}
@media screen and (max-width: 950) {
     .pc-box{ display: none ;}
     .phone-box{ display: block ;}

     .pc-box-flex{ display:none;}
     .phone-box-flex{ display: flex ;}
}





.searchmodal-bg {
    display: none;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    z-index: 9999991;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 1;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.searchmodal-bg.on {
    display: block;
    width: 100%;
    opacity: 0.6;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.searchmodal-c {
    display: none;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 700px;
    height: auto;
    min-height: 100px;
    text-align: center;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
    position: fixed;
    z-index: 9999999;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}

.searchmodal-c.on {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 1;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.searchmodal-c .close-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    right: -70px;
    top: -70px;
    fill: #fff;
    cursor: pointer;
}


.findbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    border-radius: 30px;
    overflow: hidden;
}

.findbox-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.findbox-l>.input-findbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.findbox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.findbox-r>.button-findbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #019542;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.button-findbox>label {
    color: #fff;
    font-size: 18px;
    margin: 0 5px 0 0;
    cursor: pointer;
}




/*---------  ---------*/

.langbox {
    float: left;
    position: relative;
    z-index: 99999;
    width: auto;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-right: 0px;
}




.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: inline-block;
    height: 24px;
    width: 15px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-position: 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    transition: all .3s;
    transform: rotate(-180deg);
    display: none !important;
}

#gt_float_wrapper {
    position: relative !important;
    top: 0px !important;
    left: 10px !important;
    z-index: 999999;
}

.gt_float_switcher {
    font-family: Arial;
    font-size: 20px;
    border-radius: 0px;
    color: #555;
    display: inline-block;
    line-height: 20px;
    box-shadow: rgba(0, 0, 0, 0) 0 0px 0px !important;
    overflow: hidden;
    background: transparent !important;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.gt_float_switcher .gt-selected {
    position: relative;
    z-index: 8888 !important;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    text-align: left !important;
    width: 80px;
    height: 40px;
    padding: 0px 5px;
    border: solid 1px #000;
    overflow: hidden;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    background-color: #fff!important;
}

.gt_float_switcher .gt_options.gt-open {
    box-sizing: border-box;
    padding: 20px 20px;
    
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px 0px !important;
    color: #000;
    font-weight: bold;
}

.gt_float_switcher .gt_options a {
    float: left;
    width: 14%;
    margin: 20px 10px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    position: relative;
    top: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

.langbox.on .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    position: relative;
    top: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 16px !important;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px 0px !important;
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    left: initial;
    right: 0px!important;
    top: 40px;
    z-index: 999999 !important;
    width:1200px;
    height: 400px;
    max-height: 250px;
    overflow-y: auto;
    transform: translateY(0px);
    opacity: 0;
    cursor: pointer;
    transition: all .8s cubic-bezier(.3, 1.1, .4, 1.1);
    background-color: #000;
    border: none;
    border-radius: 0px;
}


.gt_float_switcher .gt_options a {
    display: block;
    text-decoration: none;
    padding: 5px 5px !important;
    color: #fff !important;
    transition: color .4s linear;
    font-size: 12px;
    text-align: left;
}

.gt_float_switcher .gt_options a img {}






.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
    display: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    display: none !important;
}


@media screen and (max-width: 750px) {
    .homepage-refresh--carousel{
        display: none !important;
    }
}




@media screen and (max-width: 750px) {
    #tips_xuqiu .tips_container {
        display: none;
        width: 100%;
        min-height: 500px;
        height: auto;
        position: fixed;
        bottom: 100px;
        right: 0;
        background-color: #F5F5F5;
        color: #797979;
        overflow: hidden;
        -moz-box-shadow: -2px 2px 5px #888888;
        -webkit-box-shadow: -2px 2px 5px #888888;
        box-shadow: -2px 2px 5px #888888;
    }


    .homepage-refresh--carousel .slick-slide {
        width: 100vw !important;
        overflow: hidden;
    }

    #fixed_content{
        padding-top: 0px !important;
    }


    .homepage-refresh--carousel {
        background: #00263c;
        color: #fff;
        height: auto !important;
        width: 100vw;
        height: 358px !important;
        overflow: hidden;
    }

    .scrollmagic-pin-spacer{
        height: 400px !important;
        overflow: hidden !important;
        padding-top: 20px !important;
    }
}




.mobban-c{
    box-sizing:border-box;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    width:100%;
    height:auto;
    min-height:30px;
    margin:0px auto;
    padding:0px 0px;
    }
    .mobban-c .swiper-pagination{
          bottom: 0px !important;
    }
    .mobban-c .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        text-align: center;
        line-height: 10px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: #fff;
        margin: 0 10px;
    }
    .mobban-c .swiper-pagination-bullet-active {
        color: #fff;
        background: red;
    }
    .mobban-c .swiper{
    box-sizing:border-box;
    width:100%;
    height:auto;
    min-height:30px;
    margin:0px auto;
    padding:0px 0px;
    }
    .mobban-c .swiper-wrapper{
    box-sizing:border-box;
    width:100%;
    height:auto;
    min-height:30px;
    margin:0px auto;
    padding:0px 0px;
    }
    .mobban-c .swiper-slide{
    box-sizing:border-box;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    width:100%;
    height:auto;
    min-height:30px;
    margin:0px auto;
    padding:0px 0px;
    }
    .mobban-c .swiper-item{
    box-sizing:border-box;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    width:100%;
    height:auto;
    min-height:30px;
    margin:0px auto;
    padding:0px 0px;
    position:relative;
    }
    .mobban-c .swiper-item>.img1{
    width:100%;
    height:250px;
    min-height:30px;
    margin:0px 0px;
    padding:0px 0px;
    object-fit:cover;
    }
    .mobban-c .swiper-pagination{
    box-sizing:border-box;
    width:100%;
    height:auto;
    min-height:30px;
    margin:0px auto;
    padding:0px 0px;
    }
    /*--------自适应--------*/
    