/* ========== 观念与动态 ========== */
.banner img {
  display: block;
  width: 100%;
  max-height: 450px;
}

.swiper_banner .swiper-pagination-bullets {
  bottom: 4%;
}

.swiper_banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #A2A2B2;
  box-shadow:0px 2px 6px 0px rgba(162,162,178,1);
  opacity: 1;
}

.swiper_banner .swiper-pagination-bullet-active {
  background:rgba(255,255,255,1);
  box-shadow: 0px 2px 6px 0px rgba(197,199,233,1);
}

.swiper_banner .banner_text {
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 1220px;
  margin-left: -640px;
  padding: 0 30px;
  font-size: 28px;
  font-weight:500;
  color:rgba(255,255,255,1);
  letter-spacing: 2px;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

.dynamic_tab_box {
  display: flex;
  margin-top: 68px;
  padding: 12px 0;
}

.mobile_dynamic_tab {
  display: none;
}

.dynamic_tab_title {
  flex: 1;
  float: left;
  width: 20%;
  text-align: center;
  font-size: 16px;
  font-family: PingFang-SC-Medium,PingFang-SC;
  font-weight: 500;
  color:rgba(39,38,47,1);
}

.dynamic_tab_title span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}

.dynamic_tab_current span::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: block;
  width: 100%;
  height: 3px;
  background:rgba(255,187,15,1);
  transform: translateX(-50%);
}

.dynamic_bg {
  width: 100%;
  height: 60px;
  background: url('../images/bg_shadow.png') repeat-x;
}

.dynamic_box {
  margin-top: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}

.dynamic_item {
  float: left;
  width: 570px;
  margin: 0 30px 60px;
  font-family: PingFang-SC-Medium,PingFang-SC;
  box-shadow: 6px 6px 10px 0px rgba(248,248,253,1),-6px -6px 10px 0px rgba(255,255,255,0.5);
}

.dynamic_img_box {
  width: 100%;
  height: 242px;
  overflow: hidden;
}

.dynamic_img_box img {
  display: block;
  width: 100%;
  transition: all .8s ease;
}

.dynamic_img_box img:hover {
  transform: scale(1.1);
}

.dynamic_item_content {
  width: 100%;
  padding: 30px;
  border: 1px solid rgba(39,38,47,0.05);
  border-top: 0 none;
  box-sizing: border-box;
}

.dynamic_item_content h3 {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dynamic_item_content h3 a {
  font-size: 18px;
  font-weight: 500;
  color:rgba(39,38,47,1)
}

.dynamic_item_content p {
  width: 100%;
  margin: 20px 0 40px;
  font-size: 14px;
  font-weight: 400;
  color:rgba(39,38,47,.7);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dynamic_item_btm {
  font-size: 12px;
  color:rgba(39,38,47,1);
}

.dynamic_item_btm a {
  color: #ffbb0f;
}

.dynamic_item_btm span {
  color:rgba(39,38,47,.3);
}

.dynamic_more {
  margin-bottom: 7%;
  text-align: center;
}

.dynamic_more a {
  font-size: 18px;
  font-weight: 500;
  color:rgba(255,187,15,1);
}

.contact_us_btm {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.contact_us_btm img {
  display: block;
  width: 100%;
}

.contact_us_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1280px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.contact_us_content span {
  margin-right: 120px;
  font-size: 26px;
  font-family: PingFang-SC-Regular,PingFang-SC;
  font-weight: 400;
  color:rgba(39,38,47,1);
  letter-spacing: 5px;
}

.contact_us_content a {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;;
  border: 0 none;
  box-shadow: 0px 8px 10px 0px rgba(248,182,44,0.25), inset 0px 1px 6px 0px rgba(255,255,255,0.73);
  border-radius: 1px;
  background:rgba(255,187,15,1);
  transition: all .2s ease;
}

.contact_us_content a:hover {
  background-color: #FFA408;
  transform: scale(1.01) translateY(-2px);
}

/* ========== 合作案例 ========== */
.case_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.case_banner img {
  position: relative;
}

.case_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  color:rgba(39,38,47,1);
  transform: translate(-50%, -50%);
}

.case_banner_text span {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 5px;
}

.case_banner_text em {
  font-weight:400;
  font-size: 14px;
  opacity: .5;
}

.about_banner_text {
  display: block;
}

.mobile_about_banner_text {
  display: none;
}

.case_banner img {
  display: block;
  width: 100%;
}

.case_box {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(322deg,rgba(223,224,246,1) 0%,rgba(255,255,255,1) 100%);
  position: relative;
}

.case_box:hover .case_btn{
  display: block;
}

.case_box_container {
  width: 1260px;
  height: 473px;
  margin: 0 auto;
}

.case_box .swiper-pagination {
  bottom: 0;
}

.case_box .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  margin: 0px 10px !important;
  background:#39393e;
  box-shadow: 0px 2px 4px 0px rgba(197,199,233,0.27);
  border-radius: 0;
}

.case_box .swiper-pagination-bullet-active {
  background:rgba(255,255,255,1);
  box-shadow: 0px 2px 4px 0px rgba(197,199,233,0.27);
}

.case_box_content {
  width: 100%;
}

.case_box_prev{
  left: 20px;
  color: #DEDFF6;
  outline: none;
  display: none;
}

.case_box_next{
  right: 20px;
  color: #DEDFF6;
  outline: none;
  display: none;
}

.case_btn:hover{
  color: rgba(0,0,0,0.5);
}

.case1_item {
  position: relative;
  float: left;
  width: 360px !important;
  height: 440px;
  margin: 0 30px;
  box-shadow: 6px 6px 8px 0px rgba(239,239,249,1),-6px -6px 8px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.case1_item_logo {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family:PingFang-SC-Medium,PingFang-SC;
}

.case1_item_logo_box {
  position: relative;
  display: flex;
  width: 100%;
  height: 220px;
  margin-bottom: 80px;
  align-items: center;
  vertical-align: middle;
  text-align: center;
}

.case1_item_logo_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 40px;
  height: 1px;
  background-color: #FFBB0F;
  transform: translateX(-50%);
}

.case1_item_logo_box img {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.case1_item_logo em {
  display: block;
  margin-bottom: 20px;
  color: #27262F;
  font-size: 18px;
}

.case1_item_logo span {
  font-size: 14px;
  color:rgba(39,38,47,.5)
}

.case1_item_btm {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}

.case1_item_btm_content {
  position: relative;
  width: 100%;
  height: 100%;
}

.case1_item_btm_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, rgba(255,255,255,1) 65%);
}

.case1_item_bg {
  width: 100%;
  height: 100%;
}

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

.case1_item_code {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
}

.case1_item_code img {
  display: block;
  width: 200px;
  height: 200px;
  margin-bottom: 60px;
  border: 1px solid rgba(39,38,47,0.05);
  box-sizing: border-box;
}

.case1_item_code span {
  font-size: 18px;
  color:rgba(39,38,47,.7);
} 

.case_title {
  width: 100%;
  padding: 80px 0 10px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color:rgba(39,38,47,1);
}

.case_title span {
  position: relative;
  padding-left: 30px;
}

.case_title span::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFBB0F;
  transform: translateY(-50%);
}

.case_title_span {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
  text-align: center;
  font-size: 16px;
  color:rgba(39,38,47,.4);
  margin-left: 14px;
}

.case_box1 {
  padding: 0 20px
}

.case_loading{
  margin-bottom: 80px;
}

.case_item {
  float: left;
  width: 560px;
  margin-bottom: 60px;
  font-family: PingFang-SC-Medium,PingFang-SC;
}

.margin_right120 {
  margin-right: 120px;
}

.case_item_img {
  position: relative;
  float: left;
  width: 200px;
  height: 200px;
  margin-right: 40px;
  box-shadow: 6px 6px 10px 0px rgba(248,248,253,1),-6px -6px 10px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  background:rgba(255,255,255,1);
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}

.case_item_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.case_item_qrcode {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: all .2s ease-in;
  background-color: #fff;
}

.case_item_qrcode_show {
  transform: translateX(0);
}

.case_item_logo img {
  display: block;
  width: 180px;
  margin: 0 auto;
}

.case_item_qrcode img {
  display: block;
  width: 100%;
}

