/* 公共样式 */

* {
    transition: all 0.4s;
}

@font-face {
    font-family: 'IMPACT';
    src: url('../fonts/IMPACT.TTF');
}

.empty {
    height: 187px;
    background: #fff;
}

.container {
    max-width: 1344px;
    margin: 0 auto;
    min-width: 1024px;
    /* overflow: hidden; */
}

.container .titledemo {
    padding: 30px 0;
    text-align: center;
    animation-name: fadeInUp;
    visibility: visible;
}

.container .titledemo .title {
    font-size: calc(2vw + 8px);
    color: #333;
    font-weight: 600;
}

.container .titledemo .subtitle {
    font-size: calc(0.5vw + 10px);
    color: #666;
}


/* 头部样式 */

header {
    height: 242px;
    z-index: 99;
    position: absolute;
    width: 100%;
}

header .top-bar {
    height: 40px;
    background: #f8f8f8;
    line-height: 40px;
}

header .top-bar .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

header .top-bar .container a {
    padding: 0 10px;
}

header .top-bar .container a:not(:last-child) {
    border-right: 1px solid #252525;
}

header .topbar .container .title {
    font-size: 16px;
    color: #252525;
}

header .main-cont {
    height: 147px;
}

header .main-cont .container {
    display: flex;
    justify-content: space-between;
    animation-name: fadeInDown;
    visibility: visible;
    padding: 29px 0;
}

header .logobox {
    overflow: hidden;
    display: flex;
}

header .logobox img {
    margin: 18px 0 0 0;
    max-width: calc(19vw + 120px);
}

header nav {
    height: 55px;
    line-height: 55px;
    background-color: #3da738;
}

header nav .mainnav {
    display: flex;
    justify-content: flex-start;
}

header nav .mainnav .subnav {
    background: #fff;
    line-height: 1;
    display: none;
    animation-name: fadeIn;
    visibility: visible;
}

header nav .mainnav .subnav a {
    padding: 20px;
    display: block;
    font-size: 16px;
    color: #000;
}

header nav .mainnav .subnav a:hover {
    color: #3da738;
}

header nav .mainnav li {
    flex-grow: 1;
    height: 52px;
    position: relative;
    text-align: center;
}

header nav .mainnav li:hover .subnav {
    display: block;
}

header nav .mainnav li:hover>a {
    color: #fff;
}

header nav .mainnav li a {
    font-size: calc(0.5vw + 10px);
    color: #fff;
    padding: 0 20px;
}

header nav .mainnav li a:hover {
    text-decoration: none;
}

header .main-cont .container .phonebox {
    position: relative;
    padding: 17px 0 0 50px;
}

header .main-cont .container .phonebox::before {
    content: '';
    width: 148px;
    height: 40px;
    background: url(../images/top-phone-icon.png)no-repeat center;
    position: absolute;
    left: -112px;
    top: 28px;
}

header .main-cont .container .phonebox p {
    font-size: 24px;
    font-weight: bolder;
    color: #3da738;
}

header .main-cont .container .logobox .txtbox {
    padding: 15px 0 0 32px;
    letter-spacing: 1px;
}

header .main-cont .container .logobox .txtbox p {
    font-size: calc(0.5vw + 20px);
    font-weight: bolder;
    color: #000;
}

header .main-cont .container .logobox .txtbox span {
    font-size: calc(0.5vw + 10px);
    color: #000;
}

header .main-cont .container .logobox .txtbox span i {
    font-size: calc(0.5vw + 14px);
    color: #3da738;
    font-weight: 600;
}


/* banner */

.banner {
    margin: 55px 0 0 0;
}

.banner .swiper-pagination-bullet {
    background-color: #3da738;
}

.banner img {
    max-width: 100%;
    min-width: 1024px;
}


/* 关键词&搜索 */

.keyword-search {
    height: 70px;
    /* line-height: 70px; */
}

.keyword-search .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.keyword-search .container .keyword {
    height: 70px;
    width: 72.7815%;
    line-height: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.keyword-search .container .keyword a {
    font-size: calc(0.5vw + 5px);
    color: #000;
}

.keyword-search .container .keyword .title {
    font-weight: bold;
}

.keyword-search .container .keyword .kword {
    padding: 0 5px;
    display: none;
    font-size: calc(0.5vw + 5px);
}

.keyword-search .container .keyword .kword:nth-child(-n+14) {
    display: inline-block;
}

.keyword-search .container .searchbox {
    display: flex;
    justify-content: center;
    position: relative;
}

.keyword-search .container .searchbox input {
    width: 50%;
    height: 40px;
    border: 1px solid #dfdfdf;
    position: relative;
    padding: 0 0 0 33px;
    outline: 0;
}

.keyword-search .container .searchbox input::placeholder {
    font-size: 14px;
    color: #999;
}

.keyword-search .container .searchbox::before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/large-mirror.png)no-repeat center;
    left: 8px;
    top: 10px;
    position: absolute;
    z-index: 9;
    opacity: 0.3;
}

