<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{  margin:0; padding:0; text-align:center;  font-size:12px; font-family:PingFangSC, sans-serif;}
table,td,tr,img,ul,li,h1,h2,p,object,param,embed{margin:0; padding:0; border:0;}
img{border:0;}
/* ul,li{list-style:none;} */
a{text-decoration:none; color:#fff;}
a:hover{text-decoration:none;}
.clear{clear:both;}
.clearfix{zoom:1;}
.clearfix:after{content:""; display:block; height: 0; clear:both; visibility:hidden;}

/*-杩斿洖瀹氶儴-*/
#tbox{width:54px; float:right; position:fixed; right:20px; bottom:55px;}
#gotop{ width:54px; height:54px; background:#c90013; display:block;}
#gotop .retopic{display: inline-block; border-top: 2px solid; border-right: 2px solid; margin-top: 20px; width: 25px; height: 25px; border-color: #fff; transform: rotate(-45deg);}

.pc-container{width: 100%; height: 100%; margin: 45px auto 0 auto; text-align: center;  user-select: none;position: relative;z-index: 0;}
.pc-container .main-m{width:1110px; height: 100%;position: relative; margin: 0 auto; text-align: center;}
.pc-container img{width: 100%;height: 100%;display: block;}

/* 鍏叡title + 鎸夐挳 */
.pc-container .fontTitle{display: flex;flex-direction: column; align-items: center;justify-content: center;}
.pc-container .fontTitle .fontBig{font-size: 32px;font-weight: bold;color: #1b1b1b;margin-bottom: 5px;}
.pc-container .fontTitle .fontBig span{color: #f87a25;}
.pc-container .fontTitle .blackLine{width: 301px;height: 33px;}

.pc-container .settingBox .swiper-slide{padding-bottom:25px;}
.pc-container .clickbutton{cursor: pointer; position: relative;background: linear-gradient(to bottom, #af0b0a, #ca1617, #af0b0a);border-radius: 22px;width: 315px;height: 45px;display: flex;align-items: center;justify-content: center;margin: 0 auto;}
.pc-container .clickbutton{animation: clickbutton ease-in 2s infinite;}
.pc-container .clickbutton .buttontxt{color: #fff;font-size: 22px;font-weight: bold;}
.pc-container .clickbutton .buttonImg{ width: 79px;height: 72px;position: absolute; animation: clickImg ease-in 2s infinite; bottom:-30px; right: -30px;}

@keyframes clickbutton{
    0%{
        background:  #db443d;
    }
    50%{
        background:  #af0b0a;
    }
    100%{
        background:  #db443d;
    }
}
@keyframes clickImg{
    0%{
        transform:scale3d(1,1,1)
    }
    50%{
        transform:scale3d(0.5,0.5,0.5)
        /* transform:scale3d(0.25,0.25,0.25) */
    }
    100%{
        transform:scale3d(1,1,1)
    }
}

/* 椤堕儴*/
.pc-container .top{width: 100%; height:484px;background: url("../images/bg01.png") no-repeat center;}
.pc-container .topBox{position: relative;top: 80px;padding: 0 0 0 50px;}
.pc-container .top .topOne{display: flex;align-items: center;width: 290px;background: linear-gradient(to right, #e7f5fe, #c9e7ff);border-radius: 14px 25px 25px 14px;padding: 5px;box-sizing: border-box;margin-bottom: 5px;}
.pc-container .top .topOne .topleft{width: 19px;height: 22px;margin-right: 9px;}
.pc-container .top .topOne .smallDes{color: #00398a;font-size: 20px;font-weight: bold;}

.pc-container .top .topTow{display: flex;flex-direction: column;align-items: baseline;}
.pc-container .top .topTow .topTow-title{font-size: 76px;font-weight: bold;color: #00398a;line-height: 86px;}

.pc-container .top .topThree{width: 515px;height: 17px;margin: 10px 0;}

.pc-container .top .topFour{position: relative;height: 100px;}
.pc-container .top .topFour .topFourDes{display: flex;font-size: 20px;color: #fffffd;position: relative;z-index: 1;top: 20px;left: 15px;}
.pc-container .top .topFour .plane{width: 673px;height: 312px;position: absolute;left: 0;bottom: 0;}

/* 棰勭害*/
.pc-container .get{background-color: #00378a;padding: 20px 0;}
.pc-container .get .get-form{padding: 0 100px;}
.pc-container .get .get-form .get-form-top{display: flex;align-items: center;justify-content: space-between;}
.pc-container .get .get-form .get-form-top .gft-item{position: relative;display: flex;align-items: center;justify-content: center;border: 1px solid #f2f2f2;border-radius: 6px;padding: 0 0px 0 8px;margin-right: 10px;background-color: #fff;}
.pc-container .get .get-form .get-form-top .gft-item .gfi-img{margin-right: 5px;}
.pc-container .get .get-form .get-form-top .gft-item .gfi-img img{}
.pc-container .get .get-form .get-form-top .gft-item .gfi-input{}
.pc-container .get .get-form .get-form-top .gft-item .gfi-input .gfi-input-name{border: none;background: #ffffff;height: 40px;width: 170px;}
.pc-container .get .get-form .get-form-top .gft-item .gfi-getCode{position: absolute;right: 5px;top: 50%;transform: translate(0, -50%);}
.pc-container .get .get-form .get-form-top .gft-item .gfi-getCode .getYzm{border: none;padding: 6px 15px;border-radius: 22px;display: flex;align-items: center;justify-content: center;color: #ffffff;background-color: #767676;}
.pc-container .get .get-form .get-form-top .gft-submit{cursor: pointer;height: 45px;background-color: #fa7a23;padding: 0 30px;border-radius: 6px; display: flex;align-items: center;justify-content: center;}
.pc-container .get .get-form .get-form-top .gft-submit .gfs-img{margin-right: 6px;}
.pc-container .get .get-form .get-form-top .gft-submit .gfs-txt{color: #fffeff;font-size: 16px;font-weight: bold;}
.pc-container .get .get-form .get-form-bottom{display: flex;align-items: center;justify-content: center;margin-top: 10px;font-size: 12px;}

/*  鏂拌埅閬撳叏灏侀棴瀛︿範涓績浠嬬粛 */
.pc-container .des{background-color: #fff;padding: 35px 0 50px 0;}

.pc-container .des .desBox{display: flex;margin-top: 25px;}
.pc-container .des .desBox .blueleft{width: 60px;height: auto;background-color: #00378a;border-radius: 20px 0 0 20px;writing-mode: tb;display: flex;align-items: center;justify-content: center;color: #fff;font-weight: bold;font-size: 20px;}
.pc-container .des .desBox .whitedes{width: 1050px;display: flex;align-items: center;justify-content: space-between;padding: 12px;box-shadow: 0 0 5px 0px gray;border-radius: 0 22px 22px 0;}
.pc-container .des .desBox .whitedes .whiteleft{font-size: 18px;color: #363636;text-align: left;line-height: 30px;width: 750px;}
.pc-container .des .desBox .whitedes .whiteright{width: 267px;height: 191px;}

.pc-container .des .whatBox{display: flex;align-items: center;justify-content: space-between; margin: 25px 0 30px 0;}
.pc-container .des .whatBox .whatLeft{width: 249px;height: 217px;}
.pc-container .des .whatBox .whatRight{width: 800px;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: space-between;}
.pc-container .des .whatBox .whatRight .wrItem{width: 100%;display: flex;align-items: center;margin-bottom: 15px; position: relative;background-color: #f1f4fb;border-radius: 10px;padding: 15px 0 15px 28px;box-sizing: border-box;}
.pc-container .des .whatBox .whatRight .wrItem .wrItemTitle{font-size: 22px;font-weight: bold;color: #00378a;margin-right: 12px;width: 180px;text-align: left;}
.pc-container .des .whatBox .whatRight .wrItem .wrItemTitle span{color: #fa7820;}
.pc-container .des .whatBox .whatRight .wrItem .wrItemContent{text-align: left;color: #414244;font-size: 18px;width: 500px;}
.pc-container .des .whatBox .whatRight .wrItem .wrItemIcon{width: 29px;height: 30px;position: absolute;left: -12px;}

/* 鏂拌埅閬撳叏灏侀棴瀛︿範涓績 閫傚悎浜虹兢 */
.pc-container .adapt{background-color: #f4f4f4;padding: 35px 0;}
.pc-container .adapt .adaptBox{display: flex;align-items: center;justify-content: space-between;padding: 0 30px;margin-top: 25px;}
.pc-container .adapt .adaptBox .adaptItem{width: 244px;height: auto;display: flex;flex-direction: column;align-items: center;padding: 6px;box-sizing: border-box;background-color: #fff;box-shadow: 0 0 5px 0 gray;}
.pc-container .adapt .adaptBox .adaptItem .aditemImg{width: 232px;height: 182px;}
.pc-container .adapt .adaptBox .adaptItem .adaptname{width: 100%;color: #fff;font-size: 20px;font-weight: bold;background-color: #00378a;height: 40px;display: flex;align-items: center;justify-content: center;}
.pc-container .adapt .adaptBox .adaptItem .adaptname span{color: #70cafe;}
.pc-container .adapt .adaptBox .adaptItem .adaptdes{font-size: 16px;color: #464646;text-align: left;margin-top: 5px;height: 130px; line-height: 25px;}

/* 鏂拌埅閬撳叏灏侀棴瀛︿範涓績 璇剧▼璁剧疆 */
/* background:#f4f4f4 url("../images/bg02.png") no-repeat top; */
.pc-container .setting{width: 100%; height:auto;background-image: url("../images/bg02.png");background-size: cover;background-position: center; padding: 35px 0;box-sizing: border-box;}
.pc-container .setting .blueTxt{font-size: 22px;color: #71cbff;font-weight: bold;margin: 10px 0 30px 0}

.pc-container .setting .settingBox{margin-bottom: 35px;}
.pc-container .setting .settslideAll{display: flex;align-items: center;justify-content: space-between;padding: 0 100px;box-sizing: border-box;margin-bottom: 20px;}
.pc-container .setting .settslideAll .settslide{border: 1px solid #fff;border-radius: 10px;width: 340px !important;padding: 10px 0;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.pc-container .setting .settslideAll .settslide .slidesmall{width: 30px;height: 27px;opacity: 0.8;margin-right: 5px;display: none;}
.pc-container .setting .settslideAll .settslide .slidetxt{font-size: 22px;font-weight: bold; color: #fff;position: relative;z-index: 1;}
.pc-container .setting .settslideAll  .swiper-slide-thumb-active{background-color: #fa7a23;}
.pc-container .setting .settslideAll  .swiper-slide-thumb-active .slidesmall{display: block;}

.pc-container  .slideBox{position: relative;}
.pc-container  .tableList{background-color: #fff;padding: 15px 10px 10px 10px;box-sizing: border-box;margin: 0 10px 10px 10px;position: relative;z-index: 1;}
.pc-container  .tableList .tabletitle{font-size: 22px;color: #000;font-weight: bold;margin-bottom: 12px;}
.pc-container  .tableList .tableBox{}
.pc-container  .tableList .tableBox table{width: 100%;}
.pc-container  .tableList .tableBox table th{padding: 15px  0;}
.pc-container  .tableList .tableBox table th:nth-child(1){width: 130px;}
.pc-container  .tableList .tableBox table th:nth-child(2){width: 145px;}
.pc-container  .tableList .tableBox table th:nth-child(3){width: 95px;}
.pc-container  .tableList .tableBox table th:nth-child(4){width: 95px;}
.pc-container  .tableList .tableBox table th:nth-child(5){width: 125px;}
.pc-container  .tableList .tableBox table th:nth-child(6){width: 160px;}
.pc-container  .tableList .tableBox table th:nth-child(7){width: 300px;}

.pc-container  .tableList .tableBox table tr:nth-child(odd){background-color: #ebeef7;}
.pc-container  .tableList .tableBox table td{padding:20px  0;font-size: 18px;}
.pc-container  .tableList .tableBox table td span{font-weight: bold;}

.pc-container .slideBox .botombord{background-color: #00378a;width: 100%;height: 100px;position: absolute;z-index:0;bottom: -10px;}

/* 鍏ㄥ皝闂涔犱腑蹇� 鍑哄浗鐣欏璇█鍐插垎璁″垝 */
.pc-container .cfplane{background-color: #f4f4f4;padding: 35px 0 55px 0;}
.pc-container .cfplane .cfBox{margin-top: 30px;}
.pc-container .cfplane table{border-spacing: initial;}
.pc-container .cfplane .cfBox tr th{border-right: 2px solid #fff;}
.pc-container .cfplane .cfBox  tr:nth-child(odd) td{border-bottom: 1px solid #000;}

/* 鏂拌埅閬撳皝闂涔犱腑蹇� 鏃堕棿瀹夋帓 */
.pc-container .time{padding: 35px 0 50px 0;position: relative;}
.pc-container .time .timeBox{border: 10px solid #ebeef7;padding: 10px;box-sizing: border-box;margin: 25px 0;position: relative;}
.pc-container .time .timeBox table{width: 100%;}
.pc-container .time .timeBox table th{padding: 12px  0;width: 122px;}
.pc-container .time .timeBox table th:last-child{padding: 12px  0;width: 190px;}
.pc-container .time .timeBox table tr:nth-child(odd){background-color: #ebeef7;}
.pc-container .time .timeBox table td{padding:10px  0;font-size: 18px;color: #35363a;}
.pc-container .time .timeBox table tr:last-child td{color: #fff;}

.pc-container .time .timetxt{font-size: 22px;color: #00388b;font-weight: bold;margin-bottom: 25px;}

.pc-container .time .step{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;margin-bottom: 5px;position: relative;}
.pc-container .time .step .stepOne{width: 385px;height: 205px;background-color: #f1f4fb;border-radius: 20px 20px 84px 20px;padding: 15px 0 0 0;box-sizing: border-box;margin-bottom: 30px;}
.pc-container .time .step .stepOne .stepTop{height: 40px;display: flex;align-items: center;}
.pc-container .time .step .stepOne .stepTop .leftorange{width: 5px;height: 100%;background-color: #f87a23;}
.pc-container .time .step .stepOne .stepTop .rightblue{width: 300px;height: 100%;display: flex;align-items: center;background: linear-gradient(to right, #063a8d, transparent);padding:0 10px;box-sizing: border-box;}
.pc-container .time .step .stepOne .stepTop .rightblueTwo{width: 300px;height: 100%;display: flex;align-items: center;background: linear-gradient(to left, #063a8d, transparent);padding: 0 10px;box-sizing: border-box;}
.pc-container .time .step .stepOne .stepTop  .blueImg{width: 26px;height: 26px;}
.pc-container .time .step .stepOne .stepTop  .blietxt{font-size: 20px;color: #fff;font-weight: bold;margin:0 5px;}

.pc-container .time .step .stepOne .stepBottom{margin: 15px 15px 0 15px;box-sizing: border-box;}
.pc-container .time .step .stepOne .stepBottom .stepItem{display: flex;flex-direction: column;align-items: baseline;}
.pc-container .time .step .stepOne .stepBottom .stepItemTwo{display: flex;flex-direction: column;align-items: end;}
.pc-container .time .step .stepOne .stepBottom  .itemtop{display: flex;align-items: baseline;height: 16px;}
.pc-container .time .step .stepOne .stepBottom  .itemtop .cricleleft{width: 16px;height: 16px;}
.pc-container .time .step .stepOne .stepBottom  .itemtop .rightdes{margin-left: 6px;color: #272928;font-size: 16px;text-align: left;position: relative;}
.pc-container .time .step .stepOne .stepBottom  .itemtop .rightdesTwo{margin-right: 6px;color: #272928;font-size: 16px;text-align: left;position: relative;}

.pc-container .time .step .stepOne .stepBottom  .rightbottom{ width: 0;height: 14px;border:1px solid #003789;position: relative;left: 7px;}
.pc-container .time .step .stepOne .stepBottom  .rightbottomTwo{ width: 0;height: 14px;border:1px solid #003789;position: relative;right: 7px;}

.pc-container .time .step .stepImg{width: 339px;height: 339px;position: absolute;z-index: 1;top: 50%; left: 50%;transform: translate(-50%, -50%);}

.pc-container .time .griltop{width: 294px;height: 197px;position: absolute;top: -208px;right: -78px;}

/* 鏂拌埅閬撳叏灏侀棴瀛︿範涓績 鏍″洯寮忓涔犱綋楠� */
.pc-container .tiyan{width: 100%; height:611px;background: url("../images/bg03.png") no-repeat center;padding: 35px 0;box-sizing: border-box;}
.pc-container .tiyan .tiyantxt{font-size: 22px;color: #01388b;font-weight: bold;margin: 10px 0 25px 0;}

.pc-container .tiyan .tiyanBox{ display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.pc-container .tiyan .tiyanBox .tiyanItem{position: relative;}
.pc-container .tiyan .tiyanBox .tiyanItem:nth-child(-n+4){margin-bottom: 20px;}
.pc-container .tiyan .tiyanBox .tiyanItem .tiyanImg{width: 269px;height: 194px;}
.pc-container .tiyan .tiyanBox .tiyanItem .tiyanImg img{border-radius: 22px;}
.pc-container .tiyan .tiyanBox .tiyanItem .tiyanMsg{width: 269px;height: 30px;border-radius: 0 0 22px 22px;background-color: #373632;font-size: 16px;color: #fff;display: flex;align-items: center;justify-content: center;position: absolute;bottom: 0;box-sizing: border-box;visibility: hidden;}
.pc-container .tiyan .tiyanBox .tiyanItem:hover{cursor: pointer;}
.pc-container .tiyan .tiyanBox .tiyanItem:hover .tiyanMsg{visibility: visible;}

/* 寮规 */
.pc-container .tankuang{ width: 900px;height:450px; background: #fff;box-shadow: 0 0 5px 0 gray;position: fixed; z-index:12; top: 50%;left: 50%; transform: translate(-50%, -50%);display: none;}
.pc-container .tankuang .tankuangback{cursor: pointer;  margin: 10px;font-size: 13px;font-weight: bold;border: 1px solid #b0b0b0;border-radius: 20px;padding: 6px 10px;position: absolute;right: -23px;top: -26px; background: #fff; color: #000; z-index:12; }
</pre></body></html>