/* 产品中心 */
/* 头部分类 */
.menu .menu-left {}
.menu-right {text-align: right;}
.menu-right .custom-dropdown {
    display: inline-block;
    position: relative;
    margin: 0 0 0 15px;
}
.menu-right .custom-dropdown .dropdown-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid #eee;
    box-sizing: content-box;
    border-radius: 15px;
    color: #707070;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}
.menu-right .custom-dropdown .dropdown-btn.other {
    padding: 0 30px 0 15px;
}
.menu-right .custom-dropdown:hover .dropdown-btn {
    color: #fff;
    background-color: #FFBE23;
}
.menu-right .dropdown-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background-image: url(../images/product/menu.png);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* 菜单下拉 */
.menu-right .custom-dropdown ul {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 100;
    padding-top: 4px;
    width: 100%;
    background-color: #fff;
    box-shadow:0px 4px 10px 1px rgba(170,170,170,0.19);
}
.menu-right .custom-dropdown ul li a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: block;
}
.menu-right .custom-dropdown:hover ul {display: block;}

/* 图片列表 */
.ss0 {
    padding: 50px 0;
}
.ss0 .col-xs-12 {
    cursor: pointer;
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
}
.ss0 .col-xs-12 .ss0-imgbox {overflow: hidden;}
.ss0 .col-xs-12 .ss0-imgbox img {
    width: 100%;
    display: block;
    transition: all .3s ease;
}
.ss0 .col-xs-12:hover .ss0-imgbox img {
    transform: scale(1.1);
}
.ss0 .col-xs-12 .ss0-txtbox {padding: 10px 0;transition: all .3s ease;}
.ss0 .col-xs-12:hover .ss0-txtbox {
    background-color: #FFBE23;
}
.ss0 .col-xs-12:hover .ss0-txtbox h3,
.ss0 .col-xs-12:hover .ss0-txtbox p {
    color: #fff;
}
.ss0 .col-xs-12 .ss0-txtbox h3 {
    font-size: 16px;
    font-weight: 700;
    color: #313131;
    padding: 10px 0 10px;transition: all .3s ease;
}
.ss0 .col-xs-12 .ss0-txtbox p {
    color: #313131;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;transition: all .3s ease;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px)  {
}
@media screen and (max-width: 767px)  {
    .menu-right { text-align: left; }
    .menu-right .custom-dropdown { margin: 15px 11px 0 0; }
    .ss0 {
        padding: 30px 15px;
    }
    .ss0 .col-xs-12 {padding: 0;}
}