.clearfix:after {content: ""; display: table; clear: both;}
.section {overflow: hidden;}
/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
    background-size: cover!important;
    background-position: center!important;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 40px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 10px;
    height: 10px;
    margin-bottom: 30px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box; 

}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    background: #e8340c;
		height: 30px;
		transition: all 0.4s ease-in-out;
 }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 10px;
    border: 0;
    background: #c0c0c0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #e4c66f;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
     margin-left: -4rem;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
   
}
#fp-nav ul li .fp-tooltip.right {
    right: 30px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
    background-size:inherit!important; 
}

.tit{text-align:center;color: #333333;line-height: 1.4;}
.tit h3{font-size: 48px;}
.xjt{position: absolute;bottom: 160px;z-index: 99999;left:50%;margin-left: -30px;cursor: pointer;animation: move 1s infinite ease;}
.s1{_background: url(../images/bj1.jpg) no-repeat center top/cover;}
.s2{background: url(../images/bj2.jpg) no-repeat center top/cover;}
.s2 .con{position: relative;top: 1vw;}
.s2 .map{width: 1070px;height: 775px;background: url(../images/ditu.png) no-repeat center top;margin: 0 auto;position: relative;}
.s2 .con .text{position: absolute;right: 0;bottom: 20%;font-size: 18px;color: #333333;line-height: 1.6;}
.s2 .con .text strong{display:block;font-size: 48px;color: #0189cf;line-height: 1.2;}
.s2 .con .text .item{margin-bottom: 35px;}
.main_con{height: 100%;}
.application{width: 100%;height: 100%;display: flex;position: relative;}
.application .left_con{width: 34%;height:100%;padding-top:180px;background:#0189cf;}
.application .right_con{width: 66%;height:100%;}
.swiper-container{width: 100%;height:100%;position: relative;}
.swiper-container-l{width: 100%;height: calc(100% - 171px);position: relative;}
.left_con .swiper-container-l .swiper-slide{text-align: center;color:#fff;padding-top: 80px;}
.swiper-pagination-bullet{background:#fff;opacity: .5;border-radius: 10px;transition: width 0.3s ease-in-out;}
.swiper-pagination-bullet-active{width: 30px;opacity: 1;}
.swiper-container-l .slide-item h4{font-size:48px;line-height: 1.3;margin-bottom: 20px;}
.swiper-container-l .slide-item .txt{font-size: 16px;width: 85%;margin: 0 auto;line-height: 1.8;padding: 0 15%;}
.swiper-container-l .slide-item .more{display:block;width: 180px;line-height: 48px;border: 1px solid #fff;margin: 0 auto;font-size: 16px;margin-top: 40px;}
.swiper-container-l .slide-item .more i{font-size: 14px;margin-left: 20px;}
.lr_button{z-index: 999;}
.swiper-button{position: absolute;left: 34%;top:50%;transform: translate(-50%,-50%);width: 56px;}
.swiper-button>*{position: static;width: 56px;height: 56px;background:#fff;margin-bottom: 10px;margin-top:0;}
.swiper-button>div:hover{background: #0189cf;color:#fff;}
.wleftarrow,.wrightarrow{display: none;}
.swiper-button>div:hover .leftarrow{display: none;}
.swiper-button>div:hover .rightarrow{display: none;}
.swiper-button>div:hover .wleftarrow{display: block;}
.swiper-button>div:hover .wrightarrow{display: block;}
.left_button::after{display: none;}
.right_button::after{display: none;}
.s4{}
.s4 .bd .pic{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;}
.s4 .bd .pic .info{text-align:center;color: #fff;font-size: 16px;line-height: 1.8;margin-top: -6vw;}
.s4 .bd .pic .info h3{font-size: 48px;margin-bottom: 30px;}
.s4 .bd .pic .info h3:after{content: "";display: block;width: 42px;height: 4px;background: #d4cec6;margin: 6px auto;}
.s4 .bd .pic .info p{width: 35%;margin: 0 auto;}
.s4 .bd .pic .info .more{width: 180px;line-height: 46px;border: 1px solid #fff;text-align: center;margin: 35px auto;}
.s4 .bd .pic .info .more i{font-size: 14px;margin-left: 25px;}

.s4 .hd{position: absolute;width: 100%;bottom: -6px;left: 0;z-index: 999;text-align: center;}
.s4 .hd li{display: inline-block;cursor:pointer;width: 17.5%;height: 90px;line-height: 90px;background: #fff;margin: 0 0.3%;font-size: 18px;color: #333333;text-align: left;padding: 0 33px;overflow: hidden;}
.s4 .hd li i{transform:translateY(-4px);float: right;}
.s4 .hd li.on{background: #0189cf;color: #fff;}
.s4 .hd li.on i{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.s5{background: #f5f5f5;}
.s5 .con{position: relative;margin-top: 50px;}
.swiper-hz li{
    /*float: left;width: 19.7%;height: 206px;background: #fff;text-align: center;margin-right: 7%;overflow: hidden;margin-bottom: 50px;*/
    width: 100%;
    height: 206px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}
.swiper-hz li:nth-child(4n+4){margin-right: 0;}
.page-hz{width: 100%;}
.page-hz span{background: #dcdcdc;width: 14px;height: 14px;margin: 0 7px !important;outline: none;}
.page-hz .swiper-pagination-bullet-active{background: #818181;}
.s6{background: url(../images/bj6.png) no-repeat center bottom;}
.s6 .con{margin-top: 60px;}
.s6 .con li{float:left;background: #fff;width: 31%;margin-right: 3.5%;}
.s6 .con .pic{width: 100%;overflow: hidden;}
.s6 .con .text{font-size: 16px;color: #666666;line-height: 1.6;padding: 30px 30px;}
.s6 .con .text h3{font-size: 20px;color: #333333;margin-bottom: 10px;}
.s6 .con .text h3:hover{color: #0189cf;}
.s6 .con li:last-of-type{margin-right: 0;}
.s6 .more{width: 180px;line-height: 46px;border: 1px solid #0189cf;background: #0189cf;color: #fff; text-align: center;margin: 35px auto;font-size: 18px;}
.s6 .more i{font-size: 14px;margin-left: 25px;transform:translateY(-1px);}


/*响应式*/
@media screen and (max-width:768px) {
.fp-tableCell{height: 100% !important;display: table-cell;vertical-align: middle;}
#fp-nav{display: none;}
.xjt{display:none;}
.tit h3{font-size: 24px;}
.s1{height: auto !important;padding-top: 62px;background:none;}
.s2 .map{width: 100%;}
.s2 .con .text{position: static;float: none;width: 100%;margin-top: 60px;line-height: 2;font-size: 16px;}
.s2 .con .text .item{display: inline-block;width: 49%;text-align: center;}
.s2 .con .text strong{font-size: 24px;}
.swiper-container-l .slide-item h4{font-size: 26px;line-height: 1.6;}
.swiper-container-l .slide-item .txt{width: 100%;}
.swiper-container-l .slide-item .more{zoom: 0.9;}
.main_con{padding-top: 0;}
.application .left_con{width: 100%;padding-top: 200px;}
.application .right_con{display: none;}
.swiper-button{display: none;}
.swiper-hz li{height: auto;width: 49%;margin-right: 0;margin-bottom: 2%;zoom: 0.5;}
.swiper-hz li:nth-child(2n){float: right;}
.page-hz{margin-top: 20px;}
.s4 .hd{bottom: 0;}
.s4 .hd li{width: 24%;margin: 0;padding: 0;text-align: center;font-size: 12px;line-height: 40px;height: auto;}
.s4 .hd li i{display: none;}
.s4 .bd .pic .info{font-size: 14px;padding: 0 2.5%;}
.s4 .bd .pic .info .more{zoom: 0.9;}
.s4 .bd .pic .info h3{font-size: 30px;}
.s4 .bd .pic .info p{width: 100%;}
.s4 .bd .pic .info p br{display:none;}
.s5 .con{margin-top: 30px;}
.s6 .con{margin-top: 30px;}
.s6 .con .text{padding: 20px 15px;font-size: 14px;line-height: 1.8;}
.s6 .con .text h3{font-size: 16px;margin-bottom: 5px;}






















}