﻿.section{
    overflow: hidden;
}
.topbar{
    position: absolute;
    top: -38%;
    left: 50%;
    width: 58%;
    margin-left: -29%;
    text-align: center;
}
.all-wrap{
    margin-top: 168px;
}
.all-wrap > ul{
    padding: 0 20px;
}
.more{
    width: 187px;
    height: 52px;
    line-height: 52px;
    background: url(../../../images/gfb/index/button.gif) no-repeat;
    background-position: -187px 0;
    margin: 42px auto 0;
    text-align: center;
    font-size: 18px;
    color: #0068b7;
}
.more a{
    color: #0068b7;
}
.more:hover{
    background-position: 0 0;
    transition: all 0.6s;
}
.more:hover a{
    color: #fff;    
}
.more{
    background-position: -187px 0;
    transition: all 0.7s;
}
/*page1 banner*/
.page1{
    height: 770px;
}
.banner{
    position: relative;
    width: 100%;
    height: 100%;
}
.js-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-img{
    width: 100%;
    height: 100%;
}
.banner-img li{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.banner-img li img{
    width: 100%;
    height: 100%;
}
.banner-ctrl span{
    position: absolute;
    top: 0;
    display: block;
    width: 20%;
    height: 100%;
    z-index: 999;
}
.banner-ctrl .left{
    left: 0;
}
.banner-ctrl .right{
    right: 0;
}
.banner-ctrl .left a{
    position: absolute;
    top: 50%;
    left: 120px;
    display: block;
    width: 30px;
    height: 72px;
    background: url(../../../images/gfb/index/sprites.png) no-repeat -296px -770px;
    display: none;
}
.banner-ctrl .right a{
    position: absolute;
    top: 50%;
    right: 120px;
    display: block;
    width: 30px;
    height: 72px;
    background: url(../../../images/gfb/index/sprites.png) no-repeat -363px -770px;
    display: none;
}
.banner-dots{
    position: absolute;
    bottom: 24px;
    width: 100%;
    height: 18px;
    padding: 10px 0;
    text-align: center;
    z-index: 999;
}
.banner-dots span{
    display: inline-block;
    width: 40px;
    height: 7px;
    background: rgba(255,255,255,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
    background-color: #97c8f2\9;
    margin: 0 4px;
    text-indent: -999em;
    cursor: pointer;
}
.banner-dots .curr{
    background-color: #fff;
    background-color: #fff\9;
}
.page1 .slide-desc{
    position: absolute;
    top: 34%;
    left: 0;
    width: 100%;
}
.slide-desc p{
    position: absolute;
    left: 18%;
    top: 0;
}
.slide-desc p.fr01{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -428px;
    padding-top: 54px;
}
.slide-desc img{
    opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;  
    -webkit-opacity: 0; 
    -o-opacity: 0; 
    display:none\9;
    transform: translateX(-220px);
    -webkit-transform: translateX(-220px);
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.slide-desc p.fr01 img{
    transform: translateY(212px);
    -webkit-transform: translateY(212px);
    transition: all 2s ease-out;
    -webkit-transition: all 1s ease-out;
}
.slide-desc img.curr{
    opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;  
    -webkit-opacity: 1; 
    -o-opacity: 1; 
    display:block\9;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
}
.slide-desc p.fr01 img.curr{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
}
.slide-desc a{
    position: absolute;
    left: -96%;
    bottom: -72px;
    display: block;
    width: 118px;
    height: 34px;
    margin-left: 98%;
    line-height: 34px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    opacity: 0; 
    -ms-opacity: 0;
    -moz-opacity: 0;  
    -webkit-opacity: 0; 
    -o-opacity: 0; 
    -moz-opacity:0;
    display:none\9;
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
}

.slide-desc p.fr01 a{
    position: absolute;
    top: 182%;
    left: -55%;
}
.slide-desc a.curr{
    opacity: 1; 
    -ms-opacity: 1;
    -moz-opacity: 1;  
    -webkit-opacity: 1; 
    -o-opacity: 1; 
    -moz-opacity:1;
    display:block\9;
    transition: all 4s ease-out;
    -webkit-transition: all 4s ease-out;
    z-index: 99;
}
.slide-desc a:hover{
    color:#fff;
    text-decoration:underline;
} 
/*导航栏*/
.page1 .head{
    position: absolute;
    top: 32px;
    left: 50%;
    width: 1204px;
    height: 107px;
    margin-left: -602px;
    background: url(../../../images/gfb/index/sprites.png) no-repeat -58px -933px;
    z-index: 999;
}
.page1 .topnav{
    position: absolute;
    right: 32px;
    bottom: 1px;
}
.page1 .topnav > li{
    position: relative;
    float: left;
    height:60px;
    line-height: 60px;
}
.page1 .topnav > li:first-child a{
    padding-top: 18px;
}
.page1 .topnav > li > a{
     position: relative;
    display: block;
    margin: 0 16px;
    color: #fff;
    font-size: 18px;
    /*background:-webkit-linear-gradient(top,#fff 50%,#f8c46b 50%);
    -webkit-background-clip:text;
    color:transparent;*/
    text-shadow: none\9;
    text-shadow: 1px 1px 1px #4e4e4e;
    -ms-text-shadow: 1px 1px 1px #4e4e4e;
    -moz-text-shadow: 1px 1px 1px #4e4e4e;
    -webkit-text-shadow: 1px 1px 1px #4e4e4e;
    -o-text-shadow: 1px 1px 1px #4e4e4e;
}
.page1 .topnav > li > a:after{
     position: absolute;
     left:0;
     content: attr(data-hover);
     background:-webkit-linear-gradient(top,#fff 50%,#f8c46b 50%);
     -webkit-background-clip:text;
     color:transparent;
        
}
.page1 .topnav > li a .search{
    float: left;
    width: 26px;
    height: 26px;
    background: url(../../../images/gfb/index/sprites.png) no-repeat -600px -798px;
}
.page1 .left-wrap{
    position: fixed;
    left: 0;
    top: 38%;
    width: 45px;
    background: #388fda;
    /* background: #f85c6b; */
    /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f0168b7,endColorstr=#7f0168b7)\9;*/
    border-radius: 45px;
    -ms-border-radius: 45px;
    -moz-border-radius: 45px;  
    -webkit-border-radius: 45px; 
    -o-border-radius: 45px; 
    z-index: 999;
}
.page1 .left-wrap > div{
    position: relative;
    display: block;
    line-height: 46px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.page1 .left-wrap > div:last-child{
    border-bottom: none;
}
.page1 .left-wrap i{
    display: block;
    width: 24px;
    height: 24px;
    margin: 16px auto;
    background: url(../../../images/gfb/index/sprites.png) no-repeat;
}
.page1 .qrcode i{
    width: 33px;
    height: 26px;
    margin: 16px 0 16px 8px 14px;
    background-position: -101px -700px;
}
.page1 .qrcode:hover i{
    background-position: -171px -700px;
}
.page1 .tel i{
    width: 31px;
    height: 28px;
    background-position: -101px -747px;
}
.page1 .tel:hover i{
    background-position: -171px -747px;
}
.page1 .email i{
    background-position: -105px -798px;
}
.page1 .email:hover i{
    background-position: -175px -798px;
}
.page1 .qrcode-box,
.page1 .tel-box,
.page1 .email-box{
    position: absolute;
    left: 45px;
    /*background: #388fda;*/
    /* background: #f85c6b;*/
    background: rgba(56, 143, 218, .9);
    color: #fff;
    border-radius: 8px;  
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px; 
    -o-border-radius: 8px;
    display: none;
}
.page1 .qrcode-box{
    top: 9px;    
}
.page1 .tel-box{
    top: -48px;
}
.page1 .email-box{
    top: -109px;
}

.page1 .qrcode-box{
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
}
.page1 .qrcode-box img{
    width: 120px;
    height: 120px;
    padding: 10px 0;
}
.page1 .tel-box,
.page1 .email-box{
    width: 118px;
    height: 118px;
    padding: 12px;
    text-align: center;
}
.page1 .email-box{
    height: 100px;
    padding: 22px 12px;
}
.page1 .tel-box h4,
.page1 .email-box h4{
    line-height: 32px;
    font-size: 15px;
}
.page1 .tel-box p,
.page1 .email-box p{
    line-height: 26px;
    font-size: 14px;
}
.page1 .qrcode:hover .qrcode-box{
    animation: fadeLeft 0.5s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
}
.page1 .tel:hover .tel-box{
    animation: fadeLeft 0.5s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
}
.page1 .email:hover .email-box{
    animation: fadeLeft 0.5s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
}
@keyframes fadeLeft{
    0%{
        left: 0;
        opacity: 0;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        left: 45px;
        opacity: 1;
    }
}
/*搜索框*/
.page1 .search-input{
    width: 152px;
    height: 26px;
    padding-left: 8px;
    background-color: rgba(255,255,255,.5);
    margin: 16px 0 18px -10px;
}
.page1 .search-input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    background-color: rgb(0, 0, 0) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0) !important;
}
/*page2*/
.page2 .head{
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
}
.page2 .head .not-l i{
    float: left;
    width: 44px;
    height: 20px;
    background: url(../../../images/gfb/index/sprites.png) no-repeat -519px -801px;
    margin: 14px 20px 19px 58px;
}
.page2 .head .not-r{
    position: relative;
    width: 86%;
    height: 48px;
    overflow: hidden;
}
.page2 .head .not-r li{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page2 .all-wrap ul{
    position: relative;
    width: 100%;
    height: 472px;
}
.page2 .all-wrap li{
    position: absolute;
    top: 100%;
    width: 20%;
    text-align: center;
}
.page2 .all-wrap li > a{
    display: inline-block;
    width: 198px;
    height: 214px;
    margin: 28px auto 14px;
    background: url(../../../images/gfb/index/sprites.png) no-repeat;
}
.page2 .all-wrap li h4{
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    font-weight: 700;
}
.page2 .all-wrap li p{
    width: 230px;
    height: 156px;
    font-size: 16px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    text-indent: 2em;
}
/*page3*/
.page3{
    width: 100%;
    height: 100%;
    background: url(../../../images/gfb/index/bg01.jpg) no-repeat;
    background-size: 100% 100%;
}
.page3 .all-wrap{
    background: rgba(0, 0, 0, .1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);    /*IE8支持*/
}
.page3 .all-wrap > ul{
    position: relative;
    height: 406px;
    padding: 18px;
}
.page3 .all-wrap > ul li{
    position: absolute;
    width: 50%;
}
.page3 .all-wrap li.left{
    left: -50%;
}
.page3 .all-wrap li.right{
    right: -50%;
}
.page3 .all-wrap li > div{
    padding: 8px 0 15px 28px;
    overflow: hidden;
}
.page3 .all-wrap .cases-img{
    float: left;
    width: 46%;
    height: 184px;
    margin-right: 28px;
}
.page3 .all-wrap .cases-img a{
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page3 .all-wrap .cases-img img{
    width: 100%;
    height: 100%;
}
.page3 .all-wrap .cases-img img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition : all 0.6s;
    opacity: 1;
    filter: alpha(opacity=100); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    -ms-opacity: 1;
    -moz-opacity: 1;  
    -webkit-opacity: 1; 
    -o-opacity: 1; 
    -moz-opacity: 1;
}
.page3 .all-wrap .cases-img img:hover{
    transform: scale(1.1);
    transition : all 0.6s;
    opacity: 0.8;
    filter: alpha(opacity=80); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
    -ms-opacity: 0.8;
    -moz-opacity: 0.8;  
    -webkit-opacity: 0.8; 
    -o-opacity: 0.8; 
    -moz-opacity: 0.8;
}
.page3 .all-wrap .intro{
    float: left;
    width: 46%;
}
.page3 .intro h4{
    height: 52px;
    line-height: 28px;
    font-size: 18px;
    margin: 8px 0 14px;
    overflow: hidden;
}
.page3 .intro h4 a{
    color: #000;
    transition: color .2s;
    -ms-transition: color .2s;
    -ms-transition: color .2s;
    -moz-transition: color .2s;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
}
.page3 .intro h4 a:hover{
    color: #f39800;
}
.page3 .intro p{
    text-indent: 2em;
    height: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    color: #969696;
}
/*
page4*/
.page4{
    width: 100%;
    height: 100%;
    background: url(../../../images/gfb/index/bg02.jpg) no-repeat;
    background-size: 100% 100%;
}
.page4 .all-wrap{
    border: 1px solid #fff;
}
.page4 .news{
    width: 100%;
    padding: 14px 6px;
}
.page4 .news li{
    position: relative;
    float: left;
    width: 30%;
    height: 380px;
    margin: 19px;
    overflow: hidden;
}
.page4 .news-img{
    width: 100%;
    height: 100%;
}
.page4 .news li img{
    width: 100%;
    height: 100%;
}
.page4 .news li .hover{
    position: absolute;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    background: rgba(0, 104, 183, .5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f0068b7,endColorstr=#7f0068b7);    /*IE8支持*/
    text-align: center;
}
.page4 .news .hover a{
    display: block;
    line-height: 20px;
    padding: 0 36px;
    color: #fff;
    font-size: 16px;
    margin-top: 160px;
}
.page4 .news .hover:hover{
    width: 100%;
    transition : all 1s
}
.page4 .news .hover{
    width: 50%;
    transition : all 0.8s;
}
/*page5*/
.page5{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.page5 .all-wrap{
    padding-bottom: 14px;
}
.page5 .all-wrap dl{
    float: left;
    width: 24%;
    text-align: center;
}
.page5 .all-wrap dt{
    height: 38px;
    font-size: 21px;
    color: #f39800;
}
.page5 .all-wrap dd{
    height: 36px;
    line-height: 32px;
    font-size: 18px;
}
.page5 .all-wrap dd a{
    color: #fff;
}
.page5 .all-wrap dd a:hover{
    font-size: 21px;
}
.page5 .all-wrap .sep{
    float: left;
    width: 1px;
    height: 164px;
    background: rgba(255,255,255,.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);    /*IE8支持*/
}
.page5 .qrcode{
    width: 320px;
    height: 173px;
    background: url(../../../images/gfb/index/code.png) no-repeat;
    margin: 16px auto 32px;
}
.footnav{
    width: 84%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #c1b7b8;
    text-align: center;
    margin: 0 auto;
}
.footnav a{
    color: #fff;
    margin: 0 16px;
    font-size: 16px;
}
.foot .copyright{
    text-align: center;
    margin-top: 26px;
}
.foot .copyright p{
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
}

/*控制小圆点*/
#fixed_logo {
    position: fixed;
    top: 4%;
    right: 4%;
    width: 126px;
    height: 98px;
}

#fixed_logo img {
    width: 100%;
    height: 100%;
}
#fpNav{
    position: fixed;
    top: 50%;
    right: 20px;
    margin-top: -72px;
    z-index: 999;
}
#fpNav ul li{
    width: 12px;
    height: 12px;
    margin: 14px 0;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;  
    -webkit-border-radius: 50%; 
    -o-border-radius: 50%; 
    border: 2px solid #f99f71;
    /*border: 2px solid #e61a2d;*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
    -ms-opacity: 0.8;
    -moz-opacity: 0.8;  
    -webkit-opacity: 0.8; 
    -o-opacity: 0.8; 
    -moz-opacity: 0.8;
}
#fpNav ul li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;  
}
 #fpNav ul li.active{
    background-color: #f55f12;
    border: 2px solid #f55f12;
    /*background-color: #e61a2d;
    border: 2px solid #e61a2d;*/
    opacity: 1;
    filter: alpha(opacity=100); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    -ms-opacity: 1;
    -moz-opacity: 1;  
    -webkit-opacity: 1; 
    -o-opacity: 1; 
    -moz-opacity: 1;
}
#fpNav ul li:hover{
    background-color: #f55f12;
    border: 2px solid #f55f12;
    /*background-color: #e61a2d;
    border: 2px solid #e61a2d;*/
}
#fpNav ul li span{
    position: absolute;
    left: -72px;
    top: -6px;
    display: none;
}
#fpNav ul li:hover span{
    display: block;
    color: #f55f12;
    /*color: #e61a2d;*/
    font-size: 15px;
}