.keyword-search .container .searchbox button {
    width: 70px;
    height: 42px;
    border: 0;
    background: #3da738;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}


/* 产品中心 */

.index-product {
    background: #f5f5f5;
    overflow: hidden;
}

.index-product .container .catelist {
    display: flex;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    background: #fff;
    animation-name: fadeInUpBig;
    visibility: visible;
}

.index-product .container .catelist .cateitem {
    flex-grow: 1;
    text-align: center;
}

.index-product .container .catelist .active {
    background: #3da738;
    color: #fff;
}

.index-product .container .pro-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 30px 0;
    animation-name: fadeInUpBig;
    visibility: visible;
}

.index-product .container .pro-list .pro-item {
    width: 432px;
    background: #fff;
    margin: 10px 0;
}

.index-product .container .pro-list .pro-item:nth-child(3n-1) {
    margin: 10px 24px;
}

.index-product .container .pro-list .pro-item .picbox {
    width: 100%;
    height: 327px;
    overflow: hidden;
}

.index-product .container .pro-list .pro-item .picbox img {
    width: 432px;
    height: 327px;
    display: block;
    margin: 0 auto;
}

.index-product .container .pro-list .pro-item .picbox:hover img {
    transform: scale(1.02);
}

.index-product .container .pro-list .pro-item .name {
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 15px 0;
}

.fl {
    float: left
}

.fr {
    float: right
}

