@charset "UTF-8";
/* 自定义全局颜色变量 */

html.rd-navbar-fixed-linked .page {
  padding-top: 56px;
}
/* html.rd-navbar-fixed-linked .page-header1{
  padding-top: 86px;
} */

.block {
  display: block;
}
p+p {
  margin: 0 0;
}

p+* {
  margin: 0 0;
}

*+p, p+p, p+* {
  margin: 0 0;
}


/* online */

.online dl {
  background: var(--first_color);
  padding: 10px 5px;
  margin-bottom: 1px;
  position: relative
}

.online dl:hover {
  background: var(--first_color)
}

.online dl dt button {
  margin: 10px 0;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: var(--first_color);
  color: #fff;
  cursor: pointer
}

a {
  color: #333;
}

a:focus, a:hover {
  color: var(--first_color);
}

.rd-navbar-static .rd-navbar-dropdown>li.active>a, .rd-navbar-static .rd-navbar-dropdown>li.active>a:focus, .rd-navbar-static .rd-navbar-dropdown>li.active>a:active {
  color: var(--first_color);
}

/* self-design */

@font-face {
  font-family: hkl;
  src: url(../images/hkl.TTF);
}

@font-face {
  font-family: jh;
  src: url(../images/jh.TTF);
}

@font-face{
  font-family: sym;
  src: url(../images/sym.otf);
}

@font-face{
  font-family: wd;
  src: url(../images/wd.TTF);
}
@font-face{
  font-family: ccc;
  src: url(../images/ccc.TTF);
}

.rd-navbar-static .rd-navbar-nav-wrap>*:last-child {
  padding-left: 15px;
}

.rd-navbar-static .rd-navbar-nav-wrap>*:first-child {
  padding-right: 15px;
}

/* 全局container */

.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 480px) {
  .container {
    width: 606px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1148px;
  }
}

/* 自适应导航按钮 */

.rd-navbar-toggle {
  width: 8%;
  height: 56px;
  line-height: 56px;
}
.rd-navbar-fixed .rd-navbar-toggle {display:inline-block;right:0px;}
.rd-navbar-fixed .rd-navbar-nav-wrap {right:0;left:unset;transform:translateX(110%);}
.rd-navbar-fixed .rd-navbar-brand{left: 0px;}



/* header-one start */

/* header-one logo start */

.rd-navbar-static {
  padding: 0 0 !important;
  box-shadow: none !important;
}

.rd-navbar-inner {
  padding: 0 0 !important;
  margin: 0 0;
}

.rd-navbar-content1 {
  max-width: 100% !important;
  display: block !important;
}


.rd-navbar1 {
  width: 100%;
  margin: 0 0;
  padding: 0 0 !important;
}

.rd-navbar1-content {
  width: 100%;
  float: left;
  position: relative;
}

.rd-brand-logo1 {
  width: 100%;
}

.rd-brand-logo1-group {
  width: auto;
  float: left;
  display: flex;
  height: 135px;
  align-items: center;
  justify-content: flex-start;
}

/* header-one logo end */

/* header-one contact start */