.case_item_content {
  max-height: 200px;
  overflow: hidden;
}

.case_item_content h4 {
  font-size: 18px;
  font-weight: 500;
  color:rgba(39,38,47,1);
}

.case_item_content span {
  display: block;
  margin: 20px 0 40px;
  font-size: 12px;
  font-weight: 500;
  color:rgba(39,38,47,.3);
}

.case_item_content p {
  font-size: 14px;
  color:rgba(39,38,47,.5);
}

.more_box {
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}

.more_box a {
  font-size: 18px;
  font-family: PingFang-SC-Medium,PingFang-SC;
  font-weight: 500;
  color:rgba(255,187,15,1);
}

/* ========== 关于我们 ========== */
.about_tab_box {
  display: flex;
}

.about_tab_item {
  float: left;
  flex: 1;
  width: 33.3333%;
  text-align: center;
}

.about_tab_item a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 78px;
  font-size: 18px;
  font-weight: 500;
  color:rgba(39,38,47,1);
}

.about_tab_item_current a::before,
.about_tab_item a:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background:rgba(255,187,15,1);
}

.about_content {
  width: 1032px;
  margin: 0 auto;
  font-family: PingFang-SC-Regular,PingFang-SC;
}

.about_content .case_title {
  padding: 60px 0;
}

.about_content p {
  padding: 0 16px 40px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
}

.about_logo_box {
  width: 100%;
  margin-bottom: 40px;
}

.about_logo_box img {
  display: block;
  width: 100%;
}

.pic_box {
  width: 1000px;
  margin: 0 auto 80px;
  padding: 0px 38px 20px 38px;
  box-shadow:6px 6px 10px 0px rgba(248,248,253,1),-6px -6px 10px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.pic_box img {
  width: 210px;
  height: 146px;
  margin-top: 20px;
}

.about_box2 {
  position: relative;
  width: 100%;
  background-image: linear-gradient(#FAFAFE, #F6F6FD);
}

.about_map_box {
  width: 100%;
}

.about_map_box img {
  display: block;
  width: 100%;
  max-width: 949px;
  margin: 0 auto;
}

.about_box2_content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 1200px;
  height: 252px;
  align-items: center;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 6px 6px 10px 0px rgba(239,239,249,1),-6px -6px 10px 0px rgba(255,255,255,0.5);
}

.about_box2_item {
  position: relative;
  flex: 1;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}

.about_box2_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 3px;
  transform: translateX(-50%);
}

.about_box2_item:nth-child(1)::before {
  background-color: #FFBB0F;
}


.about_box2_item:nth-child(2)::before {
  background-color: #BEBEFF;
}


.about_box2_item:nth-child(3)::before {
  background-color: #7C75B7;
}

.about_box2_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 92px;
  background-color: #E5ECF9;
  transform: translateY(-50%);
}

.about_box2_item:last-child::after {
  display: none;
}

.about_box2_item h4 {
  margin: 80px 0 50px;
  font-size: 18px;
  font-weight: 500;
  color:rgba(39,38,47,1);
}

.about_box2_item p {
  font-size: 14px;
  font-weight: 400;
  color:rgba(39,38,47,.5)
}

.about_event {
  /* display: flex;
  justify-content: space-between;
  flex-direction: row; */
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}

#about_event_id {
  float: left;
}

.about_event_left h3 {
  width: 100%;
  text-align: left;
}

.about_event_left h3 span {
  position: relative;
  padding-left: 62px;
  font-size: 28px;
  font-family:PingFang-SC-Bold,PingFang-SC;
  font-weight: bold;
  color:rgba(39,38,47,1);
  text-shadow:0px 4px 6px rgba(229,229,252,1);
}

.about_event_left h3 span::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:rgba(255,187,15,1);
  box-shadow:0px 8px 10px 0px rgba(239,239,249,1),0px 1px 6px 0px inset rgba(255,255,255,0.73);
  transform: translateY(-50%);
}

.about_event_left div {
  border-left: 1px dashed #E5ECF9;
  margin: 18px 11px;
  padding: 0px 0 93px 50px;
  box-sizing: border-box;
}

.borderleftNone {
  border-left: none !important;
}

.about_event_left div p {
  font-size: 14px;
  color: rgba(39,38,47,0.5);
  padding: 0;
  margin-bottom: 14px;
}

.about_event_left div p span {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  color: rgba(39,38,47,1);
}

#about_event_ids {
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 1000;
} 

.about_event_right {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: rgba(39,38,47,0.5);
  margin-bottom: 38px;
  cursor: pointer;
}

.about_event_right span {
  position: relative;
  padding-left: 34px;
  font-family: PingFang-SC-Bold,PingFang-SC;
}

.about_event_right span::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #E5ECF9;
  transform: translateY(-50%);
}

.li_line {
  width: 20px;
  height: 1px;
  background-color: #E5ECF9;
  display: block;
  margin: 25px 0;
}

.about_event_right:hover span{
  color: #FFBB0F;
}

.about_event_right:hover span::before{
  background-color: #FFBB0F;
  box-shadow:0px 8px 10px 0px rgba(239,239,249,1),0px 1px 6px 0px inset rgba(255,255,255,0.73);
}

.about_event_right_active {
 color: #FFBB0F;
}

.about_event_right_active span::before {
  background-color: #FFBB0F;
  box-shadow:0px 8px 10px 0px rgba(239,239,249,1),0px 1px 6px 0px inset rgba(255,255,255,0.73);
}

.page_title_box {
  width: 100%;
  text-align: center;
}

.page_title {
  margin-bottom: 20px;
  font-size: 28px;
  font-family: PingFang-SC-Bold,PingFang-SC;
  font-weight: bold;
  color:rgba(39,38,47,1);
  letter-spacing: 5px;
}

.page_title span {
  position: relative;
  padding-left: 30px;
}

.page_title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 50%;
  background-color: #FFBB0F;
}

.page_title_box p {
  font-size: 14px;
  color:rgba(45,44,53,.5)
}

/* ========== 加入我们 ========== */
.join_box {
  padding-top: 60px;
}

.join_tab_box {
  display: flex;
  width: 1200px;
  margin: 60px auto 0;
}

.join_tab_item {
  flex: 1;
  height: 40px;
  text-align: center;
  font-size: 16px;
}

.join_tab_item span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  line-height: 40px;
  color:rgba(39,38,47,.3);
  cursor: pointer;
}

.join_tab_current span {
  color:rgba(39,38,47,1);
}

.join_tab_current span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFBB0F;
}

.join_content {
  padding: 60px 0 ;
  background-image: linear-gradient(#FAFAFE, #F6F6FD);
}

.join_item {
  width: 1200px;
  margin: 0 auto 20px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 6px 6px 8px 0px rgba(239,239,249,1),-6px -6px 8px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
}

.join_item_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 40px 60px;
  border-bottom: 1px solid rgba(39,38,47,0.05);
  box-sizing: border-box;
}

.join_item_left {
  font-size: 14px;
}

.join_item_left h3 {
  font-size: 18px;
  color: #27262F;
}

.join_item_content {
  margin: 20px 0;
  color: rgba(39,38,47, .3);
}

.join_type {
  float: left;
  height: 20px;
  padding: 0 10px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid rgba(39,38,47,0.1);
  box-sizing: border-box;
}

.join_item_content span {
  margin-left: 20px;
}

.join_item_left p {
  font-size: 14px;
  color: rgba(39,38,47, .5);
}

.join_item_right {
  font-size: 12px;
  color: #FFBB0F;
  cursor: pointer;
}

.join_item_btm {
  display: none;
  padding: 40px 60px;
}

.join_item_btm h4 {
  margin-bottom: 20px;
  font-size: 16px;
  color:rgba(39,38,47,1);
}

.join_item_btm_content {
  margin-bottom: 40px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color:rgba(39,38,47,.5);
}

.join_item_btm_content:last-child {
  margin: 0;
}

.join_more_box {
  margin: 40px 0 0;
}

