body {
  background: #fff;
  overflow-x: hidden;
}
.banner {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
  height: 630px;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner .bannerPhone {
  display: none;
}
.wrapper_careu .banner .h1tit {
  background: url(../images/bannertitbg.jpg) no-repeat top #a7a5a6;
  width: 465px;
  height: 100%;
  position: absolute;
  left: 20%;
  top: 0px;
  text-align: center;
}
.wrapper_careu .banner .h1tit img {
  display: inline-block;
  margin: 0 auto;
  padding-top: 222px;
  width: auto;
}
.wrapper_careu .banner .h1tit p {
  font-size: 24px;
  color: #fff;
}
.tit-box {
  background: #f8f8f8;
}
.tit-box dl {
  overflow: hidden;
  _zoom: 1;
  padding: 80px ;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tit-box dt {
  width: 25%;
  float: left;
  background: url(../images/icon2.png) no-repeat right center;
}
.tit-box dd {
  width: 70%;
  float: right;
}
.tit-box dt h1 {
  font-size: 26px!important;
  color: #333;
  margin: 0px;
  font-weight: bold;
}
.tit-box dd p {
  font-size: 16px;
  color: #666;
  line-height: 2rem;
  text-align: justify;
  overflow: hidden;
  _zoom: 1;
  margin: 0px;
  letter-spacing: 0.2px;
}
.tit-box dd p.ps {
  font-size: 0.9rem;
  color: #999;
  text-align: right;
}
.divTop {
  background: #fff;
  box-sizing: border-box;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -140px !important;
  position: relative;
  z-index: 10;
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.05);
}
.divTop .imgBox {
  width: 20%;
}
.divTop .imgBox img {
  width: 100%;
}
.divTop .txtBox {
  width: 75%;
}
.divTop .txtBox .divTit {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1d6be;
  margin-bottom: 20px;
}
.divTop .txtBox .divP p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #666666;
  line-height: 2;
}
.autowidth {
  width: 1200px;
  margin: 0 auto;
}
.imgList {
  padding: 0;
  margin: 0;
}
.imgList li {
  list-style: none;
}
.imgList li:nth-child(2n ) {
  background: #f8f8f8;
}
.imgList li:nth-child(2n ) .autowidth {
  flex-flow: row-reverse !important;
}
.imgList li:nth-child(2n + 1 ) {
  background: #fff;
}
.imgList li .autowidth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.imgList li .imgBox {
  width: 48%;
}
.imgList li .imgBox img {
  width: 100%;
}
.imgList li .txtBox {
  width: 48%;
  padding: 0 80px;
  box-sizing: border-box;
}
.imgList li .txtBox .divTit {
  font-size: 36px;
  color: #c90b15;
}
.imgList li .txtBox .divTit::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #c90b15;
  margin-bottom: 18px;
  margin-top: 18px;
}
.imgList li .txtBox .divP {
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .autowidth {
    width: 100%;
  }
  .divTop {
    margin-top: 0!important;
  }
  body {
    min-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  .autowidth {
    width: auto;
  }
  .banner {
    width: auto;
    height: auto;
    margin: 0;
    position: static;
  }
  .banner .bannerPhone {
    display: block;
  }
  .banner .bannerPc {
    display: none;
  }
  .wrapper_careu .banner .h1tit {
    display: none;
  }
  .divTop {
    margin: 0!important;
    padding: 20px;
  }
  .divTop .imgBox {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .divTop .imgBox img {
    max-width: 210px;
  }
  .divTop .txtBox {
    width: 100%;
  }
  .divTop .txtBox .divTit {
    font-size: 20px;
  }
  .divTop .txtBox .divP p {
    font-size: 16px;
  }
  .imgList li {
    margin-bottom: 20px;
  }
  .imgList li:nth-child(2n ) .autowidth {
    flex-wrap: wrap!important;
  }
  .imgList li .autowidth {
    flex-wrap: wrap;
  }
  .imgList li .autowidth .imgBox {
    width: 100%;
  }
  .imgList li .autowidth .txtBox {
    width: 100%;
    padding: 0 20px;
  }
  .imgList li .autowidth .txtBox .divTit {
    font-size: 20px;
    font-weight: bold;
  }
  .imgList li .autowidth .txtBox .divP p {
    font-size: 16px;
  }
  .tit-box dl {
    flex-wrap: wrap;
    padding: 20px;
  }
  .tit-box dt {
    width: 100%;
    margin-bottom: 20px;
    background: none;
  }
  .tit-box dd {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
