@charset "utf-8";
html,body{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: "Î¢ÈíÑÅºÚ";
}
.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 99;
    overflow: auto;
    outline: none;
}
.body_b.showdiv {
    top: 0;
}
.scroll {
    padding-top: 1.31rem;
}
.banner a{
    display: block;
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.banner a img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.banner a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/b-sd.png") no-repeat top;
}
.banner .btn{
    font-size: 0;
    left: auto;
    right: 1.6rem;
    width: auto;
    bottom: 0.4rem;
}
.banner .swiper-container .btn span{
    position: relative;
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.2rem;
    opacity: 1;
    background: rgba(255, 255, 255, 0.42);
    vertical-align: middle;
}
.banner .swiper-container .btn .swiper-pagination-bullet-active{
    width: 0.16rem;
    height: 0.26rem;
    background: url("/images/dots.png") no-repeat 50%;
    background-size: 0.16rem;
    border-radius: 0;
}

.banner .swiper-container .btn span:first-child:after{
    display: none;
}
.banner .prev,
.banner .next{
    width: 0.45rem;
    height: 0.44rem ;
    margin-top: -0.22rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 0.45rem;
    opacity: .4;
}
.banner .prev{
    left: 0.64rem;
    background-image: url("/images/prev.png");
}
.banner .next{
    right: 0.9rem;
    background-image: url("/images/next.png");
}
.body_h .bb{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.33rem;
    width: 0.25rem;
    height: 0.35rem;
    margin: auto;
    z-index: 9;
}
.body_h .bb img{
    display: block;
    width: 100%;
}
.scroll{
    padding-top: 1.53rem;
}

.gg-tit{
    position: relative;
    text-align: center;
}
.gg-tit h4{
    font-size: 0.36rem;
    color: #566244;
    line-height: 1;
    text-align: center;
    font-weight: 600;
}
.gg-tit i{
    display: inline-block;
    font-size: 0.16rem;
    color: #f05c31;
    line-height: 1.5em;
    padding: 0 1.08rem;
    position: relative;
    font-family: "Î¢ÈíÑÅºÚ";
}
.gg-tit i:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0.87rem;
    height: 0.27rem;
    background: url("/images/tit-r.png") no-repeat bottom;
    background-size: 0.87rem;
}
.gg-tit i:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0.9rem;
    height: 0.23rem;
    background: url("/images/tit-l.png") no-repeat bottom;
    background-size: 0.9rem;
}
.gg-tit a{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.875em;
    padding: 0 0.17rem 0;
    background: #f06b24;
    transform: translateY(-50%);
    font-family: "Î¢ÈíÑÅºÚ";
    border-radius: 0.05rem;
}
.gg-tit.w h4,
.gg-tit.w i{
    color: #fff;
}
.gg-tit.w i:before{
    background-image: url("/images/tit-l2.png");
}
.gg-tit.w i:after{
    background-image: url("/images/tit-r2.png");
    right: -0.1rem;
}
.pt-list .pt-item{
    /* width: 30.77%; */
    overflow: hidden;
    border-radius: 0.05rem;
}
.pt-list .pt-item a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.05rem;
}
.pt-list .pt-item a .pic{
    padding-top: 68.4%;
}
.pt-list .pt-item a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.14rem;
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.3125em;
    max-height: 0.42rem;
    padding: 0 0.28rem;
    font-family: "Î¢ÈíÑÅºÚ";
    z-index: 3;
}
.pt-list .pt-item a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/s1-img02.png")repeat-x bottom;
}
.pt-list .pt-item a time{
    position: absolute;
    width: 68px;
    left: 0.17rem;
    top: 0.2rem;
    background: #ec8d48;
    border-radius: 0.05rem;
    padding: 0.08rem 0 0.06rem;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.pt-list .pt-item a time span{
    display: block;
    font-size: 0.36rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-family: 'Georgia';
}
.pt-list .pt-item a time em{
    display: block;
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    line-height: 1;
}
.pt-list .pt-item a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 0.05rem;
    background: #ec8d48;
    transition: all .3s;
    z-index: 3;
}
.pt-list .pt-item:hover a:hover time{
    opacity: 1;
    visibility: visible;
}
.pt-list .pt-item:hover a:hover:before{
    right: 0;
}
.pt-list .pt-item:hover a .pic{
    /*padding-top: 74.22%;*/
}
.pt-list .pt-item:hover a .pic img{
    transform: scale(1);
}
.pt-list .pt-item:hover{
    box-shadow: 0 0.15rem 0.15rem rgba(86, 98, 68, 0.5);
}

