.index-swiper-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.main-container {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
}

.main-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.main-container .bg {
    /*transition: all 0.5s ease-in 0.2s;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: 0px;*/
    /*left: 0px;*/
    /*bottom: 0px;*/
    transition: all .1s;
    z-index: 0;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    background-size: cover;
    background-position: center center;
    transform: translateX(0) translateY(0) scale(1);

}

.main-container .bg:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*background-image: url("../../img/blackbj.png");*/
    background-repeat:repeat;
}

.main-container .title-container {
    position: absolute;
    transition: all 0.5s ease-in 0.2s;
    width: 100%;
    height: 110px;
    text-align: center;
    z-index: 999;
}

.main-container .title-container p {
    color: white;
    font-size: 30px;
    line-height: 50px;
}

.main-container .title-container .title {
    font-size: 40px;
    line-height: 60px;
}

.main-container .content-container {
    transition: all 0.5s ease-in .5s;
    width: 1200px;
    height: 300px;
    bottom: 100px;
    left: 50%;
    margin-left: -600px;
    position: absolute;
    z-index: 9;
    background: rgba(59, 158, 203, 0.7);
}

.main-container .content-container .col-40 {
    padding: 15px;
    height: 100%;
    width: 40%;
}

.main-container .content-container .col-40:first-child {
    padding-right: 10px;
    padding-left: 20px;
}

.main-container .content-container .col-40:last-child {
    padding-left: 10px;
    padding-right: 20px;
}

.main-container .content-container .col-20 {
    height: 100%;
    background: #26377f;
    width: 255px;
    max-width: 255px;
}

.main-container .footer-bar {
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #434343;
    line-height: 50px;
    color: white;
    padding: 0 100px;
    vertical-align: middle;
}

.main-container .footer-bar span {
    padding: 0 20px;
}

.main-container .footer-bar img {
    margin-bottom: -10px;
    width: 32px;
    height: 32px;
}

.main-container .news-title {
    height: 60px;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 10px;
}

.main-container .news-title img {
    width: 46px;
    height: 46px;
    padding: 7px;
    border-radius: 50%;
    background: white;
}

.main-container .news-title div {
    display: inline-block;
    line-height: 25px;
    color: white;
    padding-left: 10px;
}

.main-container .news-title div p {
    text-align: left;
}

.main-container .img-line {
    margin-bottom: 10px;
}

.main-container .img-line img {
    max-width: 80px;
    width: 80px;
    height: 60px;
    margin-right: 10px;
}

