@charset "utf-8";
/* CSS Document */

 

body {
	overflow-y: scroll;
	
}
textarea, input, select, option, p, span{
	font-size: 14px;
	color: #333;
	font-family: SimSun;
}
span{
/* 	line-height: 27px; */
llyzz
	letter-spacing: 1px;}
h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, ol, ul, dl, dd, p, textarea, input, select, option, form {
	margin: 0;
}
ol, ul, textarea, input, option, th, td {
	padding: 0;
}
textarea {
	overflow: auto;
	resize: none;
}

   .flex-container {
        display: flex;
        justify-content: center;
        padding-top: 5px;
    }


/* ==============正文标题样式============= */


/* ==============折叠元素块样式============= */

      .new-block9 {
            width: 860px;
            height: 300px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            border-radius: 9px;
            border: #EFEFEF 3px solid;
            background-color: #f1f1f1;
            BORDER-RIGHT: 3px outset;
            BORDER-TOP: 3px outset;
            BORDER-LEFT: 3px outset;
            BORDER-BOTTOM: 3px outset;
            position: relative;
overflow: hidden;
            background-image: url('./images/ypbbg2.png');
            background-repeat: repeat-y;
            background-size: cover;
            margin-top: 5px;
        }


       .mask {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 15px;
            background: linear - gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

       .new-block9:hover.mask {
            opacity: 1;
        }


/* ==============弹出窗口样式============= */


.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid black;
    border-radius: 9px;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.popup.show {
    display: block;
    opacity: 1;
}

.close-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
}



/* ==============播放页播放器样式============= */


      .centercss {
            margin: 0 auto;
            text-align: center;
            padding: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #controls {
            display: none;
            display: flex;
            justify-content: center;
            margin-bottom: 5px;
        }

      .bottom-rounded-box {
            height: auto;
            border: none;
            position: fixed;
            bottom: 140px;
            right: 1%;
            transform: translateX(-1%);
            display: flex;
            flex-direction: column;
 /*            z-index: 999;       */
            transition: height 0.3s ease;
        }

      .progress-bar-container {
            width: 100%;
            margin: 0 auto;
            background-color: #f9f9f9;
            position: relative;
            height: 10px;
            cursor: pointer;
            border-radius: 5px;
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
            z-index: 1;
        }

      .progress-bar-container span {
            content: " ";
            width: 12px;
            height: 12px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background-color: #3e87e8;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -6px;
            margin-left: -6px;
            cursor: pointer;
        }

      .progress-bar {
            background-color: #649fec;
            width: 0%;
            height: 10px;
            border-radius: 5px;
            max-width: 100%;
        }

      .bofangqi {
            display: flex;
            justify-content: center;
        }

      .left-section {
            flex: 1;
            text-align: center;
            padding-top: 10px;
            border: 1px solid gray;
            border-radius: 10px;
            background-color: rgba(249, 249, 249, 0.8);
        }

      .center-section {
            flex: 3;
            display: flex;
            flex-direction: column;
            align-items: center;
            border: 1px solid gray;
            border-radius: 10px;
            background-color: rgba(249, 249, 249, 0.8);
            padding-top: 5px;
        }

      .center-section.control-buttons {
            display: flex;
            justify-content: center;
            margin-top: 10px;
        }

      .center-section.control-buttons img {
            width: 40px;
            height: 40px;
            margin: 0 5px;
        }


      .center-section.audio-time span {
            font-size: 12px;
            margin-top: 8px;
        }

      .right-section {
            flex: 1;
            text-align: center;
            padding-top: 10px;
            border: 1px solid gray;
            border-radius: 10px;
            background-color: rgba(249, 249, 249, 0.8);
        }

      .right-section img {
            width: 40px;
            height: 40px;
        }

      .right-section span {
            display: block;
            font-size: 12px;
        }

/* ==============     ============= */



.parent-block {
    width: 1160px;
    margin: 0 auto;  /* 确保父元素水平居中 */
    display: flex;
    justify-content: center;
    border-radius: 9px;  /* 父元素设置圆角 */
}

.element-block {
    width: 1140px;
    margin: 0;  /* 去除原有的 auto 边距 */
    border-top-right-radius: 9px;  /* 右上圆角 */
    border-bottom-right-radius: 9px;  /* 右下圆角 */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
background-color: #f1f1f1;
BORDER-RIGHT: 3px outset; 
BORDER-TOP: 3px outset; 
BORDER-LEFT: 0px outset; 
BORDER-BOTTOM: 3px outset; 
}

.item a {
    display: inline;
}