.join_btm_box {
  padding: 80px 0 120px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.join_img_box {
  float: left;
  width: 380px;
  height: 260px;
  margin: 0 30px 60px 0;
  padding: 20px;
  box-shadow: 6px 6px 10px 0px rgba(248,248,253,1),-6px -6px 10px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  box-sizing: border-box;
}

.join_img_box:last-child {
  margin-right: 0;
}

.join_img_box img {
  display: block;
  width: 340px;
  height: 220px
}

.join_btm_content {
  text-align: center;
}

.join_btm_content h3 {
  margin-bottom: 40px;
  color:rgba(255,187,15,1);
  font-size: 24px;
  letter-spacing: 5px;
  text-shadow: 0px 4px 6px rgba(229,229,252,1);
}

.join_btm_content p {
  font-size: 18px;
  font-weight:400;
  color:rgba(39,38,47, .5);
  letter-spacing:16px;
}

.join_more_loading {
    margin: 40px auto 0;
}

/* ========== 联系我们 ========== */
.contact_box01_item {
  float: left;
  width: 380px;
  height: 256px;
  margin: 60px 30px 0 0;
  padding: 60px;
  background:rgba(255,255,255,1);
  box-shadow: 6px 6px 10px 0px rgba(248,248,253,1),-6px -6px 10px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  box-sizing: border-box;
}

.contact_box01_item:last-child {
  margin-right: 0;
}

.contact_box01_item h4 {
  position: relative;
  margin-bottom: 60px;
  font-size: 18px;
  font-family: PingFang-SC-Medium,PingFang-SC;
  font-weight: 500;
  color:rgba(39,38,47,1);
}

.contact_box01_item p {
  margin-bottom: 30px;
  font-size:14px;
  font-family:PingFang-SC-Regular,PingFang-SC;
  font-weight:400;
  color:rgba(39,38,47,1);
  line-height:14px;
}

.contact_box01_item p span {
  margin-right: 20px;
  color:rgba(39,38,47,.5);
}


.contact_box01_item h4::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #FFBB0F;
}

.contact_box02 {
  width: 1200px;
  margin: 80px auto 0;
}

.contact_box02_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}

.contact_box02_top span {
  display: inline-block;
  margin: 0 60px;
  border-radius: 50%;
  cursor: pointer;
}

.map_item01,
.map_item05 {
  width: 23px;
  height: 23px;
  background: linear-gradient(#88B6FF 0%, #5192FF 100%);
}

.map_item02,
.map_item04 {
  width: 14px;
  height: 14px;
  background-color: #E5ECF9;
}

.map_item03 {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(#F6D276 0%, #FFBB0F 100%);
}

.map_item05 {
  background: linear-gradient(#9581E5 0%, #6B51FF 100%);
}

.map_box {
  width: 100%;
  height: 520px;
  border: 1px solid #e4e4e4;
}

.map_box_container {
  width: 100%;
  height: 100%;
}

.contact_box03 {
  display: flex;
  width: 100%;
  padding: 80px 0;
  margin-top: 80px;
  border-top: 1px solid #E5ECF9;
}

.contact_box03_item {
  float: left;
  flex: 1;
  width: 240px;
  padding-left: 20px;
  box-sizing: border-box;
}

.contact_box03_item h4 {
  font-size: 42px;
  font-family: PingFang-SC-Bold,PingFang-SC;
  font-weight: bold;
  color:rgba(255,187,15,1);
  text-shadow: 0px 5px 9px rgba(229,229,252,1);
}

.contact_box03_item em {
  display: block;
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: 500;
  color:rgba(39,38,47,1)
}

.contact_box03_item p {
  font-size: 14px;
  font-weight: 400;
  color:rgba(39,38,47,.5)
}

.contact_box04 {
  width: 100%;
  padding: 80px 0 120px;
  background:linear-gradient(307deg,rgba(246,246,253,1) 0%,rgba(250,250,254,1) 100%);
}

.contact_box04_container {
  width: 1002px;
  padding: 60px 150px;
  margin: 60px auto 0;
  box-shadow: 6px 6px 10px 0px rgba(239,239,249,1),-6px -6px 10px 0px rgba(255,255,255,0.5);
  border-radius: 1px;
  border: 1px solid rgba(39,38,47,0.05);
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

.contact_box04_item {
  float: left;
  width: 320px;
  margin: 0 60px 40px 0;
}

.contact_box_item_no_margin {
  float: left;
  width: 320px;
  margin: 0;
}

.contact_box04_item p {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  color:rgba(39,38,47,.7);
}

.contact_box04_item em {
  margin-left: 12px;
  color: #FF6772;
}

.ipt_text {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  color:rgba(39,38,47,.7);
  font-size: 14px;
  border-radius: 1px;
  border: 1px solid rgba(39,38,47,0.1);
  box-sizing: border-box;
  background: rgba(255,255,255,1);
}

.contact_box04_btm {
  float: left;
  width: 100%;
}

.contact_btn {
  float: left;
  width: 335px;
  height: 50px;
  margin-right: 30px;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
}

.contact_btn01 {
  color: #fff;
  box-shadow: 0px 6px 8px 0px rgba(248,182,44,0.25),0px 1px 6px 0px rgba(255,255,255,0.73);
  border-radius: 1px;
  border: 0 none;
  background:rgba(255,187,15,1);
}

.contact_btn02 {
  color: #FFBB0F;
  box-shadow: 0px 6px 8px 0px rgba(248,182,44,0.15);
  border-radius: 1px;
  border: 1px solid rgba(255,240,202,1);
  background:rgba(255,255,255,1);
}

/* ========== AI机器视觉管理系统 ========== */
.ops_banner_container {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
}

.ops_banner_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 450px;
}

.ops_banner_content h3 {
  font-size: 28px;
  font-weight: 400;
}

.ops_banner_content p {
  margin: 30px 0 100px;
  font-size: 14px;
  font-weight: 400;
  color:rgba(39,38,47,.5);
  letter-spacing: 4px;
}

.ops_banner_img {
  width: 645px;
}

.ops_banner_img img {
  display: block;
  width: 100%;
}

.ops_banner_btn {
  display: block;
  width: 140px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color:rgba(255,255,255,1);
  color: #fff;
  background: rgba(255,187,15,1);
  box-shadow: 0px 8px 10px 0px rgba(248,182,44,0.25),0px 1px 6px 0px rgba(255,255,255,0.73);
  border-radius: 15px;
}

.ops_box01 {
  padding-top: 80px;
}

.ops_list_01 {
  margin-top: 50px;
}

.ops_list_01 li {
  width: 33.333%;
  margin-bottom: 70px;
  padding: 0 100px;
  text-align: center;
  box-sizing: border-box;
}

.ops_list_01 li img {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
}

.ops_list_01 li h4 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(39,38,47,1);
  letter-spacing: 2px
}

.ops_list_01 li p {
  width: 100%;
  height: 66px;
  font-size: 14px;
  font-family:PingFang-SC-Regular,PingFang-SC;
  font-weight:400;
  color:rgba(39,38,47,.5);
  line-height: 22px;
  overflow: hidden;
}

.ops_box02 {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(307deg,rgba(246,246,253,1) 0%,rgba(250,250,254,1) 100%);
}

.ops_box02_container {
  width: 1260px;
  margin: 0 auto;
  padding-top: 40px;
}

.ops_box02_container li {
  flex: 1;
  width: 33.3333%;
  padding: 0 30px;
  box-sizing: border-box;
}

.ops_box02_item {
  width: 100%;
  box-shadow: 6px 6px 8px 0px rgba(239,239,249,1),-6px -6px 8px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  background-color: #fff;
}

.ops_box02_img {
  position: relative;
  width: 360px;
  height: 240px;
  background-color: #C86DD7;
  overflow: hidden;
}

.ops_box02_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.ops_box02_content {
  padding: 60px;
  text-align: center;
}

.ops_box02_content h4 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color:rgba(39,38,47,1);
  letter-spacing: 2px;
}

.ops_box02_content p {
  width: 100%;
  height: 110px;
  line-height: 22px;
  font-size: 14px;
  color:rgba(39,38,47,.5);
}

.ops_box03 li {
  padding: 80px 0;
  border-bottom: 1px solid #E5ECF9;
}


.ops_box03 li:last-child {
  border: 0 none;
}

.ops_box03_item {
  width: 1160px;
  height: 300px;
  margin: 0 auto;
}

.ops_box03_img {
  width: 485px;
  height: 300px;
  overflow: hidden;
}

.ops_box03_img img {
  display: block;
  width: 100%;
}

.ops_box03_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 400px;
  height: 300px;
}

