@charset "UTF-8";
/* 自定义全局颜色变量 */
.block{
  display: block;
}

.botmenu {
  text-align: center !important;
  background: var(--first_color);
}

.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 */
html.rd-navbar-fixed-linked .page{
  padding-top: 102px;
}
@media(max-width:767px){
  html.rd-navbar-fixed-linked .page{
    padding-top: 116px;
  }
}
@font-face {
  font-family: hkl;
  src: url(../images/hkl.html);
}

.rd-navbar-static .rd-navbar-nav-wrap>*:last-child {
  padding-left: 0px;
}

.rd-navbar-static .rd-navbar-nav-wrap>*:first-child {
  padding-right: 0px;
}

/* 全局container */

.container {
  max-width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  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: 1200px;
  }
}

/* .container {
  max-width: 1178px;
}

@media(min-width:1600px) {
  .row>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}  */

.rd-navbar-wrap {
  width: 100%;
  height: auto !important;
}

.rd-navbar {
  width: 100%;
  padding: 0 0;
  box-shadow: none;
}
@media(max-width:1199px){

}

/* head */

/* welcom word start*/

.wel-word {
  width: 100%;
  font-size: 12px;
  line-height: 36px;
  text-align: left;
  color: #fff;
  padding: 0 0 !important;
  background: #333333;
}

.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-email {
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wwg-email img {
  width: 22px;
  height: 16px;
  margin-right: 8px;
}

.wwg-email p {
  margin: 0 0;
  color: #fff;
  line-height: 36px;
}

.wwg-lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 22px;
}

.wwg-lang p, .wwg-lang p a {
  margin: 0 0;
  font-size: 12px;
  color: #fff;
  line-height: 36px;
}

.wwg-lang p:nth-child(3) {
  margin: 0 8px;
}
.wwg-lang p:nth-child(2),.wwg-lang p:nth-child(4){
  cursor: pointer;
}
@media(max-width:1199px) {
  .wel-word {
    position: fixed;
    z-index: 1000;
    top: 0;
  }
}
@media(max-width:767px){
  .wel-word-content{
    padding: 5px 15px;
  }
  .wel-word-group{
    float: left;
  }
  .wel-word,.wwg-email p,.wwg-lang p, .wwg-lang p a{
    line-height: 20px;
  }
}

/* welcome word end */

.rd-navbar-static .rd-navbar-inner {
  display: block;
  padding: 0 0;
  max-width: unset;
}

.rd-navbar-brand {
}

