
html, body, .page-container, .section, .rbslider-container {
    height: 100%;
    width: 100%;
    min-width: 320px;
}
html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fp-section {
   position: relative;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
}

.fp-section.fp-table, .fp-slide.fp-table
{
   display: block;
   table-layout: fixed;
   width:100% ;
}
.fp-slide {
    float: left
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    width: 100%;
    height: 100%;
    vertical-align:middle;
}

.fp-slidesContainer {
    float: left;
    position: relative
}

/*首页栏目*/
header {
    font: normal 1em 'microsoft yahei';
    width: 100%;
    height: 8.6%;
    line-height: 10.6%;
    position: fixed;
    z-index: 999;
    background: #fff;
}

header .container {
    width: 95%;
    margin: auto;
    height: 100%;
}

#logo {
    position: absolute;
    height: 100%;
}

header .nav-tel {
    position: absolute;
    right: 2%;
    top: 50%;
    color: #0086c1;
    font-size: 21px;
}
/*--------------------*/
/*首页*/
.section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.rbslider-container {
    position: relative;
    min-height: 100%;
}

.rbslider-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-content {
    width: 180px;;
    color: #fff;
    margin: 0 auto 0;
    text-align: center;
    font-size: 10px;
    position: relative;
    top: 300px;
    left: 0px;
}

.slide-content-1 {
    width: 100%;
}

.slide-content-1 .img {
    width: 100%;
    margin: 20px auto 0;
    position: relative;
}
/*产品页*/

.page2 .section-content-container {
    width: 80%;
    height: 90%;
    margin: 5% auto 0;
    padding-top: 10%;
    position: relative;
    z-index: 1;
}
.page2 .section-content-container hgroup {
    margin: auto;
    text-align: center;
    letter-spacing: 2px;
    color: white;
    position: relative;

    opacity:1; 
    z-index: 10; 
}
.page2 .section-content-container hgroup h2 {
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    font-size: 5em;
    top:10px; 
    margin-top: 50px;
   
}
.page2 .section-content-container hgroup h3 {

    margin-top: 10px;
    color: white;
}

.page2 .section-content {
    margin: 0;
    position: relative;
}
.slide-page2-wrap {           /*彩色框*/
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.slide-page2-content {
    height: 100%;
    width: 100%;
    position: absolute;
}
.product-list li {
    height: 15%;
    list-style: none;
    width:100%;
    text-align: center;
    position: relative;
    margin-bottom: 5%;
    z-index: 1;
}
.product-list li .top { 
    width: 50%; 
    height: 100%;  
    padding: 10px 0;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #333;
}
.product-list li .intro {
    font-size: 13px;
    width: 60%;
    color: #FFFFFF;
    top:-15vh;
    left:25vw;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    z-index: 9999;
}
/*--------*/

/*特色页*/
.page3 .section-content-container {
    width: 80%;
    height: 90%;
    margin: 5% auto 0;
    padding-top: 10%;
    position: relative;
}
.page3 .section-content-container hgroup {
    margin: auto;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    opacity:1;  
}
.page3 .section-content-container hgroup h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 5em;
    top:10px; 
    margin-top: 50px;
   
}
.page3 .section-content-container hgroup h3 {

    margin-top: 10px;
}