.pt-list{
    min-height: 3.57rem;
    margin-top: 0.66rem;
}

.txt-list a{
    display: block;
    width: 25%;
    padding: 0.23rem 0.32rem;
    border: 1px solid #d6d9e6;
    transition: all .3s;
}
.txt-list a span{
    display: block;
    font-size: 0.16rem;
    color: #000;
    line-height: 1;
    font-family: 'Georgia';
    margin-bottom: 0.2rem;
}
.txt-list a span i{
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 0.36rem;
    color: #566244;
    line-height: 1.25em;
}
.txt-list a h4{
    font-size: 0.18rem;
    line-height: 1.33em;
    color: #000;
    max-height: 0.48rem;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-bottom: 0.2rem;
}
.txt-list a p{
    -webkit-line-clamp: 3;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.5625;
    height: 0.75rem;
    margin-bottom: 0.4rem;
}
.txt-list a>i{
    display: block;
    width: 0.4rem;
    height: 0.02rem;
    background: #f17c28;
    transition: all .3s;
}
.txt-list a:hover{
    border-color: #566244;
    box-shadow: 0 0 0.3rem rgba(86, 98, 68, 0.46);
    background: url("/images/s1-img03.png") no-repeat 50%;
    background-size: 100% 100%;
}
.txt-list a:hover>i{
    width: 100%;
}
.txt-list a:hover h4{
    color: #566244;
}
.txt-list{
    margin-top: 0.63rem;
}
.s1-mores{
    display: none;
}
.s1{
    padding-top: 0.74rem;
    padding-bottom: 0.83rem;
    background: url("/images/s1.jpg") no-repeat 50%;
    background-size: cover;
}
.s2 .block .txt-box{
    width: 34.48%;
    padding: 0.34rem 0.42rem 0.72rem;
    border-radius: 5px;
    background: url("/images/s2-img01.jpg") no-repeat 50%;
    background-size: cover;
}
.s2 .block .txt-box .tm span{
    font-size: 0.16rem;
    line-height: 1.875em;
    color: #fff;
    font-family: "Î¢ÈíÑÅºÚ";
    background: #f17c28;
    padding:0 0.11rem;
    border-radius: 0.35rem;
    display: inline-block;
    vertical-align: middle;
}
.s2 .block .txt-box .tm em{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.2rem;
    color: #f17c28;
    line-height: 0.3rem;
    font-family: 'Georgia';
    margin-left: 0.25rem;
}
.s2 .block .txt-box .tm{
    margin-bottom: 0.4rem;
}
.s2 .block .txt-box h4{
    font-size: 0.22rem;
    line-height: 1.64em;
    color: #566244;
    height: 0.73rem;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-bottom: 0.28rem;
}
.s2 .block .txt-box i{
    display: block;
    height: 1px;
    width: 100%;
    background: rgba(86, 98, 68, 0.37);
    margin-bottom: 0.23rem;
}
.s2 .block .txt-box p{
    font-size: 0.15rem;
    line-height: 1.53em;
    color: #777777;
    -webkit-line-clamp: 4;
    height: 0.92rem;
    font-family: "Î¢ÈíÑÅºÚ";
    text-indent: 2em;
}
.s2-list{
    width: 63.46%;
}
.s2-list a{
    display: block;
    width: 31.31%;
    padding: 0.23rem;
    background: url("/images/s2-img02.jpg") no-repeat 50%;
    background-size: cover;
    border: 1px solid #00763a;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
}
.s2-list a:nth-child(-n+3){
    margin-bottom: 0.35rem;
}
.s2-list a .tm{
    overflow: hidden;
    position: relative;
    font-family: 'Georgia';
    margin-bottom: 0.12rem;
}
.s2-list a .tm span{
    font-size: 0.18rem;
    color: #566244;
    line-height: 0.36rem;

    display: inline-block;
}
.s2-list a .tm span i{
    display: inline-block;
    font-size: 0.36rem;

}
.s2-list a .tm em{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 0.16rem;
    color: #f17c28;
    line-height: 1.5em;
    border: 1px solid #f17c28;
    padding: 0 0.09rem;
    border-radius: 0.35rem;
    transform: translateY(-50%);

}
.s2-list a h4{
    font-size: 0.18rem;
    line-height: 1.4em;
    color: #000000;
    height: 0.51rem;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-bottom: 0.22rem;
}
.s2-list a b{
    display: block;
    height: 0.05rem;
    background: url("/images/s2-img04.png") no-repeat right;
    background-size: 0.2rem;
}
.s2-list a:hover{
    border-color: #f17c28;
    transform: scale(1.05,1.11);
    background-image: url("/images/s2-img05.png");
}
.s2-list a:hover .tm span,
.s2-list a:hover h4{
    color: #fff;
}
.s2-list a:hover b{
    background-image: url("/images/s2-img03.png");
}
.s2 .block{
    margin-top: 0.75rem;
}
.s2{
    padding-top: 0.74rem;
    padding-bottom: 1.4rem;
    background: url("/images/s2.jpg") no-repeat 50%;
    background-size: cover;
}

