* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  list-style: none;
  line-height: 1;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

.fz_36 {
  font-size: 36px;
  color: #303133;
  font-weight: 500;
}

.type_area {
  width: 1300px;
  margin: 0 auto;
}

.type_area_two {
  width: 1250px;
  margin: 0 auto;
}

.Crm_content {
  width: 100%;
  margin-top: 80px;
}

.Crm_content .banner {
  width: 100%;
  height: 720px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 45px;
  font-weight: 500;
  color: #303030;
  background-image: url('/static/image/crw_bg.png');
     background-size: cover;
   background-position: center;
}

.Crm_content .banner .text_one {
  margin-bottom: 36px;
}

.Crm_content .banner .text_two {
  margin-bottom: 30px;
}

.Crm_content .banner .m_text {
  margin-bottom: 68px;
  font-size: 18px;
  font-weight: 500;
}

.Crm_content .banner .m_text .m_text_one {
  margin-right: 16px;
}

.Crm_content .banner .m_text .radio {
  color: #0067ED;
  margin-right: 2px;
}

.Crm_content .banner .button {
  font-size: 20px;
  color: #fff;
  width: 182px;
  text-align: center;
  height: 52px;
  flex-shrink: 0;
  line-height: 52px;
  background-color: #0067ED;
  border-radius: 6px;
  box-shadow: 0px 4px 30px 0px rgba(0, 103, 237, 0.3);
}

.Crm_content .find_custom {
  color: #303030;
  text-align: center;
  padding-top: 106px;
  padding-bottom: 120px;
}

.Crm_content .find_custom .fc_title {
  color: #303133;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
}

.Crm_content .find_custom .fc_title span {
  color: #0067ED;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Crm_content .find_custom .fc_detaile {
  color: #606266;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: 0.36px;
  margin-bottom: 60px;
}

.Crm_content .find_custom .fc_content {
  display: flex;
  align-items: center;
  height: 329px;
  justify-content: space-between;
}

.Crm_content .find_custom .fc_content .fc_left .title {
  width: 450px;
  color: #303133;
  text-align: left;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 46.4px */
  letter-spacing: 0.64px;
  margin-bottom: 40px;
}

.Crm_content .find_custom .fc_content .fc_left .item_box {
  color: #303133;
  width: 550px;
  font-size: 18px;
  font-style: normal;
  cursor: pointer;
  font-weight: 400;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: 0.36px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.Crm_content .find_custom .fc_content .fc_left .item_box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Crm_content .find_custom .fc_content .fc_left .item_box .fc_item_img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-bottom: 10px;
}

.Crm_content .find_custom .fc_content .fc_left .triangle_box {
  display: flex;
  justify-content: space-between;
}

.Crm_content .find_custom .fc_content .fc_left .triangle_box .item {
  width: 73.45px;
  height: 10px;
  margin-bottom: 10px;
}

.Crm_content .find_custom .fc_content .fc_left .triangle_box .item .icon {
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 10px solid;
}

.Crm_content .find_custom .fc_content .fc_left .triangle_box .item .Up {
  width: 0;
  height: 0;
  display: none;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #7f7f7f;
}

.Crm_content .find_custom .fc_content .fc_left .text_box {
  width: 550px;
  height: 52px;
  border-radius: 12px;
  box-shadow: 0px 4px 40px 0px rgba(6, 60, 123, 0.1);
  background-color: #7f7f7f;
  color: #fff;
  /*overflow: hidden;*/
}

.Crm_content .find_custom .fc_content .fc_left .text_box .text_item {
  width: 100%;
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 52px;
  /* //溢出隐藏省略号 */
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
  position: relative;
}

