<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
body{
	min-width:1200px;
}
p{
    color: #333;
}
.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;
  }
.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;
	font-size: 16px;
}

.clear{
    clear: both;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
  }
.item_banner{
    max-width: 1920px;
    margin: 0 auto;
    background: url('images/bg.jpg') top center no-repeat;
    background-size: cover ;
    overflow: hidden;

}
.item_topbg{
    width: 100%;

}
.item_topbg img{
    display: block;
    width: 1100px;
    margin: 15px auto;
}
.bannertitle{
    width: 800px;
    margin: 50px auto;
    box-sizing: border-box;
    padding:0 50px;
}
.bannertitle img{
    width: 100%;
}
.item_part{
    width: 1100px;
    margin: 50px auto;
    border-radius: 25px;
    background: #fff;
    overflow:hidden;
    
}
.item_part_title{
    margin: 50px auto 0;
    width: 800px;
    display: flex;
    justify-content: center;
    align-items:center;
}
.item_part_title p{
    font-size: 36px;
    font-weight: bold;
    color: #5f5f5f;
    margin: 0 20px;
}
.title_m{
    text-align: center;
    margin: 25px auto;
    font-size: 20px;
    font-weight: bold;
    color: #5f5f5f;
}

.item_table{
    width: 1050px;
    margin: 50px auto;
    background: #fff;
    border-radius: 15px;
}
.tablebox1{
    border: 25px solid #e94545;
}
.tablebox2{
    border: 25px solid #6fd6d6;
}
.tablebox3{
    border: 25px solid #f6d14c;
}
.tablebox4{
    border: 25px solid #f6654c;
}
.item_table_title{
    width: 300px;
    height:80px;
    margin: 0 auto;
    border-radius: 0 0 15px 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.item_table_title1{
    background:linear-gradient(to right,#e94545,#e83a3a);
}
.item_table_title2{
    background:linear-gradient(to right,#6fd6d6,#54cece);
}
.item_table_title3{
    background:linear-gradient(to right,#f6d14c,#f4c82d);
}
.item_table_title4{
    background:linear-gradient(to right,#f6654c,#f44a2d);
}
.item_table_title img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.item_table_top{
    width: 750px;
    margin: 25px auto;
}
.item_table_top img{
    width: 100%;
}
.item_table_box{
    width: 850px;
    margin: 50px auto;
}
.item_table_box th{
    box-sizing: border-box;
    color: #fff;
    padding: 15px 0;
    border: 1px solid #ff9bca;
}
.item_table_box td{
    box-sizing: border-box;
    padding: 15px 0;
    border: 1px solid #ff9bca;
    text-align: center;
}
.item_table_box td a{
    font-weight: bold;
}
.item_table_box1 td a{
    color: #e83a3a;
}
.item_table_box2 td a{
    color: #6fd6d6;
}
.item_table_box3 td a{
    color: #f6d14c;
}
.item_table_box4 td a{
    color: #f44a2d;
}
.item_table_ask{
    width: 800px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.item_table_ask a{
    display: block;
    width: 270px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.item_table_ask1 a{
    background:linear-gradient(to right,#f87373,#e83a3a);
}
.item_table_ask2 a{
    background:linear-gradient(to right,#6fd6d6,#54cece);
}
.item_codebox{
    width: 1050px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_codebox img{
    width: 200px;
}
.item_codebox p{
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin-right: 150px;
}
.item_codebox_ztc{
    width: 700px !important;
    display: block;
    margin: 25px auto;
}
.item_part_sf{
    width: 800px;
    margin: 50px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.item_part_sf a{
    display: block;
    width: 150px;
    height:50px;
    line-height:50px;
    text-align: center;
    border: 1px solid #dbdbdb;
    font-weight: bold;
    color: #e83a3a;
}
.item_nxs{
    width: 100%;
    background: url(images/nxsbg.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 50px 0;
}
.item_nxs_p1{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.item_nxs_p2{
    text-align: center;
    margin: 25px auto;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.item_part_sf2 a{
    background: #fff;
}
.item_jybg{
    max-width: 1920px;
    margin: 0 auto;
    background: url(images/bg.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.item_jysa{
    width: 1100px;
    margin: 50px auto;
    border-radius: 25px;
    overflow: hidden;
    background: url(images/arr.png) top left no-repeat #fff;
    background-size: contain;
}
.item_jysa_box{
    width: 780px;
    margin: 50px 0 50px 250px;
    
}
.item_jysa_box_one{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.item_jysa_box_one_l{
    width: 290px;
}
.item_jysa_box_one_r{
    width: 480px;
}
.item_jysa_box_one_l_t{
    font-size: 40px;
    font-weight: bold;
}
.item_jysa_box_one_l_t1{
    color: #276fe5;
}
.item_jysa_box_one_l_t2{
    color: #28d3eb;
}
.item_jysa_box_one_l_t3{
    color: #e3193f;
}
.item_jysa_box_one_l_t4{
    color: #fe5e5e;
}
.item_jysa_box_one_l_td{
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}
.item_jysa_box_one_l_td1{
    color: #276fe5;
}
.item_jysa_box_one_l_td2{
    color: #28d3eb;
}
.item_jysa_box_one_l_td3{
    color: #e3193f;
}
.item_jysa_box_one_l_td4{
    color: #fe5e5e;
}
.item_jysa_box_one_r_div{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.item_jysa_box_one_r_div a{
    display: block;
    padding: 8px 5px;
    height:30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}
.item_jysa_box_one_r_div_a1{
    background: #276fe5;
    color: #fff;
}
.item_jysa_box_one_r_div_a2{
    background: #28d3eb;
    color: #fff;
}
.item_jysa_box_one_r_div_a3{
    background: #e3193f;
    color: #fff;
}
.item_jysa_box_one_r_div_a4{
    background: #fe5e5e;
    color: #fff;
}
.item_lesson{
    width: 1100px;
    margin: 50px auto;
    border-radius: 25px;
    overflow: hidden;
    background:#fff;
    background-size: contain;
}
.item_bk_tab2{
    width: 900px;
    margin: 50px auto;
    background: #fff;
    margin-top: 50px;
}
 .item_bk_tab2 tr td{
    padding:5px 2px;
	border:1px solid #bdbdbd;
}









.item_bottom{
    max-width: 1920px;
    margin: 0 auto;
    background: url('images/bottom.jpg') top center no-repeat;
    background-size: cover ;
    padding: 50px 0;
    text-align: center;
}
.item_bottom img{

}
.zhezhao{
    position: fixed;
    left: 0px;
    top: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    display:none;
    
}
.tankuang{
    position: relative;
    background: #fff;
    width: 600px;
    height:400px;
    border-radius: 25px;
    margin: 0 auto;
    top:15%;
    padding: 1px;
	background: -webkit-linear-gradient(bottom, #fff, #f1f1f1);
    
}
#header{
    height: 40px;
}
#header-right{
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: red;
    color: #fff;
    right: 15px;
    top: 15px;
    text-align: center;
    cursor: pointer;
}
.form_line{
width: 80%;
height: 40px;
margin: 16px auto;

}
.form_line p{
float: left;
width: 20%;
margin-top: 7px;
}
.form_line .name,.number,.bank,.province{
width: 78%;
height: 40px;
float: right;
border: 1px solid #bdbdbd;
border-radius: 5px;
box-shadow: 0 3px 10px 1px #dcdcdc;
border:none;

}

.form_line_t{
margin-top: 60px;
}
.huoqu{
width: 30%;
height: 42px;
float: right;
background: #00cccc;
color: #fff;
font-size: 16px;
border: none;
border-radius:5px;
box-shadow: 0 3px 10px 1px #dcdcdc;
background:linear-gradient(to right,#41ffdc,#29aaf5);/* ±ê×¼*/
background:-webkit-linear-gradient(left,#41ffdc,#29aaf5);/* Safari 5.1 - 6.0 */
background:-o-linear-gradient(right,#41ffdc,#29aaf5);/* Opera 11.1 - 12.0 */
background:-moz-linear-gradient(right,#41ffdc,#29aaf5);/* Firefox 3.6 - 15 */
font-weight:bold;
}
.yanzheng{
width: 48%;
height: 40px;
float: right;
border: 1px solid #bdbdbd;
border-radius: 5px;
box-shadow: 0 3px 10px 1px #dcdcdc;
border:none;
}
.baoming{
width: 60%;
height: 40px;
background: #00cccc;
color: #fff;
font-size: 16px;
border: none;
margin-left: 20%;
margin-top: 15px;
border-radius:5px;
box-shadow: 0 3px 10px 1px #dcdcdc;
background:-webkit-linear-gradient(left,#29aaf5,#41ffdc);/* Safari 5.1 - 6.0 */
background:-o-linear-gradient(right,#29aaf5,#41ffdc);/* Opera 11.1 - 12.0 */
background:-moz-linear-gradient(right,#29aaf5,#41ffdc);/* Firefox 3.6 - 15 */
background:linear-gradient(to right,#29aaf5,#41ffdc);/* ±ê×¼*/
font-weight:bold;

}
.form_line select,option{
height: 40px;
width: 78%;
float: right;
border: 1px solid #bdbdbd;
border-radius: 5px;
box-shadow: 0 3px 10px 1px #dcdcdc;
border:none;
}
</pre></body></html>