.s3-banner a{
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0.33rem 0.32rem 0.58rem;

}
.s3-banner a .ad{
    font-size: 0.18rem;
    line-height: 1;
    padding-left: 0.3rem;
    background: url("/images/s3-img01.png") no-repeat left;
    background-size: auto 1em;
    color: #ff440e;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-bottom: 0.1rem;
}
.s3-banner a .at{
    font-size: 0.18rem;
    color: #566244;
    line-height: 1;
    padding-left: 0.3rem;
    background: url("/images/s3-img02.png") no-repeat left;
    background-size: auto 1em;
    font-family: 'Georgia';
    margin-bottom: 0.29rem;
}
.s3-banner a h4{
    font-size: 0.16rem;
    color: #000000;
    line-height: 1.5em;
    height: 0.48rem;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-bottom: 0.28rem;
}
.s3-banner a .pic{
    padding-top: 66.27%;
    margin-bottom: 0.24rem;
}
.s3-banner a p{
    font-size: 0.14rem;
    line-height: 1.43em;
    color: #999999;
    -webkit-line-clamp: 3;
    font-family: "Î¢ÈíÑÅºÚ";
    height: 0.61rem;
    text-indent: 2em;
}
.s3-banner a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0.3rem;
    bottom: 0.15rem;
    width: 1px ;
    background: #dcdcdb;
}
.s3-banner a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0.29rem;
    width: 2px;
    height: 0.5rem;
    background: #566244;
    z-index: 3;
    transition: all .3s;
}
.s3-banner a:hover:before{
    height: 100%;
    top: 0;
}
.s3-banner a:hover{
    box-shadow: 0 0.1rem 0.15rem rgba(86, 98, 68, 0.5);
    background: url("/images/s3-img04.jpg") no-repeat 50%;
    background-size: 100% 100%;
}
.s3-banner a:hover h4{
    color: #566244;
    font-family: "Î¢ÈíÑÅºÚ";
}
.s3-banner .btn{
    position: relative;
    font-size: 0;
    text-align: center;
    margin-top: 0.72rem;
}
.s3-banner .btn .num{
    font-size: 0.14rem;
    color: #566244;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    font-family: "Î¢ÈíÑÅºÚ";
}
.s3-banner .btn>div{
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.1rem;
}
.s3-banner .btn div span{
    width: 0.54rem;
    height: 0.03rem;
    background: #566244;
    vertical-align: middle;
    opacity: 1;
    border-radius: 0;
}
.s3-banner .btn div .swiper-pagination-bullet-active{
    height: 0.05rem;
    background: #fc8732;
    border-radius: 0.1rem;
}
.s3-banner .swiper-container{
    padding-bottom: 0.3rem;
}
.s3-banner{
    margin-top: 0.6rem;
}

.s3{
    padding-top: 0.73rem;
    padding-bottom: 0.53rem;
    background: url("/images/s3.jpg") no-repeat 50%;
    background-size: cover;
}

