.section {
  padding: 40px 0;
}

.section-title {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.section-title small {
  display: block;
  font-size: 42px;
  text-transform: uppercase;
}

.section-title strong {
  display: block;
  position: relative;
  color: #104492;
  font-size: 30px;
  margin-top: 10px;
}

.section-title strong:after {
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 86%;
  content: "";
  background: #e5e5e5;
}

.in-prd-menu {
  margin-top: 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.in-prd-menu .hform {
  float: right;
  position: relative;
  margin-left: 10px;
}

.in-prd-menu .hform input {
  display: block;
  padding: 11px 58px 11px 15px;
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 150px;
}

.in-prd-menu .hform button {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 44px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: url(../images/901_top9.png) center no-repeat #0b60b3;
}

.in-prd-menu ul {
  margin: 0 auto;
}

.in-prd-menu li {
  float: left;
}

.in-prd-menu li a {
  display: block;
  line-height: 44px;
  font-size: 16px;
  padding: 0 16px;
  margin: 10px 0 0 10px;
  margin: 9px 9px 3px;
  color: #333;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.in-prd-menu li.active a {
  color: #fff;
  background-color: #EA222D;
}

.list-1 {
  margin: 0px 0 0 -20px;
  padding-bottom: 28px;
}

.list-1 li {
  float: left;
  width: 33.333333%;
}

.list-1 li a {
  display: block;
  padding: 20px 20px 50px;
  background-color: #f0f0f0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 50px 0 0 20px;
  position: relative;
}

.list-1 li .img-cover {
  padding-top: 0%;
}
.in-prd-con .img-cover{
    height: 285px;
}

.list-1 li .text {
  /*line-height:40px;
  font-size:18px;
  margin-top:15px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-align:center;
  */
}

.list-1 li .desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #888;
}

.list-1 li .more {
  ;
  /*border:4px solid #f0f0f0;
  background:#ffffff;
  line-height:48px;
  width:48px;
  height:48px;
  text-align:center;
  color:#b3b3b3;
  font-size:12px;
  border-radius:50%;
  -webkit-transition:all 0.5s ease;
  transition:all 0.5s ease;
  position:absolute;
  left:50%;
  bottom:-28px;
  margin-left:-28px;
  */
}

/*.list-1 li a:hover {
  background-color:#363e45;
  color:#fff;
}
.list-1 li a:hover .img-cover span {
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}
.list-1 li a:hover .more {
  background-color:#0b60b3;
  color:#fff;
  border-color:#0b60b3;
}
.list-1-1 .img-cover {
  margin:-20px -20px 0 -20px;
}
*/
.img-cover img {
  width: 100%;
  height: 100%;
}

.in-prd-con .img-cover {
  width: 100%;
}

@media screen and (max-width:767px) {

  .section,
  .section-sub {
    padding: 30px 0;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .section-title small {
    font-size: 24px;
  }

  .section-title strong {
    font-size: 18px;
  }

  .section-title strong:after {
    width: 60%;
  }

  .section-title-more .more-big {
    margin: 0 0 20px;
  }

  .section-title-1 {
    margin-bottom: 20px;
  }

  .section-title-1 strong {
    font-size: 22px;
  }

  .section-title-1 h4 {
    font-size: 18px;
    padding: 0 30px;
  }

  .in-prd-menu {
    margin: 0 0 20px;
  }

  .in-prd-menu .hform {
    float: none;
    margin: 0 0 10px;
  }

  .in-prd-menu .hform input {
    padding: 7px 50px 7px 12px;
    width: 100%;
    box-sizing: border-box;
  }

  .in-prd-menu .hform button {
    height: 36px;
  }

  .in-prd-menu ul {
    float: none;
  }

  .in-prd-menu li {
    width: 50%;
  }

  .in-prd-menu li a {
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .list-1 {
    margin: -30px 0 0 -10px;
  }

  .list-1 li {
    width: 50%;
  }

  .list-1 li a {
    margin: 30px 0 0 10px;
    padding: 10px 10px 30px 10px;
  }

  .list-1 li .text {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
  }

  .list-1 li .desc {
    font-size: 12px;
    margin-top: 5px;
  }

  .list-1 li .more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: -24px;
    bottom: -24px;
    font-size: 16px
  }

  .list-1-1 .img-cover {
    margin: -10px -10px 0;
  }

  .img-cover {
    height: 157px;
  }
}

.l_c1p1_list li {
  width: 33%;
  float: left;
  padding: 15px 15px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.in-prd-con {
  margin-top: 30px;
}

.c_c1p1_text_bot {}

.yx_title3_1 a {
  /*font-size:16px;
  */
  line-height: 1.5;
  color: #333333;
}

.ys_imgbox_contain img,
.ys_imgbox_cover img {}

.l_hdxlul {
  width: 100%;
}

.l_hdxlli {
  float: left;
}

.l_c1p1_list li:hover .c_c1p1_text_bot {
  background: #EA222D;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  padding-top: 75px !important;
  opacity: 0.8
}

.l_c1p1_list li:hover .c_c1p1_text_bot p {
  display: block;
  opacity: 1;
  width: 81px;
  height: 28px;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  font-size: 14px !important;
}

.l_c1p1_list li:hover .c_c1p1_text_bot p:nth-of-type(2) {
  background: #fff;
  color: #333 !important;
}

.l_c1p1_list li:hover .c_c1p1_text_bot .fdj {
  display: block;
  opacity: 1;
}

.l_c1p1_list li:hover .content .tit {
  line-height: 25px;
  padding: 0 20px;
  margin-bottom: 20px;
}

/*把控品质*/
.advantage {
  height: 1895px;
  position: relative;
  margin-bottom: 80px;
}

.advantage .adv_top {
  height: 172px;
  background: url(/images/advbg01.png) no-repeat center top;
}

.advantage .adv_top p.p_title {
  padding-top: 32px;
  color: #333;
}

.advantage .adv_top h2.h2_title span {
  color: #333;
}

.advantage .adv_top h2.h2_title i.titl {
  background: url(/images/titl02.png) no-repeat right center;
}

.advantage .adv_top h2.h2_title i.titr {
  background: url(/images/titr02.png) no-repeat left center;
}

.advantage .adv_con {
  height: 1722px;
  position: relative;
}

.advantage .adv_con .conbox {
  height: 322px;
  margin-top: 16px;
}

.advantage .adv_con .conbox .conImg {
  width: 522px;
}

.advantage .adv_con .conbox .contit {
  width: 470px;
  padding-top: 65px;
  position: relative;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 255px;
}

.advantage .adv_con .advbd {
  display: block;
  width: 1px;
  height: 1734px;
  position: absolute;
  left: 50%;
  margin-left: -.5px;
  top: -27px;
  background: #ea222d;
}

.advantage .adv_con .conbox .contit .adv_num {
  display: block;
  width: 105px;
  height: 105px;
  background: url(/images/advnum.png) no-repeat center;
  color: #fff;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 105px;
  font-size: 36px;
  position: absolute;
  top: 100px;
  z-index: 100;
}

h2.h2_title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.p_title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.advantage .adv_con .conbox .contit h3 {
  font-size: 28px;
  color: #333;
}

.advantage .adv_con .conbox .contit h3 i {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 40px;
}

.advantage .adv_con .conbox .contit .adv_p1 {
  font-size: 16px;
  color: #333;
  line-height: 34px;
}

.advantage .adv_con .conbox .contit.fr {
  padding-left: 100px;
  padding-right: 30px;
}

.advantage .adv_con .conbox .contit.fl {
  padding-left: 30px;
  padding-right: 100px;
}

.advantage .adv_con .conbox .contit.fr .adv_num {
  left: -52px;
}

.advantage .adv_con .conbox .contit.fl .adv_num {
  right: -52px;
}

.advantage .adv_con .conbox .adv_p2 a {
  display: block;
  margin-top: 15px;
  width: 123px;
  height: 35px;
  line-height: 35px;
  background: url(/images/ljzxa.png) no-repeat center;
  text-indent: 22px;
  font-size: 14px;
  color: #fff;
}

.advantage .adv_con .conbox:last-child .contit {
  border-bottom: none;
}

.fl img {
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init*/
.owl-carousel {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon*/
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
}

/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 38px;
  height: 74px;
  /*IE7 life-saver*/
  text-indent: 40px;
  margin-top: -16%;
  z-index: 9;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url(/images/i_pro_left.png) no-repeat;
  float: left;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background: url(/images/i_pro_left_on.png) no-repeat;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url(/images/i_pro_right.png) no-repeat;
  float: right;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background: url(/images/i_pro_right_on.png) no-repeat;
}

/* Clickable class fix problem with hover on touch devices*/
/* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver*/
  display: none;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  /*filter:Alpha(Opacity=50);
  opacity:0.5;
  */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: url(../img/i_bg3.png) no-repeat;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: url(../img/i_bg4.png) no-repeat;
}

/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images*/
.owl-item.loading {
  min-height: 150px;
  background: url(../img/ajaxloader.gif) no-repeat center center
}

#owl-demo {
  padding-bottom: 3%;
}

#owl-demo .item {
  margin: 0.5px;
  position: relative;
  height: 487px;
  /* margin-top:50px;
  */
}

