body { overflow:hidden }
.container{width: 100%;}
a:hover{text-decoration:none;color: #ffc700;}

html, body {
    position: relative;
    height: 100%;
}
.main-swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.main-swiper-container .main-swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff;
}

.button-next{
    animation: button-next-ani 1s ease-in-out infinite alternate;
    -moz-animation: button-next-ani 1s ease-in-out infinite alternate;
    -webkit-animation: button-next-ani 1s ease-in-out infinite alternate;
    -o-animation: button-next-ani 1s ease-in-out infinite alternate;
}
@keyframes button-next-ani { from {bottom: 20px;opacity: 1;} to {bottom: 30px; opacity: 0.5;} }
@-moz-keyframes button-next-ani { from {bottom: 20px;opacity: 1;} to {bottom: 30px; opacity: 0.5;} }
@-webkit-keyframes button-next-ani { from {bottom: 20px;opacity: 1;} to {bottom: 30px; opacity: 0.5;} }
@-o-keyframes button-next-ani { from {bottom: 20px;opacity: 1;} to {bottom: 30px; opacity: 0.5;} }

.main-swiper-container .main-swiper-slide > .background {
    width: 100%;
    height: 100%;
    display: inline-block;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-1 > .item-1-background {
    width: 100%;
    height: 100%;
    display: inline-block;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-yellow{background-color: #ffc700;color: #595959; border-radius: 0;}



.item-3 > .item-3-background > p{font-weight: 500;margin-top: 0;color: #595959;}

.item-4 .background{ text-align: center;}
.item-4 .row p{color: #595959;}


.item-5 .row{     display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.item-5 a { width: 100%; height: 100%; color: #595959;}
.item-5 a:hover{color: #ffc700}


.item-6 .background{ text-align: center;}
.item-6 .row > p{color: #595959;}

@media (min-width: 1000px){

    /*.item-1 .item-1-background{background: url('../img/index_1/1.gif') no-repeat center right;background-size:cover}*/

    .item-1 .left-content{
        background: url("../img/index_1/2.png") no-repeat left top;
        height: 100%;
        width: 100%;
        margin-top: 3%;
        background-size: 55%;
        margin-left: 0;
    }

    .item-1 .left-content >img {
        position:relative;
        left: 20px;
        top: 12.5%;
        width: 45%;
    }




    .item-2 .row ,
    .item-3 .item-3-background,
    .item-4 .row ,
    .item-5 .row ,
    .item-6 .row{
        padding-top:84px;
    }


    .item-2 .col-md-7 ,.item-2 .col-md-5{  height: 100%;  }
    .item-2 .row > .col-md-7  > img{float: right;width: 100%;margin-top: 50px;}
    .item-2 .jumbotron{  padding-top: 10%;  padding-left: 15%;padding-right: 6%;  }
    .item-2 .jumbotron img{width: 200px;}
    .item-2 .content{font-size: 14px;padding: 10% 0 10% 0;line-height: 1.8;}
    .item-2 .btn-yellow {padding: 8px 40px;font-size: 12px;border-radius: 10px;}


    .item-3{background-color: #ffffff;}
    .item-3 .item-3-background{  overflow: hidden;  padding-left: 0;  padding-right: 0;  background: url('../img/index_3/1.png') no-repeat center right;  background-size: 50%;  }
    .item-3 .item-3-background > img{  width: 200px; padding-top: 3.5%;  }
    .swiper-container-sub {  width: 100%;  }
    .item-3-body img {width: 260px;}
    .item-3-body .swiper-slide {  height: 280px;  }
    .item-3-body .item-3-content{bottom: -40px; }
    .item-3-body .item-3-content >p{bottom: 0;  font-size: 20px; }
    .item-3 .btn {margin-top: 90px;padding: 10px 50px;font-size: 16px;border-radius: 10px;}


    .item-4 .row > img{width: 200px;padding-top: 3.5%;}
    .item-4 .row > p{font-size: 20px;padding-top: 0.5%;}
    .item-4 .row > .btn{margin-top: 19%; padding: 10px 50px;font-size: 16px;border-radius: 10px;}


    .item-5 .row{ }
    .item-5 .row .col-md-12 img{width: 200px;padding-bottom: 40px;}
    .item-5 .row .col-md-10{padding-top: 50px;}
    .item-5 a { width: 100%;height: 100%;}
    .item-5 a h5{ font-size: 18px; margin-top: 20px;}
    .item-5 a p { font-size: 14px;}
    .item-5 .col-md-4 img { width: 100%;}



    .item-6 .row > img{width: 200px;padding-top: 3.5%;}
    .item-6 .row > p{font-size: 20px;padding-top: 0.5%;}
    .item-6 .row > .btn{margin-top: 19%; padding: 10px 50px;font-size: 16px;border-radius: 10px;}

}




@media (min-width: 1280px){

    /*.item-1 .item-1-background{background: url('../img/index_1/1.gif') no-repeat center right;background-size:cover}*/

    .item-1 .left-content{
        background: url("../img/index_1/2.png") no-repeat left top;
        height: 100%;
        width: 100%;
        margin-top: 3%;
        background-size: 55%;
    }

    .item-1 .left-content >img {
        position:relative;
        left: 20px;
        top: 12.5%;
        width: 45%;
    }



    .item-2 .row ,
    .item-3 .item-3-background ,
    .item-4 .row ,
    .item-5 .row,
    .item-6 .row{
        padding-top:85px;
    }


    .item-2 .col-md-7 ,.item-2 .col-md-5{  height: 100%;  }
    .item-2 .row > .col-md-7  > img{  float: right;  width: 100%;margin-top: 50px;  }
    .item-2 .jumbotron{  padding-top: 10%;  padding-left: 15%;padding-right: 6%;  }
    .item-2 .jumbotron img{width: 250px;}
    .item-2 .content{  font-size: 16px;  padding: 10% 0 15% 0;  line-height: 1.8; }
    .item-2 .btn-yellow { padding: 10px 50px;font-size: 16px;border-radius: 10px;}

    .item-3{background-color: #ffffff;}
    .item-3 .item-3-background{  overflow: hidden;  padding-left: 0;  padding-right: 0;  background: url('../img/index_3/1.png') no-repeat center right;  background-size: 50%;  }
    .item-3 .item-3-background > img{  width: 220px; padding-top: 3.5%;  }
    .swiper-container-sub {  width: 100%;  }
    .item-3-body img {width: 260px;}
    .item-3-body .swiper-slide {  height: 280px;  }
    .item-3-body .item-3-content{bottom: -40px; }
    .item-3-body .item-3-content >p{bottom: 0;  font-size: 20px; }
    .item-3 .btn {margin-top: 90px;padding: 10px 50px;font-size: 16px;border-radius: 10px;}


    .item-4 .row > img{width: 220px;padding-top: 3.5%;}
    .item-4 .row > p{font-size: 20px;padding-top: 0.5%;}
    .item-4 .row > .btn{margin-top: 19%; padding: 10px 50px;font-size: 16px;border-radius: 10px;}

    .item-5 .row{ }
    .item-5 .row .col-md-12 img{width: 220px;padding-bottom: 40px;}
    .item-5 .row .col-md-10{padding-top: 50px;}
    .item-5 a { width: 100%;height: 100%;}
    .item-5 a h5{ font-size: 18px; margin-top: 20px;}
    .item-5 a p { font-size: 14px;}
    .item-5 .col-md-4 img { width: 100%;}



    .item-6 .row > img{width: 220px;padding-top: 3.5%;}
    .item-6 .row > p{font-size: 20px;padding-top: 0.5%;}
    .item-6 .row > .btn{margin-top: 19%; padding: 10px 50px;font-size: 16px;border-radius: 10px;}

}



@media (min-width: 1400px){
    /*.item-1 .item-1-background{background: url('../img/index_1/1.jpg') no-repeat center right;background-size:cover}*/

    .item-1 .left-content{
        background: url("../img/index_1/2.png") no-repeat left top;
        height: 100%;
        width: 100%;
        margin-top: 3%;
        background-size: 55%;
    }

    .item-1 .left-content >img {
        position:relative;
        left: 20px;
        top: 12.5%;
        width: 45%;
    }



    .item-2 .row ,
    .item-3 .item-3-background ,
    .item-4 .row ,
    .item-5 .row,
    .item-6 .row{
        padding-top:85px;
    }


    .item-2 .col-md-7 ,.item-2 .col-md-5{  height: 100%;  }
    .item-2 .row > .col-md-7  > img{  float: right;  width: 100%; margin-top: 50px; }
    .item-2 .jumbotron{  padding-top: 10%;  padding-left: 15%;padding-right: 6%;  }
    .item-2 .jumbotron img{width: 250px;}
    .item-2 .content{  font-size: 16px;  padding: 10% 0 15% 0;  line-height: 1.8; }
    .item-2 .btn-yellow { padding: 10px 50px;font-size: 16px;border-radius: 10px;}

    .item-3{background-color: #ffffff;}
    .item-3 .item-3-background{  overflow: hidden;  padding-left: 0;  padding-right: 0;  background: url('../img/index_3/1.png') no-repeat center right;  background-size: 50%;  }
    .item-3 .item-3-background > img{  width: 220px; padding-top: 3.5%;  }

    .swiper-container-sub {  width: 100%;  }
    .item-3-body img {width: 260px;}
    .item-3-body .swiper-slide {  height: 280px;  }
    .item-3-body .item-3-content{bottom: -40px; }
    .item-3-body .item-3-content >p{bottom: 0;  font-size: 20px; }
    .item-3 .btn {margin-top: 20px;padding: 10px 50px;font-size: 16px;border-radius: 10px;}


    .item-4 .row > img{width: 220px;padding-top: 3.5%;}
    .item-4 .row > p{font-size: 20px;padding-top: 0.5%;}
    .item-4 .row > .btn{margin-top: 19%; padding: 10px 50px;font-size: 16px;border-radius: 10px;}

    .item-5 .row{ }
    .item-5 .row .col-md-12 img{width: 220px;padding-bottom: 40px;}
    .item-5 .row .col-md-10{padding-top: 50px;}
    .item-5 a { width: 100%;height: 100%;}
    .item-5 a h5{ font-size: 20px; margin-top: 20px;}
    .item-5 a p { font-size: 16px;}
    .item-5 .col-md-4 img { width: 100%;}



    .item-6 .row > img{width: 220px;padding-top: 3.5%;}
    .item-6 .row > p{font-size: 20px;padding-top: 0.5%;}
    .item-6 .row > .btn{margin-top: 19%; padding: 10px 50px;font-size: 16px;border-radius: 10px;}

}