.s4 .block .pt-box{
    width: 53.21%;
}
.s4 .block .pt-box a{
    display: block;
    overflow: hidden;
    position: relative;
}
.s4 .block .pt-box a .pic{
    padding-top: 62.29%;
}
.s4 .block .pt-box a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 0 0.25rem 0.22rem 0.4rem;
}
.s4 .block .pt-box a .txt h4{
    font-size: 0.2rem;
    color: #fff;
    line-height: 1.5em;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-bottom: 0.08rem;
    text-decoration: underline;
}
.s4 .block .pt-box a .txt p{
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.53);
    line-height: 1.42em;
    height: 0.4rem;
    text-indent: 2em;
}
.s4 .block .pt-box a .name{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.2rem;
    color: #fff;
    line-height: 1.5em;
    padding: 0.14rem 0.43rem 0.14rem 0.34rem;
    background: #fc8732;
    border-radius: 0 0 0.15rem 0;
    z-index: 3;
    font-family: "Î¢ÈíÑÅºÚ";
}
.s4 .block .pt-box a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/s4-img02.png") repeat-x bottom;
    background-size: contain;
}

.s4-list{
    width: 43.72%;
}
.s4-list li .dd1 a{
    display: block;
    /*overflow: hidden;*/
    padding: 0.15rem 0.1rem 0.16rem 0.1rem;
    border-bottom: 1px dashed #d5d6d5;
}
.s4-list li .dd1 a span{
    display: block;
    font-size: 0.18rem;
    color: #fc8732;
    line-height: 1.5em;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-bottom: 0.02rem;
}
.s4-list li .dd1 a p{
    font-size: 0.16rem;
    line-height: 1.5em;
    color: #000000;
}
.s4-list li .dd2 a{
    display: block;
    padding: 0.13rem 0.13rem 0.14rem 0.27rem;
    border: 1px solid #566244;
    box-shadow: -0.1rem 0.1rem 0.1rem rgb(86 98 68 / 32%);
    background:#fff url("../images/s4-img04.png") no-repeat left;
    background-size:  auto 100%;
}
.s4-list li .dd2 a span{
    display: block;
    font-size: 0.2rem;
    color: #fc8732;
    line-height: 1.5em;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-bottom: 0.1rem;
}
.s4-list li .dd2 a h4{
    font-size: 0.18rem;
    color: #566244;
    line-height: 1.22em;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-bottom: 0.1rem;
}
.s4-list li .dd2 a p{
    font-size: 0.14rem;
    line-height: 1.43em;
    color: #999999;
    height: .41rem;
    text-indent: 2em;
    margin-bottom: 0.11rem;
}
.s4-list li .dd2 a i{
    display: block;
    font-size: 0.18rem;
    color: #566244;
    font-family: 'Georgia';
    line-height: 1;
}
.s4-list li .dd2 a .txt{
    display: inline-block;
    width: calc(100% - 2.3rem);
    vertical-align: middle;
    margin-right: 0.24rem;
}
.s4-list li .dd2 a .cover_img{
    display: inline-block;
    width: 2.06rem;
    height: 1.43rem;
    vertical-align: middle;
}
.s4-list li .dd2 a .cover_img img{
    width:100%;
}
.s4-list li .dd2{
    display: none;
}
.s4-list li.show .dd1{
    display: none;
}
.s4-list li.show .dd2{
    display: block;
    margin-bottom: 0.05rem;
}

.s4 .block{
    margin-top: 0.86rem;
}