.text2 {
    width: 20px;
    padding: 10px;
    border-top-left-radius: 9px;  /* 左上圆角 */
    border-bottom-left-radius: 9px;  /* 左下圆角 */
background-color: #f1f1f1;
BORDER-RIGHT: 1px outset; 
BORDER-TOP: 3px outset; 
BORDER-LEFT: 3px outset; 
BORDER-BOTTOM: 3px outset; 
    line-height: 25px; 
}




div.parent2 {
  width: 1160px;
  height: 150px;
  background-image: url('images/hengtu2.jpg');  
  background-size: cover;  

  left: 50%;  
  top: 0px; 
  transform: translateX(-50%);  
  position: relative;
  border: 0;
  border-radius: 9px;
}


div.content2 {
  margin: 10px auto;
  padding: 5px 10px;  
  font-family: 'Microsoft YaHei';
  font-size: 13px;
  font-weight: bold; 
  border: 2px solid lightblue;
  border-radius: 9px;
  text-align: center;
  background-color: rgba(241, 241, 241, 0.8);  
  position: absolute;  
  top: 65%;  
  left: 11%;  
  transform: translate(-50%, -50%);  
  line-height: 20px;  
}





 .custom-link-container {
      position: absolute;
      top: 110px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 999;
    }

   .custom-link-container a {
      display: inline-block;
      margin-right: 10px;
    }
/* ============电脑页面跳转手机版================ */

    #mobilePrompt {
      position: fixed;
      top: 50px;
      width: 96%;
      height: 250px;
      background-color: #f0f0f0;
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    border-radius: 9px;
    }

    #mobilePrompt p {
      margin: 0;
      font-size: 66px;
      padding-left: 10px; 
    }

    #mobilePrompt div {
      margin-top: 20px;  
      display: flex;
      justify-content: center;
    }

    #mobilePrompt button {
      padding: 10px 20px;
      margin: 0 10px;
      font-size: 76px;
      width: 250px;  
      height: 150px;
      display: block;
    border-radius: 9px;
    }

/* ====================================== */

#shouyefen { 
font-size: 20px; 
font-family: 'Microsoft YaHei', Arial, sans-serif;
}

#shouyefen2 { 
font-size: 18px; 
font-family: 'Microsoft YaHei', Arial, sans-serif;
}




img {
	max-width: 100%;
}
ol, ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #333;
}
a img {
	border: none;
}
.img img {
	display: block;
}
form {
	margin: auto, 0;
	padding: 0;
}
p {
	letter-spacing: 1px;
	text-indent: 30px;
	margin: 10px;
	line-height: 27px;
}
.sbold{
	font-weight:bold;
}
.bigbold{
	font-size: 22px;
	font-weight:bold;
}
#quan{
	display: flex;
	flex-direction: column;
	height: 100%;
}

#containerdl {

	float:center;
	flex-direction: row;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	padding: 0;
}





h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
}

.P {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}




#ftnav {
	margin: 0 0 0 0;
 	height: 1px;
	height: 30px;
	clear: both;
}


.search-button {
  background-image: url(images/se3.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  border: none;
  cursor: pointer;
}

/* ============================= */


#header {
	width: 1150px;
	margin: 0 auto;
overflow: hidden; 
}

.toplia{color: #666;}
.toplia:hover{ color:#333; text-decoration:underline;}
.topli{
	float:left;
	margin-left: 10px;
}


#topnav{
float: left;
height: 45px;
padding-left: 20px;
padding-top: 28px;
padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}




#logo {
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 0;
	height: 45px;
	float: left;
	 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}





#search{
	margin: 0 auto;
	padding-top: 105px;
	height: 50px;
	float: right;
	width:400px;
	position: relative;
}


#search form {
  width: 300px;
  height: 85px;
  float: left; 
}

.search_text {
  width: 300px;
  height: 85px;
  line-height: 65px;
  border: none;
}

    #search button {
        position: absolute;
        right: 15px;
        top: 79%;
        transform: translateY(-50%);
    }

/* ============================= */

#nav {
	margin: 0 0 0 0;
	height: 1px;
	clear: both;
text-align: center;

}


#info {
	width: 380px;
	 border:none;
	 height:28px;
border-radius: 10px; 
  border: 3px solid #A9A9A9;
}

.sselect{
	margin:0 auto;
	height:28px;
	width:40px;
	float:left;
	 border:none;
	font-size:14px;
	outline:none;
	filter:chroma(color=#000000);
	padding:0;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari 和 Chrome */
appearance:none;
}

.sselect select{
    background: transparent;
    border:none;
    outline: none;
}
#sselect option{outline:none; width: 40px;}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
#sselect::-ms-expand { display: none; }
	


dd {
	background: #FFF;
	margin: 0px 15px 15px 15px;
	border-bottom: #999 dotted 1px;
	display: inline-block;
	list-style-type: decimal;
	list-style-position: inside;
	vertical-align: top;
	font-weight: normal;
}
#reg {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}




#lly2 {
    margin: 20 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    float: center;
    width: 860px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    border-radius: 9px;
    border: #EFEFEF 3px solid;
    background-color: #f1efe2;
    BORDER-RIGHT: 3px outset;
    BORDER-TOP: 3px outset;
    BORDER-LEFT: 3px outset;
    BORDER-BOTTOM: 3px outset;
    position: relative;
    z-index: 10;
}

