@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);
}

.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: 95%;
  }
}

@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 */

/* welcom word start*/

/* wel-left */
.wel-word {
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  color: #333333;
  padding: 0 0 !important;
  background: #f9f9f9;
}

.wel-word-content {
  width: 100%;
}

.wel-word-text {
  float: left;
}

.wel-word-group {
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wwg-box{
  width: auto;
  float: right;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.wwg-box p{
  font-size: 12px;
  color: #333;
}
.wwg-box p:nth-child(2){
  font-size: 16px;
  font-weight: bold;
  font-style:italic;
  margin: 0 3px;
}
@media(max-width:1199px){
  .wel-word{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
}
@media(max-width:767px){
  .wel-word-content{
    padding: 0 15px;
  }
  .wel-word-text{
    display: none;
  }
  .rd-logo-text-box{
    display: none;
  }
  .wel-word-group{
    float: left;
  }
}



/* welcom word end */

/* 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: 110px;
  align-items: center;
  justify-content: flex-start;
}
.rd-logo-text{
  width: auto;
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: flex-start;
}
.rd-logo-text-box{
  margin-left: 14px;
  padding-left: 12px;
  border-left: 1px #ccc solid;
}
.rd-logo-text-box p{
  width: 100%;
  text-align: left;
}
.rd-logo-text-box p:nth-child(1){
  font-size: 20px;
  line-height: 22px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
}
.rd-logo-text-box p:nth-child(2){
  font-size: 14px;
  line-height: 16px;
  color: #348bd4;
}

/* header-one logo end */

/* header-one contact start */

.rd-nav-contact {
  width: auto;
  height: 110px;
  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: 14px;
  line-height: 24px;
  color: #444444;
}

.rnc-box p:nth-child(2) {
  font-size: 22px;
  line-height: 24px;
  color: #f05500;
  font-family: 'jh';
  margin-right: 3px;
}
/* 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-navbar1 {
    top: 30px !important;
  }
  .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 {
    width: 62%;
    height: 56px;
  }
  .rnc-box {
    width: 50%;
    float: left;
    padding-bottom: 0px;
    padding-right: 5px;
  }
  .rnc-form {
    width: 50%;
    float: left;
  }
  .rd-navbar-fixed .rd-navbar-brand img {
    height: 50px;
  }
  .rd-logo-text{
    height: 56px;
  }
}

@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: 90%;
    height: auto;
  }
}


/* header-one nav start */

.ra-navbar-nav-wrap1 {
  width: 49%;
  float: right;
  padding: 0 0 !important;
  margin: 0 0;
  height: auto !important;
}

.rd-navbar-nav1 {
  width: 100%;
  height: 110px;
  padding: 0 0 !important;
  margin: 0 0 !important;
  display: flex;
  align-items: center;
}

.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: 14px;
  line-height: 30px;
  font-weight: unset;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #333333;
  position: relative;
  border-radius: 6px;
}

.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: var(--first_color);
}

.rd-navbar-static .rd-navbar-nav>li>a:hover, .rd-navbar-sidebar .rd-navbar-nav>li>a:hover {
  color: #fff;
  background: var(--first_color);
}
.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: var(--first_color);
}
.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;
  }
  
}

