*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    background-color: #fff;
}
a{
    text-decoration: none;
    color: inherit;
}
ul,li{
    list-style: none;
}
        
.header{
    width: 100%;
    background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 10px;
    position: relative;
}
.header .top{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top .title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.top .message{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title img{
    width: 50px;
}
.title p{
    font-size: 25px;
    color: #1c2752;
    font-weight: bold;
}
.title span{
    color: #ffb342;
}
.message .item1 a{
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.message .item2 a{
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.message .item3 a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.item1 a img{
    width: 50px;
    margin-right: 5px;
}
.item1 a>div p{
    font-size: 15px;
    font-weight: bold;
    color: #1c2752;
}
.item1 a>div p:last-child{
    color: gray;
    font-weight: normal;
}
.item2 a img{
    width: 50px;
    margin-right: 5px;
}
.item2 a>div p{
    font-size: 15px;
    font-weight: bold;
    color: #1c2752;
}
.item2 a>div p:last-child{
    color: gray;
    font-weight: normal;
}
.item3 a img{
    width: 50px;
    margin-right: 5px;
}
.item3 a>div p{
    font-size: 15px;
    font-weight: bold;
    color: #1c2752;
}
.item3 a>div p:last-child{
    color: gray;
    font-weight: normal;
}
.language{
    position: absolute;
    right: 5%;
    top: 8%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.language img{
    width: 30px;
    margin-right: 8px;
}
.language p{
    font-size: 15px;
    font-weight: bold;
    color: #1c2752;
}

.banner{
    width: 100%;
    height: 790px;
    margin-top: 60px;
    padding-top: 15%;
    position: relative;
}
.ban-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    overflow: hidden;
}
.ban-img img{
    width: 116%;
}
.banner .box{
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(16, 50, 129, 0.9) 25%, rgba(45, 62, 103, 0.5) 75%);
    position: absolute;
    top: 0;
    z-index: 2;
}
.banner .box>div{
    width: 35%;
    margin-left: 16.7%;
    margin-top: 18%;
}
.box>div>div{
    width: 78%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(123, 138, 159, 0.5);
    padding:8px;
    color: #fff;
    padding-left: 10px;
}
.box>div img{
    width: 30px;
    margin-right: 10px;
}
.box .zt{
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
.box button{
    background-color: #ffb342;
    color: #1c2752;
    border: none;
    font-weight: bold;
    padding: 15px 25px;
    margin-top: 10px;
}
.banner .nav{
    position: absolute;
    width: 58%;
    background-color: #ffb342;
    top: -5%;
    left: 21%;
    padding: 10px;
    z-index: 2;
}
.nav ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.nav ul li{
    margin-right: 50px;
    font-weight: bold;
}

.detail{
    width: 70%;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.detail .dt-img{
    width: 48%;
}
.detail .dt-txt{
    width: 50%;
    padding-top: 40px;
}
.dt-img img{
    width: 95%;
    height: 450px;
}
.dt-txt .dt-title{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #f2f2f2;
    padding: 5px;
    padding-left: 10px;
}
.dt-title img{
    width: 30px;
    margin-right: 10px;
}
.dt-p1{
    color: #1c2752;
    font-size: 30px;
    margin-top: 5px;
}
.dt-p2{
    color: gray;
    margin-top: 15px;
}
.neir{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.neir .neirl{
    width: 30%;
    background-color: #f4f4f4;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-right: 30px;
}
.neirl p:first-child{
    font-size: 50px;
    color: #ffb342;
    font-weight: bold;
}
.neirl p:last-child{
    font-size: 18px;
    color: #1c2752;
    font-weight: bold;
}
.neirr{
    line-height: 30px;
    color: gray;
    font-size: 18px;
}

.menu{
    width: 100%;
    background-color: #ffb342;
    padding-top: 120px;
    padding-bottom: 400px;
    position: relative;
}
.menu .mm{
    width: 40%;
    margin: 0 auto;
    text-align: center;
}
.mm p:first-child{
    font-size: 38px;
    color: #1c2752;
    font-weight: bold;
}
.mm p:nth-child(2){
    font-size: 15px;
    color: #1c2752;
    font-weight: bold;
    margin-top: 20px;
}
.menu .m1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.menu .m1 a{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}
.m1 a:first-child{
    background-color: #fff;
}
.m1 a:nth-child(2){
    border: 1px solid #1c2752;
}
.m1 a:nth-child(3){
    border: 1px solid #1c2752;
}
.m1 a img{
    width: 30px;
    margin-right: 5px;
}

.mt{
    position: absolute;
    bottom: -20%;
    left: 15%;
    width: 70%;
    height: 520px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
    display: flex;
    justify-content: space-between;
}
.mt .mt-l{
    width: 52%;
    padding-top: 5%;
    position: relative;
}
.mt .mt-r{
    width: 45%;
}
.mt-r img{
    width: 100%;
    height: 400px;
}
.mt-l>div{
    width: 40%;
    display: flex;
    background-color: #f2f2f2;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
}
.mt-l>div img{
    width: 30px;
    margin-right: 10px;
}
.mt .mt-p{
    color: gray;
    margin-top: 10px;
    margin-bottom: 80px;
}
.mt .mt-l a{
    position: absolute;
    left: 0%;
    bottom: 15%;
    background-color: #ffb342;
    padding: 15px 25px;
    font-weight: bold;
}


.mt2{
    position: absolute;
    bottom: -20%;
    left: 15%;
    width: 70%;
    height: 520px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
    justify-content: space-between;
}
.mt2 .mt-l{
    width: 52%;
    padding-top: 5%;
    position: relative;
}
.mt2 .mt-r{
    width: 45%;
}
.mt-r img{
    width: 100%;
    height: 400px;
}
.mt-l>div{
    width: 40%;
    display: flex;
    background-color: #f2f2f2;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
}
.mt-l>div img{
    width: 30px;
    margin-right: 10px;
}
.mt2 .mt-p{
    color: gray;
    margin-top: 10px;
    margin-bottom: 80px;
}
.mt2 .mt-l a{
    position: absolute;
    left: 0%;
    bottom: 15%;
    background-color: #ffb342;
    padding: 15px 25px;
    font-weight: bold;
}


.mt3{
    position: absolute;
    bottom: -20%;
    left: 15%;
    width: 70%;
    height: 520px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
    justify-content: space-between;
}
.mt3 .mt-l{
    width: 52%;
    padding-top: 5%;
    position: relative;
}
.mt3 .mt-r{
    width: 45%;
    height: 400px;
}
.mt-r img{
    width: 100%;
}
.mt-l>div{
    width: 40%;
    display: flex;
    background-color: #f2f2f2;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
}
.mt-l>div img{
    width: 30px;
    margin-right: 10px;
}
.mt3 .mt-p{
    color: gray;
    margin-top: 10px;
    margin-bottom: 80px;
}
.mt3 .mt-l a{
    position: absolute;
    left: 0%;
    bottom: 15%;
    background-color: #ffb342;
    padding: 15px 25px;
    font-weight: bold;
}


.list{
    width: 100%;
    background-color: #f4f4f4;
    padding-top: 180px;
    padding-bottom: 80px;
}
.list .cent-title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.list .cent-title2{
    text-align: center;
    font-size: 15px;
    color: gray;
    font-weight: bold;
    margin-top: 20px;
}
.list .list-box{
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-box .list-item{
    width: 32%;
    height: 220px;
    background-color: #1c2752;
    color: gray;
    margin-bottom: 20px;
    padding: 20px;
    padding-top: 30px;
}
.list-item img{
    width: 50px;
    height: 50px;
}
.list-item p:nth-child(2){
    color: #ffb342;
    text-align: left;
    margin-bottom: 10px;
}

.reason{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 100px;
}
.reason .rl{
    width: 44%;
    height: 100%;
    position: relative;
}
.rl .rl-img{
    width: 100%;
    height: 700px;
    overflow: hidden;
}
.rl .rl-img img{
    width: 110%;
    height: 100%;
    margin-left: -62px;
}
.rl .rlc{
    position: absolute;
    top: 13%;
    left: 12%;
    width: 74%;
    background: rgba(31, 45, 90, 0.75);
    padding-top: 140px;
    padding-bottom: 130px;
    backdrop-filter: blur(8px); 
}
.rl .rlc>div{
    width: 67%;
    margin: 0 auto;
}
.rl .rlc>div .rlc-item{
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.rlc-item .rlc-iteml{
   width: 26%;
   height: 100%;
   line-height: 55px;
   background-color: #ffb342;
}
.rlc-item .rlc-itemr{
    width: 74%;
    height: 100%;
    line-height: 55px;
    padding-left: 15px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
}
.rlc-item .rlc-iteml p{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.reason .rr{
    width: 32%;
    padding-top: 120px;
    margin-left: 60px;
}
.rr .r1{
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f2f2f2;
}
.r1 img{
    width: 30px;
    margin-right: 10px;
}
.rr .rr-p1{
    font-size: 40px;
    color: #1c2752;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}
.rr .rr-p2{
    color: gray;
    margin-bottom: 20px;
}
.rr .r2{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.r2 img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.r2 p:last-child{
    color: gray;
}

.map{
    width: 100%;
    background: linear-gradient(to bottom, #333d63, #4b5fab, #4f64b7);
    padding-top: 80px;
    padding-bottom: 200px;
}
.map-top{
    width: 9%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f4f4f4;
    padding: 5px;
}
.map-top img{
    width: 30px;
    margin-right: 5px;
}
.map .map-title{
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}
.map .map-box {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    overflow: hidden; 
    position: relative; 
}
.map-box img {
    width: 24%;
    height: 400px;
    transition: transform 0.5s ease-in-out; 
    transform: translateX(0px); 
}
.hidden {
    display: none;
}


.tp{
    width: 100%;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 120px;
}
.tp-top{
    width: 8%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f4f4f4;
    padding: 5px;
}
.tp-top img{
    width: 30px;
    margin-right: 5px;
}
.tp .tp-title{
    text-align: center;
    font-size: 40px;
    color: #1c2752;
    font-weight: bold;
    margin-top: 10px;
}
.tp .tp-box{
    width: 84%;
    margin: 0 auto;
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
    align-items: center;
}
.tp-box img{
    width: 20%;
    height: 100px;
}

.price{
    width: 100%;
    margin: 0 auto;
    background-color: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 100px;
}
.price .p-top{
    width: 66%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.p-topl{
    width: 45%;
}
.p-topr{
    width: 50%;
    padding-top: 4%;
    color: gray;
}
.p-topl>div{
    width: 35%;
    display: flex;
    padding: 5px;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
}
.p-topl>div img{
    width: 30px;
    margin-right: 5px;
}
.p-topl .p-topl-title{
    font-size: 37px;
    color: #1c2752;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}
.pp{
    width: 66%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.pp .p1{
    width: 32%;
    position: relative;
    padding: 35px;
    background-color: #fff;
    height: 500px;
    padding-bottom: 50px;
}
.pp .p1 .p1-t{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid gray;
}
.p1-t p:first-child{
    font-size: 18px;
    font-weight: bold;
}
.p1-t p:last-child{
    font-size: 22px;
    font-weight: bold;
}
.pp .pp-item{
    width: 100%;
    display: flex;
    justify-content: flex-start;

    margin-top: 20px;
}
.pp-item img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.pp-item p{
    color: gray;
    font-size: 13px;
}
.pp-item span{
    color: #ffb342;
    font-weight: bold;
    font-size: 13px;
}
.p1 .tzbtn1{
    position: absolute;
    bottom: 5%;
    left: 14%;
    font-weight: bold;
    background-color: #ffb342;
    color: #1c2752;
    border: 1px solid #ffb342;
    padding: 18px 70px;
}
.p1 .tzbtn1:hover{
    background-color: #fff;
    border: 1px solid #ffb342;
    color: #1c2752;
}
.g2{
    position: relative;
}
.price-foot{
    width: 66%;
    margin: 40px auto;
    display: flex;
    justify-content: flex-start;
}
.price-foot img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.price-foot p:last-child{
    color: gray;
}


.page{
    width: 100%;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 120px;
}
.page .page-top{
    width: 66%;
    margin: 0 auto;
}
.page-top>div{
    width: 18%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    background-color: #f4f4f4;  
}
.page-top>div img{
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.page-title{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}
.page-cent{
    width: 66%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.pagel{
    width: 49%;
    position: relative;
}
.pager{
    width: 49%;
    position: relative;
}
.pagel .bimg{
    width: 100%;
    height: 320px;
    margin-bottom: 40px;
}
.pager .bimg{
    width: 100%;
    height: 320px;
    margin-bottom: 40px;
}
.gh{
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 10px;
    padding-right: 15px;
    background-color: #ffb342;
    font-size: 15px;
    position: absolute;
    top: 58%;
    left: 54%;
    transform: translate(-50%, -50%);
}
.gh img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.pagel p:nth-child(3), .pager p:nth-child(3){
    font-size: 24px;
    height: 70px;
    font-weight: bold;
    color: #1c2752;
    margin-bottom: 15px;
}
.pagel p:nth-child(4), .pager p:nth-child(4){
    color: gray;
    height: 60px;
    font-size: 15px;
    margin-bottom: 20px;
}
.pagel a, .pager a{
    font-size: 16px;
    font-weight: bold;
}

.txt{
    width: 100%;
    background-color: #ffb342;
    padding-top: 30px;
    padding-bottom: 30px;
}
.txt>div{
    width: 70%;
    margin: 0 auto;
}
.txt>div p:first-child{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.txt>div p:last-child{
    font-weight: bold;
}

.foot{
    width: 100%;
    background-color: #1c2752;
    padding-bottom: 30px;
}
.foot-top{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid gray;
}
.foot0{
    margin-right: 17%;
}
.foot0 img{
    width: 50px;
    height: 50px;
}
.foot1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    margin-right: 4%;
}
.foot1 img, .foot2 img, .foot3 img{
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.foot2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    margin-right: 4%;
}
.foot3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}
.foot-cent{
    width: 70%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid gray;
}
.cent1{
    width: 50%;
}
.cent2,.cent3{
    padding: 0px 90px;
    border-left: 1px solid gray;
}
.cent2 ul li,.cent3 ul li{
    line-height: 2;
}
.active{
    font-weight: bold;
}