#lly2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 450px;
    background-color: #f1efe2; 
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#lly2 h3 {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    color:#000000;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: 0px;
}

#lly2 h2 {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 3px;
    margin-left: -45px;
}


#lly2 ul li {
    margin: 0px 15px 15px 15px;
    border-bottom: 0;
    display: inline-block;
    width: 260px;
    list-style-type: decimal;
    list-style-position: inside;
    vertical-align: top;
}

#lly2 ul {
    width: 900px;
    counter-reset: LIST-ITEMS;
}


#lly h1 {
	font-family: 'Microsoft YaHei', Arial, sans-serif;
 text-align: center;
	 font-size: 21px;
	 font-weight: bold;
	 margin-bottom: 10px;
	 margin-left: 10px;
}

#lly h2 {
	font-family: 'Microsoft YaHei', Arial, sans-serif;
 text-align: center;
	 font-size: 19px;
	 font-weight: bold;
	 margin-bottom: 20px;
	 margin-top: 20px;
	 letter-spacing: 3px;
  margin-left: -45px;
}

#lly h3 {
	font-family: 'Microsoft YaHei', Arial, sans-serif;
 text-align: center;
	 font-size: 16px;
	 font-weight: bold;
	 margin-bottom: 0px;
	 margin-left: 0px;
}






#lly {
    margin: 20 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    float: center;
    width: 860px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    border-radius: 9px;
    border: #EFEFEF 3px solid;
    background-color: #f1f1f1;
    BORDER-RIGHT: 3px outset; 
    BORDER-TOP: 3px outset; 
    BORDER-LEFT: 3px outset; 
    BORDER-BOTTOM: 3px outset; 
    position: relative; 
z-index: 10;
}

#lly::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 450px;
    background-image: url('./images/hjbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;  /* 将底图的 z-index 设置为负数，使其在底层 */
}



#footer {
  width: 600px;
  margin: 0 auto; 
  margin-top: 15px;
  height: 36px;
  text-align: center;  
}

#footer b {  
  font-weight: bold;
}

#bottom{
	height: 50px;
	width: 1080px;
	margin-bottom: 25px;
	margin-top:25px;
}
#boleft {
	float: left;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	margin-top: 10px;
}
#fleft {
	float: left;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
}
#fright {
	float: right;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	word-spacing: 15px;
}
#cate {
	width: 1080px;
	margin: 0 auto;
}
#sy1{
	margin:15px 0 0 0;
	text-align:center;

	}
#wz {
	height: 30px;
	background-image:url(images/banner.png);
	margin-top: 10px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
	letter-spacing: 1px;
}

.boli{
	float:left;
	margin-right:20px;
}

.bolia{ color: #000;}
.bolia:hover{ color:#333; text-decoration:underline;}

#ft1 {
	margin:20px 0 20px 0;
}
#bohr{
	width:1080px;
	clear:both;
	height:1px;
}
#ft2 {
	margin-top:20px;
}

.boh{
	margin-top: 20px;
}
.botr{
	height:30px;
}
.botdz{
	width:80px;
}
.tdspanh{
	margin:0;
	padding:0;
	color:#F00;
}
.tdlay{
	cursor:pointer;
	font-size:14px;
}
.tdlay  i {font-size:12px;font-style:normal;display:inline-block;width:12px;height:12px;text-align:center;line-height:12px;color:#fff;vertical-align:middle;margin:-2px 2px 1px 0px;border:#2489c5 1px solid;} 
/*#ft3 input[type="checkbox"],input[type="radio"] {display:none;}  */
#ft3 input[type="checkbox"]] {display:none;}  
#ft3 input[type="radio"] + i {border-radius:7px;}  
#ft3 input[type="checkbox"]:checked + i,input[type="radio"]:checked + i {background:#2489c5;}  
#ft3 input[type="checkbox"]:disabled + i,input[type="radio"]:disabled + i {border-color:#ccc;}  
#ft3 input[type="checkbox"]:checked:disabled + i,input[type="radio"]:checked:disabled + i {background:#ccc;}  


.tdinputy{
	border:none;
	border-bottom:#666 dashed 1px;
	outline:none;
	width:500px;
	
}

.botr1{
	 
	height:10px;
}



#fenleis{
	margin-top:20px;
	font-weight: bold;
}

