@charset "utf-8";
.no_padding {
    padding: 0;
}
.sFont {
    font-family:'SourceHanSansCN-Regular', open sans,'sans-serif';
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}
.header {
    position: relative;
    z-index: 1000;
    background: #ffffff;
    transition: all .3s;
    border-bottom: 1px solid #E5E5E5;
}
.header-top .container_1200 {
    display: flex;
    align-items: center;
    /*padding: 8px 0;*/
    justify-content: space-between;
}

.header-top .container_1200:after,
.header-top .container_1200:before {
    display: none;
}

.header-top {
    background: #606060;
    border-bottom: 1px solid #EEEEEE;
}
.header-top .header-t-left {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}

.header-top .header-t-right {
    display: flex;
    align-items: center;
}

.header-top .header-t-right i {
    font-size: 20px;
    margin-right: 8px;
}

.header-top .header-t-right i.icon-shouji2 {
    font-size: 24px;
}
.header-top .header-t-right i.icon-xinfeng2 {
    font-size: 24px;
}
.header-top .header-t-right .header-email {
    margin-left: 25px;
    margin-right: 25px;
}

.header-top .header-t-right .header-email {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.header-top .header-t-right .header-phone {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.indexHeader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background: transparent;
    transition: all .3s;
}

.indexHeader.is_stuck {
    background: #efefef;
    transition: all .3s;
}

.header .conBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    transition: all .3s;
}

.header .logoBox {
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}

.header .logoBox a {
    display: block;
    line-height: 0;
    margin-bottom: 5px;
}

.header .logoBox .t {
    padding-left: 10px;
}

.header .logoBox p {
    font-size: 18px;

    font-weight: 400;
    color: #282828;
    line-height: 1.6;
    text-align: left;
}

.header .header_text {
    margin-left: 10px;
}

.indexHeader .logoBox p {
    color: #ffffff;
}

.indexHeader.is_stuck .logoBox p {
    color: #282828;
}

.header .headerConBox {
    position: relative;
}

.header .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.header .nav_list > li {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    margin-left: 40px;
    transition: all .3s;
}

.header .nav_list > li:first-child {
    margin-left: 0;
}

.header .nav_list > li > a {
    display: block;
}

.header .nav_list > li > a > span {
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    position: relative;
    transition: all .3s;
}

.header .nav_list > li:after {
    content: '';
    width: 0%;
    height: 3px;
    border-radius: 3px;
    background: #6D964E;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
    left: 50%;
    transform: translateX(-50%);
}

.header .nav_list > li.active:after,
.header .nav_list > li.on:after {
    width: 100%;
}
/*.header .nav_list > li:last-child > a > span,*/
/*.header.indexHeader.is_stuck .nav_list > li:last-child > a > span{*/
/*    color: #ffffff;*/
/*    background: #1994d9;*/
/*    padding: 0 20px;*/
/*    -webkit-border-radius: 30px;*/
/*    -moz-border-radius: 30px;*/
/*    border-radius: 30px;*/
/*}*/
.header.indexHeader .nav_list > li > a > span {
    color: #ffffff;
}

.header.indexHeader.is_stuck .nav_list > li > a > span {
    color: #171717;
}

.header .nav_list > li.active > a > span,
.header .nav_list > li.on > a > span,
.header.indexHeader .nav_list > li.active > a > span,
.header.indexHeader .nav_list > li.on > a > span,
.header.indexHeader.is_stuck .nav_list > li.active > a > span,
.header.indexHeader.is_stuck .nav_list > li.on > a > span {
    color: #6D964E;
    /*text-decoration: underline;*/
}
.header.indexHeader.is_stuck .nav_list > li:last-child > a > span {
    color: #ffffff;
    background: #B61C25;
    padding: 0 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.header .nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 46px;
    line-height: 46px;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all .3s;
}

.header.indexHeader .nav_list > li > a > i {
    color: #ffffff;
}
.header.indexHeader.is_stuck .nav_list > li > a > i {
    color: #171717;
}
.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.nav_tile > li {
    position: relative;
}

.nav_tile > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 170px;
    display: none;
    z-index: 1;
    padding: 10px 0;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.nav_tile .dropdown_menu li {
    width: 100%;
}
.nav_tile .dropdown_menu li a {
    display: block;
    letter-spacing: 0;
    line-height: 40px;
    font-size: 16px;
    color: #000000;
    text-align: left;
    padding: 0 20px;
    white-space: nowrap;
}

.nav_tile .dropdown_menu li a:hover {
    background: #b6121d;
    color: #ffffff;
}

.droplist_tile {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #ffffff;
}

.drop_tile {
    display: none;
}

.drop_tile .conBox {
    padding: 30px 0 10px;
}

.drop_tile .conBox .itemBox {
    display: flex;
    flex-wrap: wrap;
}

.drop_tile .conBox .item {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border: 1px solid #eeeeee;
    transition: all .3s;
}

.drop_tile .conBox .item:hover {
    background: #1ea2de;
    transition: all .3s;
}

.drop_tile .conBox .item:nth-of-type(3n) {
    margin-right: 0;
}

.drop_tile .conBox .item .img {
    width: 34%;
    float: left;
    border-right: 1px solid #eeeeee;
}

.drop_tile .conBox .item .text {
    position: relative;
    width: 66%;
    float: left;
    padding: 10px 20px;
}

.drop_tile .conBox .item .text a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.drop_tile .conBox .item .text h3 {
    font-size: 18px;
    color: #1ea2de;
    font-weight: bold;
    padding-bottom: 5px;
    transition: all .3s;
}

.drop_tile .conBox .item .text p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .3s;
}

.drop_tile .conBox .item:hover .text h3,
.drop_tile .conBox .item:hover .text p {
    color: #ffffff;
    transition: all .3s;
}

.header-facebook,
.header-LINK,
.header-YTB {
    position: absolute;
    right: 38px;
    top: 0px;
    width: 32px;
    height: 46px;
    overflow: hidden;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
}


.header-facebook a,
.header-LINK a,
.header-YTB a {
    line-height: 0;
    width: 32px;
    height: 46px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
}

.header-facebook a:before,
.header-YTB a:before,
.header-LINK a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 46px;
    text-align: center;
    font-weight: 600;
    font-family: "iconfont", sans-serif;
    font-size: 18px;
    color: #171717;
}

.indexHeader.is_stuck .header-facebook a:before {
    color: #171717;
}

.indexHeader.is_stuck .header-YTB a:before {
    color: #171717;
}

.indexHeader.is_stuck .header-LINK a:before {
    color: #171717;
}


.header-facebook a:before {
    content: '\e641';
}

.header-YTB a:before {
    content: '\e8d5';
}

.header-LINK a:before {
    content: '\e621';
}

.header-facebook {
    right: 0;
}

.header-YTB {
    right: 40px;
}

.header-LINK {
    right: 80px;
}

.headerSearch {
    float: left;
    display: flex;
    align-items: center;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.headerSearch .info {
    position: relative;
    height: 46px;
    width: 220px;
    padding-right: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.headerSearch .info input[type=text] {
    width: 100%;
    height: 46px;
    padding: 10px;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    outline: none;
}

.headerSearch .info input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 46px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    background: url("/images/headerSearch.png") no-repeat center center;
}

.headerSearch input[type="text"]::placeholder {
    color: #FFFFFF;
}

a.more {
    padding: 14px 37px;
    background: #87AB6B;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    margin: auto; margin-top:20px;
    display: inline-block;
}

.headerShare {
    float: left;
    width: 140px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    background: #ef7e0d;
}

.headerShare em {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    margin: 0 10px;
}

.langBox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    right: 0px;
}

.langBox span {
    display: inline-block;
    /*width: 26px;*/
    /*height: 26px;*/
    /*border: 1px solid #ffffff;*/
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    cursor: pointer;
    transition: all .3s;
}

.langBox span:hover {
    background: #ffffff;
    color: #000000;
    transition: all .3s;
}

.langBox ul {
    position: absolute;
    right: 0;
    z-index: 111;
    border: 1px solid #ffffff;
    background: #ffffff;
    display: none;
}

.langBox ul a {
    line-height: 28px;
    padding: 0 10px;
    color: #000000;
    font-family: "helveticaLight", sans-serif;
    background: #ffffff;
    display: block;
    text-align: center;
}

.langBox ul a:hover {
    background: #b6121d;
    color: #ffffff;
}

.header.indexHeader .langBox span {
    color: #ffffff;
}

.header.indexHeader.is_stuck .langBox span {
    color: #171717;
}

.indexSlick .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 18%;
}


.m_header {
    display: none;
}


.footer_box .footerOther {
    background: #0a3479;
    padding: 45px 0;
}

.footer_box .footerOther .textBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_box .footerOther .textBox .text p {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}