.page3 .section-content {
    margin: 0;
    position: relative;
}
.slide-page3-wrap {       
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.slide-page3-content {
    height: 100%;
    width: 100%;
    position: absolute;
}
.feature-list li {
    height: 18%;
    list-style: none;
    width:100%;
    text-align: center;
    position: relative;
    margin-bottom: 4%;
    background-color: rgb(214, 223, 241);
}

.feature-list li .top { 
    width: 50%;   
    height: 50%;
    padding: 10px 0 100px;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #333;
}
.feature-list li .intro {
    font-size: 13px;
    width: 50%;
    color: #FFFFFF;
    top:-90%;
    left:40%;
    position: relative;
    overflow: hidden;
    font-weight: 700;
}
/*---------*/



/*联系页*/
.section-content-container {
    width: 100%;
    margin: 15% auto 0;
}
.section-content-container hgroup {
    margin: auto;
    letter-spacing: 2px;
    color: white;
    position: relative;
    opacity:1;  
}

.section-content-container hgroup h2 {
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    text-align: center;
    font-size: 5em;
    top:10px; 
    margin-top: 50px;
}
.section-content-container hgroup h3 {
    text-align: center;
    margin-top: 10px;
    color: white;
}

.home-contact {
    width: 100%;
    height: 100%;
}
.home-contact ul {
    position: relative;
    color: #666;
    float: left;
    bottom: 15%;
}
.home-contact p {
    line-height: 3em;
    font-size: 3em;
}
.home-contact li h2 {
    margin: 2px 0 6px 0;
}
.home-contact h3 {
    font-size: 3em;
    margin: 140px 0 10px 0;
    list-style: none;
}
.home-contact li {
    float: left;
    position: relative;
    left: -5%;
    top: 0;
    color: #fff;
    width: 100%;
    height: 70%;
}
.home-contact .center {
    margin: 0 5%;
    width: 100%;
    height: 70%;
}

.home-contact .center p {
    line-height: 2.08em;
}
.home-contact .kh {
    font-size: 1em;
    width: 100%;
    height: 20%;
    text-align: center;
    position: relative;
    top: 60%;
    opacity: 1;
}
/*产品介绍详细页*/
.banner2{
    background: no-repeat center;
    background-size: cover;
    height: 60%;
    position: relative;
}

.banner2 .txt{
    text-align: center;
    height: 30%;
    top:40%;
    position: absolute;
    width: 100%;
}

.banner2 .txt h2{
    font-size: 4em;
    letter-spacing: 8px;
    display: block;
}

.banner2 .txt span{
    color: #fff;
    display: block;
    text-transform: uppercase;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    line-height: 36px;
}

.zoomIn{
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@keyframes zoomIn{
    0%{
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    50%{
        opacity: 1;
    }
}

.animated{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.internetcon{
    width: 90%;
    margin:0 auto;
}
.fadeInUp{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUp{
    0%{
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0);
    }
    100%{
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.switcher{
    display: flex;
    justify-content: center;
    padding: 0 0 76px;
    border-bottom: 2px solid  #50c7a7;
    margin-top:62px;
    text-align: center;
}

.switch:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.switcher button{
    position: relative;
    width: 25%;   
    margin-left: 8px;
}

.switcher button:last-of-type{
    margin-right: 0; 
}
.switcher button:nth-of-type(1){
    margin-left: 0;
}
.switcher button:hover::before{
    height: 14px;
}
.switcher button:hover {
    box-shadow: 0 0 50px -14px #05c8c8; 
}
.switcher button:hover span{
    color: #05C8C8;
}
.switcher a{
    display: block;
}
.switcher .img{
    display:block;
    border-radius: 100%;
    margin: 0 auto;
    width:100%;
    height: 100%;
}
.switcher span{
    text-align: center;
    display: block;
    line-height: 30px;
    color: #4d4d4d;
    margin-top: 40%;
    font-size: 1.8em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
    width: 100%;
    height: 60%;
}
.switcher button.on img{
    box-shadow: 0 0 50px -14px #05c8c8;  
}
.switcher button.on span{
    color: #05C8C8;
}
.switcher button.on::before{
    height: 14px; 
}

.switcher-hide{display: none;}

.Aboxa{ overflow: hidden; display: none;}
.Aboxa .h6{ text-align: center; font-size: 2.5em; margin: 70px 0 50px; color: #333333;}
.Aboxa .p{ font-size: 2em;  color: #898888; line-height: 2em;}
.Aboxa .images{ text-align: center; margin-top: 32px;padding-bottom: 146px;border-bottom: 1px solid #eeeeee;}
.Aboxa .images div{ width: 1140px; }
.Aboxa .images img{ margin: 0 32px; }
.Aboxa .images img.top{ margin-top: 54px; }

/*-------------*/