@charset "UTF-8";

.banner{
    position: relative;
}
.my-slider{
    overflow: hidden;
}
.my-slider img{
    width: 100%;
}
/*左右按钮*/

.next{
    position: absolute;
    right:0;
    top: 40%;
    z-index: 9999999;
    opacity: 0;
    transition: all 0.6s;
}
.prev{
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 9999999;
    opacity: 0;
    transition: all 0.6s;
}
.banner:hover .next{
    right: 10px;
    opacity: 1;
}
.banner:hover .prev{
    left: 10px;
    opacity: 1;
}

/*精品推荐*/
.cont-block{
    padding-bottom: 40px;
}
.block-title{
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #bdbcbc;
}
.title-p{
    display: inline-block;
}
.title-p a{
    font-size: 18px;
    color:#f12626;
    padding-bottom: 4px;
    border-bottom: 1px solid #f12626;
}
.more{
    font-size: 14px;
    color: #888;
    float: right;
}
.more:hover{
    color:#f12626;
}
.block{
    display: inline-block; 
    transition: all 0.6s;
    width: 283px;
}
.pic{
    position: relative;
    overflow: hidden;
    /*20170317 modify by vic-zhong*/
    text-align: center;
   /* border: 1px solid #ccc;*/
    border-bottom: none;
    border-radius: 6px;
}
.block-img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*20170317 modify vic-zhong*/
    /*width: 100%;*/
}
.block-text{
  /*  box-shadow: 0 1px 3px rgba(0,0,0,0.3);*/
    position: relative;
}
.block-text-up{
    padding: 10px 10px 0 10px;
/*    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;*/
}
.block-text-tt{
    font-size: 16px;
  /*  border-bottom: 1px solid #e5e5e5;*/
}
.block-text-p{
    height: 36px;
    margin-bottom: 12px;
}
.block-text-tt a{
    color: #313131;
}
.block-text-tt a:hover{
    color: #f12626;
}

.p-style{
    font-size: 12px;
    padding: 5px 0;
    color: #959595;
}
.author span{
    color: #313131;
    padding-left: 10px;
}
.author{
    padding-bottom: 5px;
    font-size: 12px;
    color: #959595;
}
.block-text-down{
    height: 34px;
    line-height: 34px;
    background-color: #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}
.zan{
    margin-right: 8px;
    margin-top: -5px;
}
.lan{
    margin-left: 12px;
    margin-right: 8px;
    margin-top: -2px;
}
.block-text-a{
    float: right;
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
    cursor: pointer;
}

/*新闻部分*/
.news-block{
    padding: 50px 0;
}
.news-title-p{
    display: inline-block;
    padding-left: 20px;
    border-left: 2px solid #f12626;
}
.news-list{
    padding: 15px 0;
    overflow: hidden;
}
.news1{
    padding-right: 20px;
}
.news2{
    padding-left: 20px;
}
.news-header-img{
    overflow: hidden;
}
.index-news-img{
    width: 100%;
    transition: all 0.6s;
}
.news-header-a{
    font-size: 14px;
}
.news-header-a:hover{
    color: #f12626;
}
.news-header-p{
    font-size: 12px;
    color: #959595;
    line-height: 2;
    margin-top: 10px;
}
.time{
    margin-top: 40px;
    font-size: 12px;
    color: #959595;
}
.news-title-list-li{
    margin: 10px 0;
    font-size: 12px;
}
.news-title-list-li:hover a,.news-title-list-li:hover span{
    color: #f12626;
}

/*私人定制页面*/
.custom-t{
    padding: 40px 0;
}
.custom-h3{
    text-align: center;
    background: url(../img/custom-t.png) 50% 50% no-repeat;
}
.nav-tabs-list{
    width: 1200px;
    margin: 0 auto;
    background: url("../img/boxtop_bg.png") no-repeat;
}
.custom-tabs{
    padding-bottom: 30px;
    background-color: #f5f5f5;
}
.custom-tabs .nav-tabs{
    border-bottom: none;
    width: 620px;
    margin: 0 auto;
}
.custom-tabs .nav > li:nth-child(2){
    margin: 0;
}
.custom-tabs .nav > li > a {
    padding: 4px 65px;
    font-size: 18px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover,.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    color: #fff;
    background-color: #ff7c34;
    cursor: pointer;
    border: 1px solid #ff7c34;
}
.nav-pills > li > a{
    color: #fff;
    background-color: #959595;
    cursor: pointer;
}
.nav-pills > li + li {
    margin-left: 0;
}
.nav-tabs > li > a {
    margin-right: 1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
     border: 1px solid #ff7c34;
}
.words{
    margin: 30px auto;
    text-align: center;
    font-size: 14px;
}
.custom-img{
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.5);
    width: 380px;
    height: 265px;
}
.custom-imgs{
    display: inline-block;
    vertical-align: middle;
}
.custom-imgs:nth-child(2){
    margin: 0 15px;
}
.service-block{
    padding: 40px 0;
    text-align: center;
}
/*作者页面*/
.cont-block-author{
    padding-bottom: 20px;
}
.cont-block-author .title-p a{
    font-size: 16px;
    padding-bottom: 6px;
}