@charset "utf-8";
/* CSS Document */


html body {
	margin: auto 0;
	height: 100%;
	padding: 0;
}
body {
	overflow-y: scroll;
}
body, textarea, input, select, option,p{
	font-size: 14px;
	color: #333;
	font-family: SimSun;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: 楷体, 宋体, Arial, Helvetica, sans-serif;
}
body, 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;
}
img { max-width: 100%;
      vertical-align:middle;}
table {
	border-collapse: collapse;
}
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: 2px;
	text-indent: 30px;
	margin: 10px;
	line-height: 27px;
}
#container {
	width: 1090px;
	margin: 0 auto;
	height: 100%;
	padding: 0;
}
tr, td {
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	text-indent: 25px;
	margin: 5px;
	line-height: 20px;
	padding: 8px;
}
hr {
	height: 0px;
	border-top: 1px solid #15afef;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
#header {
	width: 1090px;
	margin: 0 auto;
}
#main {
	width: 100%;
	margin: 0 auto;
	line-height: 27px;
	padding-bottom: 36px;
}
#main_shang {
	margin: 0 auto;
	background-image: url(images/banner.png);
	height: 210px;
	padding: 20px 0 20px 20px;
	font-family: 宋体, Tahoma, Geneva, sans-serif;
}
#main_xia {
	margin: 0 auto;
	padding: 20px;
	font-family: 宋体, Tahoma, Geneva, sans-serif;
}
#main_xia p {
	text-indent: 0;
}
h1 {
	font-size: 19px;
	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;
}
#logo {
	margin: 0;
	float: left;
	height: 36px;
}
#nav {
	margin: atuo 0;
	background-color: #15afef;
	height: 36px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin-left: 10px;
	float: left;
	font-size: 19px;
	color: #FFF;
	padding-left: 5px;
	line-height: 36px;
	font-weight: bold;
	font-family: 楷体, 宋体, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	position: relative;
}
#nav ul li ul {
	list-style: none;
	text-align: center;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 36px;
	display: none;
}
#nav ul li ul li {
	font-size: 15px;
	color: #FFF;
	padding: 5px;
	width: 100px;
	line-height: 24px;
	font-family: 楷体, 宋体, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	background-color: #15afef;
	border-bottom: 1px solid #fff;
	margin-left: -5px;
}
#nav ul li a:hover {
	color: #D1EEEE;
}
#nav ul li a {
	color: #FFF;
}
#nav ul li ul a {
	text-decoration: none;
}
#nav ul li ul li a:hover {
	color: #D1EEEE;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li.current ul {
	display: block;
}


.headerr{
	margin-right: 10px;
	float: right;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-family: 楷体, 宋体, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #FFF;
	font-size: 16px;
}

.headerr a{
	color: #FFF; padding-left: 20px;
}

.headerr a:hover{
	color: #D1EEEE; 
}


#searchbar{
	height: 60px;
	background-image: url(images/banner.png);
	padding-top: 15px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-left: 15px;
	letter-spacing: 1px;
}
.search_form{   
            width: 800px;
			display: flex;
			height: 30px;

}
.search_txt{ outline:none; height:30px; line-height:30px; width: 500px; border: solid 1px #cceeee;}
.searchb1{
	 width: 100px;
	 margin-left: 20px;
        background-color: #15aeee;  
        border-color: #357ebd;  
        color: #fff;  
        -moz-border-radius: 10px;  
        -webkit-border-radius: 10px;  
        border-radius: 10px; /* future proofing */  
        -khtml-border-radius: 10px; /* for old Konqueror browsers */  
        text-align: center;  
        vertical-align: middle;  
        border: 1px solid transparent;  
        font-weight: 900;  
        font-size: 16px;
		font-family: 楷体, 宋体, Arial, Helvetica, sans-serif;
		letter-spacing: 2px;	
		order: 2;
}

.searchb2{
	 width: 100px;
	 margin-left: 20px;
        background-color: #15aeee;  
        border-color: #357ebd;  
        color: #fff;  
        -moz-border-radius: 10px;  
        -webkit-border-radius: 10px;  
        border-radius: 10px; /* future proofing */  
        -khtml-border-radius: 10px; /* for old Konqueror browsers */  
        text-align: center;  
        vertical-align: middle;  
        border: 1px solid transparent;  
        font-weight: 900;  
        font-size: 16px;
		font-family: 楷体, 宋体, Arial, Helvetica, sans-serif;
		letter-spacing: 2px;	
		order: 1;
}
.qwul{
	margin: 0;
	padding: 0;
}
.qwli{
	margin: 0;
	padding: 0;

}
.qwjianjie{
	color: #555555;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 15px;
}

#searchbar button:hover{
	color: #D1EEEE;
}

	
#mheader{
	display:none;
	width: 100%;
	background-color: #15afef;
	height:36px;
}

