html,
body {
    position: relative;
    height: 100%;
}

body {
    background-color: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* #indexCarousel{
    margin:0;
} */
/* #productSwiper .swiper-container {
    width: 100%;
    height: 100%;
}

#productSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */
.imagelink .module_container{
    /* display: flex; */
    overflow: hidden;
}
/* .project .module_container .container_header{
    flex: 1;
} */
.ff_indexPage .project.ff_slider .container_header{
    margin-right: 4.27vw;
}
/* #businessSwiper{
    position: relative;
} */
.productMain{
    display: flex;
}
.productionItem{
    display: flex;
    flex:1;
    align-items:stretch;
}
.project .module_container #businessSwiper,.carouselImg{
    flex: 1.5;
    margin-right:1px;
}
.productionDT{
    display: flex;
}
.porductionDetail {
    flex:1;
    padding:50px 40px 0 40px;
}
.carouselImg img{
    width:100%;
}
.description{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/* .agent-pc .bodyindex .page_contect_editor #page_body_editor-wrapper .layout_group[data-limit_width="true"]>.layout_limit_wrapper{
    max-width: 86% !important;
} */
.layout_limit_wrapper{
    display: flex;
    width: 80%; 
    margin: 0 auto;
    padding: 50px 20px;
    justify-content: space-between;
}
.layout_limit_wrapper div.editor_wrapper{
    /* flex: 1; */
    margin-right:10px;
}

.businessCooperation{
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 0 20px 50px 20px;
    justify-content: space-between;
}
body #page_body_editor-wrapper .layout_group p{
    font-size: 12px;
}
.ff_indexPage .module{
    /* padding-bottom:0; */
}
#hcontact,
#headTop #search-header,
#headTop #openBtn {
    display: none;
}

#header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all 0.36s ease;
}

#header .wrapper>.content {
    /* width: inherit; */
    margin: 0 auto;
}

#header.mini {
    top: -110px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#header.mini .nav>.navitem>a,
#header.mini #navWrapper .content .searchGroup .fa-search {
    color: #666;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.slideBtn{
    display: flex;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom:0;
    width:100%;
}
.slideBtn .btnLeft, .slideBtn .btnRight{
    flex: 1.5;
}
.slideBtn .btnRight{
    flex: 1;
    display: flex;
    padding: 0 40px 15px;
}
.btnRight div{
    position: initial;    
    flex: 1;
    justify-content: center;;
}

.btnRight div:first-child::after,.btnRight div:last-child::after{
    color:#9e9e9e;
    margin-right: 0;
    font-size: 24px;
}
.subline{
    content: '';
    background-color: #e5e5e6;
    width: 25px;
    height: 4px;
    margin-top:20px;
    /* position: absolute; */
    /* bottom: -36%; */
    left: 0;
}
#page_body_editor-wrapper .ck_share .ck-share-item{
    font-size: 18px;
    line-height: 38px;
    display: flex;
    box-sizing: border-box;
    width: 30px;
    height: 40px;
    margin: 0 auto;
    transition: 0.36s ease;
    color: #9e9e9e;
    border: 1px solid rgba(150, 150, 150, 0);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
#page_body_editor-wrapper .ck_share{
    width:85%;
}
#page_body_editor-wrapper .ck_share .ck-share-container{
    display: flex;
    justify-content: space-around;
}
#page_body_editor-wrapper .ck_share .ck-share-item img{
    width:18px;
}
.agent-pc .bodyindex #header:not(.mini) {
    background-color: transparent;
}
.agent-pc .ff_indexPage .module.project, .agent-pc .ff_indexPage .team.ff_slider {
    background-color: transparent;
}
.agent-pc .ff_indexPage .news.ff_noSlider .content_wrapper{
    padding-top:50px;
}
.container-fluid{
    display: flex;
}
.container-fluid ul{
    margin:0 auto;
}
.container-fluid ul{
    margin:0 auto;
}
#navWrapper .navitem ul li a{
    line-height: 52px;
}

/* #navWrapper .active:after {
    content: '';
    position: absolute;
    width: calc(100% - 68px);
    height: 2px;
    background-color: #666;
    bottom: 10px;
    left: 34px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}  */
.carousel-inner>.item,.carousel-inner>.item img{
    width:100%;
}
.longPage:not(.bodyindex) #navWrapper .navitem  li a{
    line-height: 52px;
}
.ff_indexPage .module.news{
    padding-bottom:0 ;
}
.ff_sitecontent .module.news .module_container{
    padding-bottom:100px;
    border-bottom: 1px solid #e0e0e0; 
}
@media screen and (max-width: 1600px) {
    .ff_indexPage .project.ff_slider .item_block .item_box .item_wrapper .description {
        font-size: 13px;
        line-height: 28px;
        height: inherit;
        -webkit-line-clamp: 4;
    }
}