html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-y: scroll;

}

body {
  margin: 0;
  padding: 0;
  display: block;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

-webkit-scrollbar {
  width: 0;
}

scrollbar {
  width: 0;
}

.icon {
  width: 20px;
  height: 20px;
}

div {
  block-size: initial;
}

img {
  filter: blur(0);
  transition: filter 1s;
}

li {
  list-style: none;
}

p,
li,
span,
dd {
  padding: 0px;
  margin: 0px;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:root {
  --sitecolor: #033692;
}

a {
  text-decoration: none;
}

.line {
  border-top-style: solid;
  border-top-width: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 0px;
  max-height: none;
  height: auto;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
  width: 100%;
  padding: 0px 30px;
  transition: .3s;
}

.header .nav-box {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
}

.brand-nav {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.brand-nav .container_target {
  font-size: 1rem;
  line-height: 1;
  padding: 1.0833333333vw 0;
  color: #a6a6a6;
}

.brand-nav .container_target a {
  color: #a6a6a6;
}

.brand-nav .container_target .fa {
  margin: 0 5px;
  font-style: normal;
}

.brand-nav .container_target a {
  color: #a6a6a6;
}

/*滑动广告*/
.box_banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.box_banner .banner_pic {
  position: relative;
}

.box_banner .banner_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.box_banner .banner_pic::before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1;
}

.brand-box {
  width: 100%;
  padding: 0;

}

.brand-box .brand-main {
  float: none;
  width: 100%;
  padding: 3vw 0;
  background: url(../images/about_02_bg.jpg) no-repeat center;
}

.brand-main .title .title-font {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--sitecolor);
}

.brand-main .title .title-en {
  text-align: center;

  font-weight: normal;
  color: #ccc;
  font-size: 20px;
}

.brand-box .p_item {
  padding: 15px;
}

.brand-box .fuwu-list {
  padding: 3vw 2vw;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
}

.brand-box .fuwu-list .iconfont {
  max-width: 50px;
  width: 100%;
  margin: 25px auto;
}

.brand-box .fuwu-list .iconfont .icon {
  width: 45px;
  height: 45px;
  fill: #aaa;
}

.brand-box .fuwu-list h3 {
  font-size: 1.25rem;
  color: var(--sitecolor);
  font-weight: bold;
  text-align: center;
}

.jinxiaoshang-box {
  padding: 3vw 0;
}

.jinxiaoshang-box .title .title-font {
  text-align: left;
  font-size: 2.5rem;
  margin-top: 10px;
  font-weight: bold;
  color: var(--sitecolor);
}

.jinxiaoshang-box .title .title-en {
  text-align: left;
  margin-bottom: 2vw;
  color: #999;
}

.jinxiaoshang-box .brand-summary {

  color: #888;
}

/*
产品多图展示
*/
.prodPicBox {
  overflow: hidden;
  width: 100%;
  position: relative;

}

.prodPicBox .bigimg {
  position: relative;
}

.bigimg .swiper-btn {
  width: 30px;
  height: 50px;
  background-color: rgba(255, 255, 255, .6);
  background-size: 15px;
  fill: #666;
}

.bigimg .swiper-button-prev {
  left: 0px;
}

.bigimg .swiper-button-next {
  right: 0px;
}

.smallpic {
  margin-top: 15px;
}

.smallpic .swiper-slide {
  border: 2px solid #eee
}

.smallpic .swiper-slide-thumb-active {
  border: 2px solid var(--sitecolor)
}

/*工程案例*/

.case-box {
  width: 100%;
  padding: 3vw 0;

}

.case-box .case-main {
  float: none;
  padding-left: 0;
}

.case-box .case-main .case-list a {
  padding: 25px 20px;
  display: block;
}

.case-box .title .title-font {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--sitecolor);
}

.case-box .title .title-en {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: normal;
  color: #707b85;
  font-size: 20px;
}

.case-category {
  padding: 5px 0;
  background-color: #f1f1f1;
}

.case-category .category-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}

.case-category .category-list .cate-line {
  width: auto;
}

.case-category .category-list .cate-font {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  padding-bottom: 6px;
}

.case-category .category-list .cate-font a:after {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  background-color: var(--sitecolor);
  width: 0%;
  transition: all .6s;
}

.case-category .category-list .cate-font:hover a:after {
  transition: all .6s;
  width: 100%;
}

.case-category .category-list .cate-font a {
  display: block;
  padding: 0 1.2vw;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 2.2rem;
  color: #0c101e;
  position: relative;
}

.case-category .category-list .font a {
  color: #333;
  padding: 5px 15px;
  font-size: 1rem;
}

.case-category .category-list .font {
  line-height: 2.2rem;
  flex: 1;
  flex-grow: initial;
  display: contents;
}

.case-category .category-list .font a:hover {
  color: var(--sitecolor);
}

.case-box .cate-main {
  width: 22%;
}
.prod-main .prod-list .p_item a{
  display: block;
}

