:root {
  --ew-palyfair-color01: #1d2c44;
  --ew-palyfair-color02: #ffffff;
  --ew-notosans-color01: #605c4d;
  --ew-notosans-color02: #ffffff;
  --ew-light-color01: #ffffff;
  --ew-light-color02: #f6f6f5;
  --ew-light-color03: #898989;
  --phone-content-width: 252px;
  --footer1-content-width1: 1000px;
  --footer1-content-width2: 900px;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #fff;
  font-family: "Source Sans Pro", arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  list-style-image: none;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  font-family: Noto_Sans_regular;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  left: 20px;
  width: 20px;
}

.swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.8);
  /*opacity: .2;*/
}

.swiper-pagination-bullet-active {
  /*opacity: 1;*/
  background: #e0ad3d;
}

.active {
  display: block !important;
}

.sansPro {
  font-weight: 300 !important;
  font-family: "Source Sans Pro", arial, sans-serif !important;
}
.sansPro1 {
  font-weight: bold !important;
  font-family: "Source Sans Pro", arial, sans-serif !important;
}

.headline01 {
  font-family: Playfair_Display;
  line-height: 110px;
  font-size: 91px;
}

.headline02-1 {
  font-family: Playfair_Display;
  line-height: 70px;
  font-size: 44px;
}

.headline02 {
  font-family: Playfair_Display;
  line-height: 70px;
  font-size: 68px;
}

.headline03 {
  font-family: Playfair_Display;
  line-height: 46px;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: 2.25px;
}

.headline04 {
  font-family: Playfair_Display;
  line-height: 32px;
  font-size: 22px;
}

.body02 {
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-size: 24px;
  line-height: 39px;
}
.body02 .sansPro:nth-child(1){
  font-weight:bold!important;
}

.body03 {
  font-family: Noto_Sans_regular;
  line-height: 29px;
  font-size: 18px;
  letter-spacing: 1px;
}

.body04 {
  font-family: Noto_Sans_regular;
  line-height: 23px;
  font-size: 14px;
  letter-spacing: 1px;
}

.body05 {
  line-height: 21px;
  font-size: 12px;
  font-family: Noto_Sans_regular;
}

.button {
  background: #e0ad3d;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 17px 36px;
  text-align: center;
  color: #fff;
  border-radius: 1px;
  font-family: Noto_Sans_bold;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 1px;
}

.button:hover,
.button:active {
  background: #c28f1f;
}

.button .focus {
  background: #e0ad3d;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.menu {
  display: none;
}

.phone {
  display: none;
}

.page1 {
  background: url("image/photo_home_dark@2x.png") #003bae no-repeat;
  background-position: right;
  background-size: 60% 100%;
}

.logo {
  position: absolute;
  left: 20px;
  width: 232px;
  height: 130px;
  top: 37px;
}

.header ul {
  float: right;
  /* padding-right: 50px; */
  width: auto;
}

.header ul li {
  display: inline-block;
  line-height: 120px;position:relative;
  font-size: 20px;
  color: #fff;
  padding: 0px 15px;
  font-family: Noto_Sans_regular;
}

.header ul li:nth-child(1) div{
     display:none;
  }
  .header ul li:nth-child(1):hover div{
     display:inline-block;position:absolute;top:70px;left:-100px;width:300px;line-height:30px;z-index:9999;text-align:center;padding-top:10px;
  }
  .header ul li:nth-child(1):hover div a{padding:0 10px;margin:0;width:100%;line-height:18px;display:inline-block;font-size:18px;}

.header ul li a:hover {
  color: #e0ad3d;
}

.header ul li:last-child a {
  font-size: 16px;
  color: #ccc;
}

.header.dark ul li:last-child a {
  color: var(--ew-light-color03);
}

.nowrap {
  overflow: hidden;
  white-space: nowrap;
}

.pageContent {
  position:relative;
  text-align: left;
  width: 100%;
  height: 100%;
}

.pageContent .morelink{
  display:inline-block;
  padding:16px 44px;
  position:absolute;
  bottom:30px;left:0;
  font-size:25px;
  color:#fff;
  border:2px solid #fff;
  margin:0 0 40px 40px;
}
.pageContent .morelink:hover{
  background-color:rgba(255,255,255, 0.2);
}

.page .pageContent{padding-top: 0;}

.page1 .headline {
  height: auto;
  text-align: left;
  position: absolute;
  top: 50%;
  left: calc(40% - 340px);
  margin-top: -243px;
  width: 760px;
}

.page1 .headline01 {
  color: #fff;
}

