#pcGlobal .module .h3 {
  font-size: 36px;
  font-weight: bold;
  color: #282828;
  text-align: center;
  padding-top: 60px;
  line-height: 50px;
}
#pcGlobal .module .h3_desc {
  font-size: 16px;
  color: #51565D;
  line-height: 22px;
  text-align: center;
}
#pcGlobal .module .module_main {
  width: 1140px;
  margin: 0 auto;
}
#pcGlobal .module .module_main .item .title {
  font-size: 16px;
  color: #282828;
  font-weight: bold;
}
#pcGlobal .module .module_main .item .desc {
  font-size: 16px;
  color: #51565D;
}
#pcGlobal .module0 {
  height: 460px;
  background: url("/wp-content/uploads/2022/06/module0Bg.png") no-repeat center;
  background-size: cover;
}
#pcGlobal .module0 .module_main {
  padding-top: 152px;
}
#pcGlobal .module0 .title {
  font-size: 38px;
  color: #fff;
}
#pcGlobal .module0 .desc {
  margin: 7px 0 30px 0;
  color: #fff;
}
#pcGlobal .module0 .btn {
  width: 150px;
  height: 40px;
  border-radius: 4px;
  background: #36CFA8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
	outline: none;
}
#pcGlobal .module0 .btn:before {
	content: none;
}
#pcGlobal .module1 {
  background: #F5F8FA;
}
#pcGlobal .module1 .module_main {
  padding-bottom: 60px;
}
#pcGlobal .module1 .module_main > div {
  display: flex;
  justify-content: space-around;
}
#pcGlobal .module1 .module_main > div .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#pcGlobal .module1 .module_main > div .item img {
  width: 88px;
  height: 88px;
}
#pcGlobal .module1 .module_main > div .item .title {
  text-align: center;
  margin-bottom: 9px;
}
#pcGlobal .module1 .module_main > div .item .desc {
  text-align: center;
  line-height: 25px;
}
#pcGlobal .module1 .module_main > div:first-child {
  margin-bottom: 40px;
}
#pcGlobal .module1 .module_main > div:nth-child(2) {
    padding: 0 180px;
}
#pcGlobal .module2 {
  background: #fff;
}
#pcGlobal .module2 .h3_desc {
  margin: 4px 0 60px 0;
}
#pcGlobal .module2 .module_main {
  display: flex;
  justify-content: space-around;
  padding-bottom: 60px;
}
#pcGlobal .module2 .module_main .item {
  width: 248px;
  height: 375px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 11px 49px 0px rgba(10, 20, 31, 0.08);
}
#pcGlobal .module2 .module_main .item img {
  width: 100%;
  height: 280px;
}
#pcGlobal .module2 .module_main .item .title {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin: 15px 0 8px 0;
}
#pcGlobal .module2 .module_main .item .desc {
  text-align: center;
}
#pcGlobal .module3 {
  background: #F5F8FA;
}
#pcGlobal .module3 .h3 {
  margin-bottom: 50px;
}
#pcGlobal .module3 .module_main {
  text-align: center;
  padding-bottom: 41px;
}
#pcGlobal .module3 .module_main img {
  width: 1104px;
}
#pcGlobal .module4 {
  height: 692px;
  background: url(/wp-content/uploads/2022/06/module4Bg.png) no-repeat bottom left;
  background-size: 100% auto;
}
#pcGlobal .module4 .h3 {
  margin-bottom: 60px;
}
#pcGlobal .module4 .module_main {
  position: relative;
  padding-bottom: 130px;
}
#pcGlobal .module4 .module_main .item {
  display: none;
  align-items: center;
  justify-content: space-between;
}
#pcGlobal .module4 .module_main .item .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
}
#pcGlobal .module4 .module_main .item .desc {
  color: #282828;
  line-height: 28px;
}
#pcGlobal .module4 .module_main .item .itemL {
  margin: 230px 78px 0 0;
}
#pcGlobal .module4 .module_main .item .itemR {
  width: 520px;
}
#pcGlobal .module4 .module_main .item:nth-child(1) {
  display: flex;
}
#pcGlobal .module4 .module_main .tabs {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 620px;
  flex-wrap: wrap;
}
#pcGlobal .module4 .module_main .tabs .tab {
  width: 160px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  font-size: 20px;
  color: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 18px 0px #c4f1e4;
  margin: 0 29px 20px 0;
  cursor: pointer;
}
#pcGlobal .module4 .module_main .tabs .tabSelected {
  color: #36CFA8;
  position: relative;
}
#pcGlobal .module4 .module_main .tabs .tabSelected:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  background: #36CFA8;
  left: 60px;
  bottom: 0;
  border-radius: 2.5px;
}
#pcGlobal .module5 {
  background: #F5F8FA;
}
#pcGlobal .module5 .h3 {
  margin-bottom: 40px;
}
#pcGlobal .module5 .module_main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
#pcGlobal .module5 .module_main .item {
  display: flex;
  flex-direction: column;
  padding: 40px 25px 0 25px;
  width: 210px;
  height: 342px;
  border-radius: 6px;
  overflow: hidden;
  align-items: center;
  border: 1px solid #E0E4EA;
  box-sizing: border-box;
}
#pcGlobal .module5 .module_main .item img:nth-child(1) {
  width: 92px;
}
#pcGlobal .module5 .module_main .item img:nth-child(2) {
  width: 90px;
}
#pcGlobal .module5 .module_main .item img:nth-child(3) {
  width: 95px;
}
#pcGlobal .module5 .module_main .item img:nth-child(4) {
  width: 101px;
}
#pcGlobal .module5 .module_main .item img:nth-child(4) {
  width: 86px;
}
#pcGlobal .module5 .module_main .item .title {
  text-align: center;
  margin: 24px 0 14px 0;
  line-height: 28px;
}
#pcGlobal .module5 .module_main .item .desc {
  text-align: center;
  color: #282828;
}
#pcGlobal .module5 .module_main .item:hover {
  box-shadow: 0px 6px 18px 0px rgba(10, 20, 31, 0.14);
  background: #fff;
}