.index-pro-content {
    width: 1000px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.fen {
    height: 841px;
    border-bottom: 5px solid #3da738;
    overflow: hidden;
    width: 240px;
    background: #ebebeb;
    margin-top: 24px;
}

.fen h2 a {
    display: block;
    font: 26px "Microsoft Yahei";
    text-align: center;
    height: 81px;
    line-height: 81px;
    color: #fff;
    background: url(../images/fen_h.gif) no-repeat center top;
    font-weight: bold;
}

.fen h3 {
    width: 220px;
    height: 40px;
    margin: 14px auto 0;
    font: 14px "Microsoft Yahei";
    line-height: 36px;
}

.fen h3 a {
    display: block;
    background: url(../images/fen_bg2.gif) no-repeat center top;
    padding-left: 30px;
    font-weight: bold;
    color: #333;
    height: 42px;
}

.fen h3 a:hover,
.fen h3.cur a {
    background: url(../images/fen_bg1.gif) no-repeat left top;
    color: #fff;
}

.fen li {
    width: 160px;
    margin: 0 auto;
    font: 14px "Microsoft Yahei";
    line-height: 42px;
    border-bottom: 1px dashed #8d8d8d;
    height: 42px;
    overflow: hidden;
}

.fen li a {
    color: #646566;
    background: url(../images/fen_jt2.gif) no-repeat 10px center;
    padding-left: 48px;
    overflow: hidden;
}

.fen li a:hover {
    background: url(../images/fen_jt.gif) no-repeat 10px center;
    color: #046e72;
}

.fen .cur001 {
    display: block !important;
}

.pro2 {
    width: 735px;
    margin-top: 24px;
    height: 890px;
    overflow: hidden;
}

.pro2 h2 {
    width: 735px;
    height: 264px;
    overflow: hidden;
}

.pro2 h2 img {
    width: 735px;
    height: 230px;
}

.pro2 li {
    position: relative;
    margin: 0 8px 0 0;
    float: left;
    height: 304px;
    overflow: hidden;
    width: 235px;
}

.pro2 li img {
    display: block;
    height: 233px;
    width: 233px;
    border: 1px solid #d9d9d9;
}

.pro2 li em {
    display: block;
    font: 14px "Microsoft Yahei";
    text-align: center;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 203px;
    left: 0;
    background: url(../images/alp.png);
    width: 233px;
    color: #fff;
    cursor: pointer;
}

.pro2 li p {
    height: 27px;
    overflow: hidden;
    margin-top: 15px;
    *position: absolute;
    *top: 235px;
    *left: 0;
}

.pro2 li p a {
    display: inline-block;
    width: 90px;
    height: 27px;
    font: 12px "Microsoft Yahei";
    text-align: center;
    background: #3da738;
    color: #fff;
    line-height: 27px;
}

.pro2 li p a.fr {
    background: #f6b500;
}

.pro2 .nones {
    margin-right: 0;
}


/* 产品优势 */

.adv {
    background: url(../images/picture/adv/pro-adv.jpg)no-repeat center;
    height: 350px;
    background-size: contain;
    animation-name: bounceInRight;
    visibility: visible;
    min-width: 1024px;
}

.adv .container {
    position: relative;
    height: 100%;
}

.adv .container .phonebox {
    position: absolute;
    right: calc(-17rem + 32%);
    top: calc(12rem + 11%);
}

.adv .container .phonebox span {
    font-size: calc(1vw + 7px);
    color: #fff;
    display: block;
}

.adv .container .phonebox::before {
    content: '';
    width: 99px;
    height: 17px;
    position: absolute;
    left: -110px;
    background: url(../images/phoneicion2.png)no-repeat center;
    top: 8px;
}

.field .container {
    padding: 2rem 0 3rem 0;
}

.field .container .fieldbox {
    animation-name: bounceInUp;
    visibility: visible;
}

.field .container .fieldbox .top {
    display: flex;
}

.field .container .fieldbox .item {
    height: 328px;
    position: relative;
    overflow: hidden;
}

.field .container .fieldbox .item:hover .name {
    bottom: 0;
}

.field .container .fieldbox .item:hover img {
    transform: scale(1.02);
}

.field .container .fieldbox .item .name {
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 21px;
    color: #fff;
    position: absolute;
    bottom: -60px;
}

.field .container .fieldbox .top .item img {
    width: 100%;
    height: 100%;
}

.field .container .fieldbox .top .item1 {
    width: 630px;
}

.field .container .fieldbox .top .item2 {
    width: 330px;
    margin: 0 18px;
}

.field .container .fieldbox .top .item3 {
    width: 348px;
}

.field .container .fieldbox .bottom {
    display: flex;
    margin: 20px 0 0 0;
}

.field .container .fieldbox .bottom .item img {
    width: 100%;
    height: 100%;
}

.field .container .fieldbox .bottom .item1 {
    width: 348px;
}

.field .container .fieldbox .bottom .item2 {
    width: 330px;
    margin: 0 18px;
}

.field .container .fieldbox .bottom .item3 {
    width: 630px;
}


/* 四大优势 */

.advantage {
    background: #f5f5f5;
    position: relative;
    height: 1080px;
}

.advantage .container .advbox {
    min-height: 760px;
}

.advantage .container .advbox .advitem {
    position: relative;
    height: 760px;
    animation-name: bounceInUp;
    visibility: visible;
}

.advantage .container .advbox .advitem .bgpic {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

.advantage .container .advbox .advitem .numbox {
    position: absolute;
    width: 107px;
    height: 163px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 48px;
}

.advantage .container .advbox .advitem .numbox span {
    font-size: 50px;
    color: #fff;
    display: block;
    font-weight: bold;
}

.advantage .container .advbox .advitem .numbox i {
    display: block;
    width: 50px;
    height: 2px;
    background: #f5c01c;
    margin: 10px 0 0 0;
}

.advantage .container .advbox .advitem .contbox {
    padding: 14vw 0 0 86px;
    width: 33%;
}

.advantage .container .advbox .advitem .contbox .title {
    font-size: calc(1vw + 11px);
    color: #222;
    font-weight: bolder;
}

.advantage .container .advbox .advitem .contbox .subtitle {
    font-size: calc(1vw + 11px);
    color: #888888;
}

.advantage .container .advbox .advitem .contbox .cont {
    font-size: 16px;
    color: #666;
    margin: 38px 0 0 0;
    max-width: 480px;
    text-indent: 18px;
    line-height: 30px;
    position: relative;
}

.advantage .container .advbox .advitem .contbox .cont::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/start.png)no-repeat center;
    left: -2px;
    top: 6px;
}

.advantage .container .advbox .advitem .phonebox {
    position: absolute;
    left: 245px;
    bottom: 90px;
}

.advantage .container .advbox .advitem .phonebox span {
    font-size: 26px;
    color: #3da738;
    display: block;
    font-weight: bold;
}

.advantage .container .advbox .advitem .phonebox::before {
    content: '';
    width: 99px;
    height: 17px;
    position: absolute;
    left: -110px;
    background: url(../images/phoneicion2.png)no-repeat center;
    top: 33px;
    filter: brightness(0.4);
}

.advantage .container .adv-cate {
    display: flex;
    justify-content: center;
    bottom: 70px;
    z-index: 1;
    position: absolute;
}

.advantage .container .adv-cate .adv-cate-item .name {
    color: #666;
    font-size: 26px;
    text-align: center;
    margin: 6px 0 0 0;
}

.advantage .container .adv-cate .active .name {
    color: #3da738;
}

.advantage .container .adv-cate .adv-cate-item .picbox {
    width: 100px;
    height: 100px;
    background: #afafaf;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 100px;
}

.advantage .container .adv-cate .active .picbox {
    background: #3da738;
}

.advantage .container .adv-cate .adv-cate-item .picbox img {
    display: block;
}


