<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.wap{
	width: 1200px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
}
.header.on{
	background: rgba(255,255,255,0.9);
	box-shadow: 0 5px 20px #ddd;
}
.header .h-wap{
	width: 1150px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}
.header .h-wap .txt{
	position: absolute;
	left: 0;
	bottom: 5px;
}
.header .h-wap .txt h3{
	font-size: 0;
}
.header .h-wap .txt h3 span{
	font-size:16px;
	line-height: 30px;
	color: #0c233b;
	display: inline-block;
	margin: 0 12px;
	font-weight: bold;
}
.header .h-wap .search{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 220px;
	height: 36px;
}
.header .h-wap .search form{
	position: relative;
	width: 220px;
	height: 36px;
}
.header .h-wap .search .t1{
	width: 200px;
	height: 32px;
	padding-left: 10px;
	font-size:16px;
	color: #000000;
	position: absolute;
	left: 0;
	top:0;
	border: 1px solid #1073bf;
	border-radius: 30px;
	background: #fff;
	z-index: 1;
}
.header .h-wap .search .b1{
	width: 20px;
	height: 20px;
	border: none;
	background: #fff url(../imgs/search.png) no-repeat center;
	outline: none;
	z-index: 2;
	position: absolute;
	right: 20px;
	bottom: 10px;
	cursor:pointer;
}
.banner{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.banner img{
	width: 100%;
	min-height: 370px;
	display: block;
}
.nav{
	background: #94a1b6;
	height:65px;
}
.nav .wap{
	width:1200px;
}
.nav ul{
	font-size:0;
	text-align: center;
}
.nav ul li{
	display: inline-block;
	text-align: center;
	margin:0 5px;
}
.nav ul li a{
	display: inline-block;
	font-size:22px;
	line-height: 60px;
	color: #fff;
	padding: 0 28px;
	font-weight:bold;
	transition:all 0s ease-in-out 0s;
	text-decoration: none;
}
.nav ul li:hover a,
.nav ul li.on a{
	
	border-bottom:5px solid #b61010;
}
.main{
	padding-bottom:20px;
	background:
	url(../imgs/bg3.png) no-repeat top center,
	url(../imgs/bg4.png) no-repeat bottom center;
	background-size:100% auto !important;
	padding-top:20px;
}
.main .wap{
	//margin-top:20px;
	//padding-top:20px;
	background:white;
}
.main .headline{
	overflow: hidden;
	background:white;
	box-shadow:0 0px 5px 0 #ddd;
	padding:5px 0;
}
.main .headline .head{
	width:115px;
	height: 75px;
	float: left;
}
.main .headline .head img{
	width: 100%;
	height: 100%;
	display: block;
}
.main .headline .head-slide{
	float: right;
	width: 1053px;
	height: 75px;
}
.main .headline .head-slide .bd ul li a{
	font-size:38px;
	line-height: 75px;
	color:#b61010;
	font-weight: bold;
	display:block;
}
.main .headline .head-slide .bd ul li:hover a{
	text-decoration: underline !important;
}
.main .banner-slide{
	height:410px;
	overflow:hidden;
	margin-top: 20px;
	background:white;
}
.main .news-slide{
	width:600px;
	height: 410px;
	position: relative;
	background:white;
	float:left;
}
.main .newss-list{
	float:right;
	width:570px;
	height: 410px;
}
.main .newss-list ul li {
	border:1px solid #ccc;
	height:80px;
	line-height:80px;
	text-indent:10px;
}
.main .newss-list ul li:nth-child(1) ,
.main .newss-list ul li:nth-child(2) {
	border-bottom:none;
}
.main .newss-list ul li a{
	font-size:23px;
	line-height:40px;
	color:#333;
	font-weight:bold;
}
.main .newss-list ul li:hover a{
	text-decoration: underline !important;
	color:#b61010;
}
.main .news-slide .bd{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.main .news-slide .bd ul li a{
	width: 600x;
	height: 410px;
	display: block;
}
.main .news-slide .bd ul li a .img{
	width: 600px;
	height: 410px;
}
.main .news-slide .bd ul li a .img img{
	width: 100%;
	height: 100%;
	display: block;
}
.main .news-slide .hd{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(98,98,98,0.5);
	z-index: 2;
	height:44px;
	width: 600px;
}
.main .news-slide .hd ul{
	text-align: right;
	line-height: 44px;
}
.main .news-slide .hd li{
	width:15px;
	height: 15px;
	display: inline-block;
	background: white;
	border-radius: 50%;
	margin: 0 5px;
	line-height: 44px;
}
.main .news-slide .hd li:last-child{
	margin-right: 15px;
}
.main .news-slide .hd li:hover,
.main .news-slide .hd li.on{
	background: #edaa0a;
	cursor: pointer;
}
.main .news-slide .txt{
	width:400px;
	height: 44px;
	position: absolute;
	bottom:0;
	right: 0;
	left:0;
	z-index:4;
}
.main .news-slide .txt ul li h3 a{
	font-size:22px;
	line-height: 35px;
	color: #fff;
	display: block;
	text-indent:10px;
}
.main .news-slide .txt ul li:hover h3 a{
	color: #edaa0a;
}
.main .news-slide .txt ul li .text{
	margin-top: 20px;
}
.main .news-slide .txt ul li .text p{
	font-size:18px;
	line-height: 35px;
	color: #000;
}
.main .news-slide .prev{
	width: 40px;
	height: 50px;
	background:url(../imgs/lt.png) no-repeat center center rgba(98,98,98,0.5);
	background-size:20px 20px !important ;
	position: absolute;
	top:160px;
	left: 0;
	z-index: 2;
	display:none;
}
.main .news-slide .next{
	width: 40px;
	height: 50px;
	background:url(../imgs/rt.png) no-repeat center center rgba(98,98,98,0.5);
	background-size:20px 20px !important ;
	position: absolute;
	top:160px;
	left: 530px;
	z-index: 2;
	display:none;
}
.main .news-slide .prev:hover{
	background:url(../imgs/lt.png) no-repeat center center #edaa0a;
	cursor: pointer;
}
.main .news-slide .next:hover{
	background:url(../imgs/rt.png) no-repeat center center #edaa0a;
	cursor: pointer;
}
.main .news{
	margin-top:20px;
	overflow: hidden;
	background:white;
}
.main .news .u-tit h3:before{
	width: 240px;
    left: 0;
    top: 18px;
}
.main .news .u-tit h3:after{
	width: 240px;
    right: 0;
    top: 18px;
}
.main .news .new-l{
	width:590px;
	height: 480px;
	float: left;
	background:white;
}
.main .news .new-l ul li a{
	font-size: 16px;
	line-height: 40px;
	color: #403f3f;
	display: block;
	padding-left: 20px;
	background: url(../imgs/dian.png) no-repeat 8px center;
}
.main .news .new-l ul li:hover a{
	color: #b51d23;
}
.main .news .new-r{
	width:590px;
	height: 480px;
	float: right;
	background:white;
}
.main .news .new-r .Integrity{
	height:auto;
}
.main .news .new-r .Integrity ul,
.main .authority-anime .au-r .Integrity ul{
	width:105%;
	margin-left:3px;
	overflow:hidden;
}
.main .news .new-r .Integrity ul li,
.main .authority-anime .au-r .Integrity ul li{
	width:280px;
	height:200px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.main .news .new-r .Integrity ul li a,
.main .authority-anime .au-r .Integrity ul li a{
	display:block;
	width:280px;
	height:200px;
	position:relative;
}

/*.main .authority-anime .au-r .Integrity ul li a:before*/
.main .news .new-r .Integrity ul li a:before{
	width:26px;
	height:26px;
	background:rgba(0,0,0,0.5) url(../imgs/bf.png) no-repeat center center;
	display:block;
	content:"";
	position:absolute;
	top:80px;
	left:120px;
	right:0;
	z-index:2;
}
.main .news .new-r .Integrity ul li a h3,
.main .authority-anime .au-r .Integrity ul li a h3{
	font-size:16px;
	line-height:36px;
	background:rgba(10,80,220,0.42);
	color:white;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
	text-align:center;
}
.main .news .new-r .Integrity ul li a .video,
.main .authority-anime .au-r .Integrity ul li a .video{
	width:280px;
	height:200px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:1;
}
.main .news .new-r .Integrity ul li a .video img,
.main .authority-anime .au-r .Integrity ul li a .video img{
	width:100%;
	height:100%;
	display:block;
}
.main .authority-anime{
    overflow: hidden;
    background: white;
}
.main .authority-anime .u-tit h3:before{
	width: 240px;
    left: 0;
    top: 18px;
}
.main .authority-anime .u-tit h3:after{
	width: 240px;
    right: 0;
    top: 18px;
}
.main .authority-anime .au-l{
	width:590px;
	height: 480px;
	float: left;
	background:white;
}
.main .authority-anime .au-r{
	width:590px;
	height: 480px;
	float: right;
	background:white;
}
 .authority-slide .hd ul{
	font-size:0;
	margin-top: 14px;
	margin-left: 7px;
}
.authority-slide .hd ul li{
	font-size:16px;
	line-height: 30px;
	text-align: center;
	color:#8a8a89;
	width: 90px;
	height: 30px;
	border:1px solid #8a8a89;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
	font-weight:bold;
}
.authority-slide .hd ul li.on,
.authority-slide .hd ul li:hover{
	border:1px solid #0068b7;
	color:#0068b7;
}
.authority-slide .bd{
	margin-top: 5px;
} 
 .authority-slide .bd ul li a{
	font-size: 16px;
    line-height: 40px;
    color: #403f3f;
    display: block;
	padding-left: 20px;
	background: url(../imgs/dian.png) no-repeat 8px center;
}
.authority-slide .bd ul li:hover a{
	color:#b51d23;
}
.main .special{
	background:white;
	overflow:hidden;
}
.main .special .tit{
	width:60px;
	height:300px;
	float:left;
	background:#ea1515;
}
.main .special .tit h3{
	font-size:20px;
	line-height:30px;
	color:white;
	width:20px;
	padding-left:20px;
	padding-top:90px;
}
.main .special .sp-r{
	width:1100x;
	height:300px;
	float:left;
	margin-left:20px;
}
.main .special .sp-r .sjd{
	width:1100px;
	height:180px;
}
.main .special .sp-r .sjd a {
	width:1100px;
	height:180px;
	display:block;
	overflow:hidden;
}
.main .special .sp-r .sjd a img{
	width:100%;
	height:100%;
	display:block;
	transition:all 0.3s;
}
.main .special .sp-r .sjd a:hover img{
	transform:scale(1.03);
}
.main .special .toppic{
	margin-top: 20px;
}
.main .special .toppic ul{
	font-size:0;
}
.main .special .toppic ul li{
	width:48%;
	height: 100px;
	display: inline-block;
	margin-right: 20px;
}
.main .special .toppic ul li:nth-child(1){
	margin-left:20px
}
.main .special .toppic ul li:last-child{
	margin-right: 0;
}
.main .special .toppic ul li a{
	width:98%;
	height: 100px;
	display: inline-block;
	overflow: hidden;
}
.main .special .toppic ul li a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s;
}
.main .special .toppic ul li:hover a img{
	transform: scale(1.05);
}
.main .work .u-tit h3:before{
	width:545px;
	left: 0;
	top:18px;
}
.main .work .u-tit h3:after{
	width:545px;
	right: 0;
	top:18px;
}
.main .work {
	overflow: hidden;
	background:white;
	padding:20px 0;
}
.main .wl-slide{
	margin-top: 10px;
	width: 495px;
	height: 370px;
	float: left;
}
.main .wl-slide .hd ul{
	margin-left: 7px;
}
.main .wl-slide .hd ul li{
	font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #8a8a89;
    width: 90px;
    height: 30px;
    border: 1px solid #8a8a89;
    display: inline-block;
    margin: 0 3px;
	font-weight:bold;
}
.main .wl-slide .hd ul li.on,
.main .wl-slide .hd ul li:hover{
	border: 1px solid #0068b7;
    color:#0068b7;
	cursor: pointer;
}
.main .wl-slide .bd {
	margin-top:5px;
}
.main .wl-slide .bd ul li a{
	font-size: 16px;
    line-height: 40px;
    color: #403f3f;
    display: block;
	padding-left: 20px;
	background: url(../imgs/dian.png) no-repeat 8px center;
}
.main .wl-slide .bd ul li:hover a{
	 color: #b51d23;
}
.main .wr-slide .bd ul li:hover a{
	 color: #b51d23;
}
.main .wr-slide {
	margin-top: 10px;
	width: 495px;
	height: 370px;
	float: right;
}
.main .wr-slide .hd ul{
	margin-left: 7px;
}
.main .wr-slide .hd ul li{
	font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #8a8a89;
    width: 90px;
    height: 30px;
    border: 1px solid #8a8a89;
    display: inline-block;
    margin: 0 3px;
	font-weight:bold;
}
.main .wr-slide .bd {
	margin-top:5px;
}
.main .wr-slide .bd ul li a{
	font-size: 16px;
	line-height: 40px;
    color: #403f3f;
    display: block;
	padding-left: 20px;
	background: url(../imgs/dian.png) no-repeat 8px center;
}
.main .wr-slide .hd ul li.on,
.main .wr-slide .hd ul li:hover{
	border: 1px solid #0068b7;
    color: #0068b7;
	cursor: pointer;
}
.main .report{
	overflow: hidden;
	background:white;
}
.main .report .rep{
	float: left;
	width: 110px;
	height:180px;
}
.main .report .rep a{
	width: 110px;
	height:180px;
	display: block;
}
.main .report .rep img{
	width: 100%;
	height: 100%;
	display: block;
}
.main .report .guide{
	float: left;
	width: 380px;
	height:180px;
	margin-left:10px;
}
.main .report .guide .gui{
	width: 380px;
}
.main .report .guide .gui a{
	display: block;
}
.main .report .guide .gui img{
	width: 100%;
	display: block;
}
.main .report .guide .search{
	width: 380px;
	margin-top: 10px;
}
.main .report .guide .search a{
	display: block;
}
.main .report .guide .search img{
	width: 100%;
	display: block;
}
.main .report .way{
	width: 510px;
	height: 180px;
	float: left;
	overflow: hidden;
	margin-left: 10px;
}
.main .report .way .the{
	width: 90px;
	height: 180px;
	float: left;
}
.main .report .way .the img{
	width: 100%;
	height: 100%;
	display: block;
}
.main .report .way .txt{
	width: 400px;
	height: 180px;
	float: left;
	margin-left: 15px;
}
.main .report .way .txt ul li{
	font-size: 16px;
    line-height: 45px;
    color: #403f3f;
}
.main .disciplinary{
	overflow: hidden;
	background:white;
	padding:20px 0;
	height:420px;
}
.main .disciplinary .u-tit h3:before{
	width: 240px;
    left: 0;
    top: 18px;
}
.main .disciplinary .u-tit h3:after{
	width: 240px;
    right: 0;
    top: 18px;
}
.main .disciplinary .nar-l{
	width: 590px;
	height: 420px;
	float: left;
	background:white;
}
.main .disciplinary .nar-l .gov-slide{
	margin-top: 10px;
}
.main .disciplinary .nar-l .gov-slide .hd ul{
	margin-left: 7px;
}
.main .disciplinary .nar-r .dis-slide{
	margin-top: 10px;
}
.main .disciplinary .nar-r .dis-slide .hd ul{
	margin-left: 7px;
}
.main .disciplinary .nar-r{
	width: 590px;
	height: 420px;
	float: right;
	background:white;
}
.main .nar-l .hd ul li{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #8a8a89;
    padding: 0 8px;
    height: 30px;
    border: 1px solid #8a8a89;
    display: inline-block;
    margin: 0 3px;
	font-weight:bold;
}
.main .nar-r .hd ul li {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #8a8a89;
    width: 90px;
    height: 30px;
    border: 1px solid #8a8a89;
    display: inline-block;
    margin: 0 3px;
	font-weight:bold;
}
.main .nar-r .bd{
	margin-top: 5px;
}
.main .nar-l .bd{
	margin-top: 5px;
}
.main .nar-l .bd li{
	overflow:hidden;
	clear:both;
}

.main .nar-l .bd .img{
	width:120px;
	height:84px;
	float:left;
	overflow:hidden;
}
.main .nar-l .bd ul.vi{
	width:495px;
	height:270px;
	position:relative;
}
.main .nar-l .bd ul.vi .video{
	width:495px;
	height:270px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:1;
	overflow:hidden;
}
.main .nar-l .bd ul.vi .txt h3{
	font-size: 16px;
    line-height: 30px;
    color: white;
	font-weight:bold;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
	background:rgba(0,0,0,0.5);
	text-align:center;
	
}
.main .nar-l .bd .video img,
.main .nar-l .bd .img img{
	width:100%;
	height:100%;
	display:block;
	transition:all 0.3s;
}
.main .nar-l .bd li:hover .video img,
.main .nar-l .bd li:hover .img img{
	transform:scale(1.05);
}
.main .nar-l .bd ul li .txt{
	width:360px;
	height:84px;
	float:right;
}
.main .nar-l .bd ul li .txt a {
	background: none;
    display: block;
	padding-left:0;
}
.main .nar-l .bd ul li .txt a h3{
	font-size: 16px;
    line-height: 30px;
    color: #403f3f;
	font-weight:bold;
}
.main .nar-l .bd ul li .txt a p{
	font-size: 14px;
    line-height: 20px;
    color: #403f3f;
}
.main .nar-l .bd ul.vi li:hover .txt a h3{
	color:yellow;
}
.main .nar-l .bd ul li:hover .txt a h3{
	color:#b51d23;
}
.main .nar-l .bd ul li a {
   font-size: 16px;
   line-height: 40px;
    color: #403f3f;
    display: block;
	padding-left: 20px;
	background: url(../imgs/dian.png) no-repeat 8px center;
}
.main .nar-l .bd ul li:hover a {
	color: #b51d23;
}
.main .nar-r .bd ul li:hover a {
	color: #b51d23;
}


.main .nar-r .bd ul li a {
   font-size: 16px;
   line-height: 40px;
    color: #403f3f;
    display: block;
	padding-left: 20px;
	background: url(../imgs/dian.png) no-repeat 8px center;
}
.main .nar-r .hd ul li.on, 
.main .nar-r .hd ul li:hover {
    border: 1px solid #0068b7;
    color:#0068b7;
    cursor: pointer;
}
.main .nar-l .hd ul li.on, 
.main .nar-l .hd ul li:hover {
    border: 1px solid #0068b7;
    color: #0068b7;
    cursor: pointer;
}
.u-tit{
	margin: 5px 0;
}
.u-tit h3{
	font-size:22px;
	line-height: 40px;
	color: #b61010;
	text-align: center;
	position: relative;
	font-weight:bold;
}
.u-tit h3:before,
.u-tit h3:after{
	position: absolute;
	content: '';
	height: 3px;
	background:#0068b7;
}
.footer{
	background: #0068b7;
	height: 180px;
}
.footer dl {
	text-align: center;
	padding-top: 30px;
}
.footer dl dt{
	font-size:16px;
	line-height: 40px;
	color: #fff;
}
.footer dl dd{
	font-size:16px;
	line-height: 40px;
	color: #fff;
}
.footer dl dd span{
	width: 10px;
	display: inline-block;
}
.my-list .tit{
	height: 50px;
	background: #e4e4e4;
}
.my-list .tit h3{
	width: 160px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background:#0068b7;
	font-size:24px;
	text-align: center;
}
.my-list .list-text ul li a{
	display: block;
}
.my-list .list-text ul li a h3{
	font-size:16px;
	line-height: 40px;
	color: #272525;
	float: left;
}
.my-list .list-text ul li:hover a h3,
.my-list .list-text ul li:hover a span{
	color: #b51d23;
}
.my-list .page{
	margin-top: 20px;
	text-align: center;
}
.my-list .page ul {
	font-size:0;
}
.my-list .page ul li{
	font-size:22px;
	line-height: 40px;
	color: #fff;
	background: #0068B7;
	display: inline-block;
	margin:  0 10px;
}
.my-list .page ul li:first-child{
	padding: 0 10px;
}
.my-list .page ul li a{
	font-size:22px;
	line-height: 40px;
	color: #fff;
	display: block;
	padding: 0px 14px;
}
.my-list .page ul li:hover a{
	background: #edaa0a;;
}
.my-content .my-nav ul {
	font-size:16px;
	color: #5a5a5a;
	line-height: 40px;
}
.my-content .my-nav ul li{
	font-size:16px;
	color: #0068b7
	line-height: 50px;
	display: inline-block;
}
.my-content .my-nav ul li a{
	font-size:22px;
	color: #5a5a5a;
	line-height: 50px;
	display: inline-block;
}
.my-content .my-nav ul li span{
	margin: 0 5px;
}
.my-list{
	padding:40px 0 100px 0;
	background: url(../imgs/bg3.png) no-repeat top center;
    background-size: 100% auto !important;
}

.my-list .wap{
	overflow:hidden;
}
.my-list .left-list{
	width:230px;
	height:800px;
	float:left;
	position:relative;
	background:white;
	padding:0 20px;
}
.my-list .left-list .left-tit{
	border-bottom:1px solid #ccc;
}
.my-list .left-list .left-tit h3{
	font-size:18px;
	line-height:40px;
	color:#e10c0c;
	text-indent:56px;
	position:relative;
}
.my-list .left-list .left-tit h3:after{
	width:10px;
	height:18px;
	display:block;
	position:absolute;
	content:'';
	left:39px;
	top:11px;
	background:#0068b7;
}
.my-list .left-list ul{
	margin-top:10px;
}
.my-list .left-list ul li{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #cecece;
}
.my-list .left-list ul li span{
	font-size:16px;
	line-height:20px;
	color:#fff;
	margin-right:10px;
	width:20px;
	height:20px;
	background:#ccc;
	display:inline-block;
	text-align:center;
}
.my-list .left-list ul li:nth-child(1) span{
	background:#e60012;
}
.my-list .left-list ul li:nth-child(2) span{
	background:#ffc740;
}
.my-list .left-list ul li:nth-child(3) span{
	background:#0068b7;
}
.my-list .left-list ul li a{
	font-size:16px;
	line-height:36px;
	color:#191919;
}
.my-list .left-list ul li:hover a{
	color:#0068b7;
}
.my-list .tit{
	height: 44px;
	background: #e4e4e4;
}
.my-list .tit h3{
	width: 128px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background:#0068b7;
	font-size:20px;
	text-align: center;
}
.my-list .list-text{
	width:912px;
	min-height:800px;
	float:right;
	background:white;
}
.my-list .list-text ul{
	margin-top:30px;
	padding:0 20px;
}
.my-list .list-text ul li{
	overflow: hidden;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 15px;
	padding-left:20px;
	background:url(../imgs/dian.png) no-repeat 8px center;
}
.my-list .list-text ul li a{
	display: block;
}
.my-list .list-text ul li:hover:before{
	background: #b51d23;
}
.my-list .list-text ul li:hover a h3,
.my-list .list-text ul li:hover a span{
	color: #b51d23;
}
.my-list .list-text ul li a span{
	font-size:16px;
	line-height: 40px;
	color: #272525;
	float:right;
	margin-right:10px;
}
.my-list .page{
	margin-top: 20px;
	text-align: center;
}

.my-list .page a{
	font-size:16px;
	line-height: 30px;
	color: #666;
	display: inline-block;
	padding:0 10px;
}
.my-list .page a b{
	font-size:16px;
	line-height: 30px;
	color: #666;
	display: inline-block;
	padding:0;
	
}
.my-list .page b{
	font-size:16px;
	line-height: 30px;
	color: #666;
	display: inline-block;
}
.my-list .page a:hover,
.my-list .page a:hover b{
	background: #ea1616;
	color:white;
	border-radius:5px;
}
.my-content{
	padding-top:30px;
	padding-bottom:100px;
	overflow:hidden;
	background: url(../imgs/bg3.png) no-repeat top center;
    background-size: 100% auto !important;
}
.my-content .wap1{
	width:auto;
}
.m-nav{
	margin-top:30px;
}
.m-nav ul{
	font-size:0;
}
.m-nav ul li{
	display:inline-block;
	margin: 0 10px;
}
.m-nav ul li.on a,
.m-nav ul li:hover a{
	background:#c00505;
}
.m-nav ul a{
	font-size:18px;
	color: white;
	line-height: 40px;
	display:inline-block;
	background:#0068b7;
	padding:0 20px;
	
}
.my-content .my-nav{
	height: 40px;
	padding-left: 10px;
	font-size:16px;
	color: #0068b7;
	line-height: 40px;
}
.my-content .my-nav a{
	font-size:16px;
	color: #0068b7;
	line-height: 40px;
	display:inline-block;
}
.my-content .my-nav a:hover{
	color:#c00505;
}
.my-content .my-nav span{
	margin: 0 5px;
}
.my-content .my-cont{
	padding: 10px 20px;
	background:white;
}
.my-content .my-cont1{
	width:1200px;
	margin:0 auto;
}
.my-content .my-cont .tit {
	margin-top:50px;
}
.my-content .my-cont .tit h3{
	font-size:26px;
	line-height: 36px;
	color: #0068b7;
	margin-bottom: 20px;
	text-align: center;
	
}
.my-content .my-cont .tit p{
	line-height: 38px;
	font-size:16px;
	color: #7f7d7d;
	text-align: center;
}
.my-content .my-cont .text{
	width: auto;
	margin: 40px auto 0;
}
.my-content .my-cont .text p,
.my-content .my-cont .text span{
	font-size:18px;
	line-height:28px;
}
.my-content-video .wap{
	width:1200px;
	background:white;
}
.my-list .list-text h2 span,
.my-list .list-text h2 a{
	font-size: 22px;
    line-height: 40px;
    color: #272525;
}
.my-list .list-text h2:hover a{
	color:#b51d23;
}
.my-list .list-text table tr td{
	font-size: 18px;
    line-height: 28px;
    color: #666;
}
.my-list .list-text table {
	margin-bottom:20px;
}
.my-list .list-text table tr td span,
.my-list .list-text table tr td a{
	font-size: 18px;
    line-height: 28px;
    color: #666;
}
.my_jubao p{
	text-align:center;
	margin:5px 0;
}
.my_jubao p input[type=checkbox]{
	width:15px;
	height:15px;
	margin-right:5px;
}
.my_jubao p label{
	font-size: 18px;
    line-height: 28px;
    color: #666;
}
.my_jubao p.btn a{
	font-size: 18px;
    line-height: 28px;
    color: white;
	background:#666;
	text-align:center;
	display:inline-block;
	padding:5px 10px;
	margin:0 10px;
}
.my_jubao p.btn a.on{
	background:#0068b7;
}
.my-nimingjubao{
	padding:20px 30px;
	background: url(../imgs/bg3.png) no-repeat top center;
    background-size: 100% auto !important;
}
.my-nimingjubao .wap{
	background:white;
	padding:0 20px;
}
.my-nimingjubao .tit{
	text-align:center;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.my-content-style .wap{
	width:1024px;
}
.my-nimingjubao .tit h3{
	font-size:22px;
	color:#b51d23;
	line-height:50px;
	float:left;
}
.my-nimingjubao .tit p{
	float:right;
}
.my-nimingjubao .tit p a{
	font-size:20px;
	color:#666;
	line-height:50px;
	margin:0 10px;
}
.my-nimingjubao .form{
	margin-top:20px;
}
.my-nimingjubao .form .info{
	background:#0068b7;
	height:40px;
	text-align:center;
	margin-bottom:20px;
}
.my-nimingjubao .form .info h3{
	font-size:20px;
	line-height:40px;
	color:#fff;
}
.my-nimingjubao .form .info h3 span{
	color:#b51d23;
}
.my-nimingjubao .form .list{
	overflow:hidden;
}
.my-nimingjubao .form .list ul{
	width:500px;
	height:140px;
	float:left;
}
.my-nimingjubao .form .list ul.n1{
	width:1024px;
	height:340px;
}
.my-nimingjubao .form .list ul.n1 li input[type="text"]{
	width:800px;
	margin-right:75px;
}

.my-nimingjubao .form .list ul li {
	overflow:hidden;
}
.my-nimingjubao .form .list ul li label{
	font-size:20px;
	line-height:40px;
	color:#666;
	float:left;
}
.my-nimingjubao .form .list ul li label span{
	font-size:16px;
}
.my-nimingjubao .form .list ul li input[type="text"]{
	width:320px;
	height:30px;
	border:1px solid #ccc;
	outline:none;
	font-size:16px;
	padding-left:10px;
	float:right;
	margin-right:50px;
}
.my-nimingjubao .form .list ul li textarea{
	width:810px;
	float:right;
	height:200px;
	margin-right:75px;
	font-size:16px;
	resize: none;
}
.my-nimingjubao .form .list ul li select{
	width:332px;
	height:30px;
	border:1px solid #ccc;
	outline:none;
	font-size:16px;
	float:right;
	margin-right:50px;
}
.my-nimingjubao .form .list ul.n1 li select{
	float:left;
	margin-left:41px;
	margin-right:0;
	width:812px;
}
.my-nimingjubao .form .list ul.n2 {
	height:150px;
	width:1024px;
}
.my-nimingjubao .form .list ul.n2 input[type=text]{
	margin-right:20px;
}
.my-nimingjubao .form .list ul.n2 li input[type="file"]{
	float:left;
	margin-left:30px;
}
.my-nimingjubao .form .list ul.n2 li span{
	float:left;
	font-size:16px;
	color:#999;
}
.my-nimingjubao .form .sub {
	margin:30px auto;
	text-align:center;
}
.my-nimingjubao .form .sub input[type=button]{
	width:100px;
	height:40px;
	background:#0068b7;
	border:none;
	color:#fff;
	display:inline-block;
	cursor:pointer;
}
.w_bottom{
	background:#fff;
	border-top:5px solid #94a1b6;
	margin-top:0;
	clear:both;
}
.w_bottom dl dt {
    font-size: 16px;
    line-height: 40px;
    color: #666;
}
.w_bottom dl dd{
    font-size: 16px;
    line-height: 40px;
    color:#666;
}
.my-jbcx {
	width:1200px;
	padding:40px 20px;
	background:white;
	margin-top:40px;
	min-height:800px;
}
.my-jbcx .jb-title{
	margin-bottom:30px;
}
.my-jbcx .jb-title h3{
	font-size: 20px;
    line-height: 40px;
    color: #b61010;
	font-weight:bold;
	border-bottom:1px solid #b61010;
}
.my-jbcx  .jbcx-search .search-form{
	font-size:0;
	text-align:center;
	overflow:hidden;
}
.my-jbcx  .jbcx-search .search-form .t1{
	width:300px;
	height:40px;
	padding-left:20px;
	display:inline-block;
	background:none;
	outline:none;
	border:1px solid #ddd;
	float:left;
	margin-left:300px;
}
.my-jbcx  .jbcx-search .search-form .t1:focus{
	border:1px solid #0068b7;
}
.my-jbcx  .jbcx-search .search-form .s1{
	width:80px;
	height:42px;
	display:inline-block;
	background:#0068b7;
	outline:none;
	border:none;
	color:white;
	font-size:18px;
	cursor:pointer;
	float:left;
}
.my-jbcx  .jbcx-search .search-show{
	height:300px;
	margin-top:20px;
}
.my-jbcx  .jbcx-search .search-show h3{
	font-size:16px;
	line-height:30px;
	color:#fff;
	width:100px;
	height:30px;
	text-align:center;
	background:#0068b7;
}
.my-jbcx  .jbcx-search .search-show p{
	font-size:18px;
	line-height:28px;
	color:#666;
	margin-top:30px;
}

.diaocha-list .list-text{
	width:auto;
	float:none;
	padding-top:20px;
}
.diaocha-list .list-text ul{
	margin-top:0;
}
.content-left {
    width: 13%;
    height: 750px;
    float: left;
    position: relative;
	background:white;
	padding: 0 20px;
}
.content-right{
	min-height:1200px;
	width: 83%;
    float: right;
    background:white;
}
.content-right .page{
	padding:20px;
}
.content-right .page span{
	font-size: 16px;
    line-height: 36px;
    color: #191919;
	display:block;
}
.content-right .page a{
	font-size: 16px;
    line-height: 36px;
    color:#0068b7;
	display:inline-block;
	margin-left:10px;
}
.content-left .left-tit{
	border-bottom: 1px solid #ccc;
}
.content-left .left-tit h3 {
    font-size: 18px;
    line-height: 40px;
    color: #e10c0c;
    text-indent: 56px;
    position: relative;
}
.content-left .left-tit h3:before {
    width: 10px;
    height: 18px;
    display: block;
    position: absolute;
    content: '';
    left: 39px;
    top: 11px;
    background: #0068b7;
}
.content-left ul{
	margin-top:10px;
}
.content-left ul li{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #cecece;
}
.content-left ul li span{
	font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #ccc;
    display: inline-block;
    text-align: center;
}
.content-left ul li:nth-child(1) span{
	background: #e60012;
}
.content-left ul li:nth-child(2) span{
	background: #ffc740;
}
.content-left ul li:nth-child(3) span{
	background:#0068b7;
}
.content-left ul li a{
	font-size: 16px;
    line-height: 36px;
    color: #191919;
}
.content-left ul li:hover a{
	color:#0068b7;
}
.right-banner{
	position:fixed;
	right:20px;
	bottom:180px;
	width:100px;
	border:1px solid #ccc;
}
.right-banner.on{
	display:none;
}
.left-banner.on{
	display:none;
}
.right-banner span{
	position:absolute;
	top:2px;
	left:2px;
	display:block;
	font-size:16px;
	width:20px;
	height:20px;
	line-height:20px;
	background:white;
	text-align:center;
	cursor:pointer;
	border:1px solid #ccc;
} 
.right-banner a{
	width:100px;
	display:block;
}
.right-banner a img{
	width:100%;
	display:block;
}
.left-banner{
	position:fixed;
	left:20px;
	bottom:180px;
	width:100px;
	border:1px solid #ccc;
}
.left-banner.on{
	display:none;
}
.left-banner.on{
	display:none;
}
.left-banner span{
	position:absolute;
	top:2px;
	left:2px;
	display:block;
	font-size:16px;
	width:20px;
	height:20px;
	line-height:20px;
	background:white;
	text-align:center;
	cursor:pointer;
	border:1px solid #ccc;
} 
.left-banner a{
	width:100px;
	display:block;
}
.left-banner a img{
	width:100%;
	display:block;
}
.my-nimingjubao .form .hfwt-list ul.n1{
	height:550px;
}
.my-nimingjubao .form .ckfj-show ul.n2{
	height:auto;
}

.info-upload{
	width:100px;
	height:30px;
	background:#666;
	color:white;
	text-align:center;
	display:block;
	line-height:30px;
	margin-left:50px;
	cursor:pointer;
}
.hideup{
	display:none;
}
.info-up-show h5{
	display:inline-block;
}
.my-search .list-text{
	width:auto;
	height:auto;
	float:none;
	margin-top:30px;
	padding:20px;
}
.jb-searchh{
	padding-top:30px;
	background: url(../imgs/bg3.png) no-repeat top center;
    background-size: 100% auto !important;
}
.jb-searchh .my-content{
	background:none;
}
.jb-searchh .my-list{
	background:none;
}
.jb-searchh .m-nav{
	margin-top:0;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
                    

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