.page-main{
    background-color: #fafafa;
}
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #FFFFFF;
    font-size: 18px;
    color: #D6A27D;
    cursor: pointer;
    transition: all .3s;
}

/*banner*/
.swiper-pagination-bullets:after{
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: .8;
}
.section-banner .swiper-pagination-bullet{
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/index/banner-pagination-bullet.png?v=201911111344") no-repeat transparent;
    background-size: 100% 100%;
    opacity: 1;
    margin: 0 108px!important;
    transition: all .3s;
}
.section-banner .swiper-pagination-bullets{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
}
.section-banner .swiper-pagination-bullet-active{
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/index/banner-pagination-bullet-active.png?v=201911111344") no-repeat transparent;
    background-size: 100% 100%;
    opacity: 1;
}
.section-banner .swiper-slide{
    height: 100vh;
}
.section-banner .slide1{
    background: url("../images/index/banner2.jpg?v=201911111344") no-repeat center;
    background-size: cover;
}
.section-banner .slide2{
    background: url("../images/index/banner1.jpg?v=201911111344") no-repeat center;
    background-size: cover;
}
.section-banner .slide3{
    background: url("../images/index/banner3.jpg?v=201911111344?20191108") no-repeat center;
    background-size: cover;
}
.section-banner .slide-content h3{
    font-size: 36px;
    font-weight: initial;
}
.section-banner .slide-content .hr{
    display: block;
    width: 150px;
    height: 5px;
    background-color: #CF9D79;
}

/*���ں����*/
.animated{
    /*display: none;*/
    /*visibility: visible;*/
}
.section-about{
    position: relative;
    height: 935px;
    overflow: hidden;
    /*visibility: visible;*/
    /*padding-top: 110px;*/
}
.section-about .section--title{
    padding-top: 110px;
    /*margin-bottom: 135px;*/
}
.section-about .tree{
    position: absolute;
    left: 20px;
    bottom: 80px;
    width: 200px;
}
.section-about .btn{
    opacity: .6;
}
.section-about .btn:hover{
    opacity: 1;
}
.section-about>.hr{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 110px;
    background-color: #D6A27D;
}

.section-about .section--content{
    display: flex;
    position: absolute;
    bottom: 0;
    /*z-index: 2;*/
}
.section-about .section--content .img{
    width: 1050px;
    height: 650px;
    background: url("../images/index/section-about-img.png?v=201911111344") no-repeat;
    background-size: cover;
    z-index: 2;
}
.section-about .section--content .content{
    width: 565px;
    padding-right: 80px;
    position: relative;
    z-index: 9;

}

.section-about .section--content .title{
    color: #BF8448;
}
.section-about .section--content .title h3{
    font-weight: initial;
    font-size: 48px;
    font-family: Arial;
    text-transform:uppercase;
}
.section-about .section--content .title span{
    display: block;
    width: 250px;
    height: 1px;
    background-color: #BF8448;
    margin: 10px 0 10px 0;
}
.section-about .section--content .title h4{
    font-weight: initial;
    font-size: 24px;
}
.section-about .section--content .text{
    font-size: 14px;
    color: #666666;
    margin: 65px 0 25px 0;
    line-height: 2;
    background: #FAFAFA;
}
.section-about .section--content .info{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.section-about .section--content .info img{
    width: 75px;
    margin-right: 5%;
}

/*�Ҿӷ���*/
.section-style .section--title{
    padding-top: 135px;
}

.section-style .swiper-style{
    position: relative;
    padding: 60px 0;
}
.section-style .swiper-slide{
    /*width: 320px;*/
    /*height: 190px;*/
}
.section-style .swiper-slide img{
    width: 280px;
    height: 170px;
    margin: auto;
}
.section-style .swiper-slide p{
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    padding: 15px 0;
    text-align: center;
    transform: translateY(-50%);
    background-color: #D6A27D;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
}
.section-style .swiper-slide-active img{
    width: 320px;
    height: 190px;
}
.section-style .swiper-slide-active p{
    display: none;
}
.section-style .swiper-container{
    width: 400px;
}
.section-style .swiper-container .swiper-wrapper{
    height: 800px;
}
.section-style .swiper-button-next,
.section-style .swiper-button-prev{
    width: 32px;
    height: 32px;
    color: #ffffff;
    background-color: #D6A27D;
    font-size: 15px;
    transform: translateX(-50%);
    outline: none;
}
.section-style .swiper-button-next{
    top: 0;
    left: 50%;
    margin-top: 0;
}
.section-style .swiper-button-prev:after,
.section-style .swiper-button-next:after{
    transform: scale(.5) rotate(-90deg);
}
.section-style .swiper-button-prev{
    top: initial;
    bottom: 10px;
    left: 50%;
    margin-top: -10px;
}

.section-style .section--content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-style .section--content .content{
    width: 800px;
    height: 800px;
}
.section-style .section--content .content-style1{
    background: url("../images/index/section-style1-img.png?v=201911111344") no-repeat bottom right;
    background-size: contain;
}
.section-style .section--content .content-style2{
    background: url("../images/index/section-style2-img.png?v=201911111344") no-repeat bottom right;
    background-size: contain;
}
.section-style .section--content .content-style3{
    background: url("../images/index/section-style3-img.png?v=201911111344") no-repeat bottom right;
    background-size: contain;
}
.section-style .section--content .content-style4{
    background: url("../images/index/section-style4-img.png?v=201911111344") no-repeat bottom right;
    background-size: contain;
}
.section-style .section--content .content-style5{
    background: url("../images/index/section-style5-img.png?v=201911111344") no-repeat bottom right;
    background-size: contain;
}
.section-style .section--content .content-style6{
    background: url("../images/index/section-style6-img.png?v=201911111344") no-repeat bottom right;
    background-size: contain;
}
.section-style .section--content .content-style{
    display: none;
    width: 100%;
    height: 100%;
}
.section-style .section--content .content-style.active{
    display: block;
}
.section-style .section--content .content-style .title{
    height: 90px;
}
.section-style .section--content .content-style .text{
    width: 650px;
    margin-top: 45px;
    font-size: 14px;
    line-height: 2;
    color: #666666;
}

/*��Ʒ�о���*/
.section-product .section--title{
    padding-top: 70px;
}
.section-product{
    height: 1360px;
    background: url("../images/index/section-product-bg.jpg?v=201911111344") no-repeat center;
    background-size: cover;
}
.section-product .slogan{
    margin: 20px auto 40px auto;
}
.section-product .section--content{
    background-color: #ffffff;
    padding: 20px 20px 0 20px;
}
.section-product .content-style li{
    position: relative;
    display: none;
    justify-content: space-between;

}
.section-product .content-style li.active{
    display: flex;
}
.section-product .content-style .product-img{
    width: 808px;
    height: 692px;
}
.section-product .content-style .info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 432px;
    height: 327px;
    text-align: center;
}
.section-product .content-style .info .title{
    font-size: 30px;
    color: #D6A27D;
}
.section-product .content-style .info .text{
    font-size: 16px;
    color: #666666;
    margin: 50px auto 60px auto;
}
.section-product .content-style .info .btn{
    color: #ffffff;
    background-color: #D6A27D;
    border-color: #D6A27D;
}
.section-product .content-style .info .btn:hover{
    color: #D6A27D;
    background-color: #ffffff;
}
.section-product .content-style .product-img-s{
    position: absolute;
    bottom: 0;
    right: 0;
}
.section-product .content-icon{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0;
}
.section-product .content-icon li{
    color: #999999;
    cursor: pointer;
}
.section-product .content-icon li .img{
    width: 83px;
    height: 83px;
    margin-bottom: 20px;
    background-size: contain;
    transition: all .3s;
}
.section-product .content-icon li:hover .img{
    /*animation: myRotate 3s linear infinite;*/
}

