<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;
}

.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%;
  }
 .container{
    max-width: 1920px;
    margin: 0 auto;
    background: url(images/bg.jpg) top center no-repeat #fdfeff;
    background-size: 100%;
    overflow: hidden;
 }

.item_top{
    width: 80%;
    margin: 100px auto;
    
}
.item_top img{
    width: 100%;
    display: block;
}
.container_main{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.item_gdjy{
    width: 700px;
    height:650px;
    background: url(images/gdjybg.png) top center no-repeat;
    background-size: 100%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 62px;
    box-sizing: border-box;
    padding: 100px 110px 0 50px;
    letter-spacing: 2px;
    margin-right: -50px;
}
.item_gdjy span{
    font-size: 40px;
    font-weight: bold;
    color: #f52e2edc;
}
.item_jypx{
    width: 900px;
    margin: 50px auto;
    background: url(images/jypxbg.png) top center no-repeat;
    background-size: 100%;
    height: 1270px;
    overflow: hidden;
}
.item_jypx_title{
    width: 80%;
    margin: 130px auto 0;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.item_jypx_title2{
    width: 80%;
    margin: 15px auto 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.item_jypx_dq{
    width: 650px;
    height: 80px;
    background: url(images/txbg.png) top center no-repeat;
    background-size: 100%;
    margin: 20px auto 0;
    position: relative;
    z-index: 1;
}
.item_jypx_dq_circle{
    width: 90px;
    height: 90px;
    background: url(images/circle.png) top center no-repeat;
    background-size: 100%;
}
.item_jypx_dq p{
    float: left;
    line-height: 60px;
}
.item_jypx_dq_p1{
    margin-left: 50px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.item_jypx_dq_p2{
    margin-left: 50px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.item_jypx_dq_p3{
    margin-left: 65px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.item_jypx_dq_circle{
    position: absolute;
    left: 550px;
    top: -15px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
}
.item_jypx_title3{
    width: 80%;
    margin: 15px auto 0;
    font-size: 30px;
    font-weight: bold;

}
.item_jypx_title3 p{
    color: #d41d1d;
}
.item_jypx_title4{
    font-size: 16px;
    color: #999;
    margin-top: 80px;
    text-indent:35%;
}
.item_fw{
    width: 900px;
    margin: 50px auto;
    background: url(images/fwbg.png) top center no-repeat;
    background-size: 100%;
    height: 825px;
    overflow: hidden;
}
.item_fw_title{
    width: 80%;
    margin: 110px auto 0;
}
.item_fw_title img{
    width: 100%;
}
.item_fw_line{
    width: 700px;
    height: 60px;
    margin: 30px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.item_fw_line img{
    width: 65px;
    margin-left: 25px;
}
.item_fw_line p{
    font-size: 32px;
    font-weight: bold;
    margin-left: 50px;
    color: #333;
}
.item_lesson{
    width: 1000px;
    margin: 50px auto;
    overflow: hidden;
}
.item_lesson_title{
    width: 750px;
    margin: 0 auto;
}
.item_lesson_title img{
    width: 100%;
}
.item_lesson_table_div{
    width: 1000px;
    margin: 50px auto 0;
    background: #fff;
    font-size: 16px;
}
.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_xz{
    width: 950px;
    margin: 50px auto;
}
.item_xz img{
    width: 100%;
}







.foot { width:100%; background-color:#333 }
.dwindex_foot{
height: auto;
margin: 0 auto;
background: #333;
padding: 1px;
}
.dwindex_foot_div{
   width: 1100px;
   height: auto;
   margin: 30px auto;
}
.dwindex_foot_left{
   width: 250px;
   height: auto;
   float: left;
}
.dwindex_foot_right{
   width: 790px;
   height: auto;
   float: right;
   border-left: 1px solid #999;
   padding-left: 50px;
}
.dwindex_foot_title{
   font-size: 16px;
   font-weight: bold;
   color: #eee;
}
.dwindex_foot_title2{
   margin-top:20px;
}
.dwindex_foot_right_con{
   width: 100%;
   display: flex;
   justify-content: space-between;
   flex-wrap: nowrap;
}
.dwindex_foot_right_con_item{
   width: 150px;
   height: 200px;
   text-align: center;
   margin-top:15px;
}
.dwindex_foot_right_con_item img{
   margin-top:15px;
}
.dwindex_foot_right_con_item p{
   font-size: 12px;
   color: #999;
}
.dwindex_foot_left p a{
   text-decoration: none;
   color: #999;
}
.dwindex_foot_hotline{
   color: #999;
   font-weight: bold;
   margin-top:20px;
}
.foot_year{
text-align:center;

}
.foot_year img{
width:100%}

</pre></body></html>