.rd-nav-contact {
  width: auto;
  height: 135px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rd-nav-contact-content {
  width: 100%;
}

.rnc-box {
  width: 100%;
  float: left;
}

.rnc-box p {
  margin: 0 0;
  text-align: left;
}

.rnc-box p:nth-child(1){
  font-size: 16px;
  line-height: 18px;
  color: #78a82e;
}

.rnc-box p:nth-child(2) {
  font-size: 30px;
  line-height: 32px;
  color: #78a82e;
  font-family: 'sym';
}
/* header-one contact end */

/* header-one form  start*/

.rnc-form {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  height: 34px;
}

.rnc-form-group1 {
  width: 80% !important;
  border: 1px #ccc solid;
  border-right: 0;
}

.rnc-form-group1 input {
  border: 0;
  height: auto;
}

.rnc-form-btn1 {
  width: 20% !important;
  padding: 0 0;
  margin: 0 0;
  height: 34px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f05500 !important;
}

.rnc-form-btn1 img {
  width: 18px !important;
  height: 18px !important;
}
/* header-one form end */

@media(max-width:1199px) {
  .rd-brand-logo1 {
    width: 92%;
    float: left;
    top: 0;
    left: 0;
    position: unset !important;
    justify-content: space-between !important;
  }
  .rd-brand-logo1-group {
    width: auto;
    height: 56px;
  }
  .rd-nav-contact {
    height: 56px;
  }
  .rd-navbar-fixed .rd-navbar-brand img {
    height: 50px;
  }
  .rnc-box p:nth-child(2){
    font-size: 20px;
    line-height: 22px;
  }
}

@media(max-width:767px) {
  .rd-navbar1-content {
    padding: 0 15px;
  }
  .rd-brand-logo1 {
    width: 90%;
  }
  .rd-nav-contact {
    display: none;
  }
  .rd-brand-logo1-group {
    padding-right: 0;
  }
  .rd-navbar-fixed .rd-navbar-brand img {
    width: 98%;
    height:auto;
  }
}


/* header-one nav start */

.ra-navbar-nav-wrap1 {
  width: 100%;
  padding: 0 0 !important;
  margin: 0 0;
  height: auto !important;
  background: var(--first_color);
}

.rd-navbar-nav1 {
  width: 100%;
  height: auto;
  margin: 0 0 !important;
  display: flex;
}

.rd-navbar-nav1 .rd-nav-item {
  width: 100%;
}

.rd-navbar-static .rd-navbar-nav1>li {
  margin: 0 0;
  padding: 0 0;
}

.rd-navbar .rd-navbar-nav>li>a {
  width: 100%;
  font-size: 18px;
  line-height: 46px;
  font-weight: unset;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  position: relative;
}

.rd-navbar-static .rd-navbar-nav>li.opened>a, .rd-navbar-static .rd-navbar-nav>li.active>a, .rd-navbar-sidebar .rd-navbar-nav>li.opened>a, .rd-navbar-sidebar .rd-navbar-nav>li.active>a {
  color: #fff;
  background: #a8cc68;
}

.rd-navbar-static .rd-navbar-nav>li>a:hover, .rd-navbar-sidebar .rd-navbar-nav>li>a:hover {
  color: #fff;
  background: #a8cc68;
}
.rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > a, .rd-navbar-static .rd-navbar-dropdown > li.focus > a, .rd-navbar-static .rd-navbar-dropdown > li.opened > a{
  color: var(--first_color);
}
.rd-navbar-submenu-toggle{
  display: block;
}
/* 展开下拉菜单时 */

.rd-navbar-static .rd-navbar-nav>li.focus>a {
  color: #fff;
  background: #a8cc68;
}
.rd-navbar-static .rd-navbar-nav>li.opened>a:after, 
.rd-navbar-static .rd-navbar-nav>li.active>a:after, 
.rd-navbar-sidebar .rd-navbar-nav>li.opened>a:after, 
.rd-navbar-sidebar .rd-navbar-nav>li.active>a:after, 
.rd-navbar-static .rd-navbar-nav>li>a:hover:after, 
.rd-navbar-sidebar .rd-navbar-nav>li>a:hover:after, 
.rd-navbar-static .rd-navbar-nav>li.focus>a:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 0px;
  background: #fff;
}
/* 下拉菜单 */

.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav>li .rd-navbar-megamenu {
  margin: 0 0;
  padding: 15px 15px;
  padding-top: 5px;
}

/* 下拉菜单点击，滑动 */

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:hover, .rd-navbar-static .rd-navbar-dropdown>li>a:hover {
  color: var(--first_color);
}

