a {
    text-decoration: none;
}

ul,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
input,
img {
    margin: 0;
    padding: 0;
}

/* img{
	display: block;
} */

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none
}

/*清除浮动*/
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

/*分割*/
.interval {
    width: 100%;
    height: 0.2rem;
    background-color: #f7f6f4;
}

/*单行省略*/
.omit1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.omit2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.omit4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mian {
    width: 92%;
    max-width: 1400px;
    /* padding: 0 102px; */
    margin: 0 auto;
    box-sizing: border-box;
}

.flex {
    display: flex;
}



/* 图片放大 */
.case-swiper-container .swiper-slide:hover img,
.company-swiper-container .swiper-slide:hover img {
    transition: 0.6s;
    transform: scale(1.08);
}





#header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: all 0.36s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

#header .wrapper>.content {
    width: 80%;
    margin: 0 auto;
}

#header.mini {
    top: -110px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    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;
}

body #search-nav {
    height: 72px;
}

#navWrapper .content .searchGroup .fa-search {
    transition: all 0.36s ease;
}

#headTop {
    text-align: center;
    height: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#headTop #logo {
    display: block;
    padding-top: 16px;
}

#headTop #logo img {
    width: auto;
    height: 62px;
}

#navWrapper .content {
    margin: 0 auto;
    max-width: 1400px;
}

#navWrapper .content .searchGroup {
    top: 0;
}

#navWrapper .content .searchGroup .fa-search {
    color: #fff;
}

#navWrapper .nav {
    text-align: center;
}

#navWrapper .navitem {
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0 2%;
}

#navWrapper .navitem a {
    padding: 0 34px;
    line-height: 72px;
    font-size: 15px;
    color: #fff;
    transition: all 0.36s ease;
}

#navWrapper .navitem .subnav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
}

#navWrapper .navitem .subnav li {
    width: 100%;
}

#navWrapper .navitem .subnav a {
    color: #666;
    display: block;
    line-height: 50px;
    text-align: center;
    width: 100%;
    padding: 0;
    transition: 0.6s;
}

#navWrapper .navitem .subnav a:hover {
    color: #3eac5e;
    transition: 0.6s;
}

#navWrapper .navitem a span::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    top: -1px;
    left: 50%;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}

#navWrapper .navitem a.active span::before {
    content: '';
    position: absolute;
    width: calc(100% - 68px);
    height: 2px;
    background-color: #fff;
    top: -1px;
    left: 34px;
    opacity: 1;
}

#navWrapper .navitem:hover a span::before {
    opacity: 1;
    left: 34px;
    width: calc(100% - 68px);
}

@media screen and (max-width: 1340px){
    #navWrapper .navitem a{
        padding: 0 28px;
    }
}
@media screen and (max-width: 1250px){
    #navWrapper .navitem a{
        padding: 0 10px;
    }
}
@media screen and (max-width: 1110px){
    #navWrapper .navitem a{
        padding: 0 6px !important;
    }
}

.inner_header .content {
    width: 92% !important;
}

.inner-nav-wrapper .content {
    width: 100% !important;
}

.inner-nav-wrapper .content .navitem {
    margin: 0 !important;
}

.inner-nav-wrapper .logo_img {
    float: left;
}

.inner-nav-wrapper .logo_img img {
    height: 60px;
    margin-top: 6px;
}

.inner-nav-wrapper .nav {
    float: right;
}

.bodylist #header,
.bodypage #header {
    background-color: rgba(0, 0, 0, 0.2);
}

.bodylist #header.mini,
.bodypage #header.mini {
    background-color: #fff;
}

#navMini {
    display: none;
}

.ff_sitecontent .module .module_container {
    max-width: 1200px;
    margin: 0 auto;
}

.npagePage .more {
    display: none !important;
}

.ff_pageList .content {
    background: #fff;
}

.fa-angle-right,
.fa-angle-down {
    color: inherit;
    padding-left: 10px;
}

.fa-angle-down {
    background: url(../image/banner_nav_arrow.png) no-repeat;
    background-position: center center;
}

.inner-nav-wrapper .fa-angle-down {
    background: url(../image/banner_nav_arrow02.png) no-repeat !important;
    background-position: center center !important;
}

.fa {
    color: inherit;
    line-height: inherit;
}

.fa {
    display: inline-block;
    height: 10px;
    line-height: 10px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}


.index_search {
    margin-top: 48px;
    margin-bottom: 48px;
}

