@import "common.css";
.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1200px;
  max-width: 1920px;
  height: 452px;
  width: 100%;
  overflow: hidden;
}
.banner .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  height: 454px;
}
.banner .img {
  position: absolute;
  right: 0;
  top: 40px;
}
.banner .butContent {
  position: absolute;
  width: 1200px;
  height: 100%;
}
.banner .dredge,
.banner .demonstrate {
  cursor: pointer;
  position: absolute;
  top: 307px;
  width: 160px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  color: #4062ec;
}
.banner .demonstrate {
  border: 1px solid #ffffff;
  border-radius: 5px;
  left: 193px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.crm_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  width: 1200px;
}
.crm_content .chunk {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 208px;
}
.crm_content .chunk img {
  cursor: pointer;
}
.crm_content .chunk img:hover {
  transition: all 1s;
  transform: rotate(360deg);
}
.crm_content .chunk .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 70px;
}
.crm_content .chunk .minTitle {
  text-align: center;
  font-size: 13px;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #999999;
}
.channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  width: 100%;
  background-color: #f8fbff;
}
.channel_chunk {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.channel_chunk .max_title {
  width: 100%;
  font-size: 34px;
  line-height: 100px;
  font-family: SourceHanSansCN;
  font-weight: bold;
}
.channel_chunk .max_title span {
  color: #4062ec;
}
.channel_chunk .butBox .free {
  cursor: pointer;
  width: 160px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #4062ec;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #4062ec;
}
.channel_chunk .butBox .consult {
  cursor: pointer;
  margin-left: 25px;
  width: 160px;
  height: 50px;
  background: #4062ec;
  border: 1px solid #4062ec;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.channel_content_one {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  padding: 20px 0 80px 0;
}
.channel_content_one .title {
  display: flex;
  align-items: center;
}
.channel_content_one .title p {
  font-size: 13px;
  font-weight: 300;
  color: #999999;
  line-height: 29px;
}
.channel_content_one .title .main {
  font-size: 18px;
  font-weight: 600;
  color: #4062ec;
  line-height: 29px;
  padding-right: 15px;
}
.channel_content_one .describe {
  margin-top: 20px;
  margin-bottom: 56px;
  width: 498px;
  font-size: 14px;
  color:#979797;
  font-family: Microsoft YaHei;
  line-height: 29px;
}
.channel_content_one .describe span {
  color: #4062ec;
  font-weight: bold;
}
.channel_content_one .img {
  position: relative;
  right: -650px;
  transition: right 1s;
}
.channel_content_two,
.channel_content_four,
.channel_content_five {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  width: 1200px;
}
.channel_content_two .describe,
.channel_content_four .describe,
.channel_content_five .describe {
  padding-bottom: 40px;
  width: 486px;
  font-size: 16px;
  font-weight: 400;
  color: #979797;
  line-height: 30px;
}
.channel_content_two .butBox,
.channel_content_four .butBox,
.channel_content_five .butBox {
  margin-top: 20px;
}
.channel_content_two .img {
  position: relative;
  left: -500px;
  transition: left 1s;
}
.channel_content_three {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
  width: 1200px;
}
.channel_content_three .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
}
.channel_content_three .describe {
  padding-bottom: 10px;
  width: 486px;
  font-size: 16px;
  font-weight: 400;
  color: #979797;
  line-height: 30px;
}
.channel_content_three .img {
  position: relative;
  right: -650px;
  transition: right 1s;
}
.channel_content_three .butBox {
  margin-top: 30px;
}
.channel_content_four {
  padding: 80px 0;
}
.channel_content_four .img {
  position: relative;
  left: -550px;
  transition: left 1s;
}
.channel_content_five {
  padding: 70px 0;
}
.channel_content_five .img {
  position: relative;
  right: -500px;
  transition: right 1s;
}
footer {
  margin: 0;
}