@media(max-width:1199px) {
  .rd-navbar-fixed .ra-navbar-nav-wrap1{
    top: 86px !important;
}
  .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 */




/* about1 start */

.section-about1 {
  width: 100%;
  padding: 60px 0;
  background: url(../images/abg.png) no-repeat top center;
}
.sac-text-title1{
  width: 100%;
}
.sac-text-title1 p{
  width: 100%;
  margin: 0 0;
  color: #fff;
  text-align: center;
}
.sac-text-title1 p:nth-child(1){
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
}
.sac-text-title1 p:nth-child(2){
  font-size: 26px;
  line-height: 28px;
  margin: 6px 0;
}
.sac-text-title1 p:nth-child(3){
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 18px;
}
.sac-text-title1 p:nth-child(4){
  width: 50px;
  height: 4px;
  margin: 0 auto;
  opacity: 0.6;
  background: #fff;
}
.sac1-text1-content{
  width: 100%;
  margin-top: 18px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.sac1-img1{
  width: 100%;
}
.sac1-img1-group{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media(max-width:1199px){
  .sac1-img1-group img{
    width: 31%;
  }
}
@media(max-width:767px){
  .section-about1 {
    padding: 30px 15px;
    background: url(../images/abg.png) no-repeat top center;
    background-size: cover;
}
.sac1-text1-content{
  text-align: justify;
}
.sac-text-title1 p:nth-child(3) {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 18px;
}
}

/* about1 end */

/* product start */

.section-product1 {
  padding: 60px 0;
}

/* title */

.spc-text-title1 {
  width: 100%;
  margin-bottom: 22px;
}
.spc-tt-group{
  width: auto;
  float: left;
  padding-bottom: 8px;
  border-bottom: 2px #348bd4 solid;
}
.spc-tt-group p{
  margin: 0 0;
  float: left;
}
.spc-tt-group p:nth-child(1){
  font-size: 36px;
  line-height: 36px;
  color: #333;
  font-weight: 500;
}
.spc-tt-group p:nth-child(2){
  font-size: 20px;
  line-height: 20px;
  color: #999999;
  text-transform: uppercase;
  margin-left: 6px;
  margin-top: 18px;
}
/* title */

/* 分类 */
.spc-category{
  width: 69%;
  float: right;
  padding-top: 24px;
}
.spc-category-group{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.spc-cg-name{
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  padding-bottom: 6px;
  height: 24px;
}
.spc-cg-name:hover{
  color: var(--first_color);
  border-bottom: 1px var(--first_color) solid;
}
/* 分类 */

/* 列表 */

.section-product1-content {
  width: 100%;
}

.spac1-list-title {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  text-align: left;
  color: #333333;
}
.spac1-list-title p{
  padding-right: 22px;
  background: url(../images/ptbg.png) no-repeat right center;
}
.spc-list:hover .spac1-list-title p{
  color: var(--first_color);
  background: url(../images/ptbg2.png) no-repeat right center;
}
.product1-container .swiper-slide{
  width: 25%;
}
@media(max-width:991px){
  .spc-category{
    width: 100%;
  }
  .product1-container .swiper-slide{
    width: 33.333%;
  }
}
@media(max-width:767px) {
  .section-product1 {
    padding: 30px 15px;
  }
  .spc-tt-group{
    width: 100%;
  }
  .spc-category{
    width: 100%;
  }
  .spc-category-group{
    flex-wrap: wrap;
  }
  .spc-cg-name{
    width: 50%;
    height: 30px;
    line-height: 24px;
    text-align: center;
  }
  .product1-container .swiper-slide{
    width: 50%;
  }
}

/* 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;
  padding-top: 0;
  background: #fff;
}

.section-news1-content {
  width: 100%;
  float: left;
}

/* one */

.section-news1-content-one {
  width: 66%;
  float: left;
  border: 1px #e0e0e0 solid;
}
.snc-one-title{
  width: 100%;
  float: left;
  margin-bottom: 16px;
  background: #f5f5f5;
}
.snc-one-title a,.snc-one-title a:nth-child(2):hover{
  width: 153px;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 47px;
  font-size: 24px;
  font-weight: 500;
  background: #348bd4;
}
.snc-one-title a:nth-child(2){
  background: transparent;
  color: #333333;
}
.snc-one-title a:nth-child(3){
  width: auto;
  float: right;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  background: transparent;
}
.snc-one-content{
  width: 100%;
  float: left;
  padding: 0 10px;
  padding-bottom: 15px;
}
.snc-one-content-top{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.snc-oct-img{
  width: 354px;
  float: left;
}
.snc-oct-text{
  width: calc(100% - 354px);
  float: left;
  padding-left: 28px;
  padding-top: 25px;
}
.snc-oct-text p{
  width: 100%;
}
.snc-oct-text p:nth-child(1){
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
.snc-oct-text p:nth-child(2){
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  margin-top: 6px;
  margin-bottom: 10px;
}
.snc-oct-text p:nth-child(3){
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.snc-oct-text p:nth-child(4){
  width: 80px;
  height: 26px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
  text-align: center;
  background: #348bd4;
  border-radius: 6px;
}
.snc-one-content-bottom{
  width: 100%;
  float: left;
}
.snc-ocb-list{
  width: 50%;
  float: left;
}
.snc-ocb-list:nth-child(odd){
  padding-right: 14px;
}
.snc-ocb-list:nth-child(even){
  padding-left: 14px;
}
.snc-ocb-list p{
  margin: 0 0;
  line-height: 40px;
}
.snc-ocb-list p:nth-child(1){
  width: 60%;
  float: left;
  color: #666;
  text-align: left;
  padding-left: 24px;
  background: url(../images/nicon.png) no-repeat left center;
}
.snc-ocb-list:hover p:nth-child(1){
  color: var(--first_color);
}
.snc-ocb-list p:nth-child(2){
  width: 40%;
  float: left;
  color: #999;
  text-align: right;
}
/* two */

.section-news1-content-two {
  width: 34%;
  float: left;
  padding-left: 26px;

}
.snc-two-content{
  width: 100%;
  float: left;
  border: 1px #e0e0e0 solid;
}
.snc-two-title{
  width: 100%;
  float: left;
  padding: 0 10px;
  margin-bottom: 16px;
  background: #f5f5f5;
}
.snc-two-title a:nth-child(1){
  float: left;
  font-size: 24px;
  color: #348bd4;
  line-height: 47px;
  font-weight: 500;
}
.snc-two-title a:nth-child(2){
  width: auto;
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 47px;
  background: transparent;
}
.snc-two-group{
  width: 100%;
  padding: 0 10px;
  padding-bottom: 15px;
}
.snc-two-group-img{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.snc-two-group-img img{
  max-width: unset;
}
.snc-two-group-text{
  width: 100%;
}
.snc-tgt-list{
  width: 100%;
  padding: 10px 0;
}
.snc-tgt-list p{
  width: 100%;
  padding-left: 30px;
}
.snc-tgt-list p:nth-child(1){
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  text-align: left;
  margin-bottom: 10px;
  background: url(../images/nicon2.png) no-repeat left center;
}
.snc-tgt-list:hover p:nth-child(1){
  color: var(--first_color);
}
.snc-tgt-list p:nth-child(2){
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  text-align: justify;
  background: url(../images/nicon3.png) no-repeat left top;
}
@media(max-width:991px){
  .snc-oct-img {
    width: 50%;
    float: left;
    overflow: hidden;
}
.snc-oct-img img{
  max-width: unset;
}
.snc-oct-text {
  width: 50%;
}
}
@media(max-width:767px){
  .section-news1 {
    padding: 30px 15px;
    background: #fff;
}  
.section-news1-content-one {
  width: 100%;
}
.snc-oct-img {
  width: 100%;
  float: left;
  overflow: hidden;
}
.snc-oct-img img{
max-width: 100%;
}
.snc-oct-text {
width: 100%;
padding-left: 0;
}
.snc-ocb-list {
  width: 100%;
  float: left;
}
.snc-ocb-list:nth-child(odd){
  padding-right: 0;
}
.snc-ocb-list:nth-child(even) {
  padding-left: 0;
}
.snc-one-title a, .snc-one-title a:nth-child(2):hover{
  width: 38%;
}
.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: 50px 0;
  background: #444444;
}
.pfc-content2{
  width: 100%;
    margin: 0 auto;
}
.pfc-content2-content{
  width: 66%;
  float: left;
}
.pfc-content2-nav{
  width: 100%;
  border-bottom: 1px #666 solid;
  display: flex;
  justify-content: space-between;
}
.pfc-content2-nav-group{
  width: auto;
}
.pfc-cng2-name{
  font-size: 14px;
  line-height: 16px;
  height: 28px;
  color: #fff !important;
}
.pfc-content2-nav-group.active .pfc-cng2-name{
  border-bottom: 2px rgba(255, 255, 255, 0.7) solid;
}
/* contact */
.pfc-content2-contact{
  width: 63%;
  margin-top: 16px;
}
.pfc-content2-contact-group{
  width: 100%;
}
.pfc-content2-contact-group p{
  width: 33.333%;
  float: left;
  text-align: left;
}
.pfc-content2-contact-group p,.pfc-content2-contact-group p a{
  font-size: 12px;
  color: #fff;
  line-height: 30px;
}
.pfc-content2-contact-group p:nth-child(4){
  width: 100%;
}
/* code */
.pfc-content2-code{
  width: 105px;
  float: right;
}
.pfc-content2-code img{
  width: 105px;
  height: 105px;
  padding: 3px 3px;
  background: #fff;
}
.pfc-content2-code p{
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  margin-top: 3px;
}
/* foot2 end */


/* 备案 */

.footer-corporate {
  padding: 0px 0;
  text-align: left;
}
.epower-foot{
  width: 100%;
  text-align: left;
}
.footer-corporate p , .footer-corporate p a,.epower-foot p,.epower-foot p a{
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}
/* 备案 */

@media(max-width:991px){
  .pfc-content2-content {
    width: 80%;
    float: left;
}
.pfc-content2-contact {
  width: 100%;
  margin-top: 16px;
}
.pfc-content2-contact-group p{
  width: 100%;
}
}
@media(max-width:767px){
  .pre-footer-corporate2 {
    padding: 50px 15px;
    background: #444444;
}
.pfc-content2-content {
  width: 100%;
  float: left;
}
.pfc-content2-nav{
  flex-wrap: wrap;
}
.pfc-content2-nav-group{
  width: 33.333%;
  text-align: center;
}
.pfc-content2-code {
  width: 105px;
  float: left;
  margin-top: 10px;
}
}

/* 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;
  width: 30%;
}

.showproduct .recommend ul li.item_block a .item_info {
  max-width: unset;
  width: 70%;
}

.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);
}

.tab-content .tab-pane table{
  width: 100%;
  text-align: justify;
}