<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #333;
}
table{border-collapse:collapse;border-spacing:0;}
body{
	min-width:1200px;
    background: #edf9f7;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.container{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_top{  
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 80px;
}
.item_top p{
    font-weight: bold;
}
.topL{
  width: 130px;
  height: 80px;
  margin-left: 50px;
   
}
.topL img{
    width: 100%;
    
}
.topR{
    height: 80px;
    margin-right: 50px;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 15px;
  }

.clear{
    clear: both;
}
.item_main{
    max-width: 1920px;
    margin: 0 auto;
    background: url(images/topbg.jpg) top center no-repeat #fff;
    background-size: 100%;
    overflow: hidden;
}
.item_main_topimg{
    display: block;
    width: 50%;
    margin: 75px auto 0;
}
.item_main_topimg2{
    display: block;
    width: 20%;
margin-left: 42%;
margin-top: 50px;
    
}
.item_box{
    width: 1100px;
    margin: 50px auto;
    position: relative;
    border: 2px solid #1c96ff;
    box-shadow: inset 0px 0px 26px 0px #51b3ff;
    border-radius: 25px;
    background: #fff;
}
.item_title{
    display: block;
    height: 70px;
    position: absolute;
    top: -25px;
    left: -55px;
}
.item_zy{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.item_zy_l{
    width: 600px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.item_zy_r{
    width: 400px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_zy_num{
    font-size: 78px;
    font-weight: bold;
    color: #1c96ff;
    margin-right: 25px;
}
.item_zy_word{
    line-height: 46px;
    font-size: 20px;
    color: #5a6976;
}
.item_lc{
    width: 1100px;
    margin: 50px auto;
}
.item_lc img{
    width: 100%;
}
.item_wsbm{
    max-width: 1920px;
    background: url(images/bg2.png) center center no-repeat;
    background-size: 100%;
}
.item_zy2{
    height: 250px;
}
.item_zy_l2,.item_zy_r2{
    width: 500px;
}
.item_zy_l2 span,.item_zy_r2 span{
    color: #1c96ff;
}
.item_wsbm_table{
    width: 1000px;
    margin: 0 auto 50px;
    box-sizing: border-box;
}
.item_wsbm_table tr th{
    text-align: center;
    padding: 5px;
    background: #52908b;
    color: #fff;
}
.item_wsbm_table tr td{
    text-align: center;
    padding: 26px 5px;
    line-height: 32px;
}
.item_wsbm_table tr td span{
    font-size: 12px;
}
.item_wsbm_table tr td:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.item_ask{
    width: 1000px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
}
.item_ask_box{
    width: 300px;
    height: 50px;
    background: url(images/askbg.png) top center no-repeat;
    background-size: 100%;
}
.item_ask_box_a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
}
.item_box2{
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.item_box3{
    margin-bottom: 0;
    position: relative;
    z-index: 4 !important;
}
.item_code{
    width: 1100px;
    margin: 0 auto;
    border: 2px solid #1c96ff;
    position: relative;
    z-index:1;
    margin-top: -25px;
    background: #099af2;
	border-radius: 0 0 25px 25px;
    padding-top: 25px;
}
.item_code_l{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin: 50px auto;
}
.item_code_l_line{
    width: 450px;
    height: 75px;
    border: 3px solid #6cdefa;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.item_code_l_line p{
font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.item_code_l_line img{
    width: 65%;
}
.item_code_l_line a{
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    background: #6cdefa;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
}
.item_code_l_liner{
    margin-right: 15px;
}
.item_code_l_liner p{
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
.item_code_l_line2{
    width: 920px;
}

.item_code_l_line2 img{
    width: 550px;
}
.item_code_r{
    width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
}
.item_code_r_dis{
    font-size: 26px;
    color: #5a6976;
    margin: 20px 0;
}
.item_code_r_din{
    font-size: 22px !important;
    color: #333;
    width: 255px;
    padding:5px 15px;
    background: -webkit-linear-gradient(top, #0ef0d1, #7efdac);
}
.item_wxgroup_box_img{
    width: 200px;
    margin: 20px 0;
    margin-left: 50px;
}

.item_bszb{
    max-width: 1920px;
    background: url(images/bg2.png) center center no-repeat;
    background-size: 100%;
    margin: 50px auto 0;
    border: 1px solid #edf9f7;
}
.item_bszb_title{
    font-size: 20px;
    font-weight: bold;
    color: #5a6976;
    margin: 50px;
}
.table_ask{
    width: 60px;
    height: 20px;
    font-size: 16px;
    padding: 5px;
    background: #0990f0;
    color: #fff;
}
.table_ask2{
    margin-left: 15px;
}
.item_ask2{
    justify-content: space-around;
}
.item_mszb{
    max-width: 1920px;
    background: url(images/bg2.png) center center no-repeat;
    background-size: 100%;
    border-top: 1px solid #edf9f7;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.item_mszb_title{
    font-size: 20px;
    color: #5a6976;
    margin: 25px 50px;
}
.item_mszb_title span{
    font-weight: bold;
}
.item_mszb_title1{
    margin-top: 50px;
}
.item_mszb_box{
    width: 950px;
    margin: 25px auto 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.item_mszb_box_one{
    width: 290px;
    height: 250px;
    background: url(images/bankbg.png) top center no-repeat;
    background-size: 100%;
    margin-top: 25px;
}
.item_mszb_box_one_t1{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}
.item_mszb_box_one_t2{
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin: 15px auto;
    font-size: 18px;
}
.item_mszb_box_one_line{
    width: 286px;
    height: 50px;
    margin-top: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.item_mszb_box_one_line a{
    display: block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    color: #1c96ff;
}
.item_tjly{
    max-width: 1920px;
    background: url(images/tjly.jpg) top center no-repeat #097fc7;
    background-size: 100%;
    border: 1px solid #edf9f7;
    margin: 0 auto;
    margin-top: 0;
	z-index:3;
}
.item_box4{
    margin-top: 160px;
}
.item_tjly_title{
    font-size: 20px;
    color: #5a6976;
    margin: 25px 50px;
}
.item_tjly_title1{
    margin-top: 50px;
}
.tjask{
    width: 800px;
    height: 50px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.tjask a{
    display: block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #1c96ff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 25px;
    background: #fff;

}






.item_change_title{
	background-image: -webkit-linear-gradient(left, #1c96ff, #3014ce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 1px;
	text-align:center;
	margin:50px auto;
}
.item3_container{
    width: 1020px;
    margin: 0 auto 50px;
    position: relative;
    background: #e3f1fe !important;
}
.item3_container_div{
    width: 100%;
    z-index: 1;
    border-radius: 0 20px 20px 20px;
    background-color: #fff;
    border: 1px solid #fff;

}
.item_bottom{
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
}
.item_city{
    max-width: 1920px;
    margin: 0 auto;
    padding: 5px 0;
}
.item_city_div{
    margin: 0 auto;
    width: 980px;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.item_city_div_one{
    width: 105px;
    border: 1px solid;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    background: #1c96ff;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}
.item_city_div_one:hover{
    font-size: 26px;
    background: #0a66b8;
}
.item_city_con{
    width: 980px;
    margin: 0 auto;
   
}
.item_city_con_box{
    width:100%;
    height: 210px;
    margin-top: 10px;
    box-shadow: 0 3px 10px 1px #bdbdbd;

}
.item_city_con_box img{
    width: 150px;
    margin-top: 30px;
    margin-right: 150px;
}
.item_city_con_box_p{
    line-height: 180px;
    margin-left: 150px;
}
.item_city_con_box_city{
    margin-left: 100px;
}
.item_city_con_box_city p{
    margin-top: 22px;
    font-size: 16px;
}
.item_city_con_box_city p span{
    color: #1c96ff;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #1c96ff;
    font-weight: bold;
}
.item_bottom2{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom2 img{
    width: 100%;
}</pre></body></html>