.wrap {
  width: 1200px;
  margin: 0 auto;
}
.dian {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffa228;
  margin-right: 15px;
  /*vertical-align: middle;*/
}
.banner {
  margin: 0 auto;
  height: 500px;
  /* max-width: 1920px; */
  min-width: 1200px;
  background: url('/Public/zm/img/img_bg.png');
  background-position: center;
}
.banner .wrap h3{
  letter-spacing:5px;
  padding-top: 132px;
  font-size:32px;
  font-weight:bold;
  color:#fff;
}
.banner .wrap p {
  font-size: 24px;
  color: #fff;
  margin-top: 46px;
}
.banner .wrap .btn {
  margin-top: 100px;
}
.banner .wrap .btn .to_add {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 24px;
  background: #ffa228;
  text-align: center;
}
.banner .wrap .btn .to_list {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  margin-left: 15px;
}
.gn {
  margin-bottom: 20px;
  padding: 18px 0;
  background: #fff;
}
.gn li {
  float: left;
  margin-left: 115px;
}
.gn li:first-child {
  margin-left: 0;
}
.gn li > img {
  height: 64px;
  float: left;
}
.gn li > .content {
  float: left;
  font-size: 16px;
  margin-left: 20px;
  color: #666;
  line-height: 30px;
}
.feature {
  font-size: 16px;
  padding: 40px 0;
  background: #fff;
}
.feature .feature_title {
  font-size: 24px;
  margin-bottom: 40px;
}
.feature ul li {
  width: 600px;
  float: left;
  margin-bottom: 25px;
}
.feature ul li img {
  height: 32px;
  vertical-align: middle;
  margin-right: 20px;
}
.step {
  padding: 43px 0;
  background: #3F4665;
}
.step li {
  float: left;
  margin-left: 35px;
}
.step li .order {
  display: inline-block;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  background: #ffa228;
  margin-right: 20px;
  font-size: 24px;
}
.step li span {
  color: #fff;
  font-size: 20px;
}
.step li img {
  margin-left: 34px;
  width: 150px;
}
.step li:first-child {
  margin-left: 0;
}
.comparison {
  margin-bottom: 60px;
}
.comparison .comparison_title {
  margin: 40px 0 25px 0;
}
.comparison .comparison_title span {
  font-size: 24px;
}
.comparison .content {
  position: relative;
  font-size: 16px;
}
.comparison .content .left,
.comparison .content .right {
  width: 600px;
  float: left;
}
.comparison .content .left .l_top {
  background: #0B173B;
  height: 120px;
  line-height: 120px;
}
.comparison .content .left .l_top img {
  margin-left: 58px;
  vertical-align: middle;
  height: 100px;
}
.comparison .content .left .l_top .l_title {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  margin-left: 95px;
}
.comparison .content .left ul {
  background: rgba(57, 105, 254, 0.08);
  padding-bottom: 40px;
}
.comparison .content .left ul li {
  text-align: right;
  padding-top: 40px;
}
.comparison .content .left ul li img {
  margin-right: 120px;
  height: 46px;
  vertical-align: middle;
}
.comparison .content .left ul li span {
  margin-right: 30px;
  color: #0B173B;
  font-weight: bold;
}
.comparison .content .right .r_top {
  height: 120px;
  line-height: 120px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.comparison .content .right .r_top .r_title {
  display: inline-block;
  margin-left: 120px;
  font-size: 24px;
  color: #999;
}
.comparison .content .right .r_top img {
  vertical-align: middle;
  margin-left: 110px;
}
.comparison .content .right ul {
  background: #fff;
  padding-bottom: 40px;
}
.comparison .content .right ul li {
  text-align: left;
  padding-top: 40px;
}
.comparison .content .right ul li img {
  margin-left: 120px;
  height: 46px;
  vertical-align: middle;
}
.comparison .content .right ul li span {
  margin-left: 30px;
  color: #999;
  font-weight: bold;
}
.comparison .content .middle {
  position: absolute;
  top: 120px;
  left: 560px;
  /*overflow: hidden;*/
}
.comparison .content .middle li {
  margin-top: 45px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 16px;
  text-indent: 16px;
  text-align: center;
  background: #0084F6;
  color: #fff;
  border-radius: 4px;
}