#fenleix{
	margin-top:30px;
	 
}
.flx2{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #caecdd;
}
.flx2 li{
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
	position: relative;
	border-top:1px solid #FFF;
}

.flx2 ul li a:hover {
	color: #666;
}
.flx2 ul li a {
	color: #000;
}

#fenlei ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #caecdd;
}
#fenlei ul li {
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
	position: relative;
	border-top:1px solid #FFF;
}
#fenlei ul li ul {
	list-style: none;
	text-align: center;

	position: absolute;
 

	display: none;
	margin-left: 131px;
	margin-top: -30px;
	z-index: 1000;
}
#fenlei ul li ul li {

	width: 130px;
	line-height: 30px;
	letter-spacing: 2px;
	background-color: #caecdd;
	z-index: 1000;

	 
}
#fenlei ul li a:hover {
	color: #666;
}
#fenlei ul li a {
	color: #000;
}
#fenlei ul li ul a {
	text-decoration: none;
}
#fenlei ul li ul li a:hover {
	color: #666;
}
#fenlei ul li:hover ul {
	display: block;
}
#fenlei ul li.current ul {
	display: block;
}
#fenlei ul li:hover ul li ul {
	display: none;
}

#fenlei ul li ul li:hover ul {
	display: block;
}

#llz{
	float:left;
	width:150px;
	margin-top:20px;
	
}

#llz1{
	width:140px;
	border:#EFEFEF 1px solid;
}
#llz1 li:hover{background-color:#67b091; 
}
#llz1 a:hover{color:#FFF;}
.llliz1{
	text-align:center;
	height:30px;
	line-height: 30px;
	background-color:#67b091;
 
	color:#FFF;
	letter-spacing: 2px;
}
.llliz1 a{color:#FFF;}
.llliz2{
	text-align:center;
	height:25px;
	background-color: #FFF;
	padding-top:5px;
	letter-spacing: 2px;
}
.llliz2：hover{
	background-color:#67b091;
	}
.llliz3{
	text-align:center;
	height:25px;
	background-color: #EFEFEF;
	padding-top:5px;
	letter-spacing: 2px;
}
.llliz4{
	text-align:center;
	height:25px;
	background-color:#67b091;
	padding-top:5px;
	color:#FFF;
	letter-spacing: 2px;
	border-top:1px solid #FFF;
}

#llz2{
	margin-top: 30px;
	width:100px;
	border:#EFEFEF 1px solid;
}

#llz2 li:hover{background-color:#67b091; 
}
#llz2 a:hover{color:#FFF;}

#llyzz{
    margin:auto;
    width: 1150px; /* 可以根据需要调整宽度 */
    border: 0;
    padding: 5px; /* 内边距 */
    text-align: left; /* 内容左对齐 */

}




        #container {
            display: flex;
            width: 1200px;
            margin: 0 auto;
            height: 100%;
            padding: 0;
