@charset "UTF-8";
/* 自定义全局颜色变量 */

html.rd-navbar-fixed-linked .page {
  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: 90%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1148px;
  }
}

/* welcom word start*/

.wel-word {
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  color: #333333;
  padding: 0 0 !important;
  background: #f8f8f8;
}

.wel-word-content {
  width: 100%;
}

.wel-word-text {
  float: left;
}

.wel-word-group {
  float: right;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wwg-lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wwg-lang-list {
  width: 81px;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  color: #ededed !important;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
}

.wwg-lang-list:nth-child(1) {
  background: #4879b4;
  margin-right: 14px;
}

.wwg-lang-list:nth-child(2) {
  background: #070707;
}

@media(max-width:1199px) {
  .wel-word {
    position: fixed;
    top: 0;
  }
}

@media(max-width:767px) {
  .wel-word-text {
    display: none;
  }
  .wel-word-group {
    float: right;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

/* welcom word end */

/* head1 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;
}

/* logo start */

.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;
  padding-right: 0;
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: flex-start;
}

/* logo end */

/* nav 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%;
}

.rd-nav-contact-content img {
  float: left;
  width: 46px !important;
  height: 37px !important;
  margin-right: 14px;
  margin-top: 2px;
}

.rnc-box {
  width: auto;
  float: left;
}

.rnc-box p {
  margin: 0 0;
  text-align: left;
}

.rnc-box p:nth-child(1) {
  font-size: 16px;
  line-height: 16px;
  color: #070707;
}

.rnc-box p:nth-child(2) {
  font-size: 24px;
  line-height: 24px;
  color: #070707;
  font-weight: bold;
}
.rd-brand-logo1-group img {
  height: 52px;
}

/* nav contact end */

@media(max-width:1199px) {
  .rd-navbar1 {
    margin-top: 30px;
  }
  .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;
  }
}

@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: 100%;
    height: auto;
  }
}

/* nav form end */

/* logo end */

/* nav start */

.ra-navbar-nav-wrap1 {
  width: 100%;
  padding: 0 0 !important;
  margin: 0 0;
  height: auto !important;
  background: #070707;
}

.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: 16px;
  line-height: 40px;
  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: #242424;
}

.rd-navbar-static .rd-navbar-nav>li>a:hover, .rd-navbar-sidebar .rd-navbar-nav>li>a:hover {
  color: #fff;
  background: #242424;
}

.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: #242424;
}

.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: 0;
  left: 0;
  width: 100%;
  height: 0;
  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-nav1 {
    background: url(../images/home.jpg) top left no-repeat;
    padding-left: 51px;
  }
}

@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: 86px;
  }
  .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);
  }
}

/* 自适应导航按钮 */

.rd-navbar-toggle {
  width: 8%;
}

.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: 10px;
}

/* head1 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 */

/* category start */

.section-category {
  width: 100%;
}

.section-category-content {
  width: 100%;
  float: left;
}

.scc-group-list {
  width: 100%;
  text-align: center;
  background: #070707;
}

.scc-group-list p {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 35px 0;
}

.Category-container .swiper-slide:nth-child(1) p {
  background: url(../images/co1.png) no-repeat center center;
}

.Category-container .swiper-slide:nth-child(2) p {
  background: url(../images/c02.png) no-repeat center center;
}

.Category-container .swiper-slide:nth-child(3) p {
  background: url(../images/c03.png) no-repeat center center;
}

/* category end */

/* about1 start */

.section-about1 {
  width: 100%;
  padding: 60px 0;
}

.section-about1-content {
  width: 100%;
}

.section-about1-content-group {
  width: 100%;
  float: left;
  background: url(../images/abg.jpg) no-repeat center center;
  background-size: cover;
}

/* title */

.sac-text-title1 {
  width: 100%;
  margin-bottom: 30px;
  background: url(../images/tbg.png) no-repeat top center;
}

.sac-text-title1 p {
  margin: 0 0;
  text-align: center;
}

.sac-text-title1 p:nth-child(1) {
  font-size: 24px;
  line-height: 24px;
  color: #262626;
  padding-top: 28px;
  padding-bottom: 10px;
}

.sac-text-title1 p:nth-child(2) {
  font-size: 24px;
  line-height: 18px;
  color: #d6d6d6;
  text-transform: uppercase;
}

/* title end */

/* img */

.sac1-img1 {
  width: 40.5%;
  float: left;
}

.sac1-img1 img {
  width: 100%;
}

/* img */

/* text */

.sac1-text1 {
  width: 59.5%;
  float: left;
  padding-left: 30px;
}

.sac1-text1-title {
  width: 100%;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px;
  background: url(../images/atbg.png) no-repeat top left;
}

.sac1-text1-title p {
  margin: 0 0;
}

.sac1-text1-title p:nth-child(1) {
  font-size: 16px;
  line-height: 16px;
  color: #4e4e4f;
  margin-bottom: 5px;
}

.sac1-text1-title p:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
  color: #d9d9d9;
}

.sac1-text1-content {
  width: 100%;
  color: #262626;
  font-size: 12px;
  line-height: 22px;
  margin: 36px 0;
  padding-left: 30px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-indent: 2em;
}

.sac1-text1-more {
  width: 58px;
  height: 21px;
  float: right;
  color: #fff !important;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  background: #070707;
}

/* text */

@media(max-width:1199px) {
  .sac1-img1 {
    width: 45%;
    float: left;
  }
  .sac1-text1 {
    width: 55%;
  }
  .sac1-text1-content {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-indent: 2em;
  }
}

@media(max-width:991px) {
  .sac1-text1-content {
    margin: 15px 0;
  }
}

