.customize03 {
  text-align: center;
  color: #fff;
  padding: 104px 0 127px 0;
  background: url("../images/cbg.jpg") no-repeat top center;
  background-size: cover;
}
.customize03 .home-title {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.customize03 .home-title span {
  font-size: 72px;
  font-family: arial;
}
.customize03 .inmain-p {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.trade01 {
  padding: 30px 0 30px 0;
  background: #ddeaff;
}
.trade01 .list {
  margin: 0 -16px;
  padding-top: 56px;
  font-size: 0;
}
.trade01 .list li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  padding: 0 16px;
  margin-bottom: 30px;
  cursor: pointer;
  box-sizing: border-box;
}
.trade01 .list li .box {
  border-radius: 10px;
  border: solid 2px #ffffff;
  background: rgba(255, 255, 255, 0.5);
  padding: 19px 5px 24px 28px;
}
.trade01 .list li .pic {
  width: 50px;
  margin-bottom: 13px;
}
@media (min-width: 1025px) {
  .trade01 .list li:hover .box {
    background: #1f73ff;
    border: 2px solid #1f73ff;
    color: #fff;
  }
}
.trade02 {
  padding: 90px 0 110px 0;
}
.trade02 .second-nav {
  text-align: center;
  margin-top: 53px;
}
.trade02 .second-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.trade02 .second-nav li a {
  font-size: 18px;
  color: #333;
  width: 264px;
  line-height: 50px;
  background-color: #dddddd;
  border-radius: 6px;
  display: block;
}
.trade02 .second-nav .active a {
  color: #fff;
  background-color: #1f73ff;
}
.trade02 .show {
  padding-top: 40px;
}
.trade02 .show .info {
  display: none;
}
.trade02 .show .info .list1 {
  margin: 0 -17px;
}
.trade02 .show .info .list1 li {
  width: 25%;
  float: left;
  padding: 0 17px;
}
.trade02 .show .info .list1 li .box {
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 6px;
  overflow: hidden;
}
.trade02 .show .info .list1 li .box:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
}
.trade02 .show .info .list1 li .box .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 200px;
  line-height: 50px;
  font-size: 18px;
  background-color: #1f73ff;
  border-radius: 6px;
  color: #fff;
  z-index: 4;
  opacity: 0;
  transition: 0.5s;
}
.trade02 .show .info .list1 li .box .hover .iconfont {
  font-size: 22px;
  margin-right: 5px;
}
.trade02 .show .info .list1 li .pic:after {
  padding-bottom: 128.35820896%;
}
@media (min-width: 1025px) {
  .trade02 .show .info .list1 li:hover .box:after {
    opacity: 1;
  }
  .trade02 .show .info .list1 li:hover .box .hover {
    opacity: 1;
  }
  .trade02 .show .info .list1 li:hover .pic img {
    transform: scale(1.04);
  }
}
.trade03 {
  padding: 30px 0 30px 0;
  background: #f4f7fc;
}
.trade03 .list2 {
  margin: 0 -15px;
  padding-top: 33px;
}
.trade03 .list2 li {
  width: 20%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
.trade03 .list2 li .box {
  min-height: 337px;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.trade03 .list2 li .text {
  height: 126px;
  position: relative;
}
.trade03 .list2 li .text .info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 20px;
}
.trade03 .list2 li .text .h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
.trade03 .list2 li .text .p {
  font-size: 18px;
  color: #ffffff;
}
.trade03 .list2 li .jsh {
  font-size: 16px;
  line-height: 34px;
  color: #666666;
  padding: 10px 8px 10px 20px;
}
.trade03 .list2 li .jsh p {
  background: url("../images/dot.png") no-repeat left 13px;
  padding-left: 16px;
}
.trade04 {
  padding: 86px 0;
}
.trade05 {
  padding: 86px 0;
}
.trade05 .img {
  margin-top: 50px;
}