#owl-demo .item img {
  /*display:block;
  */
  height: 365px;
  width: 100%;
  transition: all 0.3s;
}

#owl-demo .item .bg-list-img {
  position: absolute;
  bottom: 49px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 96%;
}

.paner .item .bg-list-tit {
  height: 56px;
  overflow: hidden;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.paner .item {
  width: 100%;
}

.paner .item .bg-list-tit h4 {
  margin: 0 auto;
  display: inline-block;
  border-bottom: 2px solid #e2e2e2;
  font-weight: normal;
  font-size: 18px;
  line-height: 54px;
  padding-left: 10px;
  padding-right: 10px;
}

.paner .item .bg-list-more {
  width: 100%;
  position: absolute;
  bottom: 0;
  /*background:url(../img/i_por_pic1.png) center 38px no-repeat #3c3a38;
  */
  height: 56px;
  line-height: 46px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  filter: Alpha(Opacity=0);
  /*IE7 fix*/
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.paner .item .i_pro_bg {
  width: 100%;
  bottom: 56px;
  /*height:100%;
  */
  height: 89%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  filter: Alpha(Opacity=0);
  /*IE7 fix*/
  opacity: 0;
  left: 0;
}

.paner .item .i_pro_bg .bg-list-yew {
  position: absolute;
  width: 8.5%;
  bottom: 0px;
  height: 30%;
  background-color: #ea222d;
  text-align: center;
  color: #fff;
}

.paner .item .i_pro_bg .bg-list-yew h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 54px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.paner .item .i_pro_bg .bg-list-hs {
  max-height: 316px;
  height: 70%;
  position: absolute;
  bottom: 30%;
  background: url(/images/i_por_pic2.png) center top no-repeat;
  background-size: 100% 100%;
  width: 8.5%;
}

.paner .item .i_pro_bg .bg-list-hs p {
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
  color: #fefefe;
  font-size: 14px;
  height: 50%;
  overflow: hidden;
  line-height: 22px;
  max-height: 198px;
}

.paner .item:hover .bg-list-img {
  /*height:93%;
  */
  height: 90%;
}

.paner .item:hover .i_pro_bg {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  transition: all 0.3s;
}

.paner .item:hover .bg-list-more {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  transition: all 0.3s;
}

.in-news-left {
  float: left;
  width: 180px;
  margin-top: 240px;
}

.more-big {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  line-height: 50px;
  margin-top: 50px;
  background-image: linear-gradient(to top, rgb(214, 214, 214), rgb(255, 255, 255));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.in-news-right {
  margin-left: 200px;
}

.list-1 {
  margin: -10px 0 0 -10px;
}

.list-1 li {
  float: left;
  width: 33.333333%;
}

.list-1 li .item {
  display: block;
  background-color: #fff;
  position: relative;
  margin: 10px 0 0 10px;
  padding: 40px 30px;
  height: 300px;
}

.list-1 li .text {
  position: relative;
  z-index: 1;
  line-height: 40px;
}

.list-1 li h4 {
  font-size: 18px;
  -webkit-transition: all 1s;
  transition: all 1s;
  padding-right: 25%;
  text-align: justify;
}

.list-1 li h4 span {
  display: block;
  height: 78px;
  overflow: hidden;
}

.list-1 li .lm {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  font-size: 18px;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.list-1 li .date {
  font-size: 18px;
  color: #999;
  -webkit-transition: all 1s;
  transition: all 1s;
  display: block;
}

.list-1 li .more {
  display: block;
  margin: 0 auto;
  line-height: 48px;
  width: 158px;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 16px;
  border: 1px solid transparent;
  background-color: #efefef;
  text-align: center;
}

.list-1 li .item:hover:before {
  height: 100%;
}

.list-1 li .item:hover h4 {
  color: #fff;
}

.list-1 li .item:hover h4:after {
  background-color: #fff;
}

.list-1 li .item:hover .lm {
  color: #fff;
}

.list-1 li .item:hover .date {
  color: #fff;
}

.list-1 li .item:hover .descrip {
  color: #fff;
}

.list-1 li .item:hover {
  background-color: #ea222d;
  border-color: #fff;
  color: #fff;
}

.list-1 li .item:hover .more {
  background-color: #ea222d;
  border-color: #fff;
  color: #fff;
}

.logo {
  display: none;
}

@media (max-width:768px) {
  .logo {
    display: block;
  }
}

.in-news-left li.active a {
  color: #fff;
  background-color: #EA222D;
}

.in-news-left li a {
  display: block;
  line-height: 44px;
  font-size: 18px;
  padding: 0 16px;
  margin: 10px 0 0 10px;
  margin: 9px 9px 3px;
  color: #333;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.in-news-left ul li {
  height: 60px;
  width: 150px;
  text-align: center;
}

.list-1 li h4 .descrip {
  color: #868686;
  font-size: 14px;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

.bg2 {
  background: url(/images/bg2.jpg) no-repeat center / cover;
  color: #fff;
}

.index-about .pro b,
.index-about .titEn {
  color: #fff;
}

.index-about .about-con .pro b {
  color: #ea222d;
}

.index-lc .pro b,
.index-lc .pro strong,
.index-lc .titEn {
  color: #fff;
}

.bg2 .pro b {
  color: #fff;
}

.l_a1bx5list {
  position: relative;
}

.l_a1bx5ul {}

.l_a1bx5list {
  position: relative;
}

.l_a1bx5bt {
  position: relative;
}

.l_a1bx5li {
  width: 10%;
  margin-bottom: 30px;
  float: left;
  /*border-right:1px solid #efefef;
  */
}

.ys_imgbox_cover {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid #e2e5e7;
}

.l_a1bx5lis .ys_imgbox_cover img {
  width: 85% !important;
  transition: all .36s;
  height: auto !important;
}

.ys_imgbox_cover img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 50% !important;
  width: 50%;
  margin-left: 25%;
}

.l_a1bx5list .ys_imgbox_cover img {}

.mobileys,
.mobilehy {
  display: none;
}

.panerMain1 {
  width: 90%;
  margin: 0 auto;
}

.footer-tel {
  color: var(--theme);
  line-height: 1;
}

.footer-tel .icon {
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  background-color: var(--theme);
  vertical-align: top;
  line-height: 32px;
  font-size: 20px;
}

.footer-tel p span:last-child {
  font-size: 24px;
  margin-left: 10px;
  color: #ea222d;
  margin-top: 3px;
  margin-bottom: 10px;
}

.footer-tel p span {
  display: inline-block;
}

.footer-tel .tel {
  font-size: 28px;
  margin-top: 18px;
  color: #ea222d;
}

.footer-email {
  margin-top: 30px;
  margin-bottom: 0px;
}

.bottom-logo {
  padding: 50px 0 50px;
}

.bottom-logo .img {
  height: 38px;
  float: left;
}

.bottom-logo .img img {
  height: 100%;
}

.bottom-logo .text {
  float: left;
  margin-left: 30px;
  padding-left: 30px;
  border-left: solid 1px #ccc;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
  opacity: 0.7;
}

.foot11 p {
  font-size: 14px;
}

@media (max-width:768px) {
  .in-prd-con .list-2 li {
    width: 50%;
  }
  .index-lc .liuyan .p4{
      width:25%;
  }
  .index-lc{
      display: none;
  }
  .in-prd-con .img-cover {
    height: 173px;
  }

  /*案例*/
  .owl-theme .owl-controls .owl-buttons div {
    margin-top: -41%;
  }

  .case .paner1 li img {
    width: 96% !important;
    margin-left: 2%;
  }

  .paner1 ul li {
    width: 33%;
    float: left;
  }

  .titEn img {
    width: 100%;
  }

  .pro {
    font-size: 24px;
    padding-top: 30px;
  }

  .titEn {
    font-size: 20px;
  }

  .case .paner1 .item {
    width: 50%;
  }

  .in-news-left ul li {
    width: 33%;
  }

  .in-news-left ul li a {
    line-height: 34px;
    font-size: 14px;
  }

  .case .paner1 {
    height: 610px;
  }

  .in-news-right .list-1 li {
    width: 100%;
  }

  .in-news-right .list-1 li h4 {
    padding-right: 0%;
  }

  .case .bg-list-tit h4 {
    color: #333;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 90%;
    overflow: hidden;
    margin-left: 5%;
  }

  .paner1 .item .i_pro_bg {
    height: 82%;
  }

  .index-hz .pro em {
    display: none;
  }

  .paner1 .item:hover .bg-list-img {
    height: 83%;
  }

  .panerMain .paner1 li img {
    width: 100%;
    height: auto;
  }

  .paner1 .item .i_pro_bg {
    display: none;
  }

  .paner1 .bg-list-img,
  .paner .bg-list-tit,
  .paner1 .bg-list-more,
  .paner1 .i_pro_bg {
    width: 100% !important;
  }

  .in-news-left {
    float: none;
    width: auto;
    margin-top: 0px;
  }

  .in-news-left li {
    float: left;
  }

  .in-news-right {
    clear: both;
    margin: 30px 0 0;
  }

  .list-1 li {
    width: 50%;
  }

  .list-1 li .item {
    padding: 15px;
    height: auto;
  }

  .list-1 li .text {
    padding: 0;
  }

  .list-1 li h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
  }

  .list-1 li h4 span {
    height: 44px;
  }

  .list-1 li .lm {
    display: none;
    position: static;
    width: auto;
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .list-1 li .date {
    font-size: 14px;
  }

  .list-1 li .more {
    margin-top: 0px;
    width: auto;
    font-size: 14px;
    line-height: 40px;
  }

  .dbpz {
    position: relative;
    margin-bottom: 70px;
  }

  .dbpz .dbpz_top {
    width: 100%;
    height: 101px;
    background: url(/images/advbg01.png) no-repeat center / cover;
  }

  .dbpz .dbpz_top p.p_title {
    padding-top: 12px;
  }

  .dbpz .dbpz_top p.p_title,
  h2.h2_title span {
    color: #333;
    font-size: 20px;
  }

  .dbpz .dbpz_top h2.h2_title i.titl {
    background-image: url(/images/titl01.png);
  }

  .dbpz .dbpz_top h2.h2_title i.titr {
    background-image: url(/images/titr01.png);
  }

  .dbpz .dbpz_con {
    margin: 0 3%;
    position: relative;
  }

  .dbpz .pzbd {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 49.4%;
    top: 0;
    background: #ea222d;
  }

  .dbpz .pro {
    padding-top: 0px;
  }

  .dbpz .dbpz_con .conbox {
    padding-top: 15px;
    position: relative;
  }

  .dbpz .dbpz_con .conbox:nth-of-type(5) {
    margin-bottom: 15px;
  }

  .dbpz .dbpz_con .conbox .pznum {
    display: block;
    width: 35px;
    height: 35px;
    background: url(/images/advnum.png) no-repeat center / cover;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50px;
    z-index: 1;
  }

  .dbpz .dbpz_con .conbox .boxImg {
    width: 44%;
    display: block;
  }

  .dbpz .dbpz_con .conbox .boxImg img {
    width: 100%;
    height: 100%;
  }

  .dbpz .dbpz_con .conbox .fl {
    display: block;
  }

  .dbpz .dbpz_con dl {
    position: relative;
    width: 45%;
  }

  .dbpz .dbpz_con dl dt {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 3px;
  }

  .dbpz .dbpz_con dl dd {
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
    color: #333;
  }

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .mobileys,
  .mobilehy {
    display: block;
  }

  .mobilehy {
    margin: 0 2%;
  }

  .dbpz_con .pzbd .fl {
    display: block !important;
  }

  h2.h2_title a,
  h2.h2_title span {
    padding: 0 6px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }

  .foot1,
  .foot12 {
    margin-top: 20px;
  }

  .bottom-logo .img {
    margin-left: 20%;
  }

  .case .paner1 li img {
    height: 180px;
  }

  .foot_bj {
    display: none;
  }
}
.case .paner .tempWrap{
    width:100% !important;
}