*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Microsoft YaHei';  
}
a{
    text-decoration: none;
}
ul{
    list-style:none;
}
/* 顶部导航 */
.top{
    height: 110px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
.top_center{
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    line-height: 110px;
    text-align: center;
    vertical-align: middle;
}
.log{
    float: left;
    height: 70px;
    line-height: 110px;
    
}
.log a{
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}

.navigation{
    float: left;
}
.navigation a{
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 18px;
    color: #F39800;
    text-align: center;
    margin-left: 10px;
}
.navigation a:first-child{
    margin-left: 36px; 
}
.navigation a:hover{
    background-color: #67C0B7;
    color: #fff;
}
.search{
    display: inline-block;
    width: 220px;
    height: 40px;
    border: 2px solid #F39800;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}
.search input{
    float: left;
    width: 160px;
    height: 36px;
    font-size: 16px;
    line-height: 40px;
    padding-left: 16px;
    color: #9FA0A0;
    border:0;
    border-radius: 18px;
    outline: 0;

}
.button_box {
    float: left;
    width: 48px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    vertical-align: middle;
}
.button_box a{
    display: inline-block;
    height: 26px;
    vertical-align: middle;
}
/* 轮播图 */
.poster{
    width: 100%;
    height: 780px;
    margin: 0 auto;
    position: relative;
}
.turn{
    position: absolute;
    width: 100%;
    height: 100px;
    top:340px;
    
    
}
.up{
    float: left;
    width: 100px;
    height: 100px;
    opacity: 0.6;
    margin-left: 30px;
}
.up:hover{
    opacity: 1;
}
.next {
    float: right;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    opacity: 0.6;
}
.next:hover{
    opacity: 1;
}
.poster_img{
    width: 100%;
    height: 780px;
    margin: 0 auto;
    

}
.poster01{
    display: block;
}
.poster02{
    display: none;
}
/* 中部内容 */
.content_box{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: text-bottom;
}
.more{
    height: 40px;
}
.content_box a{
    position:relative; 
    font-size: 24px;
    color: #333333;  
}
.content01{
    margin: 0 auto;
    position: relative;
}
/* 人气商品 */
.goods_box{
    width: 100%;
    height: 880px;
    margin: 0 auto;
    position: relative;
}
.goods_box h2{
    font-size: 40px;
    line-height: 1.5em;
    padding-top: 80px;
}
.goods_box h3{
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5em;

}
.goods_img{
    width: 1320px;
    height: 507px;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    
}

.goods_imgtop{
    width: 609px;
    height: 447px;
    position: absolute;
    left: 355px;

}
.goods_imgl{
    float: left;
    width: 525px;
    height: 385px;
    margin-top: 31px;
    
}
.goods_imgr{
    float: right;
    width: 525px;
    height: 385px;
    margin-top: 31px;
    
}
/* 猫与熊家族 */
.content04{
    position: relative;
    width: 100%;
    background-size: auto 100%;
    background-image: center;
}
.more{
    position: absolute;
    bottom: 40px;
    left: 50%;
}
/* 页脚导航 */
.foot{
    float: left;
    width: 100%;
    height: 360px;
    margin: 0 auto;
    background-color: #383838;
}
.foot_center{
    margin: 0 auto;
    width: 800px;
    height: 200px;
    margin-top: 72px;
    color: #FFFFFF;
    vertical-align: middle;
    
}
.foot_left{
    float: left;
    width: 125px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    vertical-align: middle;
    margin-left: 75px;
}
.foot_left a{
    display: inline-block;
    height: 125px;
    line-height: 125px;
    vertical-align: middle;
}
.foot_right{
    float: right;
    width: 515px;
    height: 200px;
    
}
.right_box{
    width: 515px;
    height: 48px;
}
.right_box a{

    line-height: 48px;
    vertical-align: middle;
    margin-left: 36px;
}
.right_box a:first-child{
    margin-left: 0;
}                           


.foot_center .join{
    font-size: 22px;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: 300;
}
.foot_center .address{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
}
.blank{
    display: flex;
}
