.top-link{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #96C2BA;
    color: #fff;
    font-size: 14px;
}
.wel{
    float: left;
    padding-left: 20px;
}
.link-con{
    float: right;
    padding-right: 20px;
}
.header{
    height: 66px;
    width: 100%;
    line-height: 66px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
}
.logo{
    width: 100px;
    height: 66px;
    background: url('../images/logo.png');
    background-size: contain;
    float: left;
    opacity: 0.8;
    border-radius: 16px;
}
body,html{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.h-con{
    width: 860px;
    margin: 0 auto;
}
.nav{
    float: right;
}
.nav a{
    text-decoration: none;
    color: #96C2BA;
    padding: 0 25px;
    &:hover{
        color: #C70811;
    }
}
.banner{
    width: 100%;
    height: 400px;
    background: url('../images/banner3.jpg');
    background-size: 100% 100%;
    position: relative;
}
.container{
    width: 1000px;
    margin: 0 auto;
}
.title{
    border-bottom: 2px solid #96C2BA;
    font-size: 18px;
    padding-bottom: 10px;
    color: #96C2BA;
    font-weight: 500;
    margin: 20px 0;
}
.con1{
    overflow: hidden;
}
.left{
    float: left;
    width: 560px;
}
.left p{
    line-height: 30px;
    color: #333;
    text-indent: 2em;
    text-align: justify;
}
.right{
    height: 330px;
    float: right;
}
.right img{
    height: 330px;
}
.imgs img{
    width: 321px;
    height: 550px;
}
.info{
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
}
.location{
    background: url('../images/location.png');
    background-size: 22px 28px;
    background-position: left center;
    background-repeat: no-repeat;
}
.wifi{
    background: url('../images/wifi.png');
    background-size: 24px 20px;
    background-position: left center;
    background-repeat: no-repeat;
}
.footer{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #96C2BA;
}
.products{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.r-item{
    float: left;
    margin: 10px;
}
.r-item img{
    width: 480px;
    height: 300px;
}
.r-item p{
    text-align: center;
    font-weight: 500;
}
.gouwu-info{
    text-align: center;
}
.yishou{
    color: #C70811;
    margin-left: 20px;
}
.num{
    color: #96C2BA;
    font-size: 22px;
    font-weight: 500;
}
.money{
    font-size: 12px;
    font-weight: 500;
}