.index_search_l {
    float: left;
    height: 57px;
    line-height: 57px;
}

.index_search_l>div {
    display: inline-block;
    font-size: 14px;
    color: #999999;
}

.index_search_l>div a {
    color: #999999;
    margin-right: 20px;
}

.index_search_l>div a:hover {
    color: #3eac5e;
}

.index_search_r {
    float: right;
    width: 447px;
    height: 57px;
    border-radius: 30px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: space-between;
    /*background-image: url(../image/home_sousuo.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 21px 21px;*/
    /*background-position: calc(100% - 50px);*/
}
.searchimg{
    display: block;
    width: 21px;
    height: 21px;
    margin-top: 18px;
    margin-right: 30px;
}
.searchimg img{
    max-width: 100%;
    max-height: 100%;
}

.index_search_r input {
    width: 85%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 7px 0 38px;
    box-sizing: border-box;
}


.case_swiper {
    margin-top: 110px;
    margin-bottom: 110px;
    position: relative;
}

.index_title {
    font-size: 30px;
    color: #333;
}

.index_title_mini {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #e5e5e6;
}

.index_case_title {
    margin-bottom: 75px;
}

.product_li {
    width: 100%;
    background-color: #FFFFFF;
    border: solid 1px #e9e9e9;
    box-sizing: border-box;
    transition: 0.6s;
    position: relative;
}

.product_li_img {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    transition: 0.4s;
    overflow: hidden;
}

.product_li_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.case_swiper_box {
    position: relative;
    padding: 0 8px;
    box-sizing: border-box;
}

.case-swiper-container {
    overflow: hidden;
}


.index_company {
    background: #f5f6fb;
    padding: 110px 0;
    box-sizing: border-box;
}

.index_company_title {
    text-align: center;
}

.index_company_title_mini {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #e5e5e6;
}

.index_company_one {
    background-color: #FFFFFF;
}

.index_company_one_l {
    width: 480px;
    height: 360px;
    float: left;
}

.index_company_one_l img {
    width: 100%;
    height: 100%;
}

.index_company_one_r {
    width: 100%;
    padding-left: 480px;
    box-sizing: border-box;
}

.index_company_one_r_text {
    width: 100%;
    padding: 5px 50px 40px 50px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 26px;
    white-space: pre-line;
}

.index_company_one_r_text p {
    margin-bottom: 20px;
}

.index_company_more {
    display: block;
    width: 150px;
    height: 42px;
    border: solid 1px #e3e3e3;
    border-radius: 21px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    color: #999999;
    opacity: 0.7;
    text-align: center;
    margin-left: 50px;
    cursor: pointer;
}

.index_company_tab {
    width: 100%;
    margin-top: 75px;
    margin-bottom: 27px;
}

.index_company_tab li {
    float: left;
    text-align: center;
    width: 10.6%;
    margin-right: 0.575%;
    height: 52px;
    line-height: 52px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4));
    font-size: 16px;
    color: #999999;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_company_tab li:last-child {
    margin: 0;
}

.index_company_tab li.active {
    background: linear-gradient(to right, #3eac5e, #3eac5e);
    color: #FFFFFF;
}

.index_company_swiper {
    overflow: hidden;
}

.index_company_swiper_img,
.company_li {
    border: none;
    background-color: transparent;
}

.index_company_swiper_img {
    background-color: #FFFFFF;
}

.index_company_swiper_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.company_li_bottom {
    height: 72px;
    line-height: 72px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    transition: 0.6s;

    color: #666;
}

.swiper-wrapper .swiper-slide:hover .company_li_bottom {
    color: #3eac5e;
    border-bottom: 1px solid #3eac5e;
    transition: 0.6s;
}

.index_company_li li {
    float: left;
    width: 22%;
    height: 72px;
    line-height: 70px;
    border: solid 1px #ebebeb;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 24px;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #666666;
    transition: 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_company_li li a {
    display: block;
    color: #666666;
    transition: 0.6s;
}

.index_company_li li:not(:nth-child(4n)) {
    margin-right: 4%;
}

.index_company_li li:hover {
    border: solid 1px #3eac5e;
    transition: 0.6s;
}

.index_company_li li:hover a {
    color: #3eac5e;
    transition: 0.6s;
}

#companyTab>div {
    display: none;
}

#companyTab>div.active {
    display: block;
}

/* 私人定制 */
.index_custom {
    padding-top: 100px;
    padding-bottom: 80px;
}

