html {
    scroll-behavior: smooth;
}
body{
    background-color: #F8F8F8;
}

/***上部内容***/
.topnav1{
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    margin-top: 20px;
}
.topnav1 .topnav1left{
    width: 700px;
    height: 350px;
    float: left;
}
.layui-carousel{
    height: 330px;
}

.banner{
    width: 800px;
    height: 330px;
    border-radius: 6px;
}

.banner img{
    width: 800px;
    height: 320px;
    border-radius: 6px;
}

.mingcheng{
    color: #333;
    padding: 5px;
    max-height: 80px;
    min-height: 40px;
    font-size: 16px;
    text-align: center;
}
.mingcheng:hover{
    color: #ea0505;
}
.jine{
    font-size: 24px;
    text-align: center;
    margin-top: 5px;
}

.topnav1right{
    width: 380px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    float: right;
}



.hot{
    width: 1204px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}

.shangpinfenlmc{
    text-indent: 30px;color:#fff;height: 40px;line-height: 40px;
    border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;
    font-size: 20px;
    background: linear-gradient(to right, #ea0505 0%, #ffb1b1 20%, #ffb1b1 20%, #ffdbdb 50%, #ffdbdb 50%, #fff 100%);
}