.page1 .headline03 {
  /*font-family: Noto_Sans_regular;*/
  color: #f6f6f5;
  padding-top: 30px;
  width: 700px;
}

.page2 {
  background: url("image/photo_home_light@2x.png") #f6f6f5 no-repeat;
  background-position: right;
  background-size: 60% 100%;
}

.page2 .header ul li {
  color: var(--ew-palyfair-color01);
}

.page2 .headline {
  height: auto;
  text-align: left;
  position: absolute;
  top: 36%;
  left: calc(40% - 340px);
  margin-top: -264px;
  width: 750px;
}

.page2 .headline02 {
  color: var(--ew-palyfair-color01);
}

.page2 .body04 {
  color: var(--ew-notosans-color01);
  padding-top: 30px;
  padding-bottom: 20px;
}

.page2 .body02 {
  color: var(--ew-notosans-color01);
  padding-top: 30px;
  padding-bottom: 30px;
}

.page2 .body03 {
  color: var(--ew-notosans-color01);
  padding-top: 30px;
  padding-bottom: 20px;
  width: 550px;
}

.page3 {
  background: #00238b;
   background-image: url("../wealth/image/hopage3bg.png") ;
   background-size: 100% 100%;

  color: #fff;
}

.page3bg {
  background-image: url("image/pattern.svg");
  background-size: 19vw 19vw;
  position: absolute;
  width: 40%;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.1;
}

.page3bg2 {
  background: url("image/pattern3.svg") no-repeat;
  background-size: auto;
  background-size: 130vw 79vw;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.1;
}

.zindex {
  position: relative;
  z-index: 100;
}

.page3 .pageContent{
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.page3 .pageContent .part {
  background-color:rgba(83,130,205,0.3);
  text-align:left;
  height:259px;
  width: var(--footer1-content-width1);
  display: flex;
  clear: both;
  margin:56px auto;
}

.page3 .pageContent .part .pic{
  width:394px;
  height:261px;
}

.page3 .pageContent .headline02-1 {
  position: relative;
  width:100%;
}

.page3 .pageContent .part .introduce {
  position: relative;
  width: 661px;
  font-size:48px;
  color: #f6f6f5;
  font-family: Noto_Sans_regular;
  padding:30px 0 0 45px;
}

.page3 .pageContent .body02{
  font-size:16px;
  line-height:22px;
  padding-right:50px;
}

.page3 .pageContent .part .introduce .more {
  line-height: 23px;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
  background-color:#003bae;
  padding:10px 30px;float:right;margin:0 15px 0 0;
}

.page3 .pageContent .part .introduce .more img {
  padding-top: 12px;
}

.page3 .pageContent .part:last-child .more{
    float:left;
    margin-left:-20px;
}
.page3 .pageContent .part:last-child{
  text-align:right;
}
.page3 .pageContent .part:last-child .headline02-1,.page3 .pageContent .part:last-child .body02{
  padding:0 40px 0 0;
}

.page4 {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 40%,
    #f6f6f5 40%,
    #f6f6f5 100%
  );
}

.page4 .title,.page5 .title{
    font-family: Playfair_Display;
    line-height: 70px;
    font-size: 60px;
    color:#485467;
    font-weight:normal;margin-top: 100px;
}
.page5 .title{
  margin-bottom: -100px;
}

.page4 .pageContent{
  width:1054px;margin: 0 auto;margin-top: 100px;
}

.page4 .pageContent .imgpic{
  width: 509px;height: 234px;float:left;
}

.page4 .pageContent .part {
  width: 478px;
  display: inline-block;
  position:relative;float:right;
}

.page4 .pageContent .part:nth-child(4){
  float: left;margin-top: 53px;
}

.page4 .pageContent .part img {

  position: absolute;
top: 0;left: 0;
}

.page4 .pageContent .part .introduce {
  float: left;
  width: 90%;
  margin-left:98px;
}

.page4 .pageContent .part .introduce .headline03 {
  color: var(--ew-palyfair-color01);
}

.page4 .pageContent .part .introduce p {
  font-family: "Source Sans Pro";
  line-height: 30px;
  font-size: 16px;
  line-height:24px;color: #605c4d;
  color: var(--ew-notosans-color01);
}

.page5 {
  background: url("../wealth/image/page5bg.png") no-repeat;background-size:100% 100%;
}

.page5 .pageContent{
  display:flex;justify-content:center;
align-items: center; 
}

.page5 .pageContent .part {
  width: 305px;height: 398px;display:inline-block;
  background-color:#fff;margin:0 34px;text-align:center;position:relative;
}

.page5 .pageContent .part img{
  width: 100%;height: 172px;
}