@media(min-width:1200px) {
  .rd-navbar-submenu-toggle {
    display: none !important;
  }
  .rd-navbar-static .rd-navbar-nav1>li{
    background: linear-gradient(to bottom, #fff, #fff) no-repeat left center / 0.6px 46px, linear-gradient(to bottom, #fff, #fff) no-repeat right center / 0.6px 46px;
  }
}

@media(max-width:1199px) {
  .rd-navbar .rd-navbar-nav>li>a {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: unset;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000;
  }
  .navfixed-container {
    width: 100%;
  }
  .rd-navbar-fixed .rd-navbar-nav-wrap {
    top: 56px;
  }
  .rd-navbar-fixed .rd-navbar-submenu-toggle::after {
    height: 46px;
    line-height: 46px;
  }
  .rd-navbar-fixed .rd-navbar-nav li:hover>a, .rd-navbar-fixed .rd-navbar-nav li.focus>a, .rd-navbar-fixed .rd-navbar-nav li.active>a, .rd-navbar-fixed .rd-navbar-nav li.opened>a {
    background: var(--first_color);
  }
}
/* header-one nav end */

/* header-two start */
.ra-navbar-nav-wrap2{
  width: 50%;
  float: right;
}
.rd-navbar-nav2{
  width: 100%;
  display: flex;
}
/* header-two end */

/* swiper start */
.sw_banner a{display: block;}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--first_color))
}

.swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: var(--first_color);
  opacity: .3
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--first_color))
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px;
  left: 0;
  width: 100%
}

/* swiper end */