#msearch{
	display:none;
	border:none;
	border:0;
	margin-left:95px;
	margin-right: 45px;
}

.msearch_form {
	border: 0;
	margin-top:7px;
	width:100%;
	height:22px;
	float: left;
}

.msearch_input {
	background: url(images/mse.jpg) no-repeat;
	height: 24px;
	width: 39px;
	border: none;
	border: 0;
	margin-top:7px;
	float: left;
}


#mbody{
	display:none;
	margin:auto 0;
	padding:0;
	width: 100%
}

#mbody dl dt{
	font: font-family: 宋体, Tahoma, Geneva, sans-serif;
	font-weight:bold;
	background: #F6F6F6;
	margin: 10px;
	height: 25px;
	line-height:25px;
	padding-left: 10px;   
}

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;
} 
#footer {
	bottom: 0;
	position: absolute;
	height: 49px;
	width:1090px;
	margin-bottom: 10px;
}
#fleft {
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
}
#fright {
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	word-spacing: 15px;
}
#fhr {
	margin-bottom: 15px;
}
#cate {
	width: 1090px;
	margin: 0 auto;
}
#cate1 {
	height: 30px;
	background-color: #F4F8EE;
	margin-top: 10px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 15px;
	letter-spacing: 1px;
}

#mcate {
	height: 30px;
	background-color: #F4F8EE;
	margin-top: 10px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 15px;
	letter-spacing: 1px;
	display:none;
}
#cate2 {
	margin: 0 auto;
	border: 1px solid #EEE;
	padding: 20px 0 20px 35px;
	line-height: 30px;
	overflow: hidden;
}
#cate2 ol {
	width: 1000px;
	counter-reset: LIST-ITEMS
}
#cate2 ol li {
	margin: 0px 15px 15px 15px;
	border-bottom: #999 dotted 1px;
	display: inline-block;
	width: 300px;
	list-style-type: decimal;
	list-style-position: inside;
	vertical-align: top;
}
#cate2 ol li:before {
	content: counter( LIST-ITEMS ) ".";
	counter-increment: LIST-ITEMS;
	padding-right: 0.5em;
}
#cate2 ul li {
	margin:15px;
}
	
	
	
#content {
	width: 1090px;
	margin: 0 auto;
}
#content1 {
	margin: 0 auto;
	border: 1px solid #DFDFDF;
}
#content2 {
	margin: 20px;
	text-align: center;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 15px;
}
#content2 h1 {
	font-family: 楷体, 宋体, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	margin-left: 0px;
	display: inline;
}
#content3 {
	letter-spacing: 1px;
	margin: 20px;
}
#content5 {
height:49px;
}

.jiaodui {
float:left;
font-size: 12px;
}
.spanff{
	font-family: 楷体, 宋体, Arial, Helvetica, sans-serif;
}
.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;
}
#mulu ol li {
	margin: 0px 100px 15px 100px;
	border-bottom: #999 dotted 1px;
	list-style-type: decimal;
	list-style-position: inside;
}
.bottomml {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 3px;
}

#xiazai{
	margin-top:20px;
	padding-top:20px;
	width:1090px;
	border:#EFEFEF 1px solid;
}
#xiazai ul {
	width: 100%;
	counter-reset: LIST-ITEMS
}
#xiazai ul li {
	margin: 0px 15px 15px 15px;
	border-bottom: #999 dotted 1px;
	display: inline-block;
	width: 110px;
	list-style-type: decimal;
	list-style-position: inside;
	vertical-align: top;
}
.ctuspan {
	margin-left: 17px;
	cursor:pointer;
}
#contenttu {
	 margin-top: 10px;
}
.ctusel{
	margin-left: 20px;
}
.tuyou{
	margin: 0 auto;
	text-align: center;
}
#ytu{
	text-align: center;
	margin-top: 30px;
}
.jiazhong{
	font-weight: bold;
}
.weizhi{
	height: 30px;
	background-color: #F4F8EE;
	margin-top: 10px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 15px;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-between;
	
	
}

.weizhir{
	 margin-right: 10px;
	font-size: 12px;
	 color: #5b5b5b;
}