@media screen and (max-width: 1200px) {
 #investmentPromotion_wap .title {
	 position: relative;
	 z-index: 1;
    font-size: 2.4rem;
    color: #282828;
    line-height: 3.3rem;
    margin-bottom: 3rem;
    text-align: center; }
  #investmentPromotion_wap .tips {
    font-size: 1.6rem;
    text-align: center;
    color: #282828;
    line-height: 2.4rem;
    margin-top: .8rem; }
  #investmentPromotion_wap .no-bottom {
    margin-bottom: 0; }
  #investmentPromotion_wap .public_padding {
    padding: 3rem 0; }
  #investmentPromotion_wap .bg-color {
    background: #F5F8FA; }
  #investmentPromotion_wap .header {
    height: 31.2rem;
    background: url("/wp-content/uploads/2022/06/wap-banner.png") no-repeat center;
    background-size: 100%; }
    #investmentPromotion_wap .header .header_title {
      font-size: 2.6rem;
      text-align: center;
      color: #ffffff;
      line-height: 3.7rem;
      margin-bottom: .8rem;
      padding-top: 10rem; }
    #investmentPromotion_wap .header .header_tips {
      font-size: 1.6rem;
      font-weight: 400;
      text-align: center;
      color: #ffffff;
      line-height: 2.6rem; }
    #investmentPromotion_wap .header .freeTrial_btn {
      width: 15rem;
      height: 4rem;
      background: #36cfa8;
      border-radius: .4rem;
      font-size: 1.5rem;
      text-align: center;
      color: #fff;
      line-height: 4rem;
      margin: 2rem auto 0; }
  #investmentPromotion_wap .promotion_point, #investmentPromotion_wap .promotion_accurate, #investmentPromotion_wap .promotion_programme, #investmentPromotion_wap .promotion_empowerment, #investmentPromotion_wap .promotion_advantage {
    padding: 3rem 1.5rem; }
  #investmentPromotion_wap .promotion_point {
    position: relative; }
	#investmentPromotion_wap .promotion_point .swiper-container-promotion-point {
		padding-bottom: 3rem;
	}
    #investmentPromotion_wap .promotion_point .swiper-slide {
      text-align: center; }
      #investmentPromotion_wap .promotion_point .swiper-slide .swiper-slide-img {
        width: 8.8rem;
        height: 8.8rem;
        margin-bottom: .7rem; }
      #investmentPromotion_wap .promotion_point .swiper-slide .swiper-slide-title {
        font-size: 1.6rem;
        font-weight: 500;
        text-align: center;
        color: #282828;
        line-height: 2.2rem;
        margin-bottom: 1rem; }
      #investmentPromotion_wap .promotion_point .swiper-slide .swiper-slide-tips {
        font-size: 1.4rem;
        font-weight: 300;
        text-align: center;
        color: #282828;
        line-height: 2.0rem; }
	#investmentPromotion_wap .promotion_accurate .accurate_list {
		margin-top: 3rem;
	}
  #investmentPromotion_wap .promotion_accurate .accurate_item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.5rem; 
	background: #ffffff;
	border-radius: .4rem;
	box-shadow: 0 1.1rem 5rem 0 rgba(10,20,31,0.08); 
	}
    #investmentPromotion_wap .promotion_accurate .accurate_item .accurate_left {
      width: 12.7rem;
      height: 10.0rem;
      flex-shrink: 0; }
    #investmentPromotion_wap .promotion_accurate .accurate_item .accurate_img {
      width: 100%; }
    #investmentPromotion_wap .promotion_accurate .accurate_item .accurate_right {
      background: #fff;
      padding: 2.6rem 2rem; }
      #investmentPromotion_wap .promotion_accurate .accurate_item .accurate_right .accurate_title {
        font-size: 1.6rem;
        font-weight: 500;
        text-align: left;
        color: #282828;
        line-height: 2.2rem;
        margin-bottom: .5rem; }
      #investmentPromotion_wap .promotion_accurate .accurate_item .accurate_right .accurate_tips {
        font-size: 1.4rem;
        font-weight: 300;
        text-align: left;
        color: #282828;
        line-height: 2.0rem; }
  #investmentPromotion_wap .promotion_programme .programme-img {
    text-align: center; }
  #investmentPromotion_wap .promotion_empowerment {
    position: relative; }
	#investmentPromotion_wap .promotion_empowerment .funengBg {
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		left: 0;
	}
	#investmentPromotion_wap .promotion_empowerment .nav_box {
		width: 100%;
		overflow-x: scroll;
		 border-bottom: .1rem solid #EDF2F1;
      padding-bottom: 1.7rem;
		position: relative;
		margin-bottom: 2rem;
	}
	#investmentPromotion_wap .promotion_empowerment .nav_box::-webkit-scrollbar {
     	display:none;
 	} 
    #investmentPromotion_wap .promotion_empowerment .empowerment_nav_list {
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      overflow-y: hidden;
      width: 90rem;
      }
      #investmentPromotion_wap .promotion_empowerment .nav_box .mov-line {
        position: absolute;
        bottom: 0;
        height: .4rem;
        background: #36CFA8;
        min-width: 12.5%;
        left: 0; }
      #investmentPromotion_wap .promotion_empowerment .empowerment_nav_list .empowerment_nav_item_active {
        background: #36CFA8 !important;
        color: #fff; }
      #investmentPromotion_wap .promotion_empowerment .empowerment_nav_list .empowerment_nav_item {
        list-style: none;
        width: 11rem;
        line-height: 4rem;
        text-align: center;
        background: #ffffff;
        border-radius: 2.5rem;
		  margin-bottom: 1rem;
        box-shadow: 0 .3rem 1rem 0 #c4f1e4; }
	#investmentPromotion_wap .promotion_point .swiper-container-promotion-point,
	#investmentPromotion_wap .promotion_empowerment .swiper-container-empowerment, #investmentPromotion_wap .promotion_advantage .swiper-container-advantage {
		overflow: hidden;
	}
      #investmentPromotion_wap .promotion_empowerment .empowerment_nav_list .empowerment_nav_item:nth-child(-n+8) {
        margin-right: .8rem; }
    #investmentPromotion_wap .promotion_empowerment .swiper-slide-title {
      font-size: 1.6rem;
      font-weight: 500;
      color: #282828;
      line-height: 2.2rem;
      text-align: center;
      margin-bottom: 1.5rem; }
    #investmentPromotion_wap .promotion_empowerment .swiper-slide-tips p {
      font-size: 1.4rem;
      font-weight: 300;
      text-align: center;
      color: #282828;
      line-height: 2.0rem; }
    #investmentPromotion_wap .promotion_empowerment .swiper-slide-img {
      width: 100%; }
  #investmentPromotion_wap .promotion_advantage {
    position: relative; 
	  padding-bottom: 6rem;
	}
	  #investmentPromotion_wap .promotion_advantage .title{