.ops_box03_content h4 {
  font-size: 24px;
  font-weight: 500;
  color:rgba(39,38,47,1);
  letter-spacing: 2px;
}

.ops_box03_content p {
  padding-top: 80px;
  font-size: 14px;
  font-weight:500;
  color:rgba(39,38,47,.5);
  line-height: 28px;
}

/* ========== crp消费者管理平台 ========== */
.crp_banner {
  width: 100%;
  padding: 45px 0;
  background: linear-gradient( rgba(255,255,255,.31) 0%,rgba(223,224,246,.3) 100%);
}

.crp_banner_container {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  box-sizing: border-box;
}

.crp_banner_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 600px;
}

.crp_banner_content h3 {
  font-size: 28px;
  font-weight: 400;
}

.crp_banner_content p {
  margin: 30px 0 100px;
  font-size: 14px;
  font-weight: 400;
  color:rgba(39,38,47,.5);
  letter-spacing: 4px;
}

.crp_banner_img {
  width: 500px;
}

.crp_banner_img img {
  display: block;
  width: 100%;
}

.crp_box01 {
  padding: 80px 0;
}

.crp_box01_container {
  width: 1260px;
  margin-top: 60px;
  padding: 0 10px;
}

.crp_box01_item {
  position: relative;
  width: 180px;
  height: 219px;
  margin-right: 90px;
  text-align: center;
  box-shadow: 6px 6px 10px 0px rgba(248,248,253,1),-6px -6px 10px 0px rgba(255,255,255,0.5);
  border-radius:0px 0px 6px 6px;
  border: 1px solid rgba(39,38,47,0.05);
  box-sizing: border-box;
  border-radius: 6px;
}

.crp_box01_item::before {
  content: "";
  position: absolute;
  top: 100px;
  right: -65px;
  display: block;
  border: 10px solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: rgba(229,236,249,1);
}

.crp_box01_item:last-child::before {
  display: none;
}

.crp_box01_item h4 {
  width: 100%;
  line-height: 92px;
  font-size: 24px;
  font-weight: 400;
  color:rgba(255,255,255,1);
  letter-spacing: 2px;
  border-radius: 6px 6px 0px 0px;
}

.crp_box01_item:nth-child(3n-2) h4 {
  text-shadow:0px 2px 4px rgba(38,93,249,1);
  background:linear-gradient(180deg,rgba(136,182,255,1) 0%,rgba(81,146,255,1) 100%);
}

.crp_box01_item:nth-child(3n-1) h4 {
  text-shadow:0px 2px 4px rgba(255,166,0,1);
  background:linear-gradient(180deg,rgba(246,210,118,1) 0%,rgba(255,187,15,1) 100%);
}

.crp_box01_item:nth-child(3n) h4 {
  text-shadow:0px 2px 4px rgba(78,53,221,1);
  background: linear-gradient(180deg,rgba(149,129,229,1) 0%,rgba(107,81,255,1) 100%);
}

.crp_box01_item p {
  padding: 30px 25px 0;
  font-size: 14px;
  line-height: 22px;
  color:rgba(39,38,47,.5);
}

.crp_box02,
.crp_box04 {
  width: 100%;
  padding: 80px 0;
  background:linear-gradient(307deg,rgba(246,246,253,1) 0%,rgba(250,250,254,1) 100%);
}

.crp_box02_container {
  margin-top: 60px;
  box-shadow: 6px 6px 8px 0px rgba(239,239,249,1),-6px -6px 8px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  background-color: #fff;
  box-sizing: border-box;
}

.crp_box02_tab {
  width: 100%;
}

.crp_box02_tab li {
  width: 25%;
  padding: 40px 0 22px;
  text-align: center;
}

.crp_box02_tab li span {
  position: relative;
  font-size: 18px;
  color:rgba(39,38,47,1);
  letter-spacing: 2px;
  cursor: pointer;
}

.crp_box02_tab .current span::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 60px;
  height: 3px;
  margin-left: -30px;
  background:rgba(255,187,15,.7);
}

.crp_box02_content {
  width: 100%;
  padding: 90px 120px 120px;
  box-sizing: border-box;
}

.crp_box02_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.crp_box02_img {
  width: 420px;
  height: 250px;
}

.crp_box02_img img {
  display: block;
  width: 100%;
}

.crp_box02_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 400px;
  font-size: 14px;
  color:rgba(39,38,47,.5);
}

.crp_box02_text p {
  padding: 15px 0;
}

.crp_box03 {
  padding: 80px 0;
}

.crp_box03_container {
  width: 1270px;
  margin: 60px auto 0;
}

.crp_box03_item {
  float: left;
  width: 280px;
  height: 390px;
  margin-right: 50px;
  padding-top: 40px;
  text-align: center;
  background:rgba(255,255,255,1);
  box-shadow: 6px 6px 10px 0px rgba(248,248,253,1),-6px -6px 10px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  box-sizing: border-box;
}

.crp_box03_img {
  width: 180px;
  height: 132px;
  margin: 0 auto 30px;
}

.crp_box03_content {
  width: 200px;
  margin: 0 auto;
}

.crp_box03_content h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color:rgba(39,38,47,1);
  letter-spacing: 2px;
}

.crp_box03_content p {
  font-size: 14px;
  font-weight:400;
  color:rgba(39,38,47,.5);
  line-height:22px;
}

.crp_box04_container {
  width: 1270px;
  margin: 60px auto 0;
}

.crp_box04_container li {
  float: left;
  width: 130px;
  padding: 30px 0;
  margin: 0 60px 60px 0;
  text-align: center;
  background:rgba(255,255,255,1);
  box-shadow: 6px 6px 8px 0px rgba(239,239,249,1),-6px -6px 8px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  box-sizing: border-box;
}

.crp_box04_container li img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
}

.crp_box04_container li span {
  font-size: 18px;
  font-weight: 500;
  color:rgba(39,38,47,.5);
}

.crp_box05_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}

.crp_box05_img {
  width: 485px;
  height: 300px;
}

.crp_box05_img img {
  display: block;
  width: 100%;
}

.crp_box05_content {
  width: 400px;
}

.crp_box05_content h4 {
  margin-bottom: 80px;
  font-size: 24px;
  font-weight: 500;
  color:rgba(39,38,47,1);
  letter-spacing: 2px;
}

.crp_box05_content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color:rgba(39,38,47,.5);
}

.crp_box06 {
  width: 100%;
  background: linear-gradient(307deg,rgba(246,246,253,1) 0%,rgba(250,250,254,1) 100%);
}

.crp_box07 {
  width: 1160px;
  padding: 80px 0;
  margin: 0 auto;
}

.crp_box07 .page_title_box p {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.crp_box07_container {
  width: 1160px;
  margin: 40px auto 0;
  padding: 40px 0;
  border-radius: 10px;
  background: linear-gradient(360deg,rgba(255,255,255,1) 0%,rgba(246,246,253,1) 100%);
}

.crp_box07_container li {
  display: flex;
  align-items: center;
  float: left;
  width: 120px;
  margin: 0 0 20px 40px;
  overflow: hidden;
}

.crp_box07_container li img {
  display: block;
  width: 100%;
}

/* ========== 商户服务管理系统 ========== */
.salcs_banner_img {
  width: 610px;
}

.salcs_banner_img img {
  display: block;
  width: 100%;
}

.salcs_box01 {
  padding: 80px 0;
}

.salcs_box01_container {
  width: 1280px;
  margin: 80px auto 0;
  padding: 40px 90px 80px;
  box-shadow: 6px 6px 8px 0px rgba(239,239,249,1), -6px -6px 8px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  background-color: #fff;
  box-sizing: border-box;
}

.salcs_box01_top {
  margin: 0 auto 100px;
}

.salcs_box01_top_item {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 149px;  
}

.salcs_box01_top_item span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 29px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color:rgba(255,255,255,1);
  line-height: 22px;
  letter-spacing: 2px;
  box-sizing: border-box;
  border-radius: 50%;
}

