.page1{padding:150px 0;background:#fff;position:relative;z-index:0;}
.body_letter{font-size:120px;text-align:center;position:absolute;top:20%;left:5%;opacity:0.1;filter:blur(3px);color:#555;z-index:-1;white-space:nowrap;}
.page1 .ctt{display:flex;align-items:center;}
.page1 .ctt div{padding-left:100px;}
.page1 h2{font-size:40px;font-weight:700;}
.page1 h2 span{display:block;font-size:14px;font-weight:bold;letter-spacing:0.5px;margin-bottom:20px;padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid #e4e4e4;color:#999;opacity:0.5;}
.page1 p{font-size:18px;margin-top:30px;line-height:32px;}
.page1 p span{display:block;font-size:28px;font-weight:700;margin-bottom:20px;color:#044567;}
.page1 b{display:block;font-size:18px;color:#2f4c8f;font-weight:600;margin-top:30px;padding-top:30px;border-top:1px solid rgba(0,0,0,0.2)}

.page2{background:#e9e8e6;padding:150px 0;position:Relative;z-index:0;}
.page2 h2{font-weight:700;font-size:32px;text-align:center;}
.page2 ul{display:flex;justify-content:space-between;margin-top:80px;}
.page2 ul li{width:48%;background:#fff;padding:20px;}
.page2 ul li img{width:100%;}
.page2 ul li p{    font-size: 18px;
    font-weight: 600;
    padding: 30px 0;
    text-align: center;
    /* background: #fff; */
    color: #000;
}
.page2 ul li p span{display: block;
    font-size: 22px;
    color: #a37d4d;
    font-weight: 900;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 20px;}

.process{background:#f8f8f8;padding:150px 0;}
.process h2{font-size:32px;font-weight:700;text-align:center;padding-bottom:70px;}
.process ul{display:Flex;flex-wrap:wrap;justify-content:space-between;}
.process ul li{width:30%;}
.process ul li:nth-child(n+4){margin-top:20px;}
.process ul li img{width:100%;border-radius:0 100px 0 0}
.process ul li span{text-align:Center;display:block;font-size:28px;font-weight:bold;margin-bottom:20px;color:#000;}
.process ul li span b{display: inline-block;
    width: 35px;
    height: 35px;
    background:#044567;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    letter-spacing: 1px;
    margin-right: 5px;
    color: #fff;}
.process p{padding:30px;font-size: 18px;
    line-height: 28px;text-align:center;color:#555;}

@media screen and (max-width:799px){
  .page1{padding:80px 0;}
  .page1 .ctt{display:block;}
  .page1 .ctt img{width:100%;}
  .page1 .ctt div {
    padding-left: 10px;
    padding-top: 30px;
  }
  .page1 h2 {
    font-size: 20px;
    font-weight: 700;}
  .page1 h2 span {
    font-size: 12px;
    padding-bottom: 15px;
    margin-bottom: 15px;}
  .page1 p {
    font-size: 15px;
    margin-top: 10px;
    line-height: 28px;}
  .page1 p span {
    display: block;
    font-size: 18px;    margin-bottom: 10px}
  
  .process{padding:80px 0;}
  .process h2{font-size:20px;padding-bottom:30px;}
  .process ul{flex-wrap:wrap;}
  .process ul li{width:48%}
  .process ul li img{border-radius:0 30px 0 0}
  .process ul li span b {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;    position: relative;
    top: -2px;}
  .process ul li span{font-size:14px;    margin-bottom: 11px;
}
 
  .process p{padding:0;padding-top:20px;padding-left:0px;font-size: 14px;
    line-height: 23px;}
  .process ul li:nth-child(n+3){margin-top:20px;}
  
  
  .page2{padding:0 0 80px 0;background:#f8f8f8;}
  .page2 .page2_txt {
    display: block;
    margin-top: 30px;padding-left:10px;}
  .page2 h2{font-size:20px;}
  .page2 ul{display:block;margin-top:30px;}
  .page2 ul li{width:100%;}
  .page2 ul li p{padding-top:15px;font-size:15px;padding-bottom:0;}
  .page2 ul li p span{font-size:16px;margin-bottom:10px;}
  
  .page3{padding:80px 0;}
  .page3 h2{font-size:20px;}
     .fixed2{width:100%;margin-top:30px;}
    .fixed2 .swiper-slide p{font-size:15px;}
  .fixed2 .swiper-slide p span{font-size:12px;padding:7px 15px;margin-top:10px;}
  .fixed_btn{z-index:1;}
    .fixed2-next, .fixed2-prev {
    background-size: 30px;
    width: 30px;
    height: 30px;}
}
}