.footer_box .footerOther .textBox .text p a {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
    width: 215px;
    line-height: 52px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1ea2de;
}

.footer_box .footerOther .textBox .text p a:hover {
    background: #1994d9;
}

.footer_box .footerOther .textBox .footerShare {
    margin-left: 20px;
}

.footer_box .footerOther .textBox .footerShare a {
    margin-left: 10px;
    display: inline-block;
    line-height: 0;
    text-align: center;
}

.footer_box .fast_navigation {
    overflow: hidden;
    padding: 34px 0 26px;
    background: #efefef;
}

.footer_box .fast_navigation .itemBox {
    display: flex;
    justify-content: space-between;
}

.footer_box .fast_navigation .item {
    padding-right: 10px;
}

.footer_box .fast_navigation .item:last-child {
    padding-right: 0;
}

.footer_box .fast_navigation .item:nth-of-type(1) {
    width: 130px;
}

.footer_box .fast_navigation .item:nth-of-type(2) {
    width: 260px;
}

.footer_box .fast_navigation .item:nth-of-type(3) {
    width: 360px;
}

.footer_box .fast_navigation .item:nth-of-type(4) {
    width: 372px;
}


.footer_box .fast_navigation .img {
    line-height: 0;
    padding-bottom: 10px;
}

.footer_box .fast_navigation h3 {
    font-size:14px;line-height:22px;
	font-weight:normal;
    color: #666666;
    text-align:center;
}

.footer_box .fast_navigation li {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
}

.footer_box .fast_navigation li a:hover {
    color: #87ab6b;
    text-decoration: underline;
}

.footer_box .footer_copyright {
    padding: 12px 0;
    background: #606060;
    border-top: 1px solid #C4C4C4;
}
.footer_box .footer_copyright .text {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-wrap: wrap;*/
}

.footer_box .footer_copyright .text .t{
    font-size:14px;
    font-weight:400;
    color: #FFFFFF;
    line-height:22px;
}
.footer_box .footer_copyright .text .t a {
    font-size: 14px;
    font-weight:400;
    color: #FFFFFF;
}
.footer_box .footer_copyright .text * {
    /*display: inline;*/
    /*font-size: 18px;*/
    /*color: #ffffff;*/
}
.footer_box .footer_copyright .text a.sitemap {margin: 0 5px;}
.footer_box .footer_copyright .text a:hover {text-decoration: underline;color: #c62127;}
.footer_box .foot-nav,
.footer_box .follow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_box .follow {
    margin-top: 20px;
}

.footer_box .follow .links ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.footer_box .follow .aboutCompany ul li {
    font-size: 16px;
    font-weight: 300;
    color: #434343;
    line-height: 28px;
}

.footer_box .follow .links ul li a {
    font-size: 30px;
    margin-left: 12px;
}

.footer_box .foot-nav ul {
    display: flex;
}

.footer_box .foot-nav ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    line-height: 30px;
}

.footer_box .foot-nav ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    position: relative;
    line-height: 30px;
}

.footer_box .foot-nav ul li {
    margin-left: 32px;
}

.footer_box .foot-nav ul li a:after {
    position: absolute;
    content: '';
    height: 90%;
    width: 2px;
    left: -16px;
    top: 2px;
    background: #d1d1d1;
}

.footer_box .follow ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #434343;
}

.footer_box .foot-nav ul li:nth-child(1) a:after {
    display: none;
}


.info-submit {
    display: inline-block;
    position: relative;
}

.info-submit i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90px;
    color: #B61C25;
    margin-right: 0 !important;
    font-size: 28px;
    font-weight: 600;
    transition: all .5s;
}


.footer_box .footer_contact {
    padding: 36px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #C9C9C9;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: relative;
    margin-bottom: 48px;
    margin-top: 44px;
}

.footer_box .footer_contact:after {
    content: url("/images/sanjiao.jpg");
    position: absolute;
    bottom: -38px;
    left: 46%;

}

.footer_box .footer_contact p {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer_box .footer_contact span {
    font-size: 36px;
    font-weight: 400;
    color: #606060;
    line-height: 48px;
}

.footer_box .footer_contact p img {
    margin-bottom: 25px;
}

.footer_box a.more {
    width: 206px;
    height: 50px;
    padding: 0;
    background: #87AB6B;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 36px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 46px;
}

.footer_box .footer_contact a {
    width: 192px;
    height: 43px;
    padding: 0 20px;
    background: #FFEE00;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #B61C25;
    margin-top: 40px;
    text-align: center;
    margin-left: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-icon {
    display: flex;
    justify-content: center;
    background: #1d1d1d;
}

.footer-icon .icon-facebook {
    font-size: 16px;
    color: #FFFFFF;
}

.footer_box .footerShare {
    padding-bottom: 15px;
    width: 100%;
    /*background: #1d1d1d;*/
    /*text-align: center;*/
    display: flex;
    align-items: center;
    margin-top: 40px;
    /*justify-content: center;*/
}

.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.nav_list > li {
    position: relative;
}

  .nav_list > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 170px;
    display: none;
    z-index: 1;
    padding: 10px 0;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  }
  
  .nav_list .dropdown_menu li {
    width: 100%;
    position: relative;
  }
  
  .nav_normal .dropdown_menu li.Three_menu > ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffffff;
    padding: 10px 0;
    min-width: 160px;
    z-index: 3;
    display: none;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  }
  
  .nav_list .dropdown_menu li a {
    display: block;
    letter-spacing: 0;
    line-height: 34px;
    font-size: 16px;
    color: #000000;
    text-align: left;
    padding: 0 20px;
    white-space: nowrap;
  }
  
  .nav_list .dropdown_menu li a:hover {
    background: #6D964E;
    color: #ffffff;
  }


.footer_box .footerShare a {
    display: inline-block;
    /*margin: 0 8px;*/
    width: 30px;
    height: 30px;
    border: 1px solid #666666;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 32px;
    line-height: 30px;
    margin-right: 10px;
}

.footer_box .fast_navigation .footerForm textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #999999 !important;
}

.footer_box .fast_navigation .footerForm input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #999999 !important;
}

.footer_box .footerShare em {
    color: #666666;
    font-size: 18px;
    transition: all .3s;
}

.footer_box .footerShare a:hover em {
    color: #b6121d;
    transition: all .3s;
}

.footer_copyright .t > img {
    margin-left: 6px;
}
.info-code {
}
.info-Privacy p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin: 10px 0px 12px;
}

.info-Privacy a {
    color: #B61C25;
}

.footer_box .fast_navigation .footerForm .codeImg {
    position: absolute;
    top: 4px;
    right: 2px;
    width: 100px;
    height: 38px;
    cursor: pointer;
}

.info-text, .info-code, info-Privacy {
    width: 100%;
    position: relative;
}

.indexHeader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background: transparent;
    transition: all .3s;
}

.indexHeader .header-facebook a:before,
.indexHeader .header-YTB a:before,
.indexHeader .header-LINK a:before {
    color: #FFFFFF;
}

/*banner*/
.indexSlick .item {
    position: relative;
}

.indexSlick .item p {
    position: absolute;
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    top: 26%;
}

.indexSlick .slick-dots li.slick-active {
    background-color: #c62127;
}

.indexBox1 {
    margin-top: 18px;
    background: url("/images/index1img1.jpg") no-repeat top center;
    background-size: cover;
}
.indexBox1 > .container_1400 {
    padding-top: 452px;
}

.indexBox1 .conBox {
    border-top-right-radius: 100px;
    width: 612px;
    padding: 42px 47px;
    background: rgba(255, 255, 255, 0.8);
}

.indexBox1 .conBox h2 {
    font-size: 48px;
    font-weight: 700;
}

.indexBox1 .conBox p {
    font-size: 16px;
    margin-top: 28px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 28px;
}

.indexBox1 .conBox a {
    font-size: 18px;
    color: #c62127;
    font-weight: 700;
}

.indexBanner .slick-dots li.slick-active {
    width: 143px;
    height: 2px;
    background: #6d964e;
    border-radius: 4px;
}

.indexBanner .slick-dots li {
    width: 52px;
    height: 2px;
    background: #737578;
    border-radius: 4px;
}

.indexBanner .slick-prev, 
.indexBanner .slick-next {
    width: 45px;
    height: 108px;
    background: rgba(0, 0, 0, 0.15);
}

.indexBanner .slick-prev:hover, 
.indexBanner .slick-next:hover {
    background-color: #87AB6B;
}

.indexBanner .slick-next:after,
.indexBanner .slick-prev:after{
    height: 100%;
    line-height: 108px;
}

.indexBanner .slick-next:after {
    background: transparent;
    content: '\e775';
    font-size: 28px;
    color: #ffffff;
    font-family: "iconfont", sans-serif;
}

