@charset "UTF-8";
/*banner*/
.banner{
    width: 100%;
}
.swiper-wrapper{
    height: auto !important;
}
.swiper-slide{
    font-size: 0;
    height: auto !important;
}
.swiper-slide img{
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 80px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: white;
    opacity: 1;
    position: relative;
}
.swiper-pagination-bullet:after{
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 6px;
    border: 1px solid white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.swiper-pagination-bullet-active{
    background: white;
}
.swiper-pagination-bullet-active:after{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px;
}
.pagination{
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    bottom: 50px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #222;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}
/*banner*/
/*about*/
.about{
    width: 100%;
    position: relative;
    font-size: 0;

}
.aboutBg{
    width: 100%;
    font-size: 0;
}
.indexAboutBox{
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 -600px;
}
.indexAboutCont{
    position: absolute;
    width: 460px;
    height: 220px;
    padding: 30px;
    background: #548a51;
    top: -30px;
    right: 0;
    z-index:2;
}
.indexAboutCont h3{
    font-weight: 400;
    font-size: 20px;
    color: white;
}
.indexAboutCont p{
    color: white;
    padding: 20px 0;
}
.indexAboutCont a{
    background: #ff9900;
    color: white;
    padding: 5px 10px;
}
.indexAboutCont a:nth-of-type(2){
    margin-left: 20px;
}
.indexAboutCont a:hover{
    background: #ff7700;
}
/*about*/
/*product*/
.product{
    width: 100%;
    overflow: hidden;
}
.productList{
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
.productItem{
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}
.productItem>a{
    font-size: 0;
}
.productItem>a>img{
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.productItem:hover>a>img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.productItem:hover .productItemMask{
    background:rgba(0,0,0,0.8);
    height: 100%;
}
.productItemMask{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
}
.productItemMaskBox{
    position: absolute;
    top: 40%;
    width: 100%;
    margin: 0;
    text-align: center;
    color: white;
}
.productItemMaskBox img{
    display: inline-block;
}
.productItem:hover .productItemMaskBox{
    position: absolute;
    top: 50%;
    width: 100%;
    margin: -50px 0;
    text-align: center;
    color: white;
}
.productItemMaskBox h4{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 100px;
}
.productItem:hover .productItemMaskBox h4{
    margin-bottom: 20px;
}
    /*product*/
/*summarize*/
.summarize{
    width: 100%;
    height: 595px;
    position: relative;
}
.summarizeBg{
    width:100%;
    height: 595px;
    display: block;
}
.summarizeList{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -232px -600px;
}
.summarizeItem{
    float: left;
    width: 400px;
    position: relative;
}
.summarizeItemImg{
    width: 400px;
    height: 230px;
    overflow: hidden;
    position: relative;
}
.summarizeItemImg img{
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.summarizeMask{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 230px;
    background: rgba(0,0,0,0);
}
.summarizeList li:nth-of-type(2) .summarizeMask{
    top: 230px;
}
.summarizeItem div{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.summarizeItem:hover .summarizeText{
    background: #548a51;
}
.summarizeItem:hover .summarizeMask{
    background: rgba(0,0,0,0.6);
}
.summarizeText{
    padding: 30px;
    height: 170px;
}
.summarizeText h4{
    color: white;
    font-size: 18px;
    width: 150px;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px ;
}
.summarizeText h4:after{
    display: block;
    content: "";
    height: 2px;
    background: #548a51;
    width: 60px;
    position: absolute;
    bottom: 0;
    left:0;
}
.summarizeText p{
    color: white;
    font-size: 14px;
}

/*summarize*/
/*bottomBanner*/
.bottomBanner{
    width: 100%;
    position: relative;
}
.button-next,.button-prev{
    position: absolute;
    top: 50%;
    margin: -90px;
    width: 90px;
    height: 180px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.button-next{
    left: 20%;
    background: url("../images/button-next.png") no-repeat;
}
.button-prev{
    right: 20%;
    background: url("../images/button-prev.png") no-repeat;
}
.button-next:hover{
    background: url("../images/button-nextH.png") no-repeat;
}
.button-prev:hover{
    background: url("../images/button-prevH.png") no-repeat;
}
/*bottomBanner*/