/* 合作案例 */

.coop .container .brandlist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px 64px;
    animation-name: slideInRight;
    visibility: visible;
}

.coop .container .brandlist .brand-item {
    width: 237px;
    height: 92px;
    overflow: hidden;
    user-select: none;
}

.coop .container .brandlist .brand-item img {
    width: 100%;
    height: 100%;
}

.coop .container .brandlist .brand-item:hover img {
    transform: scale(0.95);
}

.coop .container .caselist {
    display: flex;
    flex-direction: row;
    justify-content: center;
    animation-name: slideInLeft;
    visibility: visible;
}

.coop .container .caselist .case-item {
    width: 391px;
    height: 486px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.coop .container .caselist .case-item .picbox {
    width: 391px;
    height: 229px;
}

.coop .container .caselist .case-item .picbox img {
    width: 100%;
    height: 229px;
}

.coop .container .caselist .case-item .txtbox {
    height: 254px;
    background: #f8f8f8;
    padding: 0 20px;
}

.coop .container .caselist .case-item .txtbox .title {
    font-size: 20px;
    color: #000;
    margin: 10px auto 5px;
    text-align: center;
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.coop .container .caselist .case-item .txtbox .line {
    width: 20px;
    background: #142b76;
    display: block;
    margin: 20px auto;
    height: 1px;
}

.coop .container .caselist .case-item .txtbox .cont {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.coop .container .caselist .active .txtbox {
    background: #3da738;
}

.coop .container .caselist .active .txtbox .title {
    color: #fff;
}

.coop .container .caselist .active .txtbox .cont {
    color: #fff;
}

.coop .container .caselist .active .txtbox .line {
    background: #fff;
}

.coop .container .caselist .case-item .txtbox a {
    width: 109px;
    height: 34px;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    background: #666;
    display: block;
    margin: 20px auto;
    border-radius: 17px;
}

.coop .container .caselist .active .txtbox a {
    background: #f6b500;
    color: #fff;
}

.coop .swiper-button-next {
    right: 0 !important;
    color: #000;
}

.coop .swiper-button-prev {
    left: 0 !important;
    color: #000;
}


/* 数字模块 */

.num-module {
    position: relative;
}

.num-module .num-wrapper {
    position: absolute;
    bottom: 120px;
    z-index: 9;
    width: 100%;
}

.num-module .num-wrapper .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.num-module .num-wrapper .container .num-item {
    position: relative;
}

.num-module .num-wrapper .container .num-item p {
    font-size: 20px;
    color: #fff;
}

.num-module .num-wrapper .container .num-item .name {
    text-align: center;
}

.num-module .num-wrapper .container .num-item p>sup {
    font-size: 14px;
    margin: 0 0 0 -4px;
}

.num-module .num-wrapper .container .num-item span {
    font-size: 60px;
    font-family: 'IMPACT';
    margin: 0 8px;
}

.num-module .num-wrapper .container .num-item:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 92px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: -130px;
    top: 26px;
}

.num-module #num1 {
    min-width: 60px;
}

.num-module #num2 {
    min-width: 63px;
}

.num-module #num3 {
    min-width: 162px;
}

.num-module #num4 {
    min-width: 162px;
}

.index-about {
    padding: 0 0 80px 0;
    animation-name: bounceInUp;
    visibility: visible;
}

.index-about .container {
    position: relative;
}

.index-about .empty {
    height: 466px;
}

.index-about .container .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background: #f5f5f5;
    padding: 60px 0 0 68px;
    position: absolute;
    width: 100%;
    top: -53px;
}

.index-about .container .wrapper .txtbox .name {
    font-size: 22px;
    color: #222;
}

.index-about .container .wrapper .txtbox .title {
    font-size: 42px;
    color: #222;
    font-weight: bold;
    width: 560px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index-about .container .wrapper .txtbox .cont {
    font-size: 16px;
    color: #000;
    margin: 50px 0;
    width: 553px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 30px;
}

.index-about .container .wrapper .picbox {
    margin: 0 0 50px 40px;
    width: 579px;
    height: 409px;
}

.index-about .container .wrapper .picbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-about .container .wrapper .txtbox .seemore {
    font-size: 16px;
    color: #3da738;
}

.index-about .container .about-pic-cate {
    display: flex;
    justify-content: center;
}

.index-about .container .about-pic-cate .about-cate-item {
    width: 122px;
    height: 36px;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    margin: 25px 15px;
    border-radius: 17px;
    color: #000;
}

.index-about .container .about-pic-cate .active {
    background: #3da738;
    color: #fff;
}

.swiper-container1 {
    position: relative;
}

.swiper-container1 .swiper-button-next::after {
    color: #000;
}

.swiper-container1 .swiper-button-prev::after {
    color: #000;
}

.swiper-container1 .swiper-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.swiper-container1 .swiper-slide img {
    display: none;
    margin: 0 10px;
    width: 391px;
    height: 229px;
}

.swiper-container1 .swiper-slide img:nth-child(-n+3) {
    display: inline-block
}


/* 新闻中心 */

.index-news {
    background: #f5f5f5;
    padding: 0 0 50px 0;
}

.index-news .container {
    animation-name: slideInRight;
    visibility: visible
}

.index-news .container .titledemo .title {
    font-size: 42px;
}

.index-news .container .topbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 115px 0 0 0;
    align-items: center;
}

