/* Banner */
.banner{
    background-position: center !important;
    background-size: cover !important;
    height: 400px;
    width: 100%;
    position: relative;
}

.banner p{
    text-align: center;
    color: #fff;
    line-height: 400px;
    font-size: 32px;
    font-family: "宋体";
}

.banner p.title{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 120px;
    line-height: 50px;
}

.banner p .blue{
    color: #3986dc;
}

.product{
    background: #f7f7f7;
    padding-bottom: 50px;
}

.product .pic{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center !important;
    background-size: 100% 100% !important;
    transition: all .3s;
}

.product .pic:hover{
    background-size: 118% 118% !important;
}

.product p{
    background: #fff;
    text-align: center;
    padding: 20px 0;
    color: #333;
}

.product .menu{
    float: left;
    width: 260px;
    padding-right: 25px;
    padding-top: 127px;
}

.product .menu ul{
    background: #fff;
    padding-left: 0;
}

.product .menu ul li{
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.product .menu ul li:hover a{
    color: #3986dc;
}

.product .menu ul li.active{
    background: #dee3e7;
}
.product .menu ul li.active:after{
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #3986dc;
}
.product .menu ul li.active a{
    color: #3986dc;
}

.product .menu ul li a{
    line-height: 42px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.product .list-wrap{
    float: left;
    width: calc(100% - 260px);
}

