<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;
}
.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{
    width: 130px;
    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: 60%;
    margin: 100px auto;
}
.item_body{
    max-width: 1920px;
    margin: 0 auto;
    background: -webkit-linear-gradient(top, #fff, #e5fefe);
    overflow: hidden;
}
.item_lc{
    width: 1000px;
    height: 290px;
    box-sizing: border-box;
    margin:0 auto;
    background: #fff;
    box-shadow: 0 3px 10px 1px #bdbdbd;
}
.item_title{
    width: 1000px;
    background: -webkit-linear-gradient(left, #ffdb98, #fef7ec);
    margin: 0 auto;
    height: 80px;
    font-size: 36px;
    font-weight: bold;
    color: #595959;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.item_title2{
    margin: 50px auto 0;
}
.item_title p{
    margin: 0 25px;
}
.item_lc_lcmain{
    display: block;
    width: 95%;
    margin: 25px auto;
}
.item_diqu{
    width: 1000px;
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.item_diqu_box{
    width: 136px;
    height: 42px;
    background: url(images/blue.png) top center no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}
.item_diqu_box2{
    width: 136px;
    height: 42px;
    background: url(images/pink.png) top center no-repeat;
    background-size: 100%;
    font-weight: bold;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}
.item_bank{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.item_flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.item_bank_box{
    width: 480px;
    height: 200px;
    border-radius: 25px 25px 0 0;
    box-shadow: 2px 3px 10px 2px #bdbdbd;
    background: -webkit-linear-gradient(left, #effdfd, #c3ffff);
    box-sizing: border-box;
    padding: 25px;
    position: relative;

}
.item_bank_box2{
    margin-top: 75px;
}
.item_bank_box_p1{
    font-size: 20px;
    font-weight: bold;
    color: #d32c2c;
}
.item_bank_box_p2{
    font-size: 18px;
    font-weight: bold;
    color: #283f94;
    margin: 10px 0 10px 20px;
}
.item_bank_box_title{
    width: 90px;
    border-left: 7px solid #283f94;
    text-align: center;
    font-size: 16px;
    color: #283f94;
    margin: 10px 0 10px 10px;
}
.item_bank_box_line{
    width: 100%;
    height: 50px;
    position: absolute;
    top: 200px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item_bank_box_line a{
    display: block;
    width: 236px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: -webkit-linear-gradient(left, #7fb6f3, #4a84c8);
    color: #fff;
    font-size: 18px;
    border-radius: 0 0 10px 10px;

}
.item_zzd{
    width: 1000px;
    margin: 0 auto;
    background: -webkit-linear-gradient(top, #e5fefe, #95c3f8);
    overflow: hidden;

}
.item_zzd_ys{
    width: 900px;
    margin: 25px auto;
    background: -webkit-linear-gradient(top, #fff, #c4f8f8);
    overflow: hidden;
}
.item_zzd_ys_p1{
    font-size: 22px;
    font-weight: bold;
    color: #7ba0ca;
    margin: 25px;
    letter-spacing: 5px;
}
.item_zzd_con{
    width:760px;
    height: 100px;
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.item_zzd_con_one{
    width: 170px;
    height: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #595959;
}
.item_zzd_con_one img{
    width: 25px;
    margin-right: 10px;
}
.item_ask{
    width: 600px;
    height: 50px;
    margin: 25px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}
.item_ask a{
    display: block;
    width: 250px;
    height: 50px;
    background: -webkit-linear-gradient(top, rgb(243, 150, 150), #e92f2f);
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    
}
.item_code{
    width: 800px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}
.item_code_dscrb{
    width: 350px;
    line-height: 36px;
    font-size: 18px;
    color: #283f94;
    font-weight: bold;
	    letter-spacing: 2px;

}
.item_code img{
    width: 190px;
}
.item_cjwt{
    box-sizing: border-box;
    width: 1000px;
    height: 450px;
    margin: 0 auto;
    background: -webkit-linear-gradient(top, #d5f7fd, #fff);
    border: 2px solid #95c3f8;
    position: relative;
    border-radius: 0 0 25px 15px;
}
.item_cjwt_top{
    position: absolute;
    left: 50px;
    top: 50px;
    width: 250px;
}
.item_cjwt_btm{
    position: absolute;
    left: 50px;
    top: 200px;
    width: 300px;
}
.item_cjwt_right{
    width: 500px;
    height: 350px;
    position: absolute;
    right: 50px;
    top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.item_cjwt_right_one{
    width: 220px;
    height: 60px;
    border: 2px solid #1c7eb8;
    border-radius: 10px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #135981;
    letter-spacing: 3px;
    box-shadow: 0 3px 10px 1px #bdbdbd;
    cursor: pointer;
}
.item_cjwt_right_one a{
	color:#1c7eb8;
}
.item_cjwt_right_one a:hover{
	color:#fff;
}
.item_cjwt_right_one img{
    margin-right: 5px;
}
.item_cjwt_right_one:hover{
    background: -webkit-linear-gradient(top, #135981, #287bac);
    color: #fff;
}
.zd_img{
display: block; 
width: 750px;
margin: 50px auto;
}
.item_zdbox{
    width: 650px;
    height: 73px;
    margin: 15px auto;
    background: url(images/item_zdbox.png) top center no-repeat;
    background-size: 100%;
    position: relative;
}
.item_zdbox span{
    color: #fff;
    font-size: 22px;
    line-height: 73px;
    letter-spacing: 2px;
    margin-left: 110px;
}
.item_zdbox a{
    color: #283f94;
    font-size: 22px;
    line-height: 73px;
    letter-spacing: 2px;
    margin-left: 140px;
    font-weight: bold;
}









.item_bottom_title{
	background-image: -webkit-linear-gradient(left, #5074f7, #1c231f);
    -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: #62c3d2;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}
.item_city_div_one:hover{
    font-size: 26px;
    background: #1c7eb8;
}
.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: #62c3d2;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #62c3d2;
    font-weight: bold;
}
.item_bottom2{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom2 img{
    width: 100%;
}</pre></body></html>