div.up{
    width: 40px;
    height: 40px;
    position: fixed;
    right: -50px;
    bottom: 100px;
    transition: right 500ms;
    z-index: 1000;
    min-width: 40px;
}
div.up img{
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: xing;
    src: url("../fonts/Xingkai-SC-Bold.ttf");
}
#meau>li:first-child>a{
    color: #039dff;
    border-bottom: 5px solid #039dff;
}
/*轮播*/
#lunbo{
    width: 100%;
    min-width: 1200px;
    height: 500px;
    position: relative;
}
#lunbo>div{
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
    transition: opacity .5s linear;
}
#lunbo>div.action{
    z-index: 10;
    opacity: 1;
}
div#img1{
    background: url('../images/1.png') top center no-repeat;
}
div#img2{
    background: url('../images/2.png') top center no-repeat;
}
div#img3{
    background: url('../images/3.png') top center no-repeat;
}
ul.dians{
    z-index: 100;
    position: absolute;
    bottom: 20px;
    left:50%;
}
ul.dians li{
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c0c0c0;
    margin: 0 5px;
}
ul.dians>li.light{
    background: #aaaaaa;
}
/*主体内容*/
section{
    width: 100%;
    min-width: 1000px;
}
section div.floor{
    margin-top: 50px;
}
div.first-head{
    width: 1000px;
    height: 190px;
    margin: 0 auto;
}
div.first-head-left{
    float: left;
    width: 240px;
    height: 100%;
    background: #039dff;
    color: #fff;
    box-sizing: border-box;
    padding: 20px 35px;
}
div.first-head-left span:first-child{
    font-family: xing;
    font-size: 48px;
    display: block;
    margin-bottom: 10px;
}
div.first-head-left span.last{
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}
div.first-head-left span.last i{
    color:#fadd1a;
    font-style: normal;
}
div.first-head-right{
    float: right;
    width: 760px;
    height: 100%;
    font-size: 14px;
    box-sizing: border-box;
    border: 3px solid #00a1e5;
    padding: 36px 35px;
    line-height: 35px;
}
div.first-main{
    width: 1000px;
    margin: 0 auto;
}
div.first-main-top{
    width: 100%;
    text-align: center;
    margin-top: 38px;
}
div.first-main-top span:first-child{
    font-size: 30px;
    font-weight: bold;
    display: block;
}
div.first-main-top span:last-child{
    font-size: 18px;
}
div.first-main-bt{
    width: 100%;
    height: 390px;
    background: url('../images/question-bj.png') top center no-repeat;
    background-size: 45%;
}
div.first-main-bt div{
    width: 265px;
    height: 100%;
    float: left;
    padding-top:32px;
}
div.first-main-bt div span{
    display: block;
    font-size: 18px;
}
div.first-main-bt div>span{
    margin-bottom: 91px;
}
div.first-main-bt div:first-child>span>span{
    text-align: right;
}
div.first-main-bt div>span:after{
    content: "";
    display: block;
    clear: both;
}
div.first-main-bt div:last-child{
    float: right;
}
/*聚联六大优势*/
div.floor2{
    width: 100%;
    height: 828px;
    background: url('../images/floor2.png') top center no-repeat;
}
div.floor2>div{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
div.floor2>div span{
    font-size: 18px;
    color:#252525;
    position: absolute;
}
div.floor2>div span:first-child{top:370px;left:10px;}
div.floor2>div span:nth-child(2){top:560px;left:5px;}
div.floor2>div span:nth-child(3){top:755px;left:40px;}
div.floor2>div span:nth-child(4){top:370px;right:10px;}
div.floor2>div span:nth-child(5){top:560px;right:5px;}
div.floor2>div span:last-child{top:755px;right:30px;}

/*六大支撑平台*/
div.floor3{
    margin-top: 60px!important;
    margin-bottom:50px;
}
div.floor3-top{
    width: 100%;
    text-align: center;
}
div.floor3-top span:first-child{
    font-size: 30px;
    color:#039dff;
}
div.floor3-top span:last-child{
    margin: 10px auto;
    display: block;
    width: 665px;
    height: 53px;
    text-align: center;
    font-size: 16px;
    color:#fdfdfc;
    line-height: 53px;
    background: url('../images/floor3-8.png') top center no-repeat;
}
div.floor3-bt{
    width: 100%;
    margin-top: 40px;
}
div.floor3-bt>a{
    display: inline-block;
    height: 320px;
    color: #252525;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    top:0;
    left:0;
    transition: all .2s linear;
    box-shadow: 0 0 0 #eee;
    border: 1px solid transparent;
}
div.floor3-bt>a:hover{
    border: 1px solid #eee;
    top:-3px;
    left:-3px;
    box-shadow: 0px 5px 5px #eee;
}
div.f3-img{
    width: 120px;
    height: 120px;
    margin: 10px auto;
    border-radius: 50%;
}
div.floor3-bt a{
    text-decoration: none;
}
div.floor3-bt a:hover{
    color: #252525;
}
span.f3-bf{
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 26px 0;
}
span.f3-lf{
    font-size: 16px;
    display:block;
    line-height: 30px;
    text-align: center;
}
/*防伪*/
div.floor4-box{
    height: 470px;
    background: #039dff;
}
div.floor4-box>div:before{
    content: "";
    display: inline-block;
}
span.f4-top{
    font-size: 30px;
    color:#fefefe;
    display: block;
    text-align: center;
    margin-top: 15px;
}
span.font-shadow{
    text-shadow: 3px 2px 5px #000;
}
div.f4-md{
    width: 500px;
    background: rgba(20,33,133,.52);
    margin: 30px auto;
    height: 50px;
    text-align: center;
}
div.f4-md span{
    font-size: 16px;
    line-height: 50px;
    color:#f4f4f4;
}
ul.f4-bt:after{
    content: "";
    display: inline-block;
    clear: both;
}
ul.f4-bt li{
    float: left;
    height: 216px;
    width: 180px;
    background-color: #fff;
    overflow: hidden;
    margin: 10px 35px;
    transform: skewX(174deg);
    position: relative;
    cursor: pointer;
}
ul.f4-bt1 li:hover img{
    width: 130%;
    top:-5%;
}
ul.f4-bt li img{
    transform: skewX(-174deg);
    width: 120%;
    position: relative;
    top:0;
    left:0;
    transition: all .5s linear;
}
ul.f4-bt li span{
    display: block;
    height: 20%;
    width: 120%;
    color:#646464;
    font-size: 16px;
    text-align: center;
    line-height: 43px;
    background-color: #e5e5e5;
    transform: skewX(-174deg);
    position: absolute;
    left:-10%;
    bottom: 0px;
    transition: bottom .3s linear;
}
span.f5-top{
    font-size: 30px;
    color:#252525;
}
span.f5-md{
    font-size: 16px;
    color:#252525;
}
ul.f5-bt{
    width: 1000px;
    margin: 40px auto 80px;
    height: 345px;
}
ul.f5-bt:after{
    content: "";
    display: inline-block;
    clear: both;
}
ul.f5-bt li{
    text-align: center;
    float: left;
    border: 1px solid #ffffff;
    padding: 2px;
    overflow: hidden;
    box-sizing: border-box;
}
ul.f5-bt li img{
    height: 128px;
}
ul.f5-bt li span{
    display: block;
    margin: 10px 0;
}
/*好评*/
div.floor6{
    height: 472px;
    background: url('../images/product-bj.png') top center no-repeat;
}
div.floor6>div:before{
    content: "";
    display: inline-block;
}
div.f6-top{
    margin-top: 60px;
}
.f6-top span:first-child {
    color: #7f8080;
}
#f6-bt{
    margin-top: 50px;
}
#f6-bt li{
    width: 260px;
    height: 150px;
    text-align: center;
    transform: skewX(165deg);
}
#f6-bt>li>img{
    margin-top: 24px;
    width: 87%;
    transform: skewX(-165deg);
}
/*公司资质*/
span.f7-top{
    margin-top: 50px;
    font-size: 30px;
}
span.f7-md{
    margin-top: 10px;
    font-size: 18px;
    color:#929191;
}
.f7_lunbo{
    width: 100%;
    height: 400px;
}
.f7_lunbo>img{
    margin:0 12px;
    cursor: pointer;
    vertical-align: middle;
}
.f7_lunbo_box{
    display: inline-block;
    height: 266px;
    margin-top: 60px;
    margin-bottom: 30px;
    width: 900px;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}
#f7-bs{
    display: block;
    width: 2475px;
    height: 266px;
    vertical-align: middle;
    position: absolute;
    top:0;
    left: 0;
    transition: left linear .8s;
}
#f7-bs:after{
    content: "";
    display: inline-block;
    clear: both;
}
#f7-bs li{
    float: left;
    width: 201px;
    margin: 0 12px;
    position: relative;
}
#f7-bs li span{
    font-size: 14px;
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 42px;
    bottom: 0;
    left:0;
}