.main-container .img-line .line-title {
    line-height: 20px;
    max-height: 20px;
    max-width: 100%;
    color: white;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-container .img-line .line-desc {
    line-height: 20px;
    height: 40px;
    max-height: 40px;
    color: white;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-container .line {
    color: white;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #999;
}

.main-container .line p {
    text-align: left;
}

.main-container {
    width: 100%;
    height: 100%;
}

.main-container .carousel2-container {
    height: 210px;
}

.main-container .carousel2-container .col {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.main-container .carousel2-container .col p {
    position: absolute;
    line-height: 30px;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    padding: 0 5px;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}

.main-container .carousel2-container .col:first-child {
    margin-right: 5px;
}

.main-container .carousel2-container .col:last-child {
    margin-left: 5px;
}

.main-container .right-row {
    overflow: hidden;
    border-bottom: 1px solid #666666;
    height: 75px;
    padding: 5px 10px;
}

.main-container .right-row * {
    transition: all 0.3s;
}

.main-container .right-row .img-container {
    width: 40px;
}

.main-container .right-row:hover .img-container {
    margin-left: -45px;
}

.main-container .right-row p {
    color: white;
    line-height: 25px;
    align-items: left;
}

.main-container .content-container {
    left: -40%;
    opacity: 0;
}

.main-container .line {
    display: block;
    line-height: 40px;
    height: 40px;
}

.main-container a {
    text-decoration: none;
}

.main-container .content-container {
    bottom: 150px;
    left: 50%;
    opacity: 1;
}
.main-container .title-container {
    top: 150px;
    left: 0%;
    opacity: 1;
}
@media screen and (max-height: 900px) {
    .main-container .title-container {
        top: 80px;
    }
    .main-container .content-container {
        bottom: 100px;
    }
}
@media screen and (max-height: 700px) {
    .main-container .content-container {
        bottom: 90px;
    }

    .main-container .title-container {
        top: 40px;
        position: absolute;
        transition: all 0.5s ease-in 0.2s;
        width: 100%;
        text-align: center;
        z-index: 999;
    }

    .main-container .title-container p {
        color: white;
        font-size: 24px;
        line-height: 30px;
    }
    .main-container .title-container .title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-height: 650px) {
    .main-container .content-container {
        bottom: 75px;
    }

    .main-container .title-container {
        top: 20px;
    }
}
@media screen and (max-height: 570px) {
    .main-container .title-container {
        display: none;
    }
}


.main-container-0.active .title-container {
    left: 20%;
    opacity: 0;
}

.main-container-0.active .content-container {
    bottom: 10%;
    opacity: 0;
}

.main-container-1.active .title-container {
    top: 10%;
    opacity: 0;
}

.main-container-1.active .content-container {
    bottom: 10%;
    left: 40%;
    opacity: 0;
}

.main-container-2.active .title-container {
    top: 10%;
    left: 10%;
    opacity: 0;
}

.main-container-2.active .content-container {
    bottom: 0px;
    left: 50%;
    opacity: 0;
}
.index-main{
    position: relative;
}
.index-main .swiper-container-horizontal > .swiper-pagination-bullets,
.index-main .swiper-pagination-custom,
.index-main .swiper-pagination-fraction {
    bottom: 60px;
}

.index-main .product-swiper-pagination.swiper-pagination-bullets,
.index-main .product-swiper-pagination.swiper-pagination-custom,
.index-main .product-swiper-pagination.swiper-pagination-fraction {
    bottom: 20px;
}

.index-main .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 35px;
    height: 4px;
    border-radius: 0px;
}

.index-main .swiper-pagination-bullet {
    background: white;
}

.product-swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.product-swiper-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background: #aaaaaa;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #aaaaaa;
    cursor: pointer;
}
.product-swiper-pagination .swiper-active-switch {
    background: #fff;
}
.product-swiper-slide{
    height: 160px !important;
}




.center-container{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px;
    z-index: 999;
}
.center-container .container{
    transition: all 3s;
    background: rgba(255,255,255,0.7);
    position: relative;
    width: 900px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
}
.center-container:hover .container{
    background: rgba(255,255,255,1);


}

.center-container .container>div{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s;
    left: 0;
    z-index: 0;
}
.center-container .container>div.active{
    z-index: 999;
    opacity: 1;
}
.center-container .container>div.hide{
    display: none;
}
.center-container li{
    display: inline-block;
    margin: 20px 20px 0 0 ;
}
.carousel-slider .carousel-item-eight{
    overflow: hidden;
}

.menu-container{
    width: 900px;
    margin: 0 auto;
    height: 45px;

}
.menu-container li{
    width: 210px;
    line-height: 45px;
    height: 45px;
    margin-top: 10px;
    margin-right: 20px;
    display: inline-block;
    text-align: left;
    background: white;
    float: left;
    font-size: 18px;
    padding-left: 20px;

}
.menu-container li img{
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.menu-container li img.icon-2{
    display: none;
}
.menu-container li.active img.icon-2{
    display: inline-block;
}

.menu-container li.active img.icon-1{
    display: none;
}

.menu-container li.active{
    background-color: #00a0e9;
    color: white;
}
.menu-container li:last-child{
    margin-right: 0px;
}

video {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}


.wave{
    /*background-image: url("../../img/blurBg.png");*/
    background-color: #133070;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.swiper-slide{
    position: relative;
}

.swiper-slide .carousel-position-six {
    width: 900px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 10%;
    z-index: 99;
    color: white;
}
.swiper-slide .carousel-title-v5 p{
    font-size: 28px;
    font-weight: 900;
    padding: 10px 60px 5px 0;
    border-top:1px solid white;
    display: inline-block;
}
.swiper-slide .carousel-title-v5 span{
    font-size: 28px;
    margin-left: -40px;
    font-weight: 300;
}
.swiper-slide .carousel-subtitle-v5{
    text-align: left;
}

.tab-col .content-img{
    width: 250px;
    padding: 10px;
}
.tab-col h3{
    vertical-align: top;
    color: #00a0e9;
    font-size: 24px;
    letter-spacing: 3px;
}
.tab-col-1 .col-8 p{
    color: #666665;
    font-size: 14px;
    padding: 5px 0;
}
.tab-col-1 .col-8{
    height: 100%;
    padding:  20px 0;
    margin-left: -20px;
    box-sizing: border-box;
}
.tab-col-1 .col-8 a{
    display: inline-block;
    padding: 2px 25px;
    border-radius: 10px;
    background: #00a0e9;
    color: white;
    text-decoration: none;
    margin-top: 5px;
}

span.new-more-btn{
    line-height: normal;
     display: inline-block;
     padding: 2px 25px;
     border-radius: 10px;
     background: #00a0e9;
     color: white !important;
     text-decoration: none;
 }

.tab-col-2{
    padding: 0 5px;
}
.tab-col-2 .col{
    padding: 5px;
    box-sizing: border-box;
    margin: 0;
}
.tab-col-2 .col a{
    display: block;
    position: relative;
    height: 200px;
}
.tab-col-2 .col a>div{
    height: 200px;
    border: 1px solid #EEEEEE;
}


.tab-col-2 .col a p{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    z-index: 1;
    color: transparent;
    background: transparent;
    transition: all 0.5s;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
}
.tab-col-2 .col a:hover p{
    background: rgba(0,0,0,0.6);
    color: white;
    padding-top: 50px;
}
.tab-col-3{
    padding: 10px 30px;
    box-sizing: border-box;
}
.tab-col-3 *{
    color: #333 !important;
}
.tab-col-3.main-container .line{
    line-height: 30px;
    height: 30px;
}


.map-title{
    text-align: center;
    color: #666;
}


.more-btn{
    /*padding-left: 5px;*/
    /*color: #666666 !important;*/
    /*font-size: 13px;*/
    /*display: inline-block;*/
}