body{
    margin: 0;
}
.index{
    width: 100%;
    position: relative;
    overflow: scroll;
    /*background-repeat: repeat;*/
}
.index::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('./images/index-bg.jpg');
    background-size: cover;
}

.swiper{
    width: 1400px !important;
    margin: auto;
    height: 100%;
}
.swiper-slide{
    position: relative;
}
.index-menu{
    position: absolute;
    top: 260px;
    width: 200px;
    height: 400px;
}
.menu-item{
    position: relative;
    height: 40px;
}
.menu-line-active{
    width: 50px;
    border-bottom: 3px solid #ddb031 ;
}
.menu-round-active{
    position: absolute;
    font-size: 22px;
    color: #DDB031;
}
.menu-line{
    width: 32px;
    border-bottom: 3px solid #fff ;
}
.menu-round{
    position: absolute;
    font-size: 22px;
    color: #FFF;
}
.menu-span{
    position: absolute;
    font-size: 16px;
    color: #DDB031;
    left: 90px;
    top: 5px;
}
.menu-item div{
    position: absolute;
    top: 16px;
    left: 30px;
}
.banner{
    width: 600px;
    height: 240px;
    position: absolute;
    top: 180px;
    left: 400px;
}
.search-div{
    position: absolute;
    width: 500px;
    height: 50px;
    top: 430px;
    left: 440px;
    border: 1px solid #DDB031;
    border-radius: 10px;
    background-color: #DDB031;
    display: flex;
}
.search-input{
    width: 300px;
    height: 45px;
    margin-top: 2px;
    margin-left: 6px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.search-input input{
    /*border-radius: 30px;*/
    width: 250px;
    height: 42px;
    line-height: 45px;
    border: none;
    padding-left: 20px;
    font-size: 18px;
}
.search-input input:focus{
    outline: none;
}
.search-button{
    height: 50px;
    width: 200px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.search-hot{
    position: absolute;
    width: 1400px;
    height: 40px;
    top: 510px;
    text-align: center;
}
.mouse-div{
    position: relative;
    width: 100%;
    height: 90px;
    z-index: 999;
}
.down-icon{
    position: absolute;
    top: 0;
    width: 16px;
    height: 9px;
    left: 690px
}
.mouse-icon{
    position: absolute;
    top: 45px;
    width: 18px;
    height: 27px;
    left: 689px;
}
.image-title{
    width: 200px;
    height: 65px;
    position: absolute;
    top: 120px;
}
.product-remark{
    position: absolute;
    top: 150px;
    left: 300px;
}
.product-list{
    position: absolute;
    left: 300px;
    top: 230px;
    width: 920px;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    box-sizing: border-box;
}
.product-item{
    width: 190px;
    height: 150px;
    margin: 20px 15px;
}
.product-image{
    width: 190px;
    height: 120px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
}
.product-image img{
    max-width: 180px;
    height: 110px;
    display: block;
    margin: auto;
}
.product-name{
    width: 190px;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
}
.product-more{
    position: relative;
    top: 670px;
    left: 440px;
    width: 630px;
    height: 50px;
    background-color: #A09B9B;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 9999;
}
.more-image{
    position: absolute;
    width: 30px;
    height: 16px;
    top: 17px;
    left: 140px;
}




.scheme-content{
    position: absolute;
    width: 1200px;
    height: 420px;
    top: 200px;
    left: 140px;
    opacity: 0.9;
    display: flex;
    padding-left: 40px;
}
.scheme-content::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('./images/jiejue-banner.png');
    background-size: cover;
}
.scheme-content-item{
    width: 290px;
    height: 420px;
    transform: skew(-10deg);
    padding: 80px 50px 0 55px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.scheme-content-item:hover{
    background-color: #000;
}
.scheme-item-tag{
    margin-top: 15px;
}
.scheme-item-img1{
    height: 36px;
    width: 36px;
    position: absolute;
    top: 330px;
    left: 140px;
    z-index: 999;
}
.scheme-item-img2{
    height: 36px;
    width: 36px;
    position: absolute;
    top: 330px;
    left: 430px;
    z-index: 999;
}
.scheme-item-img3{
    height: 36px;
    width: 36px;
    position: absolute;
    top: 330px;
    left: 720px;
    z-index: 999;
}
.scheme-item-img4{
    height: 36px;
    width: 36px;
    position: absolute;
    top: 330px;
    left: 1010px;
    z-index: 999;
}
.scheme-more{
    position: relative;
    top: 700px;
    left: 440px;
    width: 630px;
    height: 50px;
    background-color: #A09B9B;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 9999;
}



.example-content{
    position: absolute;
    width: 1000px;
    min-height: 400px;
    top: 200px;
    left: 300px;
    display: flex;
    flex-wrap: wrap;
}
.example-content-item-big{
    width: 435px;
    height: 200px;
    margin: 5px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.example-content-item-big:hover{
    background-color: #000;
}
.example-content-item-big img{
    position: absolute;
    top: 0;
    left: 0;
    width: 435px;
    height: 200px;
    border-radius: 10px;
    z-index: 8;
    filter: blur(1px);
}
.example-content-item-big div{
    position: absolute;
    width: 345px;
    height: 30px;
    left: 50px;
    top: 80px;
    text-align: center;
    z-index: 9;
}
.example-content-item-small{
    width: 300px;
    height: 170px;
    margin: 5px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}
.example-content-item-small img{
    height: 170px;
    width: 300px;
    border-radius: 10px;
    z-index: 8;
}
.example-content-item-small div{
    position: absolute;
    width: 200px;
    height: 30px;
    left: 43px;
    top: 60px;
    text-align: center;
    z-index: 9;
}
.small-bg{
    width: 300px !important;
    height: 170px !important;
    background-color: #000;
    opacity: 0.3;
    left: 0 !important;
    top: 0 !important;
}
.small-bg:hover{
    opacity: 0.4;
}


.news-content{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 1100px;
    top: 200px;
    left: 280px;
}
.news-content-item{
    display: flex;
    width: 500px;
    height: 130px;
    margin-bottom: 50px;
    margin-right: 50px;
    cursor: pointer;
}
.news-content-item img{
    width: 180px;
    height: 130px;
    margin-right: 25px;
}
.item-right{
    width: 300px;
    height: 130px;
}
.item-right-top{
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    border-bottom: 1px solid #4B4B4B;
    padding-bottom: 14px;
    box-sizing: border-box;
}
.line{
    position: absolute;
    border-bottom: 2px solid #fff;
    width: 50px;
    height: 2px;
    bottom: 0px;
    left: 0;
}
.item-right-bottom{
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.about-content{
    position: absolute;
    width: 1110px;
    height: 500px;
    top: 150px;
    left: 200px;
}
.about-content-title{
    padding-left: 100px;
}
.about-content-banner img{
    width: 1100px;
    height: 265px;
}
.about-content-desc{
    width: 900px;
    margin-left: 100px;
    border-top: 1px solid #646464;
    margin-top: 20px;
}
.about-line{
    width: 40px;
    height: 2px;
    border-top: 2px solid #fff;
    margin-bottom: 20px;
}
.desc-title{
    padding-top: 20px;
    margin-bottom: 20px;
}
.desc-content{
    line-height: 28px;
}
.wx-code{
    position: absolute;
    width: 170px;
    height: 200px;
    background-color: #fff;
    right: 20px;
    top: 200px;
    text-align: center;
    z-index: 9999;
}
.wx-code-top{
    text-align: right;
    padding-right: 5px;
}
.wx-code-top span{
    cursor: pointer
}
.wx-code img{
    width: 120px;
    height: 120px;
}
.wx-code-foot{
    padding-top: 8px;
}
.search-more{
    width: 296px;
    position: absolute;
    top: 477px;
    left: 447px;
    z-index: 9999;
}
.search-more-item{
    height: 28px;
    background-color: #fff;
    line-height: 28px;
    padding-left: 10px;
    cursor: pointer;
    width: 286px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-more-item:hover{
    background-color: #CDCDCD;
}
.search-more-item span{
    font-size: 12px;
}