.indexBanner .slick-prev:after {
    background: transparent;
    content: '\e653';
    font-size: 28px;
    color: #ffffff;
    font-family: "iconfont", sans-serif;
}


.index1 {
    padding: 72px 0 130px;
    background: #F6F6F6;
}


a.more:hover {
    color: #333333;
    background: transparent;
    border: 1px solid #87AB6B;
}

.index1 .content {
    margin: 12px 0 0;
}

.index1 .content > p {
    font-size: 18px;
    font-weight: 400;
    color: #3C3C3C;
    text-align: center;
    line-height: 24px;
}

.index1 .context {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 25%);
}

.index1 .context .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.index1 .context .item:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #909090;
    opacity: 0.3;
    top: 0px;
    right: 0;
}

.index1 .context .item:nth-child(4):after {
    display: none;
}

.index1 .context .item .text {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
    margin-top: 20px;
}

.index1 .context .item .text p {
    font-size: 30px;

    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    color: #393939;
}

.index1 .context .item .text span {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 28px;
    color: #3C3C3C;
}

.index1 .context .item1:nth-child(2n) .text span {

    margin: 20px 0 8px;
}


.index1 .context .item1:nth-child(2n) a.more {
    padding: 0;
    background: transparent;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #87AB6B;
    margin: auto;
}

.index1 .context .item1:nth-child(2n) a.more:hover {
    box-shadow: none;
    text-decoration: underline;
}

.index2 {
    margin-top: 60px;
}

.index2 .content > p {
    font-size: 18px;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 24px;
    text-align: center;
    margin: 10px 0 60px;
}

.index2 .context {
    display: grid;
    grid-template-columns: 61% 38.8%;
    justify-content: space-between;
}

.index2 .context .conRight{
    position: relative;
    background: #F4F4F4;
}

#swiper3{
    position: absolute;
    bottom: 0;
    right: 0;
}

.index2 .context .conRight{
    position: relative;
}

#swiper2 {


}


#swiper2 h3 {
    font-size: 24px;
    font-weight: 400;
    color: #393939;
    margin: 66px 0 20px 130px;
}

#swiper2 .swiper-slide p {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 24px;
    padding-left: 50px;
    margin: 0px 0 0 110px;
}

#swiper3 {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.index3 .context {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 16% 30% 50%;
}

.index3 .context .right_img {
    display: flex;
    align-items: center;
}

.index3 .context .textCenter .text .title h2 {
    text-align: left;
    margin-top: 20px;
}

.index3 .context .textCenter .text .title p {
    font-size: 16px;
    font-weight: 400;
    color: #3B3B3B;
    line-height: 30px;
    margin: 30px 0;
}

.index4 {
    margin-top: 66px;
    background: url("/images/index4Back.png") no-repeat center;
    background-size: cover;
    height: 726px;
}

.index4 .container_1400 {
    height: 100%;
    position: relative;
}

.index4 .container_1400 .conBox {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.index4 .container_1400 .conBox a {
    position: relative;
}

.index4 .container_1400 .conBox .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index4 .container_1400 .conBox .title h2 {
    color: #FFFFFF;
}

.index4 .container_1400 .conBox .textItem h3 {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

.index4 .container_1400 .conBox .textItem p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 6px;
}

.index4 .container_1400 .textItem:nth-of-type(1) {
    width: 500px;
    position: absolute;
    top: 15%;

    text-align: right;
    left: 9%;
}

.index4 .container_1400 .textItem:nth-of-type(2) {
    width: 470px;
    position: absolute;
    top: 46%;
    left: -3%;

    text-align: right;
}

.index4 .container_1400 .textItem:nth-of-type(3) {
    width: 470px;
    position: absolute;
    top: 46%;
    left: 71%;

    text-align: left;
}

.index4 .container_1400 .textItem:nth-of-type(4) {
    width: 470px;
    position: absolute;
    top: 72%;
    left: 57%;
    text-align: left;
}


#swiper2 .swiper-wrapper{
    display: flex;
    flex-direction: column;
}

.index2 a.more {
    margin-top: 28px;
    margin-left: 130px;
}

#swiper1 .swiper-slide{
    position: relative;
}
#swiper1 .swiper-slide.swiper-slide-active .text{
}
#swiper1 .swiper-slide .text{
    position: absolute;
    background: rgba(244, 244, 244, 0.6);
    width: 348px;
    height: 100%;
    top: 0;
    left: 170px;
    display: flex;
    padding: 80px 17px 80px 40px;
    flex-direction: column;
    justify-content: space-between;
}
#swiper1 .swiper-slide .text h3{
    font-size: 36px;

    font-weight: 400;
    color: #333333;
    line-height: 40px;
}
#swiper1 .swiper-slide .text p{
    font-size: 16px;
    margin: 30px 0;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
#swiper1 .swiper-slide .text a{
    font-size: 16px;
    font-weight: 400;
    color: #87AB6B;
    line-height: 3px;
}
#swiper2 .swiper-slide {
    padding: 0 -15px;
}
#swiper2 .swiper-slide p{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 40px;
    transition: all 0.5s;
}
#swiper2 .swiper-slide.on p{
    color: #85AC6D;
    padding-top: 8px;
    padding-bottom: 8px;
}
#swiper2 .swiper-slide p:after{
    content: '';
    width: 17px;
    height: 2px;
    background: #B5B5B5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    right: 93%;
}
#swiper2 .swiper-slide.on p:after{
    background: #87AB6B;

    width: 30px;
}

.pro1 .content h3 {
    font-size: 30px;
    font-weight: 400;
    color: #393939;
    text-align: center;
    margin: 30px 0 20px;
}

.pro1 .content p {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 30px;
}

.pro1 .context {
    margin-top: 40px;
}


.pro1 .context .item p {
    font-size: 16px;
    font-weight: 600;
    color: #2D2D2D;
    line-height: 46px;
}

.pro1 .context .item {
    border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.pro1 .context .item span {
    font-weight: 400;
}

.pro2 {
    margin-top: 50px;
}

.pro2 .context {
    margin: 24px 0 50px;
    padding: 27px;
    background: #F6F6F6;
    display: grid;
    grid-template-columns: 42% 55%;
    justify-content: space-between;
    align-items: center;
}

.pro2 .context .text h3 {
    font-size: 24px;
    font-weight: normal;
    color: #85AC6D;
    line-height: 32px;
}

.pro2 .context .text p {
    font-size: 18px;
    font-weight: 400;
    color: #303030;
    line-height: 28px;
}

.pro2 .conImg {
    background: url("/images/pro2img2.png") no-repeat top left;
    height: 518px;
    width: 100%;
}

.pro2 .conImg ul li {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #2D2D2D;
    line-height: 32px;
}

.pro2 .conImg ul li:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #434343;
    top: 14px;
    left: -18px;
}

.pro2 .conImg .lis {
    float: right;
    padding: 33px 22px 33px 50px;
    width: 766px;
    background: rgba(255,255,255,0.6);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1000);
}

.pro3 {
    display: grid;
    grid-template-columns: repeat(2, 49.9%);
    justify-content: space-between;
    margin: 46px 0 0px;
}

.pro3 a {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.pro3 .item {
    background: #CBCBCB;
    padding: 96px 0 62px;
}

.pro3 .item h3 {
    font-size: 36px;
    font-weight: bold;
    color: #2D2D2D;
    line-height: 30px;
    margin: 40px 0 18px;
    text-align: center;
}

.pro3 .item h4 {
    font-size: 24px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 30px;
    text-align: center;
}

.pro3 .item:hover img {
    transform: scale(1.1);
}

.pro3 .item img {
    transition: all 0.5s;
}

.pro3 .video_click:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/images/openVideo.png) no-repeat center;
}

.pro4 {
    padding: 38px 0 42px;
    background: #f4f4f4;
}

.pro4 .context {
    display: grid;
    grid-template-columns: repeat(3, 33.3%);
    justify-content: space-between;
    grid-row-gap: 2px;
}

.pro4 .context .item h3 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 20px;
    color: #393939;
}

.pro4 .context .item p {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 30px;
    margin: 16px 0 12px;
    text-align: center;
}