justify-content: center;
        }

        #fl {
            width: 150px;
            margin-top: 20px;
            border-radius: 9px;
        }

     .new-parent {
            display: flex;
            flex-direction: column;
        }

        #lly6 {
            width: 96%;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            border-radius: 9px;
            border: #EFEFEF 3px solid;
            background-color: #f1f1f1;
            BORDER-RIGHT: 3px outset;
            BORDER-TOP: 3px outset;
            BORDER-LEFT: 3px outset;
            BORDER-BOTTOM: 3px outset;
            position: relative;
            margin: 0 auto;
            z-index: 10;
            overflow: hidden; 
        }

        #lly6::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 450px;
            background-image: url('./images/ypbbg.png');
            background-repeat: no-repeat;
            background-size: cover;
            z-index: -1;
        }

        #lly6::after {
            content: "";
            position: absolute;
            top: 350px;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url('./images/ypbbg2.png');
            background-repeat: repeat-y;
            background-size: cover;
            z-index: -2;
        }




      .new-block-outside-lly6 {
            width: 95%;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            border-radius: 9px;
            border: #EFEFEF 3px solid;
            margin: 0 auto;
            background-color: #f1f1f1;
            BORDER-RIGHT: 3px outset;
            BORDER-TOP: 3px outset;
            BORDER-LEFT: 3px outset;
            BORDER-BOTTOM: 3px outset;
            position: relative;
            background-image: url('./images/ypbbg2.png');
            background-repeat: repeat-y;
            background-size: cover;
            margin-top: 5px;
        }

      .new-block-outside-lly6 p{
         text-indent: 0;
        }

      .yiwen-box {
            width: 860px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            border-radius: 9px;
            border: #EFEFEF 3px solid;
            background-color: #f1f1f1;
            BORDER-RIGHT: 3px outset;
            BORDER-TOP: 3px outset;
            BORDER-LEFT: 3px outset;
            BORDER-BOTTOM: 3px outset;
            position: relative;
            background-image: url('./images/ypbbg2.png');
            background-repeat: repeat-y;
            background-size: cover;
            margin-top: 5px;
        }

      .yiwen-box p{
         text-indent: 0;
        }

      .jianjie-box {
            width: 860px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            border-radius: 9px;
            border: #EFEFEF 3px solid;
            background-color: #f1f1f1;
            BORDER-RIGHT: 3px outset;
            BORDER-TOP: 3px outset;
            BORDER-LEFT: 3px outset;
            BORDER-BOTTOM: 3px outset;
            position: relative;
            background-image: url('./images/ypbbg2.png');
            background-repeat: repeat-y;
            background-size: cover;
            margin-top: 5px;
        }

      .jianjie-box p{
         text-indent: 0;
        }


      .jianxi-box {
            width: 860px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            border-radius: 9px;
            border: #EFEFEF 3px solid;
            background-color: #f1f1f1;
            BORDER-RIGHT: 3px outset;
            BORDER-TOP: 3px outset;
            BORDER-LEFT: 3px outset;
            BORDER-BOTTOM: 3px outset;
            position: relative;
            background-image: url('./images/ypbbg2.png');
            background-repeat: repeat-y;
            background-size: cover;
            margin-top: 5px;
        }

      .jianxi-box p{
         text-indent: 0;
        }

      .shangxi-box {
            width: 860px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            border-radius: 9px;
            border: #EFEFEF 3px solid;
            background-color: #f1f1f1;
            BORDER-RIGHT: 3px outset;
            BORDER-TOP: 3px outset;
            BORDER-LEFT: 3px outset;
            BORDER-BOTTOM: 3px outset;
            position: relative;
            background-image: url('./images/ypbbg2.png');
            background-repeat: repeat-y;
            background-size: cover;
            margin-top: 5px;
        }

      .shangxi-box p{
         text-indent: 0;
        }

      .zhushi-box {
            width: 860px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            border-radius: 9px;
            border: #EFEFEF 3px solid;
            background-color: #f1f1f1;
            BORDER-RIGHT: 3px outset;
            BORDER-TOP: 3px outset;
            BORDER-LEFT: 3px outset;
            BORDER-BOTTOM: 3px outset;
            position: relative;
            background-image: url('./images/ypbbg2.png');
            background-repeat: repeat-y;
            background-size: cover;
            margin-top: 5px;
        }

      .zhushi-box p{
         text-indent: 0;
        }

      .sdkshuo-box {
            width: 860px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            border-radius: 9px;
            border: #EFEFEF 3px solid;
            background-color: #f1f1f1;
            BORDER-RIGHT: 3px outset;
            BORDER-TOP: 3px outset;
            BORDER-LEFT: 3px outset;
            BORDER-BOTTOM: 3px outset;
            position: relative;
            background-image: url('./images/ypbbg2.png');
            background-repeat: repeat-y;
            background-size: cover;
            margin-top: 5px;
        }

      .sdkshuo-box p{
         text-indent: 0;
        }

        #fll {
            width: 150px;
            margin-top: 20px;
            border-radius: 9px;
        }


#llywai{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row ;
    justify-content: space-between;
    margin: 20 auto;
    padding-top:0px;
    padding-bottom:0px;
    float:center;
    width:860px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    border-radius: 9px;
    border:#EFEFEF 3px solid;
background-color: #f1f1f1;
BORDER-RIGHT: 3px outset; 
BORDER-TOP: 3px outset; 
BORDER-LEFT: 3px outset; 
BORDER-BOTTOM: 3px outset; 
  word-break: normal;
  word-wrap: break-word;
}

#llywai a {
white-space: nowrap;
margin-left: 0; 
//margin-right: 3px;
}


#llywai3{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row ;
    justify-content: space-between;
    margin: 20 auto;
    padding-top:0px;
    padding-bottom:0px;
    float:center;
    width:860px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    border-radius: 9px;
    border:#EFEFEF 3px solid;
background-color: #f1f1f1;
BORDER-RIGHT: 3px outset; 
BORDER-TOP: 3px outset; 
BORDER-LEFT: 3px outset; 
BORDER-BOTTOM: 3px outset; 
  word-break: normal;
  word-wrap: break-word;
}

#llywai3 a {
    white-space: normal;  /* 从nowrap修改为normal，允许换行 */
    margin-left: 0; 
    margin-right: 3px;
    word-wrap: break-word;  /* 添加此属性，使链接内容可以换行 */
}



