@-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)
    }
}
 
.index_main {
    background: #f7f7f7
}

.index_main .section1 {
    position: relative
}

.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    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: left;
    padding-left: 10%;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size:20.5px;
    color: #fff;
 padding-top: 10px;
   text-align: left;
   padding-left:10%;
}

.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: url(../images/index2.jpg) no-repeat;
    background-size: cover;
    
}


/* 动画 */
.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 {padding: 0 12%;}
.index_main .section3 .sec3txt{text-align: left;}
.index_main .section3 .sec3txt h2{font-size:50px;font-weight: bold;color: #fff;}
.index_main .section3 .sec3txt h5{font-size:35px; color: #fff;padding-top: 20px;}

.index_main .section3 .hbtns{margin-top: 30px;padding: 10px 40px;}
.index_main .section3 {
    width: 100%;
    height: 100%;
    background: url(../images/index3.jpg) no-repeat;
    background-size: cover;
}

.index_main .section3 h3 {
    text-align: center
}

.index_main .section4 {
    width: 100%;
    height: 100%;
    background: url(../images/index4.jpg) no-repeat;
    background-size: cover;
}
.index_main .section4 {padding: 0 12%;}
.index_main .section4 .sec4txt{text-align: right;}
.index_main .section4 .sec4txt h2{font-size:50px;font-weight: bold;color: #fff; }
.index_main .section4 .hbtns{margin-top: 30px;padding: 10px 40px;}
 
.index_main .section4 h3 {
    text-align: center
}
.index_main .section5 {
    width: 100%;
    height: 100%;
    background: url(../images/index5.jpg) no-repeat;
    background-size: cover;
}
.index_main .section5 {padding: 0 12%;}
.indexnews  li{float: left;}
.indexnews  li h3{font-size: 24px; padding: 30px 0 35px 0;   overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.indexnews  li p{font-size: 18px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;margin-bottom: 30px; overflow: hidden;}
.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;}
.banner2{display: none;}



.index_main .section6 {padding: 0 12%;background: #333;position: relative;}
.sec6tit{margin-top: 5%;}
.sec6tit p{font-size: 22px; color: #fff;padding: 30px 0;}
.footertit {padding:50px 0;}
.footertit h3 {text-align:center;font-size:30px;color:#fff;}
.footertit img {display:block;margin:0 auto;padding-top:10px;max-width:100%;}
.footer {border-top:1px solid #444;position:relative;}
.footer>.container {position:relative;padding:10px 15px;height:265px;}
#footernav {width:100%;}
#footernav li {float:left;width:10%;padding:50px 0;}
 
#footernav li:nth-child(7) {float: right;;width:7%;}
 
#footernav li p {font-size:14px;text-align:center;color:#fff;padding-top:20px;}
#footernav dt {padding-bottom:10px;color: #fff;}
#footernav dt a {color:#fff;font-size:16px;font-weight:bold;}
#footernav dd{margin-bottom: 0;}
#footernav dd a {color:#fff;font-size:14px;}
#footernav li .wenzz {font-size:14px;}
#footernav dd a {line-height:2.2;transition:color ease .5s;color:#888;}
 
#footernav dt a:hover {color:#c80909;}
#footernav dd a:hover {color:#c80909;}
.qrcode {margin:0 auto;text-align:center;}
.footer .div02 {width:205px;}
.footer .div02 {padding-top:10px;}
.footer .link {position:relative;margin-bottom:1.5em;height:32px;}
.footer .link span {display:block;line-height:32px;color:#fff;text-indent:25px;cursor:pointer;background:#fff url(../images/icon04a.png) 170px center no-repeat;transition:background ease .5s;}
.footer .link:hover span {background-color:#c80909;background-image:url(../images/icon04b.png);color:#fff;}
.footer .link div {position:absolute;display:none;left:0;bottom:30px;right:0;padding:6px 25px 0;background:#c80909;}
.footer .link a {display:block;line-height:2;color:#fff;}
.footerlogo {position:absolute;bottom:2em;left:0;color:#ccc;font-size:14px;line-height:2em;padding:0 15px;}
.footerlogo a {color:#ccc;}
.footerlogo a:hover {color:#fff;}
.footerbot {line-height:60px;overflow: hidden; border-top:1px solid #444;width: 75%;position: absolute;bottom: 0; left: 13%;}
.footerbot p { color: #fff; }
.footerbot span{float: right;color: #fff; }
.footerbot span a{ color: #fff;}
.ftbbb{width: 100%;}
@media only screen and (max-width:1600px) {
    .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
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 40px
    }

  
}

@media only screen and (max-width:1366px) {
    .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) {
    #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) {
    .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) {
    #footernav li:nth-child(7) {float: right;;width:100%;}
    #footernav li{width: 33%;    min-height: 210px;padding: 10px 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;}
}

@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;}
    
    .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%; 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%; 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) {}