*{
    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: 700px;
    margin: 50px auto;
}
.item_title img{
    width: 100%;
}
.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: 220px;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #aa89bd;
}
.item_bank_one_btm_con_time{
    position: absolute;
    top:120px;
    left: 50%;
    margin-left: -110px;
}
.item_bank_one_btm_con_bs{
    position: absolute;
    top:170px;
    left: 50%;
    margin-left: -110px;
}
.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/cz.png) top center no-repeat;
    background-size: 100%;
    margin-top: 15px;
}
.item_bsrhx_box_p1{
    font-size: 36px;
    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: space-around;
    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: 17px;
    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%;
}
.item_ksgl_box{
    width: 420px;
    height: 100px;
    position: relative;
    background: -webkit-linear-gradient(top, #d59cff, #6b69ec);
    margin-bottom: 15px;
}
.item_ksgl_box_a{
    display: block;
    width: 76px;
    height: 76px;
    background: #f7b1fd;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #3b6fd2;
    position: absolute;
    left: 390px;
    top: 12px;
}
.item_ksgl_box_bank{
    font-size: 20px;
    font-weight: bold;
    line-height: 100px;
    color: rgb(217, 238, 245,0.3);
    position: absolute;
    top: 0;
    left: 25px;
}
.item_ksgl_box_join{
    font-size: 36px;
    letter-spacing: 2px;
    color: rgb(217, 238, 245);
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 140px;

}
.item_title_lesson{
	text-align: center;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #aa89bd;
}
.item_btm_t{
    width:800px;
    text-align: center;
    margin: 50px auto;
    font-size: 36px;
    font-weight: bold;
    
}
.item_btm_t p{
    background-image: -webkit-linear-gradient(left, #584e4e, #e390ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 1px;

}