#llynei{
width:264px;
margin-bottom:0px;
border-radius: 9px; /* 圆角，半径为9 */
padding: 10px; /* 内边距 */
text-align: left; /* 内容左对齐 */
line-height:30px;  /* 行距 */
font-family: 'Microsoft YaHei', Arial, sans-serif;
border:#ffffff 1px solid;   /* 边框颜色，线条宽度，实线 */
}

#llynei li { list-style: none;}


#llywai2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row ;
    justify-content: space-between;
    margin: 20 auto;
    padding-top:0px;
    padding-bottom:0px;
    float:center;
    width:860px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    border-radius: 9px;
    border:#EFEFEF 3px solid;
background-color: #f1f1f1;
BORDER-RIGHT: 3px outset; 
BORDER-TOP: 3px outset; 
BORDER-LEFT: 3px outset; 
BORDER-BOTTOM: 3px outset; 
}



#llynei2{
width:264px;
margin-bottom:0px;
border-radius: 9px; /* 圆角，半径为9 */
padding: 10px; /* 内边距 */
text-align: left; /* 内容左对齐 */
line-height:30px;  /* 行距 */
font-family: 'Microsoft YaHei', Arial, sans-serif;
border:#ffffff 1px solid;   /* 边框颜色，线条宽度，实线 */
}

#llynei2 li { list-style: none;}




.bold-first-line:first-line {
font-weight: bold;
text-align: center;
font-size: 22px;
}



#lly ul {
	width: 900px;
	counter-reset: LIST-ITEMS
}

#shoulei1{
	width:900px;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	border: 0;
}



#lly ul li {
	margin: 0px 15px 15px 15px;
	border-bottom: 0;
	display: inline-block;
	width: 260px;
	list-style-type: decimal;
	list-style-position: inside;
	vertical-align: top;
}

.ypbly{
	margin-bottom: 20px;
}
.bosubmit {
	margin-top: 20px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
	padding: .5em 1.5em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.ypblys{
	margin-right: 20px;
}

#zhanwei{
	height:30px;
}
#content1 {
	margin: 0 auto;
	border: 1px solid #DFDFDF;
}
#content2 {
	margin: 20px;
	text-align: center;
	border-bottom: 1px solid #DFDFDF;
}
#content2 h1 {
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	letter-spacing: 3px;
	margin-left: 0px;
}
#content3 {
	letter-spacing: 1px;
	margin: 20px;
}
#liuy{
	margin:auto 0;
}
#liuy1{
	margin:20px 0 10px 30px;
	font-family:"宋体";
	font-weight:bold;
	letter-spacing: 3px;
}
#liuy2{
	margin:auto 0;
	text-align:center;
}
#jd2{
	margin-top:20px;
}
#jd2 ol li {
	margin: 0px 0px 15px 0px;
	border-bottom: #999 dotted 1px;
	list-style-type: decimal;
	list-style-position: inside;
}

#ys1{
	margin:15px 0 0 120px;
	text-align:right;
}

#ysz2{
	margin-top: 30px;
	width:100px;
}
#ysz3{
	margin-top: 10px;
	width:100px;
}

#ysy{
	float:right;
	width:950px;
	border:#EFEFEF 1px solid;
}



#yssc2{
	margin-top:20px;
}

#yszj{
	margin:auto 0;

}


.biaoge {
	height: 40px;
	line-height: 36px;
	margin: 10px;
}
.biaoge1 {
	height: 40px;
	line-height: 36px;
	margin-left:17px;
}
.biaoge2 {
	margin-left:17px;
}

.biaoge-label{
	width: 80px;
	text-align:left;
}

.biaoge-label1{
	width: 50px;
	text-align:left;
	display:inline-block;
}

.biaoge-label2{
	width: 90px;
	text-align:left;
	display:inline-block;
}
.biaoge-xuxian{
	border:none;
	border-bottom:#666 dashed 1px;
	outline:none;
	width:400px;
	margin-left:10px;
	
}
.biaoge-select{
	margin-left:10px;
}

#ysgl1{
	margin-top:20px;
}
#ysgl3{
	margin-top:20px;
}
#ysgl3 ul li{
	height: 30px;
}

#yszjgl{
	margin:30px 0 0 17px;}

#yszjgl1{
	margin:20px 0 20px 0;
	}	
#yszjgl ul li{
		height: 30px;
	}
	
.yszjglxx{
	border:none;
	border-bottom:#666 dashed 1px;
	outline:none;
	width:100px;
}

#ysll2{
	background-image:url(images/banner.png);
	
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#ysll3{
	padding: 20px 0 20px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}

#ws1{
	margin:20px 0 0 0;}
#ws2{
	margin:20px 0 0 20px;
}
.wsli{ 
	padding-top:12px;
	 }
	
