ul li{
    list-style-type: none!important;
}

#fullpage #index_nav{
    position: fixed;
}
.container-fluid{
    margin: 0;
    padding: 0;
    min-width: 1200px;
    position: relative;
}
.container-fluid .text-bold{
    font-size: 34px;
    color: #eb6100;
    text-align: center;
    margin-top: 0;
}
.container-fluid .text-desc{
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
.caption-wraper {
    position: absolute;
    left: 50%;
    bottom: 2em;
}

.caption-wraper .caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    padding: 0.4em 1em;
    color: #fff;
    -webkit-border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    -ms-border-radius: 1.2em;
    -o-border-radius: 1.2em;
    border-radius: 1.2em;
}

.tc-gridbox {
    margin: 0;
}

.form_captcha{
  float: left;
  text-align: left;
}
.form_captcha input{
  height: 32px;
  position: relative;
  top: 2px;
}
.introduct{
    /* background: url('../images/index/BG.png'); */
    height: 1080px;
    display: block;
    position: relative;
    padding: 0;
}
.introduct .build{
    background: url('../images/index/build.jpg') no-repeat center center;
    /* background-position-x: 0; */
    position: absolute;
    bottom: 0;
    height: 100vh;
    width: 100%;
}
.introduct-main{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
/* .introduct .build img{
    background: url('../images/index/Build.png') no-repeat 100% 100%;
    background-position-x: 0;
    position: absolute;
    bottom: 0;
    height: 952px;
    width: 100%;
} */
.introduct-desc{

    width: 402px;
    position: absolute;
    right: 10px;
    top: 40vh;
    text-align: center;
}
.introduct-desc h2{
    text-align: center;
    color: #eb6100;
    font-size: 36px;
    margin-bottom: 10px;
}
.introduct-desc p{

    font-size: 18px;
    line-height: 34px;
    text-indent: 30px;
}
.introduct-more{
    margin-top: 14px;
    display: inline-block;
    color: #eb6100;
}
.introduct-more:hover{
    color: #eb6100;
    text-decoration: none;
}
.introduct-more img{
    display: block;
    margin-bottom: 10px;
}

.slogan{
    text-align: center;
    /* background: white; */
    height: 920px;
    width: 100%;
    display: block;
    /* padding-top: 380px; */
    position: relative;
    background: url('../images/index/slogan-bg.jpg') no-repeat;
    background-position: center top;
}
.slogan-desc{

    position: absolute;
    z-index: 9;
    left: 50%;
    margin-left: -275px;
    width: 600px;
    top: 36vh;
}
.slogan .cn{
    color: #ac6a00;
    font-size: 34px;
    margin-bottom: 0;
    /* line-height: 40px; */
}
.slogan .en{
    color: #ac6a00;
    font-size: 20px;
}
.slogan .video{
    /* background: url('../images/index/video_new.png');
    width:82px;
    height: 56px; */
    margin: 32px 0 10px 0;
}
.slogan .video img{
    width: 78px;
    cursor: pointer;
}
.slogan .video-more{
    color: #ac6a00;
    font-size: 16px;
    margin-top: 10px;
}

/* 波浪动画 */
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.8)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 8;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    /* background-image: linear-gradient(to top, #86377b 20%, #27273c 80%); */
}
.bgTop {
    z-index: 15;
    opacity: 0.36;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.35;
}
.bgBottom {
    z-index: 5;
    opacity: 0.36;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
    z-index: 8;
}
.waveTop {
    background-size: 50% 370px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
   /* animation: move_wave 15s linear infinite; */
}
.waveMiddle {
    background-size: 50% 450px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 20s linear infinite;
}
.waveBottom {
    background-size: 50% 430px;
}
.waveAnimation .waveBottom {
    animation: move_wave 25s linear infinite;
}

/* Firefly品牌 */
.brand{
    background: url('../images/index/brand-bg.png') no-repeat;
    height: 100vh;
    background-position: bottom;
    /* padding-top: 160px; */
    text-align: center;
    position: relative;
}
.brand .product{
    height: 500px;
}
.brand .product img{
    position: absolute;
}
.brand .text-bold{
    cursor: pointer;
    padding-top: 20vh;
    opacity: 0;
    transform: translateY(20px);
	-webkit-transform:translateY(20px);
	-ms-transform:translateY(20px);
    transition: transform 0.5s linear 0s,opacity 0.5s linear 0s;
	-webkit-transition:transform 0.5s linear 0s,opacity 0.5s linear 0s;
}
.brand-active .text-bold{
    opacity: 1;
    transform: translateY(0px);
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
}
.brand .text-desc{
    width: 786px;
    margin: 26px auto 80px auto;
    opacity: 0;
    transform: translateY(20px);
	-webkit-transform:translateY(20px);
	-ms-transform:translateY(20px);
    transition: transform 0.5s linear 0.2s,opacity 0.5s linear 0.2s;
	-webkit-transition:transform 0.5s linear 0.2s,opacity 0.5s linear 0.2s;
}
.brand-active .text-desc{
    opacity: 1;
    transform: translateY(0px);
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
}
.brand .product-item{
    transition: margin-left 0.8s linear 0.6s,opacity 0.5s linear 0.5s;
	-webkit-transition:margin-left 0.8s linear 0.6s,opacity 0.5s linear 0.5s;
}
.brand .product-mid{
    left: 50%;
    margin-left: -265px;    
    top: 356px;
    z-index: 9;
    opacity: 0;
	transform: translateY(50px);
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transition: transform 0.8s ease-out,opacity 0.5s ease-out;
	-webkit-transition:transform 0.8s ease-out,opacity 0.5s ease-out;
}
.brand-active .product-mid{
    opacity: 1;
    transform: translateY(28px);
	-webkit-transform:translateY(28px);
	-ms-transform:translateY(28px);
}
.brand .product-left-01{
    left: 50%;
    margin-left: -210px;
    z-index: 8;
    top: 420px;    
    opacity: 0;
}
.brand-active .product-left-01{
    opacity: 1;
    margin-left: -390px;
}
.brand .product-left-02{
    left: 50%;
    margin-left: -186px;
    z-index: 7;
    top: 480px;    
    opacity: 0;
}
.brand-active .product-left-02{
    opacity: 1;
    margin-left: -526px;
}

