@charset "UTF-8";
.header .m_nav, .header .right_btn, .main_content .m_honor .honor_item, .main_content .m_news .news_bottom {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.main_content .m_news .news_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main_content .m_example .intro, .main_content .m_news .news_txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_content .pro_list li .sub {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body {
  font-size: 0.24px;
}

.img img {
  display: block;
}

.g_block {
  padding: 0 0.4rem;
  background-color: #fff;
}

/* 头部样式 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  min-height: 50px;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  background-color: #373b48;
  color: #fff;
}

.header .m_nav {
  height: 1rem;
}

.header .logo {
  width: 50%;
  height: 100%;
  background-color: #373b48;
  margin-left: 5px;
  justify-content: left;
}

.header .logo a {
  display: block;
}

.header .logo img {
  display: block;
  width: auto;
  height: 32px;
}

.header .try {
  display: inline-block;
  margin-right: 0.12rem;
  padding: 0.16rem 0.4rem;
  border-radius: 4px;
  font-size: 0.28rem;
  line-height: 1;
  color: #fff;
  background-color: #488bff;
  border: 1px solid #488bff;
}

.header .try a {
  color: #fff;
}

.header .nav_btn {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

.header .nav_btn.toggle_animate span:first-child {
  transform: rotate(-45deg);
}

.header .nav_btn.toggle_animate span:nth-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width 0.5s;
}

.header .nav_btn.toggle_animate span:nth-child(3) {
  transform: rotate(45deg);
}

.header .nav_btn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s;
}

.header .nav_btn span:first-child {
  transform: rotate(0);
}

.header .nav_btn span:nth-child(2) {
  transform: rotate(0);
  transition: width 0.5s ease;
}

.header .nav_btn span:nth-child(3) {
  margin-bottom: 0;
}

.header .m_sub_nav {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  max-height: 100%;
  background-color: rgba(55, 59, 72, 0.97);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
}

.header .m_sub_nav .m_sub_list {
  position: relative;
  z-index: 2;
}

.header .m_sub_nav .m_sub_li {
  border-top: 1px solid #515560;
  text-align: center;
}

.header .m_sub_nav .m_sub_li a {
  display: inline-block;
  padding: 0.28rem;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.28rem;
  color: #fff;
}

/* header占位 */
.header_bg {
  width: 100%;
  height: 50px;
}

/* banner样式 */
.g_block_banner {
  background-color: #282c38;
  background-image: url(../images/bann_bg.png);
  background-size: cover;
  background-position: center;
}

.g_block_banner .m_banner_main {
  padding: 10vw 0;
  text-align: center;
  color: #fff;
}

.g_block_banner .m_banner_title {
  font-size: 0.48rem;
}

.g_block_banner .m_banner_summary {
  padding-top: 2.3vw;
  font-size: 0.24rem;
  white-space: normal;
  word-break: break-all;
}

.g_block_banner .u_btn_banner {
  display: inline-block;
  zoom: 1;
  margin-top: 5vw;
  padding: 0.2rem 0.6rem;
  vertical-align: middle;
  background-color: #488bff;
  border: 1px solid #488bff;
  border-radius: 0.08rem;
  font-size: 0.32rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.g_block_banner .u_btn_banner_ess {
  display: inline-block;
  zoom: 1;
  margin-top: 5vw;
  padding: 0.2rem 0.6rem;
  vertical-align: middle;
  background-color: #488bff;
  border: 1px solid #488bff;
  border-radius: 0.08rem;
  font-size: 0.32rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/* footer样式 */
.g_block_footer {
  background-color: #30343e;
  /* 联系我们 */
  /* copyright */
}

.g_block_footer .m_footer {
  padding: 0.2rem 0 0.4rem;
}

.g_block_footer .m_footer_title {
  font-size: 0.28rem;
  color: #82858c;
}

.g_block_footer .m_footer_list {
  padding: 0.24rem 0;
  border-bottom: 1px solid #515560;
}

.g_block_footer .m_footer_list .m_footer_item {
  float: left;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
  border-left: 1px solid #d7d7db;
}

.g_block_footer .m_footer_list .m_footer_item:first-child {
  border: 0;
  padding-left: 0;
}

.g_block_footer .m_footer_list .m_footer_item a {
  font-size: 0.28rem;
  line-height: 1;
  color: #afafb7;
}

.g_block_footer .m_footer_list .m_footer_item.cur a {
  color: #fff;
}

.g_block_footer .m_footer_contact {
  position: relative;
  padding-top: 0.24rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #515560;
}

.g_block_footer .m_footer_contact .m_footer_title {
  margin-bottom: 0.2rem;
}

.g_block_footer .m_footer_contact .u_btn_contact {
  display: block;
  padding: 0.2rem 0.6rem;
  border: 1px solid #d7d7db;
  border-radius: 0.08rem;
  text-align: center;
  font-size: 0.28rem;
  color: #d7d7db;
}

.g_block_footer .m_footer_contact .m_footer_contact_info {
  margin-top: 0.2rem;
}

.g_block_footer .m_footer_contact .m_footer_contact_info li {
  font-size: 0.28rem;
  color: #d7d7db;
}

.g_block_footer .m_footer_contact .m_footer_contact_wx {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
}

.g_block_footer .m_footer_contact .m_footer_contact_link {
  margin-right: 5px;
}

.g_block_footer .m_footer_contact .m_footer_contact_link img {
  width: 40px;
  height: 40px;
}

.g_block_footer .m_footer_webinfo {
  position: relative;
  padding-top: 0.4rem;
  text-align: center;
}

.g_block_footer .m_footer_webinfo p {
  font-size: 0.24rem;
  color: #82858c;
}

.g_block_footer .pc_version {
  position: absolute;
  bottom: -0.1rem;
  right: 0.2rem;
  padding: 0 0.05rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  width: 20%;
  font-size: 0.24rem;
  color: #82858c;
}

.g_block_footer .pc_version span {
  margin-right: 3px;
  font-size: 0.28rem;
}

.obttom {
  width: 100%;
  height: 1.2rem;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}

.obttom ul {
  width: 100%;
  height: 1.2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #ffffff;
}

.obttom ul li a {
  display: inline-block;
  width: 1.8rem;
  height: 1.2rem;
  position: relative;
  color: #666666;
  text-align: center;
}

.obttom ul li a img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  margin-left: -0.2rem;
}

.obttom ul li a span {
  width: 1.2rem;
  position: absolute;
  left: 50%;
  bottom: 0.12rem;
  margin-left: -0.6rem;
  font-size: 0.25rem;
}

.obttom div {
  width: 2.2rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  background: #458bfb;
}

.obttom div a {
  display: inline-block;
  width: 2.2rem;
  height: 1.2rem;
  color: #ffffff;
  font-size: 0.33rem;
}

/* 首页 */
.main_content {
  background: #f5f5f5;
  /* 全产品线 */
  /* 营销功能 */
  /* 客户案例 */
  /* 所获荣誉 */
  /* 渠道招募 */
  /* 使用的企业 */
  /* 行业资讯 */
}

.main_content .m_con_box {
  background-color: #fff;
}

.main_content .m_con_box .m_con {
  /* width: 335px; */
  padding: 0 0.4rem;
  margin: 0 auto;
}

.main_content .m_con_box .m_block {
  padding: 1rem 0 0.5rem;
}

.main_content .m_con_box .m_block_title {
  font-size: 0.44rem;
  font-weight: 400;
  text-align: center;
}

.main_content .m_con_box .m_block_sub {
  margin-top: 0.16rem;
  font-size: 0.3rem;
  text-align: center;
  color: #666;
}

.main_content .m_con_box .m_block_main {
  margin-top: 0.6rem;
}

.main_content .pro_list li {
  float: left;
  width: 48.5%;
  margin: 0 3% 0.3rem 0;
  padding: 0.2rem 0.1rem 0.2rem;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  background: #f5f5f5;
}

.main_content .pro_list li:nth-child(2n) {
  margin-right: 0;
}

.main_content .pro_list li .icon img {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
}

.main_content .pro_list li .title {
  position: relative;
  margin-top: 0.16rem;
  font-size: 0.4rem;
  font-weight: bold;
}

.main_content .pro_list li .title.hot {
  color: #ff4300;
}

.main_content .pro_list li .title.new i {
  display: block;
}

.main_content .pro_list li .title span {
  position: relative;
}

.main_content .pro_list li .title i {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 20px;
  height: 20px;
  margin: auto 0.1rem;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  background: #ff4300;
}

.main_content .pro_list li .sub {
  margin-top: 0.16rem;
  padding: 0 0.1rem;
  font-size: 12px;
  line-height: 1.5;
  height: 54px;
  color: #9b9ba3;
}

.main_content .pro_list li .apply {
  display: inline-block;
  height: 0.4rem;
  margin: 0.1rem auto;
  font-size: 0.24rem;
  padding: 0 0.2rem;
  border-radius: 0.2rem;
  background: #fd9115;
  color: #fff;
}

.main_content .m_marketing {
  background: url(../images/m_bg.png) center no-repeat;
  background-size: cover;
}

.main_content .m_marketing .m_con {
  padding: 0;
}

.main_content .m_marketing .m_block_title {
  padding: 0 0.4rem;
  color: #fff;
}

.main_content .m_marketing .m_block_sub {
  padding: 0 0.4rem;
  color: #fff;
}

.main_content .mark-swiper-container .m_item {
  width: 100%;
  padding: 0 0.4rem;
  box-sizing: border-box;
}

.main_content .mark-swiper-container .m_li {
  float: left;
  width: 48%;
  height: 4rem;
  overflow: hidden;
  margin-right: 4%;
  margin-bottom: 0.4rem;
  border-radius: 4px;
  padding: 0.4rem 0.2rem;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}

.main_content .mark-swiper-container .m_li:nth-child(2n) {
  margin-right: 0;
}

.main_content .mark-swiper-container .icon img {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
}

.main_content .mark-swiper-container .title {
  font-size: 0.32rem;
  margin: 0.1rem 0;
}

.main_content .mark-swiper-container .sub {
  margin-top: 0.16rem;
  font-size: 0.24rem;
  color: #666;
}

.main_content .mark-swiper-container .swiper-pagination {
  bottom: 0;
}

.main_content .mark-swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  border-radius: 0;
  background: #fff;
}

.main_content .m_example .exa_item {
  float: left;
  width: 48%;
  margin: 5px 1%;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  padding: 2px;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.main_content .m_example .img {
  width: 100%;
  height: 4rem;
}

.main_content .m_example .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.main_content .m_example .title {
  font-size: 0.24rem;
  margin: 0.1rem 0;
}

.main_content .m_example .intro {
  padding: 0 0.1rem;
  font-size: 12px;
  line-height: 1.5;
  height: 36px;
  overflow: hidden;
  color: #666;
}

.main_content .m_example .enter {
  margin: 0.2rem 0.2rem;
  text-align: right;
}

.main_content .m_example .enter a {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 1.5;
  height: 0.36rem;
  color: #60bcfd;
}

.main_content .m_honor {
  margin-top: 0.2rem;
}

.main_content .m_honor .m_con {
  padding: 0;
}

.main_content .m_honor .m_block_title {
  padding: 0 0.4rem;
  font-weight: bold;
  color: #0d73f9;
}

.main_content .m_honor .m_block_sub {
  font-size: 0.24rem;
  line-height: 1.7;
  margin: 0 0.4rem;
  padding: 0.1rem 0.4rem;
  background: url(../images/comma_l.png) left top no-repeat, url(../images/360shop/comma_r.png) right bottom no-repeat;
  background-size: 2em;
}

.main_content .m_honor .m_block_main {
  position: relative;
}

.main_content .m_honor .honor_item {
  width: 100%;
  height: 2.5rem;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 0.48rem;
  justify-content: center;
}

.main_content .m_honor .honor_item .honor_pic {
  background: center center no-repeat;
  background-size: 100% auto;
  width: 2.5rem;
  height: 1.67rem;
}

.main_content .m_honor .honor_item .honor_name {
  font-size: 0.22rem;
  color: #333;
  line-height: 0.22rem;
  margin-top: 0.15rem;
}

.main_content .m_honor .honor_left {
  display: inline-block;
  margin-right: 0.32rem;
}

.main_content .m_honor .honor_left .honor_pic {
  background-image: url(../images/prize1.png);
}

.main_content .m_honor .honor_right {
  display: inline-block;
}

.main_content .m_honor .honor_right .honor_pic {
  background-image: url(../images/prize2.png);
}

.main_content .m_honor .honor_item2 .honor_pic {
  background: center center no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 2.08rem;
}

.main_content .m_honor .honor_item2 .honor_left {
  margin-right: 1.29rem;
}

.main_content .m_honor .honor_item2 .honor_left .honor_pic {
  background-image: url(../images/prize3.png);
}

.main_content .m_honor .honor_item2 .honor_right .honor_pic {
  background-image: url(../images/prize4.png);
}

.main_content .m_honor .sw_page {
  position: absolute;
  display: block;
  width: 0.49rem;
  height: 0.49rem;
  line-height: 0.49rem;
  text-align: center;
  top: 40%;
  border-radius: 50%;
  margin-top: -0.245rem;
  background: #bcbcbc;
  color: #fff;
}

.main_content .m_honor .sw_page.pre_page {
  left: 0.3rem;
}

.main_content .m_honor .sw_page.next_page {
  right: 0.3rem;
}

.main_content .m_honor .more {
  display: block;
  width: 1.3rem;
  height: 0.6rem;
  margin: 0.3rem auto;
  font-size: 0.24rem;
  line-height: 0.6rem;
  border: 1px solid #a4b0be;
  border-radius: 0.6rem;
  text-align: center;
  color: #666;
}

.main_content .m_channel {
  margin-top: 0.2rem;
}

.main_content .m_channel .m_block_title {
  padding-bottom: 0.2rem;
  background: url(../images/line.png) center bottom no-repeat;
  background-size: 30%;
}

.main_content .m_channel .m_block_words {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  text-align: center;
  color: #666;
}

.main_content .m_channel .m_block_words span {
  float: left;
  margin: 0 0.4rem 0 0.6rem;
  padding-left: 0.2rem;
  background: url(../images/dot.png) 0 center no-repeat;
  background-size: 5px 5px;
  line-height: 1.5;
}

.main_content .m_channel .m_block_sub {
  color: #999;
}

.main_content .m_channel .district {
  position: relative;
}

.main_content .m_channel .district img {
  display: block;
  width: 4rem;
  margin-left: 50px;
}

.main_content .m_channel .district li {
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.06rem 0.1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 0.24rem;
  text-align: center;
  color: #666;
}

.main_content .m_channel .district li .area {
  color: #333;
  font-weight: bold;
}

.main_content .m_channel .district li.area1 {
  top: 1rem;
  right: -0.04rem;
}

.main_content .m_channel .district li.area2 {
  top: 2.6rem;
  left: 0;
}

.main_content .m_channel .district li.area3 {
  top: 3rem;
  right: 0.7rem;
}

.main_content .m_channel .district .more {
  display: block;
  width: 1.3rem;
  height: 0.6rem;
  margin: 1rem auto 0;
  font-size: 0.24rem;
  line-height: 0.6rem;
  border: 1px solid #a4b0be;
  border-radius: 0.6rem;
  text-align: center;
  color: #666;
}

.main_content .m_company {
  margin-top: 0.2rem;
}

.main_content .m_company .company {
  margin-top: 0.5rem;
}

.main_content .m_company .company img {
  width: 100%;
}

.main_content .m_news {
  margin-top: 0.2rem;
}

.main_content .m_news .m_con {
  padding: 0 0.15rem;
}

.main_content .m_news .m_block_sub {
  margin: 0.2rem 0;
}

.main_content .m_news .news_item {
  padding: 0.28rem 0.25rem 0.31rem;
  border-bottom: 0.02rem solid #d5d5d5;
}

.main_content .m_news .item_left {
  width: 2.22rem;
}

.main_content .m_news .item_left img {
  width: 100%;
  height: 100%;
}

.main_content .m_news .item_right {
  margin-left: 2.34rem;
  text-align: left;
  position: relative;
}

.main_content .m_news .news_title {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1;
}

.main_content .m_news .news_txt {
  text-align: left;
  font-size: 12px;
  margin-top: 0.1rem;
  height: 36px;
  color: #333;
}

.main_content .m_news .news_bottom {
  margin-top: 0.1rem;
}

.main_content .m_news .news_bottom a {
  line-height: 1.5;
  font-size: 12px;
}

.main_content .m_news .type {
  color: #666;
}

.main_content .m_news .other {
  margin-right: 0.1rem;
  padding: 0 0.2rem;
  height: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #fd9214;
  border-radius: 0.15rem;
}

.main_content .m_news .more_news {
  padding-top: 0.5rem;
  text-align: center;
}

.main_content .m_news .more_news a {
  text-align: center;
  display: inline-block;
  font-size: 0.26rem;
  color: #fff;
  border-radius: 1.16rem;
  height: 0.57rem;
  line-height: 0.59rem;
  width: 2.10rem;
  background-color: #fd9214;
}

/* 更多价格信息 */
.m-download-price {
  width: 100%;
  height: 64px;
  text-align: center;
  background: #fff;
}

.m-download-price a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.4rem;
  text-align: center;
  color: #488bff;
  font-size: 0.26rem;
}

.m_try {
  min-height: 3.2rem;
  background: #545b69 url(../images/try_bg.png) center no-repeat;
  background-size: cover;
}

.m_try .m_try_main {
  padding-top: 0.6rem;
}

.m_try .m_try_title {
  font-size: 0.48rem;
  line-height: 1.5;
  color: #f5f6f7;
  letter-spacing: 0.03rem;
  text-align: center;
}

.m_try .m_try_iptWrap {
  padding-top: 0.4rem;
}

.m_try .u_btn {
  box-sizing: border-box;
  float: right;
  width: 100%;
  height: 40px;
  padding: 0;
  font-size: 0.28rem;
  line-height: 38px;
  white-space: nowrap;
  text-align: center;
  background-color: #488bff;
  border: 1px solid #488bff;
  border-radius: 6px;
  color: #fff;
}

.m_try .u_btn i {
  display: inline-block;
  position: relative;
}

.m_try .u_btn i:before {
  position: absolute;
  top: -24px;
  margin-left: 6px;
}

.m_try .ipts {
  display: block;
  overflow: hidden;
}

.m_try .ipts .ipt {
  display: block;
  width: 100%;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  height: 40px;
  font-size: 0.32rem;
  /* font-weight: 700; */
  line-height: 40px;
  /*  color: #70727d; */
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  vertical-align: middle;
}