.pro4 .context .item {
    padding: 54px 50px 44px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proBKind1 {
    background: url("/images/proKindBBanner.png") no-repeat center;
    background-size: cover;
    height: 783px;
}

.proBKind1 .item h2 {
    font-size: 48px;
    font-family: Poiret One, 'SansSerif';
    font-weight: 400;
    color: #393939;
    margin: 67px 0 42px;
}

.proBKind1 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proBKind1 .item.slick-active h2 {
    -webkit-animation: bounceInRight 1.2s;
    animation: bounceInRight 1.2s;
}

.proBKind1 .item.slick-active .img img{
    /*-webkit-animation-name: rotate3d 1.2s;*/
    /*animation: rotate3d 1.2s;*/
	max-height:450px;
}

.proBKind1 .slick-dots,
.ventilation4Slick .slick-dots
 {
    position: absolute;
    bottom: -56px;
}

.proBKind1 .slick-dots li,
.ventilation4Slick .slick-dots li {
    width: 38px;
    height: 3px;
    border-radius: 2px;
    background: #848484;
}

.proBKind1 .slick-dots li.slick-active {
    background: #6d964e;
}

.proBKind1 .slick-prev, .proBKind1 .slick-next,
.ventilation4Slick .slick-prev, .ventilation4Slick .slick-next {
    background: transparent;
    /*position: relative;*/
}

.proBKind1 .slick-prev:after,
.ventilation4Slick .slick-prev:after {
    background: transparent;
    content: '\e653';
    font-size: 28px;
    color: #898989;
    font-family: "iconfont", sans-serif;
}

.proBKind1 .slick-next:after,
.ventilation4Slick .slick-next:after {
    background: transparent;
    content: '\e775';
    font-size: 28px;
    color: #898989;
    font-family: "iconfont", sans-serif;
}

.proBKind1 .slick-next:hover:after,
.ventilation4Slick .slick-next:hover:after {
    color: #6d964e;
}

.proBKind1 .slick-prev:hover:after,
.ventilation4Slick .slick-prev:hover:after  {
    color: #6d964e;
}


.warehouseBox5 form {
    max-width: 970px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

.warehouseBox5 .info {
    margin-bottom: 10px;
    position: relative;
    line-height: 0;
}

.warehouseBox5 .info.w100 {
    width: 100%;
}

.warehouseBox5 .info:last-child {
    text-align: center;
}

.warehouseBox5 .info input[type="text"],
.warehouseBox5 .info textarea {
    width: 100%;
    height: 54px;
    background: #ffffff;
    border: 0;
    padding: 10px;
    font-size: 16px;
}

.warehouseBox5 .info textarea {
    height: 140px;
    resize: none;
}

.warehouseBox5 .info input[type="submit"] {
    padding: 10px 70px;
    background: #87AB6B;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    margin: auto;
    display: inline-block;
    border: 0;
    margin-top: 10px;
    cursor: pointer;
    transition: all .3s;
}

.warehouseBox5 .info input[type="submit"]:hover {
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #87AB6B;
}

.tips {
    display: block;
    color: #ff0000;
    font-size: 12px;
    line-height: 14px;
}

.proBKind2 {
    margin: 58px 0 76px;
}

.proBKind2 .content {
    margin: 50px 0 30px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}

.proBKind2 .content .text {
    padding-right: 40px;
}

.proBKind2 .content .text h3 {
    font-size: 22px;
    font-weight: 100;
    color: #2D2D2D;
    line-height: 38px;
}

.proBKind2 .content .text p {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 30px;
}

.proBKind2 .context .text {
    padding: 30px 37px;
    background: #F7F7F7;
}

.proBKind2 .context .text p {
    font-size: 16px;
    font-weight: 600;
    color: #393939;
    line-height: 30px;
    margin-bottom: 20px;
}

.proBKind2 .context .text p:nth-of-type(5) {
    margin-bottom: 0px;
}

.proBKind2 .context .text p span {
    font-size: 16px;
    font-weight: 400;
    color: #393939;
    line-height: 30px;
}

.proBKind2 .baoBiao,
.proBKind2 .baoBiao1,
.proBKind2 .baoBiao2 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 49%);
    justify-content: space-between;

}

.proBKind2 .baoBiao1 {
    grid-template-columns: repeat(3, 33%);
}

.proBKind2 .baoBiao2 {
    grid-template-columns: 100%;
}

.proBKind2 .baoBiao2 .img {
    text-align: center;
}

.proBKind2 .baoBiao .item,
.proBKind2 .baoBiao2 .item {
    padding: 45px 25px;
    background: #F7F7F7;

}

.proBKind2 .baoBiao .item p,
.proBKind2 .baoBiao2 .item p {
    font-size: 20px;
    font-weight: bold;
    color: #2D2D2D;
    margin-bottom: 40px;
    line-height: 36px;
    text-align: center;
}

.proBKind3 table {
    margin-top: 36px;
    margin-bottom: 30px;
}
.proBKind3 table tr td:first-child {
    font-size: 14px;
    padding: 12px 0;
    font-weight: 600;
    color: #444444;
    text-align: center;
    line-height: 30px;
}
.proBKind3 table tr td {
    font-size: 14px;
    padding: 12px 0;
    color: #444444;
    text-align: center;
    line-height: 30px;
}
.proBKind3 table tr:nth-child(2n) td {
    background: rgba(96, 96, 96, .1);
}

.proBKind3 .conBox .context .pro:hover {
    color: #87ab6b;
    text-decoration: underline;
}

.proBKind3 table tr:nth-child(1) td {
    font-size: 16px;
    padding: 24px 0;
    text-align: center;
    background: #606060;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
}

.w30 {
    width: 32%;
}

.proBKind4 {
    margin: 40px 0;
}

.proBKind4 .container_1200 {
    background: #F4F5F5;
    padding: 42px 60px 37px;
}

.proBKind4 form {
    margin-top: 20px;
}

.waterBanner {
    position: relative;
}

.waterBanner .Crumbs {
    position: absolute;
    top: 0;
    left: 0;
}

.water1 {
    margin: 70px 0 60px;
}

.water1 .content h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #2D2D2D;
    line-height: 30px;
    margin: 10px 0;
}

.water1 .content p {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    margin-top: 30px;
    line-height: 36px;
}

.water1 .context {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2,48%);
    justify-content: space-between;
    grid-row-gap: 30px;
}

.water1 .context .item p {
    font-size: 30px;

    font-weight: 400;
    color: #232323;
     margin: 20px 0 20px;
}
.water1 .context .item .img,
.water1 .context .item .text {
   text-align: center;
}

.production1 {
    margin: 56px 0 96px;
}

.production1 .content {
    margin-top: 20px;
}

.production1 .content > p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #3C3C3C;
    line-height: 30px;
    padding: 0 20px 40px;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.production1 .context {
    margin-top: 50px;
}

.production1 .context .item {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.production1 .context .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.production1 .context .item .img,
.production1 .context .item .text {
    width: 50%;
}

.production1 .context .item .text {

    padding: 0 54px;
}

.production1 .context .item h3 {
    font-size: 30px;

    font-weight: 400;
    color: #393939;
    padding: 15px 80px 21px;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.production1 .context .item:nth-child(1) h3 {
    background: url("/images/production1img3.png") no-repeat left top;

}

.production1 .context .item:nth-child(2) h3 {
    background: url("/images/production1img4.png") no-repeat left top;

}

.production1 .context .item p {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 300;
    color: #3C3C3C;
    line-height: 28px;
}

.production2 {
    padding: 60px 0;
    background: #F3F3F3;
}

.production2 .content > p {
    font-size: 16px;
    font-weight: 300;
    color: #3C3C3C;
    line-height: 30px;
    margin: 40px 0 50px;
}

.production2 .context {
    display: grid;
    grid-template-columns: 37.9% 62%;
}


.production2 .context .text {
    display: flex;
    /*align-items: center;*/
    background: #87AB6B;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
}

.production2 .context .text h3 {
    font-size: 30px;

    font-weight: 400;
    color: #F3F3F3;
}

.production2 .context .text p {
    font-size: 16px;
    font-weight: 300;
    color: #F3F3F3;
    line-height: 30px;
    margin-top: 50px;
}

.production2 .context .img {
    display: grid;
    grid-template-columns: repeat(2, 49.9%);
}

.production2 .CertificateDisplay {
    margin-top: 38px;
    display: grid;
    grid-template-columns: 37.8% 62%;
    justify-content: space-between;

}

.production2 .CertificateDisplay .catSlick {
    padding: 80px 40px 112px;
    background: #FFFFFF;
}

.production2 .CertificateDisplay .cateLeft {
    padding: 0 42px;
    background: #FFFFFF;
}

.production2 .CertificateDisplay .cateLeft h3 {
    font-size: 30px;

    font-weight: 400;
    color: #393939;
    margin-top: 50px;
}

.production2 .CertificateDisplay .cateLeft p {
    font-size: 16px;
    font-weight: 300;
    color: #3C3C3C;
    line-height: 30px;
    margin: 20px 0 60px;
}

.imgItem::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(255, 255, 255, 0.5);*/
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
    45deg
    ) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
    45deg
    ) translate3d(0, -110%, 0);
}

.imgItem::before {
    transition: all 0.8s;
}