#wszw{
	height:1px;
	background-color:#67b091;
	clear:both;
	margin-top:5px;
	
}
#wszw2{
	height:80px;
}
#wszwn{
	height:10px;
	background-color: #FFF;
	clear:both;
}
.wslid1{width:40px; float:left;}
.wslid2{width:680px;
float:left;
text-align:left;}
.wslid3{width:100px;
float:left;
text-align:left;
margin-left:20px;}
.wslid4{width:100px;
float:right;
text-align:left;}

.wslid6{width:680px;
margin-left:40px;
float:left;
text-align:left;

	font-size:12px;
	letter-spacing: 0px;
	text-overflow:ellipsis;
	 white-space: nowrap;  
	 overflow: hidden;  
	 display: inline-block;  
	
height:15px;

}

.wslid6 p{  
  margin: 0;  
  padding: 0;  
  border: 0;  
  font: inherit;  
  font-size: 100%;  
  vertical-align: baseline;  
  text-indent:0;
  color: #666;
  height:15px;
}  





.wsspan2{
	color:#67b091 ;
	letter-spacing: 0px;
	text-overflow:ellipsis;
}
.wsspan2 a{
	color:#67b091 ;
	letter-spacing: 0px;
	text-overflow:ellipsis;
}


.wsspan3 {
	color: #666;
	font-size:12px;
	letter-spacing: 0px;
	text-overflow:ellipsis;
	 white-space: nowrap;  
	 overflow: hidden;  
	 display: inline-block;  
}
.wsspan6 {
	
}

.wsspan4 {
	color: #666;
	font-size:12px;
	letter-spacing: 0px;
	text-align:left;
}
.wstr{
	height: 36px;
}
.wstrxuxian{
	height:1px;
	background-color: #E8E8E8;
}
.wstd1{
	width:20px;
}
.wstd2{
	width:700px;
}
.wstd3{
	width:150px;
}
.wstd2{
	width:150px;
}

#wst1{
	margin:20px 0 0 0;}
.wstz1{
	margin:auto 0;
	float:left;
	width:105px;
	 
}
.wstz2{
	margin:10px 0 10px 10px;
	
}
.wsty1{
	float:right;
	width:970px;
	border-left:#67b091 1px solid;
}
.wsty2{
	margin:auto 0;
	padding: 10px 0 0 10px;
}
.wsty3{
	margin:20px 0 20px 10px;
}
#wsth{
	margin:auto 0;
	}
#wstform{
	margin: 30px 0  30px 0;
		}
#yh1 {
	margin: 0 auto;
	background-color:#67b091;
	height: 36px;
}

.yhulli{
	margin:0 15px 0 10px;
	float: left;
	font-size:16px;
	color: #FFF;
	padding-left: 5px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	letter-spacing: 2px;
	position: relative;
}
.yhulli2{
	margin:0 30px 0 20px;
	float: left;
	font-size:13px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
	font-family:   宋体, Arial, Helvetica, sans-serif;
	position: relative;
}
#yh2{
	margin: 10px 0 0 0;
}
#yh3{ height:1px;
background-color:#999;
clear:both;
	}
#yh4{margin: 10px 0 0 0;
	border: 1px solid #DFDFDF;
	padding: 20px;
	
}
#cate2 {
	margin: 0 auto;
	border: 1px solid #DFDFDF;
	padding: 20px 0 20px 35px;
	line-height: 30px;
	overflow: hidden;
}


.jiaodui {
	float: left;
}
.nul {
	width: 1040px;
	margin: auto 0;
}
.nli {
	display: inline-block;
	width: 140px;
	margin: 0px 15px 15px 39px;
}
.nlik {
	display: inline-block;
	width: 140px;
	margin: 0px 15px 15px 39px;
}
#mulu {
	margin: 0 auto;
	border: 1px solid #DFDFDF;
	padding: 0px 20px 20px 35px;
	line-height: 30px;
}
#mulu1 {
	border : 1px solid #DFDFDF;
	border-bottom: none;
	margin: auto 0;
	padding: 10px;
	word-spacing: 20px;
	text-align: center;
}
#mulu h2 {
	font-family: 宋体, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	margin-top: 30px;
}
#mulu h3 {
	font-family: 宋体, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	margin-left: 40px;
}
#ypy3 ol li {
	margin: 5px 10px 15px 10px;
	border-bottom: #999 dotted 1px;
	list-style-type: decimal;
	list-style-position: inside;
	 padding-bottom:10px;
	 padding-left:10px;
	 
}


#ypy{
	margin-top:20px;
	float:right;
	width:900px;
	position: relative; 
	background:url(images/banner.png);
	z-index: 1;
}

#ypy1{
	margin-top:8px;
	 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}

#ypy1 span {
	margin-left:10px;}
	
