@import "font.css";
@import "iconfont.css";
@import "aos.css";
@import "pcmeun.css";

body,
ul,
li,
p,
a {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Arial, Microsoft YaHei, sans-serif;
}

::-webkit-scrollbar {
    width: 0;
}

a {
    text-decoration: none;
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#scroller-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.home .hasBg {
    padding: 20px 4%;
    background: white !important;
}

.scrollbar-thumb {
    width: 0px !important;
    background-color: black !important;
}

.home .header .right .lan {
    cursor: pointer;
}

.home .header .right .search {
    cursor: pointer;
}


.home .header .lines::after {
    content: '菜单';
    display: block;
    position: absolute;
    right: -40px;
    top: -3px;
    color: white;
    font-size: 14px;
    transition: all 600ms;
    z-index: 100;
}

.home .hasBg .lines::after {
    color: black;
}

.goTop {
    cursor: pointer;
}

.goTop2 {
    cursor: pointer;
}


.home .pheader {
    position: fixed;
    left: 0;
    z-index: 10;
    width: 92%;
    padding: 20px 4%;
    transition: all 600ms;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.home .pheader a {
    position: relative;
    display: inline-block;
}

.home .pheader a i {
    color: white;
    font-size: 39px;
    transition: all 600ms;
    display: inline-block;
}

.home .pheader a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: all 600ms;
}

.home .pheader .lines {
    width: 18px;
    height: 16px;
    position: relative;
    cursor: pointer;
}

.home .pheader .lines span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 600ms;
}

.home .pheader .lines span:nth-child(2) {
    top: 5px;
}

.home .pheader .lines span:nth-child(3) {
    top: 10px;
}

.pMenu {
    display: none;
}

#xuan {
    position: fixed;
    width: 55px;
    height: 460px;
    top: 50%;
    margin-top: -230px;
    z-index: 100;
    right: 0;
    transform: translateX(60px);
    opacity: 0;
    transition: all 600ms;
}

.activeXuan {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

#xuan a {
    width: 100%;
    height: 87px;
    display: block;
    background: #aaa;
    color: #fff;
    margin-bottom: 1px;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: all 600ms;
}

.shan {
    -webkit-animation-name: shan;
    animation-name: shan;
}

.animated_shan {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes shan {
    0% {
        background: #F6AD2D;
        color: #000;
    }

    50% {
        background: #aaa;
        color: #fff;
    }

    100% {
        background: #F6AD2D;
        color: #000;
    }
}

#xuan a i {
    font-size: 20px;
    text-align: center;
    padding-top: 11px;
    display: block;
}

#xuan a span {
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 16px;
    width: 30px;
    margin: 3px auto;
}

#xuan a .yidong {
    width: 114px;
    height: 114px;
    position: absolute;
    left: -120px;
    top: 0;
    display: none;
    padding-right: 10px;
}

#xuan a .yidong img {
    display: block;
    width: 114px;
    height: 114px;
}

#xuan a:hover {
    background: #F6AD2D;
    color: #000;
}

#xuan a:hover .yidong {
    display: block;
}

@media screen and (max-width: 1365px) {
    .bottom-button {
        display: none;
    }

    .index_bottom_div {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .home .section .foot .content .dom2 {
        margin: 35px 0 !important;
    }

    .home .header {
        display: none !important;
    }

    .home .pheader {
        display: flex !important;
        background: rgba(0, 0, 0, .8);
    }

    .pMenu {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 100;
        background: rgba(0, 0, 0, .8);
    }

    .pMenu .close {
        position: absolute;
        right: 4.5%;
        top: 5%;
        width: 13px;
        height: 13px;
        z-index: 10;
        cursor: pointer;
    }

    .pMenu .close span {
        display: inline-block;
        height: 2px;
        width: 13px;
        background-color: #ffffff;
        position: absolute;
        transform: rotate(-45deg);
        top: 6px;
    }

    .pMenu .close span:nth-child(2) {
        transform: rotate(45deg);
    }

    .pMenu ul {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
    }

    .pMenu li {
        text-align: center;
        margin: 20px 0;
        width: 50%;
    }

    .pMenu li a {
        color: white;
        font-size: 18px;
    }

    .pMenu li .aList {
        display: none;
    }

    .pMenu li .aList a {
        font-size: 14px;
        display: block;
        margin-top: 10px;
    }
}

.bottom-button {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
    transition: 1s;
    bottom: -4px;
    cursor: pointer;
}

.bottom-button.active {
    opacity: 0;
}

.index_bottom_div {
    width: 100%;
    height: 160px;
    position: fixed;
    bottom: 0;
    z-index: 101;
    transform: translateX(100%);
    transition: 1s;
}

.index_bottom_div.active {
    transform: translateX(0);
}

.index_bottom_buttonB {
    width: 100%;
    height: 84px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
}

.index_bottom_divL {
    margin-top: 10px;
    width: 21%;
    height: 209px;
    background: url(../images/bottom.png) no-repeat;
    position: relative;
}

.index_bottom_divC {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
}



.index_bottom_divC input,
.index_bottom_divC select,
.index_bottom_divC button {
    height: 44px;
    width: 176px;
    margin-left: 14px;
    margin-top: 100px;
}

.index_bottom_divC select {
    -webkit-appearance: none;
    height: 44px;
    line-height: 33px;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.index_bottom_divC input,
.index_bottom_divC select {
    font-size: 16px;
    color: #666666;
    padding: 0 10px;
}

.index_bottom_divC input::placeholder {
    color: #666666 !important;
    position: relative;
}

.index_bottom_divC button {
    background: #fbc800;
    border: none;
    color: #000;
    font-size: 18px;
}

.index_bottom_divC input::-webkit-input-placeholder {
    color: #000000;
}

.index_bottom_div .main {
    position: relative;
}

.index_bottom_div b {
    position: absolute;
    top: 90px;
    right: 16px;
    color: #d2cece;
    z-index: 9;
}

.index_bottom_divR {
    align-self: flex-end;
    position: relative;
    font-size: 35px;
    bottom: 110px;
    left: 20px;
}

.index_bottom_divC input {
    height: 40px;
}

.index_bottom_divC select,
.index_bottom_divC button,
.index_bottom_divR {
    cursor: pointer;
}

@media screen and (max-width: 1300px) {
    #xuan {
        height: auto;
        transform: unset;
        top: unset;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #xuan a{
        height: 65px;
    }
    #xuan a span{
        width: 100%;
    }
    .home .section .products{
        height: auto;
    }
}
.icon_wx:hover {
    /*border: 1px solid red;*/
}
.icons .icons-box{
    width: 45px;
    height: 45px;
    background: #333333;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.hover_pic1{
        position: absolute; 
        bottom:565px;
        right:23%;
        width:100px;
        height:100px; 
        display:none;
    }
.hover_pic2{
    right:20%; 
    position: absolute; 
    bottom:565px;
    width:100px;
    height:100px; 
    display:none;
}
.hover_pic3{
    right:17%; 
    position: absolute; 
    bottom:565px;
    width:100px;
    height:100px;
    display:none; 
}
.hover_pic4{
    right:14%; 
    position: absolute; 
    bottom:565px;
    width:100px;
    height:100px;
    display:none; 
}
    @media screen and (max-width: 767px){
        .hover_pic1, .hover_pic2, .hover_pic3, .hover_pic4{
            position: absolute; 
            bottom:260px;
            right:5%;
            width:80px;
            height:80px; 
            display:none;
        }
    }