/* search start */
.section-search{
  width: 100%;
  background: #78a82e;
}
.section-search-content{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ssc-word{
  width: calc(100% - 560px);
  float: left;
}
.ssc-word p{
  line-height: 62px;
  text-align: left;
  font-size: 18px;
  color: #fff;
}
.ssc-form{
  width: 560px;
  height: 50px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ssc-form-content{
  width: 100%;
}
.ssc-form-content .searchcomponent{
  margin: 0 0;
}
.ssc-form-content .searchcomponent .form-group{
  width: calc(100% - 50px) !important;
}
.ssc-form-content .searchcomponent .form-group .form-control{
  height: 50px;
}
.ssc-form-content .searchcomponent button{
  width: 50px !important;
  height: 50px !important;
  background: #a8cc68;
}
@media(max-width:1199px){
  .ssc-word p{
    line-height: 36px;
  }
}
@media(max-width:991px){
  .section-search-content{
    display: block;
    padding: 10px 0;
  }
  .ssc-word {
    width:100%;
    float: left;
}
.ssc-form{
  width: 100%;
}
}
@media(max-width:767px){
  .section-search{
    padding: 0 15px;
  }
}
/* search end */



/* about1 start */

.section-about1 {
  width: 100%;
  background: url(../images/abg1.jpg) no-repeat left top;
}
.section-about-bg2{
  width: 100%;
  background: url(../images/abg2.jpg) no-repeat right top;
}

.section-about1-content {
  width: 100%;
}

.section-about1-content-group {
  width: calc(100% - 295px);
  float: left;
}

/* left */
.sac-text{
  width: 295px;
  float: left;
  padding: 150px 0;
  background: #fff;
  text-align: center;
}
.sac-text img{
  margin-bottom: 25px;
}
.sac-text p{
  width: 100%;
  padding: 0 55px;
  padding-top: 25px;
  font-size: 20px;
  line-height: 30px;
  color: #8bb14c;
  border-top: 3px #8bb14c solid;
}

/* text */

.sac1-text1 {
  width: 100%;
  float: left;
  padding: 80px 0;
  padding-left: 70px;
}

.sac1-text1-title {
  width: 100%;
  text-align: left;
}

.sac1-text1-title p {
  margin: 0 0;
}

.sac1-text1-title p:nth-child(1) {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
}


.sac1-text1-content {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin: 35px 0;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-indent: 2em;
}
.sac1-text1-more{
  width: 196px;
  height: 48px;
  border-radius: 10px;
  background: #ffffff;
}
.sac1-text1-more a{
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #8bb14c;
  line-height: 48px;
  text-align: center;
}
/* text */
@media(max-width:991px){
  .sac1-text1 {
    width: 100%;
    float: left;
    padding: 80px 0;
    padding-left: 30px;
}
}
@media(max-width:767px){
  .sac-text {
    width: 100%;
    padding: 30px 0;
}
.section-about1-content-group {
  width: 100%;
  float: left;
}
.sac1-text1 {
  padding: 30px 15px;
}
.section-about-bg2 {
  width: 100%;
  background: url(../images/abg2.jpg) no-repeat right top;
  background-size: cover;
}
}


/* about1 end */

/* product start */

.section-product1 {
  padding: 60px 0;
}
.section-product1-content {
  width: 100%;
}
/* 分类 */
.section-product1-category{
  width: 266px;
float: left;
  background: #78a82e;
}
.spc-title{
  width: 100%;
  text-align: center;
  background: #78a82e;
}
.spc-title-img{
  width: 100%;
  padding: 16px 0;
}
.spc-title-img img:nth-child(1){
  margin-bottom: 8px;
}
.spc-title-text{
  width: 100%;
  height: 131px;
  font-size: 20px;
  padding: 0 40px;
  line-height: 30px;
  color: #8bb14c;
  padding-top: 18px;
  background: #fff;
  border: 2px #8bb14c solid;
}
.spc-group{
  width: 100%;
  background: #fff;
}
.spc-group-list{
  width: 100%;
  height: 61px;
  line-height: 56px;
  background: #fff;
  text-align: center;
  border: 2px #78a82e solid;
  border-radius: 15px;
  margin-top: 18px;
  font-size: 20px;
  font-weight: bold;
  color: #78a82e;
}
.spc-group-list:hover{
  color: #fff;
  background: #78a82e;
}
/* 分类 */
/* 列表 */
.product1-container{
  width: calc(100% - 266px);
  float: left;
  padding-left: 28px;
}

.product1-container .swiper-slide{
  width: 33.333%;
}



@media(max-width:1199px){
  .spc-group-list{
    margin-top: 13%;
  }
  .product1-container .swiper-slide{
    width: 50%;
  }
}
@media(max-width:991px){
  .spc-group-list {
    margin-top: 2%;
    height: 48px;
    line-height: 44px;
}
}
@media(max-width:767px) {
  .section-product1 {
    padding: 30px 15px;
  }
  .section-product1-category{
    width: 100%;
  }
  .product1-container{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .spc-group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .spc-group-list{
    width: 49%;
    margin-top: 2%;
  }
}

/* product end */
/* good start */
.section-good{
  width: 100%;
  padding: 70px 0;
  background: #f5f5f5;
}
.section-good-content{
  width: 100%;
}
.sgc-group{
  width: 100%;
  float: left;
}
.sgc-group:nth-child(1){
  margin-bottom: 25px;
}
.sgc-group-left{
  width: 50%;
  float: left;
  padding-right: 14px;
}
.sgc-group-left .sgc-group-img{
  text-align: left
}
.sgc-group-right{
  width: 50%;
  float: left;
  padding-left: 14px;
}
.sgc-group-right .sgc-group-img{
  text-align: right
}
.sgc-group-text{
  width: 100%;
}
.sgc-gt-list{
  width: 100%;
}
.sgc-gt-list:nth-child(1){
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #ccc solid;
}
.sgc-gt-list-top{
  width: 100%;
  float: left;
}
.sgc-gt-list-top img{
  width: 50px;
  height: 50px;
}
.sgc-gt-list-top p{
  width: 100%;
  margin: 0 0;
}
.sgc-gt-list-top p:nth-child(1){
  width: 50px;
  float: left;
  color: #176fcf;
  font-size: 48px;
  line-height: 34px;
  font-weight: bold;
}
.sgc-gt-list-top p:nth-child(2){
  width: calc(100% - 50px);
  float: left;
  color: #333333;
  font-size: 26px;
  line-height: 50px;
  padding-left: 10px;
  text-align: left;
}
.sgc-gt-list-desc{
  width: 100%;
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-top: 10px;
}
@media(max-width:767px){
  .section-good {
    width: 100%;
    padding: 30px 15px;
    background: #f5f5f5;
}
.sgc-group{
  display: flex;
  flex-wrap: wrap;
}
.sgc-group-one{
  order: 2;
  margin-top: 20px;
}
.sgc-group-two{
  order: 1;
}
.sgc-group-left,.sgc-group-right{
  width: 100%;
  padding: 0 0;
}
.sgc-gt-list-top p:nth-child(2) {
  font-size: 20px;
}
}
/* good end */

/* news start */

.section-news1 {
  padding: 60px 0;
  background: #fff;
}

.section-news1-content {
  width: 100%;
  float: left;
}

/* one */

.section-news1-content-one {
  width: 66%;
  float: left;
}
.snc1-title{
  width: 100%;
  margin-bottom: 25px;
}
.snc1-title-name{
  width: 234px;
  height: 43px;
  color: #fff !important;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  border: 2px #78a82e solid;
  background: #78a82e;
  text-align: center;
}
.snc1-title-name:nth-child(2){
  color: #78a82e !important;
  background: #fff;
  margin-left: 60px;
}
.snc1-top{
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.snc1-img{
  width: 265px;
  float: left;
}
.snc1-text{
  width: calc(100% - 265px);
  padding-left: 30px;
  float: left;
}
.snc1-tt-list{
  width: 100%;
}
.snc1-tt-list p{
  width: 100%;
  margin: 0 0;
}
.snc1-tt-list p:nth-child(1){
  padding-top: 25px;
  font-size: 20px;
  line-height: 22px;
  color: #444444;
  text-align: left;
  font-family: 'sym';
}
.snc1-tt-list p:nth-child(2){
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.snc1-tt-list p:nth-child(3){
  margin-top: 25px;
  width: 135px;
  height: 34px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  background: #78a82e;
}
.snc1-bottom{
  width: 100%;
}
.snc1-blist{
  width: 50%;
  float: left;
  font-size: 16px;
  line-height: 18px;
  margin-top: 18px;
}
.snc1-blist:nth-child(odd){
  padding-right: 14px;
}
.snc1-blist:nth-child(even){
  padding-left: 14px;
}
.snc1-blist p{
  color: #444444;
  font-family: 'sym';
}
.snc1-blist p:nth-child(1){
  width: 60%;
  float: left;
  text-align: left;
}
.snc1-blist p:nth-child(2){
  width: 40%;
  float: left;
  text-align: right;
}
/* two */

.section-news1-content-two {
  width: 34%;
  float: left;
  padding-left: 28px;
}

.snc2-title{
  width: 100%;
  height: 43px;
  line-height: 40px;
  padding-left: 36px;
  padding-right: 40px;
  background: #78a82e;
}
.snc2-title a{
  width: 100%;
  text-transform: uppercase;
}
.snc2-title a p:nth-child(1){
  float: left;
  color: #fff;
  font-size: 20px;
}
.snc2-title a p:nth-child(2){
  float: right;
  color: #fff;
  font-size: 16px;
}
.snct-group{
  width: 100%;
  padding: 25px 24px;
  border: 1px #78a82e solid;
}
.snct-group-list{
  width: 100%;
  margin-top: 30px;
}
.snct-group-list:nth-child(1){
  margin-top: 0;
}
.snct-group-list p{
  width: 100%;
  margin: 0 0;

}
.snct-group-list p:nth-child(1){
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #444444;
  font-family: 'sym';
  margin-bottom: 15px;
}
.snct-group-list p:nth-child(2){
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #888888;
}
@media(max-width:991px){
  .snc1-title-name:nth-child(2){
    margin-left: 10px;
  }
}
@media(max-width:767px){
  .section-news1 {
    padding: 30px 15px;
    background: #fff;
}
.section-news1-content-one {
  width: 100%;
  float: left;
}
.snc1-title-name{
  width: 45%;
}
.snc1-img {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 auto;
}
.snc1-text {
  width: 100%;
  padding-left: 0;
  float: left;
}
.snc1-bottom {
  width: 100%;
  float: left;
}
.snc1-blist {
  width: 100%;
}
.snc1-blist:nth-child(odd) {
  padding-right: 0px;
}
.snc1-blist:nth-child(even) {
  padding-left: 0px;
}
.section-news1-content-two {
  width: 100%;
  float: left;
  padding-left: 0;
  margin-top: 20px;
}
}
/* news end */

/* foot1 start */

.pre-footer-corporate1 {
  display: none;
  padding: 0 0;
  padding-top: 52px;
  padding-bottom: 47px;
  background-color: #f8f8f8;
  background-image: url(../images/fbg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.pfc-container1 {
  width: 100%;
}

.pfc-content1 {
  width: 35%;
  float: left;
}

.pfc-content1-title {
  width: 100%;
}

.pfc-content1-title p {
  margin: 0 0;
}

.pfc-content-title p:nth-child(1) {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  margin: 6px 0;
}

.pfc-content1-title p:nth-child(2) {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  font-family: 'hkl';
  text-transform: uppercase;
}

.pfc-contact1 {
  width: 100%;
}

.pfc-group1 {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.pfc-group1:nth-child(1), .pfc-group1:nth-child(2) {
  width: 50%;
}

.pfc-group1-img {
  width: 23px;
  height: 23px;
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pfc-group1-text {
  width: 88%;
  float: left;
  padding-left: 5px;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  color: #333;
}

.pfc-group1-text a {
  color: #333;
}

.pfc-code1 {
  width: 266px;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.pfc-code1-img {
  width: 158px;
}

.pfc-code1-img img {
  width: 100%;
}

.pfc-code1-text {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.pfc-code1-text p {
  margin: 0 6px;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  writing-mode: vertical-lr;
}


@media(max-width:1199px) {
  .pre-footer-corporate1 {
    background-size: auto;
  }
  .pfc-content1 {
    width: 43%;
  }
}

@media(max-width:991px) {
  .pfc-content1 {
    width: 55%;
  }
}

@media(max-width:767px) {
  .pre-footer-corporate1 {
    padding: 0 15px;
    padding-top: 52px;
    padding-bottom: 47px;
  }
  .pfc-content1 {
    width: 100%;
  }
  .pfc-content1-title p:nth-child(1) {
    font-size: 24px;
  }
  .pfc-group1:nth-child(1), .pfc-group1:nth-child(2) {
    width: 100%;
  }
}
/* foot1 end */

/* foot2 start */
.pre-footer-corporate2{
  padding: 60px 0;
  background: #78a82e;
}
.pfc-content2{
  width: 100%;
}
.pfc-title{
  width: 100%;
  margin-bottom: 20px;
}
.pfc-title p{
  margin: 0 0;
  width: 138px;
  height: 33px;
  color: #fff;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  background: #a8cc68;
}

/* contact */
.pfc-content2-contact{
  width: 25.5%;
  float: left;
}
.pfc-cc-group{
  width: 100%;
  float: left;
}
.pfc-cc-group p,.pfc-cc-group p a{
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: left;
}
/* nav */
.pfc-content2-nav{
  width: 57.5%;
  float: left;
}
.pfc-content2-nav-content{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pfc-content2-nav-group{
  width: auto;
  text-align: center;
}
.pfc-cng2-name{
  font-size: 18px;
  color: #fff !important;
  margin-bottom: 5px;
}
.pfc-cng2-list{
  width: 100%;
}
.pfc-cng2-list-name{
  font-size: 16px;
  color: #fff !important;
  line-height: 30px;
}
/* code */
.pfc-content2-code{
  width: 168px;
  float: right;
}
.pfc-cc-img{
  width: 100%;
}
.pfc-cc-img img{
  width: 168px;
  height: 168px;
}
.pfc-cc-text{
  width: 100%;
}
.pfc-cc-text p{
  margin: 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-top: 6px;
}
@media(max-width:1199px){
  .pfc-content2-contact {
    width: 25%;
    float: left;
}
  .pfc-content2-nav {
    width: 56%;
    float: left;
}
}
@media(max-width:991px){
  .pfc-content2-contact {
    width: 30%;
    float: left;
}
  .pfc-content2-nav {
    width: 70%;
    float: left;
}
}
@media(max-width:767px){
  .pre-footer-corporate2 {
    padding: 60px 15px;
    background: #78a82e;
}
.pfc-content2-contact {
  width: 100%;
  float: left;
}
.pfc-content2-nav {
  display: none;
}
.pfc-content2-code {
  width: 168px;
  float: left;
  margin-top: 20px;
}
}
/* foot2 end */


/* 备案 */

.footer-corporate {
  padding: 10px 0;
  text-align: center;
  background: #78a82e;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
}
.epower-foot{
  width: 100%;
  text-align: center;
}
.footer-corporate p , .footer-corporate p a,.epower-foot p,.epower-foot p a{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
/* 备案 */
/* tabbar */

.botmenu {
  text-align: center !important;
  background: var(--first_color);
  border-top: 1px #fff solid;
}

.botmenu p {
  width: 100%;
  padding: 0 0;
  margin: 0 0;
  margin-top: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.botmenu i {
  font-size: 24px;
}

/* tabbar */

/* 返回顶部 */

.ui-to-top {
  display: none;
}

/* 返回顶部end */

/* 内页 */

/* 产品内页 */

.btn-info {
  color: #ffffff;
  background-color: var(--first_color);
  border-color: var(--first_color);
}

.showproduct .recommend span.toptitle, .shownews .recommend span.toptitle {
  margin-bottom: 20px;
}

.showproduct .recommend ul li.item_block {
  margin: 0 0;
  padding: 0 0;
  margin-bottom: 15px;
}

.showproduct .recommend ul li.item_block a {
  display: block;
  width: 100%;
}

.showproduct .recommend ul li.item_block a .item_img {
  width: 100%;
  max-width: unset;
}

.showproduct .recommend ul li.item_block a .item_img img {
  width: 100%;
  height: auto;
  display: block;
  max-width: unset;
}

.showproduct .recommend ul li.item_block a .item_link {
  width: 100%;
  padding: 0 0;
  margin-bottom: 10px;
}

.showproduct .recommend ul li.item_block a .item_link p {
  padding: 0 0;
}

.productlist .card .card-img {
  text-align: center;
}

@media(max-width:991px) {
  .showproduct .recommend ul li.item_block, .shownews .recommend ul li.item_block {
    width: 50%;
  }
  .showproduct .recommend ul li.item_block:nth-child(even), .shownews .recommend ul li.item_block:nth-child(even) {
    padding-left: 10px
  }
  .showproduct .recommend ul li.item_block:nth-child(odd), .shownews .recommend ul li.item_block:nth-child(odd) {
    padding-right: 10px
  }
}

/* 新闻内页 */

.newslist ul li.media .media-left {
  width: 20%;
}

.newslist ul li.media .media-body {
  width: 80%;
}

.shownews h2 {
  word-break: break-all;
}

.shownews .recommend ul li.item_block {
  text-align: center;
}

.shownews .recommend ul li.item_block a p.item_date {
  width: 30%;
}

.shownews .recommend ul li.item_block a .item_info {
  width: 70%;
  max-width: unset;
}

.shownews .recommend ul li.item_block a .item_des {
  width: 100%;
}

@media(max-width:991px) {
  .shownews .recommend ul li.item_block {
    width: 50%;
  }
}

.newslist ul li h4 a {
  display: block;
}

@media (max-width: 767px) {
  .newslist ul li.media .media-left {
    width: 35%;
  }
  .newslist .media-body ,.newslist ul li.media .media-body{
    width: 65%;
    align-self: center;
  }
  .newslist ul li {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}

/* 内页 */

/* about */

.pages {
  padding: 30px 15px;
}

.clearfix::after {
  display: table;
  clear: both;
  content: '';
}

/* subnavlist */

.subnavlist .swiper-container .swiper-slide a.active, .subnavlist ul li a:hover, .subnavlist ul li a:focus, .subnavlist ul li a.active {
  color: var(--first_color);
}

/* product news */

.productlist .card:before, .newslist ul li:before {
  border-color: var(--first_color);
}

.showproduct .tabs-custom .nav-item a.active {
  border-bottom-color: var(--first_color);
}

/* 详情页右侧推荐 */

.showproduct .recommend ul li.item_block:hover:before, .shownews .recommend ul li.item_block:before {
  border-color: var(--first_color);
}

.showproduct .recommend ul li.item_block a:hover p.item_date span, .showproduct .recommend ul li.item_block a:hover .item_info, .shownews .recommend ul li.item_block a:hover p.item_date span, .shownews .recommend ul li.item_block a:hover .item_info {
  color: var(--first_color)
}

/* 分页器 */

.page-link, .page-num {
  color: #333;
}

.page-link:hover, .page-num:hover, .page-num-current {
  background-color: var(--first_color);
  border-color: var(--first_color);
  color: #fff;
}

.searchcomponent .btn-info {
  background-color: var(--first_color);
  border-color: var(--first_color)
}

.searchcomponent .btn-info:hover {
  background-color: var(--first_color);
  border-color: var(--first_color)
}

@media all and (max-width: 767px) {
  .searchcomponent .form-group {
    width: 75%;
  }
  .searchcomponent button {
    width: 25%
  }
  .page-link[href], .page-num[href] {
    color: var(--first_color)
  }
  .page-link[href]:hover, .page-num[href]:hover, .page-num-current[href] {
    background-color: var(--first_color);
    border-color: var(--first_color);
    color: #fff!important;
  }
}

/* product */

.showproduct .recommend ul li.item_block a p.item_date {
  min-width: 50px;
}

.showproduct .recommend ul li.item_block a .item_info {
  max-width: unset;
}

.showproduct .recommend ul li.item_block a .item_des {
  width: unset;
  height: auto;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.showproduct .recommend ul li.item_block a .item_img {
  max-width: 100%;
  width: 100%;
  text-align: center;
}

/* job */

.joblist ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.joblist ul li:before {
  border-color: var(--first_color);
}

/* case */

.caselist .card:before {
  border-color: var(--first_color);
}

.showcase .tabs-custom .nav-item a.active {
  border-bottom-color: var(--first_color);
}

/* message */

.form-control:focus {
  border-color: var(--first_color);
  box-shadow: unset;
}

.messagelist .btn-info:hover {
  background-color: var(--first_color);
  border-color: var(--first_color);
}

.messagelist .btn-info {
  background-color: var(--first_color);
  border-color: var(--first_color);
}

/* download */

.downloadlist ul li {
  padding-bottom: 30px;
}

.downloadlist ul li:before {
  border-color: var(--first_color);
}

.downloadlist .downloadbtn {
  color: var(--first_color);
  border-color: var(--first_color);
}

.downloadlist .downloadbtn:hover {
  background-color: var(--first_color);
  border-color: var(--first_color);
  color: #fff;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
  background-color: var(--first_color);
  border-color: var(--first_color);
}

.btn-info:focus, .btn-info.focus {
  box-shadow: unset;
}

/* 控制字符行数 */

.text-1len {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-2len {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.text-3len {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.text-4len {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.text-5len {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.text-6len {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

/* 详情页button */
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{
  color: var(--first_color);
}