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;
}

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: #0e78db;
}

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 .container_target{
  font-size: 14px;
  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;
}
.box_banner .banner_title{
  position: absolute;
  top: 50%;width: 100%;
  left: 50%;
  transform: translate(-50%,-50%);z-index: 2;
}.box_banner .banner_title h3{
  font-size: 2rem;color: #fff;
  text-align: center;
 font-weight: bold;
}
.box_banner .banner_title p{
  font-size: 1rem;color: #fff;
  text-align: center;
 
}
.brand-box {
  width: 100%;
  padding: 3vw 0;

}
.brand-box .brand-main{
  float:none;width: 100%;

}
.brand-box .brand-list a{
  display: block;width: 100%;padding:10px 0;
}
.brand-box .brand-list .brand-pic {
  position: relative;
  padding-bottom: 45%;
  overflow: hidden;background-color:#eee;
  border: 1px solid #eee;

}
.brand-box .brand-list .brand-pic:hover .pic{  transform: translate(-50%, -50%) scale(0.9);transition: all .6s ease;}
.brand-box .brand-list .brand-title{
  background-color: #eee;padding:5px ;text-align: center;line-height: 2rem;
}
.brand-box .brand-list .brand-title.hover:hover span{
color: #fff;
position: relative;z-index: 3;
}
.brand-box .brand-list .brand-pic img.pic {
  position: absolute;
  width: 100%;transition: all .6s ease;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}

/*工程案例*/

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

}
.case-box .case-main{
  float: right;
  padding-left: 2vw;
}
.case-box .case-main .case-list{margin:8px 0}
.case-box .title .title-font {
  text-align: center;font-size: 3rem;
  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 .category-list {
  text-align: center;
  display: flex;
  justify-content: center;

}

.case-category .category-list .font a {
  display: block;
  background-color: #808080;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 2.2rem;
  color: #fff;

}

.case-category .category-list .font a:hover {
  background-color: var(--sitecolor);
}
.case-box  .cate-main {
  width: 22%;
}
.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: 1;
}
.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;
}

.prod_top_cate{padding:5px 0; background-color: #f1f1f1;}
.prod_detail{
  padding:160px 0 3vw 0;

  background-image: url(/hustatic/frontend/images/product_bg.png);
  background-position: center top;
}
.prod_detail .prod_info{
  padding:0 3vw;
}
.prod_detail .prod_info .prod_title{
color: #fff;
}
.prod_detail .prod_info .prod_summary{
  color: #eee;
  line-height: 2rem;    white-space: pre-line;
  font-size: 1rem;margin-bottom: 2rem;
  }
  .prod_detail .prod_info .tel b{color: #fff;}
  .prod_detail .prod_info .tel{
    padding:8px 15px; border-radius: 30px;
 overflow: hidden;
    color: #fff;
  }
  .prod_detail .prod_info .tel .iconfont{margin-right:5px; fill: #fff;}
  .case-list a{
    display: block;width: 100%;
  }

.case-list .case-pic {
  position: relative;
  padding-bottom: 100%;width: 100%;
  overflow: hidden;
border:1px solid #f1f1f1;
}
.case-list:hover .case-pic img.pic {
  transform:translate(-50%, -50%) scale(1.1);
  transition: all .5s;
}

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

.case-list .case-title {
  font-size: 1rem;
  line-height:1.3rem;
  color: #666;
  text-align: center;
  padding: 5px;min-height: 3rem;
  background-color: #f1f1f1;
}
.case-list .case-title.hover:hover span{
  color: #fff;
  position: relative;z-index: 3;
  }
.main-box{
  padding:3vw 0 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:#707b85;font-size: 20px;
}
.main-box .about-text{
  font-size: 1rem;
  line-height: 2rem;
  color: #666;padding: 2rem 0;
}

/*企业文化*/

.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:3vw 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: 25%;
}
.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{
padding:30px;
background-color: #f1f1f1;
}
.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 .news-text:hover{background-color:var(--sitecolor);transition: all .5s;}
.news-list .news-item .news-text:hover .news-title{
  color: #fff; transition: all .5s;
}
.news-list .news-item .news-text:hover .news-summary{
  color: rgba(255,255,255,.7); transition: all .5s;
}
.news-list .news-item .news-text:hover .news-date{
  color: rgba(255,255,255,.7); transition: all .5s;
}
/*新闻详情*/
.news-box .news-detail{
  width: 98%;
  max-width: 1500px;
  margin:3vw auto 0 auto;
}

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

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

}
.news-box .news-detail .hot-news h3{ color: var(--sitecolor);
  font-weight: bold;margin-bottom: 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 .hot-news .hot-news-pic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_articles table{
width: 100%;
border: 1px solid #eee;
}

.p_articles .firstRow{
  background-color: #eee;
}

.p_articles table td{
  padding: 10px;
  text-wrap: wrap;
  border: 1px solid #eee;
}
.news-box .news-detail .p_articles p,
.news-box .news-detail .p_articles div{
font-size: 1rem;
line-height: 2rem;
color: #666;
}
.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 .title-font{
  font-weight: bold;
  font-size: 26px;
}
.news-box .news-date em{
  font-style: normal;
}

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

.list-paddingleft-2{
  display: flex;

}
.list-paddingleft-2 li{flex: 1;}
.about-box{margin-left: auto;
  margin-right: auto;
  width: 100%;display: flex;
  background-color: #fafafa;
  background-image: url(../../images/azs_about_bg_11.jpg);
  background-position: right bottom;

}
.about-box .about-box-pic{
  flex: 1;width: 49%;    clear: left;
}
.about-box .about-box-pic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-box .about-box-main{
  flex: 1;
  padding-top: 3vw;
  padding-bottom: 3px;
  padding-right: 4vw;
  padding-left: 4vw;
}

.about-box-text .about-name b{
display: block;color: #075aad;font-size: 35px;
}
.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:#4e4e4e ;font-size: 1rem;line-height: 2rem;margin: 3vw 0 1vw 0;
  }

  
  
/*版权所有*/
  .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-list .foot-menu{
    width: 26%;
    padding: 0 3vw;
    border-left: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(255,255,255,.3);
  }
  .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%;
  background:#f1f1f1;
  padding-top: 60px;
  height: 440px;position: relative;
}

.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 .toggle {
  height: 220px;
  width:33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left
}

.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: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 220px
}

.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 {
  display: block;
 fill: #00a971;
 
  margin: 20px auto
}

.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: 20px;
  color: var(--sitecolor);
  text-align: center;
  font-weight: 700;margin-top: 20px;
  line-height: 30px;
  max-width: 212px;
  margin: 0 auto;
  margin-bottom: 15px
}

.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;
  margin: 0 auto;
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 24px
}

.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: 46px;
  height: 46px;
  margin: 0px 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){
  .news-list .row{
  padding: 0px;
  }
  .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 {
    height: 240px;
    width: 100%;border-bottom:1px solid #ccc;
  }

  .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%;
}
.prod_detail .prod_info{margin-top: 20px;}
.prod_detail {
  padding: 30px 0 30px 0;
}
.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 10px}

    .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;
  }