*{
    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 #edf9f7;
    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: 60px;
    position: absolute;
    top: -30px;
    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: 50px auto;
    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 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;
    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;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin: 15px auto;
    font-size: 16px;
}
.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: 900px;
    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: 17px;
    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%;
}
.item_ldh{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
    padding-bottom: 45px;
}
.item_ldh_one{
    width: 280px;
    margin-top: 45px;
}
.item_ldh_one_top{
    width: 100%;
    height: 60px;
    border-radius: 30px 30px 0 0;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background: #6fb4ff;
}
.item_ldh_one_main{
    width: 100%;
    height: 140px;
    background: #eeeeee;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.item_ldh_one_main a{
    display: block;
    width: 40%;
    height: 40px;
    text-align: center;
    background: -webkit-linear-gradient(top, #54ccff, #0679ff);
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}
.item_lc p{
    font-size: 40px;
    font-weight: bold;
    color: rgb(45, 131, 189);
    text-align: center;
    margin-bottom: 50px;
}
.item_wsbmt{
    width: 1100px;
    margin: 50px auto;
    position: relative;
    border: 2px solid #1c96ff;
    border-radius: 25px;
    background: #fff;
    height: 300px;
}
.item_boxzy{
    margin-top: 75px;
}
.zhezhao{
    position: fixed;
    left: 0px;
    top: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    display:none;
    z-index: 99;
    
}
.tankuang{
    position: relative;
    width: 600px;
    height:500px;
    border-radius: 5px;
    margin: 0 auto;
    top:15%;
    padding: 1px;
	background: linear-gradient(180deg, #E1EBFD 0%, #D8DFFC 100%);
    box-shadow: 2px 3px 16px 0px rgba(138, 158, 236, 0.3);
    border-radius: 20px;
    
}
.tankuang_title{
	width:50%;
	text-align:center;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-25%;
	font-size:20px;
	font-weight:bold;
	background-image: -webkit-linear-gradient(left, #f1ba38 , #ea6821 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	letter-spacing:3px;
}
#header{
    height: 40px;
}
#header-right{
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: red;
    color: #fff;
    right: 5px;
    top: 5px;
    text-align: center;
    cursor: pointer;
}
.form_line{
	width: 80%;
    height: 50px;
    margin: 20px auto;

}
.form_line p{
float: left;
width: 20%;
margin-top: 15px;
color: #777;
font-size:18px;
}
.form_line .name,.number,.bank,.province{
width: 78%;
height: 50px;
float: right;
border-radius: 10px;
border: 0;
box-sizing: border-box;
padding-left:20px;
}

.form_line_t{
margin-top: 60px;
}
.huoqu{
width: 30%;
height: 50px;
float: right;
background: #6A7FFD;
color: #fff;
font-size: 16px;
border: 0;
border-radius:10px;
box-shadow: 0 3px 10px 1px #dcdcdc;
}
.yanzheng{
width: 48%;
height: 50px;
float: right;
border: 0;
border-radius: 10px;
box-shadow: 0 3px 10px 1px #dcdcdc;
padding-left:20px;
box-sizing:border-box;
}
.baoming{
width: 60%;
height: 54px;
background: #f33b3b;
color: #fff;
font-size: 16px;
border: none;
margin-left: 20%;
border-radius:30px;
box-shadow: 0 3px 10px 1px #dcdcdc;
background: linear-gradient(0deg, #FFCA4B 0%, #FFEC85 100%);
    color: #80350C;
    font-weight: bold;
    font-size: 24px;

}
.form_line select,option{
height: 50px;
width: 78%;
float: right;
border:0;
border-radius: 10px;
box-shadow: 0 3px 10px 1px #dcdcdc;
color:#777;
padding-left:20px;
}
.item_zd_group1 p{
	width: 800px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
}
.item_cjwt_p{
	text-align:center;
	font-size:32px;
	font-weight:bold;
	color:#333;
}