﻿.about .main{
    width:1200px;
}
.gsjs-title{
    text-align:center;
    padding:80px 0;
}
.gsjs-title img{

}
.gsjs{
    background: url('../images/gsjs.jpg') no-repeat;
    background-size: 100%;
    height:350px;
    margin-bottom: 80px;
}
.gsjs span{
    display: inline-block;
    width:300px;
    font-size: 14px;
    padding:0px 10px;
    line-height: 23px;
    margin-top: -20px;
}
.ppgs{
    height:1207px;
    background: url('../images/ppgs-bg.jpg') no-repeat center center;
}
.fzlc{
    height:800px;
    background: url('../images/fzlc-bg.jpg') no-repeat center center;
    margin-bottom: 80px;
}
.ppgs-list{
    width:33.3%;
    background: red;
    float: left;
}
.ppgs-list img{
    width:100%;
}
.ppry-title{
    text-align:center;
    padding:80px 0;
}
.ppry{
    height:910px;
    background: url('../images/ppry-bg.jpg') no-repeat center center;

}
.ppry-title img{

}

.hdfc{
    background:url('../images/hdfc.jpg') no-repeat;
    background-position: center;
    height:832px;
    margin-bottom: 100px;
}

/*荣誉资质*/
.carousel {width:1190px; margin:30px auto;height:260px;}
.carousel .prev , .carousel .next {height:53px;width:53px;overflow:hidden;display:block;margin-top:60px;text-decoration:none;cursor:pointer;}
.carousel .prev {float:left;background:url(../images/imageNavLeft.gif) no-repeat;}
.carousel .next {float:left;background:url(../images/imageNavRight.gif) no-repeat;}
.carousel #prev-03.disabled{background:url(../images/imageNavLeft-disabled.gif) no-repeat;cursor:default;}
.carousel #next-03.disabled{background:url(../images/imageNavRight-disabled.gif) no-repeat;cursor:default;}

.jCarouselLite {float:left;width:900px;height:203px;overflow:hidden;/*必要元素*/}
.jCarouselLite li{height:203px;width:272px;text-align:center;}
.jCarouselLite li img,.jCarouselLite-01 li img{border:solid 5px #FE0501;width:262px;height:183px;}

.carousel-01 {width:152px;margin:30px auto;}
.carousel-01 .prev , .carousel-01 .next {height:23px;width:23px;overflow:hidden;display:block;margin-left:60px;text-decoration:none;cursor:pointer;}
.carousel-01 .prev {background:url(../images/imageNavLeft.gif) no-repeat;}
.carousel-01 .next {background:url(../images/imageNavRight.gif) no-repeat;}
.jCarouselLite-01 {height:385px;width:272px;overflow:hidden;/*必要元素*/}
.jCarouselLite-01 li{height:183px;width:272px;text-align:center;padding:5px 0;}
















/*品牌故事*/
.box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box:before{
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    padding: 14px 18px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.box:hover:before{
    width: 100%;
    left: 0;
    opacity: 0.7;
    background: #FC1305;
}
.box img{
    width: 100%;
}
.box .box-content{
    width: 93%;
    padding: 0px 0px 0px 20px;
    color: #fff;
    position: absolute;
    top: 10%;
    left: 0;
    text-align: left;
}
.box .title{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box .post{
    font-size: 14px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box:hover .title,
.box:hover .post{
    opacity: 1;
    transition-delay: 0.7s;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}
.box .icon li{
    display: inline-block;
}
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f74e55;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
}
.box:hover .icon li a{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.box:hover .icon li:last-child a{
    transition-delay: 0.8s;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}