.salcs_box01_top_item:nth-child(1) span {
  text-shadow:0px 2px 4px rgba(38,93,249,1);
  background: linear-gradient(#88B6FF 0%,#5192FF 100%);
}

.salcs_box01_top_item:nth-child(2) span {
  text-shadow: 0px 2px 4px rgba(255,166,0,1);
  background: linear-gradient(#F6D276 0%,#FFBB0F 100%);
}

.salcs_box01_top_item:nth-child(3) span {
  text-shadow:0px 2px 4px rgba(78,53,221,1);
  background: linear-gradient(#9581E5 0%,#6B51FF 100%);
}

.salcs_box01_top_item:nth-child(4) span {
  text-shadow:0px 2px 4px rgba(38,93,249,1);
  background: linear-gradient(#88B6FF 0%,#5192FF 100%);
}

.salcs_box01_top_item:nth-child(5) span {
  text-shadow:0px 2px 4px rgba(255,166,0,1);
  background: linear-gradient(#F6D276 0%,#FFBB0F 100%);
}

.salcs_box01_top_item::before {
  content: "";
  position: absolute;
  top: 40px;
  right: -90px;
  display: block;
  border: 10px solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: rgba(229,236,249,1);
}

.salcs_box01_top_item:last-child::before {
  display: none;
}

.salcs_box01_bottom {
  position: relative;
  width: 100%;
  padding: 40px;
  background: linear-gradient(360deg,rgba(255,255,255,1) 0%,rgba(246,246,253,1) 100%);
  border-radius: 10px;
  box-sizing: border-box;
}

.salcs_box01_bottom::before,
.salcs_box01_bottom::after {
  content: "";
  position: absolute;
  top: -90px;
  display: block;
  width: 61px;
  height: 61px;
  background-size: cover;
}

.salcs_box01_bottom::before {
  right: 270px;
  background-image: url("../images/salcs/icon_top.png");
}


.salcs_box01_bottom::after {
  left: 270px;
  background-image: url("../images/salcs/icon_bottom.png");
}

.salcs_box01_bottom h3 {
  padding: 40px 0 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color:rgba(39,38,47,1);
  letter-spacing:2px;
}

.salcs_box01_item {
  float: left;
  width: 155px;
  height: 112px;
  margin-right: 60px;
  padding-top: 16px;
  text-align: center;
  background-color: #fff;
  box-shadow:6px 6px 10px 0px rgba(239,239,249,1),-6px -6px 10px 0px rgba(255,255,255,0.5);
  box-sizing: border-box;
}

.salcs_box01_item img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}

.salcs_box01_item em {
  font-size:16px;
  font-family:PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(39,38,47,.3);
  letter-spacing:1px;
}

.salcs_box02 {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(307deg,rgba(246,246,253,1) 0%,rgba(250,250,254,1) 100%);
}

.salcs_box02_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1160px;
  margin: 0 auto;
}

.salcs_box02_img {
  width: 485px;
  height: 300px;
  border-radius:10px;
}

.salcs_box02_img img {
  display: block;
  width: 100%;
}

.salcs_box02_content {
  width: 450px;
}

.salcs_box02_content h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}

.salcs_box03 {
  padding: 80px 0;
}

.salcs_box03 .page_title_box {
  margin-bottom: 60px;
}

.salcs_box02_text {
  padding: 30px 0;
}

.salcs_box02_text span {
  font-size: 18px;
  font-weight: 400;
  color:rgba(39,38,47,1);
  letter-spacing: 2px;
}

.salcs_box02_text p {
  margin-top: 15px;
  font-size: 14px;
  font-weight:400;
  color:rgba(39,38,47,.5);
  line-height: 22px;
}

.salcs_box04 {
  padding: 80px 0;
  background: linear-gradient(307deg,rgba(246,246,253,1) 0%,rgba(250,250,254,1) 100%);
}

.salcs_box04_container {
  width: 1220px;
  margin: 60px auto 0;
  padding: 20px 55px 80px;
  box-shadow: 6px 6px 8px 0px rgba(239,239,249,1),-6px -6px 8px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  background-color: #fff;
  box-sizing: border-box;
}

.salcs_box04_item {
  float: left;
  width: 33.3333%;
  text-align: center;
  padding-top: 60px;
}

.salcs_box04_img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
}

.salcs_box04_img img {
  display: block;
  width: 100%;
}

.salcs_box04_title {
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: 500;
  color:rgba(39,38,47,1);
  letter-spacing: 2px;
}

.salcs_box04_item p {
  width: 250px;
  height: 66px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color:rgba(39,38,47,.5);
  line-height: 22px;
}

.salcs_box05 {
  width: 100%;
  padding: 80px 0;
  border-top: 1px solid #E5ECF9;
}

.salcs_box05_container {
  width: 1260px;
  margin: 60px auto 0;
}

.salcs_box05_item {
  width: 340px;
  margin-right: 120px;
  text-align: center;
}

.salcs_box05_img {
  width: 340px;
  height: 200px;
  border-radius: 10px;
}

.salcs_box05_img img {
  display: block;
  width: 100%;
}

.salcs_box05_title {
  margin: 40px 0 20px;
  font-size: 18px;
  font-weight: 400;
  color:rgba(39,38,47,1);
  letter-spacing: 2px;
}

.salcs_box05_item p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(39,38,47,.5);
  line-height: 22px;
}

.salcs_box06 {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(307deg,rgba(246,246,253,1) 0%,rgba(250,250,254,1) 100%);
}

.salcs_box06_container {
  display: flex;
  justify-content: space-between;
  width: 1220px;
  margin: 0 auto;
  padding: 60px 100px;
  background-color: #fff;
  box-shadow: 6px 6px 8px 0px rgba(239,239,249,1),-6px -6px 8px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  box-sizing: border-box;
}

.salcs_box06_left,
.salcs_box06_right {
  width: 450px;
}

.salcs_box06_left h4,
.salcs_box06_right h4 {
  width: 81px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
}

.salcs_box06_left h4 {
  color:rgba(39,38,47,.5);
  background:rgba(39,38,47,.1);
}

.salcs_box06_right h4 {
  color:rgba(255,187,15,1);
  background:rgba(255,187,15,.1)
}

.salcs_box06_container dl {
  padding-left: 48px
}

.salcs_box06_container dt {
  position: relative;
  margin: 40px 0 12px;
  font-size: 18px;
  font-weight: 500;
  color:rgba(39,38,47,1);
  letter-spacing: 2px;
}

.salcs_box06_left dt::before,
.salcs_box06_right dt::before {
  position: absolute;
  top: 0;
  left: -48px;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-size: cover;
}

.salcs_box06_left dt::before {
  background-image: url("../images/icon_false.png");
}

.salcs_box06_right dt::before {
  background-image: url("../images/icon_truth.png");
}

.salcs_box06_container dd {
  width: 100%;
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color:rgba(39,38,47,.5);
}

.salcs_box07 {
  padding: 80px 0;
  border-top: 1px solid #E5ECF9;
}

.salcs_box07_container {
  width: 1200px;
  margin: 0 auto;
}

.salcs_box07_container li {
  float: left;
  width: 200px;
  margin-top: 60px;
  text-align: center;
}

.salcs_box07_img {
  width: 84px;
  height: 84px;
  margin: 0 auto;
}

.salcs_box07_img img {
  display: block;
  width: 100%;
}

.salcs_box07_container li p {
  margin-top: 8px;
  font-size: 18px;
  font-weight:500;
  color:rgba(39,38,47,.5);
}