.index-news .container .topbox .titledemo {
    text-align: left;
}

.index-news .container .topbox .btnbox a {
    display: block;
    width: 192px;
    height: 47px;
    background: #3da738;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 47px;
}

.index-news .container .news-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-news .container .news-wrapper .main-news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 30px 0 0;
    height: 430px;
    width: 36.01%;
}

.index-news .container .news-wrapper .main-news .picbox {
    width: 100%;
    overflow: hidden;
}

.index-news .container .news-wrapper .main-news .picbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-news .container .news-wrapper .main-news .txtbox {
    background: #fff;
    padding: 25px 24px;
}

.index-news .container .news-wrapper .main-news .txtbox .date {
    font-size: 13px;
    color: #222;
    ;
}

.index-news .container .news-wrapper .main-news .txtbox .title {
    font-size: 22px;
    color: #222;
    font-weight: bold;
    margin: 6px 0;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news .container .news-wrapper .main-news .txtbox .cont {
    font-size: 14px;
    color: #222;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-news .container .news-wrapper .hot-news {
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 59.226%;
}

.index-news .container .news-wrapper .hot-news .news-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 0 10px 0;
}

.index-news .container .news-wrapper .hot-news .news-item:last-child {
    margin: 0;
}

.index-news .container .news-wrapper .hot-news .news-item .picbox {
    width: 200px;
    height: 130px;
    overflow: hidden;
}

.index-news .container .news-wrapper .hot-news .news-item .picbox img {
    width: 100%;
    height: 100%;
}

.index-news .container .news-wrapper .hot-news .news-item .txtbox {
    background: #fff;
    padding: 16px 0 0 26px;
    width: 570px;
}

.index-news .container .news-wrapper .hot-news .news-item .txtbox .date {
    font-size: 13px;
    color: #222;
}

.index-news .container .news-wrapper .hot-news .news-item .txtbox .title {
    font-size: 22px;
    color: #222;
    font-weight: bold;
    margin: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    width: 98%;
    text-overflow: ellipsis;
}