.prod-main .prod-list .prod-list-font{
  font-size: 1rem;  line-height: 1.4;
  font-weight:normal;color: #333333;margin: 0px;
  min-height: 50px;   -webkit-line-clamp: 2;overflow: hidden;
  display: -webkit-box;   -webkit-box-orient: vertical;
  }
  .prod-main .prod-list .prod-date{
    color: #999;font-size: 1rem;
  }
  
  .prod-main .prod-list .prod-summary{
    -webkit-line-clamp: 3;
    display: -webkit-box;margin: 1vw 0;
    -webkit-box-orient: vertical;
    overflow: hidden; color: #666;
    display-radio: -webkit-box;
  } 
  .prod-main .prod-list .pic-box{
    border: 1px solid #eee;
  }
  .prod-main .prod-list .title-box{
background-color: #eee;padding: 15px;
  }
  .prod-main .prod-list .p_item{
    flex-basis: 25%;width: 25%;
    padding: 10px;
  }
  .prod-main .prod-list .p_item:first-child{
margin-left: -10px;

  }
  .prod-main .prod-list .p_item:last-child{
    margin-right: -10px;
    
        }


.prod-category .category-list {
  text-align: center;
  display: block;


}

.prod-category .category-list .cate-title {
  padding: 20px;
  font-size: 23px;
  text-align: left;
  color: #fff;
  background-image: linear-gradient(to right, #0276b0, #00a971);
}

.prod-category .category-list .cate-title .line {
  width: 50px;
  border-top: 2px solid #afd005;
  display: block;
  margin: 5px 0;
}


.prod-category .category-list .font a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0px;
  font-size: 1rem;
  text-align: left;
  line-height: 2.2rem;
  color: #5d5d5d;
  padding: 5px;
  position: relative;
  z-index: 2;
}

.prod-category .category-list .font a i.icon {
  font-style: normal;
  color: #aaa;
}

.prod-category .category-list .font a:hover {
  color: #fff;
  color: #fff;
}

.prod-category .category-list .cate-list {
  background-color: #ebebeb;
  padding: 10px;display: flex;
  flex-wrap: wrap;
}
.prod-category .category-list .cate-list .tag {
flex: 0 0 auto;padding: 3px 8px;margin: 1px 2px;
font-size: 14px; color: #666;
border-radius: 8px;
}
.prod-category .category-list .cate-list .tag:hover a{
color: var(--sitecolor);
}
.prod-category .category-list .cate-list .tag a{
color: #666;
}

.top_nav {
  height: 90px;
  background-color: #111;
}

.prod_top_cate {
  padding-top: 55px;
}

.prod-box .prod_detail {
  padding: 80px 0;

}

.prod_info_box {
  padding-top: 80px;
}

.prod_info_box .prod_info {
  padding: 0 3vw;
}

.prod_info_box .prod_info .prod_name {
  color: #222;
}

.prod_info_box .prod_info .prod-attr {
  padding: 10px 20px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}

.prod_info_box .prod_info .prod-attr .prod-attr-list {
  font-size: 16px;
  margin: 5px 0;
  line-height: 1.2rem;
  color: #5d5d5d;
  text-align: left;
  padding: 0px;
}

.prod_info_box .prod_info .prod-attr .prod-attr-list em {
  font-weight: bold;
  margin-right: 5px;    font-style: normal;
}

.prod_info_box .prod_info .prod_summary {
  color: #666;
  line-height: 2rem;
  white-space: pre-line;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.prod_info_box .prod_info .tel b {
  color: #fff;
}

.prod_info_box .prod_info .tel {
  padding: 8px 15px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 10px;
  color: #fff;
  background-color: var(--sitecolor);
}

.prod_info_box .prod_info .tel .iconfont {
  margin-right: 5px;
  fill: #fff;
}

.p_articles td {
  padding: 7px !important;
  font-size: 1rem;
  color: #222;
}

.p_articles td p {
  font-size: 1rem;
  color: #222;
  line-height: 1.8;
}

.p_articles td span {
  font-size: 1rem;
  color: #222;
  line-height: 1.8;
}

.case-list {
  cursor: pointer;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
  width: auto;
  margin: 20px 10px;
  transition: all .6s ease;
}

.case-list:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .25);
  transition: all .6s ease;
}

.case-list a {
  display: block;
  width: 100%;
}

.case-list .case-pic {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
  overflow: hidden;

}


.case-list:hover .case-pic:hover img.pic {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all .5s;
}

.case-list .case-pic img.pic {
  position: absolute;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transition: all .5s;
  transform: translate(-50%, -50%) scale(1);
}

.case-list .case-title-box {
  padding: 20px 0;
}