.index_custom_ul {
    margin-top: 70px;
}

.index_custom_li {
    width: 33.33%;
    float: left;
    text-align: center;
    cursor: default;
}

.index_custom_li_img {
    width: 107px;
    height: 107px;
    padding: 2px;
    box-sizing: border-box;
    margin: 0 auto 45px;
}

.index_custom_li:nth-child(1) .index_custom_li_img {
    background: url(../image/home_custom01.png) no-repeat;
    background-position: 100% 100%;
    transition: 0.6s;
}

.index_custom_li:nth-child(2) .index_custom_li_img {
    background: url(../image/home_custom02.png) no-repeat;
    background-position: 100% 100%;
    transition: 0.6s;
}

.index_custom_li:nth-child(3) .index_custom_li_img {
    background: url(../image/home_custom03.png) no-repeat;
    background-position: 100% 100%;
    transition: 0.6s;
}


.index_custom_li_title {
    font-size: 24px;
    height: 26px;
    line-height: 26px;
    color: #333;
    margin-bottom: 30px;
    transition: 0.6s;
}

.index_custom_li_text {
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    transition: 0.6s;
}

.index_custom_li:hover .index_custom_li_title,
.index_custom_li:hover .index_custom_li_text {
    color: #3eac5e;
    transition: 0.6s;
}

.index_custom_li:nth-child(1):hover .index_custom_li_img {
    background: url(../image/home_custom04.png) no-repeat;
    background-position: 100% 100%;
    transition: 0.6s;
}

.index_custom_li:nth-child(2):hover .index_custom_li_img {
    background: url(../image/home_custom05.png) no-repeat;
    background-position: 100% 100%;
    transition: 0.6s;
}

.index_custom_li:nth-child(3):hover .index_custom_li_img {
    background: url(../image/home_custom06.png) no-repeat;
    background-position: 100% 100%;
    transition: 0.6s;
}

.custom_swiper {
    overflow: hidden;
}

/* 资讯 */
.index_news {
    padding-top: 100px;
    padding-bottom: 170px;

}

.index_news_top {
    position: relative;
}

.index_news_class {
    position: absolute;
    right: 30px;
    top: 6px;
}

.index_news_class a {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    color: #666666;
}

.index_news_class a:hover {
    color: #3eac5e;
}

.index_news_class a.index_news_class_more {
    height: 12px;
    background: url(../image/arrow_more.png) no-repeat;
    background-position: right center;
    background-size: 6px 12px;
}

.index_news_l {
    width: 45%;
    float: left;
    margin-top: 50px;
}

.index_news_l_time {
    height: 58px;
    line-height: 58px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #3eac5e;
    border-bottom: 2px solid #3eac5e;
}

.index_news_l h2 {
    font-size: 20px;
    line-height: 54px;
    color: #3eac5e;
    padding-top: 23px;
}

.index_news_l p {
    opacity: 1;
    font-size: 13px;
    line-height: 28px;
    color: #666;
    height: 56px;
}

.index_news_l_img {
    display: block;
    padding-top: 33%;
    width: 100%;
    position: relative;
    margin-top: 42px;
    overflow: hidden;
}

.index_news_l_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.6s;
}

.index_news_l_img:hover img {
    transform: scale(1.08);
    transition: 0.6s;
}

.index_news_l_more {
    display: block;
    float: right;
    margin-top: 27px;
    color: #666666;
    font-size: 14px;
    padding-right: 12px;
    background: url(../image/arrow_more.png) no-repeat;
    background-position: right center;
    background-size: 3px 7px;
    cursor: pointer;
}

.index_news_r {
    width: 45%;
    float: right;
    margin-top: 50px;
}

.index_news_r_li {
    width: 100%;
    height: 150px;
    padding-top: 60px;
    box-sizing: border-box;
}

.index_news_r_li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.index_news_r_li_title {
    padding-right: 60px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    transition: 0.6s;
}

.index_news_r_li_title span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.index_news_r_li p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.index_news_r_li:hover .index_news_r_li_title {
    color: #3eac5e;
    transition: 0.6s;
}

/* 底部 */
.footer {
    width: 100%;
    background: url(../image/home_bottom_bg.jpg) no-repeat;
    padding: 80px 0;
}

.footer_box {
    position: relative;
}

.footer_l {
    padding-right: 200px;
    box-sizing: border-box;
}