.index-news .container .news-wrapper .hot-news .news-item .txtbox .cont {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

footer {
    background: #222222;
}

footer .container {
    min-width: 1100px;
}

footer .backtotop {
    position: fixed;
    right: 5%;
    bottom: 5%;
}

footer .container .wrapper {
    display: flex;
    flex-direction: row;
    padding: 63px 0 0 0;
    justify-content: space-between;
    animation-name: fadeInUp;
    visibility: visible;
}

footer .container .wrapper .infobox .hot-line span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

footer .container .wrapper .infobox .hot-line .phone {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}

footer .container .wrapper .infobox .qrbox {
    margin: 10px 0 0 0;
}

footer .container .wrapper .infobox .qrbox img {
    margin: 0 5px;
    width: 121px;
    height: 150px;
}

footer .container .wrapper .catebox {
    position: relative;
}

footer .container .wrapper .catebox .line {
    width: 100%;
    position: absolute;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    top: 46px;
}

footer .container .wrapper .catebox .topcate {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

footer .container .wrapper .catebox .topcate .top-cateitem {
    flex-grow: 1;
    margin: 0 20px;
}

footer .container .wrapper .catebox .topcate .top-cateitem:last-child {
    margin: 0 0 0 20px;
}

footer .container .wrapper .catebox .topcate .top-cateitem:first-child {
    margin: 0 20px 0 0;
}

footer .container .wrapper .catebox .topcate .top-cateitem .nava {
    color: #fff;
    font-size: 16px;
    margin: 0 0 40px 0;
    display: inline-block
}

footer .container .wrapper .catebox .topcate .top-cateitem .subnav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

footer .container .wrapper .catebox .topcate .top-cateitem .subnav .subnava {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 36px;
}

footer .infobar .container {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .infobar .container p {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 14px;
    text-align: center;
}

footer .infobar .container p>a {
    color: rgba(255, 255, 255, 0.5);
}


/* 联系我们 */

.crumb .container {
    font-size: 15px;
    color: #666;
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.crumb .container .title {
    position: relative;
    padding: 0 0 0 20px;
}

.crumb .container .title::before {
    content: '';
    width: 10px;
    height: 18px;
    background: #3da738;
    position: absolute;
    left: 0;
    top: 2px;
}

.contactus .container .wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 70px 0 70px 0;
}

.contactus .container .wrapper .picbox {
    width: 206px;
    height: 206px;
    overflow: hidden;
}

.contactus .container .wrapper .picbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contactus .container .wrapper .txtbox {
    padding: 0 0 0 58px;
    width: 1040px;
}

.contactus .container .wrapper .txtbox .name {
    font-size: 26px;
    color: #222;
    padding: 0 0 17px 0;
    margin: 0 0 38px 0;
    border-bottom: 2px solid #3da738;
    width: 254px;
}

.contactus .container .wrapper .txtbox .name span {
    font-size: 16px;
    color: #222;
}

.contactus .container .wrapper .txtbox .cont {
    font-size: 16px;
    color: #222;
    line-height: 34px;
}

.contactus .container .info-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding: 55px 0;
    background: #f6f6f6;
    margin: 0 0 50px 0;
}

.contactus .container .info-container .infoitem {
    flex-grow: 1;
}

.contactus .container .info-container .infoitem:not(:last-child) {
    border-right: 2px dotted #9d9d9d;
}

.contactus .container .info-container .infoitem img {
    width: 81px;
    height: 81px;
    display: block;
    margin: 10px auto;
}

.contactus .container .info-container .infoitem .name {
    font-size: 20px;
    color: #222;
    margin: 14px 0;
    text-align: center;
    font-weight: bold;
}

.contactus .container .info-container .infoitem .cont {
    font-size: 16px;
    color: #222;
    text-align: center;
    width: 190px;
    margin: 0 auto;
}

.contactus .container .map {
    width: 100%;
    height: 560px;
    margin: 0 0 120px 0;
}

.aboutus .container .catelist {
    display: flex;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    background: #fff;
    margin: 50px 0;
    background: #f6f6f6;
}

.aboutus .container .catelist .cateitem {
    flex-grow: 1;
    text-align: center;
}

.aboutus .container .catelist .active {
    background: #3da738;
    color: #fff;
}

.aboutus .container .wrapper {
    display: flex;
    justify-content: space-between;
}

.aboutus .container .wrapper .picbox {
    width: 45vw;
    height: 518px;
    overflow: hidden;
    margin: 0 2vw 0 0;
}

.aboutus .container .wrapper .picbox img {
    width: 100%;
    height: 100%;
}

.aboutus .container .wrapper .txtbox {
    width: calc(43vw + 10px);
    height: auto;
}

.aboutus .container .wrapper .txtbox .title {
    font-size: 22px;
    color: #222;
}

.aboutus .container .wrapper .txtbox .subtitle {
    font-size: 42px;
    color: #222;
    margin: 4px 0 20px 0;
    font-weight: bold;
}

.aboutus .container .wrapper .txtbox .cont {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 0 0 40px 0;
}

.aboutus .num-module {
    position: relative;
}

.aboutus .num-module .num-wrapper {
    width: 100%;
    position: relative;
    bottom: 0;
}

.aboutus .num-module .num-wrapper .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 45px 0;
    margin: 50px 0;
    border-bottom: 1px dashed #eee;
    border-top: 1px dashed #eeeeee;
}

.aboutus .num-module .num-wrapper .container .num-item {
    position: relative;
}

.aboutus .num-module .num-wrapper .container .num-item p {
    font-size: 20px;
    color: #222;
}

.aboutus .num-module .num-wrapper .container .num-item .name {
    text-align: center;
}

.aboutus .num-module .num-wrapper .container .num-item p>sup {
    font-size: 14px;
    margin: 0 0 0 -4px;
}

.aboutus .num-module .num-wrapper .container .num-item span {
    font-size: 60px;
    font-family: 'IMPACT';
    margin: 0 8px;
    color: #3da738;
}

.aboutus .num-module .num-wrapper .container .num-item:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 92px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: -130px;
    top: 26px;
}

.aboutus .num-module #num1 {
    min-width: 60px;
}

.aboutus .num-module #num2 {
    min-width: 63px;
}

.aboutus .num-module #num3 {
    min-width: 162px;
}

.aboutus .num-module #num4 {
    min-width: 162px;
}

.aboutus .container .about-adv .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin: 0 0 120px 0;
}

.aboutus .container .about-adv .wrapper .advitem {
    flex-grow: 1;
    max-width: 437px;
    width: calc(100% / 3 - 10px);
    overflow: hidden;
    margin: 0 10px 0 0;
}

.aboutus .container .about-adv .wrapper .advitem .picbox {
    width: 100%;
    height: 289px;
    overflow: hidden;
}

.aboutus .container .about-adv .wrapper .advitem .picbox img {
    width: 100%;
    height: 100%;
}