#ysyxz{
	float:left;
	margin:20px 80px 0 0; 
	}	

.audio {
   
    margin-top: 20px;
    margin-left:10px;
    width: 810px;
    height: 50px;
    border: 0 ;
}

.audio-left {
    margin-top:0px;
    float: left;
    width: 125px;
    height: 100%;
    padding-left: 5px;
}


.audio-right {
    margin-top:20px;
    float: right;
    width:660px;
    height: 100%;
 
}

.audio-time {
    overflow: hidden;
    font-size: 16px;
}


.audio2 {
    border-top: #999 dotted 1px;
    margin-top: 20px;
    margin-left: 10px;
    margin: 0 auto;

    width: 810px;
    height: auto;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.audio-left2 {
    margin-top: 0;
    width: 100%;
    padding-left: 5px;
}

.audio-right2 {
    margin-top: 5px;
    width: 80%;
}

.audio-time2 {
    overflow: hidden;
    width: 100%;
    font-size: 22px;
    margin-top: 8px;
    border: 0;
    padding: 5px;  
    display: flex; 
    align-items: center; 
    justify-content: center;
}

div.time-display div.audio-time2 span {
    font-size: 22px;
}

#ypy5{
    margin:5px 20px 10px 20px;
    border-top:#999 dotted 1px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    padding-top:5px;
    padding-bottom:5px;
    line-height: 28px;
    text-indent: 2em;
}

#ypy6{
    margin:5px 20px 10px 20px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    padding-top:5px;
    padding-bottom:5px;
    line-height: 28px;
}

#ypy7{
    margin:5px 20px 10px 20px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    padding-top:5px;
    padding-bottom:5px;
    line-height: 28px;
    text-indent: 2em;
}


#audioPlayer {
    position: relative;
    margin-left: 10px;
    display: initial;  
    cursor: pointer;
}

#audioloop {
    position: relative;
    margin-left: 10px;
    display: initial;  
    cursor: pointer;
}

#audioStart {
    position: relative;
    display: initial;  
    cursor: pointer;
}

#audioEnd {
    position: relative;
    margin-left: 10px;
    display: initial; 
    cursor: pointer;
}

.progress-bar-bg {
    background-color:#f9f9f9;
    position: relative;
    height: 5px;
    cursor: pointer;
    border-radius: 5px; 
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    border: 3px solid c3c3c3;
}


.progress-bar-bg span {
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #3e87e8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    cursor: pointer;
}



.audio-length-total {
	margin-left: 10px;
	float: left;
    font-size: 16px;
}

.audio-length-current {
    float: left;
    font-size: 16px;
}
.audioxh{
	float:right;
	font-size:12px;
}

#ypy2{
	margin-left:20px;
	margin-top:30px;
	margin-bottom:20px;
}
#ypy3{
	margin-left:20px;
	margin-right:130px;
	margin-top:30px;
	margin-bottom:10px;
	border-top:#999 dotted 1px;
	padding-top:10px;
	
}
#ypy4{
	margin:40px 1px 10px 20px;
	border-top:#999 dotted 1px;
	padding-top:20px;
	padding-bottom:20px;
	
}

#sys1{
	margin-top:20px;
	float:left;
	width:300px;
}
#sys11{margin-bottom:20px;
border-bottom:1px solid #CCC;
padding-bottom:10px;
}
#sys2{
	margin-top:20px;
	margin-left:90px;
	float:left;
	width:300px;
}
#sys3{
	margin-top:20px;
	float:right;
	width:300px;
}
.sybt1{
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	font-size:18px;
	text-align:left;
	
}
.sybt2{
	margin-top:4px;
	margin-right:5px;
	float:right;
	text-align:right;
	font-size:12px;
	color: #999;
}
.sybt3{
	margin-top:2px;
	margin-left:5px;
	float:right;
	text-align:right;
	font-size:10px;
	color: #999;
}
.syli{
	margin: 0px 0 15px 0;
	border-bottom:#CCC  dotted 1px;
	width: 295px;
	height: 25px;

	vertical-align:top;

}
#mlist{
	cursor: pointer;
	}

.sybt1:hover{ color:#67b091;}
.sybt2:hover{ color:#67b091;}
.sybt3:hover{ color:#67b091;}
.syli a:hover{ color:#67b091;}




#xiazh {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 20px;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	text-align:center;
}

#xiazb {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	text-align:center;
}

#xiazb ul li{
	margin: 20px 0 0 0;
}


#spy{
	margin-top:20px;
	float:right;
	width:950px;
	border:#EFEFEF 1px solid;
	background-image:url(images/banner.png);
}
#spy2{
	margin-top:30px;
	margin-bottom:20px;

}
#spy2 h1 {
	margin-left: 0px;
}




