@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.i-banner{background:0 0;}
.i-banner .sm-dn .slick-slide a,.i-banner .sm-dn .slick-slide div{width:100%;height: 100%;}
.i-banner .slick-arrow{width:50px;height:50px}
.i-banner .slick-prev{left:2.5%;background:url(../images/banner_l.png) no-repeat center}
.i-banner .slick-next{right:2.5%;background:url(../images/banner_r.png) no-repeat center}
.i-banner .slick-dots{bottom:3.5%}
.i-banner .slick-dots div{width:15px;height:15px;margin:0 .1rem;background:#fff ;transition:all .3s;-webkit-transition:all .3s}
.i-banner .slick-dots div.slick-active,.i-banner .slick-dots div:focus,.i-banner .slick-dots div:hover{  background:#26add8 ; }
.i-banner a{display:block;height: 950px;}
.i-banner .dn{display:none!important}
.i-banner .sliders{position: relative;}

.index_main {
    background: #f7f7f7
}

.index_main .section1 {
    position: relative
}



.index_main .section1 .index_banner .item.slick-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards
}

.index_main .section1 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.index_main .section1 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: rgba(0, 0, 0, .2) */
}

.index_main .section1 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 44%;
    right: 10px;
    left: 10px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 60px;
    text-align: center;
   
}
 .index_main .section3 .abBox{display:none;}
.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size:20.5px;
    color: #fff;
 padding-top: 10px;
   text-align: center;
 
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
    color: #f5c920;
    display: inline-block;
    letter-spacing: 5px
}


.index_main .section1 .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0
}

.index_main .section1 .left {
    left: 0
}

.index_main .section1 .right {
    right: 0
}

.index_main .section1 .slick_txt:hover .slick_arrow {
    opacity: 1;
    visibility: visible
}

.index_main .section1 .slick_txt .slick_arrow {
    width: 30px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 0;
    visibility: hidden
}

.index_main .section1 .slick_txt .prev {
    background-image: url(../images/ban_prev.png);
    left: 90px
}

.index_main .section1 .slick_txt .next {
    background-image: url(../images/ban_next.png);
    right:90px
}

.index_main .section1 .slick_txt .prev:hover {
    background-image: url(../images/ban_prev_hover.png)
}

.index_main .section1 .slick_txt .next:hover {
    background-image: url(../images/ban_next_hover.png)
}

.index_main .section1 .number {
    position: absolute;
    bottom: 8%;
    left: 50%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.index_main .section1 .number span {
    font-family: myriad pro, microsoft yahei;
    font-size: 14px;
    color: #fff;
    margin-right: 100px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease
}

.index_main .section1 .number span:last-child {
    margin-right: 0
}

.index_main .section1 .number span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease
}

.index_main .section1 .number span.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible
}

.index_main .section2 {
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    
}