/* 		 margin-bottom: 6rem; */
	}
	#investmentPromotion_wap .promotion_advantage .swiper-container-advantage {
		padding-top: 3.5rem;
	}
    #investmentPromotion_wap .promotion_advantage .swiper-slide {
      position: relative;
      height: 15.3rem;
      width: 100%;
      margin: 0 auto;
      background: #ffffff;
      border: .1rem solid #36cfa8;
      border-radius: 1.2rem;
      box-sizing: border-box;
      padding-top: 4.6rem; 
		text-align: center;
	}
      #investmentPromotion_wap .promotion_advantage .swiper-slide .swiper-slide-img {
        position: absolute;
        left: 0;
        right: 0;
        top: -3.6rem;
        z-index: 1;
        margin: auto;
        width: 7.2rem;
        height: 7.2rem;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 0 3.1rem 0 rgba(31, 35, 41, 0.08); }
        #investmentPromotion_wap .promotion_advantage .swiper-slide .swiper-slide-img img {
          width: 100%; }
      #investmentPromotion_wap .promotion_advantage .swiper-slide .swiper-slide-title {
        font-size: 1.6rem;
        font-weight: 500;
        color: #1f2329;
        line-height: 2.2rem;
        margin-bottom: 1rem; 
	}
      #investmentPromotion_wap .promotion_advantage .swiper-slide .swiper-slide-tips {
        font-size: 1.4rem;
        text-align: justify;
        color: #51565d;
        line-height: 2.4rem;
        letter-spacing: -0.4px;
		padding: 0 1.1rem;
	}
	
}