.brand .product-left-03{
    left: 50%;
    margin-left: -120px;
    z-index: 6;
    top: 526px;    
    opacity: 0;
}
.brand-active .product-left-03{
    opacity: 1;
    margin-left: -610px;
}
.brand .product-right-01{
    left: 50%;
    margin-left: -218px;
    z-index: 8;
    top: 431px;    
    opacity: 0;
}
.brand-active .product-right-01{
    opacity: 1;
    margin-left: -20px;
}
.brand .product-right-02{
    left: 50%;
    margin-left: -146px;
    z-index: 7;
    top: 480px;    
    opacity: 0;
}
.brand-active .product-right-02{
    opacity: 1;
    margin-left: 235px;
}
.brand .product-right-03{
    left: 50%;
    margin-left: -150px;
    z-index: 6;
    top: 516px;    
    opacity: 0;
}
.brand-active .product-right-03{
    opacity: 1;
    margin-left: 312px;
}

/* 解决方案 */
.solution{
    height: 100vh;
    position: relative;
}
.solution-bg{
    position: absolute;
    background: url('../images/index/solution/BG.png') no-repeat;
    background-position: center top;
    width: 100%;
    height: 60vh;
    top: 0;
    left: 0;
}
.solution-main{
    width: 1200px;
    margin: 0 auto;
    /* height: 1140px; */
    position: relative;
}
.solution-desc{
    height: 64vh;
}
.solution-camera{
    position: relative;
    top: 146px;
    left: 240px;
    /* width: 158px; */
}
.solution-camera img{
    
    width: 158px;
    position: absolute;
    
}
.solution-camera span{
    left: 185px;
    position: absolute;
    top: 40px;
    font-size: 24px;
}
.solution-desc .solution-desc-right{
    float: left;
    width: 434px;
    /* margin: 320px 0 0 200px; */
    position: absolute;
    left: 660px;
    top: 232px;
}
.solution-desc-right h2{
    margin-bottom: 10px;
    cursor: pointer;
}
.solution-desc-right p{
    width: 330px;
    margin: 0 auto;
}
.solution-product{
    /* margin-top: 100px; */
}
.solution-product li{
    transition: opacity 0.8s linear .2s, transform 0.8s linear .2s;
    opacity: 0;
    transform: translateY(28px);
	-webkit-transform:translateY(28px);
	-ms-transform:translateY(28px);
}
.solution-product-active li{
    opacity: 1;
    transform: translateY(0px);
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
}
.solution-product a{
    color: black;
    font-size: 20px;

}
.solution-product a:hover{
    text-decoration: none;
}
.solution-product a img{
    margin-bottom: 20px;
}

/* 企业荣誉 */
.honor{
    background: url('../images/index/honor-bg.png') no-repeat center bottom;
    height: 100vh;
}
.honor h2{
    padding: 90px 0 100px 0;
}
.honor-list{
    width: 1000px;
}
.honor-list li{
    /* text-align: center; */
    list-style-type: none;
    margin-bottom: 50px;
    cursor: pointer;
    transition: all .6s;
    height: 180px;
    transition: opacity 0.8s linear .2s, transform 0.8s linear .2s;
    opacity: 0;
    transform: translateY(28px);
	-webkit-transform:translateY(28px);
	-ms-transform:translateY(28px);
}
.honor-list li.honor-list-row-two{
    transition: opacity 0.8s linear .6s, transform 0.8s linear .6s;
    opacity: 0;
    transform: translateY(28px);
	-webkit-transform:translateY(28px);
	-ms-transform:translateY(28px);
}
.honor-list-active li, .honor-list-active li.honor-list-row-two{
    opacity: 1;
    transform: translateY(0px);
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
}

.honor-list li:hover{
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 0 10px #d8d8d8;
}
.honor-list li img{
    width: 180px;
    margin-top: 10px;
}
.honor-list li span{
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

/* 合作伙伴 */
.partner h2{
    padding: 190px 0 70px 0;
}
.partner-list li{
    margin-bottom: 40px;
}
@media (min-width: 1200px){
    .cooperation-form{
        width: 840px;
    }
}
.cooperation-form{
    margin-top: 80px;
    height: 440px;
}
.cooperation-form .type{
    background: white;
    color: black;
    text-align: center;
    height: 40px;
    line-height: 26px;
    font-size: 14px;
    padding-left: 0;
}
.cooperation-form .type-checked{
    background: #eb6100;
    color: white;
    text-align: center;
}
.cooperation-form .type-nochecked{
    border:1px solid #ccc;
}
.cooperation-form .form-header{
    margin-bottom: 40px;
}
.cooperation-form .form-group{
    margin-left: 0;
    margin-right: 0;
}
.cooperation-form .btn-submit{
    width: 100%;
    background: #eb6100;
    border: 1px solid #eb6100;
}



body .layui-layer-honor .layui-layer-content{
    background: #ededed;
}
body .layui-layer-honor .honor-name{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}