@media screen and (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
/*公共部分*/
.common_right_border{border-right: 1px solid #B4B5B5}
.common_float_lef{float: left}
.common_padding_lr_a{padding: 0 25px}
.color{color: #4C522B}
.col-md-20{width: 20%;float: left}
.border_bottom{border-bottom: 1px solid #d8d8d8}
.border_top{border-top: 1px solid #d8d8d8}
.line-height-18,.line-height-18 p,.line-height-18 dd{line-height: 1.8}
.line-height-2{line-height: 2}
.line-height-15{line-height: 1.5}
.line-height-1{line-height:1}
.font_color_b{color: #B5B5B6}
.getiao_bottom{width: 36px;height: 3px;display: inline-block;background-color: #4C522B}
.block{display: block;}
dt{font-weight: normal}
.weight{font-weight: bold}
/*超过1行出现省略号    可填参数，行数量*/
.line-over1{
    display: -webkit-box;word-break: break-all;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;
    -webkit-line-clamp:1;
}
.line-over2{
    display: -webkit-box;word-break: break-all;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.line-over3{
    display: -webkit-box;word-break: break-all;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}
a:hover{color: #4C522B}

.product_common ul {
    margin-left: -15px;
    overflow: hidden;
}
.product_common ul li {
    padding-left: 15px;
    margin-bottom: 15px;
}
.product_common .item {
    padding: 15px 0 35px 0;
    background-color: #F1F3F6;
    text-align: center;
    overflow: hidden;
}

.product_common.two .item {
    background-color: #FFFFFF;
}
.product_common .item img {

    transition: all 0.6s;
}
.product_common .item:hover img {
    transform: scale(1.1);
}
.product_common .item .img{
    overflow: hidden;
}
.product_common .item .img img {
    width: 90%;
    margin: 0 auto;
}
.product_common .item .title {
    margin-bottom: 5px;
    padding: 0 10px;
    line-height: 1.8;
}
.product_common .item .title a {
    font-size: 16px;
}



.common_ad_luobo .common_ul_li_margin_padding>ul{overflow: visible}
.common_ad_luobo .item{float: left}
.common_ad_luobo .item img{width: 100%}
.common_ad_luobo .swiper-container-horizontal>.swiper-pagination-bullets,.common_ad_luobo  .swiper-pagination-custom,.common_ad_luobo  .swiper-pagination-fraction{bottom: 0px}
.common_ad_luobo .swiper-pagination-bullet{width: 15px;height: 15px;}
.common_ad_luobo .swiper-container  .swiper-slide{overflow: hidden}
.common_ad_luobo .swiper-pagination-bullet-active{background: #FA9600}
.swiper-shiyanshi .layer-mask {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.swiper-shiyanshi .swiper-slide-active .layer-mask {
    display: none;
}
.swiper-shiyanshi .pc-banner {
    width: 100%;
    float: left;
}
.swiper-shiyanshi .swiper-container {
    width: 100%;
    margin: 35px 0;
}
.swiper-shiyanshi .swiper-slide {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transform: scale(0.75);
    /* margin: 1px; */
    transform: scale(0.75);
    margin-top: 70px;
    margin-bottom: 70px;
}
.swiper-shiyanshi .swiper-slide-active,
.swiper-shiyanshi .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 1002;
}
.swiper-shiyanshi .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.swiper-shiyanshi .swiper-slide a {
    background: #fff;
    display: block;
    border-radius: 2px;
}
.swiper-shiyanshi .swiper-slide-active a:after {
    background: none;
}
.swiper-shiyanshi .swiper-slide img {
    width: 100%;
    display: block;
    height: 100%;
    border: none;
}
.swiper-shiyanshi .swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}
.swiper-shiyanshi .swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}
.swiper-shiyanshi .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    margin-bottom: 0;
}
.swiper-shiyanshi .button {
    width: 100%;
    margin: 0 auto;
    top: -290px;
    position: relative;
    z-index: 1002;
}
.swiper-shiyanshi .button div:hover {
    cursor: pointer;
}
.swiper-shiyanshi .swiper-button-prev {
    width: 70px;
    height: 70px;
    cursor: pointer;
}
.swiper-shiyanshi .swiper-button-next {
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.index .index_about{position: relative;height: 900px;width: 100%}
.index .index_about .img{}
.index .index_about .text_content{position: absolute;left: 0;top: 270px;width: 100%}
.index .index_about .text_content .content{display: block;}
.index .index_about .text_content .content .description{padding: 65px;display: block;background-color: #ffffff;box-shadow: -1px 4px 30px  rgba(214, 214, 214, 0.4);}
.index .index_about .text_content .content .description .title{font-size: 28px;}

.index .index_about .num_content{padding: 50px 0;overflow: hidden;background-color: rgba(67,72,38,0.9)}
.index .index_about .num_content ul{}
.index .index_about .num_content ul li{}
.index .index_about .num_content ul li .item{text-align: center;border-right: 1px solid #7f8571;}
.index .index_about .num_content ul li:last-child .item{border-right:none}
.index .index_about .num_content ul li .item .top{font-size: 48px;color: #a5b197}
.index .index_about .num_content ul li .item .top span{font-size: 16px;padding-left: 5px;color: #a5b197}
.index .index_about .num_content ul li .item .bottom{font-size: 24px;color: #ffffff;height: 70px}