.index_main .section2 .secti2fr .abBox{
	width:100%;
	/* padding:20px; */
	margin-top:20%;
}
.index_main .section2 .secti2fr .abBox i{background:#bda87d;height:5px;width:4%;}
.index_main .section2 .secti2fr .abBox h2{padding:10px 0;font-weight:bold;font-size:56px;color:#bda87d;}
.index_main .section2 .secti2fr .abBox .tit{font-size:36px;color:#333333;}
.index_main .section2 .secti2fr .abBox .cotentBox{margin-top:40px;}
.index_main .section2 .secti2fr .abBox .cotentBox .mores{display:block;width:15%;background:#bda87d;color:#fff;text-align:center;line-height:40px;margin-top:40px;}
.index_main .section3 .abBox .sec4fr .mores {
    display: none;
    width: 40%;
    background: #bda87d;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.index_main .section4 .sec3fr .mores {
    display: none;
    width: 40%;
    background: #bda87d;
    color: #fff;
    text-align: center;
    line-height: 40px;
	 margin-top: 30px;;
}
.index_main .section3  .abBox i{background:#bda87d;height:5px;width:4%;}
.index_main .section3  .abBox h2{padding:10px 0;font-weight:bold;font-size:56px;color:#bda87d;}
.index_main .section3  .abBox .tit{font-size:36px;color:#333333;}
.index_main .section3 . .abBox .cotentBox{margin-top:40px;}
.index_main .section3  .abBox .cotentBox .mores{display:block;width:15%;background:#bda87d;color:#fff;text-align:center;line-height:40px;margin-top:40px;}


.sec4fl .more{display: block;width: 200px; font-size: 16px;border-radius: 25px; line-height: 40px;text-align: center; color: #fff; background: #d53913; margin-top: 50px;}
.sec4fl .more i{font-size: 15px;transition: 0.3s;}
.sec4fl .more:hover i{padding-left: 10px;}
.sec4fl .more:hover {background: #ff5757;}
.sec4fr .secimg{overflow: hidden; height: 0;padding-bottom: 66%;}
.sec4fr .sec3sild {padding: 15px;background: #fff;}
.sec4fr .sec3sild h4{font-size: 18px;font-weight: bold;padding: 15px 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.sec4fr .sec3sild p{font-size: 16px;color: #666; line-height: 24px; height: 72px;}
.sec4fr .sec3sild span{font-size: 14px;color: #666;display: block;padding : 20px 0 10px 0;}
.sec4fr .swiper-slide:hover .sec3sild h4{color: #c61c22;}
.sec4fr{padding-left: 20px;}
.sec4fr a {display: block;  }
.sec4fr .swiper-container{padding: 2%;}
.sec4fr .swiper-slide{position: relative; }
.sec4fr   .swiper-slide:hover a{box-shadow: 0 0 15px 2px rgba(0,0,0,0.5);}

.sec4fr .swiper-button-next, .swiper-container-rtl .swiper-button-prev{background: none;width: 54px;height: 54px;left: 120px;}
.sec4fr .swiper-button-prev, .swiper-container-rtl .swiper-button-next{background: none;width: 54px;height: 54px;left:40px;}
.sec4fr .swiper-button-next, .swiper-button-prev{top: 95%;margin-top: 60px;}
.sec4fr .swiper-button-prev, .swiper-button-next{top: 95%;margin-top: 60px;}


.sec4fl{padding-top: 20%;}
.sec4fl .tits{font-size: 60px;font-weight: bold;padding: 20px 0 10px 0;}
.sec4fl p{font-size: 26px;line-height: 28px;}
.sec4fl .mores{display:block;width:50%;font-size:16px;color:#333333;padding-top:40px;}
.nstit{overflow: hidden;}
.nstit h3{color: #fff;}
.nstit .us{color: #5c7799;}
.nstitfl{float: left;margin-right: 20px;}

.nstitfr{ overflow: hidden;}
.nstitfr{ overflow: hidden;}
.section3  ul{padding-top: 30px;}
.section3  .sec4fr ul li h3{color: #333333;font-size: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.section3  .sec4fr  i{background:#000000;height:2px;width:10%;margin: 15px 0;}
.section3  .sec4fr ul li span{color: #666666;font-size: 16px;display: block;}
.section3  .sec4fr ul li p{color: #666666;font-size: 16px; line-height: 30px;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;padding:20px 0;}
.section3  .sec4fr ul li img{width: 100%;transition: 1s;height:210px;}
.section3  .sec4fr ul li .nspic{overflow: hidden;position: absolute; top: 18%;padding:0 10px;margin-right: 20px;}
.section3  .sec4fr ul li .wenzi{position: absolute; top: 41%;padding:0 10px;margin-right: 15px;width:85%;}
.banner2{display:none;}
.fp-tableCell{position:absolute;}

.h1080{margin-right:8px;}

/* .section3  .sec4fr ul li:hover img{transform: scale(1.2);} */
/* .section3  .sec4fr ul li:hover h3{color: #fff;}
.section3  .sec4fr ul li:hover span{color: #fff;}
.section3  .sec4fr ul li:hover p{color: #fff;}
.section3  .sec4fr ul li:hover i{background: #fff;} */
.section3  .sec4fr ul li{padding:0 30px;}
.section3  .sec4fr ul li{height:1080px;}
.section3  .sec4fr ul li:hover{background:#c7b794;padding:0 30px;}
/* .section3  .sec4fr ul li:hover .nspic{position: absolute; top:41%;}
.section3  .sec4fr ul li:hover .wenzi{position: absolute; top: 18%;} */
.section3.active ul{margin-top: 0;opacity: 1;}

.indexnews  li{float: left;}
.indexnews   i{background:#000000;height:2px;width:10%;margin: 15px 0;}
.indexnews    li span{color: #666666;font-size: 16px;display: block;padding-bottom: 15px;}
.indexnews  li h3{font-size: 22px; padding: 25px 0 5px 0;   overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.indexnews  li p{font-size: 16px;color: #b4b4b4;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;margin-bottom: 30px; }
.indexnews  li .nsbtn{width: 160px;height: 40px;line-height: 40px;display: block;  border: 1px solid #ccc;color: #1079be;text-align: center;}
.indexnews  li img{width:458px;max-width: 100%;transition: 1s;height:276px;}
.indexnews  li  .innspic{overflow: hidden;}
.indexnews  li:hover .innspic img{transform: scale(1.1);}
.indexnews  li .nsbtn:hover{background: #1079be; border: 1px solid #1079be; color: #fff;}
.secnews h2{font-size: 50px;padding-bottom: 60px;}
.indexnews .container-fluid.active a {
    animation: bounceInRight 1.2s 0.5s;
}
.moreBox{width:100%;text-align:center;margin-top:4%;}
.moreBox a{background: #bea87c;color: #fff;padding: 10px 25px; }
.section3 .margin15 {
    margin-top: 8%;
}
   
.xwtitBox{margin: 0 auto;text-align:center;}
.xwtitBox h3{font-size: 40px;color: #333333;font-weight:blod;text-align: center;font-family: Impact;}
.xwtitBox p{font-size: 20px;color: #333333;font-weight:blod;text-align: center;padding:15px 0;}




.section4 .margin15{margin-top:8%;}
.sec3fr{margin-top:0.5%;}
.xntitBox h3{font-size: 40px;color: #333333;text-align: left;font-family: Impact;}
.xntitBox p{font-size: 20px;color: #999999;text-align: left;padding:15px 0;}
.sec3fr a {display: block;overflow: hidden;}
.sec3fr .sec3sild{position: absolute;bottom: -0; background: rgb(18 18 16 / 60%);height: 35px;width: 100%;text-align: center;transition: all .5s;}
.sec3fr .sec3sild h4{font-size: 18px;text-align: center;color: #fff;line-height: 30px;}
.sec3fr .swiper-slide{position: relative;overflow: hidden;}
.sec3fr .swiper-button-next, .swiper-container-rtl .swiper-button-prev{background: none;width: 54px;height: 54px;left: 80px;}

.sec3fr .swiper-button-prev, .swiper-container-rtl .swiper-button-next{background: none;width: 54px;height: 54px;}
.sec3fr .swiper-button-next, .swiper-button-prev{top: 95%;margin-top: 60px;}
.sec3fr .swiper-button-prev, .swiper-button-next{top: 95%;margin-top: 60px;}




.section5 {position: relative;}
.seccolor{padding: 9% 8% 0 8%;}
.seccolor .hhh{font-size: 40px;color: #fff;text-align: center; }
.seccolor .ftimg{display: block;margin:40px auto;}
 .ftboot { padding: 20px 0;position: absolute;bottom: 0;left: 0; background: #1d1919;width: 100%;text-align: center;}
 .ftboot span{display:  block;text-align: center;color: #fff;}
.footer_ul{overflow: hidden;padding-top: 20px;}
.footer_ul li{float: left;width: 19.6%;text-align: center;}
.footer_ul li h5{font-size: 22px;color: #fff;padding:  20px 0;}
.footer_ul li p{font-size: 18px;color: #fff;line-height: 28px;}

.footer_wx  {width: 100%;margin: auto;padding-top:20px;overflow: hidden;}
.footer_wx  li{float: left;width: 100%;text-align: center;}

.footer_wx  li p{font-size: 16px;color: #fff;padding-top: 10px;}



 footer{background: url(../images/footer_bg.jpg) no-repeat center;background-size: cover;height: 186px;}
 footer .footerfl{float: left; padding-left: 25%;padding-top: 38px;}
 footer .footerfl p{color: #fff;float: left;}
 footer .footerfl   span{color: #fff;float: left; display: block;line-height: 22px;}
 footer .footerfl  .fot_box{overflow: hidden;padding: 4px 0;}

 footer .footerfr{float: right;padding-top: 30px;}
 footer .footerfr ul li{float: left;padding-left: 80px;text-align: center;}
 footer .footerfr ul li p{color: #ffffff;padding-top: 10px;}
 footer .footerfr ul li img{width: 95px;}


 .footer_bottom p{line-height: 24px;color: #999;}
 .footer_bottom{background: #1d1d1d;padding: 20px 0;text-align: center;border-top:1px solid #333;}

/* 关于我们 */
.pg_nav{margin-top: -100px; position: relative;}
.pg_nav h3{font-size: 36px; color: #fff;}
.pg_nav p{color: #fff; padding : 15px 0;}
 .ly-nr {border-bottom:1px solid #eaeaea;  white-space:nowrap;}
 .fly-panel-title {position:relative;height:80px;line-height:80px;color:#333;font-size:18px;}
 
 .fly-panel-main {padding:10px 15px;}
 .fly-filter a {padding:0 5px;color:#333;}
 .fly-filter a:hover {color:#bca77c;}
 .fly-panel-title .layui-hide-xs a:last-child {color:#bca77c;}
 .fly-filter img {margin-top:-4px;}
 .fly-filter .fly-mid {margin:0 8px;}
 .fly-filter-right {    display: block;
  text-align: center;
  overflow-x: auto;  overflow-x: auto;}
 .fly-filter-right p {padding:0 30px;display:inline-block; position: relative;}
 .fly-filter-right a {color:#333;font-size:16px;padding:0;position:relative;display:inline-block;height:80px;line-height:80px;}
 .fly-filter-right p:last-child {padding-right:0;}
 .fly-filter-right  a.layui-this-moren {color:#bca77c;border-bottom:3px solid #bca77c;}
 .fly-filter-right  a:after {content:"";width:0;height:3px;background:#bca77c;position:absolute;top:94%;left:50%;transition:all .6s;}
 .fly-filter-right  a.layui-this-moren:after {content:"";width:0;height:3px;background:#bca77c;position:absolute;top:100%;left:50%;transition:all .6s;}
 .fly-filter-right  a:hover:after {left:0%;width:100%;}
 .fly-filter  .layui-this-moren {color:#bca77c;}
 .fly-filter-right p::after{display: block;clear: both;content: ""; position: absolute; right: 0 ;    top: 33px; height: 16px;width: 1px;background: #ccc;}

.fly-filter-right  p:last-child::after{display: none;}
 .n_about{padding:40px 0 80px 0; min-height: 480px;}
.probnZ  {padding-top: 30px;position: relative;}
.probnZ  .swiper-slide img{width: 100%;display: block;}
.probnZ .pic{position: relative;}
.probnZ .mxzyceng{margin: 10px 0;text-align: center;color: #000000;font-size: 16px;line-height: 30px;}
.probnZ  .mxceng{overflow: hidden;border: 1px solid #ccc;padding:10px;}
/* .probnZ  .swiper-slide img{transition: 1s} */
/* .probnZ  .swiper-slide:hover  img{transform: scale(1.2);} */
.probnZ .swiper-button-prev{cursor: pointer;left: -5%;top: 20%;}
.probnZ .swiper-button-prev i{font-size: 50px;color: #79aa35; }
.probnZ .swiper-button-next{cursor: pointer;right: -3%;top: 20%;}
.probnZ .swiper-button-next i{font-size: 50px;color: #79aa35; }
.probnZ .swiper-pagination-bullet{margin: 0 3px;width: 8px;height: 8px; margin-top: 20px; }
.probnZ .swiper-pagination{position: relative;display: none;}
.probnZ .swiper-pagination-bullet-active{background: #79aa35;}
.probnZ .swiper-container {
    padding-bottom: 20px;
    padding-left: 2px;
}


.abfBox  {padding-top: 30px;position: relative;}
.abfBox  .swiper-slide img{width: 100%;display: block;}
.abfBox .pic{position: relative;}
.probnZ .mxzyceng{margin: 10px 0;text-align: center;color: #000000;font-size: 16px;line-height: 30px;}
.abfBox  .mxceng{overflow: hidden;padding:10px;}
.abfBox  .swiper-slide img{transition: 0.6s} 
.abfBox  .swiper-slide:hover  img{transform: scale(1);} 
.abfBox .swiper-pagination{position: relative;display: none;}
.abfBox .swiper-pagination-bullet-active{background: #79aa35;}
.abfBox .swiper-container {
    padding-bottom: 20px;
    padding-left: 2px;
}

/* 
动画
.index_main .section2.active h2{animation: bounceInLeft 1.2s 0.5s;}
.index_main .section2.active a{animation: bounceInRight 1.2s 0.5s;}

.index_main .section3.active h2{animation: bounceInRight 1.2s 0.5s;}
.index_main .section3.active h5{animation: bounceInRight 1.4s 0.5s;}

.index_main .section3.active a{animation: bounceInLeft 1.6s 0.5s;}

.index_main .section4.active h2{animation: bounceInLeft 1.2s 0.5s;}
.index_main .section4.active a{animation: bounceInRight 1.2s 0.5s;}

.index_main .section5.active li:nth-child(1)  {animation: fadeInUp 1s 0.5s;}
.index_main .section5.active li:nth-child(2)  {animation: fadeInUp 1.4s 0.5s;}
.index_main .section5.active li:nth-child(3)  {animation: fadeInUp 1.8s 0.5s;}


.index_main .section2 {padding: 0 12%;}
.index_main .section2 .sec2txt{text-align: right;}
.index_main .section2 .sec2txt h2{font-size:50px;font-weight: bold;color: #fff;}
.index_main .section2 .hbtns{margin-top: 30px;padding: 10px 40px;}


  */
 
.index_main .section3 {
    width: 100%;
    height: 100%;
	background:#f5f7f6 url(../images/index3.jpg) no-repeat;
    background-size: cover;
}



.index_main .section4 {
    width: 100%;
    height: 100%;
    background: #f3f3f3;
}
.index_main .section5 {
    width: 100%;
    height: 100%;
    background: url(../images/index5.jpg) no-repeat;
    background-size: cover;
}
 
 
@media only screen and (max-width:1600px) {
	.sec3fr{margin-top:1%;}
	.footer_ul li h5{font-size: 18px;color: #fff;padding:  20px 0;}
.footer_ul li p{font-size: 15px;color: #fff;line-height: 28px;}
.seccolor .ftimg {
    margin: 20px auto;
}
	.section4 .margin15{margin-top: 10%;}
	 .index_main .section3 .abBox{display:none;}
	
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 28px
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 60px
    }

 
}

@media only screen and (max-width:1440px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 24px
    }
    .section4 .margin15{margin-top: 12%;}
    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 40px
    }

  
}

@media only screen and (max-width:1366px) {
	
	.sec3fr{margin-top:3%;}
	.section4 .margin15{margin-top: 10%;}
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 20px
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 26px
    }

  

    .index_main .section1 .index_banner .slick-arrow {
        background-size: auto 30px
    }
}

@media only screen and (max-width:1300px) {
	.section4 .margin15 {
    margin-top: 14%;
    }
    #footernav li{width: 15%;}
}

@media only screen and (max-width:1199px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 12px;
        padding-left: 0;
        text-align: center;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 22px
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size:30px;
        text-align: center;
        padding-left: 0;
        font-weight: bold;
    }
}

@media only screen and (max-width:992px) {
	.pcItem{display:none !important;}
	.pcBox{display:none;}
    .index_main .section1 .index_banner .item {
        height: 100vh
    }

    .index_main .section1 .index_banner .item .inner .block_txt {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 40px;
        top: 42%
    }

    .index_main .section1 .index_banner .slick-arrow {
        display: none !important
    }

    .index_main .section1 .index_banner .slick-dots {
        position: absolute;
        bottom: 12px
    }

    .index_main .section1 .index_banner .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #fff
    }

    .index_main .section1 .index_banner .slick-dots li button {
        display: none
    }

    .index_main .section1 .index_banner .slick-dots li.slick-active {
        background: #fff
    }

    .index_main .section1 .number {
        bottom: 12%;
        display: none
    }

    .index_main .section1 .number span {
        margin-right: 22px
    }

    .index_main .section1 .number span:after {
        bottom: -14px
    }
    .header .left a img{height: 40px;}
    .header{height: 60px;}
}
@media only screen and (max-width:768px) {
	.sec4fr .swiper-container{padding:0;}
	.index_main .section3 .abBox .sec4fr .mores {
    display: block;
    width: 40%;
    background: #bda87d;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.index_main .section4 .sec3fr .mores {
    display: block;
    width: 40%;
    background: #bda87d;
    color: #fff;
    text-align: center;
    line-height: 40px;
	margin-top: 15%;
}
.index_main .section2 .secti2fr .abBox h6{font-size: 26px;}
	footer .footerfl{padding-left: 0;}
	footer .footerfr ul li img{width:60px;}
    #footernav li:nth-child(7) {float: right;;width:100%;}
    #footernav li{width: 33%;    min-height: 210px;padding: 10px 0;}
	footer .footerfr {
    position: absolute;
    right: 0;
    top: 64%;
	padding-top: 0;
}
    .index_main .section6{padding: 0 5%;}
    .footerbot{text-align: center;line-height: 30px;}
    .footerbot span{float: none;}
    .sec6tit p{padding: 10px 0;}
    .sec6tit img{max-width: 100%;}
    .ftimg{display: none!important;}
	.footer_ul li img{width:70%;display:none;}
	.footer_ul li h5{font-size:20px;padding: 10px 0;font-weight:bold;}
	.footer_ul li p{font-size:12px;}
	.footer_ul li{padding-bottom: 32%;
    width: 50%;
    height: 0;
    overflow: hidden;}
.seccolor{padding:20px;}
.footer_wx li{display:none;}
.seccolor .hhh{font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 28%;}
	.footer_ul{padding-top:50px;}
}

@media only screen and (max-width:767px) {
    .index_main .section2{padding: 0 8%;}
    .index_main .section2 .sec2txt{text-align: center;}
    .index_main .section2 .sec2txt h2{font-size: 24px; }

    .index_main .section3{padding: 0 8%;}
    .index_main .section3 .sec3txt{text-align: center;}
    .index_main .section3 .sec3txt h5{font-size: 20px;}
    .index_main .section3 .sec3txt h2{font-size: 24px; }

    .index_main .section4{padding: 0 8%;}
    .index_main .section4 .sec4txt{text-align: center;}
    .index_main .section4 .sec4txt h2{font-size: 24px; }
   /*  .index_main .section5{padding: 0 5%;} */
    .banner2{display: block;width: 100%;}
    .banner2 .swiper-slide img{width: 100%;}
    
    .banner2    h3{color: #333;font-size: 18px;padding: 20px 0 20px 0;font-weight: bold; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
    }
    .banner2    p{color: #666;font-size: 14px; line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
    .xwtitBox{margin-top:15px;}
    .banner2{padding: 0 10%;padding-top: 20px;}
    .banner2 .swiper-slide {width: 100%;}
    .banner2 .swiper-button-prev, .banner2  .swiper-container-rtl .swiper-button-next{left: -2%;top:30%; background: none; outline: none; font-size:50px; color:#666; font-family: "宋体"; height: 80px; margin-top:-40px; width:40px; }
.banner2 .swiper-button-next,.banner2 .swiper-container-rtl .swiper-button-prev{right: -5%;top:30%; background: none; outline: none;font-size:50px; color:#666; font-family: "宋体"; height: 80px; margin-top:-40px; width:40px; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{color: #fff;}
    .banner2 .swiper-button-prev, .banner2  .swiper-container-rtl .swiper-button-next{left:2%;margin-top: 40px;}
    .banner2 .swiper-button-next,.banner2 .swiper-container-rtl .swiper-button-prev{right: 0%;margin-top: 40px;}
    .index_main .section1 .slick_txt .slick_arrow{display: none;}
    .indexnews{display: none;}
 
    .secnews h2{font-size: 30px;padding-bottom: 20px;}


    #footernav li:nth-child(4){display: none;} 
    #footernav li:nth-child(5){display: none;} 

    #footernav li:nth-child(6){display: none;} 
    .footerbot{width: 90%;left: 5%;line-height: 20px;}
    .footerbot p{font-size: 12%;}
    .sec6tit p{padding: 5px;font-size: 18px;margin-bottom: 0;}
    #footernav li{min-height: 180px;}
}

@media only screen and (max-width:340px) {}

@media only screen and (max-width:320px) {}