.page5 .pageContent .part strong,.page5 .pageContent .part span{
  width:100%;display:inline-block;
  padding: 0 25px;margin-top: 22px;
  text-align:left;
}

.page5 .pageContent .part strong{font-size: 18px;color:#485467;}

.page5 .pageContent .part a{
  width: 254px;height: 38px;line-height:38px;background-color:#e6e6e6;font-size:14px;color:#485467;display:inline-block;margin:0 auto;position:absolute;bottom:25px;left: 25px;
}

.footer1 {
  clear: both;
  background: #605c4d;
  height: 50%;
}

.footer1 .part {
  width: var(--footer1-content-width1);
  margin: 0 auto;
  height: 50%;
  clear: both;
}

.footer1 .foot-border {
  width: var(--footer1-content-width1);
  margin: 0 auto;
  border: 1px inset #fff;
}

.footer1 .part .body04 {
  color: var(--ew-notosans-color02);
  font-family: "Source Sans Pro";
  font-weight: 300;
  line-height: 29px;
  font-size: 18px;
}

.footer1 .part .headline03 {
  color: var(--ew-palyfair-color02);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer1 .part p {
  margin: 0px;
}

.footer1 .part:first-child {
  height: 200px;
}

.footer1 .part .left {
  width: 610px;
}

.footer1 .part .right {
  position: relative;
  right: 0px;
  margin-top: 90px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.split {
  height: 1px !important;
  background: #fff;
  width: 100%;
  padding: 0px !important;
}

.clear {
  clear: both;
}

.footer2 {
  background: #1d2c44;
  height: 50%;

  color: var(--ew-notosans-color02);
  text-align: left;
}

.footer2 .foot-content {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  top: calc(50% - 115px);
}

.footer2:after {
  clear: both;
}

.footer2 .left:first-child {
  width: 200px;
}

.footer2 .left:first-child img {
  height: 120px;
  width: auto;
  margin-top: -60px;
  margin-left: -40px;
}

.footer2 .left:nth-child(2) {
  width: 510px;
}

.footer2 .left:nth-child(3) {
  width: 610px;
  max-width: 600px;

  margin-top: -10px;
  margin-right: 3vw;
  color: var(--ew-light-color03);
  float: right;
}

.footer2 .list {
  clear: both;
  height: 40px;
}

.footer2 .list img {
  float: left;
  margin-top: 5px;
}

.footer2 .list a {
  float: left;
  width: 230px;
  padding-left: 10px;
}

.footer2 .copyright {
  color: var(--ew-light-color03);
  position: relative;
  left: 200px;
  top: -34px;
  letter-spacing: 0;
  font-size: 12px;
}

/*.footer2 .body04{
    font-weight: 300;
    font-family: "Source Sans Pro";
}*/
.lang {
  position: absolute;
  background: #fff;z-index:9999;
  width: 100px;
  margin-top: -40px;
  border-radius: 2px;
  display: none;
}

.lang a {
  display: block;
  color: #605c4d !important;
  line-height: 30px;
}

.lang a:hover {
  color: #c28f1f !important;
}

.underline {
  border-bottom: 1px solid #fff;
  font-weight: 600;
}

.width40 {
  width: 40%;
}

.width60 {
  width: 60%;
}

@media (max-width: 1400px) {
  .swiper-slide:nth-last-child(2) .page {
    overflow-y: auto;
    overflow-x: hidden;
    background: #1d2c44;
  }

  .footer2 .left:nth-child(3) {
    padding-left: 200px;
    clear: both;
    padding-top: 10px;
    width: 850px;
    float: none;
    max-width: 850px;
  }

  .footer2 .copyright {
    top: 0px;
  }

  .footer2 .left:nth-child(2) {
    width: 84%;
  }

  .footer2 .list a {
    width: calc(50% - 150px);
  }

  .footer2 .left:nth-child(2) > div:last-child {
    position: relative;
    /* top: -19px;
        padding-left: 180px !important; */
  }

  .footer2 .foot-content {
    position: relative;
    top: calc(50% - 160px);
  }

  #disclaimer .body05:first-child {
    display: none;
  }

  .footer2 .left:first-child img {
    margin-top: 0px;
  }
}

/*通用样式*/

/*小屏*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .headline01 {
    line-height: 85px;
    font-size: 61px;
  }

  .headline02 {
    line-height: 60px;
    font-size: 50px;
  }

  .headline03 {
    line-height: 40px;
    font-size: 28px;
  }

  .headline02-1 {
    line-height: 50px;
    font-size: 34px;
  }

  .body02 {
    font-family: "Source Sans Pro";
    font-weight: 300;
    /*font-size: 20px;*/
    /* line-height: 35px;*/
  }
  .csrright{
    width: 80% !important;
  }
  .body03 {
    font-size: 16px;
  }

  .headline {
    left: calc(40% - 240px) !important;
  }

  .header ul li {
    font-size: 16px;
    padding: 0px 10px;
  }

  .logo {
    left: 0px;
    width: 100px;
    height: 100px;
    top: 20px;
  }

  .introduce {
    width: calc(50% - 20px) !important;
  }

  .foot-border {
    display: none;
  }

  .footer1 .part {
    width: 600px;
    padding-top: 50px;
  }

  .mt-50 {
    margin-top: -50px !important;
  }

  .footer1 .part .left {
    width: 350px;
  }

  .footer1 .part .headline03 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .page3bg2 {
    background-size: 170vw 100vw;
  }

  .page3 .pageContent .headline02-1 {
    position: relative;
    top: 50%;
    margin-top: -100px;
    margin-left: calc(40% - 210px);
  }

  .page3 .pageContent .part .introduce {
    margin-top: -150px;
  }

  .footer2 .list a {
    width: calc(50% - 300px);
  }

  .footer2 .left:nth-child(3) {
    width: 700px;
  }

  .page2 .headline {
    margin-top: -300px;
  }

  .page1 .headline03 {
    width: 580px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
   html{zoom: 70%;}
}
/*中屏*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer2 .foot-content{width: 100%;}
  html{zoom: 70%;}
  .footer1 .part {
    width: var(--footer1-content-width2);
  }

  .footer1 .foot-border {
    width: var(--footer1-content-width2);
  }

  .headline01 {
    line-height: 95px;
    font-size: 71px;
  }

  .headline02 {
    line-height: 60px;
    font-size: 50px;
  }

  .headline03 {
    line-height: 40px;
    font-size: 28px;
  }

  .headline {
    left: calc(40% - 280px) !important;
  }

  .header ul li {
    font-size: 18px;
  }


  .introduce {
    padding-right: 20px;
  }
  .page3 .pageContent .headline02-1,.page3 .pageContent .part .introduce{margin: 0;top: 0;}
  .page3 .pageContent .part .introduce{width: 661px !important;}
  .page4 .pageContent .imgpic{display:none;}
  .page4 .pageContent .part{width: 45%;float:left;margin: 0!important;height: 300px;}
  .page4 .pageContent .part .introduce{width: calc(100% - 315px) !important;}
}

/*手机*/
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets {
    display: none;
  }

  .menu {
    position: absolute;
    width: auto;
    right: 10px;
    z-index:9999;
  }

  .menu .icon-menu {
    position: absolute;
    right: 0px;
    top: 20px;
    color: #f5f5f5;
    font-size: 12px;
  }

  .menu {
    display: block;
  }

  .menulist {
    display: none;
    text-align: center;
    background: #f5f5f5;
    position: relative;
    top: 40px;
    border-radius: 2%;
    width: 170px;
  }

  .menulist a:hover {
    color: #c28f1f !important;
  }

  .menulist a {
    display: block;
    color: #000;
    line-height: 25px;
    font-size: 14px;
  }

  .menulist li {
    display: block;
  }

  .active {
    display: block;
  }

  .logo {
    position: absolute;
    left: 50%;
    width: 170px;
    height: auto;
    top: -5px;
    margin-left: -80px;
    font-size: 14px;
  }

  .header ul li:last-child a {
    font-size: 13px;
    line-height: 22px;
  }

  .lang {
    margin-top: 2px;
    font-size: 14px;
    width: 60px;
    position: relative;
    left: -5px;
  }

  .lang a:hover {
    background: rgba(0, 0, 0, 0.3);
  }
.header{height: 30px;width: 100%;display:inline-block;}
  .header ul li {
    display: none;
  }

  .header ul li:last-child {
    display: block;
    position: absolute;
    left: 10px;
    line-height: 20px;
  }

  .headline01 {
    line-height: 52px;
    font-size: 40px;
  }

  .headline02 {
    line-height: 50px;
    font-size: 32px;
  }

  .headline03 {
    line-height: 30px;
    font-size: 14px;
  }
  .body02 {
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0px;
  }

  .body03 {
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0px;
  }

.pageContent .morelink{
  left: 14%;
}

  .headline {
    width: var(--phone-content-width) !important;
    left: 50% !important;
    margin-left: -126px !important;
  }

  .page1 {
    background-position: bottom;
    background-size: 100% 42.5%;
  }

  .page1 .headline01 {
    text-align: center;
    white-space: normal !important;
  }

  .page1 .headline03 {
    width: auto;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 25px;
  }

  .page1 .headline {
    margin-top: -215px;
  }

  .page2 {
    background-position: bottom;
    background-size: 100% 45%;
    text-align: center;
  }

  .page2 .headline {
    margin-top: -220px;
  }

  .page2 .headline02 {
    text-align: center;
  }

  .page2 .body02 {
    text-align: center;
    width: 100%;
    padding-top: 0px;
  }
  .sansPro{
    margin: 0;
    line-height: 25px;
  }
  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
  }

  .page2 .button {
    margin-left: 25px;
  }

  .page3bg {
    width: 100%;
    background-size: 22vh 22vh;
  }

  .page3 .pageContent .part {
    width:70%;
height: auto;
    display:inline-block;
    margin: 10px auto;
  }
  .page3 .pageContent .part .pic{
    width:100%;
     height: 200px;
  }
  .page3 .pageContent .headline02-1,
  .page3 .pageContent .part .introduce {
    position: relative;
    width: 100% !important;
padding: 0!important;
    text-align: center;
    position: relative;
    clear: both;
    margin: 0px;
    top: 0px;
    font-size: 16px;
    line-height: 40px;
  }

