@charset "utf-8";
/*

*/
/* #index slide
================================================== */
 

.swiper-container {height:100vh;}


.i-slide {
    width: 100%;
    overflow: hidden;
    position:relative;
	margin-top:0px;
    height:100vh;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0,0);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform,left,top;
    transition-duration: 0s;
    transform: translate3d(0,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
}

.swiper-slide img {
    /*
    display: block;
    */
    height: 100%;
    top:0;
    left: 0;
    position:absolute;
    width: 100%;
    float: left;
}
.swiper-slide .texts{
    position: absolute;
    z-index: 999;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    top:40%;
    font-size:40px;
    line-height:90px;
}


.swiper-slide .texts .title{
    font-weight: bold;
    font-size:60px;
    letter-spacing:10px;
}

.swiper-slide .texts2{
    position: absolute;
    z-index: 999;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    top:23%;
    font-size:40px;
    line-height:90px;
}


.swiper-slide .texts2 img {
    position: absolute;
    z-index: 999;
    vertical-align: middle;
    height:600px;
    width:600px;
    text-align: center;
    color: #FFFFFF;
    font-size:40px;
    line-height:90px;
    left:35%;
}



 .logos img {
            height:55px;
            width: auto;
            animation: myrotate 13s linear infinite;
            -webkit-animation: myrotate 13s linear infinite;
        }

        @keyframes myrotate {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        @-webkit-keyframes myrotate {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }



.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.i-slide .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index: 9
}

.swiper-pagination-switch {
    display: inline-block;
    width: 70px;
    height:2px;
    background: #fff;

    margin: 0 3px;
    cursor: pointer
}


.i-slide .s-arrow {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    display: block;
    width: 40px;
    height: 70px;
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
    z-index: 9;
    
}

.i-slide .arrow-left {
    /*
    background: url(../images/hm_pre.png) no-repeat 0 0;
    */
    left: 0;
}

.i-slide .arrow-right {
    /*
    background: url(../images/hm_next.png) no-repeat 0 0;
    */
    right: 0
}

.i-slide .s-arrow:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none
}



.swiper-active-switch {
    background-color: #F08519;
}



@media (max-width:780px){
    
    .pcpc{
        display: none;
    }
    
    .mobmob{
        display:block;
    }



.i-slide {
    width: 100%;
    overflow: hidden;
    position:relative;
	margin-top:0px;
    height:100vh;
   
}

.swiper-container {
    height:100vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0,0);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform,left,top;
    transition-duration: 0s;
    transform: translate3d(0,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
}

.swiper-slide img {
    display: block;
    height: 100vh;
    top:0;
    left: -100%;
    position:absolute;
    width: 300%;
    float:left;
}
.swiper-slide .texts{
    /* position:sticky; */
    position:absolute;
    z-index: 999;
    vertical-align: middle;
    height: 100%;
    width:90%;
    text-align: center;
    color: #FFFFFF;
    top:40%;
    font-size:30px;
    line-height:40px;
    margin: 0px auto;
    padding-left: 10%;
}
   

.swiper-slide .texts .title{
    font-weight: bold;
    font-size:34px;
    letter-spacing:0px;
    line-height:40px;
    padding-bottom: 30px
}

.swiper-slide .texts2{
    position: absolute;
    z-index: 999;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    top:23%;
    font-size:40px;
    line-height:90px;
}


.swiper-slide .texts2 img {
    position: absolute;
    z-index: 999;
    vertical-align: middle;
    height:600px;
    width:600px;
    text-align: center;
    color: #FFFFFF;
    font-size:34px;
    line-height:40px;
    left:35%;
}



 .logos img {
            height:55px;
            width: auto;
            animation: myrotate 13s linear infinite;
            -webkit-animation: myrotate 13s linear infinite;
        }

        @keyframes myrotate {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        @-webkit-keyframes myrotate {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }



.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.i-slide .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index: 9
}

.swiper-pagination-switch {
    display: inline-block;
    width: 70px;
    height:2px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer
}


.i-slide .s-arrow {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    display: block;
    width: 40px;
    height: 70px;
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
    z-index: 9;
    
}

.i-slide .arrow-left {
    /*
    background: url(../images/hm_pre.png) no-repeat 0 0;
    */
    left: 0;
}

.i-slide .arrow-right {
    /*
    background: url(../images/hm_next.png) no-repeat 0 0;
    */
    right: 0
}

.i-slide .s-arrow:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none
}



.swiper-active-switch {
    background-color: #F08519;
}    
    
    
    
    
    
    
    .swiper-pagination-switch {
        display: inline-block;
        width: 18px;
        height: 2px;
        margin: 0 2px;
        cursor: pointer
    }

}