.imgItem:hover::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
    45deg
    ) translate3d(0, 110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
    45deg
    ) translate3d(0, 110%, 0);
}

.imgItem {
    position: relative;
    overflow: hidden;
}

.production2Slick .img {
    display: flex;
    align-items: center;
    justify-content: center;
}


.production2Slick .slick-dots li.slick-active {
    background: #6d964e;
}

.production2Slick .slick-prev, .production2Slick .slick-next {
    background: transparent;
    /*position: relative;*/
    top: 114%;
}

.production2Slick .slick-next {
    right: 140px;
}

.production2Slick .slick-prev {
    left: 140px;
}

.production2Slick .slick-prev:after {
    background: transparent;
    content: '\e653';
    font-size: 28px;
    color: #898989;
    font-family: "iconfont", sans-serif;
}

.production2Slick .slick-next:after {
    background: transparent;
    content: '\e775';
    font-size: 28px;
    color: #898989;
    font-family: "iconfont", sans-serif;
}

.production2Slick .slick-next:hover:after {
    color: #6d964e;
}

.production2Slick .slick-prev:hover:after {
    color: #6d964e;
}

.production2Slick .slick-dots {
    position: absolute;
    bottom: -48px;
}

.production3 {
    margin: 118px 0 75px;
}

.production3 .content {
    border: 1px solid #EEEEEE;
    display: grid;
    grid-template-columns: 38% 62%;
}

.production3 .content .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 22px;
}

.production3 .content .title h2 {
    text-align: left;
    font-size: 48px;
}

.production3 .content .title p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
    color: #3C3C3C;
    line-height: 30px;
}

.production3 .content .conRight {
    position: relative;
}

.production3 .content .conRight .text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.production3 .content .conRight .text p {
    font-size: 30px;

    font-weight: 400;
    color: #FFFFFF;
}

.production3 .context {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, 31.5%);
    justify-content: space-between;
}

.production3 .context .item {
    position: relative;
}

.production3 .context .item .text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

/*.production3 .context .item {*/
/*    !*overflow: hidden;*!*/
/*}*/
/*.production3 .context .item:hover img {*/
/*    transform: scale(1.2);*/
/*}*/
/*.production3 .context .item img {*/
/*    transition: all 0.6s;*/
/*}*/
.production3 .context .item .text p {
    font-size: 30px;

    font-weight: 400;
    color: #FFFFFF;
}

.ventilation1 {
    margin-top: 90px;
}

.ventilation1 .content > p {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    text-align: center;
    line-height: 30px;
    margin: 30px 0 60px;
}

.ventilation1 .context {
    padding: 54px 0 70px;
    background: #F5F5F5;
}

.ventilation1 .context .contentBox .item {
    display: flex;
}

.ventilation1 .context .contentBox .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.ventilation1 .context .container_1200 .item .text {
    width: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    background: #FFFFFF url("/images/Ventilation1img3.png") no-repeat 40px 30px;
}

.ventilation1 .context .container_1200 .item .img {
    width: 50%;
}

.ventilation1 .context .container_1200 .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 28px;

}

.ventilation2 {
    background: url("/images/Ventilation2img3.png") no-repeat center;
    height: 575px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ventilation2 p:nth-of-type(1) {
    background: #85AC6D;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    padding: 60px 40px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px
}

.ventilation2 p:nth-of-type(2) {
    font-size: 18px;
    text-align: center;
    margin-top: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 28px
}

.ventilation3 {
    margin: 50px 0 100px;
}

.ventilation3 .text {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    align-items: center;
    margin-top: 50px;
}

.ventilation3 .text ul a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    color: #2D2D2D;
    line-height: 32px
}

.ventilation3 .title h2 {
    font-weight: 600;
}

.ventilation3 .text ul {
    padding-right: 70px;
}

.ventilation4 {
    padding: 60px 0;
    background: #F5F5F5;
}

.ventilation4 .context {
    margin-top: 50px;
    /* display: grid;
    grid-template-columns: repeat(3, 32%);
    justify-content: space-between; */
}

.ventilation4 .context .item {
    background: #FFFFFF;
    padding: 38px 24px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px;
    height: 700px;
}

.ventilation4 .context .item .img {
    text-align: center;
}

.ventilation4 .context .item h3 {
    font-size: 24px;

    font-weight: 400;
    color: #393939;
    margin: 20px 0;
    text-align: center;
}

.ventilation4 .context .item p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 30px;
}


.process1 {
    margin: 60px 0 72px;
}

.process1 .conBox {
    margin: 60px -102px 72px;
    /* background: transparent url("/images/jian.png") no-repeat left bottom; */
    padding: 0 96px;
}

.process1 .content .item {

}

.process1 .content .item .imgs {
    display: flex;
    justify-content: space-around;
    padding: 80px 0 73px;
}

.process1 .content .item {
    padding-top: 77px;

}

.process1 .content .item .top {
    text-align: center;
}

.line {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    margin-top: 30px;
    background: #FFFFFF;
}

.line a {
    background: #FFFFFF;
    border: 1px solid #87AB6B;
    font-size: 16px;
    font-weight: 400;
    color: #87AB6B;
    line-height: 24px;
    width: 238px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    transition: all 0.5s;
}

.line a:hover,
.line a.active {
    background: #87AB6B;
    color: #FFFFFF;
}

.line .target {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.application1 .title h1 {
    margin: 58px 0 24px;
}

.application1 .conBoxText p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #2D2D2D;
    padding: 0 10px 20px;
    line-height: 26px;
}

.application1 .content {
    background: #F5F5F5;
}

.application1 .content .item {
    padding: 62px 0;
    border-bottom: 1px solid #E5E5E5;
}

.application1 .content .item a {
    display: flex;
    justify-content: space-between;
}

.application1 .content .item .img {
    width: 53%;
}

.application1 .content .item .text {
    width: 45%;
    background: #FFFFFF;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.application1 .content .item:nth-child(2n) a {
    flex-direction: row-reverse;
}

.application1 .content .item:nth-child(2n) a {
    flex-direction: row-reverse;
}

.application1 .content .item .text h3 {
    font-size: 30px;

    font-weight: 400;
    color: #303030;
    line-height: 24px;
}

.application1 .content .item .text p {
    font-size: 16px;
    font-weight: normal;
    color: #2D2D2D;
    margin: 24px 0 20px;
    line-height: 30px;
}

.application1 .content .item .text span {
    font-size: 18px;
    font-weight: 400;
    color: #F2F2F2;
    width: 200px;
    height: 46px;
    background: #87AB6B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.application1 .content .item .text span:hover {
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #87AB6B;
}


.application1 .content .item .img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(255, 255, 255, 0.5);*/
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
    45deg
    ) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
    45deg
    ) translate3d(0, -110%, 0);
}

.application1 .content .item .img {
    overflow: hidden;
    position: relative;
}

.application1 .content .item .img::before {
    transition: all 0.8s;
}

.application1 .content .item:hover .img::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
    45deg
    ) translate3d(0, 110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
    45deg
    ) translate3d(0, 110%, 0);
}

.profile1 {
    margin: 50px 0 60px;
}

.profile1 .context p {
    margin: 28px 0 48px;
    padding: 0 170px;
    font-size: 16px;
    font-weight: 300;
    color: #3C3C3C;
    line-height: 30px;
    text-align: center;
}

.profile1 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile1 .content .item:nth-child(1) {
    width: 31.2%;
}

.profile1 .content .item:nth-child(2) {
    width: 21.8%;
}

.profile1 .content .item:nth-child(3) {
    width: 46%;
}

.profile2 {
    margin: 58px 0 48px;
}

.profile2 .content {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    justify-content: space-between;
}

.profile2 .content .item {
    padding: 202px 50px 70px;
    background: #EEEEEE;
}

.profile2 .content .item:nth-child(1) {
    transition: all 0.5s;
    background: #EEEEEE url("/images/profile2img4.png") no-repeat center 80px;
}

.profile2 .content .item:nth-child(2) {
    transition: all 0.5s;
    background: #EEEEEE url("/images/profile2img6.png") no-repeat center 90px;
}

.profile2 .content .item:nth-child(3) {
    transition: all 0.5s;
    background: #EEEEEE url("/images/profile2img5.png") no-repeat center 80px;
}

.profile2 .content .item:hover:nth-child(1) {
    background: #87AB6B url("/images/profile2img1.png") no-repeat center 80px;
}

.profile2 .content .item:hover:nth-child(2) {

    background: #87AB6B url("/images/profile2img2.png") no-repeat center 90px;
}

.profile2 .content .item:hover:nth-child(3) {

    background: #87AB6B url("/images/profile2img3.png") no-repeat center 80px;
}

