*{
    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: 50%;
    margin: 50px auto;
}
.item_title{
    width: 1000px;
    background: -webkit-linear-gradient(left, #fb8663, #fef7ec);
    margin:50px auto;
    height: 80px;
    font-size: 36px;
    font-weight: bold;
    color: #595959;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.item_title p{
    margin: 0 25px;
}
.item_bankchange{
    width: 750px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-around;
}
.bankactive{
    background: #fb8663 !important;
}
.item_bankchange_name{
    width: 250px;
    height: 56px;
    border-radius: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 56px;
    color: #fff;
    background: #aa89bd;
    cursor: pointer;
}
.item_bankchangeArrow{
    width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.item_bankchangeArrow_box{
    width: 250px;
    height: 35px;
}

.item_bankchangeArrow_box img{
    width: 35px;
    display: block;
    margin: 0 auto;
}

.item_bank{
    width: 1000px;
    margin: 50px auto;

}
.item_bank_container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.item_bank_one{
    width: 290px;
    height:300px;
    box-sizing: border-box;
    margin-top: 25px;
}
.item_bank_one_top{
    width: 100%;
    height: 60px;
    background: url(images/banktop.png) top center no-repeat;
    background-size: 100%;
    line-height: 55px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-indent: 60px;
}
.item_bank_one_btm{
    width: 100%;
    height: 240px;
    box-shadow: 5px 5px 10px 2px rgb(224, 157, 213);
    position: relative;
    overflow: hidden;
}
.item_bank_one_btm_con{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 10px 0 0 15px;
}
.item_bank_one_btm a{
    display: block;
    width: 140px;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #aa89bd;
	margin-top:10px;
}

.item_wxgroup{
    max-width: 1920px;
    height: 300px;
    margin: 50px auto;
    background: -webkit-linear-gradient(top, #ffd3c4, #ff8b64);
    overflow: hidden;
}
.item_wxgroup_box{
    width: 1000px;
    height: 200px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.item_wxgroup_box_p{
    width: 450px;
    height: 200px;
}
.item_wxgroup_box_p p{
    font-size: 22px;
    line-height: 65px;
    color: #885c5c;
}
.item_wxgroup_box_img{
    width: 200px;
}
.item_bsks{
    width: 1000px;
    border: 2px solid #ff8d65;
    background: -webkit-linear-gradient(top, #fff, #ffe6dd);
    border-radius: 15px;
    margin: 50px auto;

}
.item_bsks_lx{
    width: 1000px;
    margin: 25px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}
.item_bsks_lx_one{
    width: 210px;
    height: 65px;
    background: url(images/pp.png) top center no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
}
.item_bsks_lx_one2{
    width: 210px;
    height: 65px;
    background: url(images/org.png) top center no-repeat;
    background-size: 100%;
    font-weight: bold;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
}
.item_bsks_nr{
    width: 900px;
    height: 75px;
    margin: 50px auto;
    font-size: 18px;
    line-height: 36px;
}
.item_ask{
    width: 1000px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}
.item_ask a{
    width: 300px;
    height: 50px;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, rgb(248, 183, 62), #f75752);
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}
.item_bsrhx{
    width: 1000px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.item_bsrhx_box{
    width: 460px;
    height: 160px;
    background: url(images/bgdiv.jpg) top center no-repeat;
    background-size: 100%;
    margin-top: 15px;
}
.item_bsrhx_box_p1{
    font-size: 28px;
    font-weight: bold;
    color: #081d64;
    margin: 50px 0 0 35px;
}
.item_bsrhx_box_btm{
    width: 90%;
    height: 28px;
    margin: 15px auto;
    font-size: 22px;
    color: rgb(122, 122, 122);
    letter-spacing: 1px;
    display: flex;
    justify-content:end;
    flex-wrap: nowrap;
    align-items: center;
}
.item_bsrhx_box_btm_line{
    width: 80px;
    border: 1px solid rgb(122, 122, 122);
}
.item_bsrhx_box_btm a{
    display: block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 25px;
    color: rgb(122, 122, 122);
    font-size: 16px;
}
.item_jyfx{
    width: 1000px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.item_jyfx_one{
    width: 450px;
    height: 180px;
    border-top: 8px solid #aa89bd;
    background: -webkit-linear-gradient(top, #dbcde3, #fff);
}
.item_jyfx_one_zt{
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin: 25px;
}
.item_jyfx_one_zy{
    font-size: 22px;
    margin-left: 25px;
    font-size: 22px;
    color: rgb(50, 48, 61);

}
.item_zd{
    width: 700px;
    border: 2px solid #ff8d65;
    margin: 50px auto;
    border-radius: 15px;
    padding: 15px 0;
}
.item_zd_p1{
    text-align: center;
    font-size: 28px;
    color: rgb(88, 88, 88);
}
.item_zd_p2{
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.item_lesson_table_div{
    width: 1000px;
    margin: 50px  auto;
    background: #fff;
    font-size: 16px;
    margin-top: 50px;
}
.item_lesson_table_div table{
    width: 100%;
}
.item_lesson_table_div table tr td {
    padding: 10px 2px;
    border: 1px solid #bdbdbd;
}










.item_change_title{
	background-image: -webkit-linear-gradient(left, #aa89bd, #521174);
    -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: #aa89bd;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}
.item_city_div_one:hover{
    font-size: 26px;
    background: #62128a;
}
.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: 25px;
    font-size: 16px;
}
.item_city_con_box_city p span{
    color: #aa89bd;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #aa89bd;
    font-weight: bold;
}
.item_bottom2{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom2 img{
    width: 100%;
}
.four_box{
width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	position: absolute;
    bottom: 10px;
}
.item_ask2{
    width: 600px;
    height: 50px;
    margin: 25px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}
.item_ask2 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;
	font-weight:bold;
    
}
  .item_jlmb_div{
      width: 1000px;
      margin: 50px auto;
      padding: 25px;

  }
  .item_jlmb_ul li{
    width: 100%;
    font-size: 12px;
    line-height: 30px;
}
.item_jlmb_ul li img{
    position: relative;
    top: 4px;
}
.item_jlmb_ul li a{
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
}
.item_jlmb_ul li a:nth-child(1){
    display:inline-block;
    text-align: left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
   
}
.item_jlmb_ul li {
    list-style: none;
    width: 49.5%;
    float: left;
    height: 40px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
	    margin:10px 0;
}
.item_jlmb_ul li img {
    position: relative;
    top: 2px;
    width: 20px;
    margin-right: 5px;
}
.bank_b {
    margin: 0 25px 0 5px;
}
.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    display: none;
    z-index: 10;
}

.s4 {
    width: 600px;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.1rem rgb(0, 0, 0, 0.3);
    border-radius: 0.5rem;
    position: relative;
    top: 50%;
    margin: 0 auto;
    margin-top: -180px;
}

.close {
    position: absolute;
    right: -50px;
    top: -50px;
    width: 40px;
    transition: 0.5s;
    cursor: pointer;
}

.close:hover {
    transform: rotate(180deg);
}

.s4 .topQh {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
}

.s4 .topQh span {
    margin: 0 0.2rem;
    font-weight: bold;
    letter-spacing: 0.04rem;
    cursor: pointer;
}

.s4 .topQh span.check {
    color: #F60000;
}

.form {
    width: 500px;
    margin: 0 auto;
    display: none;
    overflow: hidden;
}

.form>input {
    width: 100%;
    height: 50px;
    background: #EEEEEE;
    border: 0;
    outline: 0;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 18px;
    display: block;
    margin: 0 auto 10px;
}

.form p {
    margin-bottom: 10px;
    height: 50px;
}

.form p input {
    height: 50px;
    background: #EEEEEE;
    border: 0;
    outline: 0;
    border-radius: 0.1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
    width: 400px;
    padding-left: 15px;
    font-size: 18px;
    box-sizing: border-box;
}

.form p span {
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    width: 2rem;
    height: 0.8rem;
    display: block;
    float: right;
    background: #F60000;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.3rem;
}

.form p select {
    width:100%;
    height: 50px;
    border: 0;
    outline: 0;
    border-radius: 5px;
    float: left;
    padding-left: 15px;
    font-size: 18px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #EEEEEE;
    color: #777;
}

.form p select:nth-child(2) {
    float: right;
}

.form input[type="button"] {
    width: 2.5rem;
    height: 0.8rem;
    background: #F60000;
    color: #fff;
    display: block;
    margin: 0.3rem auto 0.4rem;
    border-radius: 0.5rem;
    font-size: 0.35rem;
    font-weight: bold;
    letter-spacing: 0.08rem;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
}