.page3 .pageContent .headline02-1 div{
  width: 100% !important;display:inline-block;text-align:center;
}

  .page3 .pageContent .introduce {
    padding-top: 5px;
    line-height: 20px;
  }

  .page3 .pageContent .introduce .body02 {
    display: none;
  }

  .page3 .pageContent .part:last-child .introduce {
    margin-top: 0px;
  }

  .page3 .pageContent .part .introduce .more {
    line-height: 30px;display:none;
    font-size: 16px;
    margin-top: 0px;
    font-family: Noto_Sans_bold;
    margin-left: -20px;
    letter-spacing: 1px;
  }

  .page4 {
    background: #fff;
  }
  .page4 .title{
    font-size:18px;margin-top:20px;
  }

.page4 .pageContent,.page4 .pageContent .part:nth-child(4){
    margin:0!important;width:100%;padding: 0;
  }

  .page4 .pageContent .imgpic{
    display:none;
  }

  .page4 .pageContent .part {
    height: auto;width:100%;
  }

  .page4 .pageContent .part img {
    display: none;
    width: 40px;
    height: 40px;
    position: relative;
    top: 10px;
    margin: 0 auto;
    left: 50%;
    margin-left: -40px;
    margin-bottom: 5px;
  }

  .page4 .pageContent .part .introduce {
    position: relative;
    width: 300px;
    text-align: center;
    float: none;
    clear: both;
    left: 50%;
    margin-left: -150px;
  }

  .page4 .body04 {
    line-height: 20px !important;
    font-family: "Source Sans Pro" !important;
  }

  .page4 .pageContent .part .introduce p {
    font-family: "Source Sans Pro" !important;
  }

