@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header {
    background: #fff;
}
.container_wrap {
  /* padding-bottom: 70px; */
}
.banner {
  min-width: 1200px;
  width: 100%;
  height: 481px;
  background: url(../jpg/customizedproducts_banner.jpg) no-repeat;
  background-position: top center;
}
.banner {
  /* margin-top: 115px; */
}
.banner .banner_itme {
  padding-top: 120px;
      padding-left: 34px;
}
.banner .banner_itme .banner_text_list {
  width: 630px;
}
.banner .banner_itme .banner_text_list .text-title {
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: bold;
  color: #1F2229;
  line-height: 64px;
}
.banner .banner_itme .banner_text_list .text-datail {
  max-height: 128px;
  font-size: 16px;
  font-weight: 400;
  color: #1F2229;
  line-height: 26px;
  overflow: hidden;
}
.banner .banner_itme .banner_text_list .text-btn {
  margin-top: 40px;
}
.banner .banner_itme .banner_text_list .text-btn a {
  display: block;
    width: 136px;
    height: 36px;
    background: #2B59B3;
  /* border-radius: 8px; */
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
}
.functional {
  padding-bottom: 86px;
  padding-top: 67px;
}
.functional .functional-listfl .functional-image {
  width: 275px;
  height: 300px;
  float: left;
}
.functional .functional-listfl .functional-image img {
  width: 100%;
  height: 100%;
  border: none;
}
.functional .functional-listfl .functional-word {
  margin-top: 75px;
  width: 525px;
  float: left;
  margin-left: 32px;
}
.functional .functional-listfl .functional-word .word-title {
  font-size: 26px;
  font-weight: 500;
  color: #121212;
  line-height: 37px;
}
.functional .functional-listfl .functional-word .word-page {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  line-height: 30px;
}
.functional .functional-listrg .functional-image {
  width: 342px;
  height: 315px;
  float: right;
}
.functional .functional-listrg .functional-image img {
  width: 100%;
  height: 100%;
  border: none;
}
.functional .functional-listrg .functional-word {
  margin-top: 84px;
  width: 525px;
  float: right;
  margin-right: 32px;
}
.functional .functional-listrg .functional-word .word-title {
  font-size: 26px;
  font-weight: 500;
  color: #121212;
  line-height: 37px;
  text-align: right;
}
.functional .functional-listrg .functional-word .word-page {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  line-height: 30px;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.layout_main_advice {
  width: 100%;
  background: #FBFBFB;
  height: 293px;
  min-width: 1200px;
}
.layout_main_advice .advice {
  width: 100%;
  height: 293px;
  background: url(../png/advice_bg.png) no-repeat;
  background-size: 1919px 298px;
  background-position: center center;
  position: relative;
}
.layout_main_advice .advice_list {
  box-sizing: border-box;
  width: 1200px;
  height: 293px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  padding-top: 60px;
}
.layout_main_advice .advice_list .item_title {
  width: 100%;
  text-align: center;
  line-height: 42px;
  color: #1f1f1f;
  font-size: 34px;
}
.layout_main_advice .advice_list .item_p {
  margin-top: 18px;
  width: 100%;
  text-align: center;
  line-height: 24px;
  color: #1f1f1f;
  font-size: 16px;
}
.layout_main_advice .advice_list .item_btn {
  display: block;
  margin: 0 auto;
  width: 216px;
  height: 50px;
  background: #2b59b3;
  border-radius: 8px;
  line-height: 50px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 36px;
}