.case-list .case-title-box .case-title {
  font-size:18px;
  margin: 28px 0px 20px;
  line-height: 1.6rem;
  color: #333;
  text-align:center;
  padding: 0px;

  -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-list:hover .case-title-box .case-title {
  color: var(--sitecolor);

}

.case-list .case-attr em {
  font-weight: bold;
  margin-right: 5px;
  font-style: normal;
}

.case-list .case-attr {
  font-size: 14px;
  margin: 5px 0;
  line-height: 1.2rem;
  color: #5d5d5d;
  text-align: left;
  padding: 0px;    display: flex;
  flex-wrap: wrap;

}
.case-list .case-desc {
  font-size: 14px;
  margin: 5px 0;
  line-height: 1.5rem;
  color: #666;
  text-align: left;
  padding: 0px;
  -webkit-line-clamp: 3;
  min-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

}
.case-list .case-title.hover:hover span {
  color: #fff;
  position: relative;
  z-index: 3;
}

.main-box {
  background-image: url(../images/about_02_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.main-box .title .title-font {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--sitecolor);
}

.main-box .title .title-en {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: normal;
  color: #ccc;
  font-size: 20px;
}

.main-box .about-text {
  font-size: 1rem;
  line-height: 2rem;
  color: #666;
  padding: 2rem 0;
}

.main-box .about-factory {
  margin-bottom: 85px;
}

/*企业文化*/

.youshi-box {
  padding: 3vw 0;
  margin-top: 3vw;
  background-color: #eee;
}

.youshi-box .title .title-font {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: var(--sitecolor);
}

.youshi-box .title .title-en {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: normal;
  color: #707b85;
  font-size: 20px;
}

.youshi-box .youshi-list {
  margin: 0 auto;
  max-width: 1400px;
  width: 94%;
}



.youshi-box .youshi-list-item {
  padding: 3vw 2vw;
  position: relative;
  border-radius: 15px;
  flex: 1;
  transition: all .5s ease;
  flex-basis: auto;

  background-image: linear-gradient(to top, #0276b0, #00a971);

}

.youshi-box .youshi-list-item .youshi_title {
  padding: 20px;
  text-align: center;
  display: block;
  font-size: 26px;
  line-height: 3rem;
  color: #fff;
}

.youshi-box .youshi-list-item .iconfont {

  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block;
}

.youshi-box .youshi-list-item .iconfont .icon {
  fill: #fff;
  width: 100%;
  height: auto;
}

.youshi-list-item .youshi_text {
  min-height: 50px;
  color: #fff;
  font-size: 1;
  line-height: 1.6rem;
  text-align: center;
}

.youshi-box .title .title-font {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: var(--sitecolor);
}

.youshi-box .title .title-en {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: normal;
  color: #aaa;
  font-size: 16px;
}

/*新闻资讯*/

.news-box {
  padding:0;
}

.product .news-box {
  padding-top: 0;
}

.news-box .news-list {
  margin: 4vw 0;
}

.news-box .title .title-font {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: var(--sitecolor);
}

.news-box .title .title-en {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: normal;
  color: #707b85;
  font-size: 20px;
}

.news-list .row {
  margin: 0 auto;
}

.news-list .news-item {
  display: flex;
  margin: 10px 0;

}



.news-list .news-item .news-pic {
  position: relative;
  padding-bottom: 20%;
  overflow: hidden;
}

.news-list .news-item .news-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
 
  top: 50%;
  transform: translate(-50%, -50%);

}
.news-list .news-item .news-text .btn{
  background-color: var(--sitecolor);
  border-radius: 10px;
  font-size: 1rem;
  padding: 6px 20px;
  color: #fff;
  line-height: 1.6;
  margin-top: 20px;
}
.news-list .news-item .news-text {
  padding: 30px;
  background-color: #f1f1f1;
}
.news-list .news-item:hover .news-text {

  background-color: var(--sitecolor);
}

.news-list .news-item:hover .news-text .btn{
  background-color: #fff;
  color:  var(--sitecolor);
}

.news-list .news-item .news-text .news-title .searchlight {
  color: #afd005;
  font-weight: bold;
}

.news-list .news-item .news-text .news-title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
  font-size: 1.125rem;
}

.news-list .news-item .news-text .news-summary {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  font-size: 1rem;
}

.news-list .news-item .news-text .news-date {
  color: #666;
  font-size: 1rem;
  margin-top: 10px;
  display: block;
}

.news-list .news-item:hover .news-text .news-title {
  color: #fff;
  transition: all .5s;
}

.news-list .news-item:hover .news-text .news-summary {
  color: rgba(255, 255, 255, .7);
  transition: all .5s;
}

.news-list .news-item:hover .news-text  .news-date {
  color: rgba(255, 255, 255, .7);
  transition: all .5s;
}

/*新闻详情*/
.news-box .news-detail {
  width: 94%;
  max-width: 1500px;
  margin: 3vw auto;
}

.news-box .news-detail .news-date {
  font-size: 14px;
  line-height: 1.5rem;
  color: #999;
  text-align: center;
}

.news-box .news-detail .hot-news {
  padding: 20px;
  border: 1px solid #eee;

}
.news-box .news-detail .hot-news h3:hover{
  color: var(--sitecolor);
}
.news-box .news-detail .hot-news h3 {
  color:#666;
  font-weight:normal;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.news-box .news-detail .hot-news .hot-news-pic {

  overflow: hidden;
}

.news-box .news-detail .hot-news .hot-news-pic:hover img.pic {
  transform: scale(1.1);
  transition: all .5s;
}

.news-box .news-detail .hot-news .hot-news-pic img.pic {
  transform: scale(1);
  transition: all .5s;
}

.news-box .news-detail .hot-news .hot-news-title {
  font-size: 1.125rem;
  line-height: 1.6rem;
  padding: 10px 0;
  color: #333;
}

.news-box .news-detail .hot-news .hot-news-title.hover:hover span {
  color: #fff;
  position: relative;
  z-index: 3;
}

.news-box .news-detail .hot-news .hot-news-summary {

  font-size: 1rem;
  padding: 5px 0;
  color: #666;
  line-height: 1.6rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-box .news-detail .hot-news .hot-news-pic {
  display: block;
  overflow: hidden;
}

.news-box .news-detail .hot-news .hot-news-date {
  color: #999;
  font-size: 1rem;
}

.news-box .news-detail .line {
  margin-bottom: 50px;

}

.news-box .news-detail .hot-news .hot-news-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-box .news-detail .p_articles table td {
  padding: 5px !important;
  ;


}


.news-box .news-detail .p_articles span,
.news-box .news-detail .p_articles p,
.news-box .news-detail .p_articles div {
  font-size: 1rem;
  line-height: 2rem;
  color: #666!important;
}

.news-box .news-detail .p_articles .row {
  padding: 25px 10px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.news-box .news-detail .p_articles .row:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #f1f1f1;

}

.news-box .news-detail .p_articles p.title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--sitecolor);

}

.news-box .news-detail .handle {
  height: auto;
  padding-top: 12px;
  overflow: hidden;
  clear: both;
}

.news-box .news-detail .handle .digg {
  width: 59px;
  height: 59px;
  float: left;

  margin-right: 12px;
}

.news-box .news-detail .handle .digg .digg_num {
  width: 56px;
  height: 34px;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  overflow: hidden;
  color: #6B9169;
}

.news-box .news-detail .handle .digg .digg_act {
  width: 56px;
  height: 22px;
  line-height: 23px;
  overflow: hidden;
}

.news-box .news-detail .handle .digg .digg_act a {
  margin-left: 11px;
  color: #666;
  float: left;
}

.news-box .news-detail .handle .context {
  float: left;
}

.news-box .news-detail .handle .context ul {
  padding-left: 0px;

}

.news-box .news-detail .handle .context ul li a {
  line-height: 29px;
  color: #888;
}

.news-box .news-detail .handle .context ul li a:hover {

  color: var(--sitecolor);
}

.news-box .news-detail .title-font {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

.news-box .news-date em {
  font-style: normal;
}

.prod-box .prod_detail .handle .context ul li {
  line-height: 29px;
  color: #0c101e;
}

.prod-box .prod_detail .handle .context ul li a {
  line-height: 29px;
  color: #0c101e;
}

.prod-box .prod_detail .handle .context ul li a:hover {

  color: var(--sitecolor);
}

/*公司简介*/
.about-content .jobs-text p {
  font-size: 1rem;
  line-height: 2rem;
  color: #666;
}

.list-paddingleft-2 {
  display: flex;

}

.list-paddingleft-2 li {
  flex: 1;
}

.list-paddingleft-2 li img {
  display: block;
  width: 100%;
}

.about-box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  max-height: 1100px;
  position: relative;
  padding-top: 130px;
  background-color: #017ad7;
}

.about-box .about-box-pic {
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  opacity: 1;
}

.about-box .about-box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-box .about-box-main {
  flex: 1;
  padding-top: 1vw;
  position: relative;
  z-index: 2;
  padding-bottom: 3vw;
  padding-right: 4vw;
  padding-left: 4vw;
}

.about-box-text .about-name {
  font-size: 2rem;
  color: var(--sitecolor);
  text-align: center;
  font-weight: bold;

}

.about-box-text .about-name em {
  display: block;
  font-size: 14px;
  color: #e47b02;
  font-style: normal;
}

.about-box-subnav .p_img_box .p_img {
  text-align: center;
}

.about-box-subnav .p_img_box .p_img .icon {
  width: 62px;
  height: 62px;
  fill: var(--sitecolor);
}

.about-box-subnav .p_img_box .p_title {
  font-size: 1.125rem;
  text-align: center;
  line-height: 2rem;
  margin-top: 10px;
}

.about-box-subnav .mid-nav {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.about-box-subnav {

  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.about-box-main .about-box-subnav {
  margin-top: 3vw;
}

.about-box-text .about-more a {
  border: 1px solid #aaa;
  color: #666;
  padding: 10px 25px;
  border-radius: 30px;
}

.about-box-text .about-summary {

  color: var(--bs-gray-800);
  font-size: 1rem;
  line-height: 2rem;
  margin: 3vw 0 1vw 0;
}

.about-box-text .about-youshi {

  color: var(--bs-gray-800);
  font-size: 1rem;
  line-height: 2rem;
  margin: 3vw 0 1vw 0;
}

.about-box-text .about-youshi .mun b {
  font-size: 2.25rem;
  font-weight: bold;
  color: var(--sitecolor);
}

.about-box-text .about-youshi .mun em {
  font-size: 14px;
  color: var(--sitecolor);
  font-style: normal;
}

.about-box-text .about-youshi .p_item {

  margin-bottom: 1vw;
}

.about-box-text .about-youshi .p_item .icon {
  width: 26px;
  height: 26px;
}

.about-box-text .about-youshi .p_item span {
  padding: 0 5px;
}

.about-culture {
  background-color: #444;
  padding: 85px 0;
  background-image: url(/hustatic/frontend/images/aboutaus_pic_01.jpg);
  background-position: left bottom;
  background-repeat: repeat;
  position: relative;
}

.about-culture .culure-box.box-text {
  width: 60%;
  background-color: #fff;
  padding: 50px;
  box-shadow: 0 2px 8px 0 #333;
  z-index: 2;
  position: relative;
}

.about-culture .culure-box.box-bg {
  width: 50%;
  background-image: url(/hustatic/frontend/images/aboutaus_pic_02.gif);
  background-position: right bottom;
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  z-index: 1;
}

.about-culture .culure-box .culure-top {

  font-size: 1rem;
  color: #0c101e;

}

.about-culture .culure-box .culure-list p,
.about-culture .culure-box .culure-top p {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #666;
  font-weight: normal;

}

.about-culture .culure-box .culure-list {
  padding: 10px 0;
}

.about-culture .culure-box .culure-list .font-bold {
  font-size: 1.3rem;
  color: #1c1c1c;
}

.about_advan {
  padding: 2vw 0;
}

.about_advan .title {
  padding-bottom: 45px;
}

.prod-box .prod_detail .p_articles p {
  font-size: 1rem;
  line-height: 2.2;
  color: #333;
}
.prod-box .prod_detail .p_articles strong {
  font-size: 1rem;
  line-height: 2.2;
  color: var(--sitecolor);
  border-bottom: 1px solid #eee;
    display: block;
    padding: 6px 0;
    margin-bottom: 10px;
}

.gongyi-box .gongyi-main{
  background-color: #fff;
}
.gongyi-box .gongyi-main .gongyi-title .title-font {
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  color: var(--sitecolor);
}
.gongyi-box .gongyi-main .gongyi-title{
  padding: 20px;
background-color: #eee;
}
.gongyi-box .gongyi-main .gongyi-title a{
display: block;
}
.gongyi-box .gongyi-main .gongyi-title:hover .title-font {
transition: all .6s;
  color: #fff;display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}
.gongyi-box .gongyi-main .gongyi-title:hover .gongyi-desc{
  color: rgba(255,255,255,.7);transition: all .6s;    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gongyi-box .gongyi-main .gongyi-title .title-font {
  text-align:left;font-size: 1rem;
  font-weight: bold;color: var(--sitecolor);
}
.gongyi-box .gongyi-title .gongyi-desc{
  text-align:left;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1vw;
  margin-bottom: 1vw;font-weight:normal;color:#666;font-size:1rem;
}
.gongyi-box .gongyi-title .gongyi-more{
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.gongyi-box .gongyi-main .gongyi-title:hover .time{
  color: rgba(255,255,255,.7);transition: all .6s;
}
.gongyi-box .gongyi-main .gongyi-title:hover .gongyi-more .more .icon{

  opacity: .3;
}
.gongyi-box .gongyi-title .gongyi-more .time{
color: #666;
font-size: 14px;padding: 0px;

}
.gongyi-box .gongyi-title .gongyi-more .more{
text-align: right;padding: 0px;
color:#aaa;
}
.gongyi-box .gongyi-title .gongyi-more .more .icon{

  opacity: .6;
}


.about_advan .advan_main {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 8px 10px -5px #00000014, 0 16px 24px 2px #0000000a, 0 6px 30px 5px #0000000d;
}

.about_advan .col-lg-3 {
  transition: all 0.3s ease-in-out;
  padding: 0px;
  margin: 0px;
  flex: 1;
  display: flex;
  background: var(--bs-gray-100);
  align-items: center;
  box-shadow: 0 8px 10px -5px #00000014, 0 16px 24px 2px #0000000a, 0 6px 30px 5px #0000000d;
  height: 480px;
}

.about_advan .col-lg-3.active .icon {
  fill: #fff;
}

.about_advan .col-lg-3 .icon {
  display: block;
  width: 42px;
  height: 42px;
  fill: #828898;
}

.about_advan li:nth-child(1) .icon {
  fill: #0ea3c8;
}

.about_advan li:nth-child(1) .font-bold {
  color: #0ea3c8;
}

.about_advan li:nth-child(1).active {
  background: #0ea3c8;
}

.about_advan li:nth-child(2).active {
  background: #13cf70;
}

.about_advan li:nth-child(2) .font-bold {
  color: #13cf70;
}

.about_advan li:nth-child(2) .icon {
  fill: #13cf70;
}

.about_advan li:nth-child(3).active {
  background: #84ad15;
}

.about_advan li:nth-child(3) .icon {
  fill: #84ad15;
}

.about_advan li:nth-child(3) .font-bold {
  color: #84ad15;
}

.about_advan li:nth-child(4).active {
  background: #dcab16;
}

.about_advan li:nth-child(4) .icon {
  fill: #dcab16;
}

.about_advan li:nth-child(4) .font-bold {
  color: #dcab16;
}

.about_advan li:nth-child(5).active {
  background: #ff4610;
}

.about_advan li.active {
  transition: all 0.3s ease-in-out;
  width: 35%;
  flex: 0 0 35%;


}

.about_advan .active .advan_items .font-bold {
  color: #fff;

  width: 100%;
}

.about_advan .active .advan_items .advan_summary {
  display: block;
  transition: all .5s ease;
  transform: translateY(0%);
  color: #fff;
}

.about_advan .advan_items .advan_summary {
  display: none;
  transition: all .5s ease;
  transform: translateY(50%);
}

.about_advan .advan_items {
  padding: 25px 35px;



}

.about_advan .advan_items .font-bold {
  color: var(--bs-gray-600);
  font-size: 1.5rem;
  margin-bottom: 15px;
  width: 100%;
  display: block;
}

.prod-box .prod_detail .hot-news h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  color: #828898;
  font-weight: 800;
}

.prod-box .prod_detail .hot-news .hot-news-pic {
  margin-bottom: 26px;
}

.prod-box .prod_detail .hot-news .hot-news-date {
  color: #959595;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 6px;
}

.prod-box .prod_detail .hot-news .hot-news-title {
  font-size: 21px;
  color: #0c101e;
  display: block;
  margin-bottom: 40px;
}


/*版权所有*/
.footer-box {
  padding: 3vw 0;
  background-color: #1c1c1c;
}

.footer-box .foot-message-list {
  padding: 0px;
}

.footer-box .foot-message-list .btn-primary {
  width: 100%;
  margin-top: 15px;
}

.footer-box .foot-list {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  width: 92%;
  margin: 0 auto;
}

.footer-box .foot-title {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #fff;
  font-weight: bold;
}

.footer-box .foot-contact .foot-text {
  color: #eee;
  font-size: 1rem;
}

.footer-box .foot-contact .foot-text dt {
  display: flex;
  align-items: center;

}

.footer-box .foot-contact .foot-text dt .icon {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}

.footer-box .foot-contact .foot-text em {
  font-style: normal;

}

.footer-box .foot-contact .foot-text b {
  color: #eee;
  font-size: 22px;
  display: block;
}

.foot-contact .foot-text dd {
  line-height: 2rem;
}

.foot-contact .foot-text dd .icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  fill: var(--sitecolor);
}

.copyright-box {
  padding: 2vw 0;
  justify-content: center;
  text-align: center;
  display: flex;
  background-color: #1c1c1c;
  border-top: 1px solid #666;
  color: #666;
}


/* å…¬å¸ç®€ä»‹ */
.darre_develop .develop_innovate .develop_innovate_bg {
  width: 100%;
  height: auto;
  position: relative
}

.darre_develop .develop_innovate .develop_innovate_bg .number_wrap {
  position: absolute;
  padding: 0 5%;
  width: 33.3333%
}

.darre_develop .develop_innovate .develop_innovate_bg .number_wrap .number_wrap_img {
  width: 20%;
  display: block;
  margin: 0 auto
}

.darre_develop .develop_innovate .develop_innovate_bg .number_wrap:first-child {
  left: 0
}

.darre_develop .develop_innovate .develop_innovate_bg .number_wrap:first-child+.number_wrap {
  left: 33.3333%
}

.darre_develop .develop_innovate .develop_innovate_bg .number_wrap:first-child+.number_wrap+.number_wrap {
  left: 66.6666%;
  margin-left: -4.1%
}

.darre_develop .develop_innovate .develop_innovate_bg .number_wrap:first-child+.number_wrap+.number_wrap+.number_wrap {
  left: 0;
  top: 54%
}

.darre_develop .develop_innovate .develop_innovate_bg .number_wrap:first-child+.number_wrap+.number_wrap+.number_wrap+.number_wrap {
  left: 33.3333%;
  top: 54%
}

.darre_develop .develop_innovate .develop_innovate_bg .number_wrap:first-child+.number_wrap+.number_wrap+.number_wrap+.number_wrap+.number_wrap {
  left: 66.6666%;
  margin-left: -4.1%;
  top: 54%
}

.darre_develop .develop_innovate .develop_innovate_bg .number_wrap ._number {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  padding-top: 0;
  margin-bottom: 10px
}

.darre_develop .develop_innovate .develop_innovate_bg .number_wrap ._number s {
  text-decoration: none
}

.darre_develop .develop_innovate .develop_innovate_bg .number_wrap ._desc {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 20px
}

.darre_develop .develop_innovate .develop_innovate_bg img {
  width: 100%
}

.darre_develop .develop_innovate .pt_tit {
  font-size: 40px;
  color: #000;
  line-height: 40px;
  margin-bottom: 30px
}

.darre_develop .develop_innovate .pt_tit_smaller {
  font-size: 18px;
  color: #666;
  line-height: 18px;
  margin-bottom: 57px
}

.darre_develop .develop_gray_bg {
  width: 100%;

  padding: 60px 0;
  height: auto;
  position: relative;
  background-image: url(../images/about_02_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;

}

.darre_develop .develop_gray_bg .container_main {
  position: relative;
  z-index: 2;
}

.darre_develop .develop_gray_bg .pt_tit {
  font-size: 40px;
  color: var(--sitecolor);
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;

}



.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap {
  width: 100%;
  display: flex;
  height: auto;
}
.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .b_container{
  margin-top:10px;
}
.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .cont_message{
padding-left: 30px;
}
.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle {
  height: auto;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;

  background-color: rgba(255, 255, 255, 0);
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  padding: 0 45px 25px;

}

.toggles_wrap .toggle .cont_message {

  color: #666;
}
.toggles_wrap .toggle .cont_message .layui-input-block .form-group{

  position: relative;
}
.toggles_wrap .toggle .cont_message  .form-control{
border: 0px;
line-height: 1.8;
}
.toggles_wrap .toggle .cont_message p{
line-height: 2;
color: #666;
}
.toggles_wrap .toggle .cont_message .layui-input-block .form-group .high{
  position: absolute;
  right:3px;
  top: 5px;
}

.toggles_wrap .toggle .cont_message .layui-input-block {
  margin: 10px 0;

}

.toggles_wrap .toggle .cont_message .layui-input-block .layui-form-label {
  font-size: 0.875rem;
  line-height: 2rem;
  color: #666;
}

.toggles_wrap .toggle .cont_message .submit_btn .btn {
  width: 100%;border-color:var(--sitecolor);
  background-color: var(--sitecolor);
}
.toggles_wrap .toggle .cont_message .submit_btn .btn:hover {
  background-color:#0b5ed7;
}
.toggles_wrap .toggle .map {
  padding-left: 5vw;
}

.develop_toggle_bg .contact_box {
  padding-bottom: 45px;
}


.develop_toggle_bg .contact_box .title .title-font {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--sitecolor);
}

.develop_toggle_bg .contact_box .title .title-en {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: normal;
  color: #ccc;
  font-size: 20px;
}

.toggles_wrap .cont_box {
  text-align: left;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
  margin-bottom: 20px;
  margin-right: 20px;
width: 100%;
}

.toggles_wrap .cont_box .cont_name {
  font-size: 0.875rem;
  color: var(--sitecolor);
  display: block;
  font-weight:normal;
}
.toggles_wrap .cont_box .cont_font{
  margin-top: 6px;
}
.toggles_wrap .cont_box .cont_font a{
  color:#666;
}
.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle .flex_wrap>div {
  padding: 0 10px
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle .flex_wrap .icon {

  fill: #333;

margin-right: 5px;
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle.active {
  background: rgba(27, 144, 205, .65)
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle.active ._desc {
  text-align: left
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle ._main {
  font-size: 1rem;
  color: #666;
  text-align: left;
  font-family: "arial";
  line-height: 30px;
  width: auto;


}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle ._main a {
  color: #666;
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle ._desc,
.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle ._desc.shot {
  max-width: 382px;

  color: #eee;
  font-size: 16px;
  text-align: left;
  line-height: 24px
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle ._desc.shot a {
  color: #eee;
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle ._desc.shot {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle .icon {
  width: 22px;
  height: 22px;
  margin: 0px 5px;

}

.jinxiaoshang-box .p_item:nth-child(1) {
  flex: 0 0 35%;
}

.message-box {
  padding: 20px 0px 20px 0px;
  border-color: #e6e6e6;
}

.message-box .message-box-main .form-group {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.message-box .message-box-main .title {
  margin-bottom: 60px;
  text-align: center;
}

.message-box .message-box-main .title .title-font {
  font-size: 39px;
  color: #161616;
}

.message-box .message-box-main .title .title-en {
  font-size: 19px;
  color: #747474;
}

.message-box .message-box-main .form-group .form-control {
  padding: .9rem 1.6rem;
  font-size: 0.875rem;
  background-color: #eee;
  border: 0px;
}

.message-box .message-box-main .form-group .btn-primary {
  background-color: var(--sitecolor);
  width: 100%;
}

.share-box {

  padding: 0px;
  background-color: #eee;
}

.share-box .share-main {

  margin: 0 auto;
}

.search {
  text-align: right;
  margin: 8px 0;
}

.search .public_search_form span {
  display: flex;
  justify-content: flex-end;
}

.search .public_search_form .layui-input {
  background-color: #fff;
  padding-left: 15px;
  outline: none;
  border-radius: 20px 0px 0 20px;
  border: 0;
  font-size: 0.875rem;
  max-width: 260px;
  width: 100%;
  line-height: 2rem;
}

.search .public_search_form .layui-input:focus {
  border: none;
}

.search .public_search_form .layui-btn {
  border-radius: 0 20px 20px 0;
  border: 0;
  padding: 0px 10px;
  background-color: var(--sitecolor);
  line-height: 2rem;
}

.search .public_search_form .layui-btn .icon {
  width: 18px;
  height: 18px;
  fill: #fff;

}

.empty {
  text-align: center;
}

.empty .iconfont .icon {
  height: 36px;
  fill: #ccc;
  width: 36px;

}

@media screen and (max-width: 1100px) {
  .toggles_wrap .toggle .map {
    padding-left: 0vw;
    margin: 30px 0;
  }

  .develop_toggle_bg .contact_box {
    padding-bottom: 25px;
  }

  .develop_toggle_bg .contact_box .cont_title {
    font-size: 1.5rem;
  }

  .share-box .share-main .flex_wrap.cont_mail {
    padding-left: 0vw;
    padding: 20px 0;
  }

  .foot-ewm-font img {
    max-width: 100px;
  }

  .main-box .title .title-font {

    font-size: 1.5rem;
  }

  .about-culture .culure-box.box-text {
    width: 100%;

    padding: 20px;

  }

  .about-culture .culure-box.box-text {
    width: 100%;
    padding: 20px;
  }

  .about-culture .culure-box.box-bg {
    position: static;
    width: 106%;
    padding-bottom: 94vw;
    background-size: 100%;
    background-position: center;
    margin: 0;
    margin-top: -60vw;
    margin-left: -3%;
  }

  .main-box .about-factory {
    display: none;
  }

  .list-paddingleft-2 {
    display: block;

  }

  .about-culture {
    background-size: cover;
    padding: 85px 0 0;
  }

  .about_advan {
    padding: 15px 0 25px 0;
  }

  .main-box .about-factory .col-lg-4 {
    padding: 25px 0;
  }

  .case-box .case-main .case-list a {
    padding: 0px;
    display: block;
  }

  .case-category .category-list .cate-line {
    padding: 0 5px;
    display: none;
  }

  .case-category .category-list .font a {
    line-height: 1.6rem;

    font-size: 0.875rem;
    padding: 5px 7px;
    background-color: #eee;
    margin: 5px;
    border-radius: 5px;
  }

  .prod_top_cate {
    padding-top: 25px;
  }

  .case-category {
    display: none;
  }

  .news-list .row {
    padding: 0px;
  }

  .news-box .news-detail .title-font {
    font-weight: nomal;
    font-size: 22px;
  }
  .news-box .news-detail .p_articles span,
  .news-box .news-detail .p_articles p{
    color: #666!important;
    line-height: 1.8;
    font-size: 1rem!important;
  }
  .news-box .news-detail .p_articles p img,
  .news-box .news-detail .p_articles img{
width:100%;
height: auto!important;
display: block;
max-width: 1000px;
margin: 0 auto;
  }
  .search {
    text-align: center;
    margin: 8px 0;
    padding: 0;
  }

  .youshi-box .youshi-list li {
    margin: 5px 0;
  }

  .darre_develop .develop_gray_bg {
    width: 100%;
    background: #f1f1f1;
    padding-top: 30px;
    height: auto;
  }

  .darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle {
    min-height: 40px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    border-bottom: 0px solid #333;
    display: block;
  }

  .darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .toggle .flex_wrap {
    width: 100%;
    height: auto;
    padding: 5px 25px;
  }

  .news-box .news-detail .p_articles .row:nth-child(odd) {
    display: flex;
    flex-direction: column;

    align-items: center;
    background-color: #f1f1f1;
  }

  .case-box .cate-main {
    width: 100%;
  }

  .case-box .case-list {

    margin-bottom: 28px;
  }

  .prod_info_box {
    padding-top: 25px;
  }

  .prod_info_box .prod_info .prod_name {
    margin: 35px 0;
  }

  .prod-box .prod_detail {
    padding: 50px 0;
  }

  .top_nav {
    height: 0px;
  }

  /*产品详情*/
  .prod-box .prod-detail {
    width: 92%;
    max-width: 1180px;
    margin: 60px auto 40px auto;
  }

  .prod-detail .prod_info {
    margin-top: 20px;
  }

  .prod-detail .prod_canshu_main .title-font {
    text-align: left;
  }

  .prod-box .prod_detail .p_articles table {

    width: 100% !important;
  }

  .prod-box .prod_detail .p_articles td {
    width: auto !important;
    padding: 7px;
    font-size: 1rem;
    color: #222;
  }

  .prod-box .prod_detail .p_articles td p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8;
  }

  .prod-box .prod_detail .p_articles td span {
    font-size: 1rem;
    color: #222;
    line-height: 1.8;
  }

  .prod_info_box .prod_info .tel {
    margin: 5px 0;
    display: block;

  }

  .news-box .news-detail .p_articles .row {
    padding: 25px 10px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navbar .mr-auto {
    display: none;
  }

  .about-box {
    flex-direction: column;
  }

  .about-box .about-box-pic img {
    display: block;
    width: 100%;
  }

  .case-category .category-list {
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    width:
      100%;
  }

  .case-category .category-list .font {
    flex: 1;
  }

}

.keywords {
  padding: 6px;
  background-color: #f1f1f1;
  border-radius: 5px;
  margin-top: 5px;
}

.keywords .kw_title {
  color: #888;
  font-size: 14px;
}

.keywords a {
  color: #888;
  font-size: 14px;
}
@media(max-width:750px){
  .about-box{
    padding-top: 30px;
    background-color: #017ad7;
  }
  .about-box-text .about-name {
    font-size: 1.2rem;
    color: var(--sitecolor);
    text-align: center;
    font-weight: bold;
}
  .about_advan .col-lg-3{
    flex: 0 0 100%;
    height: auto;overflow: hidden;
  }
  .about_advan .advan_items .advan_summary {
    display: block;color: #666;
    transition: all .5s ease;
    transform: translateY(0%);
}
.about_advan .advan_items {
  padding: 15px;
}
.about-box .about-box-pic {
  width: auto;
  height: 100%;
}
.about-box .about-box-pic img {
  display: block;
  width:auto;height: 100%;object-fit: cover;
}
.about-box{
  max-height:100%!important;
}
.main-box{
  background-size: cover;
}
.case-list .case-title-box{
  padding: 10px 15px;
}
.case-list .case-title-box .case-title {
  font-size: 18px;
  margin: 18px 0px 10px;
  line-height: 1.5rem;
  color: #333;
  text-align: center;
  padding: 0px;
  min-height: auto;
}
.prod-box .prod_detail .hot-news .hot-news-title {
  font-size: 16px;
  color: #0c101e;
  display: block;
  margin-bottom: 20px;
}
.prod-main .prod-list .p_item{
  flex-basis:100%;width: 100%;
  padding: 10px;
}
.prod-main .prod-list .p_item:first-child {
  margin-left: 0px;
}
.prod-main .prod-list .p_item:last-child {
  margin-right: 0px;
}
.darre_develop .develop_gray_bg .develop_toggle_bg .toggles_wrap .cont_message {
  padding-left:0px;
}
.develop_toggle_bg .contact_box .title .title-font{
  font-size: 1.5rem;
}

.brand-box .brand-main .b_container .p_item{
  flex: 0 0 100%;
}
.brand-box .brand-main  .p_item {
  padding: 10px;
}
.jinxiaoshang-box {
  padding: 3vw 0;
}
.jinxiaoshang-box .p_item:nth-child(1) {
  flex: 0 0 100%;
}
.brand-box .jinxiaoshang-box .p_item {
  padding:5px;
}
.message-box .message-box-main .form-group{
  padding: 10px 0;
}
}