.s4{
    padding-top: 0.8rem;
    padding-bottom: 1.08rem;
    background: url("/images/s4.jpg") no-repeat 50%;
    background-size: cover;
}
/*old*/
/*.s5-banner .slick-slider {
    position: static;
}

.s5-banner .slick-list .slick-track {

    position: relative;

    padding: 140px 0;
}

.s5-banner ul .slick-list li {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.s5-banner ul .slick-list li a {
    display: block;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
}

.s5-banner ul .slick-list li a .pic {
    padding-top: 128.42%;
    z-index: 8;
}
.s5-banner a p{
    font-size: 0.2rem;
    width: 0.37rem;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #fff;
    font-family: "Î¢ÈíÑÅºÚ";
    position: absolute;
    top: 0;
    right: 0.2rem;
    letter-spacing: 0.05rem;
    background: url("/images/s5-img02.png") no-repeat 50%;
    background-size: 0.37rem;
    min-height: 1.3rem;
    padding: 0 0.04rem 0.2rem;
    z-index: 9;
}
.s5-banner ul .slick-list .slick-active {
    position: relative;
    z-index: 7;

}

.s5-banner ul .slick-list .slick-active a {
    transition: all 0.5s;
    transform: scale(1.05) rotateY(15deg) translateZ(-10px);
    transform-origin: left center;
}
.s5-banner ul .slick-list .slick-active:first-child a{
    transform: scale(1.15) rotateY(25deg) translateZ(-10px);
    transform-origin: left center;
}
.s5-banner ul .slick-list .slick-current {
    position: relative;
    z-index: 9;
}

.s5-banner ul .slick-list .slick-current a {
    transform: scale(0.95) rotateY(0) translateZ(10px);
    transform-origin: center center;
}

.s5-banner ul .slick-list .slick-current+li a {
    transform-origin: right center;
    transform: scale(1.05) rotateY(-15deg) translateZ(-10px);
}
.s5-banner ul .slick-list .slick-current+li+li a {
    transform-origin: right center;
    transform: scale(1.15) rotateY(-25deg) translateZ(-10px);
}*/
/*old*/
/*new*/
.s5-banner .s5-list li{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}
.s5-banner .s5-list li{
    width: 18.27%;

}
.s5-banner .s5-list li a{
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0.1rem 0.15rem rgb(86 98 68 / 71%);
    font-size: 0;
}
.s5-banner .s5-list li a p{
    font-size: 0.2rem;
    width: 0.37rem;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #fff;
    font-family: "Î¢ÈíÑÅºÚ";
    position: absolute;
    top: 0;
    right: 0.2rem;
    letter-spacing: 0.05rem;
    background: url("/images/s5-img02.png") no-repeat 50%;
    background-size: 0.37rem 100%;
    min-height: 2rem;
    padding: 0.1rem 0.04rem 0.2rem;
    z-index: 9;
}
.s5-banner .s5-list li a .pic {
    padding-top: 128.42%;
    z-index: 8;
}
.s5-banner .s5-list li a{
    transition: all 0.5s;
    transform: scale(1.05) rotateY(15deg) translateZ(-10px);
    transform-origin: left center;
}
.s5-banner .s5-list li:nth-child(1) a{
    transform: scale(1.15) rotateY(25deg) translateZ(-10px);
}
.s5-banner .s5-list li:nth-child(2) a{
    transform: scale(1.05) rotateY(15deg) translateZ(-10px);
}
.s5-banner .s5-list li:nth-child(3) a{
    transform: scale(1) rotateY(0) translateZ(0);
}
.s5-banner .s5-list li:nth-child(4) a{
    transform: scale(1) rotateY(-15deg) translateZ(-10px);
}
.s5-banner .s5-list li:nth-child(5) a{
    transform: scale(1.05) rotateY(-25deg) translateZ(-10px);
}
.s5-banner .slick-track{
    padding: 0.6rem 0;
}
.s5-banner .slick-arrow{
    width: 0.38rem;
    height: 0.38rem;
    background-size: 0.38rem;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 9;

}
.s5-banner .slick-prev{
    left: -0.92rem;
    background-image: url("/images/s5-iocn01.png");
}
.s5-banner .slick-next{
    right: -0.78rem;
    background-image: url("/images/s5-iocn02.png");
}
.s5-banner{
    margin-top: 0.54rem;
}
.s5{
    padding-top: 0.84rem;
    padding-bottom: 0.98rem;
    background: url("/images/s5.jpg") no-repeat 50%;
    background-size: cover;
}
/*new*/
.s6-banner a{
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.s6-banner a .pic{
    padding-top: 63.16%;
}
.s6-banner{
    position: relative;
    padding-top: 0.97rem;
    padding-bottom: 0.5rem;
}

.s6-banner .btn{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    font-size: 0;
}
.s6-banner .btn  span{
    width: 25%;
    background: #cbcfc5;
    opacity: 1;
    border: none;
    margin: 0;
    height: 1px;
}
.s6-banner .btn  .swiper-pagination-bullet-active{
    background: #fc8732;
    height: 2px;
}

.s7 .wrap span{
    display: inline-block;
    font-size: 0.18rem;
    line-height: 1.5em;
    color: #333;
    vertical-align: middle;
    font-family: "Î¢ÈíÑÅºÚ";
}
.s7 .wrap>div{
    display: inline-block;
    vertical-align: middle;
}
.s7 .wrap>div a{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
    line-height: 1.2em;
    color: #333;
    padding-left: 0.18rem ;
    padding-right: 0.24rem;
    border-left: 1px solid #b0b0b0;
    font-family: "Î¢ÈíÑÅºÚ";

}
.s7 .wrap>div a:hover{
    color: #5b6a48;
}
.s7 .wrap>div a:first-child{
    border: none;
}
.s7 .wrap{
    max-width: 16.93rem;
    padding: 0.44rem 0.73rem 0.44rem 0.6rem;
    background: url("/images/s7.png") no-repeat 50%;
    background-size: 100% 100%;
}

.s7{
    margin-top: 1rem;
}

.sec1{
    padding-top: 0.76rem;
    background: url("/images/sec.jpg") no-repeat 50%;
    background-size: cover;
}
@media screen and (max-width: 1560px){
    .s5-banner .slick-next{
        right: 0;
    }
    .s5-banner .slick-prev{
        left:  0;
    }
}
@media screen and (max-width: 1060px){
    #adu0{display:none !important;}
    html, body,.body_h {
        height: auto;
        overflow: auto;
    }
    .banner a{
        padding-top: 47.55%;
        height: auto;
    }
    .body_b {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        overflow: auto;
    }
    .body_h .bb {
        display: none;
    }
    .scroll{
        padding-top: 0;
    }
    .banner{
        margin-top: 1.1rem;
    }
    .banner .prev{
        left: 0.1rem;
    }
    .banner .next{
        right: 0.1rem;
    }
    .banner .btn{
        right: 0.1rem;
        bottom: 0.1rem;
    }
    .banner a:after{
        display: none;
    }
    .pt-list .pt-item{
        width: 100%;
        margin: 0.125rem 0;
    }
    .pt-list .pt-item a p{
        font-size: 0.2rem;
        max-height: 0.525rem;
    }
    .txt-list a{
        width: 50%;
    }
    .txt-list a h4{
        font-size: 0.22rem;
        max-height: 0.6rem;
    }
    .txt-list a p{
        font-size: 0.2rem;
        height: 0.94rem;
    }
    .s2 .block .txt-box{
        width: 100%;
        margin-bottom: 0.25rem;
        padding: 0.25rem;
    }
    .s2-list{
        width: 100%;
    }
    .s2 .block .txt-box p{
        font-size: 0.18rem;
        height: 1.12rem;
    }
    .s2 {
        padding-top: 0.3rem;
        padding-bottom: 0.4rem;
    }
    .s2 .block {
        margin-top: 0.25rem;
    }
    .s3-banner a h4{
        font-size: 0.2rem;
        height: 0.6rem;
    }
    .s3-banner a p{
        font-size: 0.18rem;
        height: 0.78rem;
    }
    .s3-banner .btn{
        margin-top: 0.2rem;
    }
    .s4 .block .pt-box{
        width: 100%;
        margin-bottom: 0.25rem;
    }
    .s4-list{
        width: 100%;
    }
    .s4 .block .pt-box a .txt p{
        font-size: 0.18rem;
        height:0.52rem;
    }
    .s4 .block .pt-box a .txt{
        padding: 0.2rem;
    }
    .s4-list li .dd2 a h4{
        font-size: 0.2rem;
    }
    .s4-list li .dd2 a p{
        font-size: 0.18rem;
        height: 0.52rem;
    }
    .s4-list li .dd1 a p{
        font-size: 0.2rem;
    }
    .s4-list li .dd1 a span,
    .s4-list li .dd2 a span{
        font-size: 0.22rem;
    }
    .s4 {
        padding-top: 0.3rem;
        padding-bottom: 0.4rem;
    }
    .s4 .block {
        margin-top: 0.25rem;
    }
    .s6-banner .btn span{
        width: 12.5%;
    }
    .s6-banner{
        padding-top: 0.25rem;
        padding-bottom: 0.4rem;
    }
    .sec1 {
        padding-top: 0.35rem;
    }
    .s5-hgg a{
        display: block;
        overflow: hidden;
        border-radius: 5px;
        position: relative;
    }
    .s5-hgg a .pic{
        padding-top: 128.42%;
    }
    .s5-hgg a p{
        font-size: 0.2rem;
        width: 0.37rem;
        writing-mode: tb-lr;
        writing-mode: vertical-lr;
        color: #fff;
        font-family: "Î¢ÈíÑÅºÚ";
        position: absolute;
        top: 0;
        right: 0.2rem;
        letter-spacing: 0.05rem;
        background: url('/images/s5-img02.png') no-repeat 50%;
        background-size: 0.37rem;
        min-height: 1.3rem;
        padding: 0 0.04rem 0.2rem;
        z-index: 9;
    }
    .s5-hgg .prev,
    .s5-hgg .next{
        width: 0.38rem;
        height: 0.38rem;
        margin-top: -0.19rem;
        background-size: 0.38rem;
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .s5-hgg .prev{
        left: 0;
        background-image: url('/images/s5-iocn01.png');
    }
    .s5-hgg .next{
        right: 0;
        background-image: url('/images/s5-iocn02.png');
    }
    .s5-hgg{
        margin-top: 0.25rem;
    }
    .s5 {
        padding-top: 0.3rem;
        padding-bottom: 0.4rem;
    }
    .gg-tit h4{
        font-size: 0.32rem;
    }
    .gg-tit i{
        font-size: 0.14rem;
    }
    .s7 .wrap span{
        display: block;
        font-size: 0.22rem;
    }
    .s7 .wrap>div a{
        font-size: 0.2rem;
        border: none;
        line-height: 1.5em;
    }
    .s7 .wrap>div{
        margin-top: 0.15rem;
    }
    .s7 .wrap{
        background: #eee;
        padding: 0.2rem;
    }
    .s7{
        margin-top: 0.25rem;
    }
    .pt-list{
        min-height: auto;
        margin-top: 0.25rem;
    }
    .txt-list{
        margin-top: 0.25rem;
    }
    .s1 {
        padding-top: 0.35rem;
        padding-bottom: 0.4rem;
    }
    .s3-banner{
        margin-top: 0.25rem;
    }
    .s3 {
        padding-top: 0.3rem;
        padding-bottom: 0.4rem;
    }
}
@media screen and (max-width: 640px){
    .banner .prev, .banner .next{
        width: 0.3rem;
        height: 0.3rem;
        background-size: 0.3rem;
    }
    .banner .swiper-container .btn span{
        margin: 0 0.1rem;
    }
    .s2-list a{
        width: 48%;
        margin-bottom: 0.25rem;
    }
    .s2-list a:nth-child(-n+3){
        margin-bottom: 0.25rem;
    }
    .s2-list a h4{
        font-size: 0.22rem;
        height: 0.62rem;
    }
    .s3-banner a{
        padding: 0.2rem;
    }
    .s1-mores{
        display: block;
    }
    .s1 .gg-tit a{
        display: none;
    }
}
@media screen and (max-width: 500px){
    .s2-list a{
        width: 100%;
        margin-bottom: 0.25rem;
    }
    .s3-banner .btn div span{
        width: 0.25rem;
    }
    .s4-list li.show .dd2{
        display: none;
    }
    .s4-list li.show .dd1{
        display: block;
    }
    .txt-list a{
        width: 100%;
    }
}
.s1-mores{
    margin: 0.25rem 0 0;
    text-align: center;
}
.s1-mores a{
    display: inline-block;
    font-size: 0.16rem;
    color: #fff;
    line-height: 2.5em;
    padding: 0 0.17rem 0;
    background: #f06b24;
    font-family: "Î¢ÈíÑÅºÚ";
    border-radius: 0.05rem;
}


.pic img:hover {
    transform: scale(1)!important;
}