html{font-size: calc(100vw / 1920 * 100);}
@media (max-width: 1460px) {
    .w1440 {
      width: 94%;
    }
  }
  
  .w1440 {
    width: 16rem;
    margin: 0 auto;
    position: relative;
    font-size: 0;
  }
  
  @media (max-width: 1620px) {
    .w1440 {
      width: 94%;
    }
  }
  
body{
    font-size: 14px;
    background: #f3fbee;
}
div {
    unicode-bidi: isolate;
}
.onLine {
    width: 80px;
    position: fixed;
    top: 300px;
    right: 30px;
    z-index: 88;
}
.hidden {
    display: none !important;
}
.onLineBar {
    width: 80px;
    height: 81px;
    background: url(../img/zxicon.png) no-repeat #333848;
    background-position: center 20%;
    position: relative;
    z-index: 68;
    cursor: pointer;
    
}
.onLineBarBg {
    background: url(../img/zxicon.png) no-repeat #0273b3;
    background-position: center 20%;
}
.onLineChild {
    position: absolute;
    bottom: 0px;
    height: 81px;
    width: 160px;
    height: 81px;
    left: -160px;
    z-index: 9;
    background: #0273b3;
    color: #fff;
    line-height: 28px;
    padding-top: 13px;
    padding-bottom: 12px;
    box-sizing:border-box;
    padding-left: 30px;
    display: none;
}
.onLineBar span {
    color: #fff;
    display: block;
    padding-top: 54px;
    width: 80px;
    text-align: center;
}
.navFixed {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
}
.mobileTel,.mobilNavBat {
    display: none;
}
.navMapper {
    width: 100%;
    height: 90px;
}
.nav {
    height: 70px;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
}
.navList {
    width: 94%;
    margin: 0px auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.logo {
    width: 170px;
    height: 60px;
    padding: 5px 0px;
}
.navUl {
    height: 70px;
    padding: 5px 0px;
    box-sizing: border-box;
    width: 780px;
}
.navLi {
    width: 130px;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    position: relative;
}
.navLi a {
    display: block;
    color: #393d49;
    font-size: 18px;
}
.navSubset {
    width: 200px;
    position: absolute;
    background: #393d49;
    top: 60px;
    left: -35px;
    display: none;
    text-align: left;
    padding: 10px 0px;
}
.navSubset .navSubsetLi a {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    padding: 0px 20px;
    box-sizing: border-box;
    background:#393d49;
}
.navSubset .navSubsetLi a:hover {
    background: #91b98c;
    color: #fff;
}
.topTel {
    width: 2.4rem;
    height: 70px;
    display: flex;
}
.topTelImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(40px + 10*100vw / 1920);
}
.topTelImg img {
    max-width: 100%;
    height: auto;
}
.topTelText {
    padding-left: 10px;
    padding-top: 10px;
}
.topTelText p {
    font-size: calc(10px + 10*100vw / 1920);
    color: #029f47;
    white-space: nowrap;
    line-height: 25px;
}
.banner {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}
.banList {
    width: 300%;
}
.banList .banLi {
    float: left;
}
.banList .banLi img {
    width: 100%;
}
.banIcon {
    position: absolute;
    width: 250px;
    height: 5px;
    left: 50%;
    margin-left: -125px;
    z-index: 9;
    bottom: 20px;
}
.iconList {
    width: 40px;
    height: 5px;
    margin: 0px 5px;
    float: left;
    background: #fff;
    cursor: pointer;
}
.iconOn {
    background: #4f5f6c;
}
.conbox {
    width: 1200px;
    margin: 0px auto;
    padding-top: 81px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
}
.conOne,.conTwo,.conThree {
    width: 400px;
    height: 400px;
}
.conImg {
    text-align: right;
}
.conOne {
    background: #fff;
}
.conOneBox,.conTwoBox {
    padding: 0px 40px;
    position: relative;
    height: 230px;
    box-sizing: border-box;
}
.conOneTitle {
    font-size: 22px;
    color: #1E1E1E;
    margin-bottom: 25px;
}
.conOneBody {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.conOneIcon,.conThreeIcon {
    width: 26px;
    height: 1px;
    position: absolute;
    left: 40px;
    bottom: 42px;
    background: #1E1E1E;
}
.conTwo {
    background: #ccd4d7;
}
.conTwo .conImg {
    height: 165px;
    position: relative;
}
.conTwo .conImg a {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}
.conTwoTitle {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}
.conTwoBody {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.conTwoIcon {
    width: 26px;
    height: 1px;
    position: absolute;
    left: 40px;
    bottom: 42px;
    background: #fff;
}
.conThree {
    padding: 0 40px 0 95px;
    box-sizing: border-box;
    position: relative;
}
.conThreeTitle {
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
}
.conThreeTitleEn {
    display: block;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 15px;
}
.conThreeTitleSon {
    font-size: 13px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    margin-bottom: 50px;
}
.conThreeBody {
    font-size: 14px;
    line-height: 30px;
}
.conThreeIcon {
    left: 95px;
}
.designImg {
    width: 100%;
}
.designImg img {
    width: 100%;
}
.designList {
    width: 100%;
    height: 177px;
    border-top: 1px solid #1E1E1E;
    border-bottom: 1px solid #1E1E1E;
    margin-top: 1px;
    background: #fff;
    padding: 33px 0 30px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
.designBox {
    width: 25%;
    height: 129px;
    text-align: center;
    color: #1E1E1E;
    box-sizing: border-box;
    border-right: 1px solid #1e1e1e;
}
.designList .designBox:last-child{
    border-right: 0px;
}
.designNum {
    display: block;
    font-size: 36px;
    margin-bottom: 18px;
}
.designTile {
    font-size: 18px;
    margin-bottom: 8px;
}
.designEn {
    font-size: 12px;
    color: #999;
    font-weight: bold;
}
.aboutBox {
    width: 100%;
    padding-bottom: .4rem;
}
.aboutTitle {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    padding-bottom: .2rem;
}
.aboutTitle .titleEn {
    font-size: calc(12px + 18*100vw/1920);
    color: #4f5f6c;
}
.aboutTitle .titleText {
    font-size: 14px;
    color: #447b37;
    padding: 10px 0px;
}
.lineClass {
    width: 80%;
    height: 1px;
    background: #86bb61;
    display: block;
    position: absolute;
    top: 90px;
    left: 10%;
    z-index: 1;
}
.aboutTitleBox {
    width: 100%;
}
.titleCn {
    display: block;
    margin: 0px auto;
    line-height: 2;
    font-size: calc(12px + 26*100vw/1920);
    position: relative;
}
.titleCn::after{
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.48rem;
    height: 2px;
    background: #999;
    left: 56.5%;
}
.titleCn::before{
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.48rem;
    height: 2px;
    background: #999;
    right: 56.5%;
}
.aboutBody {
    display: flex;
    flex-direction: row;
}
.aboutImg {
    width: 480px;
    height: 350px;
}
.aboutText {
    flex: 1;
    position: relative;
    padding-left: 50px;
}
.aboutText .aboutTextTitle{
    font-size: 32px;
    font-weight: normal;
    color: #6b9b37;
}
.aboutText p{
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
}
.aboutText .btn {
    border: 2px solid #86bb61;
    line-height: 32px;
    height: 32px;
    padding: 5px 30px;
}
.aboutButton {
    position: absolute;
    bottom: 10px;
    left: 50px;
    font-size: calc(12px + 4*100vw/1920);
}
.aboutTel {
    padding-left: 20px;
}
.aptitude {
    width: 1200px;
    height: 200px;
    background: #1e1e1e;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
}
.aptitudeList {
    width: 20%;
    height: 200px;
    border-right: 1px solid #353535;
}
.aptitudeList p{
    display: block;
    margin: 0 auto;
    padding-top: 70px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.aptitudeList i {
    display: block;
    width: 44px;
    height: 1px;
    background: #353535;
    margin: 35px auto;
}
.news {
    width: 100%;
    margin: 20px auto;
    padding: 0.6rem 0;
    background: #f6f6f6;
    box-sizing: border-box;
}
.newsTitle {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0.06rem;
    text-align: center;
}
.newTile {
    display: block;
    font-size: calc(12px + 4* 100vw / 1920);
    width: 100%;
}
.listImg {
    width: calc((172 / 720)* 100%);
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding-top: 1.45rem;
    transition: all ease 0.3s;
}
.newTime {
    display: block;
    font-size: calc(12px + 2* 100vw / 1920);
    width: 100%;
}
.newsIcon,.dynamic {
    float: left;
}
.newTileBox {
    width: calc(100% - (192 / 720)* 100%);
    display: inline-block;
    padding-left: .2rem;
    box-sizing: border-box;
}
.info {
    font-size: calc(12px + 26*100vw / 1920);
    display: inline-block;
    line-height: 1.5;
}
.info::before {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.48rem;
    height: 2px;
    background: #999;
    right: 56%;
}
.info::after {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.48rem;
    height: 2px;
    background: #999;
    left: 56%;
}
.infoEn {
    width: 100%;
    color: #666;
    line-height: 1.5;
    font-size: calc(12px + 8* 100vw / 1920);
    text-align: center;
}
.newsBox {
    display: flex;
    margin-top: 0.5rem;
    height: 100%;
}
.newImg {
    width: 50%;
    height: calc(50vw / 7 * 4 + 0px);
}
.imgNew {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(50vw / 7 * 4 + 0px);
    z-index: 1;
}
.imgTitle {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    padding: .15rem 0.1rem;
    font-size: calc(12px + 4* 100vw / 1920);
    color: #fff;
    box-sizing: border-box;
}
.newImgBox {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.newBox {
    width: 50%;
    height: calc(50vw / 7 * 4 + 0px);
    overflow-y: auto;
}
.newBox::-webkit-scrollbar {
    width: 5px; /* 设置滚动条的宽度 */
    background-color: #f9f9f9;
  }
 .newBox::-webkit-scrollbar-track {
    background: #f1f1f1; /* 设置轨道的背景颜色 */
  }
  .newBox::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.newsIcon {
    color: #999999;
    padding: 0px 10px;
}
.dynamic {
    font-size: 24px;
    color: #666666;
}
.newsMore {
    float: right;
}
.newBody {
    width: 100%;
}
.newBody a {
    display: block;
    padding: 0.1rem 0rem;
    box-sizing: border-box;
}
.newBody a:hover {
    background: #029f47;
}
.newBody a:hover .listImg {
    transform: scale(1.1);
}
.newBody a:hover .description {
    color: #fff;
}
.newBody a:hover .newTile {
    color: #fff;
}
.newBody a:hover .newTime {
    color: #fff;
}
.newList {
    width: 100%;
    display: flex;
    line-height: 2;
    padding: 0.05rem .2rem;
    box-sizing: border-box;
}
.description {
    width: 100%;
    color: #666;
    line-height: 1.5;
    height: 3em;
    margin: 0.1rem 0;
    font-size: calc(12px + 2* 100vw / 1920);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.foot {
    width: 100%;
    min-width: 1200px;
    padding-top: 52px;
    background: #fff;
}
.footBody {
    width: 100%;
    margin: 0px auto;
    font-size: calc(12px + 4*100vw/1920);
}
.footList {
    width: calc(120px + 40*100vw/1920);
    float: left;
}
.footLi {
    line-height: 40px;
    color: #4c4240;
}
.footLi a {
    color: #4c4240;
}
.footLogo {
    width: 220px;
    float: right;
}
.footLogoimg img {
    width: 100%;
}
.footErwma,.footLogoimg {
    width: 220px;
}
.footErwma img {
    width: 100%;
}
.copyright {
    width: 100%;
    border-top: 1px solid #6b9b37;
    clear: both;
    margin-top: 20px;
    padding: 20px 0px;
    color: #4c4240;
}
.footTel p{
    color: #666;
}
.footTelBox {
    width: 300px;
    float: left;
}
.telFoot {
    font-size: 30px;
    color: #a5d6ee;
    padding-top: 10px;
}
.proList {
    margin: 20px auto;
    position: relative;
}
.proTop {
    box-sizing: border-box;
}
.proTopTitle {
    font-size: calc(36 * 100vw / 1920);
    color: #000000;
    float: left;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 100%;
    line-height: 1.5;
    padding-bottom: 0.06rem;
}
.proTopTitle:after{
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.48rem;
    height: 2px;
    background: #999;
    left: 55%;
}
.proTopTitle:before {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.48rem;
    height: 2px;
    background: #999;
    right: 55%;
}
.proMore {
    float: right;
}
.proImg {
    width: 100%;
}
.proImg img {
    width: 100%;
}
.proImg .seram {
    display: inline-block;
    vertical-align: top;
    width: calc((345 / 1440)* 100%);
    margin-right: calc((19 / 1440)* 100%);
    margin-bottom: 0.2rem;
}
.proImg .seram:nth-child(4n) {
    margin-right: 0;
}
.seramName {
    font-size: calc(12px + 18* 100vw / 1920);
    width: 100%;
    text-align: center;
    color: #333;
    line-height: 2;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.imgs {
    width: 100%;
    display: block;
    overflow: hidden;
}
.img {
    width: 100%;
    transition: all ease 0.3s;
    padding-top: 106%;
}
.proImg .seram:hover .imgs .img {
    transform: scale(1.1);
}
.proBody {
    position: absolute;
    z-index: 8;
    width: 1200px;
    height: 400px;
    display: none;
}
.proBodyBg {
    position: absolute;
    z-index: 6;
    width: 1200px;
    height: 400px;
    background: #fff;
    opacity: 0.5;
    display: none;
}
.proTitle {
    color: #082a3d;
    font-size: calc(32 * 100vw / 1920);
    width: 100%;
    text-align: center;
    margin-top: 180px;
    padding: 0px 50px;
    box-sizing: border-box;
}
.proNameEn {
    text-transform: uppercase;
    width: 100%;
    font-size: calc(20 * 100vw / 1920);
    text-align: center;
    display: inline-block;
    color: #666;
    line-height: 1.5;
}
.proIcon {
    width: 120px;
    height: 2px;
    margin-left: 50px;
    display: block;
    background: #082a3d;
}
.dates {
    width: 100%;
    background: #fff;
    padding: 0.5rem 0;
}
.dates .datlis {
    width: 100%;
    font-size: 0;
    text-align: center;
}
.dates .datlis .datem {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.dates .datlis .datem .icon {
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    margin: 0 auto 0.1rem;
}
.dates .datlis .datem .icon img {
    width: 100%;
    display: block;
}
.dates .datlis .datem .nums {
    width: 100%;
    color: #333;
    font-size: 0;
    margin-bottom: 0.1rem;
}
.num {
    font-size: calc(12px + 38* 100vw / 1920);
    margin-right: 0.1rem;
    display: inline-block;
}
.unit {
    display: inline-block;
    font-size: calc(12px + 4* 100vw / 1920);
}
.datemName {
    width: 100%;
    color: #333;
    line-height: 1.5;
    padding: 0 0.2rem;
    font-size: calc(12px + 4* 100vw / 1920);
}
.mobileFoot {
    display: none;
}
.advantage {
    width: 100%;
    padding: 0.6rem 0;
}
.modular .mit {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
}
.modular .mit .mitName {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    position: relative;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0.06rem;
    font-size: calc(12px + 26* 100vw / 1920);
}
.modular .mit .mitName::before{
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.48rem;
    height: 2px;
    background: #999;
    right: 120%;
}
.modular .mit .mitName::after {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.48rem;
    height: 2px;
    background: #999;
    left: 120%;
}
.modular .mit .enMitName {
    font-size: calc(12px + 8* 100vw / 1920);
    width: 100%;
    color: #666;
    line-height: 1.5;
}
.advantage .advamlis {
    width: 100%;
}
.advantage .advans {
    width: 100%;
}
.advantage .advans .ait {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-bottom: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    position: relative;
    font-size: calc(12px + 18* 100vw / 1920);
}
.advantage .advamlis {
    width: 100%;
}
.advantage .advamlis .advam {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0;
}
.advantage .advamlis .advam .advamImgs {
    width: calc((720 / 1440)* 100%);
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding-top: calc((400 / 1440)* 100%);
    transition: all ease 0.3s;
}
.advantage .advamlis .advam .advamText {
    width: calc((720 / 1440)* 100%);
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.6rem;
    box-sizing: border-box;

}
.advantage .advamlis .advam .advamIcon {
    width: 0.7rem;
    height: 0.7rem;
    display: block;
}
.advantage .advamlis .advam .advamIcon img {
    width: 100%;
}
.advantage .advamlis .advam .advamName {
    width: 100%;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin: 0.1rem 0;
    font-size: calc(12px + 18* 100vw / 1920);
}
.advantage .advamlis .advam .advamBody {
    width: 100%;
    color: #333;
    line-height: 1.5;
    height: 3em;
    margin-bottom: 0.1rem;
    font-size: calc(12px + 6* 100vw / 1920);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 0.1rem;
    box-sizing: border-box;
}
.advantage .advamlis .advam .advamMore {
    width: 100%;
    font-size: 0;
}
.advantage .advamlis .advam .advamMore a{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    background: #999;
    color: #fff;
    padding: 0 0.3rem;
    line-height: 2.5;
    font-size: calc(12px + 4* 100vw / 1920);

}
.advantage .advamlis .advam .advamMore a:hover{
    background: #029f47;
}
.cnav {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.34rem;
    text-align: center;
}
.cnav .cas {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0.3rem;
    border: solid 1px #333;
    color: #333;
    line-height: 2.2;
    margin: 0.16rem 0.16rem 0;
    font-size: calc(12px + 6* 100vw / 1920);
    cursor: pointer;
}
.cnav .cas.on, .cnav .cas:hover {
    background: #029f47;
    color: #fff;
    border: solid 1px #029f47;
}
.caselis {
    width: 100%;
    display: none;
}
.proList .onList {
    display: block;
}
.caselis .casems {
    width: 100%;
    font-size: 0;
}
.caselis .casems .camse {
    display: inline-block;
    vertical-align: top;
    width: calc((460 / 1440)* 100%);
    margin-right: calc((29 / 1440)* 100%);
    margin-bottom: 0.3rem;
}
.caselis .casems .camse a {
    width: 100%;
    height: 100%;
    display: block;
}
.caselis .casems .camse .imgs {
    width: 100%;
    display: block;
    overflow: hidden;
}
.caselis .casems .camse .imgs .img {
    width: 100%;
    transition: all ease 0.3s;
    padding-top: 62%;
}
.caselis .casems .camse .com {
    width: 100%;
    padding: 0 0.3rem;
    color: #333;
    line-height: 2.5;
    font-size: calc(12px + 6* 100vw / 1920);
    box-sizing: border-box;
}
.caselis .casems .camse:nth-child(3n) {
    margin-right: 0;
}

.aboutBan {
    width: 100%;
    min-width: 1200px;
}
.aboutBan img {
    width: 100%;
}
.aboutBanYd {
    display: none;
}

.aboutPage {
    width: 94%;
    margin: 20px auto;
    font-size: 16px;
}
.aboutPage p {
    display: block;
    width: 100%;
    padding: 15px 0px;
    box-sizing: border-box;
}
.aboutPageList {
    width: 94%;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutImgList {
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
}
.aboutImgList img{
    width: 100%;
}
.position {
    width: 100%;
    padding: 10px 0px;
}
.positionBox {
    font-size: calc(12px + 6*100vw/1920);
}
.productList {
    width: 100%;
}
.productListBut {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pListBut {
    margin-bottom: 20px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.pListBut a{
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 0px 20px;
}
.pListBut a:hover{
    background: #447b37;
    color: #fff;
}
.pListBut .onPBut{
    background: #b3d29d;
    color: #fff;
}
.productList {
    min-height: 500px;
}
.productListImg {
    width: calc((340 / 1440)* 100%);
    margin: 10px 0px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #efefef;
    background: #fff;
    margin-right: calc((25 / 1440)* 100%);
    float: left;
}
.productListImg:nth-child(4n+4) {
    margin-right: 0px;
}
.productAbout {
    padding: 20px;
    box-sizing: border-box;
    max-height: 130px;
}
.productAbout p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里的3表示最多显示3行 */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    font-size: 14px;
}
.imgBox {
    display: block;
    width: 100%;
    height: 204px;
    overflow: hidden;
    text-align: center;
}
.productImage {
    display: block;
    height: 100%;
}
.productListTitleIcon {
    width: 100%;
    height: 3px;
    text-align: center;
}
.productListTitleIcon i {
    width: 30px;
    height: 3px;
    display: block;
    background: #029f47;
    margin: 0px auto;
}
.productImage img {
    width: 100%;
}
.productListTitle {
    line-height: 50px;
    height: 50px;
    width: 100%;
    display: block;
    font-size: 18px;
    overflow: hidden;
    padding: 0px 20px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productListImg a:hover{
    opacity: 0.8;
    background: #029f47;
}
.proPage {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.proPageList {
    width: 36px;
    height: 36px;
}
.proPageList a {
    width: 36px;
    height: 36px;
    border: 1px solid #999;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    display: block;
    box-sizing: border-box;
}
.proPageList a:hover{
    border: 1px solid #a1cfea;
    background: #a1cfea;
    color: #fff;
}
.proPageList .proPageOn {
    border: 1px solid #a1cfea;
    background: #a1cfea;
    color: #fff;
}
.proPageBan,.newBanBox {
    width: 100%;
    min-width: 1200px;
}
.proPageBan img {
    width: 100%;
}
.proPageBox {
    width: 1200px;
    margin: 0px auto;
}
.proPageTitle {
    width: 1200px;
    height: 60px;
    border-bottom: 1px solid #86bb61;
    padding: 0px 20px;
    box-sizing: border-box;
    line-height: 60px;
    clear: both;
}
.proPageTitleName {
    float: left;
    font-size: 32px;
    color: #86bb61;
}
.proPageHome {
    float: right;
}
.proPageHome p{
    float: left;
}
.proPageTel {
    font-size: 20px;
}
.homeBut {
    width: 160px;
    height: 40px;
    border: 1px solid #082a3d;
    border-radius: 5px;
    display: block;
    float: right;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    margin-left: 20px;
}
.proPageBody {
    width: 1200px;
    display: block;
    clear: both;
    padding: 20px;
    box-sizing: border-box;
}
.proPageBody img {
    max-width: 100%;
}
.proPageFoot {
    width: 1200px;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0px auto 20px;
}
.proReturnBox {
    display: none;
}
.newBoxList {
    width: 1200px;
    min-height: 800px;
    margin: 20px auto;
    box-sizing: border-box;
    
}
.newsBodyTitle {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0.2rem 0.4rem;
    transition: all ease 0.3s;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
}
.newsBodyTitle a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 60px;
    box-sizing: border-box;
    width: 100%;
}
.newBanBox img {
    width: 100%;
}
.newsListBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.newsBodyTitle a:hover .newsList .titleNews {
    color: #029f47;
}
.newsBodyTitle:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.newsListImg {
    display: inline-block;
    vertical-align: middle;
    width: calc((197 / 1360)* 100%);
    overflow: hidden;
    padding-top: calc(120px + 10*100vw/1920);
}
.newsList {
    width: calc((900 / 1360)* 100%);
    vertical-align: middle;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
.titleNews {
    width: 100%;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0.1rem;
    font-size: calc(12px + 10* 100vw / 1920);
}
.newsDescription {
    width: 100%;
    color: #999;
    line-height: 1.5;
    height: 3em;
    font-size: calc(12px + 4* 100vw / 1920);
}
.newsPageBox {
    width: 1200px;
    margin: 0px auto;
    min-height: 570px;
    padding: 30px;
    box-sizing: border-box;
}
.newsListTime {
    width: calc((160 / 1360)* 100%);
    display: flex;
    vertical-align: middle;
    text-align: center;
    padding: 0 0.2rem;
    align-items: center;
}
.newsListMore {
    width: calc((100 / 1360)* 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsListMore span{
    display: inline-block;
    vertical-align: middle;
    width: 0.24rem;
    height: 0.24rem;
}
.newsListMore span img:first-child{
    display: block;
}
.newsListMore span img {
    width: 100%;
    display: block;
}
.newsListMore span img:last-child{
    display: none;
}
.newsBodyTitle a:hover .newsListMore span img:last-child {
    display: block;
}
.newsBodyTitle a:hover .newsListMore span img:first-child {
    display: none;
}
.titleTime {
    width: 100%;
    color: #999;
    line-height: 1.5;
    font-size: calc(12px + 4* 100vw / 1920);
}
.eps2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsPageTitle {
    font-size: 24px;
    color: #666666;
    text-decoration: none;
    text-align: center;
    line-height: 80px;
    border-bottom: 2px solid #75bbe0;
}
.newsRelease {
    text-align: center;
    padding: 20px 0px;
}
.newsPageBody {
    font-size: 16px;
    line-height: 28px;
}
.newsPageBody img {
    max-width: 100%;
}
.contactUs {
    width: 94%;
    margin: 0px auto;
    min-height: 560px;
    padding: 30px 0px;
    box-sizing: border-box;
}
.contactUsBody {
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    background: #e6ecf0;
}
.contactUsBody h1 {
    font-size: 32px;
    font-weight: normal;
    line-height: 50px;
    padding-bottom: 30px;
}
.contactUsBody p{
    line-height: 30px;
}
.pagination {
    display: flex;
}
.pagination li {
    margin: 0px 5px;
}
.pagination a {
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    border: 1px solid #a1cfea;
}
.pagination span {
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    border: 1px solid #a1cfea;
}
.active {
    border: 1px solid #a1cfea;
    background: #a1cfea;
}
.active a {
    color: #fff;
}
.pagination a:hover{
    background: #a1cfea;
    color: #fff;
}
.article-text p img {
    width: 100%;
}