.section-product .content-icon li p{
    font-size: 18px;
    text-align: center;
}
.section-product .content-icon .style1 .img{
    background: url("../images/index/section-product-style1-icon-0.png?v=201911111344");
}
.section-product .content-icon .style2 .img{
    background: url("../images/index/section-product-style2-icon-0.png?v=201911111344");
}
.section-product .content-icon .style3 .img{
    background: url("../images/index/section-product-style3-icon-0.png?v=201911111344");
}
.section-product .content-icon .style4 .img{
    background: url("../images/index/section-product-style4-icon-0.png?v=201911111344");
}
.section-product .content-icon .style5 .img{
    background: url("../images/index/section-product-style5-icon-0.png?v=201911111344");
}
.section-product .content-icon .style6 .img{
    background: url("../images/index/section-product-style6-icon-0.png?v=201911111344");
}
.section-product .content-icon .style7 .img{
    background: url("../images/index/section-product-style7-icon-0.png?v=201911111344");
}
.section-product .content-icon .more .img{
    background: url("../images/index/section-product-style8-icon-0.png?v=201911111344");
}

/*Ʒ�ƶ�̬*/
.section-news .section--title{
    padding-top: 165px;
}
.section-news .tab-hd{
    display: flex;
    margin: 70px 0;
}
.section-news .tab-hd span{
    width: 110px;
    height: 50px;
    margin-right: 70px;
    line-height: 50px;
    color: #666666;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    transition: all .3s;
}
.section-news .tab-hd span:hover,
.section-news .tab-hd span.active{
    color: #ffffff;
    background-color: #D6A27D;
}
.section-news .tab-bd{

}
.section-news .tab-bd ul{
    display: none;
    flex-wrap: wrap;
    margin: 0 -20px ;
}
.section-news .tab-bd ul.active{
    display: flex;
}
.section-news .tab-bd ul li{
    width: 33.33%;
    padding: 20px;
}
.section-news .tab-bd ul li .content{
    display: block;
    padding: 10px 10px 20px 10px;
    border: 1px solid #E6E6E6;
    background-color: #ffffff;
    cursor: pointer;
    transition: all .3s;
}
.section-news .tab-bd ul li .content:hover .title{
    /*box-shadow: 10px 10px 5px #dadada;*/
    color:  #D6A27D;
}
.section-news .tab-bd ul li .content img{
    width: 100%;
    height: 230px;
}
.section-news .tab-bd ul li .content .title{
    margin: 20px 0 10px 0;
    font-size: 15px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.section-news .tab-bd ul li .content .info{
    height: 34px;
    font-size: 13px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.section-news .btn{
    margin: 90px auto 140px auto;
    border: 1px solid #D2D2D2;
    color: #999999;
    background-color: #FAFAFA;
}
.section-news .btn:hover{
    border-color: #999999;
    color: #FAFAFA;
    background-color: #999999;
}