.profile2 .content .item h3 {
    font-size: 30px;

    font-weight: 400;
    color: #272727;
    margin: 22px 0;
    text-align: center;
    transition: all 0.5s;
}

.profile2 .content .item:hover h3 {
    color: #ffffff;
}

.profile2 .content .item:hover p {
    color: #ffffff;
}

.profile2 .container_1200 .conBox {
    z-index: 3;
    position: relative;
}

.profile2 .content .item p {
    font-size: 16px;
    font-weight: normal;
    color: #3C3C3C;
    line-height: 30px;
    text-align: center;
    transition: all 0.5s;
}

.profile2 .img {
    margin-top: -200px;
    position: relative;
    z-index: -1;
}

.profile3 {
    margin: 50px 0 120px;
}

.profile3 .content {
    padding: 0 120px;
}

.profile3 .profile3Slick1 .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile3 .profile3Slick1 {
    margin: 60px 0 4px;
}

.profile3 .profile3Slick1 .item .text {
    padding: 36px 30px 48px 40px;
    width: 100%;
    margin-top: -6px;
    background: #85AC6D;
    display: grid;
    grid-template-columns: 20% 70%;
    border-radius: 10px;
    justify-content: space-between;
}

.profile3 .profile3Slick1 .item .leftText h3 {
    font-size: 30px;

    font-weight: 400;
    color: #FFFFFF;
    margin: 12px 0 16px;
}

.profile3 .profile3Slick1 .item .leftText h4 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.profile3 .profile3Slick1 .item .rightText ul li {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.profile3 .slick-prev, .profile3 .slick-next {
    background: transparent;
    /*position: relative;*/
}

.profile3 .slick-prev:after {
    background: transparent;
    content: '\e653';
    font-size: 28px;
    color: #898989;
    font-family: "iconfont", sans-serif;
}

.profile3 .slick-next:after {
    background: transparent;
    content: '\e775';
    font-size: 28px;
    color: #898989;
    font-family: "iconfont", sans-serif;
}

.profile3Slick2 {
    padding: 0 130px;
}

.profile3Slick2 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profile3Slick2 .item p {
    font-size: 18px;
    font-weight: 400;
    color: #232323;
}

.profile3Slick2 .item i {
    width: 10px;
    height: 10px;
    margin: 14px 0 18px;
    background: #959595;
    display: inline-block;
    border-radius: 50%;
}

.profile3 .slick-next:hover:after {
    color: #6d964e;
}

.profile3 .slick-prev:hover:after {
    color: #6d964e;
}

.headSlick {
    width: 100%;
    position: relative;

}

.headSlick .slick-list {
    padding-top: 25px;
}

.headSlick:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 46px;
    width: 100%;
    height: 1px;
    background: rgba(35, 35, 35, 0.1);
}

.headSlick .item.slick-current i {
    background: #6d964e;
}

.headSlick .item.slick-current .img {
    position: relative;
    transform: translateY(-10px);
}

.headSlick .item.slick-current .img:after {
    content: '';
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #6d964e;
    border-radius: 100%;
}


.contactBox202006131030 {
    padding: 50px 0;
    overflow: hidden;
}

.contactBox202006131030 .contactInfo {
    overflow: hidden;
    width: 50%;
    float: left;
}

.contactBox202006131030 .textBox {
    margin-bottom: 30px;
}

.contactBox202006131030 .textBox h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.contactBox202006131030 .textBox p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-position: left 7px;
}

.contactBox202006131030 .contactInfo ul li.contactTel {
    background-image: url("/images/contactTel.png");
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
    background-image: url("/images/contactWhatsapp.png");
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
    background-image: url("/images/contactEmail.png");
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
    background-image: url("/images/contactAddress.png");
}

.contactBox202006131030 .contactInfo ul li a {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li a:hover {
    color: #5ba1f4;
}

.contactBox202006131030 .contactForm {
    width: 50%;
    float: left;
    padding-left: 40px;
    overflow: hidden;
}

.contactBox202006131030 .title h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.contactBox202006131030 .contactForm .info {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.contactBox202006131030 .contactForm .info .label_control {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 36px;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info .tips {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    color: #ff0000;
}

.contactBox202006131030 .contactForm .info input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info input[type="submit"] {
    display: inline-block;
    width: 200px;
    height: 44px;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #87AB6B;
    cursor: pointer;
    transition: all .3s;
}

.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #87AB6B;
}

.parameter_box h1 {
    font-weight: 700;
}

.proBKind1 {
    position: relative;
}

.proBKind1 .ico {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    animation: bounce-down 1.6s linear infinite;
}

.index5 {
    padding: 70px 0;
}

.index5 .title {
    text-align: center;
}

.index5 .title h2 {
    font-size: 48px;

    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    color: #393939;
    padding-bottom: 10px;
}

.index5 .title p {
    font-size: 18px;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 24px;
    text-align: center;
}

.index5 .indexNews .img {
    line-height: 0;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.index5 .indexNews .img img {
    width: 100%;
    height: 428px;
}

.index5 .indexNews .text span {
    display: block;
    padding: 20px 0 15px;
    font-size: 22px;
    color: #383838;

}

.index5 .indexNews .text h3 a {
    display: block;
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.index5 .indexNews .text p {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index5 .indexNews .slick-dots {
    bottom: 0;
}

.index5 .indexNews {
    padding: 60px 0;
    margin: 0 -25px;
}

.index5 .indexNews .box {
    padding: 0 25px;
    border-right: 1px solid #ececec;
}

.index5 .indexNews .slick-dots li {
    background: #fff;
    border: 1px solid #ddd;
}

.index5 .indexNews .slick-dots li.slick-active {
    background: #6d964e;
    border: 1px solid #6d964e;
}

.process1 .content .item .top .title {
    background: url("/images/titleBg1.png") no-repeat center;
    height: 74px;
    line-height: 70px;
    font-size: 36px;

    font-weight: 500;
    text-align: center;
    color: #78ae65;
    -webkit-text-stroke: 0.5px #78ae65;
}

.process1 .content .item:nth-child(2) .title {
    background: url("/images/titleBg2.png") no-repeat center;
}

.process1 .content .item:nth-child(3) .title {
    background: url("/images/titleBg3.png") no-repeat center;
}

.info label.label_control {
    position: absolute;
    width: 100%;
    height: 46px;
    line-height: 30px;
    padding: 10px;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    outline: none;
}

.contactBox202006131030 .contactForm .info .label_control {
    padding: 0;
}

.ejectEmail_form .info label.label_control {
    color: #a5a5a5;
    padding: 0;
    height: 40px;
    line-height: 40px;
}



@keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-5px)
    }

    50%,100% {
        -webkit-transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(5px)
    }
}


@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotate3d {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1,
        -120deg
        );
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1,
        -120deg
        );
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes goUp {
    0% {
        transform: scale(0) rotate(0);
        opacity: 0;
    }
    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}


@media (max-width: 1780px) {
    #swiper2 .swiper-slide p {
        line-height: 34px;
    }
}

@media (max-width: 1620px) {
    #swiper2 .swiper-slide p {
        line-height: 30px;
    }
}

@media (max-width: 1340px) {


}

@media (max-width: 1450px) {
    #swiper2 h3 {
        font-size: 24px;
        font-weight: 400;
        color: #393939;

    text-align: center;
        margin: 12px 0 12px 0px;
    }
    .index2 a.more {
	margin:auto;
        margin-top: 6px;
margin-bottom: 6px;
        margin-left: 0px;
    }

    #swiper2 .swiper-slide p{
        line-height: 26px;
    }
    #swiper2 .swiper-slide p:after {
        content: '';
        width: 17px;
        height: 2px;
        background: #B5B5B5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.5s;
        right: 90%;
    }
    .footer_box .footer_contact span {
        font-size: 27px;
        font-weight: 100;
        color: #606060;
        line-height: 48px;
    }

    .application1 .conBoxText p {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        color: #2D2D2D;
        padding: 0 10px 20px;
        line-height: 26px;
    }

    .profile1 .context p {
        margin: 28px 0 48px;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 300;
        color: #3C3C3C;
        line-height: 30px;
    }

    .proBKind2 .context .text {
        padding: 30px 10px;
        background: #F7F7F7;
    }

    .process1 .conBox {
        margin: 60px 0px 72px;
        background: none;
        padding: 0px;
    }

    .process1 .content .item .imgs {
        display: flex;
        justify-content: space-around;
        padding: 49px 0 36px;
    }
    .water1 .context .item p {
        font-size: 24px;
    
        font-weight: 400;
        color: #232323;
    }
    .index4 .container_1400 .textItem:nth-of-type(1) {
        width: 500px;
        position: absolute;
        top: 15%;
        text-align: right;
        left: 0%;
    }

    .index4 .container_1400 .textItem:nth-of-type(2) {
        width: 470px;
        position: absolute;
        top: 46%;
        left: -14%;
        text-align: right;
    }
}