/* ========== mobile 样式 ========== */
@media(max-width: 768px) {

  .mobile_case_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.20rem;
    box-sizing: border-box;
  }

  .mobile_li{
    float: left;
    width: 3.15rem;
    padding-bottom: 0.60rem;
    box-sizing: border-box;
    margin: 0 0.20rem;
  }

  .mobile_li_picture{
    width: 3.15rem;
    height: 3.15rem;
    height: 1.40rem;
    padding: 0.87rem 0;
    box-shadow: 0.06rem 0.06rem 0.10rem 0rem rgba(248,248,253,1),-0.06rem -0.06rem 0.10rem 0rem rgba(255,255,255,0.5);
    border: 0.01rem solid rgba(39,38,47,0.05);
  } 

  .mobile_case_box1{
    padding: 0 !important;
  }

  .mobile_li_title{
    font-size: 0.28rem;
    font-weight: 500;
    color:rgba(39,38,47,1);
    letter-spacing: 0.02rem;
    display: block;
    padding: 0.30rem 0 0.20rem 0;
    box-sizing: border-box;
    line-height: 0.28rem;
  }

  .mobile_li_tip{
    font-size: 0.20rem;
    font-weight: 500;
    color:rgba(39,38,47,.3);
    line-height: 0.20rem;
  }

  .mobile_li_content{
    padding-top: 0.26rem;
    margin-bottom: 0.27rem;
    font-size: 0.24rem;
    color:rgba(39,38,47,.5);
    line-height: 0.34rem;
  }

  .mobile_li_content_hidden{
    height: 1.02rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .mobile_arrow_down_box{
    box-sizing: border-box;
    text-align: center;
    opacity: 0.5;
  }

  .rotate0{
    transform: rotate(0);
    transition: all .2s linear;
    -webkit-transform: rotate(0);
    -webkit-transition: all .2s linear;
    -moz-transform: rotate(0);
    -moz-transition: all .2s linear;
    -o-transform: rotate(0);
    -o-transition: all .2s linear;
    -ms-transform: rotate(0);
    -ms-transition: all .2s linear;
  }
  
  .rotate180{
    transform: rotate(180deg);
    transition: all .2s linear;
    -webkit-transform: rotate(180deg);
    -webkit-transition: all .2s linear;
    -moz-transform: rotate(180deg);
    -moz-transition: all .2s linear;
    -o-transform: rotate(180deg);
    -o-transition: all .2s linear;
    -ms-transform: rotate(180deg);
    -ms-transition: all .2s linear;
  }

  .mobile_arrow_down{
    width: 0.24rem;
    height: 0.24rem;
  }

  .mobile_more_box {
    margin-bottom: 0.80rem;
    height: 0.34rem;
    overflow: hidden;
  }
  
  .mobile_more_box a {
    font-size: 0.28rem;
  }
  
  .mobile_more_box img {
    width: 0.24rem;
    height: 0.28rem; 
    margin-left: 0.13rem;
    padding-top: 0.06rem;
    box-sizing: border-box;
  }

  .mobile_loading {
    width: 1.30rem;
    height: 0.18rem;
    margin: 0 auto;
    padding: 0.08rem 0;
    margin-bottom: 0.80rem;
  }
  
  .mobile_loading span {
    display: inline-block;
    width: 0.18rem;
    height: 100%;
    margin-right: 0.1rem;
    border-radius: 50%;
    background-color: #ffbb0f;
    -webkit-animation: load 1.04s ease infinite;
    float: left;
  }

  .ops_box01 { 
    padding-top: 1.2rem;
  }

  .page_title {
    font-size: 0.18rem;
    margin-bottom: 0.40rem;
  }

  .page_title span{
    font-size: 0.38rem;
    letter-spacing: 0.03rem;
    padding-left: 0.45rem;
  }
  
  .page_title span::before{
    width: 0.18rem;
    height: 0.18rem;
    margin-top: -0.09rem;
  }

  .page_title_box p{
    font-size: 0.24rem;
  }

  /* ==== 观念与动态 ==== */
  .swiper_banner .banner_text {
    left: 0;
    width: 100%;
    padding: 0 0.10rem;
    font-size: 0.24rem;
    margin: 0;
    box-sizing: border-box;
  }

  .swiper_banner .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 0.04rem;
  }

  .dynamic_tab_box {
    margin-top: 0.68rem;
    padding: 0;
  }
  
  .mobile_dynamic_tab {
    position: fixed;
    top: 0.60rem;
    left: 0;
    z-index: 97;
    display: none;
    padding: 0.12rem 0;
    border-top: 0.01rem solid #e5ecf9;
    background-color: #fff;
  }

  .mobile_dynamic_tab span::before {
    bottom: -0.12rem;
  }

  .mobile_dynamic_item {
    float: none;
    width: 100%;
  }

  .dynamic_bg {
    height: 0.30rem;
  }

  .mobile_dynamic_item {
    margin: 0 0 0.30rem;
  }

  .dynamic_item_content {
    padding: 0.30rem 0.15rem;
  }

  .dynamic_item_content h3 {
    font-size: 0.30rem;
  }

  .dynamic_item_content h3 a {
    font-size: 0.30rem;
  }

  .dynamic_item_content p {
    margin: 0.20rem 0;
    font-size: 0.24rem;
  }

  /* ==== 合作案例 ==== */
  .case_banner{
    height: 3.0rem;
  }
  .case_banner img {
    width: auto;
    max-height: 2.0rem;
    left: 0;
    margin-left: -0.6rem;
    transform: scale(1.5);
    margin-top: 0.2rem;
  }

  .case_banner_text span {
    margin-bottom: 0.20rem;
    font-size: 0.28rem;
    letter-spacing: 0rem;
  }

  .case_banner_text em {
    font-size: 0.24rem;
    padding: 0 0.20rem
  }

  .about_banner_text {
    display: none;
  }

  .mobile_about_banner_text {
    display: block;
  }

  .case_box {
    width: 100%;
    padding: 0.40rem 0.20rem;
    box-sizing: border-box;
  }

  .case_item_logo img {
    display: block;
    width: 100%;
  }

  .case_box_container {
    width: 100%;
    height: 6.40rem;
  }
  
  .case1_item {
    width: 100% !important;
    height: 6.00rem;
    margin: 0;
  }

  .case_box1 {
    padding: 0 0.20rem;
  }

  .mobile_case_item {
    width: 100%;
    margin-right: 0;
  }

  .dynamic_img_box {
    height: auto !important;
  }
  
  .case1_item_logo em, .case1_item_code span {
    font-size: 0.34rem;
  }
  
  .case1_item_logo p{
    font-size: 0.26rem;
  }

  .case1_item_logo_box {
    height: 3.0rem;
    margin-bottom: 1.0rem;
  }

  .case1_item_code {
    top: 0.50rem;
    width: 90%;
    margin-left: 0;
    transform: translateX(-50%);
  }

  .case1_item_code img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.25rem;
  }

  .case_item_img {
    width: 1.20rem;
    height: 1.20rem;
    margin-right: 0.15rem;
  }

  .mobile_case_item_content {
    max-height: 1.20rem;
  }

  .mobile_case_item_content span {
    margin: 0.10rem 0;
  }

  .contact_us_btm img {
    position: relative;
    left: 50%;
    margin-left: -3.84rem;
    height: 2.5rem;
  }

  .contact_us_content {
    width: 100%;
  }

  .contact_us_content span {
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    margin-right: 0;
  }

  .contact_us_content a {
    width: 1.60rem;
    height: 0.60rem;
    line-height: 0.60rem;
    text-align: center;
    font-size: 0.24rem;
  }

  /* ==== 关于我们 ==== */
  .case_title {
    padding: 0.60rem 0 0.1rem;
    font-size: 0.38rem;
    /* text-align: center; */
    /* display: flex; */
    /* justify-content: center; */
  }

  .case_title span {
    padding-left: 0.4rem;
  }

  .case_title span::before {
    width: 0.20rem;
    height: 0.20rem;
  }

  .case_title_span {
    padding-bottom: 0.6rem;
    font-size: 0.16rem;
    margin-left: 0.16rem;
  }

  .about_content p {
    font-size: 0.28rem;
  }

  .about_tab_item a {
    padding: 0 0.20rem;
    font-size: 0.32rem;
  }

  .about_map_box img {
    position: relative;
    left: 50%;
    height: 2.28rem;
    transform: translateX(-50%);
    overflow: hidden;
  }

  .pic {
    padding: 0 0.30rem;
    box-sizing: border-box;
  }

  .pic_box {
    width: 100%;
    flex-flow: wrap;
    padding: 0 0 0.30rem 0;
    margin: 0 auto 1.20rem;
    justify-content: space-evenly;
  }

  .pic_box img{
    width: 3.15rem;
    height: 2.19rem;
    margin-top: 0.30rem;
  }







  .about_box2, .about_map_box {
    height: 3.5rem
  }

  .about_box2_content {
    width: auto;
    top: 0.20rem;
    left: 0.20rem;
    right: 0.20rem;
    bottom: 0.20rem;
    height: auto;
    transform: translate(0, 0);
  }

  .about_box2_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0 0.15rem 0.50rem;
  }

  .about_box2_item::before {
    width: 1.20rem;
  }

  .about_box2_item h4 {
    margin: 0.45rem 0 0.20rem;
    font-size: 0.28rem;
    display: block;
  }

  .about_box2_item p {
    font-size: 0.24rem;
    height: 0.8rem;
  }

  #about_event_ids {
    display: none;
  }

  .about_event {
    padding: 0 0.75rem;
  }

  .about_event_left h3 span {
    font-size: 0.36rem;
    padding-left: 0.62rem;
  }

  .about_event_left h3 span::before {
    width: 0.32rem;
    height: 0.32rem;
    box-shadow: 0 0.08rem 0.1rem 0 rgba(239,239,249,1), 0 0.01rem 0.06rem 0 inset rgba(255,255,255,0.73);
  }

  .about_event_left div {
    margin: 0.18rem 0.11rem;
    padding: 0.1rem 0 0.93rem 0.5rem;
  }

  .li_line {
    width: 0.3rem;
    margin: 0.15rem 0 0.25rem 0;
  }

  .about_event_left div p {
    font-size: 0.28rem;
    margin-bottom: 0.14rem;
    display: inline-flex;
    line-height: 0.6rem;
  }

  .about_event_left div p span {
    margin-left: 0.2rem;
    font-size: 0.28rem;
    width: 4rem;
  }

  /* ==== 加入我们 ==== */
  .join_box {
    padding-top: 0.9rem;
  }

  .join_tab_box {
    width: 100%;
    margin-top: 0.45rem;
  }

  .join_tab_item {
    font-size: 0.28rem;
  }

  .join_content {
    padding: 0.30rem 0.10rem;  
  }

  .mobile_join_item {
    width: 100%;
  }

  .join_item_top {
    padding: 0.30rem;
  }

  .join_item_left h3 {
    font-size: 0.30rem;
  }

  .join_item_content {
    margin: 0.24rem 0;
  }

  .join_item_btm {
    padding: 0.20rem;
  }

  .join_item_btm_content {
    margin-bottom: 0.20rem;
  }

  .join_btm_box {
    padding: 0.30rem 0.15rem 0.30rem;
    box-sizing: border-box;
  }

  .join_img_box {
    width: 100%;
    height: auto;
    margin-bottom: 0.30rem;
    padding: 0.10rem;
    box-sizing: border-box;
  }

  .join_img_box img {
    display: block;
    width: 100%;
    height: auto;
  }

  .join_more_box, .join_more_loading {
    margin: 0.60rem auto;
  }

  .join_btm_content h3 {
    font-size: 0.32rem;
    margin: 0.20rem auto 0.40rem;
  }

  .join_btm_content p {
    font-size: 0.28rem;
    margin-bottom: 0.40rem;
  }

  /* ==== 联系我们 ==== */
  .mobile_contact_box01 {
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .contact_box01_item {
    width: 100%;
    margin: 0.30rem 0 0 0;
    padding: 0.90rem;
  }

  .contact_box01_item h4 {
    font-size: 0.32rem;
    margin-bottom: 0.90rem;
  }

  .contact_box01_item h4::before {
    bottom: -0.45rem;
  }

  .contact_box01_item p span {
    margin-right: 0.30rem;
  }

  .contact_box02 {
    width: 100%;
    margin-top: 0.45rem;
    padding: 0 0.20rem;
    box-sizing: border-box;
  }

  .contact_box02_top {
    margin-bottom: 0.45rem;
  }

  .contact_box02_top span {
    margin: 0 0.30rem;
  }

  .map_box {
    height: 6.00rem;
  }

  .contact_box03 {
    margin-top: 0.45rem;
    padding: 0.45rem 0;
  }

  .contact_box03_item {
    width: 50%;
    margin-bottom: 0.45rem;
  }

  .contact_box03_item h4 {
    font-size: 0.40rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
  }

  .contact_box03_item em {
    margin: 0.20rem 0;
    font-size: 0.32rem;
  }

  .contact_box03_item p {
    font-size: 0.28rem;
  }

  .contact_box04 {
    padding: 0.40rem 0 0.20rem;
  }
  
  .contact_box04_container {
    width: auto;
    margin: 0.30rem 0.10rem 0;
    padding: 0.40rem 0.20rem;
  }

  .contact_box04_item {
    width: 100%;
    margin: 0 0 0.30rem;
  }

  .contact_btn {
    width: 100%;
    margin-bottom: 0.20rem;
  }

  /* ==== AI机器视觉管理系统 ==== */
  .ops_banner_container {
    position: relative;
    display: block;
    padding: 0;
  }

  .ops_banner_content {
    width: 100%;
    padding: 0 0.30rem;
    box-sizing: border-box;
  }
  
  .ops_banner_content h3 {
    font-size: 0.38rem;
  }
  
  .ops_banner_content p {
    margin: 10% 0;
    font-size: 0.24rem;
    margin: 0.30rem 0;
  }

  .ops_banner_content a {
    width: 2.10rem;
    line-height: 0.42rem;
    font-size: 0.26rem;
    box-shadow: 0 0.12rem 0.15rem 0 rgba(248,182,44,0.25), 0 0.01rem 0.09rem 0 rgba(255,255,255,0.73);
    border-radius: 0.21rem;
  }

  .ops_banner_img {
    width: 100%;
  }

  .ops_list_01 li {
    width: 50%;
    margin-bottom: 0.45rem;
    padding: 0 0.30rem;
  }

  .ops_list_01 li img {
    width: 1.2rem;
    height: 1.2rem;
  }

  .ops_list_01 li h4 {
    font-size: 0.28rem;
    margin: 0.30rem 0;
  }

  .ops_list_01 li p {
    font-size: 0.26rem;
  }

  .ops_box02 {
    padding: 0.40rem 0;
  }

  .ops_box02_content {
    padding: 0.30rem;
  }

  .ops_box02_content h4 {
    margin-bottom: 0.30rem;
  }

  .ops_box02_container {
    padding-top: 0;
  }

  .ops_box02_container li {
    width: 100%;
    margin-bottom: 0.30rem;
    padding: 0 0.15rem;
  }

  .ops_box02_img {
    width: 100%;
  }

  .ops_box02_img img {
    max-height: 100%;
  }

  .ops_box03 li {
    padding: 0.20rem 0.10rem;
    box-sizing: border-box;
  }

  .ops_box03_item {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .ops_box03_img {
    width: 100%;
    height: auto;
  }

  .ops_box03_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0.20rem;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
  }

  .ops_box03_content h4 {
    font-size: 0.32rem;
    color: #fff;
  }

  .ops_box03_content p {
    padding-top: 0.20rem;
    color: #fff;
    font-size: 0.26rem;
  }

  /* ==== 商铺生命周期管理 ==== */
  .ops_banner_container {
    position: relative;
  }

  .salcs_banner_img {
    width: 100%;
    padding: 0 0.10rem;
    box-sizing: border-box;
  }

  .salcs_box01 {
    padding: 0.40rem 0.20rem;
  }

  .salcs_box01_container {
    width: 100%;
    margin-top: 0.20rem;
    padding: 0.40rem 0.20rem;
  }

  .salcs_box01_top {
    display: flex;
    margin-bottom: 0;
    padding: 0;
  }

  .salcs_box01_top_item {
    flex: 1;
    margin-right: 0;
  }

  .salcs_box01_top_item span {
    width: 1.0rem;
    height: 1.0rem;
    margin: 0 auto;
    padding: 0.12rem;
    line-height: 0.36rem;
    font-size: 0.24rem;
  }

  .salcs_box01_top_item::before {
    top: 0.32rem;
    right: -0.30rem;
  }

  .salcs_box01_bottom::before, 
  .salcs_box01_bottom::after {
    top: -0.84rem;
    width: 0.60rem;
    height: 0.60rem;
  }

  .salcs_box01_bottom::before {
    right: 50%;
    margin-right: -24%;
  }
  
  .salcs_box01_bottom::after {
    left: 50%;
    margin-left: -24%;
  }

  .salcs_box01_bottom {
    padding: 0.10rem;
  }

  .salcs_box01_bottom h3 {
    padding: 0.20rem 0 0.40rem;
    font-size: 0.30rem;
  }

  .salcs_box01_bottom_container {
    display: flex;
  }
  
  .salcs_box01_item {
    flex: 1;
    height: auto;
    margin-right: 0.10rem;
    padding: 0 0 0.10rem;
  }

  .salcs_box01_item img {
    margin-bottom: 0;
  }

  .salcs_box01_item em {
    font-size: 0.12rem;
  }

  .salcs_box02,
  .salcs_box03,
  .salcs_box04,
  .salcs_box05,
  .salcs_box06,
  .salcs_box07 {
    padding: 0.60rem 0.20rem;
    box-sizing: border-box;
  }

  .salcs_box02_container {
    display: block;
    width: 100%;
  }

  .salcs_box02_content {
    width: 100%;
  }

  .salcs_box02_content h4 {
    font-size: 0.30rem;
  }
  
  .salcs_box02_text {
    padding: 0.30rem 0;
  }

  .salcs_box02_text span {
    font-size: 0.28rem;
  }

  .salcs_box02_text p {
    margin-top: 0.15rem;
    font-size: 0.26rem;
  }

  .salcs_box02_img {
    width: 100%;
    height: 5.0rem;
  }
  
  .salcs_box03 .page_title_box {
    margin-bottom: 0.20rem;
  }

  .salcs_box04_container {
    width: 100%;
    margin: 0.30rem 0 0;
    padding: 0.20rem 0.10rem 0.40rem;
  }

  .salcs_box04_item {
    width: 50%;
    padding-top: 0.20rem;
  }

  .salcs_box04_title {
    margin: 0.20rem 0 0.10rem;
    font-size: 0.26rem;
  }

  .salcs_box04_item p {
    width: 100%;
    padding: 0 0.10rem;
    font-size: 0.24rem;
    box-sizing: border-box;
  }

  .salcs_box05_container {
    width: 100%;
    margin-top: 0;
  }

  .salcs_box05_item {
    float: none;
    margin: 0 auto 0.30rem !important;
  }

  .salcs_box05_title {
    margin: 0.40rem 0 0.2rem;
    font-size: 0.30rem;
  }

  .salcs_box05_item p {
    font-size: 0.26rem;
  }

  .salcs_box07_container {
    width: 100%;
  }

  .salcs_box07_container li {
    width: 33.333%;
    margin: 0 0 0.30rem;
  }

  .salcs_box07_container li p {
    font-size: 0.26rem;
  }

  .salcs_box06_container {
    width: 100%;
    padding: 0.40rem 0.20rem;
  }

  .salcs_box06_left, 
  .salcs_box06_right {
    flex: 1;
    width: 50%;
    margin-right: 0.20rem;
  }

  .salcs_box06_left h4, .salcs_box06_right h4{
    font-size: 0.30rem;
    width: 1.22rem;
  }

  .salcs_box06_right {
    margin-right: 0;
  }

  .salcs_box06_container dl {
    padding-left: 0.30rem;
  }

  .salcs_box06_container dt {
    margin-top: 0.20rem;
    font-size: 0.28rem;
    line-height: 0.32rem;
  }

  .salcs_box06_left dt::before, 
  .salcs_box06_right dt::before {
    left: -0.32rem;
    width: 0.25rem;
    height: 0.25rem;
  }

  .salcs_box06_container dd {
    height: 2.20rem;
    font-size: 0.26rem;
  }

  /* ==== 商业会员管理系统 ==== */
  .crp_banner {
    padding: 0.10rem 0;
  }

  .crp_banner_container {
    position: relative;
    display: block;
    padding: 0 0.10rem;
  }

  .crp_banner_content {
    /* position: absolute;
    top: 50%;
    left: 0; */
    width: 100%;
    padding: 0 0.30rem;
    /* transform: translateY(-50%); */
    box-sizing: border-box;
  }

  .crp_banner_content h3 {
    font-size: 0.38rem;
  }

  .crp_banner_content p {
    margin: 0.30rem 0;
    font-size: 0.24rem;
  }

  .crp_banner_content a {
    width: 2.10rem;
    line-height: 0.42rem;
    font-size: 0.26rem;
    box-shadow: 0 0.12rem 0.15rem 0 rgba(248,182,44,0.25), 0 0.01rem 0.09rem 0 rgba(255,255,255,0.73);
    border-radius: 0.21rem;
  }

  .crp_banner_img {
    width: 100%;
  }

  .crp_box01,
  .crp_box02,
  .crp_box03,
  .crp_box04,
  .crp_box05,
  .crp_box06,
  .crp_box07 {
    width: 100%;
    padding: 0.45rem 0.30rem;
    box-sizing: border-box;
  }

  .crp_box01_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.30rem;
    padding: 0;
    box-sizing: border-box;
  }

  .crp_box01_item {
    flex-direction: column;
    width: 30%;
    min-height: 3.20rem;
    /* max-height: 3.20rem; */
    margin: 0 0.10rem 0.20rem 0;
    height: auto;
  }

  .crp_box01_item:nth-child(1),
  .crp_box01_item:nth-child(2) {
    width: 40%;
    margin: 0 0.10rem 0.20rem;
  }

  .crp_box01_item::before {
    display: none;
  }

  .crp_box01_item h4 {
    font-size: 0.28rem;
    line-height: 1.05rem;
  }

  .crp_box01_item p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.16rem;
    padding: 0 0.05rem;
    font-size: 0.24rem;
    box-sizing: border-box;
  }

  .crp_box02_container {
    margin-top: 0.30rem;
    width: 100%;
  }

  .crp_box02_tab li {
    padding: 0.2rem 0 0.10rem;
    height: 1.26rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .crp_box02_tab li span {
    font-size: 0.26rem;
  }

  .crp_box02_content {
    padding: 0.20rem 0.10rem 0.30rem;
  }

  .crp_box02_item {
    display: block;
  }

  .crp_box02_img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.20rem;
  }

  .crp_box02_text {
    width: 100%;
  }

  .crp_box02_text p {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding: 0.10rem;
  }

  .crp_box03_container {
    margin-top: 0.30rem;
  }

  .crp_box03_item {
    width: 48%;
    height: auto;
    margin: 0 4% 0.20rem 0;
    padding: 0 0 0.20rem;
  }

  .crp_box03_item:nth-child(2n) {
    margin-right: 0;
  }

  .crp_box03_img {
    width: 100%;
    margin: 0.30rem 0;
    height: auto;
  }

  .crp_box03_img img {
    display: block;
    width: 100%;
  }

  .crp_box03_content {
    width: 100%;
    padding: 0 0.10rem;
    box-sizing: border-box;
  }

  .crp_box03_content h4 {
    margin-bottom: 0.10rem;
    font-size: 0.28rem;
  }
  
  .crp_box03_content p {
    font-size: 0.26rem;
  }

  .crp_box04_container {
    width: 100%;
    margin: 0.30rem 0 0;
  }

  .crp_box04_container li {
    width: 33.3333%;
    margin: 0;
    padding: 0.20rem 0 0.10rem;
  }

  .crp_box04_container li img {
    margin-bottom: 0.05rem;
  }

  .crp_box04_container li span {
    font-size: 0.28rem;
    font-weight: 400;
  }

  .crp_box05_container {
    display: block;
    width: 100%;
    padding: 0;
  }
  
  .crp_box05_img {
    display: block;
    width: 100%;
    margin-bottom: 0.30rem;
    height: auto;
  }

  .crp_box05_content {
    width: 100%;
    padding-bottom: 0.30rem;
  }

  .crp_box05_content h4 {
    margin-bottom: 0.20rem;
    font-size: 0.32rem;
  }

  .crp_box05_content p {
    font-size: 0.26rem;
  }

  .crp_box07 .page_title_box p {
    width: 100%;
    line-height: 0.38rem;
  }

  .crp_box07_container {
    width: 100%;
  }

  .crp_box07_container li {
    width: 50%;
    margin-left: 0;
    padding: 0 0.10rem;
    box-sizing: border-box;
  }

  /* ==== 观点&动态 ==== */
  .dynamic_more {
    margin: 0.50rem 0 0.80rem;
    height: 0.34rem;
    overflow: hidden;
  }

  .dynamic_more_loading {
    margin: 0.50rem auto 0.80rem;
  }

  .dynamic_more a{
    font-size: 0.28rem;
  }

}
