<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;
    background: url(images/bg.jpg) top center no-repeat #f0e7e0;
    background-size: 100%;
}
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;
    height: auto;
    margin: 0 auto;
}
.item_top{
    width: 70%;
    margin: 50px auto 0;
}
.item_top img{
    width: 100%;
}
.item_red{
    width: 1000px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    background: url(images/redbg.png) top center no-repeat;
    background-size: 100%;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 80px 50px;
}
.redl{
    position: absolute;
    top: -15px;
    left: 25px;
}
.redr{
    position: absolute;
    top: 400px;
    left: 900px;
}
.item_red p{
    font-size: 22px;
    color: #fff;
    line-height: 46px;
}
.item_red_p2{
    margin-top: 40px;
}
.item_red p span{
    font-size: 36px;

}
.item_box{
    width: 1000px;
    margin: 50px auto;
    position: relative;
}
.item_box_title{
    width: 650px;
    height: 96px;
    margin: 0 auto;
    background: url(images/titlebg.png) top center no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 9;
}
.item_box_title p{
    background-image: -webkit-linear-gradient(top, #ffffff, #ffe5b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    line-height: 86px;
}
.item_box_div{
    width: 100%;
    background: url(images/lbg.png) top center no-repeat;
    background-size: cover;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    margin-top: -20px;
    overflow: hidden;
    box-shadow:5px 5px 10px 2px #ffcece;
}
.item_box_div_con{
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 70px;
	padding-bottom:25px;

}
.item_box_div_con_bl{
    width: 900px;
    height: 100px;
    border-radius: 25px;
    background: url(images/blbg.png) top center no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.item_box_div_con_bl img{
    width: 60px;
    margin-left: 50px;
}
.item_box_div_con_bl p{
    font-size: 22px;
    font-weight: bold;
    margin-left: 15px;
    color: #333;
}
.item_box_div_con_wh{
    width: 850px;
	padding:10px;
    border-radius: 25px;
    background: #fff;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow:5px 5px 10px 2px #afafaf;
}
.item_box_div_con_wh img{
    width: 700px;
}
.item_box_div_con_tc{
    width: 900px;
    height: 420px;
    border-radius: 25px;
    background: url(images/lbg.png) top center no-repeat;
    background-size: cover;
    margin: 25px auto;
    position: relative;
}
.item_box_div_con_tc_t{
    width: 200px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    color: #8f4e2e;
    background: url(images/symt.png) top center no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    
}
.tc{
    width: 210px;
    position: absolute;
    top: 92px;
    left: 700px;
}
.item_box_div_con_name{
    width: 140px;
    height: 48px;
    margin: 25px 0 0 50px;
}
.item_box_div_con_name p:nth-child(1){
    font-size: 36px;
    font-weight: bold;
    color: #8f4e2e;
    letter-spacing: 8px;
    float: left;
}
.item_box_div_con_name p:nth-child(2){
    font-size: 26px;
    font-weight: bold;
    color: #8f4e2e;
    float: right;
}
.item_box_div_con_d{
    width: 600px;
    margin: 50px 0 25px 50px;
}
.item_box_div_con_d p{
    margin-bottom: 15px;
    line-height: 30px;
}
.item_box_div_con_xz{
    width: 900px;
    height: 80px;
    background: url(images/xz.png) top center no-repeat;
    background-size: cover;
    margin: 25px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item_box_div_con_xz img{
    width: 650px;
    margin-left: 25px;
}
.item_box_div_con_xz_div{
    width: 200px;
    height: 80px;
    border-radius: 40px;
    background: url(images/circle.png) center  center no-repeat;
    background-size: cover;
}
.item_box_div_con_xz_div a{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;

}
.item_box_div_con_xz_div a:nth-child(1){
    margin-top: 15px;
}
.item_box_div_title2{
    width: 600px;
    margin: 25px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    color: #8f4e2e;
}
.item_box_div_title2 img{
    width: 60px;
    margin: 0 25px;
}
.item_box_div_box2{
    width: 900px;
    border-radius: 25px;
    margin: 0 auto 25px;
    background: url(images/box2bg.png) center  center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 25px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 32px;

}
.item_flag{
    width: 1000px;
    border-radius: 25px;
    margin: 165px auto 50px;
    position: relative;
    z-index: 9;
    background: #fff;
}
.item_flag_imgbg{
   width: 1200px;
   position: absolute;
   z-index: -1;
   top: -100px;
   left: -50px;
}
.item_flag_box{
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 9;
    border-radius: 25px;
    overflow: hidden;
}
.item_flag_box_title{
    display: block;
    margin: 50px auto;
    width: 500px;
}
.item_flag_div{
    width: 900px;
    height: 140px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 50px auto;
    border-radius: 70px;
    background: #f0e6e7;
    
}
.item_flag_div_l{
    width: 150px;
    height: 100px;
    margin:0 50px 0 50px;
}
.item_flag_div_r{
    width: 550px;
    height: 100px;
    margin-left: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #69271f;
    font-size: 20px;
    line-height: 32px;
}
.item_flag_div_l p{
    font-size: 26px;
    text-align: center;
    color: #e6282d;
    font-weight: bold;
}
.item_flag_div_l p:nth-child(1){
    margin-top: 10px;
}
.item_box_div_con_title3{
    width: 900px;
    margin: 25px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.item_box_div_con_title3 img{
    width: 50px;
}
.item_box_div_con_title3 p{
    color: #e6282d;
    font-size: 36px;
    font-weight: bold;
    margin-left: 25px;
}
.item_box_div_con_box{
    width: 900px;
    border-radius: 25px;
    margin: 5px auto 0;
    background: url(images/box2bg.png) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 15px 25px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}
.dw_lessonPic{
    width: 900px;
    height:400px;
    margin: 50px auto 0;
}
.dw_lessonPic_one{
width:300px !important;
}
.dw_lessonPic_one p{
text-align:center;
}
.dw_lessonPic_one p img{
width: 288px;
text-align:center;
}
.sec_img{margin-top:15px !important;}
.item_bt{
	width:650px;
	margin:50px auto;
}
.item_bt 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>