.page5 .pageContent .part:nth-child(2),.page5 .pageContent .part:nth-child(3){
    display:none;
}

  .foot-border {
    display: none;
  }

  .footer2 {
    display: none;
  }

  .phone,
  .phone .footer2 {
    display: block;
  }

  .swiper-slide:nth-last-child(2) .page {
    background: transparent;
  }

  .page3bg2 {
    height: 100% !important;
    background-size: 250vh 150vh;
  }

  .footer1 {
    height: 100%;
  }

  .footer1 .part .left,
  .footer1 .part .right {
    clear: both;
    float: none;
    width: 100%;
  }

  .footer1 .part {
    width: 320px;
    margin: 0 auto;
    height: auto;
    clear: both;
    text-align: center;
  }

  .footer1 .part .headline03 {
    font-size: 34px;
    padding-top: 70px;
  }

  .footer1 .part .right {
    margin-top: 30px;
  }

  .footer1 .part .left .body04 {
    font-size: 16px;
    line-height: 30px;
  }

  .footer2 .footPage {
    width: 320px;
    margin: 0 auto;
  }

  .footer2 {
    height: 100%;
  }

  .footer2 .list a {
    width: calc(100% - 30px);
  }

  .footer2 .list img {
    margin-right: 10px;
  }

  .footer2 .linklist a {
    display: block;
    line-height: 30px;
  }

  .footer2 .body05 {
    font-family: "Source Sans Pro";
  }

  .footer2 .copyright {
    left: 0px;
    color: var(--ew-notosans-color02);
    font-family: "Source Sans Pro";
  }

  .page4 .pageContent .part .introduce p {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .pageContent {
    padding-top: 13px;
    box-sizing: border-box;
  }

  .phone .footPage img {
    margin-top: 0px !important;
  }
}
