@charset "UTF-8";
/* 自定义全局颜色变量 */

html.rd-navbar-fixed-linked .page {
  padding-top: 56px;
}
html.rd-navbar-fixed-linked .page-header1{
  padding-top:56px;
}

.block {
  display: block;
}
p+p {
  margin: 0 0;
}

p+* {
  margin: 0 0;
}

*+p, p+p, p+* {
  margin: 0 0;
}
.block{
  display: block;
}

/* 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 */

/* 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;
}

/* logo text */
.rd-logo-text{
  float: left;
    margin-left: 10px;
    padding-left: 10px;
    height: 110px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url(../images/name-line.png) no-repeat left center !important;
}
.rd-logo-text-box{
  float: left;
  width: 100%;
}
.rd-logo-text-box p{
  margin: 0 0;
}
.rd-logo-text-box p:nth-child(1) {
  font-size: 28px;
  line-height: 28px;
  color: #161616;
  font-weight: bold;
  text-align: left;
}
.rd-logo-text-box p:nth-child(2){
  font-size: 14px;
  line-height: 14px;
  color: #444444;
  text-align: left;
  margin-top: 8px;
}

/* header-one logo end */

/* header-one contact start */

.rd-nav-contact {
  float: right;
  width: 235px;
  height: 110px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.rd-nav-contact-content {
  width: 100%;
}

.rnc-box {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}
.rnc-box img{
  width: 16px !important;
  height: 16px !important;
  float: left;
}

.rnc-box p {
  margin: 0 0;
  text-align: left;
  float: left;
}

.rnc-box p:nth-child(2){
  font-size: 12px;
  color: #444;
  line-height: 14px;
  margin-left: 6px;
  margin-right: 8px;
  padding-top: 4px;
}

.rnc-box p:nth-child(3) {
  font-size: 22px;
  color: #e40b00;
  line-height: 18px;
  font-family: 'Impact';
}
.wwg-lang {
  height: 42px;
  position: absolute;
  bottom: -42px;
  right: 0;
  z-index: 999;
}
.wwg-lang img{
  width: 32px !important;
  height: 21px !important;
  margin-left: 8px;
  margin-top: 11px;
}
/* header-one contact end */

/* header-one form  start*/

.rnc-form {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  height: 28px;
  border: 1px #2196F3 solid;
  border-radius: 14px;
  background: #2196F3;
}

.rnc-form-group1 {
  width: 80% !important;
  border-radius: 14px;
  height: 26px;
}

.rnc-form-group1 input {
  border: 0;
  height: auto;
  padding: 0 0;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  padding-left: 18px;
  border-top-left-radius: 14px !important;
  border-bottom-left-radius: 14px !important;
}
.rnc-form-group1 input::placeholder{
  color: #888;
}

.rnc-form-btn1 {
  width: 20% !important;
  padding: 0 0;
  margin: 0 0;
  height: 26px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2196F3 !important;
  border-top-right-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}

.rnc-form-btn1 img {
  width: 17px !important;
  height: 17px !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 {
    width: auto;
    height: 56px;
  }
  .rd-nav-contact-content{
    width: 235px;
  }
  .rd-navbar-fixed .rd-navbar-brand img {
    height: 56px;
  }
  .rd-logo-text{
    display: none;
  }
  .wwg-lang{
    position: unset;
  }
}

@media(max-width:767px) {
  .rd-navbar1-content {
    padding: 0 15px;
  }
  .rd-brand-logo1 {
    width: 90%;
  }
  .rd-nav-contact-content {
    display: none;
  }
  .rd-brand-logo1-group {
    padding-right: 0;
  }
  .rd-navbar-fixed .rd-navbar-brand img {
    width: 90%;
    height: auto;
  }
  .rd-nav-contact {
    width: 100%;
    height: 56px;
}
.wwg-lang {
  width: 40px;
  height: 56px;
  position: absolute;
  bottom: unset;
  top: -56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.wwg-lang a{
  display: block;
}
.wwg-lang a:nth-child(1){
  margin-bottom: 5px;
}
.wwg-lang img {
  margin-left: 0;
  margin-top: 0;
}
}


/* header-one nav start */

.ra-navbar-nav-wrap1 {
  width: 100%;
  padding: 0 0 !important;
  margin: 0 0;
  height: auto !important;

}

.rd-navbar-nav1 {
  width: 100%;
  height: auto;
  margin: 0 0 !important;
  display: flex;
  justify-content: space-between;
  background: #f9f9f9;
}

.rd-navbar-nav1 .rd-nav-item {
  width: auto;
}


.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: 44px;
  font-weight: unset;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #161616;
  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: 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;
  }
  .rd-navbar .rd-navbar-nav>li>a{
    padding: 0 10px;
  }

  .rd-navbar-static .rd-navbar-nav1>li:nth-child(1) a{
    padding: 0 0;
    color: #fff;
    padding-right: 45px;
    background: var(--first_color);
  }
  .ra-navbar-nav-wrap1 {
    background: url(../images/nav-bg.jpg) no-repeat center center !important;
    background-size: cover !important;
  }
  .rd-navbar-nav1 {
    width: 90%;
  }
}

