#section0 .bs-slider > .carousel-inner > .item > img{float: right;}


.bs-slider{
    overflow: hidden;
    height:100%;
    position: absolute;
    background: #fff;
    width: 100%;
    min-width: 1420px;
    top: 0;
    left: 0;

}
/*.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}*/
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
}


.bs-slider > .carousel-inner{height: 100%;}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    height: 100%;
    width: 100%;
}


/********************
*****Slide effect
**********************/

.bs-slider.fade {
    opacity: 1;
}


#section0 .bs-slider.fade .item:before {
	content: "";
	display: block;
	min-width: 40%;
	height: 100%;
	background: #fff;
	position: absolute;
	top:-200%;
	left: 0;
	opacity: 0;
	

	
}

.bs-slider.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
    margin-bottom: 0;margin-top: 0;
}
.bs-slider.fade .item:first-child {
    top: auto;
    position: relative;
}
.bs-slider.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


#section0 .bs-slider.fade .item.active:before{
	top: 0;
	opacity: 1;
	
	    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;  
    transition: 1s;
	
}



/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
  
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
   
    bottom: 100px;
    left: 0;
    width: 1420px;
    left: 50%;
    margin-left: -710px;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: left;
    overflow-y: hidden;   
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 25px;
    height:4px;    
    border: none;
    overflow: hidden;    
    position: relative;
   background: url(../img/pagination-bullet.png) transparent;   
   z-index: 10;
   margin: 0 3px;
  
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
  
}
.indicators-line > .carousel-indicators .active{
   
   background: url(../img/pagination-bullet-active.png) transparent;    
    position: relative;
   

}




/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    top: 0;
    left: 0;    
    width: 100%;
    top: 50%;
   
   padding: 0 210px;
    margin-top: -75px;
    position: absolute;
    text-align: left;     

    
    
}

.slide-text > p{ 
	
	/* -webkit-animation-delay:0.7ss;
    -moz-animation-delay:0.7ss;
    -ms-animation-delay:0.7ss;
    -o-animation-delay:0.7ss; 
    animation-delay: 0.7s;*/
    
    }
    
    
    
     



.slide-text > h1 {
   font-family: grbold;
    padding: 0;
    color: #1f286e;
    font-size: 60px;
    font-weight: bold;   
    line-height: 66px;   
    letter-spacing: 1px;
    display: inline-block;
   
   
   	   -webkit-animation-delay:0.7s;
    -moz-animation-delay:0.7s;
    -ms-animation-delay:0.7s;
    -o-animation-delay:0.7s; 
    animation-delay: 0.7s;    
    margin: 0;
}



.bs-slider.fade .item.active .slide-text>h1:before{width: 50px;transition:4s}


.slide-text>h1:before {
    width: 0px;
    height: 2px;
    content: "";
    position: absolute;
    top: -10px;
    left: -50px;
    background: #1F286F;
     -webkit-animation-delay:0.7s;
    -moz-animation-delay:0.7s;
    -ms-animation-delay:0.7s;
    -o-animation-delay:0.7s; 
    animation-delay: 0.7s;
    
    
    -webkit-transition:1s;
    -moz-transition:1s;
    -ms-transition:1s;
    -o-transition:1s;   
    transition:1s;
}




.slide-text >h1> p {
	font-family: ssme;
    padding: 0;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;   
    letter-spacing: 1px;
  
    margin-top: 20px;
    

}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
         font-family: grbold;
    }
    .slide-text > p {

        font-size: 18px;
        font-family: ssme;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
         font-family: grbold;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
        font-family: ssme;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
         font-family: grbold;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
        font-family: ssme;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


/*#section0 .slide-image{width: 960px !important; height: 100%; float:right;}

*/

::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px !important;
	;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 6px !important;
	;
	background: #ffffff !important;
	;
	cursor: pointer !important;
}

 ::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px !important;
	-webkit-box-shadow: inset 0 0 5px rgba(240, 240, 240, .5) !important;
	;
	background: #ccc !important;
	;
	cursor: pointer !important;
}

 ::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(240, 240, 240, .5) !important;
	;
	border-radius: 0 !important;
	;
	background: #fff !important;
	;
	cursor: pointer !important;
}