.footer_l_info {
    float: left;
    color: #FFFFFF;
}

.footer_l_info h2 {
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: normal;
    font-stretch: normal;
}

.footer_l_info_one {
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    font-weight: normal;
    font-stretch: normal;
    margin-bottom: 50px;
}

.footer_l_info_i {
    padding-left: 26px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
}

.footer_l_info_i img {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}


.footer_l_nav {
    /* float: right; */
    text-align: right;

}

.footer_l_nav_li {
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    text-align: left;
    margin-right: 8%;

}

.footer_l_nav_li_top {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer_l_nav_li span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.footer_l_nav_li a {
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
}

.footer_l_nav_li_pro {
    width: 25%;
    margin-right: 2%;
}

.footer_l_nav_li_pro ul {
    float: left;
    margin-left: 40px;

}

.footer_l_nav_li_pro ul li {
    width: 48%;
}

.footer_l_nav_li_pro ul:first-child {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.footer_r {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.footer_r img {
    width: 170px;
    height: 170px;
}

.footer_r_a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    color: #ffffff;
    margin-top: 14px;
}

.footer_c {
    line-height: 52px;
    text-align: left;
    font-size: 12px;
    color: #666666;
}

/* 侧边栏 */
#online_open {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    right: -40px;
    bottom: 186px;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-right: -3px;
    border: 1px solid #e6e6e6;
    display: block;
    font-size: 16px;
    background-color: #fff;
    transform: translateX(7px);
}

#online_open img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transition: all .3s ease-out 0s;
}

/* #online_open:hover {
    border-color: #214a9a;
    z-index: 1;
    background-color: #214a9a;
  } */

#online_lx {
    width: 180px;
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
    box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
    position: fixed;
    right: 7px;
    bottom: 188px;
    z-index: 99999;
    margin-right: -10px;
}

#olx_head {
    padding: 20px;
    line-height: 16px;
    height: 16px;
    background: #3eac5e;
    color: #ffffff;
    font-size: 14px;
}

#olx_head img {
    width: 14px;
    height: 14px;
    float: right;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#olx_head img:hover {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}


#olx_tel {
    padding: 20px 30px;
}

#olx_tel div {
    line-height: 14px;
    height: 14px;
    margin-bottom: 10px;
    padding-left: 30px;
    box-sizing: border-box;
    background: url(../image/floating01.jpg) no-repeat;
    background-position: left center;
    background-size: 16px 16px;
}

#olx_tel div i {
    font-size: 18px;
    margin-right: 20px;
    vertical-align: middle;
}

#olx_tel p {
    line-height: 18px;
    font-family: HELVETICANEUELTPRO-THEX;
    font-size: 16px;
}

#online_wx {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 144px;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-right: -3px;
    border: 1px solid #e6e6e6;
    display: block;
    font-size: 16px;
    background-color: #fff;
    transform: translateX(7px);
}

#online_top {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 102px;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-right: -3px;
    border: 1px solid #e6e6e6;
    display: block;
    font-size: 16px;
    background-color: #fff;
    transform: translateX(7px);
}

.fixed {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    display: none;
}

.fixed.show {
    display: block;
}

#fixed_weixin .fixed-container {
    width: 220px;
    height: auto;
    padding: 20px 20px 0 20px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -140px;
}

#fixed_weixin .fixed-container div {
    height: 220px;
}

#fixed_weixin .fixed-container p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #000;
}


/* 移动端导航 */
.mm-slideout {
    display: none;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    position: fixed;
    z-index: 99999;
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

.lcbody {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 10px;
    left: 30px;
    transform: translateZ(0) rotate(0);
    transition: transform .4s cubic-bezier(.4, .01, .165, .99)
}

.lcitem {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0) rotate(0);
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
    -webkit-transform: translateZ(0) rotate(0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
    width: 30px;
    height: 30px
}

.lcitem .rect {
    width: 30px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 0;
    top: 14px;
    transition: transform .2s ease .2s;
    -webkit-transition: -webkit-transform .2s ease .2s
}

.lcitem .rect.top {
    transform: translate3d(0, -6px, 0);
    -webkit-transform: translate3d(0, -6px, 0)
}

.lcitem .rect.bottom {
    transform: translate3d(0, 6px, 0);
    -webkit-transform: translate3d(0, 6px, 0)
}

#header .mm-hbtn.open .lcbody {
    transform: translateZ(0) rotate(90deg);
    -webkit-transform: translateZ(0) rotate(90deg)
}

