body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin:0;padding:0;text-size-adjust: none;line-height: 1;}
h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal;margin:0}
li{list-style:none}
a{text-decoration:none}
img{border:none;vertical-align:middle;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor}
table{border:none}
input,textarea{outline:none}
textarea{resize:none;overflow:auto}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.show{
    display: block !important;
}
.wrap{
    width: 1600px;
    margin: auto;
    font-family: "microsoft yahei";
    background-size: contain;
}
.head{
    background: url(../img/head_bg.png) no-repeat;
    height: 530px;
    padding: 0 382px;
}
.nav{
    display: inline-block;
    margin-top: 29px;
    width: 100%;
}
.nav a{
    display: inline-block;
    font-size: 14px;
    margin: 0 8px;
    color: #fff;
}
@font-face {
    font-family: 'gchw00u'; 
    src: url('gchw00u.ttf'); 
}
@font-face {
    font-family: 'eras'; 
    src: url('eras.ttf'); 
}
.slogan_box{
    margin-top: 51px;
}
.slogan_box p:nth-of-type(1){
    font-size: 36px;
    font-family: "gchw00u";
    background-image: -webkit-linear-gradient(#fffef2 ,#ffd9a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.slogan_box p:nth-of-type(2) {
    font-size: 44px;
    font-family: "gchw00u";
    background-image: -webkit-linear-gradient(#fffef2 ,#ffd9a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 18px;
}
.slogan_box p:nth-of-type(3){
    font-size: 32px;
    margin-top: 16px;
    margin-left: 6px;
    font-weight: bold;
    color: #eafdff;
}
.slogan_box p:nth-of-type(4){
    font-size: 21px;
    margin-top: 56px;
    color: #fff;
    margin-left: 6px;
}
.slogan_box p:nth-of-type(4) span{
    font-size: 21px;
    color: #fff;
    display: inline-block;
    background: linear-gradient(90deg,#1e96a4,#23b0b2);
    padding: 7px 24px;
    line-height: 1;
    border-radius: 100px;
    margin-left: 16px;
}
.report{
    min-height: 960px;
    margin-top: -130px;
    background: url(../img/report_bg.png) no-repeat;
    background-size: 100% 100%;
}
.report_box{
    display: flex;
    justify-content: center;
    min-height: 472px;
}
.title{
    font-size: 30px;
    padding: 80px 0 40px;
    color: #046f76;
    font-weight: bold;
    text-align: center;
}
.rbl{
    width: 317px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    background: linear-gradient(to right,#addce8,#d8f1f6);
}
.rbl p{
    font-size: 18px;
    padding: 14px 0 14px 34px;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    color: #528997;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.rbl p:first-child{
    border-radius: 10px 0 0 0;
}
.rbl p:first-child:not(.rbls){
    padding-top: 30px;
}
.rbl p:last-child{
    border-radius: 0 0 0 10px;
}
.rbl p:last-child:not(.rbls){
    padding-bottom: 30px;
}
p.rbls{
    padding: 20px 0 20px 34px;
    color: #fff;
    background: linear-gradient(to right,#1a728b,#329dac);
}
p.rbls::after{
    width: 0;
    height: 0;
    border-left: 14px solid #339dac;
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    top: 0;
    right: -14px;
    content: '';
    position: absolute;
}
.rbr{
    width: 338px;
    background: #fff;
}
.rbr_box{
    padding: 20px 0;
    height: 100%;
    box-sizing: border-box;
    display: none;
}
.rbr p{
    width: 100%;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #203558;
    text-align: center;
}
.rbr_box h6{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}   
.download_box{
    margin: 32px auto ;
    text-align: center;
}
.download{
    padding: 10px 110px;
    border-radius: 10px;
    line-height: 30px;
    display: inline-block;
    color: #fff !important;
    background: linear-gradient(#85d8ce 0%,#095078 85%);
  
}
.download span{
    display: block;
}
:is(.news,.pride,.review) :is(.title){
    color: #f4d89c;
}
.news{
    min-height: 726px;
    margin-top: -148px;
    background: url(../img/news_bg.png) no-repeat;
    background-size: 100% 100%;
}
.news_box{  
    width: 944px;
    margin: auto;
    align-items: center;
}
.main img:not(.group img){
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_left{
    width: 408px;
    height: 286px;
    border-radius: 10px;
    overflow: hidden;
}
.news_right{
    width: 485px;
    height: 330px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: auto;
}
.news_right a{
    display: block;
    margin-bottom: 34px;
}
.news_right h1{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #93f4ff;
}
.news_right h2{
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
}
.moment{
    margin-top: -180px;
}
.moment_box{
    width: 912px;
    margin: auto;
    margin-bottom: 60px;
}
.moment_left{
    width: 164px;
    margin-left: 12px;
}
.moment_left h1{
    font-size: 18px;
    margin-bottom: 25px;
    padding: 10px 30px 10px 0;
    font-weight: bold;
    color: #19818d;
}
.moment_left h2{
    font-size: 12px;
    line-height: 1.5;
    color: #322a26;
}
.moment_right{
    width: 720px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 33%);
    grid-template-rows: max-content;
}
.mr_imgcon{
    width: 221px;
    height: 155px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.pride{
    min-height: 700px;
    background-size: 100% 100%;
    background: url(../img/pride_bg.png) no-repeat;
}
.pride_box{
    width: 888px;
    padding-right: 16px;
    height: 380px;
    margin: auto;
    overflow: auto;
    box-sizing: border-box;
}
.pride a{
    width: 396px;
    margin-bottom: 24px;
}
.pride h1{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #93f4ff;
}
.pride h2{
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
}
.gia{
}
.gia_box{
    width: 840px;
    font-size: 12px;
    margin: auto;
    color: #262626;
}
.gia p{
    line-height: 1.5;
    margin-bottom: 12px;
}
.review{
    background: url(../img/pride_bg.png) no-repeat;
    margin-top: 60px;
    min-height: 620px;
    background-size: 100% 100%;
}
.review_box{
    width: 980px;
    margin: auto;
    justify-content: flex-start;
}
.review_box a{
    font-size: 14px;
    margin-bottom: 15px;
    width: 490px;
    color: #fff;
    padding-left: 14px;
    position: relative;
    box-sizing: border-box;
}
.review_box a::before{
    left: -2px;
    top: 4px;
    width: 8px;
    height: 8px;
    background: linear-gradient(136deg,#7fcbec,#1ea9ab,#0b467c);
    border-radius: 2px;
    position: absolute;
    content: '';
}
.btn{
    text-align: center;
    margin-top: 20px;
}
.btn a::before {
    top: -24px;
    left: -24px;
    position: absolute;
    content: '';
    background: url(../img/intro_btn_icon.png) no-repeat;
    width: 59px;
    height: 59px;
}
.btn a {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    position: relative;
    background: #ff8338;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 14px 40px 14px 48px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 10px;
}
.group{
    margin-top: -100px;
}
.group_box{
    width: 830px;
    padding: 0 63px;
    margin: auto;
    display: flex;
    align-items: flex-end;
}
.gc1 p:not(:last-of-type) {
    margin-bottom: 16px;
}
.gc1 p:not(:first-of-type) {
    font-size: 14px;
}
.gc2{
    margin-left: 156px;
}
.qrcode{
   display: flex;
   font-size: 12px;
   color: #1d2e42;
}
.qrcode div{
    margin: 0 14px;
    text-align: center;
}
.footerwrap{
    background: url(../img/footer_bg.png) no-repeat;
    padding: 28px 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fbfafa;
    font-size: 14px;
    line-height: 21px;
    padding-top: 200px;
    background-position: top;
    background-size: 100% 100%;
}
.footer_l img{
    width: 130px;
    margin: 30px;
}
.footer_r{
    width: 744px;
}
.footer_r li:not(:last-of-type){
    margin-bottom: 22px;
}
@media only screen and (max-width: 1540px) and (min-width: 700px){
    .wrap {
        width: 96%;
    }
}