.Crm_content .find_custom .fc_content .fc_left .text_box .text_item::after {
  content: '';
  width: 29px;
  height: 13px;
  background: url(../image/jiantou002.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 14px;
  top: -13px;
}

.Crm_content .find_custom .fc_content .fc_left .text_box .text_item:nth-child(2)::after {
  left: 136px;
}

.Crm_content .find_custom .fc_content .fc_left .text_box .text_item:nth-child(3)::after {
  left: 260px;
}

.Crm_content .find_custom .fc_content .fc_left .text_box .text_item:nth-child(4)::after {
  left: 380px;
}

.Crm_content .find_custom .fc_content .fc_left .text_box .text_item:nth-child(5)::after {
  left: 496px;
}

.Crm_content .find_custom .fc_content .fc_img {
  width: 657px;
  height: 329px;
  flex-shrink: 0;
}

.Crm_content .select_custom {
  padding-top: 0;
}

.Crm_content .select_custom .fc_detaile {
  margin-bottom: 30px;
}

.Crm_content .select_custom .fc_content {
  height: auto;
  display: flex;
  flex-direction: column;
}

.Crm_content .select_custom .fc_content .img {
  width: 100%;
  height: auto;
  margin-bottom: 38px;
}

.Crm_content .select_custom .fc_content .fc_item_box {
  width: 98%;
}

.Crm_content .select_custom .fc_content .fc_item_box ul {
  display: flex;
  justify-content: space-between;
}

.Crm_content .select_custom .fc_content .fc_item_box ul .item {
  border-radius: 9px;
  width: 23%;
  padding: 26px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, #F3F5F8 0%, #FEFEFE 100%);
  box-shadow: 0px 4px 40px 0px rgba(0, 39, 86, 0.1);
}

.Crm_content .select_custom .fc_content .fc_item_box ul .item .item_top {
  display: flex;
  margin-bottom: 7px;
}

.Crm_content .select_custom .fc_content .fc_item_box ul .item .item_top .number {
  font-size: 42px;
  color: #0067ED;
  letter-spacing: 0.2px;
  font-weight: 700;
}

.Crm_content .select_custom .fc_content .fc_item_box ul .item .item_top .number .fz_30 {
  font-size: 30px;
}

.Crm_content .select_custom .fc_content .fc_item_box ul .item .title {
  color: #303133;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}

.Crm_content .select_custom .fc_content .fc_item_box ul .item .item_img {
  width: auto;
  height: 27px;
  margin-top: 10px;
  margin-left: 4px;
}

.Crm_content .manage_custom {
  color: #303030;
  text-align: center;
  padding: 90px 0;
  background-color: #F5F6F8;
}

.Crm_content .manage_custom .fc_title {
  color: #303133;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
}

.Crm_content .manage_custom .fc_title span {
  color: #0067ED;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Crm_content .manage_custom .fc_detaile {
  color: #606266;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: 0.36px;
  margin-bottom: 46px;
}

.Crm_content .manage_custom .mc_content .mc_content_top {
  display: flex;
  flex-direction: column;
}

.Crm_content .manage_custom .mc_content .mc_content_top .big_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Crm_content .manage_custom .mc_content .mc_content_top .big_box .mc_item {
  width: 29%;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 16px;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, #E5EFFF 0%, #FEFEFE 100%);
  box-shadow: 0px 4px 40px 0px rgba(0, 39, 86, 0.1);
  margin-bottom: 32px;
}

.Crm_content .manage_custom .mc_content .mc_content_top .big_box .mc_item .mc_title {
  background-color: #fff;
  color: #0067ED;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding: 16px 0;
  border-radius: 5px;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}

.Crm_content .manage_custom .mc_content .mc_content_top .big_box .mc_item .sm_title {
  display: flex;
  justify-content: space-between;
}

.Crm_content .manage_custom .mc_content .mc_content_top .big_box .mc_item .sm_title .item {
  border-radius: 4px;
  padding: 13px 14px;
  background: rgba(0, 103, 237, 0.08);
}

.Crm_content .manage_custom .mc_content .mc_content_top .big_box .mc_item_img {
  height: 15px;
  width: 23.636px;
  flex-shrink: 0;
}

.Crm_content .manage_custom .mc_content .mc_content_top .smile_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Crm_content .manage_custom .mc_content .mc_content_top .smile_box .smile_box_item {
  padding: 15px 28px;
  background-color: #fff;
  color: #0067ED;
  font-size: 20px;
  border-radius: 9px;
  font-weight: 500;
  letter-spacing: 2px;
}

.Crm_content .manage_custom .mc_content .mc_content_top .smile_box .smile_box_img {
  height: 16px;
  width: 12px;
  flex-shrink: 0;
}

.Crm_content .order {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 80px;
}

.Crm_content .order .fc_title {
  color: #303133;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 78px;
}

.Crm_content .order .fc_title span {
  color: #0067ED;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Crm_content .order .order_content {
  display: flex;
  text-align: left;
  align-items: center;
  color: #303133;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 26.1px */
}

.Crm_content .order .order_content ul {
  padding-top: 24px;
}

.Crm_content .order .order_content ul .blue_box {
  display: flex;
  border-radius: 3px;
  margin: 30px 0 30px 0;
}

.Crm_content .order .order_content ul .blue_box p {
  color: #0067ED;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  margin-right: 8px;
  border-radius: 3px;
  padding: 2px 8px;
  line-height: 145%;
  /* 21.75px */
  letter-spacing: 0.3px;
  background: rgba(0, 103, 237, 0.1);
}

.Crm_content .order .order_content ul .detaile {
  margin-bottom: 16px;
}

.Crm_content .order .order_content ul .icon1 {
  width: 134px;
  height: 140px;
  flex-shrink: 0;
  margin-top: -80px;
  margin-left: -60px;
}

.Crm_content .order .order_content .order_img_box {
  position: relative;
}

.Crm_content .order .order_content .order_img_box .icon1 {
  width: 60px;
  height: 62px;
  flex-shrink: 0;
  position: absolute;
  top: 33%;
  left: -8%;
}

.Crm_content .order .order_content .order_img_box .order_img {
  width: 688px;
  height: 370px;
  flex-shrink: 0;
}

.Crm_content .about_case {
  width: 100%;
  height: 900px;
  flex-shrink: 0;
  background-size: 100% 100%;
  background-image: url('/static/image/case_bg.png');
}

.Crm_content .about_case .title {
  padding-top: 90px;
  color: #303133;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}

.Crm_content .about_case .about_case_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.Crm_content .about_case .about_case_content .icon {
  cursor: pointer;
  width: 169px;
  height: 68px;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.Crm_content .about_case .recommend_case {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.Crm_content .about_case .recommend_case .recommend_item {
  width: 301px;
  padding-top: 8px;
  padding-bottom: 25px;
  text-align: center;
  flex-shrink: 0;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.3s;
}

.Crm_content .about_case .recommend_case .recommend_item .icon3 {
  width: 285px;
  height: 160px;
  border-radius: 6px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.Crm_content .about_case .recommend_case .recommend_item .recommend_item_title {
  color: #303133;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: left;
  padding: 20px 8px 16px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Crm_content .about_case .recommend_case .recommend_item .recommend_item_detaile {
  text-align: left;
  padding: 0 8px;
  color: #303133;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.28px;
}

.Crm_content .about_case .recommend_case .recommend_item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.Crm_content .about_case .recommend_case .recommend_item:hover .icon3 {
  transform: scale(1.01);
}

.Weixin_content .banner {
  width: 100%;
  height: 720px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 45px;
  font-weight: 500;
  color: #303030;
  background-image: url('/static/image/weixin_header_bg.png');
     background-size: cover;
   background-position: center;
}

.Weixin_content .banner .text_one {
  margin-bottom: 36px;
  font-weight: 500;
}

.Weixin_content .banner .text_two {
  margin-bottom: 30px;
  font-weight: 500;
}

.Weixin_content .banner .m_text {
  margin-bottom: 68px;
  font-size: 18px;
  font-weight: 500;
}

.Weixin_content .banner .m_text .m_text_one {
  margin-right: 16px;
}

.Weixin_content .banner .m_text .radio {
  color: #0067ED;
  margin-right: 2px;
}

.Weixin_content .banner .button {
  font-size: 20px;
  color: #fff;
  width: 182px;
  text-align: center;
  height: 52px;
  flex-shrink: 0;
  line-height: 52px;
  background-color: #0067ED;
  border-radius: 6px;
  box-shadow: 0px 4px 30px 0px rgba(0, 103, 237, 0.3);
}

.Weixin_content .about_case {
  width: 100%;
  height: 900px;
  flex-shrink: 0;
  background-size: 100% 100%;
  background-image: url('/static/image/case_bg.png');
}

.Weixin_content .about_case .title {
  padding-top: 90px;
  color: #303133;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}

.Weixin_content .about_case .about_case_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.Weixin_content .about_case .about_case_content .icon {
  cursor: pointer;
  width: 169px;
  height: 68px;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.Weixin_content .about_case .recommend_case {
  display: flex;
  justify-content: space-between;
}

.Weixin_content .about_case .recommend_case .recommend_item {
  width: 301px;
  padding-top: 8px;
  padding-bottom: 25px;
  text-align: center;
  flex-shrink: 0;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.3s;
}

.Weixin_content .about_case .recommend_case .recommend_item .icon3 {
  width: 285px;
  height: 160px;
  border-radius: 6px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.Weixin_content .about_case .recommend_case .recommend_item .recommend_item_title {
  color: #303133;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: left;
  padding: 20px 8px 16px 8px;
}

.Weixin_content .about_case .recommend_case .recommend_item .recommend_item_detaile {
  text-align: left;
  padding: 0 8px;
  color: #303133;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.28px;
}

.Weixin_content .about_case .recommend_case .recommend_item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.Weixin_content .about_case .recommend_case .recommend_item:hover .icon3 {
  transform: scale(1.01);
}

.Weixin_content .sesect_price {
  width: 100%;
  height: 130px;
  background-size: 100% 100%;
  color: #fff;
  background-image: url('/static/image/sesect_price_bg.png');
}

.Weixin_content .sesect_price form {
  height: 100%;
}

.Weixin_content .sesect_price form .sesect_price_content {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.Weixin_content .sesect_price form .sesect_price_content .spc_left {
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: 0.18px;
}

.Weixin_content .sesect_price form .sesect_price_content .spc_left .title {
  font-size: 28px;
  margin-bottom: 8px;
}

.Weixin_content .sesect_price form .sesect_price_content .spc_right {
  display: flex;
  align-items: center;
}

.Weixin_content .sesect_price form .sesect_price_content .spc_right .input_one {
  width: 240px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #2173EE;
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.Weixin_content .sesect_price form .sesect_price_content .spc_right .input_one input {
  box-sizing: border-box;
  border: none;
  outline: none;
  margin-left: 15px;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0);
}

.Weixin_content .sesect_price form .sesect_price_content .spc_right .input_one ::placeholder {
  color: #fff;
  font-size: 16px;
}

.Weixin_content .sesect_price form .sesect_price_content .spc_right .button {
  width: 240px;
  height: 44px;
  flex-shrink: 0;
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: #FFF;
  text-align: center;
  line-height: 44px;
  color: #0067ED;
  cursor: pointer;
}

.Weixin_content .efficiency {
  width: 100%;
  height: 900px;
  background-position: 46% -100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('/static/image/weixin_bg.png');
}

.Weixin_content .efficiency .title {
  text-align: center;
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 100px 0 50px 0;
}

.Weixin_content .efficiency .nav_box {
  display: flex;
  margin-bottom: 18px;
  justify-content: space-evenly;
}

.Weixin_content .efficiency .nav_box .item_nav {
  color: #000;
  font-family: Alibaba PuHuiTi 2;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 29px */
  letter-spacing: 0.4px;
  cursor: pointer;
}

.Weixin_content .efficiency .nav_box .item_nav:hover {
  color: #2173EE !important;
}

.Weixin_content .efficiency .line_box {
  display: flex;
  margin: 0 auto;
  border-bottom: 1px solid #EBEEF5;
  justify-content: space-evenly;
  margin-bottom: 64px;
}

.Weixin_content .efficiency .line_box .line {
  width: 121px;
  height: 2px;
  flex-shrink: 0;
  opacity: 0;
  background: #0067ED;
}

.Weixin_content .efficiency .nav_content .item_content {
  display: none;
}

.Weixin_content .efficiency .nav_content .item_content .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Weixin_content .efficiency .nav_content .item_content .item .img {
  width: auto;
  height: 488px;
  flex-shrink: 0;
}

.Weixin_content .efficiency .nav_content .item_content .item .img2 {
  width: auto;
  height: 400px;
  flex-shrink: 0;
}

.Weixin_content .efficiency .nav_content .item_content .item .left .title_one {
  color: #303133;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 52.2px */
  letter-spacing: 0.72px;
  margin-bottom: 32px;
}

.Weixin_content .efficiency .nav_content .item_content .item .left .sm_title {
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.Weixin_content .efficiency .nav_content .item_content .item .left .sm_title .mar_left {
  margin-left: 60px;
}

.Weixin_content .increase {
  padding: 66px 0 100px 0;
  color: #303133;
}

.Weixin_content .increase .title {
  text-align: center;
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.Weixin_content .increase .sm_title {
  color: #606266;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 42px;
  line-height: 150%;
  /* 36px */
}

.Weixin_content .increase .img_box .img {
  width: 100%;
  height: auto;
}

.Weixin_content .product_tool {
  width: 100%;
  height: 712px;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 60px;
  background-image: url('/static/image/weixin_product_bg.png');
}

.Weixin_content .product_tool .nav_box {
  width: 476px;
  height: 76px;
  flex-shrink: 0;
  border-radius: 46px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.Weixin_content .product_tool .nav_box .nav_button {
  color: #606266;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 28px;
  width: 232px;
  height: 64px;
  line-height: 64px;
  flex-shrink: 0;
  border-radius: 46px;
  cursor: pointer;
}

.Weixin_content .product_tool .nav_box .active {
  background-color: #fff;
  color: #0067ED;
}

.Weixin_content .product_tool .nav_one {
  display: none;
}

.Weixin_content .product_tool .nav_one .product_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Weixin_content .product_tool .nav_one .product_content .item {
  width: 48%;
  height: 188px;
  flex-shrink: 0;
  border-radius: 9px;
  box-sizing: border-box;
  padding: 30px;
  border: 2px solid #FFF;
  display: flex;
  margin-bottom: 40px;
  background: linear-gradient(180deg, #E5EFFF 0%, #FEFEFE 100%);
  box-shadow: 0px 4px 40px 0px rgba(0, 73, 158, 0.05);
}

.Weixin_content .product_tool .nav_one .product_content .item .icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  margin-right: 14px;
}

.Weixin_content .product_tool .nav_one .product_content .item .detaile .name {
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 145%;
  /* 34.8px */
  letter-spacing: 0.48px;
}

.Weixin_content .product_tool .nav_one .product_content .item .detaile .title {
  color: #606266;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
}

.Weixin_content .product_tool .nav_one .product_content .item .detaile .title span {
  color: #0067ED;
}

.Weixin_content .product_tool .nav_one .product_content .item .detaile .blue_box {
  padding-top: 18px;
}

.Weixin_content .product_tool .nav_one .product_content .item .detaile .blue_box span {
  color: #0067ED;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 20.3px */
  letter-spacing: 0.28px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-right: 4px;
  background: rgba(0, 103, 237, 0.1);
}

.Weixin_content .product_tool .nav_two {
  height: 500px;
}

.Weixin_content .product_tool .nav_two .nav_serve {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.Weixin_content .product_tool .nav_two .nav_serve .item {
  width: 301px;
  height: 350px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 2px solid #FFF;
  padding: 12px;
  background: linear-gradient(180deg, #F3F5F8 0%, #FEFEFE 100%);
  box-shadow: 0px 4px 40px 0px rgba(0, 73, 158, 0.05);
}

.Weixin_content .product_tool .nav_two .nav_serve .item .name {
  color: #FFF;
  font-family: Alibaba PuHuiTi 2;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.48px;
  text-align: center;
  width: 277px;
  height: 64px;
  line-height: 64px;
  flex-shrink: 0;
  border-radius: 5px;
  background: var(--0067-ed, #0067ED);
  box-shadow: 0px 4px 30px 0px rgba(0, 103, 237, 0.3);
}

.Weixin_content .product_tool .nav_two .nav_serve .item .title {
  color: #606266;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 98%;
  padding-left: 6px;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.Weixin_content .product_tool .nav_two .nav_serve .item .title span {
  color: #0067ED;
}

.Weixin_content .product_tool .nav_two .nav_serve .item p {
  margin-bottom: 24px;
}

.Weixin_content .personality .title {
  margin-bottom: 70px;
}

.Pc_content .banner {
  width: 100%;
  height: 932px;
  flex-shrink: 0;
   background-size: cover;
   background-position: center;
  background-image: url(/static/image/pcimg1.png);
}

.Pc_content .banner .content_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Pc_content .banner .content_box .left_text {
  padding-top: 170px;
}

.Pc_content .banner .content_box .left_text .title {
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.Pc_content .banner .content_box .left_text .content {
   width: 700px;
    color: #303133;
    font-family: Alibaba PuHuiTi 2;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    line-height: 200%;
    margin: 32px 0 40px 0;
}

.Pc_content .banner .content_box .left_text .button {
  width: 182px;
  height: 52px;
  border-radius: 6px;
  background: #0067ED;
  line-height: 52px;
  color: #FFF;
  font-family: Alibaba PuHuiTi 2;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.Pc_content .banner .content_box .img {
  width: 760px;
  height: 760px;
  flex-shrink: 0;
}

.Pc_content .Plan {
  width: 100%;
  background-size: 100% 100%;
  padding-bottom: 50px;
  background-image: url(/static/image/pcimg3.png);
}

.Pc_content .Plan .Number {
  width: 1300px;
  margin: 0 auto;
  height: 176px;
  background-color: #fff;
  border-radius: 9px;
  margin-top: -85px;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 122px;
}

.Pc_content .Plan .Number .item {
  display: flex;
  align-items: center;
}

.Pc_content .Plan .Number .item .img {
  width: 72px;

  margin-right: 22px;
}

.Pc_content .Plan .Number .item .num {
  color: #303133;
  font-size: 42px;
  font-style: normal;
  margin-bottom: 10px;
  width: 150px;
}

.Pc_content .Plan .Number .item .num .font_w {
  font-weight: 700;
}

.Pc_content .Plan .Number .item .num .add {
  display: inline-block;
  color: #303133;
  font-size: 16px;
  font-weight: 700;
  margin-left: -6px;
}

.Pc_content .Plan .Number .item .name {
  color: #656F89;
  font-size: 16px;
  padding-left: 6px;
}

.Pc_content .Plan .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.Pc_content .Plan .top .left_name {
  color: #303133;
  text-align: center;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
}

.Pc_content .Plan .top .left_name .add {
  color: #0067ED;
  font-family: Alibaba PuHuiTi 2;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.1px;
}

.Pc_content .Plan .top .detaile {
  width: 629px;
  color: #303133;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
}

.Pc_content .Plan .swiper {
  width: 100%;
  /*margin-left: 16%;*/
  /*border-radius: 30px;*/
  overflow: hidden;
}

.Pc_content .Plan .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.Pc_content .Plan .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  cursor: pointer;
}

.Pc_content .Plan .swiper .swiper-wrapper .swiper-slide .title {
  color: var(--, #303133);
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 29px */
  letter-spacing: 0.4px;
  padding: 32px;
}

.Pc_content .Originality {
  background-color: #fff;
  padding: 80px 0;
}

.Pc_content .Originality .Originality_area {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Pc_content .Originality .Originality_area .left {
  margin-right: 50px;
}

.Pc_content .Originality .Originality_area .left .left_name {
  color: #303133;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
}

.Pc_content .Originality .Originality_area .left .left_name .add {
  color: #0067ED;
  font-family: Alibaba PuHuiTi 2;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.1px;
}

.Pc_content .Originality .Originality_area .left .title {
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
}

.Pc_content .Originality .Originality_area .right {
  display: flex;
  margin-right: -60px;
}

.Pc_content .Originality .Originality_area .right .left_img {
  width: 480px;
  text-align: right;
  margin-right: 24px;
}

.Pc_content .Originality .Originality_area .right .left_img .img {
  width: 480px;
  height: 270px;
  flex-shrink: 0;
  margin-bottom: 24px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.Pc_content .Originality .Originality_area .right .left_img .img:hover {
  transform: scale(1.03);
}

.Pc_content .Originality .Originality_area .right .right_img {
  width: 480px;
  padding-top: 66px;
  text-align: right;
}

.Pc_content .Originality .Originality_area .right .right_img .img {
  width: 480px;
  height: 270px;
  cursor: pointer;
  flex-shrink: 0;
  margin-bottom: 24px;
  transition: all 0.5s ease-in-out;
}

.Pc_content .Originality .Originality_area .right .right_img .img:hover {
  transform: scale(1.02);
}

.Pc_content .experience {
  padding-bottom: 100px;
}

.Pc_content .experience .left_name {
  color: #303133;
  text-align: center;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}

.Pc_content .experience .left_name .add {
  color: #0067ED;
  font-family: Alibaba PuHuiTi 2;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.1px;
}

.Pc_content .experience .title {
  text-align: center;
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
}

.Pc_content .experience .main_img_box {
  text-align: center;
  padding:0 0 0 0;
}

.Pc_content .experience .main_img_box .main_img {
  width: 90%;
  height: auto;
  flex-shrink: 0;
}

.Pc_content .Custom {
  padding-top: 103px;
  background-color: #f5f6f8;
}

.Pc_content .Custom .name {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 65.25px */
  letter-spacing: 0.9px;
}

.Pc_content .Custom .title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  padding-bottom: 30px;
}

.Pc_content .Custom .top_box {
  padding-bottom: 60px;
}

.Pc_content .Custom .top_box ul {
  display: flex;
  justify-content: space-between;
}

.Pc_content .Custom .top_box ul .item {
  width: 410px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 19px 24px;
  flex-shrink: 0;
  border-radius: 9px;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, #E5EFFF 0%, #FEFEFE 100%);
  box-shadow: 0px 4px 52.7px 0px rgba(0, 73, 158, 0.1);
}

.Pc_content .Custom .top_box ul .item img {
  width: auto;
  height: 57px;
}

.Pc_content .Custom .top_box ul .item .text_area {
  padding-top: 18px;
  width: 362px;
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: 0.36px;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align:justify;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.Pc_content .Custom .top_box ul .item .Custom_name {
  padding-top: 20px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
}

.Pc_content .Custom .top_box ul .item .Custom_name .line {
  display: inline-block;
  width: 44px;
  height: 1px;
  flex-shrink: 0;
  margin-right: 8px;
  background-color: #303133;
}

.Pc_content .Custom .top_box ul .itembg {
  background: linear-gradient(180deg, #F3F5F8 0%, #FEFEFE 100%);
  box-shadow: 0px 4px 52.7px 0px rgba(0, 73, 158, 0.1);
}

.Pc_content .Custom .top_box ul .item:hover {
  /* 边框阴影 */
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  /* 边框阴影 */
}

.Pc_content .Custom .about_case {
  width: 100%;
  flex-shrink: 0;
  padding: 20px 0 60px 0;
}

.Pc_content .Custom .about_case .title {
  padding-top: 90px;
  color: #303133;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}

.Pc_content .Custom .about_case .about_case_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 35px;
}

.Pc_content .Custom .about_case .about_case_content .icon {
  cursor: pointer;
  width: 169px;
  height: 68px;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.Pc_content .sesect_price {
  width: 100%;
  height: 130px;
  background-size: 100% 100%;
  color: #fff;
  background-image: url('/static/image/sesect_price_bg.png');
}

.Pc_content .sesect_price form {
  height: 100%;
}

.Pc_content .sesect_price form .sesect_price_content {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.Pc_content .sesect_price form .sesect_price_content .spc_left {
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: 0.18px;
}

.Pc_content .sesect_price form .sesect_price_content .spc_left .title {
  font-size: 28px;
  margin-bottom: 8px;
}

.Pc_content .sesect_price form .sesect_price_content .spc_right {
  display: flex;
  align-items: center;
}

.Pc_content .sesect_price form .sesect_price_content .spc_right .input_one {
  width: 240px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #2173EE;
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.Pc_content .sesect_price form .sesect_price_content .spc_right .input_one input {
  box-sizing: border-box;
  border: none;
  outline: none;
  margin-left: 15px;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0);
}

.Pc_content .sesect_price form .sesect_price_content .spc_right .input_one ::placeholder {
  color: #fff;
  font-size: 16px;
}

.Pc_content .sesect_price form .sesect_price_content .spc_right .button {
  width: 240px;
  height: 44px;
  flex-shrink: 0;
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: #FFF;
  text-align: center;
  line-height: 44px;
  color: #0067ED;
  cursor: pointer;
}

.App_content .banner .content_box .left_text .button {
  border-radius: 30px;
}

.App_content .banner .content_box .img {
  margin-top: 140px;
  width: 520px;
  height: 479px;
  flex-shrink: 0;
}

.App_content .Plan {
  padding-bottom: 90px;
}

.App_content .Plan .Number {
  margin-bottom: 102px;
}

.App_content .Plan .title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 65.25px */
  letter-spacing: 0.9px;
}

.App_content .Plan .img_box {
  text-align: center;
  padding-top: 59px;
}

.App_content .Plan .img_box .content_img {
  width: 90%;
  height: auto;
  flex-shrink: 0;
}

.App_content .Experience {
  padding: 130px 0;
}

.App_content .Experience .title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 65.25px */
  letter-spacing: 0.9px;
  margin-bottom: 57px;
}

.App_content .Experience .item_box {
  display: flex;
}

.App_content .Experience .item_box .item {
  width: 325px;
  height: 415px;
  flex-shrink: 0;
  text-align: center;
  padding: 48px 26px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  border: 1px solid #EBEEF5;
  border-right: none;
  position: relative;
  background: linear-gradient(180deg, #FFF 0%, #F0F7FF 100%);
}

.App_content .Experience .item_box .item .item_title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 29px */
  letter-spacing: 0.4px;
}

.App_content .Experience .item_box .item .line {
  width: 24px;
  height: 3px;
  flex-shrink: 0;
  margin: 12px 0;
  background: #0067ED;
}

.App_content .Experience .item_box .item .detaile {
  color: #606266;
  text-align: justify;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 0.28px;
}

.App_content .Experience .item_box .item .right_icon {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.App_content .Experience .item_box .item4 {
  border-right: 1px solid #EBEEF5;
}

.App_content .Experience .item_box .item:hover {
  transform: scale(1.005);
  /* 边框阴影 */
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  /* 边框阴影 */
}

.App_content .phone {
  width: 100%;
  background-color: #f5f6f8;
  padding: 135px 0 167px 0;
}

.App_content .phone .title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 65.25px */
  letter-spacing: 0.9px;
  margin-bottom: 16px;
}

.App_content .phone .detaile {
  color: #606266;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 84px;
  /* 36px */
}

.App_content .phone .swiper {
  width: auto;
  padding-left: 20%;
  padding-right: 10%;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.App_content .phone .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.App_content .phone .swiper .swiper-wrapper .swiper-slide {
  width: 416px;
  height: 616px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 616px;
}

.App_content .phone .swiper .swiper-wrapper .swiper-slide .jiantou {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-left: 10px;
}

.App_content .phone .swiper .swiper-wrapper .swiper-slide p {
  /* width: 100%;
  height: 100%; */
  /* line-height: 616px; */
  color: #000;
  font-size: 16px;
}

.App_content .phone .swiper .swiper-wrapper .swiper-slide .img {
  width: 416px;
  height: 616px;
  border-radius: 30px;
  cursor: pointer;
}

.App_content .phone .swiper .swiper-wrapper .swiper-slide .title {
  color: var(--, #303133);
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 29px */
  letter-spacing: 0.4px;
  padding: 32px;
}

.App_content .serve {
  padding: 98px 0 110px 0;
}

.App_content .serve .title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 65.25px */
  letter-spacing: 0.9px;
  margin-bottom: 16px;
}

.App_content .serve .detaile {
  width: 543px;
  color: #606266;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  margin: 0 auto;
  line-height: 150%;
  /* 36px */
  margin-bottom: 41px;
}

.App_content .serve .content {
  text-align: center;
}

.App_content .serve .content .content_img {
  width: 1300px;
  height: auto;
}

.E-commerce .banner {
  width: 100%;
  height: 792px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('/static/img/dshome.png');
}

.E-commerce .banner .fz_60 {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
}

.E-commerce .banner .fz_16 {
  color: #FFF;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.64px;
}

.E-commerce .banner .button {
  margin-top: 105px;
  text-align: center;
  line-height: 52px;
  color: #0067ED;
  font-size: 20px;
  width: 182px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: #FFF;
  cursor: pointer;
  box-shadow: 0px 4px 30px 0px rgba(0, 103, 237, 0.3);
}

.E-commerce .Plan {
  padding-bottom: 0;
  background-color: none;
  background-image: none;
}

.E-commerce .Plan .Number {
  margin-bottom: 0;
  background: linear-gradient(180deg, #F2F6FB 0%, #FFF 100%);
  box-shadow: 0px 4px 52.7px 0px rgba(0, 73, 158, 0.1);
}

.E-commerce .Module_one {
  text-align: center;
  padding-bottom: 50px;
}

.E-commerce .Module_one .title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.571px;
  margin: 110px 0 60px 0;
}

.E-commerce .Module_one .content_img {
  width: 1300px;
  height: auto;
}

.E-commerce .Module_two {
  width: 100%;
  height: 1163px;
  background-size: 100% 100%;
  padding-top: 86px;
  background-image: url('/static/img/dshome6.png');
}

.E-commerce .Module_two .title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.571px;
  padding-bottom: 20px;
}

.E-commerce .Module_two .destial {
  color: #606266;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: 0.36px;
}

.warehouse .Plan .Number .item .num {
  width: 180px;
}

.warehouse .banner {
  width: 100%;
  height: 792px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('/static/img/jdycimg1.png');
}

.warehouse .banner .fz_60 {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
}

.warehouse .banner .fz_16 {
  width: 615px;
  color: #FFF;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.64px;
}

.warehouse .banner .button {
  margin-top: 105px;
  text-align: center;
  line-height: 52px;
  color: #0067ED;
  font-size: 20px;
  width: 182px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: #FFF;
  cursor: pointer;
  box-shadow: 0px 4px 30px 0px rgba(0, 103, 237, 0.3);
}

.warehouse .Plan {
  padding-bottom: 0;
  background-color: none;
  background-image: none;
}

.warehouse .Plan .Number {
  margin-bottom: 0;
  background: linear-gradient(180deg, #F2F6FB 0%, #FFF 100%);
  box-shadow: 0px 4px 52.7px 0px rgba(0, 73, 158, 0.1);
}

.warehouse .Plan .title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.571px;
  padding: 59px 0 50px 0;
}

.title .add {
  color: #0067ED;
}

.warehouse .Plan .content_item_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 90px;
}

.warehouse .Plan .content_item_box .c_item {
  width: 412px;
  height: 112px;
  cursor: pointer;
  flex-shrink: 0;
  margin-bottom: 32px;
  border-radius: 6px;
  border: 2px solid #FFF;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  background: linear-gradient(180deg, #F3F5F8 0%, #FEFEFE 100%);
  box-shadow: 0px 4px 40px 0px rgba(0, 39, 86, 0.1);
}

.warehouse .Plan .content_item_box .c_item .number {
  color: #0067ED;
  font-family: D-DIN Condensed;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 63px */
  margin-right: 26px;
  margin-left: 28px;
}

.warehouse .Plan .content_item_box .c_item .right_title {
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.36px;
}

.warehouse .Plan .content_item_box .c_item .right_detaile {
  color: #606266;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 20.3px */
  letter-spacing: 0.28px;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.warehouse .Plan .content_item_box .c_item:hover {
  transform: scale(1.01);
}

.warehouse .programme {
  width: 100%;
  height: 933px;
  flex-shrink: 0;
  background-size: 100% 100%;
  background-image: url('/static/img/jdycimg5.png');
}

.warehouse .programme .title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.571px;
  padding: 97px 0 16px 0;
}

.warehouse .programme .detaile {
  color: #606266;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.36px;
  margin-bottom: 44px;
}

.warehouse .programme .content_img_box {
  text-align: center;
}

.warehouse .programme .content_img_box .content_img {
  width: 1300px;
  height: 612px;
  flex-shrink: 0;
}

.warehouse .show {
  width: 100%;
  padding-bottom: 120px;
}

.warehouse .show .title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.571px;
  padding: 0 0 16px 0;
}

.warehouse .show .img_box {
  padding-top: 60px;
}

.warehouse .show .img_box .top {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.warehouse .show .img_box .top img {
  width: 645px;
  height: 360px;
  flex-shrink: 0;
}

.warehouse .show .img_box .bottom {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.warehouse .show .img_box .bottom img {
  width: 427px;
  height: 284px;
  flex-shrink: 0;
}

.warehouse .serve .title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.571px;
  padding: 97px 0 16px 0;
}

.warehouse .serve .title2 {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.571px;
  padding: 0px 0 16px 0;
}

.warehouse .serve .detaile {
  color: #606266;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.36px;
  margin-bottom: 44px;
}

.warehouse .serve .content_img_box {
  text-align: center;
}

.warehouse .serve .content_img_box .content_img {
  width: 1050px;
  height: 407px;
  flex-shrink: 0;
  margin-bottom: 110px;
}

.warehouse .serve .content_img_box .content_img2 {
  width: 1245px;
  height: 172px;
  flex-shrink: 0;
}

.warehouse .serve .item_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 80px;
}

.warehouse .serve .item_box .item {
  width: 150px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 24px;
  cursor: pointer;
}

.warehouse .serve .item_box .item img {
  width: 100%;
  height: 100%;
}

.WeMedia .banner {
  height: 792px;
  background-image: url('/static/img/WeMedia1.png');
}

.WeMedia .banner .content_box .left_text {
  padding-top: 200px;
}

.WeMedia .banner .content_box .left_text .title {
  color: #fff;
}

.WeMedia .banner .content_box .left_text .content {
  width: 504px;
  color: #fff;
}

.WeMedia .banner .content_box .left_text .button {
  width: 182px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #FFF;
  color: #0067ED;
  box-shadow: 0px 4px 30px 0px rgba(0, 103, 237, 0.3);
}

.WeMedia .new_juzhen {
  text-align: center;
  padding-bottom: 89px;
}

.WeMedia .new_juzhen .fc_title {
  color: #303133;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
  padding-top: 110px;
}

.WeMedia .new_juzhen .fc_title span {
  color: #0067ED;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.WeMedia .new_juzhen .fc_detaile {
  color: #606266;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: 0.36px;
  margin-bottom: 60px;
}

.WeMedia .new_juzhen .swiper_one {
  width: 1700px;
  margin-left: 14%;
  border-radius: 12px;
  padding-right: 200px;
}

.WeMedia .new_juzhen .swiper_one .swiper-wrapper .swiper-slide {
  width: 630px;
  cursor: pointer;
  flex-shrink: 0;
}

.WeMedia .new_juzhen .swiper_one .swiper-wrapper .swiper-slide .img {
  /* 边框阴影 */
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  /* 边框阴影 */
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 40px;
}

.WeMedia .new_juzhen .button {
  width: 182px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #0067ED;
  background: #0067ED;
  color: #fff;
  font-size: 20px;
  line-height: 52px;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 44px;
  box-shadow: 0px 4px 30px 0px rgba(0, 103, 237, 0.3);
}

.WeMedia .black_box {
  width: 100%;
  height: 640px;
  display: flex;
  background-color: #131313;
}

.WeMedia .black_box .left_box .img {
  width: 970px;
  height: 640px;
  display: none;
}

.WeMedia .black_box .active_box {
  height: 100%;
  width: 640px;
  display: flex;
  flex-wrap: wrap;
}

.WeMedia .black_box .active_box .active_but {
  width: 50%;
  height: 50%;
  box-sizing: border-box;
  padding: 48px;
  background-color: #2E2E2E;
}

.WeMedia .black_box .active_box .active_but .close {
  display: none;
}

.WeMedia .black_box .active_box .active_but .text {
  color: #FFF;
  font-family: Alibaba PuHuiTi 2;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 42px */
  letter-spacing: 0.56px;
}

.WeMedia .black_box .active_box .active_but img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-bottom: 110px;
  transition: all 0.5s;
}

.WeMedia .black_box .active_box .active_but:hover img {
  transform: scale(1.2);
}

.WeMedia .black_box .active_box .color {
  background-color: #1A1A1A;
}

.WeMedia .honer {
  text-align: center;
}

.WeMedia .honer .fc_title {
  color: #303133;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
  padding-top: 110px;
}

.WeMedia .honer .fc_title span {
  color: #0067ED;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.WeMedia .honer .fc_detaile {
  color: #606266;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: 0.36px;
  margin-bottom: 60px;
}

.WeMedia .honer .honer_swiper {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 175px;
  position: relative !important;
}

.WeMedia .honer .honer_swiper .swiper-wrapper .swiper-slide .item_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.WeMedia .honer .honer_swiper .swiper-wrapper .swiper-slide .item_box .item {
  width: 325px;
  text-align: center;
  margin-bottom: 20px;
}

.WeMedia .honer .honer_swiper .swiper-wrapper .swiper-slide .item_box .item img {
  width: 272px;
  height: 196px;
  flex-shrink: 0;
}

.WeMedia .honer .honer_swiper .swiper-wrapper .swiper-slide .item_box .item .name_box {
  width: 100%;
  height: 89px;
  background-size: 100% 100%;
  background-image: url('/static/img/WeMedia21.png');
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 89px;
}

.WeMedia .honer .honer_swiper .swiper-wrapper .swiper-slide .item_box .item .name_box_left {
  background-image: url('/static/img/WeMedia20.png');
}

.WeMedia .honer .honer_swiper .swiper-wrapper .swiper-slide .item_box .item .name_box_right {
  background-image: url('/static/img/WeMedia22.png');
}

.WeMedia .honer .honer_swiper .swiper-button-prev,
.WeMedia .honer .honer_swiper .swiper-rtl .swiper-button-next {
  position: absolute !important;
  top: 84%;
  left: 46%;
}

.WeMedia .honer .honer_swiper .swiper-button-next,
.WeMedia .honer .honer_swiper .swiper-rtl .swiper-button-prev {
  position: absolute !important;
  top: 84%;
  right: 46%;
}

.WeMedia .honer .honer_swiper .swiper-button-next:after,
.WeMedia .honer .honer_swiper .swiper-rtl .swiper-button-prev:after {
  content: '';
}

.WeMedia .honer .honer_swiper .swiper-button-prev:after,
.WeMedia .honer .honer_swiper .swiper-rtl .swiper-button-next:after {
  content: '';
}

.WeMedia .honer .honer_swiper .swiper-button-prev img,
.WeMedia .honer .honer_swiper .swiper-button-next img {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.WeMedia .Custom .top_box ul .item {
  background: #fff;
}

.Marketing .banner {
  background-image: url('/static/img/Marketing1.png');
}

.Marketing .banner .banner_area {
  display: flex;
  height: 100%;
  align-items: center;
}

.Marketing .banner .banner_area .content_box .left_text {
  padding-top: 0;
}

.Marketing .banner .banner_area .content_box .left_text .title {
  color: #303133;
}

.Marketing .banner .banner_area .content_box .left_text .content {
  color: #303133;
}

.Marketing .banner .banner_area .content_box .left_text .button {
  background: #0067ED;
  color: #fff;
}

.Marketing .banner .banner_area .right_img {
  width: 601.029px;
  height: 545.19px;
}

.Marketing .module_one {
  text-align: center;
  padding-bottom: 100px;
}

.Marketing .module_one .name {
  color: #303133;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 80px 0 16px 0;
}

.Marketing .module_one .title {
  color: #606266;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  padding-bottom: 67px;
}

.Marketing .module_one .img_box {
  text-align: center;
}

.Marketing .module_one .img_box img {
  width: 100%;
  height: auto;
}

.Marketing .module_two {
  width: 100%;
  flex-shrink: 0;
  background-size: 100% 100%;
  padding-bottom: 100px;
  background-image: url('/static/img/Marketing10.png');
}

.Marketing .module_two .name {
  color: #303133;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 80px 0 60px 0;
}

.Marketing .module_two .item_box {
  width: 1160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.Marketing .module_two .item_box .item {
  width: 550px;
  height: 244px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #FFF;
  padding: 40px;
  box-sizing: border-box;
  color: #0067ED;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  margin-bottom: 40px;
  transition: all 0.4s;
  flex-direction: column;
  box-shadow: 0px 4px 24.3px 0px #EDF5FF;
}

.Marketing .module_two .item_box .item .top {
  display: flex;
  justify-content: space-between;
}

.Marketing .module_two .item_box .item .top .left .line {
  width: 36px;
  height: 4px;
  flex-shrink: 0;
  margin-top: 16px;
  transition: all 0.4s;
  background: #0067ED;
}

.Marketing .module_two .item_box .item .top .right {
  width: 74px;
  height: 74px;
  flex-shrink: 0;
  border-radius: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0067ED;
  transition: all 0.4s;
}

.Marketing .module_two .item_box .item .top .right img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.Marketing .module_two .item_box .item .bottom .radio {
  margin-right: 2px;
}

.Marketing .module_two .item_box .item .bottom p {
  color: #606266;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.4s;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.58px;
}

.Marketing .module_two .item_box .item:hover {
  background-color: #0067ED;
  color: #fff;
}

.Marketing .module_two .item_box .item:hover .top .right {
  background: rgba(255, 255, 255, 0.2);
}

.Marketing .module_two .item_box .item:hover .top .left .line {
  background-color: #fff;
}

.Marketing .module_two .item_box .item:hover .bottom p {
  color: #fff;
}

.Marketing .module_three .name {
  color: #303133;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px 0 16px 0;
}

.Marketing .module_three .content_box {
  text-align: center;
}

.Marketing .module_three .content_box img {
  width: 1300px;
  height: 611px;
  margin-top: 45px;
}

.Marketing .module_four {
  padding-bottom: 115px;
  text-align: center;
  padding-top: 98px;
  background-color: #F5F6F8;
}

.Marketing .module_four .name {
  color: #303133;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px 0 16px 0;
}

.Marketing .module_four .img2 {
  width: 1268.561px;
  height: 281px;
  margin-top: 66px;
}

.Promotion .banner {
  background-size: 100% 100%;
  background-image: url('/static/img/main_bg.png');
}

.Promotion .banner .banner_area .right_img {
  width: 761px;
  height: 574px;
  flex-shrink: 0;
}

.Promotion .Promotion_module_one {
  background-color: #F5F6F8;
  padding: 100px 0;
}

.Promotion .Promotion_module_one .name {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Promotion .Promotion_module_one .title {
  color: #606266;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  margin: 20px 0 60px 0;
}

.Promotion .Promotion_module_one .item_box {
  display: flex;
  justify-content: space-between;
}

.Promotion .Promotion_module_one .item_box .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 298px;
  min-height: 381px;
  padding: 60px 0 40px 0;
  box-sizing: border-box;
  border-radius: 6px;
  background: #FFF;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 4px 24.3px 0px #EDF5FF;
  cursor: pointer;
}

.Promotion .Promotion_module_one .item_box .item img {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}

.Promotion .Promotion_module_one .item_box .item .name {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  padding: 40px 0 26px 0;
}

.Promotion .Promotion_module_one .item_box .item .line {
  width: 36px;
  height: 4px;
  flex-shrink: 0;
  background: #0067ED;
}

.Promotion .Promotion_module_one .item_box .item .detaile {
  width: 221px;
  color: #606266;
  text-align: center;
  font-size: 16px;
  padding-top: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16px;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.Promotion .Promotion_module_one .item_box .item:hover {
  /* 边框阴影 */
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  /* 边框阴影 */
}

.Promotion .Promotion_module_one .item_box .item span {
  width: 174px;
  height: 40px;
  border: 1px solid #0067ED;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  color: #0067ED;
  margin-top: 30px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.Promotion .Promotion_module_one .item_box .item span:hover {
  background: #0067ED;
  color: #ffffff;
}

.Promotion .Promotion_module_one .item_box .item:hover img {
  transform: scale(1.05);
}

.Promotion_module_two {
  text-align: center;
  padding: 100px 0;
}

.Promotion_module_two .name {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.Promotion_module_two .title {
  color: #606266;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.Promotion_module_two .content_img {
  width: 1326px;
  height: 682px;
  flex-shrink: 0;
  margin-top: 27px;
}

.Promotion_module_main {
  position: relative;
}

.Promotion_module_three {
  width: 100%;
  height: 903px;
  flex-shrink: 0;
  padding: 100px 0;
  background-size: cover;
  background-image: url('/static/img/Promotion15.png');
  background-position: center;
}

.Promotion_module_three2 {
  background: none;
  padding: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 120px;
}

.Promotion_module_three .name {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.module_three-botton {
  margin-top: 100px;
  width: 182px;
  height: 52px;
  border-radius: 6px;
  border: 1px solid #0067ED;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0067ED;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.Promotion_module_three .nav_box {
  margin: 0 auto;
}

.Promotion_module_three .nav_box2 {
  margin-top: 200px;
}

.Promotion_module_three .nav_box .button_item_box {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  margin-bottom: 98px;
}

.Promotion_module_three .nav_box .button_item_box .item {
  width: 195px;
  border-radius: 30px;
  background-color: #FFF;
  color: #303133;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  line-height: 56px;
  line-height: normal;
  padding: 13px 0;
  margin-right: 45px;
  cursor: pointer;
}

.Promotion_module_three .nav_box .button_item_box .item.active {
  background: #0067ED;
  color: #fff;
}

.Promotion_module_three .nav_box .nav_content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.Promotion_module_three .nav_box .content_item {
  display: flex;
  justify-content: space-between;
  width: 1300px;
}

.Promotion_module_three .nav_box .content_item .left {
  padding-top: 50px;
}

.Promotion_module_three .nav_box .content_item .left .name {
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 72px */
  margin-bottom: 40px;
}

.Promotion_module_three .nav_box .content_item .left .sm_title {
  color: #606266;
  font-family: Alibaba PuHuiTi 2;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 36px */
}

.Promotion_module_three .nav_box .content_item .left .sm_title .xing {
  width: 13px;
  height: 12px;
  flex-shrink: 0;
}

.Douyin .lzc_page_content_box {
  height: 960px;
  width: 100%;
  background-image: url('../img/lzc_page_bj.png');
  background-size: 100% 100%;
}

.Douyin .lzc_page_content_center_box {
  width: 1300px;
  margin: 0 auto;
}

.Douyin .lzc_page_content_center_title {
  width: 100%;
  text-align: center;
  color: #303133;
  font-size: 40px;
  padding-top: 100px;
  padding-bottom: 16px;
}

.Douyin .lzc_page_content_center_desc {
  width: 100%;
  text-align: center;
  color: #606266;
  font-size: 18px;
}

.Douyin .lzc_swiper_tab_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.Douyin .lzc_swiper_tab_item {
  width: 243.153px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 10px;
  margin: 0 20px;
  color: #0067ED;
  font-size: 22px;
  cursor: pointer;
  background-image: url('../img/lzc_tab_bj.png');
  background-size: 100% 100%;
}

.Douyin .lzc_swiper_tab_item_active {
  background-image: url('../img/lzc_tab_bj1.png');
  background-size: 100% 100%;
  color: #fff;
  transform: translateY(-16px);
  transition: transform .3s ease-in-out;
}

/* .Douyin .lzc_swiper_tab_item:hover {
  background-image: url('../img/lzc_tab_bj1.png');
  background-size: 100% 100%;
  color: #fff;
} */
.Douyin .lzc_swiper_tab_item_img {
  margin: 0 auto;
  width: 1300px;
  height: 485px;
  margin-top: 50px;
  display: none;
  position: relative;
  cursor: pointer;
}

.Douyin .lzc_swiper_tab_item_img_btn {
  position: absolute;
  left: 80px;
  bottom: 40px;
  width: 182px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  border-radius: 6px;
  border: 1px solid var(--0067-ed, #0067ED);
  background: var(--0067-ed, #0067ED);
  box-shadow: 0px 4px 30px 0px rgba(0, 103, 237, 0.3);
  color: #fff;
}

.Douyin .lzc_swiper_tab_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Douyin .lzc_swiper_tab_item_img_active {
  display: block;
}

.Douyin .function {
  padding: 80px 0;
}

.Douyin .function .title {
  color: var(--, #303133);
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Douyin .Custom {
  padding-top: 103px;
  padding-bottom: 50px;
  background-color: #f5f6f8;
}

.Douyin .Custom .name {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 65.25px */
  letter-spacing: 0.9px;
}

.Douyin .Custom .title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  padding-bottom: 30px;
}

.Douyin .Custom .top_box {
  padding-bottom: 60px;
}

.Douyin .Custom .top_box ul {
  display: flex;
  justify-content: space-between;
}

.Douyin .Custom .top_box ul .item {
  width: 410px;
  height: 266px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 34px 24px;
  flex-shrink: 0;
  border-radius: 9px;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, #E5EFFF 0%, #FEFEFE 100%);
  box-shadow: 0px 4px 52.7px 0px rgba(0, 73, 158, 0.1);
}

.Douyin .Custom .top_box ul .item img {
  width: auto;
  height: 42px;
}

.Douyin .Custom .top_box ul .item .text_area {
  padding-top: 28px;
  width: 362px;
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: 0.36px;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.Douyin .Custom .top_box ul .item .Custom_name {
  padding-top: 20px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
}

.Douyin .Custom .top_box ul .item .Custom_name .line {
  display: inline-block;
  width: 44px;
  height: 1px;
  flex-shrink: 0;
  margin-right: 8px;
  background-color: #303133;
}

.Douyin .Custom .top_box ul .itembg {
  background: linear-gradient(180deg, #F3F5F8 0%, #FEFEFE 100%);
  box-shadow: 0px 4px 52.7px 0px rgba(0, 73, 158, 0.1);
}

.Douyin .Custom .top_box ul .item:hover {
  /* 边框阴影 */
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  /* 边框阴影 */
}

.Kuaishou .ks_module_one {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding-bottom: 100px;
}

.Kuaishou .ks_module_one .Number {
  width: 1300px;
  margin: 0 auto;
  height: 176px;
  background: linear-gradient(180deg, #F2F6FB 0%, #FFF 100%);
  border-radius: 9px;
  margin-top: -85px;
  position: relative;
  z-index: 99;
  display: flex;
  box-shadow: 0px 4px 52.7px 0px rgba(0, 73, 158, 0.1);
  align-items: center;
  justify-content: space-evenly;
}

.Kuaishou .ks_module_one .Number .item {
  display: flex;
  align-items: center;
}

.Kuaishou .ks_module_one .Number .item .img {
  width: 72px;
  height: 72px;
  margin-right: 22px;
}

.Kuaishou .ks_module_one .Number .item .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.Kuaishou .ks_module_one .Number .item .num {
  color: #303133;
  font-size: 42px;
  font-style: normal;
  margin-bottom: 10px;
  width: 100%;
}

.Kuaishou .ks_module_one .Number .item .num .font_w {
  font-weight: 700;
}

.Kuaishou .ks_module_one .Number .item .num .add {
  display: inline-block;
  color: #303133;
  font-size: 16px;
  font-weight: 700;
  margin-left: -6px;
}

.Kuaishou .ks_module_one .Number .item .name {
  color: #656F89;
  font-size: 16px;
  padding-left: 6px;
}

.Kuaishou .ks_module_one .title {
  padding-top: 90px;
  color: #303133;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.Kuaishou .ks_module_one .dataile {
  color: #606266;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  margin-bottom: 170px;
}

.Kuaishou .ks_module_one .content_box img {
  width: 1246.871px;
  height: 544.273px;
  flex-shrink: 0;
}

.Kuaishou .pingtai_swiper {
  width: 100%;
  height: auto;
}

.Kuaishou .pingtai_swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}

.Kuaishou .pingtai_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.Kuaishou .honer {
  text-align: center;
}

.Kuaishou .honer .fc_title {
  color: #303133;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
  padding-bottom: 60px;
}

.Kuaishou .honer .fc_title span {
  color: #0067ED;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Kuaishou .honer .fc_detaile {
  color: #606266;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: 0.36px;
  margin-bottom: 60px;
}

.Kuaishou .honer .honer_swiper {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 175px;
  position: relative !important;
}

.Kuaishou .honer .honer_swiper .swiper-wrapper .swiper-slide .item_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.Kuaishou .honer .honer_swiper .swiper-wrapper .swiper-slide .item_box .item {
  width: 325px;
  text-align: center;
  margin-bottom: 20px;
}

.Kuaishou .honer .honer_swiper .swiper-wrapper .swiper-slide .item_box .item img {
  width: auto;
  height: 196px;
  flex-shrink: 0;
}

.Kuaishou .honer .honer_swiper .swiper-wrapper .swiper-slide .item_box .item .name_box {
  width: 100%;
  height: 89px;
  background-size: 100% 100%;
  background-image: url('/static/img/WeMedia21.png');
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 89px;
}

.Kuaishou .honer .honer_swiper .swiper-wrapper .swiper-slide .item_box .item .name_box_left {
  background-image: url('/static/img/WeMedia20.png');
}

.Kuaishou .honer .honer_swiper .swiper-wrapper .swiper-slide .item_box .item .name_box_right {
  background-image: url('/static/img/WeMedia22.png');
}

.Kuaishou .honer .honer_swiper .swiper-button-prev,
.Kuaishou .honer .honer_swiper .swiper-rtl .swiper-button-next {
  position: absolute !important;
  top: 84%;
  left: 46%;
}

.Kuaishou .honer .honer_swiper .swiper-button-next,
.Kuaishou .honer .honer_swiper .swiper-rtl .swiper-button-prev {
  position: absolute !important;
  top: 84%;
  right: 46%;
}

.Kuaishou .honer .honer_swiper .swiper-button-next:after,
.Kuaishou .honer .honer_swiper .swiper-rtl .swiper-button-prev:after {
  content: '';
}

.Kuaishou .honer .honer_swiper .swiper-button-prev:after,
.Kuaishou .honer .honer_swiper .swiper-rtl .swiper-button-next:after {
  content: '';
}

.Kuaishou .honer .honer_swiper .swiper-button-prev img,
.Kuaishou .honer .honer_swiper .swiper-button-next img {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.Kuaishou .about_case {
  width: 100%;
  flex-shrink: 0;
  padding-bottom: 60px;
  background-color: #F5F6F8;
}

.Kuaishou .about_case .title {
  padding-top: 90px;
  color: #303133;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}

.Kuaishou .about_case .about_case_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Kuaishou .about_case .about_case_content .icon {
  cursor: pointer;
  width: 99px;
  height: 99px;
  flex-shrink: 0;
  margin-bottom: 38px;
  margin-right: 38px;
}

.Kuaishou .about_case .recommend_case {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.Kuaishou .about_case .recommend_case .recommend_item {
  width: 301px;
  padding-top: 8px;
  padding-bottom: 25px;
  text-align: center;
  flex-shrink: 0;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.3s;
}

.Kuaishou .about_case .recommend_case .recommend_item .icon3 {
  width: 285px;
  height: 160px;
  border-radius: 6px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.Kuaishou .about_case .recommend_case .recommend_item .recommend_item_title {
  color: #303133;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: left;
  padding: 20px 8px 16px 8px;
}

.Kuaishou .about_case .recommend_case .recommend_item .recommend_item_detaile {
  text-align: left;
  padding: 0 8px;
  color: #303133;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.28px;
}

.Kuaishou .about_case .recommend_case .recommend_item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.Kuaishou .about_case .recommend_case .recommend_item:hover .icon3 {
  transform: scale(1.01);
}

.Douyinseo .Promotion_module_one {
  background-color: #fff;
}

.Douyinseo .Promotion_module_one .content {
  display: flex;
  justify-content: center;
}

.Douyinseo .Promotion_module_one .content li {
  width: 160px;
  height: 399px;
  flex-shrink: 0;
  margin-right: 16px;
  transition: all 0.3s;
  cursor: pointer;
}

.Douyinseo .Promotion_module_one .content li:hover {
  transform: scale(1.01);
  /* 边框阴影 */
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  /* 边框阴影 */
}

.Douyinseo .Promotion_module_one .content .grey {
  margin-top: 62px;
  background-size: 100% 100%;
  position: relative;
  background-image: url('/static/image/pcimg130.png');
}

.Douyinseo .Promotion_module_one .content .grey .text_one {
  padding: 40px 12px 0 12px;
}

.Douyinseo .Promotion_module_one .content .grey .text_one .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 129px;
  height: 129px;
  display: none;
  flex-shrink: 0;
}

.Douyinseo .Promotion_module_one .content .grey .text_one .number {
  color: #0067ED;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 28.6px */
}

.Douyinseo .Promotion_module_one .content .grey .text_one .title {
  color: #0067ED;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 120%;
  /* 26.4px */
}

.Douyinseo .Promotion_module_one .content .grey .text_one .detaile {
  width: 370px;
  color: #909399;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  display: none;
}

.Douyinseo .Promotion_module_one .content .blue {
  background-size: 100% 100%;
  background-image: url('/static/img/douyinseo2.png');
}

.Douyinseo .Promotion_module_one .content .blue .text_one {
  padding: 40px 12px 0 12px;
  position: relative;
}

.Douyinseo .Promotion_module_one .content .blue .text_one .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 129px;
  height: 129px;
  flex-shrink: 0;
  display: none;
}

.Douyinseo .Promotion_module_one .content .blue .text_one .number {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 28.6px */
}

.Douyinseo .Promotion_module_one .content .blue .text_one .title {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 120%;
  /* 26.4px */
}

.Douyinseo .Promotion_module_one .content .blue .text_one .detaile {
  width: 370px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  display: none;
}




























.head.white {
  background: none;
}

.head.trans {
  background: none;
}

.head.trans .nav .nav_box .nav_top a {
  color: #ffffff;
}

.head.trans .nav .nav_box.nav_hover .nav_top a {
  color: #ffffff;
}

.head.trans .head_tell p {
  color: #ffffff;
}

.head.trans .head_tell span {
  color: #ffffff;
}

.head.trans .head_tell::before {
  width: 36px;
  height: 36px;
  background: url(../image/trans_tel.svg) no-repeat;
  background-size: cover;
}

.head.trans .nav .nav_box .nav_top a::after {
  width: 14px;
  height: 14px;
  background: url(../image/trans_arrow.svg) no-repeat;
  background-size: cover;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.head.trans .nav .nav_box.nav_hover .nav_top a::after {
  background: url(../image/trans_arrow2.svg) no-repeat;
  background-size: cover;
}

.head.trans .nav .nav_box.nav_hover .nav_top a::after,
.head.trans .nav .nav_box:hover .nav_top a::after {
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}

.head.trans .logo {
  width: 154px;
  height: 40px;
  background-image: url(../image/trans_logo.svg);
}








/* 1230开始 */
.lzc_swiper_container_box {
  width: 100%;
  height: 920px;
  background-image: url('../img/lzc_swiper_bj.png');
  /* background-size: cover; */
  background-size: 100% 100%;
  position: relative;
}

.lzc_swiper_container_box .j-wscbox-top span {
  font-size: 45px;
}

.j-wscbox-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.j-wscbox-top span {
  position: relative;
}

.j-wscbox-top span {
  line-height: 44px;
  font-weight: 500;
  color: #040505;
}

.j-wscbox-top span::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('../img/lzc-wscbox-top-after.png') no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.j-wscbox-top-desc {
  color: #606266;
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding-top: 16px;
  margin-bottom: 52px;
}

.selectReason_banner {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  height: 510px;
  box-shadow: 0px 0px 9px rgba(57, 109, 191, 0.20);
  border-radius: 16px;
}

.selectReason_banner .swiper_two {
  overflow: hidden;
  width: 1075px;
  flex-shrink: 0;
  height: 510px;
  position: relative;
  border-radius: 0 16px 16px 0;
}

.selectReason_banner .swiper_two .swiper-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 0 16px 16px 0;
}

.selectReason_banner .swiper_two .swiper-wrapper .img {
  width: 100%;
  height: 100%;
}

.selectReason_banner .swiper_two .swiper-wrapper .detaile {
  width: 100%;
  bottom: 0;
  position: absolute;
  height: 12.7264rem;
  padding-left: 2.875rem;
  padding-top: 5rem;
  background: linear-gradient(180deg, rgba(23, 38, 129, 0) 0%, #172681 100%);
}

.selectReason_banner .swiper_two .swiper-wrapper .detaile .detaile_name {
  color: #FFF;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-bottom: 0.75rem;
}

.selectReason_banner .swiper_two .swiper-wrapper .detaile .detaile_text {
  color: #EBEEF5;
  font-size: 1rem;
  width: 90%;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 125% */
  letter-spacing: 0.16px;
}

.selectReason_banner .swiper_button {
  width: 223px;
  height: 510px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.30) 0%, rgba(165, 214, 255, 0.30) 96.34%);
}

.selectReason_banner .swiper_button .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.selectReason_banner .swiper_button .swiper-wrapper .swiper-slide {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #303133;
  line-height: 126px;
  height: 126px;
}

.selectReason_banner .swiper_button .swiper-wrapper .swiper-slide:nth-child(1) {
  border-radius: 16px 0 0 0;
}

.selectReason_banner .swiper_button .swiper-wrapper .swiper-slide:nth-child(4) {
  border-radius: 0 0 0 16px;
}

.selectReason_banner .swiper_button .swiper-wrapper .swiper-slide .icon {
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
  margin-left: 1.5625rem;
  margin-right: 1.25rem;
}

.selectReason_banner .swiper_button .swiper-wrapper .swiper-slide .select_icon {
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
  margin-left: 1.5625rem;
  margin-right: 1.25rem;
  display: none;
}

.selectReason_banner .swiper_button .swiper-wrapper .swiper-slide .button_right .button_name {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 0.125rem;
}

.selectReason_banner .swiper_button .swiper-wrapper .swiper-slide .button_right .button_text {
  color: #C0C4CC;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 142.857% */
  letter-spacing: 0.14px;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.selectReason_banner .swiper_button .swiper-wrapper .swiper-slide .button_right .select_button_text {
  color: #E4E7ED;
}

.selectReason_banner .swiper_button .swiper-wrapper .select_style {
  background: linear-gradient(104deg, #0067ED 11.72%, #2BB5FF 108.06%);
  color: #fff;
}

.lzc_swiper_slide_title {
  height: 126px;
  line-height: 126px;
  width: 223px;
  text-align: center;
  font-size: 22px;
}

.swiper_two_slider_title {
  color: #303133;
  font-size: 30px;
  font-weight: 500;
  padding-top: 45px;
  padding-left: 62px;
}

.swiper_two_slider_desc {
  padding-left: 62px;
  padding-top: 10px;
  color: #909399;
  font-size: 17px;
}

.swiper_two_slider_desc1 {
  color: #0067ED;
  font-size: 17px;
  padding-left: 62px;
  padding-top: 40px;
}

.swiper_two_slider_tip_tiem_box {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  margin-left: 56px;
  margin-top: 12px;
}

.swiper_two_slider_tip_tiem {
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  background: #fff;
  border-radius: 4px;
  margin: 0 5px;
  margin-bottom: 10px;
  color: #606266;
  font-size: 16px;
}

.swiper_two_btn {
  width: 182px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  border-radius: 6px;
  background: #0067ED;
  position: absolute;
  left: 62px;
  bottom: 62px;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0px 4px 30px 0px rgba(0, 103, 237, 0.30);
}

.selectReason_banner .swiper_two .swiper-slide {
  position: relative;
}

.swiper_two_slider_img_box {
  width: 1075px;
  height: 510px;
  position: absolute;
  top: 0;
  left: 0;

}

.swiper_two_slider_img {
  width: 344px;
  height: 583px;
  position: absolute;
  top: -20px;
  right: 30px;
}

.swiper_two_slider_img img {
  width: 100%;
  height: 100%;
}





/* 1230结束 */



.yc_add_content_img_box {
  width: 1050px;
  height: 407px;
  flex-shrink: 0;
  margin: 0 auto;
  position: relative;
  background-size: 32% 80%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url('/static/image/addimg1.png');
}

.yc_add_content_img_box .yc_add_img {
  width: 226px;
  height: 226px;
  position: absolute;
  left: 50%;
  margin-left: -113px;
  top: 50%;
  margin-top: -113px;
}

.yc_add_content_img_box .yc_add_item_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.yc_add_content_img_box .yc_add_item_box .yc_add_item {
  width: 500px;
  height: 179px;
  flex-shrink: 0;
  border-radius: 14px;
  border: 1px solid #CCDBF9;
  background: #F0F6FE;
  margin-bottom: 50px;
  text-align: left;
  padding: 28px 40px;
  box-sizing: border-box;
}

.yc_add_content_img_box .yc_add_item_box .yc_add_item .add_title {
  color: #303133;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.571px;
  text-align: left;
  margin-bottom: 12px;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* //-webkit-line-clamp:1; 超出几行 */
}

.yc_add_content_img_box .yc_add_item_box .yc_add_item .add_title_right {
  text-align: right;
}

.yc_add_content_img_box .yc_add_item_box .yc_add_item .detaile {
  color: #606266;
  text-align: justify;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 0.28px;
}

.yc_add_content_img_box .yc_add_item_box .yc_add_item .detaile_right {
  text-align: right;
}



.ks_add_pingtai_swiper .swiper-wrapper .swiper-slide .add_pingtai_swiper_content {
  width: 100%;
  height: 850px;
  background-size: 100% 100%;
  text-align: center;
  background-image: url('/static/image/addimg3.png');
}

.ks_add_pingtai_swiper .swiper-wrapper .swiper-slide .add_pingtai_swiper_content .ks_title {
  color: #303133;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  padding: 100px 0 16px 0;
}

.ks_add_pingtai_swiper .swiper-wrapper .swiper-slide .add_pingtai_swiper_content .ks_detaile {
  color: #606266;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
}

.ks_add_pingtai_swiper .swiper-wrapper .swiper-slide .add_pingtai_swiper_content .ks_add_content {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ks_add_pingtai_swiper .swiper-wrapper .swiper-slide .add_pingtai_swiper_content .ks_add_content .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.ks_add_pingtai_swiper .swiper-wrapper .swiper-slide .add_pingtai_swiper_content .ks_add_content .left .ks_number_img {
  width: 145px;
  height: 144px;
}

.ks_add_pingtai_swiper .swiper-wrapper .swiper-slide .add_pingtai_swiper_content .ks_add_content .left .left_title {
  width: 319px;
  color: #303133;
  font-family: Alibaba PuHuiTi 2;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin-top: -50px;
  margin-bottom: 32px;
}

.ks_add_pingtai_swiper .swiper-wrapper .swiper-slide .add_pingtai_swiper_content .ks_add_content .left .left_detaile {
  color: #606266;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 31.9px */
  letter-spacing: 0.44px;
}

.ks_add_pingtai_swiper .swiper-wrapper .swiper-slide .add_pingtai_swiper_content .ks_add_content .left .left_button {
  width: 182px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #0067ED;
  background: rgba(255, 255, 255, 0.2);
  color: #0067ED;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
  margin-top: 66px;
  cursor: pointer;
  /* 36px */
}

.ks_add_pingtai_swiper .swiper-wrapper .swiper-slide .add_pingtai_swiper_content .ks_add_content .ks_img {
  width: 561.543px;
  height: 545.284px;
  flex-shrink: 0;
}





/* 品牌推广案例 姜兆帅 */
.jzs_dyseo_case {
  padding: 40px 0;
}

.jzs_dyseo-pic {
  width: 345px;
  height: 625px;
  background: url(../image/douyin/seo/jzs_dyseo-li-pic.png) no-repeat center;
  background-size: cover;
  padding: 36px 50px;
}

.jzs_dyseo-pic img {
  width: 242px;
  height: 503px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.douyinseo .swiper-slide {
  position: relative;
}


/* 祁志星 新------------------------------------------------增 */
.Marketing .module_one .img_box .img_box_top {
  width: 317px;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background: #EBEEF5;
  margin: 0 auto;
  color: #606266;
  font-size: 24px;
  margin-bottom: 50px;
}

.Marketing .module_one .img_box .img_box_content {
  width: 100%;
  height: auto;
  margin: 50px 0;
}

.Marketing .module_one .img_box .img_box_bot {
  width: 317px;
  line-height: 60px;
  height: 60px;
  border-radius: 6px;
  background: #0067ED;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  margin-top: 80px;
}

.Weixin_content .increase .img_box {
  text-align: center;
}

.Weixin_content .increase .img_box .img {
  width: 1090px;
  height: auto;
}

.Weixin_content .product_tool .nav_two .nav_serve .item .title {
  color: #606266;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 98%;
  padding-left: 6px;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.Weixin_content .product_tool .nav_two .nav_serve .item .title span {
  margin-right: 4px;
  line-height: 120%;
}

.Weixin_content .product_tool .nav_two .nav_serve .item .title .text {
  color: #606266;
}

.Weixin_content .personality .title {
  margin-bottom: 70px;
}

.Weixin_content .personality .img_box {
  height: 441px;
}

.Weixin_content .personality .img_box .img {
  position: absolute;
  height: 441px;
  width: auto;
  left: 50%;
  display: inline-block;
  margin-left: -304px;
}

.Weixin_content .personality .img_box .img_box_top {
  display: flex;
  padding-top: 3.8%;
  justify-content: space-between;
}

.Weixin_content .personality .img_box .img_box_top .left {
  text-align: right;
  margin-left: 4%;
  width: 350px;
  height: 94px;
}

.Weixin_content .personality .img_box .img_box_top .left .big_name {
  color: #303133;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 24px;
  letter-spacing: 0.48px;
  margin-bottom: 4px;
}

.Weixin_content .personality .img_box .img_box_top .left .sm_title {
  color: #606266;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.28px;
  text-align: right;
}

.Weixin_content .personality .img_box .img_box_top .right {
  margin-right: 4%;
  width: 350px;
  height: 94px;
}

.Weixin_content .personality .img_box .img_box_top .right .big_name {
  color: #303133;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 24px;
  margin-bottom: 12px;
  letter-spacing: 0.48px;
}

.Weixin_content .personality .img_box .img_box_top .right .sm_title {
  color: #606266;
  text-align: right;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.28px;
  text-align: left;
}

.Weixin_content .increase {
  padding-top: 92px;
  padding-bottom: 0;
}

.Weixin_content .personality .img_box .img_box_top .right {
  text-align: left;
}




/* 姜兆帅2024-1-20 */
.ks_add_pingtai_swiper .swiper-wrapper .swiper-slide .add_pingtai_swiper_content .ks_add_content .left .left_title {
  width: 360px;
}

.Kuaishou .about_case .recommend_case .recommend_item .recommend_item_detaile {
  padding: 0 14px;
  line-height: 1.4;
}

.Kuaishou .about_case .recommend_case .recommend_item .recommend_item_title {
  padding: 20px 14px 16px 14px;
}

.Kuaishou .ks_module_one {
  background: none;
}

.Douyin .Custom .top_box ul .item {
  height: auto;
}

.Pc_content .banner .content_box .left_text .button {
  cursor: pointer;
}

.App_content .phone .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
}

.App_content .phone .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.App_content .phone .swiper .swiper-wrapper .swiper-slide .phone_bg {
  width: 460px;
  height: 804px;
  background: url(../image/phone_bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.App_content .phone .swiper .swiper-wrapper .swiper-slide .img {
  width: 416px;
  height: 616px;
  margin-top: 80px;
}

.App_content .phone {
  padding: 120px 0 0px 0;
}

.App_content .phone .detaile {
  margin-bottom: 0px;
}

.App_content .phone .swiper .swiper-wrapper .swiper-slide p {
  display: flex;
  align-items: center;
  line-height: auto;
}

.Douyin .Custom .top_box ul .item .text_area {
  height: auto;
  -webkit-line-clamp: 1000;
  font-size: 17px;
}

.App_content .phone {
  padding: 120px 0 60px 0;
}

.App_content .phone .swiper {
  position: relative;
}

.module-enter-content {
  animation: module-enter-content-af12bfd2 .5s ease-in-out forwards;
  animation-delay: .8s;
  width: 1200px;
  height: 480px;
  margin: 0 auto;
}

.move-up-state {
  transform: translateY(-40px);
}

.module-enter-content .body-title {
  position: absolute;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #323335;
  left: 54px;
  top: 120px;
}

.module-enter-content .body-subtitle {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #323335;
  left: 54px;
  top: 174px;
  position: absolute;
}

.marketing-body-tab {
  width: 700px;
  height: 36px;
  position: absolute;
  left: 54px;
  top: 239px;
}

.marketing-body-tab-other {
  width: 98px;
  height: 98px;
  background: rgba(255, 255, 255, .32);
  backdrop-filter: blur(16px);
  border-radius: 8px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #323335;
}

.marketing-body-tab-other img {
  width: 42px !important;
  height: 42px !important;
  display: block;
  margin: 15px auto 4px;
}

.Douyin .lzc_page_content_box {
  height: auto;
  background: none;
}

.marketing-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.selectReason_banner .phoneimg {
  position: absolute;
  top: 7%;
  right: 16%;
  z-index: 9999;
}

.lzc_page_content_box {
  position: relative;
}

.lzc_page_content_center_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.marketing-body-tab-item {
  height: 36px;
  background: rgba(255, 255, 255, .32);
  backdrop-filter: blur(16px);
  border-radius: 6px;
  text-align: center;
  line-height: 36px;
  margin-right: 8px;
  margin-top: 8px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #0057de;
}

.marketing-body-tab-item img {
  position: absolute;
  left: 21px;
  top: 11px;
  width: 14px !important;
  height: auto !important;
}

.marketing-body-tab-item .text {
  display: inline-block;
  margin-left: 21px;
  margin-top: 12px;
}

.jzs2-market ul {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.jzs2-market ul li {
  width: 387px;
  height: 478px;
  background: #FFFFFF;
  box-shadow: 0px 7px 14px 0px #E8EAF4;
  border-radius: 5px;
  border: 1px solid #E6E8EF;
  float: left;
  margin-right: 19.5px;
  margin-bottom: 20px;
  padding: 1px;
  margin-top: 15px;
  transition: all 0.3s;
}

.jzs2-market ul li:nth-child(1) .id1 {
  position: relative;
  padding: 20px;
  background: url(/static/image/pro/ai/bs1.png) repeat center center /cover;
}

.jzs2-market ul li:nth-child(2) .id1 {
  position: relative;
  padding: 20px;
  background: url(/static/image/pro/ai/bs1.png) repeat center center /cover;
}

.jzs2-market .id10 h2 {
  font-size: 20px;
  font-weight: 700;
  color: #2E2F34;
  line-height: 27px;
  margin-bottom: 20px;
  text-align: left;
}

.jzs2-market .id10 p {
  font-size: 14px;
  font-weight: 400;
  color: #7B7D85;
  line-height: 19px;
  text-align: left;
}

.jzs2-market .id11 {
  position: absolute;
  right: 20px;
  top: -40px;
}

.jzs2-market .id11 img {
  width: 140px !important;
  height: auto !important;
  margin-top: 0 !important;
  transition: all 0.6s;
}

.jzs2-market .id2 {
  margin: 15px;
}

.jzs2-market .dn_t2 {
  overflow: hidden;
}

.jzs2-market .dn_t2 dl {
  float: left;
  margin-top: 10px;
  width: 33%;
  margin-right: 0.3%;
  overflow: hidden;
  padding: 12px;
}

.jzs2-market .id2 .dn_t2 dl {
  width: 100%;
  border-bottom: 1px dotted #EAEAEA;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 21.5px 10px;
}

.jzs2-market .dn_t2 dl dt {
  float: left;
  width: 20%;
}

.jzs2-market .dn_t2 dl dt img {
  height: 23px !important;
  width: auto !important;
  margin-top: 0 !important;
}

.jzs2-market .dn_t2 dl dd {
  float: right;
  width: 80%;
  height: 68px;
}

.jzs2-market .dn_t2 dl dd h2 a {
  font-size: 1px;
  font-weight: 600;
  color: #2E2F34;
  display: block;
  text-align: left;
}

.jzs2-market .id2 .dn_t2 dl dd h2 a {
  font-size: 16px;
}

.jzs2-market .dn_t2 dl dd p {
  margin-top: 8px;
  line-height: 24px;
  text-align: left;
}

.jzs2-market .dn_t2 dl dd p a {
  font-size: 13px;
  font-weight: 400;
  color: #7B7D85;
  margin-right: 10px;
  margin-top: 10px;
  text-align: left;
}

.jzs2-market .id2 .dn_t2 dl dd p a {
  font-size: 16px;
}

.jzs2-market ul li:nth-child(1):hover .id1 {
  background: url(/static/image/pro/ai/bs4.png) repeat center center /cover;
}

.jzs2-market ul li:nth-child(2):hover .id1 {
  background: url(/static/image/pro/ai/bs4.png) repeat center center /cover;
}

.jzs2-market ul li:nth-child(3):hover .id1 {
  background: url(/static/image/pro/ai/bs4.png) repeat center center /cover;
}

.jzs2-market ul li:nth-child(1):hover {
  margin-top: 1px;
}

.jzs2-market ul li:nth-child(1):hover .id1 .id10 h2,
.jzs2-market ul li:nth-child(1):hover .id1 .id10 p {
  color: #ffffff;
}

.jzs2-market ul li:nth-child(2):hover {
  margin-top: 1px;
}

.jzs2-market ul li:nth-child(2):hover .id1 .id10 h2,
.jzs2-market ul li:nth-child(2):hover .id1 .id10 p {
  color: #ffffff;
}

.jzs2-market ul li:nth-child(3):hover {
  margin-top: 1px;
}

.jzs2-market ul li:nth-child(3):hover .id1 .id10 h2,
.jzs2-market ul li:nth-child(3):hover .id1 .id10 p {
  color: #ffffff;
}

.jzs2-market .dn_t3 dl:hover,
.jzs2-market .dn_t2 dl:hover {
  background: #F6F8FF;
  border-radius: 5px;
}

.jzs2-market .dn_t3 {
  overflow: hidden;
}

.jzs2-market .dn_t3 dl {
  float: left;
  margin-top: 10px;
  width: 33%;
  margin-right: 0.3%;
  overflow: hidden;
  padding: 12px;
}

.jzs2-market .id2 .dn_t3 dl {
  width: 100%;
  border-bottom: 1px dotted #EAEAEA;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 26px 10px;
}

.jzs2-market .dn_t3 dl dt {
  float: left;
  width: 20%;
}

.jzs2-market .dn_t3 dl dt img {
  width: 23px !important;
  height: auto !important;
  margin-top: 0 !important;
}

.jzs2-market .dn_t3 dl dd h2 a {
  font-size: 14px;
  font-weight: 600;
  color: #2E2F34;
  display: block;
  line-height: 28px;
  text-align: left;
}

.jzs2-market .id2 .dn_t3 dl dd h2 a {
  font-size: 16px;
}

.id1 {
  position: relative;
  background: url(/static/image/pro/ai/qb4.png) no-repeat;
  padding: 20px;
}

.jzs2-market ul li:nth-child(3) .id1 {
  background: url(/static/image/pro/ai/bs3.png) repeat center center /cover;
}

.name .add {
  color: #0067ED;
}

.Douyinseo .Promotion_module_one .content .grey .text_one .detaile,
.Douyinseo .Promotion_module_one .content .blue .text_one .detaile {
  width: auto;
}


/* 手风琴 */
.Douyinseo .Promotion_module_one .content .blue .text_one {
  padding: 40px 20px 0 20px;
}

.Douyinseo .Promotion_module_one .content .blue .text_one .detaile {
  width: 392px;
  margin: 0 auto;
}

.Douyinseo .Promotion_module_one .content .grey .text_one .detaile {
  width: 392px;
  margin: 0 auto;
}

.Douyinseo .Promotion_module_one .content .grey {
  overflow: hidden;
}

.Douyinseo .Promotion_module_one .content li {
  border-radius: 10px;
}

.Crm_content .order .order_content ul .detaile {
  position: relative;
  z-index: 9999;
}

.Crm_content .order .order_content ul .icon1 {
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 1681px) {
  .selectReason_banner .phoneimg {
    position: absolute;
    top: 7%;
    right: 10%;
    z-index: 9999;
  }
}

.qzx_yyms {
  padding: 86px 0 133px 0;
  background-size: 100% 100%;
  background-image: url('/static/img/yyms_bg.jpg');
}

.yq_body_right_box img {
  width: 555px;
  height: auto !important;
}

.yq_body_box {
  margin-bottom: 110px !important;
}

.Marketing .module_four .content_box {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding-top: 66px;
}

.Marketing .module_four .content_box .qzx_item_box {
  display: flex;
  text-align: center;
}

.Marketing .module_four .content_box .qzx_item_box .item {
  width: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Marketing .module_four .content_box .qzx_item_box .item .img {
  width: 134px;
  height: 134px;
  flex-shrink: 0;
}

.Marketing .module_four .content_box .qzx_item_box .item .big_font {
  color: #303133;
  text-align: center;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 22px;
  font-style: normal;
  white-space: nowrap;
  font-weight: 500;
  line-height: normal;
  margin: 35px 0 12px 0;
}

.Marketing .module_four .content_box .qzx_item_box .item .sm_font {
  color: #909399;
  text-align: center;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 23.2px */
  letter-spacing: 0.32px;
  white-space: nowrap;
}

.Marketing .module_four .content_box .qzx_item_box .item .icon {
  width: 54.618px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 55px;
}

.Marketing .module_one .img_box .qzx_content {
  height: 320px;
  width: 100%;
  background-image: url('/static/img/qzximg7.jpg');
  background-repeat: no-repeat;
  background-size: 100% 2%;
  background-position: 0 52%;
}

.Marketing .module_one .img_box .qzx_content .area {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.Marketing .module_one .img_box .qzx_content .area {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.Marketing .module_one .img_box .qzx_content .area .item {
  width: 190px;
  padding: 0 4px;
}

.Marketing .module_one .img_box .qzx_content .area .item .text {
  color: #606266;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  /* 24px */
  letter-spacing: 0.15px;
  margin-bottom: 42px;
  height: 48px;
}

.Marketing .module_one .img_box .qzx_content .area .item .icon {
  width: 26px;
  height: 48px;
  flex-shrink: 0
}

.Marketing .module_one .img_box .qzx_content .area .item .radio_box {
  display: flex;
  width: 170px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 164px;
  border: 4px solid #FFF;
  background: #E9F2FF;
  color: #000;
  font-size: 18px;
}

.Marketing .module_one .img_box .qzx_content .area .item .bot_text {
  line-height: 160%;
  padding: 0 6px;
}

.Marketing .module_one .img_box .qzx_content .area .item .radio_box:hover {
  background-color: #0067ED;
  color: #fff;
}

.Kuaishou .ks_module_one .content_box .qzx_bg {
  width: 1204px;
  height: auto;
}

.Kuaishou .ks_module_one .content_box .bg_box {
  display: inline-block;
  position: relative;
}

.Kuaishou .ks_module_one .content_box .bg_box .top_item_box {
  width: 100%;
}

.Kuaishou .ks_module_one .content_box .bg_box .top_item_box .item {
  width: 284px;
  color: #606266;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  
}
.Kuaishou .ks_module_one .content_box .bg_box .top_item_box .item:hover{
  margin-top: -10px;
}

.Kuaishou .ks_module_one .content_box .bg_box .top_item_box .item .detaile {
  line-height: 150%;
  text-align: center;
}

.Kuaishou .ks_module_one .content_box .bg_box .top_item_box .item .button {
  border-radius: 91.032px;
  width: 220px;
  height: 58px;
  background: #0067ED;
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
  line-height: 58px;
}
.Kuaishou .ks_module_one .content_box .bg_box .top_item_box .item .button2{
  background:#4EC9A9 ;
}
.Kuaishou .ks_module_one .content_box .bg_box .top_item_box .postion_one{
  position: absolute;
  top: -15%;
    left: -1%;
}
.Kuaishou .ks_module_one .content_box .bg_box .top_item_box .postion_two{
  position: absolute;
  top: 4%;
    left: 23%;
}
 .postion_three{
  position: absolute;
  top: 4%;
  left: 49%;
 }
.Kuaishou .ks_module_one .content_box .bg_box .top_item_box .postion_four{
  position: absolute;
  top: -15%;
    left: 73%;
} 
.Kuaishou .ks_module_one .content_box .bg_box .bot_item_box .postion_four{
  position: absolute;
  top: -21%;
    left: 73%;
} 
.bot_item_box{
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: space-evenly;
}
.bot_item_box .item{
  width: 284px;
  color: #606266;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .3s;
}
.bot_item_box .item .button{
  border-radius: 91.032px;
  width: 220px;
  height: 58px;
  background: #0067ED;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 58px;
}
.bot_item_box .item .detaile{
  line-height: 140%;
} 
.bot_item_box .item .button2{
  background-color: #4EC9A9;
}
.bot_item_box .postion_one{
  position: absolute;
  left: 10%;
  bottom: 40%;

}
.bot_item_box .postion_two{
  position: absolute;
  left: 36%;
  bottom: 25%;
}
.bot_item_box .postion_three{
  position: absolute;
  left: 62%;
  top: -9%;
}
.bot_item_box .item:hover{
  margin-bottom: -10px;
}
.bot_item_box .postion_three:hover{
  margin-top: 10px;
}

.Pc_content .experience .main_img_box .main_img{
  display: none;
}
.Pc_content .experience .main_img_box .qzx_radio{
  height: 480px;
  position: relative;
}
.Pc_content .experience .main_img_box .qzx_radio .radio{
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -360px;
}
.Pc_content .experience .main_img_box .qzx_radio .radio_one{
  width: 360px;
  height: 360px;
  transition: all 0.5s;
  background-image: url('/static/img/Ellipse1.png');
  background-size: 100% 100%;
}
.Pc_content .experience .main_img_box .qzx_radio .radio_one2{
  background-image: url('/static/img/Ellipse2.png');
}
.Pc_content .experience .main_img_box .qzx_radio .radio_one{
  margin-left: 15px;
  font-size: 30px;
  font-weight: 700;
}
.Pc_content .experience .main_img_box .qzx_radio .radio_one span{
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 360px;
}
.Pc_content .experience .main_img_box .qzx_radio .radio_one2{
  margin-left: -30px;
}
.Pc_content .experience .main_img_box .main_img{
  margin: 0 auto;
}
.Pc_content.experience .left_name{
  transition: all 0.5s;
}

.cang-line-pic{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92px;
    margin-right: 45px;
    position: relative;
    width: 192px
}
.cang-line-pic img{
    max-width: 90%;
    max-height:80%;
}
.section-content13 .swiper-wrapper,
.section-content12 .swiper-wrapper,
.section-content11 .swiper-wrapper,
.section-content10 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.cang-line{
    height:100px;
    overflow: hidden;
    margin-top:20px;
}
.jz2-enable-main .solution-container,
.cang-line .solution-container{
    margin-top:0;
}
.cang-logo-main{
    padding-top:180px;
}
.cang-line2 .swiper-wrapper{
    padding-left:100px;
}
.cang-line3 .swiper-wrapper{
    padding-left:200px;
}
.cang-line4 .swiper-wrapper{
    padding-left:300px;
}