.aboutus .container .about-adv .wrapper .advitem .name {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 8px 0 10px;
}

.aboutus .container .about-adv .wrapper .advitem .cont {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: center;
    font-size: 16px;
    color: #000;
}


/* 荣誉资质 */

.aboutus .container .honor-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.aboutus .container .honor-list .honor-item {
    width: 24%;
    margin: 10px 0.5%;
    background: #f6f6f6;
}

.aboutus .container .honor-list .honor-item:last-child {
    margin: 10px 0;
}

.aboutus .container .honor-list .honor-item .picbox {
    width: 100%;
    height: 358px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 1px solid #dfdfdf;
    background: #fff;
}

.aboutus .container .honor-list .honor-item .picbox img {
    max-width: 280px;
    height: 204px;
    display: block;
    margin: 0 auto;
}

.aboutus .container .honor-list .honor-item .name {
    font-size: 18px;
    color: #222;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #f6f6f6;
    width: 100%;
    background: #f6f6f6
}


/* 生产车间 */

.aboutus .container .factory-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 50px 0;
}

.aboutus .container .factory-list .factory-item {
    width: 24%;
    margin: 10px 0.5%;
    background: #f6f6f6;
}

.aboutus .container .factory-list .factory-item:hover img {
    transform: scale(1.02);
}

.aboutus .container .factory-list .factory-item:last-child {
    margin: 10px 0;
}

.aboutus .container .factory-list .factory-item .picbox {
    width: 100%;
    height: 197px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
}

.aboutus .container .factory-list .factory-item .picbox img {
    width: 100%;
    height: 197px;
    display: block;
    margin: 0 auto;
}

.aboutus .container .factory-list .factory-item .name {
    font-size: 18px;
    color: #222;
    text-align: center;
    padding: 12px 0;
}

.aboutus .container .brandlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 64px;
}

.aboutus .container .brandlist .brand-item {
    width: 237px;
    height: 92px;
    overflow: hidden;
    user-select: none;
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
}

.aboutus .container .brandlist .brand-item img {
    width: 100%;
    height: 100%;
}

.aboutus .container .brandlist .brand-item:hover img {
    transform: scale(0.95);
}

.aboutus .container .caselist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 66px 0 200px 0;
}

.aboutus .container .caselist .case-item {
    width: 391px;
    height: 486px;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
}

.aboutus .container .caselist .case-item .picbox {
    width: 391px;
    height: 229px;
}

.aboutus .container .caselist .case-item .picbox img {
    width: 100%;
    height: 229px;
}

.aboutus .container .caselist .case-item .txtbox {
    height: 254px;
    background: #f8f8f8;
    padding: 0 20px;
}

.aboutus .container .caselist .case-item .txtbox .title {
    font-size: 20px;
    color: #000;
    margin: 10px auto 5px;
    text-align: center;
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aboutus .container .caselist .case-item .txtbox .line {
    width: 20px;
    background: #142b76;
    display: block;
    margin: 20px auto;
    height: 1px;
}

.aboutus .container .caselist .case-item .txtbox .cont {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.aboutus .container .caselist .active .txtbox {
    background: #3da738;
}

.aboutus .container .caselist .active .txtbox .title {
    color: #fff;
}

.aboutus .container .caselist .active .txtbox .cont {
    color: #fff;
}

.aboutus .container .caselist .active .txtbox .line {
    background: #fff;
}

.aboutus .container .caselist .case-item .txtbox a {
    width: 109px;
    height: 34px;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    background: #666;
    display: block;
    margin: 20px auto;
    border-radius: 17px;
}

.aboutus .container .caselist .active .txtbox a {
    background: #f6b500;
    color: #fff;
}


/* 新闻中心 */

.aboutus .container .hot-news {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0;
}

.aboutus .container .hot-news .news-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 0 10px 0;
    background: #f2f2f2;
}

.aboutus .container .hot-news .news-item:last-child {
    margin: 0;
}

.aboutus .container .hot-news .news-item .picbox {
    width: 384px;
    height: 212px;
    overflow: hidden;
}

.aboutus .container .hot-news .news-item .picbox img {
    width: 100%;
    height: 100%;
}

.aboutus .container .hot-news .news-item .txtbox {
    padding: 56px 0 0 26px;
    width: 750px;
    background: #f2f2f2;
}

.aboutus .container .hot-news .news-item .txtbox .title {
    font-size: 22px;
    color: #222;
    font-weight: bold;
    margin: 3px 0 20px 0;
    white-space: nowrap;
    overflow: hidden;
    width: 98%;
    text-overflow: ellipsis;
}

.aboutus .container .hot-news .news-item .date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    font-size: 16px;
    flex-direction: column;
    font-weight: 500;
}

