<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;
}
.clear{
    clear: both;
}
a{
    text-decoration: none;
    color: #333;
}
p{
    color: #333;
}
body{
    min-width: 1200px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.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;
  }
  .topbg{
      max-width: 1920px;
      padding: 50px 0 0 0;
      background: url("images/topbg.jpg") top center no-repeat rgb(33,53,78);
      background-size: 100%;
      border: 1px solid;
  }
  .topbg_div,.topbg_div2{
      margin: 0 auto;
      width: 1000px;
      text-align: center;
  }
  .topbg_div2 {
      margin-top: 120px;
      padding-bottom: 30px;
  }
  .item_why{
      max-width: 1920px;
      background: url("") top center no-repeat;
      background-size: 100%;
  }
  .item_why_box{
      width: 1000px;
      height: 350px;
      margin: 0px auto;
      margin-top: 50px;
      position: relative;
  }
  .item_why_box_one{
      width: 190px;
      height: 240px;
      background-size: 100%;
      box-sizing: border-box;
      padding-top: 1px;

  }
  .one1{
    background:url("images/one1.png") top center no-repeat;
  }
  .one2{
    background:url("images/one2.png") top center no-repeat;
    position: absolute;
    left: 190px;
    top: 50px;
  }
  .one3{
    background:url("images/one3.png") top center no-repeat;
    position: absolute;
    left: 380px;
    top: 100px;
  }
  .one4{
    background:url("images/one4.png") top center no-repeat;
    position: absolute;
    left: 570px;
    top: 50px;
  }
  .one5{
    background:url("images/one5.png") top center no-repeat;
    position: absolute;
    left: 760px;
    top: 0px;
  }
  .item_why_box_one p{
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      margin-top: 15px;
      margin-left: 25px;
  }
  .item_why_box_one_p1{
      margin-top: 80px !important;
  }
  .item_why_box_one_a{
      width:80%;
      font-size: 14px;
      padding: 4px 0;
      text-align: center;
      display: block;
      color: #fff;
      background: rgb(248, 123, 39);
      margin: 0 auto;
      margin-top: 10px;
  }
  .item_bank{
      max-width: 1920px;
      margin: 0 auto;
      background:url("images/bankbg.jpg") top center repeat;
      background-size: 100%;
      padding: 1px 0;
  }
  .item_bank_title{
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      color: #333;
      margin-top: 50px;
      letter-spacing: 5px;
  }
  .item_bank_box{
      width: 1000px;
      margin: 50px auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      
  }
  .item_bank_box_one{
      width: 290px;
      height: 40px;
      background: rgb(121, 119, 119);
      text-align: center;
      color: #fff;
      line-height: 40px;
      font-size: 20px;
      margin-left: 30px;
      margin-top: 15px;
  }
  .item_bank_title2{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-top: 50px;
    letter-spacing: 5px;
  }
  .item_bank_box2{
      width: 1000px;
      margin: 50px auto;
      display: flex;
      justify-content: space-around;
  }
  .item_bank_box2_one{
      width: 300px;
      display: flex;
      justify-content: center;
      align-items: center;

  }
  .item_bank_box2_one img{
      margin-right: 20px;
  }
  .item_bank_box2_one p{
      font-size: 22px;
      color: #333;
  }
  .item_learn{
      max-width: 1920px;
      padding: 1px 0;
      background: url('images/learn1.jpg') top center no-repeat rgb(31 45 94);
      background-size: 100%;
  }
  .item_learn_title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
    letter-spacing: 5px;
  }
  .item_learn_box{
      width: 1000px;
      height: 380px;
      margin: 50px auto;
      background: url('images/learn_bg1.png') top center no-repeat;
      background-size: 100%;
      position: relative;
  }
  .item_learn_box_one{
      width: 190px;
      height: 160px;
      text-align: center;
      font-size: 16px;
  }
  .item_learn_box_one p{
    color: #fff;
    margin-top: 20px;
  }
  .learn_one1{
      position: absolute;
      top: 210px;
      left: 15px;
  }
  .learn_one2{
    position: absolute;
    top: 190px;
    left: 220px;
}
.learn_one3{
    position: absolute;
    top: 170px;
    left: 415px;
}
.learn_one4{
    position: absolute;
    top: 150px;
    left: 600px;
}
.learn_one5{
    position: absolute;
    top: 130px;
    left: 800px;
}
.item_learn_box_a{
    position: absolute;
    top: 330px;
    right: 30px;
    display: block;
    padding: 5px 20px;
    background: rgb(248, 123, 39);
    color: #fff;
    font-weight: bold;
}
.item_lesson{
    max-width: 1920px;
    margin: 0 auto;
    background: url('images/learn2.jpg') top center repeat;
    background-size: 100%;
    padding: 1px 0;
    padding-bottom: 1px;
}
.item_lesson_title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
    letter-spacing: 5px;
}
.item_lesson_title2{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 50px;
    letter-spacing: 5px;
}
.item_lesson_table_div{
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    font-size: 14px;
    margin-top: 50px;
}
.item_lesson_table_div table{
    width: 100%;
}
.item_lesson_table_div table tr td {
    padding: 5px 2px;
    border: 1px solid #bdbdbd;
}
.item_lesson_table_div table tr td a:nth-child(1) {
    background: rgb(106 204 251);
    color: #fff;
    padding: 2px;
}
.item_lesson_table_div table tr td a:nth-child(2) {
    margin-left: 5px;
    background: rgb(47 169 239);
    color: #fff;
    padding: 2px;
    cursor: pointer;
}
.item_ask{

}
.item_lesson_a{
    display: block;
    padding: 5px 20px;
    background: rgb(248, 123, 39);
    color: #fff;
    font-weight: bold;
    width: 200px;
    margin: 50px auto;
    text-align: center;
}
.item_service{
    max-width: 1920px;
    border: 1px solid #fff;
    margin: 0 auto;
}
.item_service_title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-top: 50px;
    letter-spacing: 5px;
}
.item_service_title2{
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-top: 50px;
    letter-spacing: 5px;
}
.item_service_box{
    width: 1000px;
    height: 320px;
    margin: 50px auto;
    background: url('images/servicebg.jpg') top center no-repeat;
    background-size: 100%;
    position: relative;
}
.item_service_box_one{
    width: 250px;
    height: 100px;
    line-height: 26px;
}
.service1{
    position: absolute;
    top: 200px;
    left: 40px;
}
.service2{
    position: absolute;
    top: 200px;
    left: 360px;
}
.service3{
    position: absolute;
    top: 200px;
    left: 710px;
}
.item_lx{
    max-width: 1920px;
    margin: 0 auto;
    border: 1px solid;
    background: url('images/lxbg.jpg') top center repeat;
    background-size: 100%;
    padding-bottom: 50px;
}

