﻿@charset "utf-8";
HTML{
   padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
BODY{
   padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
#superContainer{
   position: relative;
    height: 100%;
}
.section{
   box-sizing: border-box;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.slide{
   float: left;
}
.slide{
   display: block;
    height: 100%;
}
.slidesContainer{
   display: block;
    height: 100%;
}
.slides{
   position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.table.section{
   width: 100%;
    display: table;
}
.table.slide{
   width: 100%;
    display: table;
}
.tableCell{
   width: 100%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.slidesContainer{
   position: relative;
    float: left;
}
.controlArrow{
   position: absolute;
    /*border-bottom-style: solid;
    border-right-style: solid;
    margin-top: -38px; border-top-style: solid;border-left-style: solid;*/
    width: 49px;
   
    height: 105px;
    
    top: 45%;
    cursor: pointer;
}
.prev.controlArrow{
    background: url(../images/ban-ljt.png) no-repeat center center;
	 width:49px; height:105px; display:table;
    left: 5%;
}
.next.controlArrow{
  background: url(../images/ban-rjt.png) no-repeat center center;	 width:49px; height:105px; display:table;

    right: 5%;
}
.scrollable{
   overflow: scroll;
}
.easing{
   -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
#fullPage-nav{
   z-index: 100;
    position: fixed;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
.right#fullPage-nav{
   right: 17px;
}
.left#fullPage-nav{
   left: 17px;
}
.fullPage-slidesNav{
   z-index: 4;
    position: absolute;
    left: 50%;
    opacity: 1;
}
.bottom.fullPage-slidesNav{
   bottom: 17px;
}
.top.fullPage-slidesNav{
   top: 17px;
}
#fullPage-nav UL{
   padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.fullPage-slidesNav UL{
   padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
#fullPage-nav LI{
   margin: 10px 0px 0px;
    width: 12px;
    height: 21px;
    vertical-align: middle;
}
#fullPage-nav LI{
   position: relative;
    margin: 7px;
    display: block;
    height: 13px;
}
.fullPage-slidesNav LI{
   position: relative;
    margin: 7px;
    display: block;
    height: 13px;
}
.fullPage-slidesNav LI{
   display: inline-block;
}
#fullPage-nav LI A{
   z-index: 1;
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.fullPage-slidesNav LI A{
   z-index: 1;
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav LI A{
   text-align: right;
    width: 21px;
    background: url(../images/dot.png) no-repeat 5px 5px;
    float: right;
    height: 21px;
    color: #8f9da4;
    text-decoration: none;
}
#fullPage-nav LI .active{
   background-position: 0px bottom;
}
#fullPage-nav LI .active SPAN{
}
.fullPage-slidesNav .active SPAN{
}
#fullPage-nav SPAN{
   z-index: 1;
    border-bottom: #000 1px solid;
    position: absolute;
    border-left: #000 1px solid;
    width: 8px;
    height: 8px;
    border-top: #000 1px solid;
    top: 2px;
    border-right: #000 1px solid;
    left: 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.fullPage-slidesNav SPAN{
   z-index: 1;
    border-bottom: #000 1px solid;
    position: absolute;
    border-left: #000 1px solid;
    width: 8px;
    height: 8px;
    border-top: #000 1px solid;
    top: 2px;
    border-right: #000 1px solid;
    left: 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.fullPage-tooltip{
   position: absolute;
    font-family: arial, helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    top: -2px;
}
.right.fullPage-tooltip{
   right: 20px;
      width: 60px;
}
.left.fullPage-tooltip{
   left: 20px;
}