#header .mm-hbtn.open .lcitem {
    transform: translateZ(0) rotate(45deg);
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
    -webkit-transform: translateZ(0) rotate(45deg);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s
}

#header .mm-hbtn.open .lcitem.bottom {
    transform: translateZ(0) rotate(-45deg);
    -webkit-transform: translateZ(0) rotate(-45deg)
}

#header .mm-hbtn.open .lcitem .rect {
    transition: transform .2s ease .2s;
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .2s ease .2s;
    -webkit-transform: translate3d(0, 0, 0)
}

.mm-hlogo img {
    max-height: 40px;
    margin-top: 5px;
}



/* 内页banner */
.inner {
    padding-top: 72px;
}

.in_banner {
    width: 100%;
    position: relative;
}

.in_banner img {
    width: 100%;
}

.in_banner_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.in_banner_con {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.in_banner_con_one {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.in_banner_con_one::before {
    content: '-';
    font-size: 24px;
    font-weight: bold;
    margin-right: 35px;
}

.in_banner_con_two {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 45px;
}

.econtent table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.econtent table td,
.econtent table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
}

.econtent table th {
    border-bottom: 2px solid #ccc;
    text-align: center;
}

/* blockquote 样式 */
.econtent blockquote {
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
}

/* code 样式 */
.econtent code {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px;
}

.econtent pre code {
    display: block;
}

/* ul ol 样式 */
.econtent ul,
.econtent ol {
    margin: 10px 0 10px 20px;
}

/* 联系我们 */
.cantact {
    margin-top: 100px;
}

.cantact li {
    float: left;
    margin-right: 10%;
    margin-bottom: 45px;
}

.cantact li h3 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #555555;
    margin-bottom: 25px;
}

.cantact li div,
.cantact_addres {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #555555;
    padding-left: 40px;
    box-sizing: border-box;
}

.cantact li:nth-child(1) div {
    background: url(../image/contact_tb01.jpg) no-repeat;
    background-position: left center;
}

.cantact li:nth-child(2) div {
    background: url(../image/contact_tb02.jpg) no-repeat;
    background-position: left center;
}

.cantact li:nth-child(3) div {
    background: url(../image/contact_tb03.jpg) no-repeat;
    background-position: left center;
}

.cantact li:nth-child(4) div {
    background: url(../image/contact_tb04.jpg) no-repeat;
    background-position: left center;
}

.cantact_addres {
    background: url(../image/contact_tb05.jpg) no-repeat;
    background-position: left center;
    margin-bottom: 54px;
}

#dituContent {
    margin-bottom: 90px;
}

/* 关于我们 */
.about_tab {
    width: 100%;
    margin: 40px auto;
    text-align: center;
}

.about_tab a {
    display: inline-block;
    width: 150px;
    height: 52px;
    line-height: 52px;
    background: #f5f6fb;
    font-size: 16px;
    color: #666666;
    margin: 0 10px;
    cursor: pointer;
}

.about_tab a.active {
    background: #058b47;
    color: #FFFFFF;
}

.about_us {
    position: relative;
}

.about_us_l {
    width: 100%;
    padding-right: 480px;
    box-sizing: border-box;
}

.about_us_l p {
    text-indent: 2em;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 2em;
}

.about_us_r {
    position: absolute;
    top: 40px;
    right: 50px;
}

.about_title_one {
    float: left;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.about_title_two {
    float: left;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    height: 20px;
    letter-spacing: 0px;
    color: #999999;
    padding-top: 10px;
    margin-left: 16px;
}

.about_idea_con {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
    padding-top: 40px;
    padding-bottom: 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.about_idea_class {
    padding: 110px 0;
}

.about_idea_class>div {
    float: left;
    width: 25%;
    text-align: center;
}

.about_idea_class_one {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 16px;
}

.about_idea_class_two {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #999999;
    margin-bottom: 60px;
}

.about_idea_class>div img {
    margin-bottom: 60px;
}

.about_idea_class>div p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
    max-width: 250px;
    margin: 0 auto;
}

.about_plant_swiper {
    margin: 75px 0;
}

.about_team_li {
    margin-bottom: 90px;
}

.about_team_li:nth-child(2n+1) .about_team_li_l {
    width: 40%;
    float: left;
}

.about_team_li:nth-child(2n+1) .about_team_li_r {
    width: 50%;
    float: right;
}

.about_team_li:nth-child(2n) .about_team_li_l {
    width: 40%;
    float: right;
}

.about_team_li:nth-child(2n) .about_team_li_r {
    width: 50%;
    float: left;
}

.about_team_li_l h3 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #3eac5e;
}

