@charset "UTF-8";

.products01 {
    padding: 30px 0 60px 0;
}
.fix {
    overflow: hidden;
}
.fix:before, .fix:after {
    display: table;
    clear: both;
    content: '';
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.left {
    float: left;
}
.prolist_left {
    width: 270px;
}
ul.demo {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #bbb;
}
ul.demo li {
    padding: 1px 10px;
    display: block;
    font-size: 14px;
    line-height: 30px;
}
ul.demo li:first-child {
    font-size: 18px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    background: none!important;
}
ul.demo li.on a {
    color: #333;
    background: url(pro01.jpg) no-repeat 0 3px;
}
ul.demo li a {
    background: url(pro02.jpg) no-repeat 0 3px;
    padding-left: 25px;
    color: #666!important;
}
.right {
    float: right;
}
.prolist_right02 {
    width: 887px;
    padding: 50px 0;
}
.prolist_right {
    margin-bottom: 30px;
}
.prolist_right ul {
    padding-left: 0;
    list-style-type: none;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.prolist_right ul li {
    width: 280px;
    display: block;
    float: left;
    margin: 15px 8px;
    border: 1px solid #eee;
    height: 260px;
}
.prolist_right ul li:nth-child(3n) {
    margin: 15px 0px 15px 8px;
}
.prolist_right ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
    color: inherit;
}
.prolist_right ul li .esc_pic {
    width: 280px;
    height: 212px;
    overflow: hidden;
}
.prolist_right ul li .esc_pic img {
    width: 274px;
    height: 206px;
    padding: 3px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.prolist_right ul li:hover .esc_pic img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.esc_tit {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