.item_lx_title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
    letter-spacing: 5px;
}
.item_bottom{
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
    border: 8px solid #8de2d1;
    margin-top: 50px;
}
.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: #48cdb2;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}
.item_city_div_one:hover{
    font-size: 26px;
    background: #069679;
}
.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: 15px;
    margin-right: 150px;
}
.item_city_con_box_p{
    line-height: 210px;
    margin-left: 150px;
}
.item_city_con_box_city{
    margin-left: 100px;
}
.item_city_con_box_city p{
    margin-top: 17px;
    font-size: 16px;
    color: #fff;
}
.item_city_con_box_city p span{
    color: #48cdb2;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #48cdb2;
    font-weight: bold;
}

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

.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: 5px;
    margin: 0 auto;
    top:15%;
    padding: 1px;
    
}
#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: 33px;
margin: 16px auto;

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

}

.form_line_t{
margin-top: 60px;
}
.huoqu{
width: 30%;
height: 35px;
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 */
}
.yanzheng{
width: 48%;
height: 30px;
float: right;
border: 1px solid #bdbdbd;
border-radius: 5px;
box-shadow: 0 3px 10px 1px #dcdcdc;
}
.baoming{
width: 60%;
height: 30px;
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);/* Â±ÃªÃ—Â¼*/

}
.form_line select,option{
height: 34px;
width: 78%;
float: right;
border: 1px solid #bdbdbd;
border-radius: 5px;
box-shadow: 0 3px 10px 1px #dcdcdc;
}
.item_code{
    width: 1100px;
    margin: 50px auto;
    background: -moz-linear-gradient(top,  #cfc4b3  0%, #f9f3ec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfc4b3 ), color-stop(100%,#f9f3ec));
    background: -webkit-linear-gradient(top,  #cfc4b3  0%,#f9f3ec 100%);
    background: -o-linear-gradient(top,  #cfc4b3  0%,#f9f3ec 100%);
    background: -ms-linear-gradient(top,  #cfc4b3  0%,#f9f3ec 100%);
    background: linear-gradient(to bottom,  #cfc4b3  0%,#f9f3ec 100%);
    display: flex;
    justify-content: center;
}
.item_code_l{
    width: 50%;
}
.item_code_r{
    width: 45%;
    display: flex;
    align-items: center;
}
.item_code_r img{
    width: 200px;
    border: 15px solid #b4b1ac;
    border-radius: 10px;
    margin: 50px 0 50px 150px;
}
.item_code_l p{
    background-image: -webkit-linear-gradient(left, #584e4e, #cbcedf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 1px;
}
.item_code_l p:nth-child(1){
    margin-top: 75px;
}.item_ask1{
	width:600px;
	margin:50px auto;
	display:flex;
	justify-content:space-around;
}
.item_ask1 a{
	display:block;
	width:220px;
	height:40px;
	 background: rgb(248, 123, 39);
    color: #fff;
    font-weight: bold;
	line-height:40px;
	text-align:center;
}</pre></body></html>