@media (max-width: 1220px) {
    .index5 .indexNews {
        padding: 35px 0;
    }

    .index5 {
        padding: 50px 0;
    }
    .index2 .context {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
    }

    .index2 .context .conRight {
        display: grid;
        grid-template-columns: 30% 60%;
        justify-content: space-between;
        align-items: center;
    }

    #swiper3 {
         position: relative;
         bottom: auto;
         right: auto;
    }

    #swiper2 .swiper-slide {
        flex-shrink: 0;
        width: 100%;
         height: auto;
        position: relative;
        transition-property: transform;
    }

    #swiper3 .swiper-wrapper {
        position: relative;
        width: 100%;
         height: auto;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
    }
    .index4 .container_1400 .textItem:nth-of-type(1) {
        width: 410px;
        position: absolute;
        top: 15%;
        text-align: right;
        left: 0%;
    }
    .index4 .container_1400 .textItem:nth-of-type(2) {
        width: 381px;
        position: absolute;
        top: 46%;
        left: -14%;
        text-align: right;
    }

    .index4 .container_1400 .textItem:nth-of-type(3) {
        width: 318px;
        position: absolute;
        top: 46%;
        left: 76%;
        text-align: left;
    }
    .contactBox202006131030 .textBox h2,
    .contactBox202006131030 .title h2 {
        font-size: 30px;
    }
    .profile2 .content {
        margin-top: 64px;
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
    }

    .profile2 .content .item {
        margin-top: 20px;
        padding: 180px 10px 70px;
    }

    .profile2 .img {
        margin-top: 30px;
        position: relative;
        z-index: -1;
    }


    .proBKind2 .content {
        margin: 50px 0 30px;
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        grid-row-gap: 20px;
    }

    .proBKind2 .content .text {
        padding-right: 0px;
    }

    .production1 .context .item .text {
        padding: 0 21px;
    }

    .production1 .context .item h3 {
        font-size: 21px;
    
        font-weight: 400;
        color: #393939;
        padding: 15px 80px 21px;
        border-bottom: 1px solid rgba(220, 220, 220, 1);
    }

    .production2 .context .text p {
        font-size: 14px;
        font-weight: 300;
        color: #F3F3F3;
        line-height: 24px;
        margin-top: 12px;
    }
    .production1 .context .item:nth-child(2n),
    .production1 .context .item {
        flex-direction: column;
    }
    .production1 .context .item .img {
        text-align: center;
        margin-bottom: 20px;
    }
    .production1 .context .item .img, .production1 .context .item .text {
        width: 100%;
    }

    .production2 .CertificateDisplay .cateLeft p {
        margin: 20px 0 38px;
    }


    .production2 .CertificateDisplay {
        margin-top: 38px;
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
    }

    .ventilation1 .context .container_1200 .item .text {
        width: 50%;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 18px;
        background: #FFFFFF url(/images/Ventilation1img3.png) no-repeat 40px 30px;
    }

    .ventilation1 .context .container_1200 .item .text p {
        font-size: 14px;
        font-weight: 400;
        color: #2D2D2D;
        line-height: 21px;
    }

    .index3 .context .textCenter .text .title p {
        font-size: 12px;
        font-weight: 400;
        color: #3B3B3B;
        line-height: 21px;
        margin: 11px 0;
    }
}