.about_team_li:nth-child(2n) .about_team_li_l h3 {
    color: #000000;
}

.about_team_li_l div {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #999999;
}

.about_team_li_l p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.about_team_li_r img {
    width: 100%;
}

/* 企业实力 */
.about_power {
    padding-top: 60px;
}

.about_power_li {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}

.about_power_li_img {
    padding-top: 35.8%;
    margin-left: 18%;
    position: relative;
    overflow: hidden;
}

.about_power_li_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.about_power_li_name {
    width: 45%;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    padding-top: 48px;
    padding-left: 9%;
    padding-right: 2%;
    transition: all 0.36s ease;
}

.about_power_li_name h2 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #000000;
}

.about_power_li_name h2::before {
    content: "";
    width: 11.1%;
    height: 2px;
    background-color: #e2e2e2;
    position: absolute;
    top: 70px;
    left: 0;
    transition: all 0.36s ease;
}

.about_power_li_name p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #999999;
}

.about_power_li:hover .about_power_li_name h2 {
    color: #3eac5e;
}

.about_power_li:hover .about_power_li_name h2::before {
    width: 26.6%;
}

.about_power_li:hover .about_power_li_name {
    width: 36%;
    padding-left: 18%;
}

/* 产品列表 */
.product_tab {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
}

.product_tab a {
    float: left;
    display: block;
    text-align: center;
    width: 10.6%;
    margin-right: 0.575%;
    height: 52px;
    line-height: 52px;
    background: #f5f6fb;
    font-size: 16px;
    color: #999999;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_tab a:last-child {
    margin: 0;
}

.product_tab a.active {
    background: #3eac5e;
    color: #FFFFFF;
}


.inner_product {
    margin: 0 -1%;
}

.inner_product_li {
    float: left;
    width: 23%;
    margin: 0 1%;
    margin-bottom: 3%;
}

.inner_product_li_img {
    position: relative;
    background-color: #f5f6fb;
    padding-bottom: 75%;
}

.inner_product_li_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.inner_product_li_name {
    line-height: 72px;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
}

#product {
    margin-bottom: 160px;
}

#product>div {
    display: none;
}

#product>div.active {
    display: block;
}

/* 商品详情 */
.product_detail_tab {
    margin-bottom: 80px;
}

.product_detail_top {
    margin-bottom: 120px;
}

.product_detail_swiper {
    float: left;
    width: 50%;
    padding: 0;
}

.product_detail_top_r {
    width: 50%;
    padding: 0 2% 0 8%;
    float: right;
    box-sizing: border-box;
}

.product_detail_top_r_one {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 18px;
}

.product_detail_top_r_two {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #cecece;
    margin-bottom: 35px;
}

.product_detail_top_r_three {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    border-bottom: 1px solid #f5f6fb;
    padding-bottom: 24px;
    margin-bottom: 36px;
}

.product_detail_top_r_four {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.product_detail_b_name {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 18px;
}

.product_detail_b_name_mini {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #cecece;
    margin-bottom: 40px;
}

.product_detail_b_con {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
}

.product_detail_np {
    line-height: 100px;
}

.product_detail_prev {
    float: left;
    width: 45%;
    padding-left: 44px;
    box-sizing: border-box;
    background: url(../image/detail_l.png) no-repeat;
    background-position: left center;
    background-size: 4px 8px;
    color: #999999;
}

.product_detail_next {
    float: right;
    width: 45%;
    padding-right: 44px;
    box-sizing: border-box;
    text-align: right;
    background: url(../image/detail_r.png) no-repeat;
    background-position: right center;
    background-size: 4px 8px;
    color: #999999;
}

.product_detail_np a {
    color: #666666;
}

.pagination{padding:10px 0; text-align:center;}  
.pagination li{border-radius:3px; border:1px solid #dfdfdf;display:inline-block;margin:0 2px;}  
.pagination .active{background:#058b47; color:#FFF; border-color:#058b47; margin:0 2px;}  
.pagination .disabled{color:#aaa;}
.pagination a{ border-radius:3px;display:inline-block; padding:5px 12px;}
.pagination span{border-radius:3px;display:inline-block;padding:5px 12px;}