.aboutus .container .hot-news .news-item .date .day {
    display: block;
    font-weight: bolder;
    color: #000;
    font-family: 'IMPACT';
    font-size: 50px;
}

.aboutus .container .hot-news .news-item .txtbox .cont {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 产品详情 */

.pro-detail .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 70px 0 10px 0;
}

.pro-detail .swiper-wrapper {
    /* padding: 0 0 50px 0; */
}

.pro-detail .swiper-pagination-bullet {
    background: #3da738;
}

.pro-detail .wrapper .propic {
    width: 650px;
    height: 619px;
    background: #fff;
    border: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-detail .wrapper .propic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.pro-detail .wrapper .protxt {
    padding: 25px 0 0 35px;
}

.pro-detail .wrapper .protxt .name {
    font-size: 36px;
    color: #222;
}

.pro-detail .wrapper .protxt .title {
    width: 157px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    background: #3da738;
    display: block;
    margin: 36px 0 20px 0;
    text-align: center;
}

.pro-detail .wrapper .protxt .cont {
    font-size: 20px;
    color: #222;
    line-height: 36px;
}

.container .cate-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.container .cate-box .titlebox .title {
    font-size: 46px;
    color: #222;
    padding: 88px 0 46px 0;
}

.container .cate-box .newscatelist {
    display: flex;
    align-items: flex-end;
    padding: 0 0 46px 0;
}

.container .cate-box .newscatelist ul li {
    display: inline-block;
    margin: 0 30px;
}

.container .cate-box .newscatelist ul li a {
    color: #737373;
    font-size: 18px;
    position: relative;
}

.container .cate-box .newscatelist ul .active a {
    color: #2864be;
}

.container .cate-box .newscatelist ul .active a::before {
    width: 16px;
    height: 2px;
    content: '';
    background: #2864be;
    position: absolute;
    left: -28px;
    top: 12px;
}


/* 生产车间 */

.pro-detail .container .factory-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 50px 0;
}

.pro-detail .container .factory-list .factory-item {
    width: 24%;
    margin: 10px 0.5%;
    background: #f6f6f6;
    display: none;
}

.pro-detail .container .factory-list .factory-item:nth-child(-n+4) {
    display: block;
}

.pro-detail .container .factory-list .factory-item:hover img {
    transform: scale(1.02);
}

.pro-detail .container .factory-list .factory-item:last-child {
    margin: 10px 0;
}

.pro-detail .container .factory-list .factory-item .picbox {
    width: 99.5%;
    height: 197px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #efefef;
}

.pro-detail .container .factory-list .factory-item .picbox img {
    width: 100%;
    height: 197px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.pro-detail .container .factory-list .factory-item .name {
    font-size: 18px;
    color: #222;
    text-align: center;
    padding: 12px 0;
}


/* 新闻详情 */


/* 详情页 */

.detail-show .container .detailtitle {
    font-size: 36px;
    color: #333;
    font-weight: 600;
    text-align: center;
    padding: 50px 30px 0 0;
}

.detail-show .container .time {
    font-size: 16px;
    font-weight: 400px;
    color: #333333;
    display: block;
    text-align: center;
    margin: 15px 0;
}

.detail-show .container .detail-content {
    padding: 0 30px 50px;
}

.detail-show .container .detail-content img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.detail-show .container .detail-content p {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    text-indent: 32px;
}

.container .prevnext {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid #efefef;
    padding: 10px 0 0 0;
}

.container .prevnext .prev,
.next {
    font-size: 16px;
    color: #333;
    padding: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 48%;
}

.container .prevnext .next {
    text-align: right;
}


/* 分页样式 */

.pagination {
    display: flex;
    justify-content: center;
}

.pagination li {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
}

.pagination .disabled {
    opacity: 0.5;
}

.pagination .active {
    background: rgb(35, 70, 110);
    color: #fff;
}


/* ------------------------------------------媒介查询---------------------------------------------- */

@media screen and (max-width:1366px) {
    .advantage {
        height: 966px;
    }
    footer .container .wrapper .catebox .topcate .top-cateitem {
        flex-grow: 1;
        margin: 0 14px;
    }
    footer .container .wrapper .catebox .topcate .top-cateitem .nava {
        color: #fff;
        font-size: 14px;
        margin: 0 0 40px 0;
        display: inline-block;
    }
    .adv .container .phonebox {
        position: absolute;
        right: calc(-10rem + 31%);
        top: calc(11rem + 11%);
    }
    .advantage .container .advbox .advitem .phonebox {
        position: absolute;
        left: 20%;
        bottom: calc(12vw + 18px);
    }
    .advantage .container .adv-cate {
        display: flex;
        justify-content: center;
        bottom: 63px;
        z-index: 1;
        position: absolute;
    }
}

@media screen and (max-width:1280px) {}