.rd-navbar-brand .brand {
  height: 135px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media(max-width:1199px){
  .rd-navbar-brand .brand {
    height: 60px;
  }
}

/* logo start */

.rd-navbar-static .rd-navbar-panel {
  padding: 0 0;
  text-align: center;
}

.brand .brand-logo-dark {
  width: auto;
  max-height: 78px;
}

@media(max-width:1199px) {
  .rd-navbar-fixed .rd-navbar-panel{
    top: 36px;
    height: 66px;
  }
  .rd-navbar-toggle {
    width: 10%;
  }
  .rd-navbar-brand {
    padding-bottom: 0px;
  }
  .rd-navbar-fixed .rd-navbar-brand {
    width: 90%;
    float: right;
    position: relative;
    top: 0;
    left: 0;
    height: 60px;
    text-align: center;
  }
  .rd-navbar-fixed .rd-navbar-brand a {
    margin-left: -10%;
  }
  .rd-navbar-fixed .rd-navbar-brand img {
    height: auto;
    width: auto;
    max-height: 60px;
  }
}

@media(max-width:991px) {
  .rd-navbar-fixed .rd-navbar-brand a {
    margin-left: -12%;
  }

}

@media(max-width:767px) {
  .rd-navbar-fixed .rd-navbar-brand {
    padding: 0 0;
    height: 60px;
  }
  .rd-navbar-fixed .rd-navbar-brand a {
    margin-left: 0;
    padding: 0 10px;
  }
  .rd-navbar-fixed .rd-navbar-panel{
    top: 50px;
    height: 66px;
  }
}

/* logo end */

/* nav contact start */

.rd-nav-contact {
  position: absolute;
  right: 0;
  top: 0;
  height: 74px;
  padding-top: 8px;
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
}

.rd-nav-contact img {
  margin-right: 6px;
}

.rd-nav-contact p {
  margin: 0 0;
}

.rd-nav-contact p:nth-child(1) {
  font-size: 14px;
  line-height: 14px;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
}

.rd-nav-contact p:nth-child(2) {
  font-size: 24px;
  line-height: 20px;
  color: #333;
  text-align: left;
  font-weight: bold;
}

@media(max-width:1199px) {
  .rd-nav-contact {
    height: 60px;
    padding-top: 0;
  }
  .rd-nav-contact {
    align-items: center;
  }
}

@media(max-width:767px) {
  .rd-nav-contact {
    display: none;
  }
}

/* nav contact end */

/* nav start */

.rd-navbar-nav-wrap {
  float: right;
}

.rd-navbar-static .rd-navbar-nav {
  width: 67%;
  margin: 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rd-navbar-static .rd-navbar-nav>li {
  width: 100%;
  margin-top: 0;
  padding: 0 0;
}

.rd-navbar .rd-navbar-nav>li>a {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.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, .rd-navbar-static .rd-navbar-nav>li.focus>a, .rd-navbar .rd-navbar-nav>li>a:hover {
  color: var(--first_color);
  font-weight: bold;
  /* background: var(--first_color); */
  border-bottom: 3px var(--first_color) solid;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
  height: 46px;
  line-height: 46px;
}
.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;
}
@media (min-width: 1200px) {
  .rd-navbar-static .rd-navbar-nav>li>.rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-navbar-nav>li>.rd-navbar-submenu-toggle {
    display: none;
  }
  .rd-navbar-submenu-toggle{
    display: none;
  }
}

/* 下拉菜单 */

.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.focus>.rd-navbar-dropdown {
  width: 100%;
  padding: 10px 15px;
  /* transform: unset !important; */
  /* transition:unset !important; */
  /* transition: all 0.1s ease-in-out; */
}

/* .rd-navbar-static .rd-navbar-nav .rd-navbar-submenu>.rd-navbar-dropdown {
  transform: unset !important;
}

.rd-navbar-static .rd-navbar-dropdown li {
  transform: unset !important;
} */

.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav>li .rd-navbar-megamenu {
  margin-top: 0;
}

.rd-navbar-fullwidth .rd-navbar-dropdown li, .rd-navbar-static .rd-navbar-dropdown li {
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a, .rd-navbar-static .rd-navbar-dropdown>li>a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:hover, .rd-navbar-static .rd-navbar-dropdown>li>a:hover {
  color: var(--first_color);
}

.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 {
  color: #fff;
  background: var(--first_color);
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
}

@media(max-width:1199px) {
  .rd-navbar-nav-wrap {
    width: 280px !important;
  }
  .rd-navbar-fixed .rd-navbar-nav {
    width: 100%;
  }
  .rd-navbar-fixed .rd-navbar-nav li>a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media(max-width:767px) {
  .rd-navbar .rd-navbar-nav>li>a {
    line-height: 24px;
  }
}

/* nav end */

/* sweiper start */
.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 */

/* pcategory start  */
.section-pcategory{
  width: 100%;
  padding: 0 0;
  padding-top: 108px;
  padding-bottom: 92px;
}
.section-pcategory-content{
  width: 100%;
  float: left;
}
/* pc one */
.s-pc-c-one{
  width: 32%;
  float: left;
}
.s-pc-one-title{
  width: 282px;
}
.s-pc-one-title p{
  margin: 0 0;

}
.s-pc-one-title p:nth-child(1){
  font-size: 44px;
  font-weight: bold;
  line-height: 48px;
  color: #333333;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.s-pc-one-img{
  width: 100%;
  margin-top: 10px;
}
.s-pc-one-img img{
  width: 100%;
}
.s-pc-one-title p:nth-child(2){
  width: 34px;
  height: 4px;
  background: #333;
}
/* pc two */
.s-pc-c-two{
  width: 44.5%;
  float: left;
  padding: 0 24px;
}
.s-pc-c-two-img{
  width: 100%;
}
.s-pc-c-two-img a,.s-pc-c-two-img a img{
  width: 100%;
  margin-top:10px;
}
.s-pc-c-two-img:nth-child(1){
  margin-bottom: 25px;
}
/* pc three */
.s-pc-c-three{
  width: 23.5%;
  float: left;
}
.s-pc-name{
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  padding-left: 18px;
  margin-top: 14px;
  color: #24282a;
  background: url(../images/picon.png) no-repeat left center;
}
.s-pc-name2{
  margin-top: 38px;
  margin-bottom: 56px;
  background: url(../images/picon2.png) no-repeat left center;
}
.s-pc-name4{
  margin-top: 20px;
}
.section-pcategory-content a{
  width: 100%;
}
.section-pcategory-content a:hover .s-pc-name{
  color: #24282a;
}
@media(max-width:767px){
  .section-pcategory{
    width: 100%;
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .s-pc-c-one {
    width: 100%;
    float: left;
}
.s-pc-c-two {
  width: 100%;
  float: left;
  padding: 0 0;
  margin-top: 15px;
}
.s-pc-name2 {
  margin-top: 12px;
  margin-bottom: 5px;
}
.s-pc-c-three {
  width: 100%;
  float: right;
}
}
/* pcategory end */

/* about start */

.section-about {
  padding: 90px 0;
  background: #f0f6f6;
}

.section-about-content {
  width: 100%;
}


.sac-text {
  width: 100%;
  float: left;
}

.sac-text-title {
  width: 100%;
}

.sac-text-title p {
  margin: 0 0;
  text-align: center;
}

.sac-text-title p:nth-child(1) {
  font-size: 44px;
  line-height: 44px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.sac-text-title p:nth-child(2){
  width: 34px;
  height: 4px;
  background: #333;
  margin: 0 auto;
}


.sac-text-content {
  width: 100%;
  margin-top: 42px;
  margin-bottom: 52px;
  padding: 0 15px;
}

.sac-text-content p {
  margin: 0px 0;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.5px;
  text-indent: 2em;
}



.sac-text-more {
  text-align: center;
  margin-bottom: 72px;
}

.sac-text-more p {
  width: 190px;
  height: 42px;
  margin: 0 0;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: var(--first_color);
  border-radius: 21px;
}
.sac-img {
  float: right;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sac-img-group{
  width: 100%;
}

.sac-img img {
  /*width: 100%;*/
  width:580px;
}
@media(max-width:1199px){
  .sac-img-group {
    width: 32%;
}
}
@media(max-width:767px){
  .section-about {
    padding: 30px 15px;
    background: #f0f6f6;
}
.sac-text-content {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 0 15px;
}
.sac-text-more {
  text-align: center;
  margin-bottom: 32px;
}

}

/* about end */

/* product start */

.section-product {
  padding: 0 0;
  padding-top: 100px;
  padding-bottom: 110px;
}

.section-product-content {
  width: 100%;
}

.spc-title {
  width: 100%;
  margin-bottom: 6px;
  text-align: center;
}

.spc-title p {
  margin: 0 0;
  text-transform: uppercase;
}

.spc-title p:nth-child(1) {
  font-size: 44px;
  line-height: 44px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.spc-title p:nth-child(2){
  width: 34px;
  height: 4px;
  background: #333333;
  margin: 0 auto;
}


/* product list */

.product-container {
  padding: 8px 8px;
}
.product-container .swiper-wrapper .swiper-slide{
  margin-top: 50px !important;
}
.spc-list{
  display: block;
  padding: 0 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.14);
}
.spac-list-img{
  border-bottom: 1px #ccc solid;
}
/* .spc-list:hover .spac-list-img, .spc-list:hover .spac-list-title {
  border: 1px var(--first_color) solid;
}

.spc-list:hover .spac-list-title, .spc-list:hover .spac-list-title p {
  color: #fff;
  background: #var(--first_color);
} */
.spac-list-title {
  height: 96px;
  padding: 0 10px;
}

.spac-list-title p:nth-child(1){
  margin: 0 0;
  width: 100%;
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 22px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.spac-list-title p:nth-child(2){
  margin: 0 0;
  width: 60px;
  height: 22px;
  line-height: 22px;
  background: var(--first_color);
  border-radius: 11px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}


.spc-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.product-button-next, .product-button-prev {
  width: 38px;
  height: 38px;
  outline: none;
}

.product-button-next:hover, .product-button-prev:hover {
  cursor: pointer;
}

.product-button-next {
  background: url(../../../../www-x-jmqj-x-net.img.addlink.cn/template/weben/images/pleft.html) no-repeat center center;
}

.product-button-prev {
  background: url(../../../../www-x-jmqj-x-net.img.addlink.cn/template/weben/images/pright.html) no-repeat center center;
}

.spc-more {
  width: 124px;
  height: 38px;
  text-align: center;
  margin: 0 10px;
}

.spc-more a, .spc-more p {
  width: 100%;
  margin: 0 0;
  background: #083284;
  line-height: 38px;
  color: #fff;
}
@media(max-width:767px){
  .section-product {
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.product-container .swiper-wrapper .swiper-slide {
  margin-top: 20px !important;
}
}

/* product end */

/* news start */

.section-news {
  padding: 0 0;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #f0f6f6;
}

.section-news-title {
  width: 100%;
  margin-bottom: 4px
}
.section-news-title p{
  margin: 0 0;
}
.section-news-title p:nth-child(1){
  font-size: 44px;
    line-height: 44px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.section-news-title p:nth-child(2){
  width: 34px;
    height: 4px;
    background: #333;
    margin: 0 auto;
}

.section-news-content {
  width: 100%;
}


/* 新闻列表 */

.news-list {
  width: 100%;
  float: left;
}
.news-list-img{
  width: 32.5%;
  float: left;
}
.news-list-img img{
  width: 100%;
}
.news-list-text{
  width: 67.5%;
  float: left;
  padding-top: 14px;
  padding-left: 16px;
}
.news-list-text p{
  margin:  0 0;
}
.news-list-text p:nth-child(1){
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  text-align: left;
  width: 100%;
}
.news-list-text div:nth-child(2){
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  text-align: left;
  margin: 0 0;
}
.news-container .swiper-slide{
  margin-top: 40px !important;
}
@media(max-width:1199px){
  .news-list-img {
    width: 40%;
    float: left;
}
.news-list-text {
  width: 60%;
  float: left;
}
}
@media(max-width:991px){
  .news-list-img {
    width: 50%;
    float: left;
}
.news-list-text {
  width: 50%;
  float: left;
}
}
@media(max-width:767px){

  .section-news {
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f0f6f6;
}
.news-list-text{
  padding-top: 8px;
}
.news-container .swiper-slide {
  margin-top: 20px !important;
}
}
@media(max-width:345px){
  .news-list-text{
    padding-top: 0px;
  }
}
/* news end */

/* foot start */

.pre-footer-corporate {
  padding: 0 0;
  padding-top: 86px;
  padding-bottom: 70px;
  background: #fbfbfb !important;
}

.pfc-container {
  width: 100%;
}

.pfc-content {
  width: 100%;
  float: left;
}

.pfc-content-title {
  width: 21%;
  float: left;
}

.pfc-content-title p {
  margin: 0 0;
}

.pfc-content-title p:nth-child(1) {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #25282b;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.pfc-content-title p:nth-child(2) {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  text-align: left;
}

.pfc-contact {
  width: 79%;
  float: left;
  display: flex;
  padding-left: 15%;
}
.pfc-contact-group{
  width: 100%;
}
.pfc-contact-group-name,.pfc-contact-group-name:hover{
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 15px;
  color: #333;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

.pfc-contact-group-list,.pfc-contact-group-list a,.pfc-contact-group-list a:hover{
  font-size: 14px;
  color: #666666;
  text-align: left;
  font-weight: unset;
  text-transform: unset;
}




.footer-corporate {
  padding: 5px 0;
  background: #fbfbfb;
  border-top: 1px #ccc solid;
}

.footer-corporate__inner {
  display: unset;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}
.epower-foot{
  margin: 0 0;
  text-align: center;
}

.footer-corporate p, .footer-corporate p a {
  margin: 0 0;
  padding: 0 0;
  color: #333333 !important;
  font-size: 14px;
  text-align: center;
}
@media(max-width:991px){
  .pfc-contact{
    padding-left: 3%;
  }
}
@media(max-width:767px){
  .pre-footer-corporate {
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff !important;
}
.pfc-content-title {
  width: 100%;
  float: left;
}
.pfc-contact {
  display: block;
  padding-left: 0%;
}
.pfc-contact-group {
  width: 50%;
  float: left;
  margin-top: 3%;
}
}

/* foot end */

/*  */

.botmenu {
  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;
}

/*  */

/* 返回顶部 */

.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;
}