@media (max-width: 992px) {
    .index5 .indexNews {
        margin: 0 -10px;
    }

    .index5 .indexNews .box {
        padding: 0 10px;
    }

    .index5 .title h2 {
        font-size: 28px;
    }

    .index5 .title p{
        font-size: 16px;
    }

    .application1 .content .item .text h3 {
        line-height: 35px;
    }

    #swiper3 {
        display: none;
    }


    .index4 .container_1400 .conBox {
    display: flex;
    flex-direction: column;
}
    .index4 .container_1400 .textItem:nth-of-type(1) {
        width: 100%;
        position: relative;
        top: auto;
        text-align: left;
        left: auto;
        margin-top: 36px;
    }
    .index4 .container_1400 .textItem:nth-of-type(2) {
        width: 100%;
        position: relative;
        top: auto;
        text-align: left;
        left: auto;
        margin-top: 36px;
    }
    .index2 .context .conRight {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        align-items: center;
    }
    #swiper1 .swiper-slide .text h3 {
        font-size: 20px;
    
        font-weight: 400;
        color: #333333;
        line-height: 30px;
    }
    #swiper1 .swiper-slide .text h3 br{
        display: none;
    }
    #swiper1 .swiper-slide .text {
        position: absolute;
        background: rgba(244, 244, 244, 0.6);
        width: 348px;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%) !important;
        display: flex;
        padding: 10px;
    }
    .index4 .container_1400 .textItem:nth-of-type(3) {
        width: 100%;
        position: relative;
        top: auto;
        text-align: left;
        left: auto;
        margin-top: 36px;
    }

    .index4 .container_1400 .textItem:nth-of-type(4) {
        width: 100%;
        position: relative;
        top: auto;
        text-align: left;
        left: auto;
        margin-top: 36px;
    }
    .index4 .container_1400 .conBox a {
        display: none;
    }
    .title_img{
        display: none;
    }

    .index3 .context {
        display: grid;
        justify-content: space-between;
        grid-template-columns: 100%;
        grid-row-gap: 20px;
    }
    .index1 .context {
        margin-top: 80px;
        display: grid;
        grid-template-columns: repeat(2, 50%);
        grid-row-gap: 20px;
    }

    .index1 .context .item .text p {
        font-size: 20px;
    
        font-weight: 400;
        text-align: center;
        line-height: 1.2;
        color: #393939;
    }
    .process1 .content .item .top img {
        width: 60%;
    }

    .index1 .context .item:after {
        display: none;
    }

    .process1 .content .item:nth-child(3) .top img{
        width: 100%;
    }

    .process1 .content .item {
        padding-top: 16px;
    }
    .production3 .content .title h2 {
        text-align: left;
        font-size: 30px;
    }


    .production3 .content .title p {
        font-size: 14px;
        font-weight: 300;
        margin-top: 12px;
        color: #3C3C3C;
        line-height: 21px;
    }
    .line {
        display: none;
    }

    .Crumbs ul li a,
    .Crumbs ul li,
    .Crumbs ul li a span,
    .Crumbs ul i {
        font-size: 14px;
        line-height: 1.2;
    }

    .Crumbs span.youAreHere {
        display: none;
    }

    body {
        padding-top: 60px;
    }

    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }


    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("/images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    .footer_box .footer_contact p {
        flex-direction: column;
    }

    .footer_box .footer_contact p img {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .footer_box .footer_contact p span {
        text-align: center;
        font-size: 28px;
        padding: 0 10px;
    }

    .footer_box .fast_navigation .item {
        display: none;
    }

    .footer_box .fast_navigation .item:nth-child(2) {
        display: block;
    }

    .footer_box .fast_navigation .item:nth-of-type(2) h3:nth-of-type(2) {
        margin-top: 0;
        display: block;
    }

    .footer_box .fast_navigation .item:nth-of-type(2) h3:nth-of-type(1) {
        margin-top: 0;
        display: none;
    }

    .footer_box .fast_navigation .item:nth-of-type(2) h3:nth-of-type(1) {
        margin-top: 0;
        display: none;
    }

    .footer_box .fast_navigation .item:nth-of-type(2) .footerInfo {
        display: block;
    }

    .footer_box .fast_navigation .item:nth-of-type(2) .footerMenu {
        display: none;
    }

    .footer_box .fast_navigation .itemBox {
        flex-wrap: wrap;
    }

    .footer_box .fast_navigation .item:nth-of-type(3) {
        display: block;
        margin-top: 30px;
    }

    .foot-nav .nav {
        display: none;
    }

    .footer_box .follow { display:block;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }

    .footer_box .fast_navigation h3{ text-align:center;}
    .footer_box .follow .links ul {
        display: flex;
        justify-content:flex-start;
        align-items: flex-start;
    }
    .footer_box .follow .aboutCompany { float:left;}
    .footer_box .follow .links { margin-top:-20px;float:right;}
    .footer_box .follow .links ul li a {
        font-size: 30px;
        margin-left: 0;
        margin-right: 12px;
    }

    .application1 .content .item a {
        flex-wrap: wrap;
    }

    .application1 .content .item .img {
        text-align: center;
        width: 100%;
    }

    .application1 .content .item .text {
        width: 100%;
        background: #FFFFFF;
        padding: 20px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .profile1 .content {
        flex-wrap: wrap;
    }

    .profile3 .profile3Slick1 .item .text {
        padding: 15px 30px 21px 25px;
        width: 100%;
        margin-top: -6px;
        background: #85AC6D;
        display: grid;
        grid-row-gap: 20px;
        grid-template-columns: 100%;
    }
    .profile3 .content {
        padding: 0px;
    }

    .profile3Slick2 {
        padding: 0 0px;
    }
    .profile3 .profile3Slick1 .item .leftText h3 {
        font-size: 30px;
    
        font-weight: 400;
        color: #FFFFFF;
        margin: 12px 0 7px;
    }


    .index1 .title h1,
    .index2 .title h2,
    .index3 .title h2,
    .index4 .title h2,
    .index5 .title h2,
    .index6 .title h2,
    .ventilation1 .title h1,
    .application1 .title h1,
    .ventilation3 .title h2,
    .profile1 .title h1,
    .profile2 .title h2,
    .profile3 .title h2,
    .ventilation4 .title h2,
    .process1 .title h1,
    .index7 .title h2 {
        font-size: 34px;
    
        font-weight: 400;
        text-align: center;
        color: #393939;
    }
    .pro1 .title h1,
    .water1 .title h1,
    .pro2 .title h2,
    .pro3 .title h2,
    .production1 .title h1,
    .production2 .title h2,
    .production3 .title h2,
    .proBKind2 .title h1,
    .proBKind3 .title h2,
    .proBKind4 .title h2 {
        font-size: 30px;
    
        font-weight: 400;
        text-align: center;
        color: #393939;
    }

    .proBKind2 .baoBiao .item p {
        font-size: 16px;
        font-weight: bold;
        color: #2D2D2D;
        margin-bottom: 40px;
        line-height: 36px;
    }

    .proBKind3 table {
        min-width: 1300px;
    }

    .pro2 .context {
        margin: 24px 0 50px;
        padding: 27px;
        background: #F6F6F6;
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        grid-row-gap: 20px;
        align-items: center;
    }

    .pro2 .conImg .lis {
        float: none;
        padding: 33px 22px 33px 50px;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 10%);
        opacity: 0.6;
    }

    .pro2 .conImg {
        background: url(/images/pro2img2.png) no-repeat center;
        height: auto;
        width: 100%;
    }

    .pro3 {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        grid-row-gap: 10px;
        margin: 46px 0 0px;
    }

    .pro4 .context .item {
        padding: 54px 16px 44px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pro4 .context .item h3 {
        font-size: 22px;
    }

    .pro4 .context {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        grid-row-gap: 2px;
    }

    .ventilation1 .context .contentBox .item {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .ventilation1 .context .contentBox .item:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-top: 38px;
    }

    .ventilation1 .context .container_1200 .item .img{
        text-align: center;
    }
    .ventilation1 .context .container_1200 .item .img,
    .ventilation1 .context .container_1200 .item .text{
        width: 100%;
    }
    .ventilation1 .context .container_1200 .item .text{
        width: 100%;
        padding: 60px 25px 25px;
    }

    .ventilation2 {
        background: url(/images/Ventilation2img3.png) no-repeat center;
        height: auto;
        padding: 35px 0;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ventilation2 p:nth-of-type(1) {
        background: #85AC6D;
        border-bottom-left-radius: 100px;
        border-top-right-radius: 100px;
        padding: 60px 17px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
    }

    .ventilation3 .text {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        margin-top: 50px;
        grid-row-gap: 20px;
    }

    .ventilation3 .text ul {
        padding-right: 0px;
    }
    .ventilation3 .img {
        text-align: center;
    }


    .contactBox202006131030 .contactInfo {
        width: 100%;
    }

    .contactBox202006131030 .contactForm {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }

    .index3 {
        padding: 0 10px;
    }

    .process1 .content .item .top .title {
        background-size: 96%;
        font-size: 22px;
        height: 60px;
        line-height: 58px;
    }

    .process1 .content .item:nth-child(3) .title {
        background: url("/images/titleBg1.png") no-repeat center;
        background-size: 96%;
    }
}

@media (max-width: 767px) {
    .ventilation4 .context {
        margin-top: 50px;
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 20px;
        justify-content: space-between;
    }
    .production3 .content .conRight .text p {
        font-size: 24px;
    
        font-weight: 400;
        color: #FFFFFF;
    }

    .production3 {
        margin: 71px 0 34px;
    }
    #back_top {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .profile1 .content .item:nth-child(1) {
        width: 58.2%;
    }

    .profile1 .content .item:nth-child(2) {
        width: 40.6%;
    }

    .profile1 .content .item:nth-child(3) {
        width: 100%;
    }
    .w30 {
        width: 100%;
    }

    .proBKind4 .container_1200 {
        background: #F4F5F5;
        padding: 42px 10px 37px;
    }

    .production2 .context {
        display: grid;
        grid-template-columns: 100%;
    }

    .production2 .context .text {
        display: flex;
        /* align-items: center; */
        background: #87AB6B;
        justify-content: center;
        flex-direction: column;
        padding: 27px 30px;
    }
    /*.water1 .context .item .img{*/
    /*    text-align: center;*/
    /*}*/

    .water1 .context .item .img, .water1 .context .item .text {
        width: 100%;
    } .water1 .context .item .img {
        text-align: center;
    }

    .water1 .context .item .text {
        padding-left: 10px;
    }
    .water1 .context .item {
        flex-wrap: wrap;
    }


}

@media (max-width: 640px) {
.indexBanner .slick-dots li.slick-active {
    width: 60px;
    height: 2px;
    background: #6d964e;
    border-radius: 4px;
}
.indexBanner .slick-dots li {
    width: 30px;
    height: 2px;
    background: #737578;
    border-radius: 4px;
}
.indexBanner .slick-dots {

    bottom: 0px;

}

.index1 {
    padding: 30px 0 50px;
    background: #F6F6F6;
}
#swiper2 .swiper-slide p {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 24px;
    padding-left: 50px;
    margin: 0px 0 0px 0px;
}
.water1 .context {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
    grid-row-gap: 40px;
}
    #swiper1 .swiper-slide .text p {
        font-size: 14px;
        margin: 11px 0;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
    }
    .index1 .context {
        margin-top: 80px;
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 20px;

        grid-row-gap: 30px;
    }

    .process1 .content .item .imgs {
        flex-direction: column;
    }
    .process1 .content .item .imgs .imgItem{
        width: 100%;
    }
    .production3 .content {
        border: 1px solid #EEEEEE;
        display: grid;
        grid-template-columns: 100%;
    }
    .proBKind2 .baoBiao {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
    }
    .production3 .context .item .text p {
        font-size: 18px;
    
        font-weight: 400;
        color: #FFFFFF;
    }
    .production3 .content .title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 22px;
        padding: 20px;
    }

    .index3 .context {
        display: grid;
        justify-content: space-between;
        grid-template-columns: 100%;
    }
}

@media (max-width: 540px) {
    footer_box .footer_contact p span {
        text-align: center;
        font-size: 24px;
        padding: 0 10px;
    }
    .proBKind1Slick {
        width: 100%;
        margin: auto;
    }
    .proBKind1Slick .slick-slide img {
        display: block;
        width: 67%; margin-left:auto; margin-right:auto;
    }
    .proBKind1Slick .img {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .proBKind1Slick .item{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .proBKind1 .slick-prev, .proBKind1 .slick-next {
        top: 71%;
    }

    .proBKind1 .item h2 {
        font-size: 23px;
        font-family: Poiret One, 'Sans Serif';
        font-weight: 400;
        color: #393939;
        text-align: center;
        margin: 67px 0 42px;
    }

    .proBKind1 {
        height: auto;
        padding: 30px 0 60px;
    }

    .production3 .context {
        margin-top: 28px;
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        grid-row-gap: 10px;
    }

    .imgItem {
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .production3 .context .item .text {
        position: absolute;
        bottom: 20px;
        left: 57px;
    }

}

@media (max-width: 480px) {

}

@media (max-width: 450px) {

    .production3 .context .item .text {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 320px) {


}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50% !important;
    width: 58px !important;
    height: 58px !important;
    color: #000000 !important;
    font-size: 26px;
    background: rgba(255,255,255,0.9) !important;
    transition: all 0.5s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #ffffff !important;
    background: #7bad63 !important;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: 0 !important;
    top: auto !important;
}
.swiper-button-next {
    right: 0 !important;
}
.swiper-button-prev {
    left: auto !important;
    right: 60px !important;
}


.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 26px !important;
}
.share{
	line-height:22px;
	margin-top:20px;
	overflow:hidden;
}
.share span{
	line-height:22px;
	float: left; 
	font-size:16px;
	color:#666666;
}
.share .bdsharebuttonbox{float:left;}
.share a{display: block;width:16px;height:16px;}