@media(max-width:767px) {
  .section-about1 {
    width: 100%;
    padding: 30px 15px;
  }
  .sac1-img1 {
    width: 100%;
    float: left;
  }
  .sac1-text1 {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

/* about1 end */

/* product start */

.section-product1 {
  padding: 0px 0;
  padding-bottom: 60px;
  background: url(../images/pbg.jpg) no-repeat top center;
  background-size: cover;
}

/* 列表 */

.section-product1-content {
  width: 100%;
}

.spac1-list-img {
  border: 1px #070707 solid;
}

.spac1-list-title {
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  background: #070707;
  text-align: center;
  color: #fff;
}

@media(max-width:767px) {
  .section-product1 {
    padding: 30px 15px;
    padding-top: 0;
  }
  .spc1-more {
    margin-top: 25px;
  }
}

/* product end */

/* news start */

.section-news1 {
  padding: 0px 0;
  padding-bottom: 49px;
  background: url(../images/ntbg.jpg) no-repeat top center;
  background-position-y: 60px;
}

.section-news1-content {
  width: 100%;
  float: left;
}

/* one */

.snc-one {
  width: 32%;
  float: left;
}

.snc-one-img, .snc-one-img img {
  width: 100%;
}

.snc-title {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

.snc-title-list {
  padding-bottom: 14px;
  background: url(../images/nbg.png) no-repeat bottom center;
}

.snc-title p {
  padding: 0 0;
  width: 117px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  margin: 0 auto;
  background: #070707;
}

.snc-title img {
  margin-top: 7px;
  margin-left: 1px;
}

.snc-one-text {
  width: 100%;
}

.snc-one-text p {
  margin: 0 0;
}

.snc-one-text p:nth-child(1) {
  padding-top: 14px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #262626;
  text-align: left;
}

.snc-one-text:hover p:nth-child(1) {
  color: var(--first_color);
}

.snc-one-text p:nth-child(2) {
  font-size: 12px;
  line-height: 22px;
  color: #262626;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

/* two */

.snc-two {
  width: 45%;
  float: left;
  padding: 0 28px;
}

.snc-two-group {
  width: 100%;
  float: left;
}

.snc-two-list {
  width: 100%;
  float: left;
  padding: 9px 0;
  border-bottom: 2px #262626 dotted;
}

.snc-two-list:nth-child(1) {
  padding-top: 0;
}

.snc-two-list a {
  width: 100%;
}

.snc-two-list p {
  margin: 0 0;
}

.snc-two-list p:nth-child(1) {
  width: 60%;
  float: left;
  font-size: 12px;
  line-height: 16px;
  color: #262626;
  text-align: left;
}

.snc-two-list p:nth-child(2) {
  width: 40%;
  float: left;
  font-size: 12px;
  line-height: 12px;
  color: #262626;
  text-align: right;
}

/* three */

.snc-three {
  width: 23%;
  float: left;
}

.snc-three-img, .snc-three-img img {
  width: 100%;
}

.snc-three-contact {
  font-size: 12px;
  margin-top: 18px;
  color: #262626;
}
.snc-three-contact p{
  margin-top: 12px;
}
.snc-three-contact p:nth-child(1){
  margin-top: 0px;
}
@media(max-width:1199px) {
  .snc-one-text p:nth-child(2) {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .snc-two-list {
    padding: 10px 0;
  }
}

@media(max-width:991px) {
  .snc-two-list {
    padding: 8.5px 0;
  }
  .snc-three-contact {
    font-size: 12px;
    margin-top: 6px;
    color: #262626;
  }
}

@media(max-width:767px) {
  .section-news1 {
    padding: 0px 15px;
    padding-bottom: 49px;
    background: none;
  }
  .snc-one {
    width: 100%;
    float: left;
  }
  .snc-two {
    width: 100%;
    float: left;
    padding: 0 0;
    margin: 20px 0;
  }
  .snc-three {
    width: 100%;
    float: left;
  }
  .snc-three-contact {
    font-size: 12px;
    margin-top: 16px;
    color: #262626;
  }
  .snc-two-list {
    padding: 12px 0;
  }
}

/* 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: 0 0;
  padding-top: 40px;
  padding-bottom: 30px;
  background: #070707;
}

.pfc2-content {
  width: 100%;
  float: left;
}

.pfc2-content-code {
  width: 180px;
  float: right;
  position: relative;
}

.pfc2-cc-group {
  width: 180px;
  height: 160px;
  position: absolute;
  top: -60px;
  right: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/fbg.png) no-repeat top center;
}

.pfc2-cc-group img {
  width: 90px;
  height: 90px;
  padding: 3px 3px;
  background: #fff;
  margin-left: 10px;
  margin-top: 10px;
}

/* foot2 end */

/* 备案 */

.footer-corporate {
  width: auto;
  float: left;
  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: 24px;
  color: #fff;
}

@media(max-width:1199px) {
  .pfc2-cc-group {
    right: 29%;
  }
}

@media(max-width:991px) {
  .pfc2-cc-group {
    right: 0;
  }
}

@media(max-width:767px) {
  .pre-footer-corporate2 {
    padding: 0 15px;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #070707;
  }
  .pfc2-content-code {
    width: 100%;
  }
  .pfc2-cc-group {
    position: unset;
    background: none;
    width: 90px;
    height: 90px;
    margin-top: 10px;
  }
  .pfc2-cc-group img {
    margin-left: 0;
    margin-top: 0;
  }
}

/* 备案 */

/* 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: 20%;
}

.shownews .recommend ul li.item_block a .item_info {
  width: 80%;
  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);
}