﻿@charset "UTF-8";



/*首页产品*/
.index-product {
    padding-bottom: 30px;
}
.index-product-content {
    width: 1200px;
    height: 600px;
    background: #f2f2f2 url(../images/product_index_bgtit2.png) no-repeat right 425px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 2px #ddd;/*边框*/
}
.index-product-content .parBd .index-product-list li {
    height: 600px;
}
.index-product-content .parBd .index-product-list li .pic {
    float: left;
    width: 820px;
    height: 600px;
}
.index-product-content .parBd .index-product-list li .cont {
    overflow: hidden;
    padding: 70px 46px 0;
}
.index-product-list li .cont .tit {
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
}
.index-product-list li .cont .mini-tit {
    margin-bottom: 15px;
    color: #8c8c8c;
    font-size: 16px;
}
.index-product-list li .cont .des {
    line-height: 1.8;
}
.index-product-content .parBd .slideBox {
    position: relative;
}
.index-product-content .parBd .slideBox .hd {
    position: absolute;
    right: 0;
    top: 200px;
    width: 380px;
    text-align: left;
    padding: 46px 0 0 26px;
}

.index-product-content .parHd {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8)
}
.index-product-content .parHd ul li {
    float: left;
    width: 14.2857%;
    height: 120px;
    position: relative;
    padding-top: 30px;
    padding-left: 15px;
    cursor: pointer;
}
.index-product-content .parHd ul li .cen {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-product-content .parHd ul li.on .cen,
.index-product-content .parHd ul li:hover .cen {
    transform: rotate(1deg) scale(.9);
}
.index-product-content .parHd ul li .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #c08444;
    background-repeat: no-repeat;
    background-position: right bottom;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(1deg) scale(.9);
    transform: rotate(2deg) scale(.9);
}
.index-product-content .parHd ul li.on .cover,
.index-product-content .parHd ul li:hover .cover {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
}
.index-product-content .parHd ul li .cover {
    padding-left: 15px;
    padding-top: 15px;
}
.index-product-content .parHd ul li .cover .c-tit {
    font-size: 18px;
    color: #fff;
}
.index-product-content .parHd ul li .cover .c-en {
    font-size: 12px;
    color: #ffffcc;
}
.index-product-content .parHd ul li .cover .ico {
    margin-top: 12px;
    width: 26px;
    height: 26px;
    background: url(../images/icon_rr.png) no-repeat center;
}
.index-product-content .parHd ul li .pic {
    margin-right: 10px;
}
.index-product-content .parHd ul li .tit {
    font-size: 16px;
    color: #333;
    padding-top: 10px;
}
.index-product-content .parHd ul li .tit-en {
    font-size: 12px;
    color: #6c6c6c;
}
