.sh-section-content{
    width: 100%;
}
.sh-section .swiper-pagination{
    width:100%;
    margin-top:15px;
}
.sh-section .swiper-pagination span{
    margin:0 8px;
}
/*.sh-section .swiper-pagination-bullet{*/
    /*background: #ccc;*/
/*}*/
.sh-section .swiper-pagination-bullet-active{
    background: #242424;
}
/*头部*/
.sh-header{
    width:100%;
    position: fixed;
    z-index: 10;
    color:#fefefe;
    border: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sh-header .sh-header-box{
    padding: 40px 40px 14px 50px;
}

.sh-header:hover{
    background-color: #fefefe;
    /*color:#333;*/
}
.sh-header .sh-header-log {
    width:160px;
    height:30px;
    background: url("../images/logo/sh_logo2.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sh-header:hover .sh-header-log{
    background-image: url("../images/logo/sh_logo.png");
}
.sh-header .sh-header-title{
    letter-spacing: 18px;
    font-size:14px;
    margin-left:40px;
    margin-top:12px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sh-header:hover .sh-header-title{
    color:black;
}
.sh-header .sh-header-right{
    margin-top:12px;
}
.sh-header .sh-header-right .sh-header-list>li{
    margin-left:30px;
}
.sh-header .sh-header-right a{
    font-size:14px;
    color:#fefefe;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
/*.sh-header:hover .sh-header-right a{*/
    /*color:#333;*/
/*}*/
.sh-header .sh-header-right .sh-header-wish{
    width:23px;
    height:20px;
    background: url("../images/wish.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: relative;
}
.sh-header .sh-header-right .sh-header-wish:hover{
    background-image: url("../images/wish3.png");
}
.sh-header .sh-header-right .sh-header-location{
    width:16px;
    height:20px;
    background: url("../images/location.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sh-header:hover .sh-header-right .sh-header-location{
    background-image: url("../images/location2.png");
}
.sh-header .sh-header-right .sh-header-search{
    width:20px;
    height:20px;
    background: url("../images/header_search.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sh-header:hover .sh-header-right .sh-header-search{
    background-image: url("../images/header_search2.png");
}


/*导航*/
.sh-header-tab {
    /*margin-left:60px;*/
}
.sh-header-tab ul.clearFix>li{
    margin-right:30px;
    margin-top:12px;
}
.sh-header-tab ul.clearFix a{
    color: #fefefe;
    font-size:14px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sh-header:hover .sh-header-tab ul.clearFix a{
    color: #333;
}

.swiper-button-prev{
    background-image: url("../../../images/left_arrow.png");
}
.swiper-button-next{
    background-image: url("../../../images/right_arrow.png");
}


/*首页愿望列表*/
.sh-header-wish-list{
    width: 330px;
    position:absolute;
    top:0;
    right:0;
    display: none;
}
.sh-header-wish-list .wish-list-box{
    width: 280px;
    background-color: #fefefe;
    border:2px solid #e2e2e2;
    padding:25px 20px 20px;
    z-index: 10;
}
.sh-header-wish-list .sh-header-wish-img{
    width:80px;
    height: 104px;
    margin-right:25px;
}
.sh-header-wish-list .sh-header-wish-img img{
    width:100%;
}
.sh-header-wish-list .sh-header-wish-txt{
    width:130px;
}
.sh-header-wish-list li{
    border-bottom: 1px solid #343434;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.sh-header-wish-list li:last-child{
    border-bottom: none;
}
.sh-header-wish-list .sh-header-wish-txt h4,
.sh-header-wish-list .sh-header-wish-txt p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sh-header-wish-list .sh-header-wish-txt h4{
    font-size:12px;
    color:#363636;
    margin-top:28px;
}
.sh-header-wish-list .sh-header-wish-txt p{
    font-size:14px;
    color:#717171;
}
.sh-header-wish-list .sh-header-wish-btn{
    width: 236px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 14px;
    background-color: #333;
    color: #ceaf83;
    cursor: pointer;
}
.sh-header-wish-list .sh-header-wish-btn a{
    color: #ceaf83;
}
.sh-header-wish-list .sh-header-wish-no{
    color:#343434;
    text-align: center;
    margin: 80px 0 200px;
}