
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../font/glyphicons-halflings-regular.woff2');
  }
.menu-list{
    float: right;
    margin-top: 17px;
}
.menu-list .menu-list-icon{
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

/* .navlist{
    position: absolute;
    right: 0;
    top: 0px;
    margin: 0;
    padding: 0;
} */

/* .navlist li{
    position: relative;
    float: left;
    display: inline-block;
    height: 82px;
    line-height: 82px;
    margin-left: 50px;
    margin-right: 50px;
}

.navlist li:last-of-type{
    margin-right: 0;
} */

/* .navlist li a{
    color: #010101;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Microsoft Yahei';
    cursor: pointer;
} */

/* .navlist li.on{
    border-bottom: 4px solid #00479d;
} */

/* .navlist li a:hover,
.navlist li.on a{
    color: #00479d;
} */

.wap-nav{
    position: absolute;
    left: 0;
    top: 92px;
    right: 0;
    z-index: 1000;
    width: 100%;
    background: #f5f5f5;
    overflow-y: auto;
    display: none;
}

.wap-nav .wap-navmain>li{
    border-bottom: 1px solid #d3d3d3;
}

.wap-nav .wap-navmain>li>a{
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #666;
    text-decoration: none;
}

.wap-nav .wap-navmain>li>a:active{
    background-color: #ddd;
}

.wap-nav .wap-navmain>li>a em{
    float: right;
}

.wap-nav .wap-navmain .wap-box{
    display: none;
    background: #fff;
    overflow: hidden;
}

.wap-nav .wap-navmain .wap-box dl{
    margin-bottom: 0;
}

.wap-nav .wap-navmain .wap-box dd{
    border-bottom: 1px solid #e6e6e6;
}

.wap-nav .wap-navmain .wap-box dd:last-of-type{
    border-bottom: none;
}

.wap-nav .wap-navmain .wap-box dd>a{
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

.wap-nav .wap-navmain .wap-box dd>a:active{
    background: #f5f5f5;
}

.wap-nav .wap-navmain .wap-box dd>a em{
    float: right;
}

.wap-nav .wap-navmain .wap-box .wap-items{
    display: none;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
}

.wap-nav .wap-navmain .wap-box dl dd:last-of-type .wap-items{
    border-bottom: none;
}

.wap-nav .wap-navmain .wap-box .wap-items ul{
    padding-top: 5px;
    padding-bottom: 5px;
}

.wap-nav .wap-navmain .wap-box .wap-items li{
    float: left;
    /* display: inline-block; */
    width: 50%;
}

.wap-nav .wap-navmain .wap-box .wap-items li a{
    display: inline-block;
    padding: 5px 20px;
    color: #999;
    font-size: 14px;
    text-decoration: none;
}

.ic-pc-nav{
    position: absolute;
    top: 91px;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 510px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    cursor: default;
    background: linear-gradient(90deg,#343434,#343434 50%,#fff 0,#fff 50%);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    overflow: hidden;
}

.ic-pc-nav.nav_show,
.ic-pc-nav.nav_show2{
    transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);

    transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

.ic-pc-nav .cistern{
    width: 1200px;
    height: 100%;
    margin: auto;
}

.cistern .gradeOne{
    float: left;
    width: 280px;
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #343434;
}

.cistern .gradeTwo{
    float: left;
    width: 280px;
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #1a1a1a;
}

.cistern .gradeThree{
    float: left;
    width: 640px;
    height: 100%;
    background: #ffffff;
}

.cistern .gradeOne ul li{
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 9px solid #343434;
    cursor: pointer;
}

.cistern .gradeOne ul li:hover,
.cistern .gradeOne ul li.on{
    border-left-color: #00479d;
    background: #1a1a1a;
}

.cistern .gradeOne ul li a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.cistern .gradeOne ul li .glyphicon{
    float: right;
    line-height: 60px;
}

.cistern .gradeTwo ul{
    display: none;
    margin-left: 16px;
}

.cistern .gradeTwo ul li{
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 9px solid #1a1a1a;
    cursor: pointer;
}

.cistern .gradeTwo ul li a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.cistern .gradeTwo ul li .glyphicon{
    float: right;
    line-height: 60px;
}

.cistern .gradeTwo ul li:hover,
.cistern .gradeTwo ul li.on{
    border-left-color: #00479d;
    background: #fff;
}

.cistern .gradeTwo ul li:hover a,
.cistern .gradeTwo ul li.on a{
    color: #222;
}

.cistern .gradeThree .threeListItem{
    display: none;
    margin-left: 65px;
}

.cistern .gradeThree .threeListItem .title{
    /* height: 91px; */
    line-height: 42px;
    padding-top: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dddddd;
    margin: 0;
    color: #222;
    font-size: 30px;
    font-family: 'Microsoft Yahei';
}

.cistern .gradeThree .threeListItem .list ul li{
    display: inline-block;
    height: 48px;
    min-width: 264px;
    margin-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.cistern .gradeThree .threeListItem .list ul li a{
    color: #222;
    font-size: 18px;
    text-decoration: none;
}

.cistern .gradeThree .threeListItem .list ul li .glyphicon{
    color: #222;
    cursor: pointer;
}

.cistern .gradeThree .threeListItem .list ul li.hasSub{
    display: block;
    height: auto;
}

.cistern .gradeThree .threeListItem .list ul li.hasSub .subList{
    margin-top: 10px;
}

.cistern .gradeThree .threeListItem .list ul li.hasSub .subList .subItem{
    display: inline-block;
    margin-right: 30px;
    line-height: 30px;
}

.cistern .gradeThree .threeListItem .list ul li.hasSub .subList .subItem a{
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.banner-contaner{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 20%;
    overflow: hidden;
}

.banner-contaner:before{
    position: absolute;
    right: 50%;
    top: 100%;
    z-index: 10;
    content: '';
    width: 100%;
    height: 100%;
    background: #f4f5f6;
    transform: rotate(4.3deg);
    transform-origin: 100% 0;
}

.banner-contaner:after{
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 10;
    content: '';
    width: 100%;
    height: 100%;
    background: #f4f5f6;
    transform: rotate(-4.3deg);
    transform-origin: 0 0;
}

.banner-contaner .banner-mask{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: url(../images/banner-bg.png) no-repeat center bottom;
    background-size: cover;
}

.banner-contaner .swiper-container{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.banner-contaner .swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-contaner img{
    position: relative;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    transition: transform 12s cubic-bezier(.23,1,.32,1);
    -ms-transition: transform 12s cubic-bezier(.23,1,.32,1);
    -moz-transition: transform 12s cubic-bezier(.23,1,.32,1);
    -webkit-transition: transform 12s cubic-bezier(.23,1,.32,1);
    -o-transition: transform 12s cubic-bezier(.23,1,.32,1);
    transform: scale(1) translate(-50%,-50%);
    -ms-transform: scale(1) translate(-50%,-50%);
    -moz-transform: scale(1) translate(-50%,-50%);
    -webkit-transform: scale(1) translate(-50%,-50%);
    -o-transform: scale(1) translate(-50%,-50%);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}

.banner-contaner:hover img{
    transition: transform 12s cubic-bezier(.23,1,.32,1);
    -ms-transition: transform 12s cubic-bezier(.23,1,.32,1);
    -moz-transition: transform 12s cubic-bezier(.23,1,.32,1);
    -webkit-transition: transform 12s cubic-bezier(.23,1,.32,1);
    -o-transition: transform 12s cubic-bezier(.23,1,.32,1);
    transform: scale(1.05) translate(-50%,-50%);
    -ms-transform: scale(1.05) translate(-50%,-50%);
    -moz-transform: scale(1.05) translate(-50%,-50%);
    -webkit-transform: scale(1.05) translate(-50%,-50%);
    -o-transform: scale(1.05) translate(-50%,-50%);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}

.swiper-button-prev{
    left: 100px;
    background: none;
    font-size: 30px;
    color: #fff;
}

.swiper-button-next{
    right: 100px;
    background: none;
    font-size: 30px;
    color: #fff;
}

.swiper-pagination-bullet{
    opacity: 1 !important;
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.6);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
}

@media (max-width: 767px){
    .logo-nav,
    .logo_inner_bar,
    .header-box{
        height: 45px;
    }

    .logo-img{
        left: 10px;
        top: 12px;
        height: 20px;
    }

    .logo-img img{
        height: 20px;
    }

    .wap-nav{
        top: 92px;
    }

    .navlist{
        display: none;
    }
}

@media (min-width: 768px){
    .logo-nav,
    .logo_inner_bar,
    .header-box{
        height: 51px;
    }

    .logo-img{
        left: 10px;
        top: 10px;
        height: 30px;
    }

    .logo-img img{
        height: 30px;
    }

    .menu-list{
        margin-top: 17px;
    }

    .wap-nav{
        top: 92px;
    }

    .navlist{
        display: none;
    }
}

@media (min-width: 992px){
    .logo-nav,
    .logo_inner_bar,
    .header-box{
        height: 83px;
    }

    .logo-img{
        left: 0px;
        top: 20px;
        height: 38px;
    }

    .logo-img img{
        height: 38px;
    }

    .menu-list{
        display: none;
    }

    .navlist{
        display: block;
    }
}

@media (min-width: 1200px){
    .menu-list{
        display: none;
    }

    .navlist{
        display: block;
    }
}

@media (min-width: 1230px){
    .menu-list{
        display: none;
    }

    .navlist{
        display: block;
    }
}