﻿@charset "utf-8";
HTML{
   padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    padding-top: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
BODY{
   padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    padding-top: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer{
   position: relative;
    height: 100%;
    -ms-touch-action: none;
    touch-action: none;
}
.fp-section{
   box-sizing: border-box;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.fp-slide{
   float: left;
}
.fp-slide{
   display: block;
    height: 100%;
}
.fp-slidesContainer{
   display: block;
    height: 100%;
}
.fp-slides{
   z-index: 1;
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.fp-table.fp-section{
   width: 100%;
    display: table;
    table-layout: fixed;
}
.fp-table.fp-slide{
   width: 100%;
    display: table;
    table-layout: fixed;
}
.fp-slidesContainer{
   position: relative;
    float: left;
}
.fp-controlArrow{
   z-index: 4;
    position: absolute;
    border-bottom-style: solid;
    border-right-style: solid;
    margin-top: -38px;
    width: 0px;
    border-top-style: solid;
    height: 0px;
    border-left-style: solid;
    top: 50%;
    cursor: pointer;
}
.fp-prev.fp-controlArrow{
   border-bottom-color: transparent;
    border-right-width: 34px;
    border-top-color: transparent;
    width: 0px;
    border-top-width: 38.5px;
    border-bottom-width: 38.5px;
    border-right-color: #fff;
    border-left-color: transparent;
    border-left-width: 0px;
    left: 15px;
}
.fp-next.fp-controlArrow{
   border-bottom-color: transparent;
    border-right-width: 0px;
    border-top-color: transparent;
    border-top-width: 38.5px;
    border-bottom-width: 38.5px;
    border-right-color: transparent;
    border-left-color: #fff;
    border-left-width: 34px;
    right: 15px;
}
.fp-scrollable{
   overflow: scroll;
}
.fp-notransition{
   transition: none;
    -webkit-transition: none;
}
#fp-nav{
   z-index: 100;
    position: fixed;
    margin-top: -32px;
    background: url(../images/tacn/right_nav.png) no-repeat 2px top;
    height: 370px;
    top: 50%;
    opacity: 1;
}
.right#fp-nav{
   right: 17px;
}
.left#fp-nav{
   left: 17px;
}
.fp-slidesNav{
   z-index: 4;
    position: absolute;
    left: 50%;
    opacity: 1;
}
.bottom.fp-slidesNav{
   bottom: 17px;
}
.top.fp-slidesNav{
   top: 17px;
}
#fp-nav UL{
   padding-bottom: 0px;
    margin: 70px 0px 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.fp-slidesNav UL{
   padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
#fp-nav UL LI{
   position: relative;
    margin: 10px 8px;
    width: 16px;
    display: block;
    height: 16px;
}
.fp-slidesNav UL LI{
   position: relative;
    margin: 7px;
    width: 14px;
    display: block;
    height: 13px;
}
.fp-slidesNav UL LI{
   display: inline-block;
}
#fp-nav UL LI A{
   z-index: 1;
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.fp-slidesNav UL LI A{
   z-index: 1;
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav UL LI A.active SPAN{
   background: #42bfdf;
}
.fp-slidesNav UL LI A.active SPAN{
   background: #333;
}
#fp-nav UL LI A SPAN{
   z-index: 1;
    border-bottom: #42bfdf 2px solid;
    position: absolute;
    border-left: #42bfdf 2px solid;
    width: 12px;
    background: #fff;
    height: 12px;
    border-top: #42bfdf 2px solid;
    top: 2px;
    border-right: #42bfdf 2px solid;
    left: 2px;
    border-radius: 50%;
}
.fp-slidesNav UL LI A 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%;
}
#fp-nav UL LI .fp-tooltip{
   position: absolute;
    width: 0px;
    display: block;
    font-family: arial, helvetica, sans-serif;
    max-width: 220px;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    top: -2px;
    opacity: 0;
}
#fp-nav UL LI:hover .fp-tooltip{
   width: auto;
    opacity: 1;
    transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
}
#fp-nav UL LI .right.fp-tooltip{
   right: 20px;
}
#fp-nav UL LI .left.fp-tooltip{
   left: 20px;
}