<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;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

p{
    color: #333;
}
body{
    min-width: 1200px;
}


.topNav{
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;

}
.logo{
    float: left;
    width: 280px;
    margin: 20px 0 0 50px;
   
}
.num{
    float: right;
    margin-right: 50px;
    font-weight: bold;
}

.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_bg{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
 
}
.item_bg img{
    display: block;
    width: 100%;

}

.footerTitle{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	margin-top:50px;
}

.item_bottom2{
	max-width:1920px;
	margin:0 auto;
}
.item_bottom2 img{
display:block;
	width:100%;
}

.item3_container{
    width: 1020px;
    margin: 0 auto;
    position: relative;
}
.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: #60b2f9;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}
.item_city_div_one:hover{
    font-size: 26px;
    background: #1a7fd6;
}
.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: 17px;
    font-size: 16px;
}
.item_city_con_box_city p span{
    color: #60b2f9;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #60b2f9;
    font-weight: bold;
}



.item_mskq{
    max-width: 1920px;
    margin: 0 auto;
    background: url(mskq.png) top center no-repeat #ebeef8;
    background-size: 100%;
    overflow: hidden;
}
.item_title{
    text-align: center;
    margin-top: 50px;
}
.item_title_mskq{
    text-align: center;
    margin-top: 25px;
    font-size: 26px;
}
.item_mskq_top{
    width: 1100px;
    height: 115px;
    margin: 50px auto;
    background: url(item_mskq_top.png) top center no-repeat;
    background-size: 100%;
}
.item_mskq_top p{
    color: #fff;
}
.item_mskq_top p:nth-child(1){
    float: left;
    font-size: 46px;
    font-weight: bold;
    margin-left: 100px;
    line-height: 105px;
}
.item_mskq_top p:nth-child(2){
    float: right;
    margin: 30px 100px 0 0;
    font-size: 20px;
}
.item_mskq_box{
    width: 1100px;
    height: 780px;
    margin: 50px auto 0;
    background: url(item_mskq_box.png) top center no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.item_mskq_box_div{
    width: 900px;
    height: 650px;
    margin: 50px 150px 50px 50px;
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
}
.item_mskq_box_div_r_p{
    position: absolute;
    top: 150px;
    right: 40px;
    font-size: 22px;
    color: #fff;
    writing-mode: vertical-rl;
}
.item_mskq_box_div_r_a{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 450px;
    right: 60px;
    background: url(arrow.png) top center no-repeat;
    background-size: 100%;
}
.item_mskq_box_div_topL,.item_mskq_box_div_topR{
    width: 380px;
    height: 300px;
    border-bottom: 10px solid rgb(112, 103, 133);
}
.item_mskq_box_div_topL{
    float: left;
}.item_mskq_box_div_topR{
    float: right;
}
.item_mskq_box_div_topImg{
    width: 250px;
    height: 65px;
}
.item_mskq_box_div_topImg p{
    font-size: 20px;
    line-height: 50px;
    text-indent: 30px;
}
.item_mskq_box_div_topImg1{
    background: url(item_mskq_box_div_topImg1.jpg) top center no-repeat;
    background-size: 100%;
}
.item_mskq_box_div_topImg2{
    background: url(item_mskq_box_div_topImg2.jpg) top center no-repeat;
    background-size: 100%;
}
.item_mskq_box_div_con{
    line-height: 30px;
    margin-top: 50px;
    font-size: 20px;
}
.item_mskq_box_bottom{
    width: 100%;
    height: 200px;
    border: 1px dashed #929292;
    margin-top: 50px;
    box-sizing: border-box;
    padding:25px 50px;
}
.item_mskq_box_bottom p{
    line-height: 36px;
}
.item_xz{
    max-width: 1920px;
    margin: 0 auto;
    background: #ebeef8;
    overflow: hidden;
}
.item_xz_box{
    width: 1100px;
    height: 400px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.item_xz_box_div{
    width: 500px;
    height: 400px;
    background: #fff;
    box-sizing: border-box;
    padding: 25px 50px;
    border-radius: 25px;
}
.item_xz_box_div_t{
    width: 300px;
    height: 50px;
    background:-webkit-linear-gradient(top,#385eff,#63abff);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(bottom,#385eff,#63abff);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(bottom,#385eff,#63abff);/* Firefox 3.6 - 15 */
	background:linear-gradient(to bottom,#385eff,#63abff);/* æ&nbsp;‡å‡†*/
    border-radius: 50px;
    margin-left: -100px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 22px;

}
.item_xz_box_div p{
    margin-top: 10px;
    font-size: 18px;
}
.item_xz_box_div_xz{
    width: 200px;
    height: 55px;
    background: url(mfxz.png) top center no-repeat;
    background-size: 100%;
    margin-left: 180px;
    margin-top: 25px;
    line-height: 55px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-indent: 30px;
    letter-spacing: 5px;
}
.span1{
    color: rgb(241, 141, 46);
}
.span2{
    color: rgb(56, 132, 231);
}
.span3{
    color: rgb(117, 66, 66);
}
.span4{
    color: rgb(139, 88, 139);
}
.item_xsmx{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: url(xsmx.jpg) top center no-repeat #ebeef8;
    background-size: 100%;
}
.item_xsmx_t{
    margin-top: 50px;
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.item_xsmx_t span{
    font-weight: bold;
    color: rgb(249, 252, 112);
}
.item_xsmx_div{
    width: 750px;
    margin:50px auto;
    font-size: 18px;
}
.item_xsmx_div p{
    color: #fff;
    letter-spacing: 2px;
    margin-top: 25px;

}
.item_xsmx_div p span{
    font-size: 22px;
    font-weight: bold;
    color: rgb(249, 252, 112);
}
.item_xsmx_ex{
    width: 700px;
    height: 400px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    border: 2px solid #fff;
}
.item_xsmx_ex1{
    margin-top: 150px;
}
.item_xsmx_ex2{
    margin-top: 50px;
}
.item_xsmx_ex_exImg{
    width: 46px;
    height: 46px;
    background: url(exImg.png) top center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -20px;
    left: -20px;
}
.item_xsmx_ex_top{
    width: 100%;
    height: 150px;
    background:-webkit-linear-gradient(top,#385eff,#63abff);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(bottom,#385eff,#63abff);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(bottom,#385eff,#63abff);/* Firefox 3.6 - 15 */
	background:linear-gradient(to bottom,#385eff,#63abff);/* æ&nbsp;‡å‡†*/
    box-sizing: border-box;
    padding: 25px 50px;
}
.item_xsmx_ex_top p:nth-child(1){
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.item_xsmx_ex_top p:nth-child(2){
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
}
.item_xsmx_ex_bottom{
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    padding: 25px 50px;
}
.item_xsmx_ex_bottom a{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    float: left;
    cursor: pointer;
}
.item_xsmx_ex_bottom span{
    display: block;
    color: #b6b6b6;
    font-size: 12px;
    float: left;
    line-height: 30px;
    margin-left: 25px;
}
.item_xsmx_ex_bottom p{
    margin-top: 25px;
    line-height: 26px;
}
.tclt{
    position: fixed;
    left: 0px;
    top: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}
.tclt_box{
    width: 750px;
    height: 300px;
    background: #fff;
    position:absolute;
    top: 50%;
    left: 50%;
    margin-left: -375px;
    margin-top: -150px;
    box-sizing: border-box;
    padding: 25px 50px;
    
} .tclt_box2{
    width: 1050px;
    height: 600px;
    background: #fff;
    position:absolute;
    top: 50%;
    left: 50%;
    margin-left: -525px;
    margin-top: -300px;
    box-sizing: border-box;
    padding: 25px 50px;
}
.tclt_box img{
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
.tclt_box2 img{
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
.item_xsmx_ex3{
    margin-top: 50px;
}
.tclt_box3{
    width: 850px;
    height: 400px;
    margin-left: -425px;
    margin-top: -200px;
}
.item_xsmx_ex4{
    margin-top: 50px;
}
.tclt_box4{
    width: 850px;
    height: 400px;
    margin-left: -425px;
    margin-top: -200px;
}
.morequestions{
    display: block;
    margin: 50px auto;
    width: 250px;
    height: 40px;
    background: url(more.png) top center no-repeat #ebeef8;
    background-size: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.item_mszq{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: #ebeef8;
}
.item_book_div_ewm_whole{
    max-width: 1920px;
    margin: 0 auto;
    background:-webkit-linear-gradient(top,#385eff,#63abff);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(bottom,#385eff,#63abff);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(bottom,#385eff,#63abff);/* Firefox 3.6 - 15 */
	background:linear-gradient(to bottom,#385eff,#63abff);/* æ&nbsp;‡å‡†*/
}
.item_book_div_ewm{
    width: 1100px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 30px 0;
    align-items: center;
}
.item_book_div_ewm_img{
    width: 280px;
    text-align: center;
}
.item_book_div_ewm img{
    width: 200px;
    
}
.item_book_div_ewm_w{
    width: 650px;
    margin-left: 50px;
}
.correct_img{
    width: 26px !important;
    margin-right: 10px;
}
.item_book_div_ewm_w p{
    font-weight: bold;
    margin-top: 15px;
    color: #fff;
}
.item_book_div_ewm_w_rs{
    font-size: 12px;
}
.item_book_div_ewm_w p:nth-child(1){
    font-size: 26px;
}
.item_book_div_ewm_w p:nth-child(2){
    font-size: 18px;
}
.item_book_div_ewm_w p:nth-child(3){
    margin-top: 35px;
}
.item_book_div_ewm_w span{
    display: block;
    float: left;
    margin-right: 25px;
    color: rgb(189, 163, 129);
}
.item_mszq_bank{
    width: 900px;
    margin: 50px auto;
    overflow: hidden;
}
.item_mszq_bank_t{
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-top: 25px;
}
.item_mszq_bank ul li{
    width: 145px;
    list-style: none;
    display: inline-block;
    text-align: left;
    margin-top: 10px;
}
.item_mszq_bank ul li a:hover{
    color: #385eff;
    font-weight: bold;
}
.zhezhao {
    position: fixed;
    left: 0px;
    top: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
.zhezhao p{
    text-indent: 0em !important;
}
.yhzp_tc{
    width: 300px;
    position: absolute;
    top: 50%;
    margin-top: -175px;
    left: 50%;
    margin-left: -150px;
    box-sizing: border-box;
    background: url('http://www.yinhangzhaopin.com/images/yhzpxzbg.jpg') top center no-repeat #fff2d5;
    background-size: 100%;
    padding: 0 15px 15px 15px;
    overflow: hidden;
}
.yhzptc_close{
    position: absolute;
    width: 30px;
    right: 5px;
    top: 5px;
}
.yhzptc_close:hover{
    cursor: pointer;
}
.yhzp_tc .yhzp_tc_top1{
    margin-top: 105px;
}
.yhzp_tc p{
    width: 100%;
    margin-top: 15px;
}
.yhzp_tc .yhzp_tc_top input{
    width: 100%;
    border: 1px solid #eac658;
    border-radius: 8px;
    height: 45px;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 15px;
}
.yhzp_tc .yhzp_tc_top select{
    width: 100%;
    border: 1px solid #eac658;
    border-radius: 8px;
    height: 45px;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #6d6d6d;
}
.yhzpyz{
    width: 150px;
    padding-left: 15px;
}
.yhzphq{
    width: 110px;
    float: right;
    background:#eac658 ;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.yhzp_tc .yhzp_tc_bottom input{
    border: 1px solid #eac658;
    border-radius: 8px;
    height: 45px;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
}
.yhzp_tc .yhzp_tc_tj input{
    width: 100%;
    border-radius: 8px;
    height: 45px;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
    border: none;
    background: #eac658;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}</pre></body></html>