@media(max-width:1199px) {
  .rd-navbar-fixed .ra-navbar-nav-wrap1{
    top: 56px !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 */

/* title */

.pro-title-content {
  width: 100%;
  margin-bottom: 30px;
  background: url(../images/title-line.png) no-repeat center center !important;
}

.pro-title-content p {
  margin: 0 0;
}

@font-face {
  font-family: 华文行楷;
  src: url(../images/STXINGKA.TTF);
}

.pro-title-content p:nth-child(1) {
  font-size: 34px;
  color: #161616;
  line-height: 34px;
  text-align: center;
  font-family: '华文行楷';
}

.pro-title-content p:nth-child(2) {
  font-size: 12px;
  color: #a1a1a1;
  line-height: 14px;
  margin: 0px 0px;
  text-align: center;
}

/* title */


/* about1 start */

.pro-index-about {
  padding: 52px 0;
  background: #fff !important;
}

.pro-about-content {
  width: 100%;
  float: left;
  display: flex;
}

.pro-about-content-img {
  width: 50%;
  float: left;
  padding-right: 14px;
}

.pro-about-content-img-top {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.pro-about-content-img-top img {
  width: 50%;
  float: left;
}

.pro-about-content-img-top a:nth-child(1) img {
  padding-right: 4px;
}

.pro-about-content-img-top a:nth-child(2) img {
  padding-left: 4px;
}

.pro-about-content-img-bottom {
  float: left;
  width: 100%;
  text-align: center;
}

.pro-about-content-img-bottom img {
  float: left;
  width: 32.35%;
  margin-right: 8px;
}

.pro-about-content-img-bottom a:nth-child(3) img {
  margin-right: 0;
}

/* 文本 */

.pro-about-content-group {
  width: 50%;
  float: left;
  padding-left: 14px;
}

.pro-about-content-group-text {}

.pro-about-content-group-text p {
  margin: 0 0;
  font-size: 14px;
  color: #444444;
  line-height: 26px;
  text-indent: 2em;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pro-about-more {
  float: left;
  margin: 30px 0;
}

.pro-about-more p {
  float: left;
  padding: 0px 0px;
  margin: 0 0;
  color: #666;
  font-size: 12px;
  padding-bottom: 4px;
  border-bottom: 1px #afafaf solid;
}

.pro-about-content-classify {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.pro-about-content-classify-group {
  width: auto;
  text-align: center;
}

.index-about-name {
  width: 92px;
  height: 79px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/about-bg.jpg) no-repeat center center !important;
}

.index-about-name p {
  width: 44px;
  height: 48px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0 0;
  letter-spacing: 4px;
  margin-left: 5px;
}

@media(max-width:1199px) {
  .pro-about-content-img-bottom img {
      float: left;
      width: 32.1%;
      margin-right: 8px;
  }
  .pro-about-more {
      float: left;
      margin: 23px 0;
  }
  .pro-about-content-group-text p {
      text-align: justify;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  .pro-about-content-classify-group{
    width: 100%;
    background: none !important;
    text-align: center;
  }
}

@media(max-width:991px) {
  .pro-about-content-img-bottom img {
      float: left;
      width: 31.8%;
      margin-right: 8px;
  }
  .pro-about-more {
      float: left;
      margin: 12px 0;
  }
  .pro-about-content-group-text p {
      text-align: justify;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
}

@media(max-width:767px) {
  .pro-index-about {
      padding: 52px 15px;
      background: #fff !important;
  }
  .pro-about-content {
      width: 100%;
      float: left;
      display: block;
  }
  .pro-about-content-img {
      width: 100%;
      float: left;
      padding-right: 0;
  }
  .pro-about-content-img-bottom img {
      float: left;
      width: 31.4%;
      margin-right: 8px;
  }
  .pro-about-content-group {
      width: 100%;
      float: left;
      padding-left: 0;
      margin-top: 20px;
  }
  .index-about-name {
      width: 95%;
  }
  .index-about-name {
      background-size: 100% 100% !important;
  }
  .index-about-name p {
      font-size: 16px;
  }
  .pro-about-content-group-text p {
      text-align: justify;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
}

/* about1 end */

/* product start */

.pro-index-product {
  padding: 52px 0;
  width: 100%;
  background: #f7f7f7 !important;
}

.pro-product-content {
  width: 100%;
  float: left;
  margin: 0 auto;
  display: flex;
}

.pro-product-content-group {
  width: 50%;
  float: left;
}

.pro-product-content-group a {
  float: left;
  width: 100%;
  height: 100%;
  background: #2196F3;
  padding: 25px 33px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.32);
}

.pro-product-content-group:nth-child(1) {
  padding-right: 14px;
}

.pro-product-content-group:nth-child(2) {
  padding-left: 14px;
}

.pro-product-content-group-img {
  width: 36%;
  float: left;
}

.pro-product-content-group-img img {
  width: 100%;
  float: left;
}

.pro-product-content-group-text {
  width: 64%;
  float: left;
  padding-left: 18px;
}

.pro-product-content-group-text p {
  margin: 0 0;
  text-align: left;
}

.pro-product-content-group-text p:nth-child(1) {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
}

.pro-product-content-group-text p:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  margin: 6px 0;
}

.pro-product-content-group-text p:nth-child(3) {
  width: 100%;
  height: 8px;
  background: url(../images/p-line.png) no-repeat right center !important;
  background-size: cover !important;
}

.pro-product-content-group-text p:nth-child(4) {
  margin-top: 13px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.pro-product-more {
  margin: 0 auto;
  float: left;
  width: 100%;
  margin-top: 50px;
}

.pro-product-more p {
  width: 121px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #2196F3;
  margin: 0 auto;
  border: 1px #2196F3 solid;
  border-radius: 8px;
}
@media(max-width:991px){
  .pro-product-content-group-img {
    width: 100%;
    float: left;
    text-align: center;
}
.pro-product-content-group-text {
  width: 100%;
  float: left;
  padding-left: 0;
}
.pro-product-content-group-img img {
  width: 60%;
  float: unset;
  margin: 0 auto;
  margin-bottom: 20px;
}
}
@media(max-width:767px) {
  .pro-index-product {
      padding: 52px 15px;
      width: 100%;
      background: #f7f7f7 !important;
  }
  .pro-product-content {
      width: 100%;
      float: left;
      margin: 0 auto;
      display: block;
  }
  .pro-product-content-group, .pro-product-content-group {
      width: 100%;
      float: left;
  }
  .pro-product-content-group:nth-child(1) {
      padding-right: 0;
      margin-bottom: 15px;
  }
  .pro-product-content-group:nth-child(2) {
      padding-left: 0;
  }
}

/* product end */
/* good start */
.pro-index-good {
  padding: 52px 0;
  background: url(../images/good-bg.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.pro-good-content-title {
  width: 100%;
  float: left;
  text-align: center;
}

.pro-good-content-title-group {
  width: 266px;
  margin: 0 auto;
}

.pro-good-content-title-group img {
  width: 42px;
  height: 70px;
  float: left;
  margin: 0 10px;
  margin-top: -30px;
}

.pro-good-content-title-group p {
  margin: 0 0;
}

.pro-good-content-title-group P:nth-child(1), .pro-good-content-title-group P:nth-child(3) {
  font-size: 34px;
  color: #161616;
  line-height: 34px;
  font-family: '华文行楷';
  float: left;
}

.pro-good-content-title-group P:nth-child(4) {
  width: 100%;
  float: left;
  margin-top: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #444;
}

.pro-good-content {
  /* display: flex; */
  float: left;
  width: 100%;
}

.good-container .swiper-wrapper {
  display: flex;
}

.good-container .swiper-wrapper .swiper-slide {
  width: 50%;
  margin-top: 36px !important;
  height: auto !important;
}

.good-container .swiper-wrapper .swiper-slide:nth-child(odd) {
  padding-right: 29px;
}

.good-container .swiper-wrapper .swiper-slide:nth-child(even) {
  padding-left: 29px;
}

.pro-good-group {
  padding-left: 63px;
  position: relative;
  display: flex;
  height: 100%;
}

.pro-good-img-group {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pro-good-text-group {
  background: #2196F3;
  padding: 28px 0;
  float: left;
  padding-left: 80px;
  padding-right: 30px;
}

.pro-good-text-group p {
  margin: 0 0;
}

.pro-good-text-group p:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
  text-align: left;
  float: left;
}

.pro-good-text-group p:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
  float: left;
  margin-top: 10px;
  text-transform: uppercase;
  margin-left: 5px;
}

.pro-good-text-group p:nth-child(3) {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  float: left;
  width: 100%;
  margin-top: 8px;
}

@media(max-width:1199px) {
  .pro-good-text-group p {
      width: 100%;
  }
}

@media(max-width:767px) {
  .pro-index-good {
      padding: 52px 15px;
  }
  .good-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .good-container .swiper-wrapper .swiper-slide:nth-child(odd) {
      padding-right: 0px;
  }
  .good-container .swiper-wrapper .swiper-slide:nth-child(even) {
      padding-left: 0px;
  }
}

/* good end */
/* case start */
.pro-index-case {
  padding: 52px 0;
}
.pro-case-content{
  width: 100%;
}
.case-container{
  width: 100%;
}
.case-container .swiper-slide{
  width: 33.333%;
}
@media(max-width:767px) {
  .pro-index-case {
      padding: 52px 15px;
  }
  .case-container .swiper-slide{
    width: 50%;
  }
}
/* case end */

/* news start */

.pro-index-news {
  padding: 52px 0 !important;
  background: #f6f5f1 !important;
}

.pro-news-content {
  width: 100%;
  float: left;
  display: flex;
}

/* one */

.pro-news-content-one {
  width: 50%;
  float: left;
  padding-right: 14px;
  position: relative;
}

.pro-news-content-one-img {
  width: 50%;
  float: left;
  padding-right: 14px;
}

.pro-news-content-one-img img {
  width: 100%;
}

.pro-news-content-one-text {
  width: 55%;
  float: left;
  position: absolute;
  right: 14px;
  z-index: 5;
}

.pro-news-content-one-text-list {
  width: 100%;
  padding-left: 46px;
}

.pro-news-content-one-text-list p {
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  margin: 0 0;
  color: #444444;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro-news-content-one-text-list:hover {
  background: #ff8a00;
}

.pro-news-content-one-text-list:hover p {
  color: #fff;
}

/* two */

.pro-news-content-two {
  width: 50%;
  float: left;
  padding-left: 14px;
}

.pro-news-content-two-list {
  width: 100%;
}

.pro-news-content-two-list p {
  margin: 0 0;
}

.pro-news-content-two-list:nth-child(1) {
  border-bottom: 1px #ccc solid;
  padding-bottom: 18px;
}

.pro-news-content-two-list p:nth-child(1) {
  width: 100%;
  font-size: 16px;
  color: #444444;
  line-height: 40px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro-news-content-two-list p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pro-news-content-two-list p:nth-child(3) {
  width: 76px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  border-radius: 20px;
  margin-top: 17px;
  color: #ff8a00;
  text-align: center;
  border: 1px #ff8a00 solid;
}

@media(max-width:1199px) {
  .pro-news-content-one-text-list p {
      line-height: 33px;
  }
  .pro-news-content-two-list:nth-child(1) {
    margin-bottom: 18px;
}
  .pro-news-content-two-list p:nth-child(1) {
      line-height: 31px;
  }
  .pro-news-content-two-list p:nth-child(2) {
      text-align: justify;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  .pro-news-content-two-list p:nth-child(3) {
      margin-top: 14px;
  }
}

@media(max-width:991px) {
  .pro-news-content-one-text-list p {
      line-height: 25px;
      font-size: 14px;
  }
  .pro-news-content-two-list p:nth-child(1) {
      line-height: 25px;
  }
  .pro-news-content-two-list p:nth-child(2) {
      text-align: justify;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 3px;
  }
  .pro-news-content-two-list:nth-child(1) {
    margin-bottom: 0;
}

}

@media(max-width:767px) {
  .pro-index-news {
      padding: 52px 15px !important;
      background: #f6f5f1 !important;
  }
  .pro-news-content {
      width: 100%;
      float: left;
      display: block;
  }
  .pro-news-content-one {
      width: 100%;
      float: left;
      padding-right: 0;
      position: relative;
  }
  .pro-news-content-one-img {
    display: none;
  }
  .pro-news-content-one-text {
    width: 100%;
    position: unset;
}
.pro-news-content-one-text-list {
  width: 100%;
  padding-left: 0px;
  text-align: left;
}
  .pro-news-content-one-text-list p {
      line-height: 40px;
      font-size: 16px;
  }
  .pro-news-content-two-list p:nth-child(1) {
      line-height: 40px;
  }
  .pro-news-content-two-list p:nth-child(2) {
      text-align: justify;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 3px;
  }
  .pro-news-content-two {
      width: 100%;
      float: left;
      padding-left: 0;
      margin-top: 15px;
  }
}


/* news end */

/* foot2 start */
.pre-footer-corporate2{
  width: 100%;
  background: #444444;
}
/* nav  */
.pfc-content2-nav{
  width: 100%;
  background: #2196F3;
}
.pfc-content2-nav-content{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pfc-content2-nav-group{
  width: auto;
}
.pfc-cng2-name{
  width: 100%;
  font-size: 14px;
  color: #fff !important;
  line-height: 44px;
}
/* nav  */
/* contact */
.pro-footnav-content {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 38px 0;
  border-bottom: 1px #989898 solid;
}
.pro-footnav-content-contact {
  width: 38%;
  float: left;
  padding: 0 0px;
  text-align: left;
}

.pro-footnav-content-contact-group p {
  margin: 0 0;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.pro-footnav-content-contact-group p:nth-child(1) {
  margin-top: 5px;
}

.pro-footnav-content-contact-group p a {
  color: #fff;
}

.pro-footnav-content-contact-title {
  width: 100%;
  margin-bottom: 15px;
}

.pro-footnav-content-contact-title p {
  margin: 0 0;
  text-align: left;
}

.pro-footnav-content-contact-title p:nth-child(1) {
  font-size: 22px;
  color: #fff;
  line-height: 22px;
}

.pro-footnav-content-contact-title p:nth-child(2) {
  font-size: 12px;
  line-height: 14px;
  color: #9e9e9e;
  margin-top: 5px;
}

/* 底部图片 */

.pro-footnav-content-img {
  width: 266px;
  float: left;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.pro-footnav-content-img-group {
  text-align: right;
  padding-right: 8px;
  float: right;
  order: 1;
}

.pro-footnav-content-img-group img:nth-child(1) {
  width: 34px !important;
  height: 34px !important;
  margin-bottom: 10px;
}

.pro-footnav-content-img-group p {
  margin: 0 0;
  width: 100%;
}

.pro-footnav-content-img-group p:nth-child(2), .pro-footnav-content-img-group p:nth-child(3) {
  font-size: 12px;
  color: #fff;
  line-height: 16px;
}

.pro-footnav-content-img-code {
  order: 2;
}

.pro-footnav-content-img-code img {
  width: 176px;
  height: 176px;
  float: right;
  order: 2;
  padding: 3px 3px;
  background: #fff;
}

/* 热线电话 */

.pro-footnav-content-phone {
  width: 38%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 22px;
}

.pro-footnav-content-phone-group img {
  float: left;
  margin-right: 10px;
}

.pro-footnav-content-phone-text {
  float: left;
}

.pro-footnav-content-phone-text p {
  margin: 0 0;
  text-align: left;
}

.pro-footnav-content-phone-text p:nth-child(1) {
  font-size: 14px;
  color: #fff;
}

.pro-footnav-content-phone-text p:nth-child(2) {
  font-size: 30px;
  line-height: 26px;
  color: #fff;
}
@media(max-width:1199px){
  .pro-footnav-content-phone{
    width: 34%;
  }
}
@media(max-width:991px){
  .pro-footnav-content-phone{
    width: 26%;
    padding-left: 0;
  }
}
@media(max-width:767px){
  .pfc-content2-nav-content{
    display: block;
  }
  .pfc-content2-nav-group {
    width: 25%;
    float: left;
    text-align: center;
}
.pro-footnav-content {
  padding: 38px 15px;
}
.pro-footnav-content-contact,.pro-footnav-content-phone,.pro-footnav-content-img{
  width: 100%;
}
.pro-footnav-content-phone{
  margin: 20px 0;
}
}

/* foot2 end */


/* 备案 */

.footer-corporate {
  padding: 5px 0;
  text-align: center;
  background: #444444;
}
.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;
  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;
}
.showproduct .product-title,.card-title,.item_link{
  display: flex;
  align-items: center;
}
.card-title,.item_link{
  justify-content: center;
}
.showproduct .product-title img,.card-title img,.item_link img{
  width: 20px;
  height: 20px;
  margin: 0 2px;
}
/* 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);
}

