html{
	height: 100%;
	overflow-y: auto;	
	}
body {
	font-family: "Microsoft Yahei", arial, sans-serif;
	background-color: #eee;	
	color: #949494;
}
#page{
	position: relative;
}
.block{
	display: block;	
}
.in-block{
	display: inline-block;
}
ul,ol,li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.ub-img1
{	
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.c-wh{
	background-color: #fff;
}
input, textarea{outline-style:none;-webkit-appearance:none;}
a:active{
	filter: alpha(opacity=50);
	opacity: 0.5;
	webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}
.form-control {
     -webkit-box-shadow: none; 
     box-shadow: none; 
	 border-radius: 2px;

}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.form-control:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #C9C;
}
label {
	font-weight: normal;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn ,.btn{
    border-radius: 3px;
	/*border: 0px solid transparent;*/
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.caret {
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.dropdown-menu {
    border-radius: 0px;
}
.thum-box .thumbnail {
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	overflow: hidden;
	position: relative;
}
.thum-box .thumbnail .imgcon{
	overflow: hidden;
	position: relative;
	
}
.goback {
    z-index: 1000;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
}
.pagination_con{
	text-align: center;
}

.login_top:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    margin-left: -12.5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: #373e4a transparent transparent transparent;
    bottom: -13px;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}
.reg_login .input-group {
    background: #373e4a;
    border: 1px solid #373e4a;
    padding-top: 6px;
    padding-bottom: 6px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.reg_login .form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    /*background-color: #ffffff;*/
    background-image: none;
    /*border: 1px solid #ebebeb;*/
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.reg_login .input-group .input-group-addon:after {
    position: absolute;
    display: block;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #454a54;
    -webkit-transform: scaleY(.56);
    -moz-transform: scaleY(.56);
    -o-transform: scaleY(.56);
    -ms-transform: scaleY(.56);
    transform: scaleY(.56);
}
.reg_login .input-group-addon{
	color: #919191;
}
.reg_login  .form-control{
	color: #ffffff;
}
.reg_login .input-group-addon,.reg_login  .form-control{
    background: transparent;
    border: 0;
	position: relative;
}
@media screen and (max-width:959px){
.index .logo_ico{
	height: 50px;
	width: 160px;
	margin-left: -80px;
	position: absolute;
	top: 20px;
	z-index: 98;
	left: 50%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}
.index .logo_ico>div{
	font-size: 12px;
	text-align: center;
	padding-top: 50px;
	color: #FFFFFF;
}
.login_top{
	padding:40px 0;
}
form.reg_login{
	width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
.pano_link_con{
	position: absolute;
	width:100%;
	left:0;
	right:0;
	top:100px;
	z-index:98
}
.pano_link{
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	position: relative;
	border: 1px solid  rgba(255,255,255,.5);
	border-radius: 4px;
	vertical-align: middle;
}

.pano_link_l{
	/*background-color: rgba(51,51,51,.2);*/
	color: rgba(255,255,255,1);
	padding: 0 5px 0 20px;
	max-width: 200px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
	white-space:nowrap;
}
.pano_link_r{
	display: table-cell;
	vertical-align: middle;
}
.pano_link_r i{
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #66CC33;
	border-radius: 15px;
	color: rgba(255,255,255,1);
	text-align: center;
	display: block;
} .pano_link_r i.entypo-right-open-big:before{line-height: 1.8em;}
.main_bottom{
	/*background-color: rgba(204,204,153,.5);*/
	position: absolute;
	z-index: 9;
	height: 30%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
}
.search_btn{
	color: rgba(204,204,51,1);
	background-color: rgba(51,51,51,0.8);
	height: 50px;
	width: 50px;
	margin-left: -25px;
	position: absolute;
	left: 50%;
	top: -70px;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
}
.search_btn i{
	color:rgba(204,204,51,1)
}
	.search_btn i.entypo-search:before{line-height: 1.8em}
.tabnav{
	display: table;
	width: 100%;
}
.tabnav li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	
}
.tabnav li a{
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	display: inline-block;
	width: 60px;
	height: 30px;
	line-height:30px;
	border-radius: 15px;
	
}
.tabnav li.active a{
	background-color: #66CC33;	
	border: none;	
}
.tab-content{
	/*background-color: rgba(204,204,153,.5);*/
	position: absolute;
	top:30px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding:10px;
}
.tab-content .con{
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.6);
	text-align: center;
}
a.swiper-slide{

}
.tab-content .pano_title{
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0 10px;
	z-index: 9;
	text-align: center;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
	color: #FFFFFF;
}
.left_top_btn,.right_top_btn{
	position: absolute;
	top: 10px;
	color: rgba(204,204,204,0.8);
	padding: 0 10px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 30px;	
	z-index:99;
}
.left_top_btn{
	left: 0;
}
.right_top_btn{
	right:0;
}
.list .left_top_btn{
	left: 0;
	top:25px;
}
.list .right_top_btn{
	right:0;
	top:25px;
}
.search_panel{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: none;
}
.search_con{
	position: absolute;
	top: 180px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #eee;
}
.kbbb{
	position: absolute;
	height:180px;
	top: 0;
	left: 0;
	right: 0;
}
.closex{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
	font-size: 30px;
	height: 40px;
	color: #999999;
	text-align: center;
	z-index: 9999;
}
.sea_tit{
	font-size:16px;
	padding:15px;
	/*margin-bottom:10px;*/
	border-bottom: 1px solid #eee;
	text-align: center;
}
.sea_panel{
	padding:20px;
}
.label_tit{
	padding: 2px 15px;
	margin-bottom: 10px;
	border-left: 2px solid #66CC00;	
}
.lslabel>a{
	display: inline-block;
	margin: 0 5px 10px 0px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 12px;
	border: 1px solid #666666;
	border-radius: 20px;
	color: #666666;
}
/*********list_page***********/
.list .top_con{
	background: #283442;
	
}
.list .logo_con{
	position: relative;	
	padding:10px 0 30px;
}
.list .logo_ico{
	height: 40px;
	width: 160px;
	margin: 0 auto;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.list .logo_ico>div{
	font-size: 12px;
	text-align: center;
	padding-top: 40px;
	color: #999999;
}
.top_selet{
	display: table;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
}
.top_selet_item{
	vertical-align: middle;
	display: table-cell;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	width: 25%;
	overflow: hidden;
	white-space:nowrap;
}
.top_selet_item:last-child{
	border-right:none;
}
.top_selet_item a{
	color: #666666;
	line-height: 40px;
	text-align: center;
	display: block;
}

.thum-box{
	padding: 10px;
	min-height: 500px;
}
.thum-box .row{
	margin-left: -5px;
    margin-right: -5px;
}
.thum-box .col-xs-6{
	padding-left: 5px;
    padding-right: 5px;
}
.thum-box .thumbnail {
     padding: 0; 
	 border: none;
}
.thum-box .thumbnail .imgcon{
	height: 120px;
	background-color: #CCCCCC;
}
.thum-box .thumbnail .imgcon:before{
	content: "图片加载中";
	display: block;
	font-size: 12px;
	color: #999999;
	margin-left: -2.5em;
	position: absolute;
	left: 50%;
	top: 45%;
	z-index: 0;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: transparent;
}
.thum-box .thumbnail .imggg {
	z-index:2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.caption{
	overflow: hidden;
	white-space:nowrap;
}
.caption .h4{
	font-size: 14px;
	color: #666666;
	white-space:nowrap;
	
}
.thumbnail .right_location{
	position: absolute;
	top: 5px;
	right: 5px;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
	color: rgba(255,255,255,0.8);
	font-size: 12px;
	z-index: 3;
}
.thumbnail {
    margin-bottom: 10px;
}
.open_top{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background-color: rgba(51,51,51,0.98);
	display: none;
	color: #CCCCCC;
}
.open_top .open_title{
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #454545;
	font-size: 18px;
}
.open_top .open_selet{
	overflow-x: hidden;
	position: fixed;
	top: 66px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;	
	overflow-y:auto;
	-webkit-overflow-scrolling:touch
}
.open_top .open_selet label{
	display: block;
	padding: 15px 30px;
	border-bottom: 1px solid #454545;
	margin-bottom: 0;
}
.open_selet input[type="radio"]:checked,.open_selet input[type="radio"]:not(:checked) {
	display: none;
}
.open_selet input[type="radio"] + label {
	cursor:pointer;
	
}
.open_selet input[type="radio"]:not(:checked) + label i {
	display: none;
}
.open_selet input[type="radio"]:checked + label i{
	display: inline;
}
.swiper-button-next,.swiper-button-prev{
	display: none;
}
.footer{
	background: #36414f;
	color: rgba(255,255,255,.4);
	/*margin-top: 10px;*/
}
.footer a{
	color: rgba(255,255,255,.4);
}
.footer a:hover{
	color: rgba(255,255,255,.7);
}
.footer .bottom{
	background: #283442;
	font-size:12px;
}
.footer .top{
	border-bottom: 1px solid rgba(255,255,255,.05);	
	font-size:12px;
}
.footer .top,.footer .cen,.footer .bottom{
	padding:15px;
}
.footer .cen a{
	line-height:1.8;
}

}



@media screen and (min-width:960px){
.index .logo_ico{
	height: 50px;
	width: 260px;
	margin-left: -130px;
	position: absolute;
	top: 20px;
	z-index: 98;
	left: 50%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}
.index .logo_ico>div{
	font-size: 12px;
	text-align: center;
	padding-top: 50px;
	color: #FFFFFF;
}
.login_top{
	padding:80px 0;
}
form.reg_login{
	width: 320px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
.pano_link_con{
	position: absolute;
	width:100%;
	left:0;
	right:0;
	top:100px;
	z-index:98
}
.pano_link{
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	position: relative;
	border: 1px solid  rgba(255,255,255,.5);
	border-radius: 4px;
	vertical-align: middle;
}
a:hover.pano_link{
	border: 1px solid  rgba(51,51,51,.1);
	background-color: rgba(51,51,51,.3);	
}
.pano_link_l{
	/*background-color: rgba(51,51,51,.2);*/
	color: rgba(255,255,255,1);
	padding: 0 5px 0 20px;
	max-width: 200px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
	white-space:nowrap;
}
.pano_link_r{
	display: table-cell;
	vertical-align: middle;
}
.pano_link_r i{
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #66CC33;
	border-radius: 15px;
	color: rgba(255,255,255,1);
	text-align: center;
	display: block;
	padding-top:5px;
}
.main_bottom{
	/*background-color: rgba(204,204,153,.5);*/
	position: absolute;
	z-index: 9;
	height: 30%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
}
.search_btn{
	background-color: rgba(204,204,51,.8);
	height: 80px;
	width: 80px;
	margin-left: -40px;
	position: absolute;
	left: 50%;
	top: -170px;
	text-align: center;
	line-height: 80px;
	border-radius: 50px;
	padding-top:20px;
}
.search_btn i{
	color:rgba(51,51,51,0.8);
	font-size:40px !important;
}
a:hover.search_btn{
	background-color: rgba(102,102,102,0.8);
}
a:hover.search_btn i{
	color:rgba(204,204,51,1)
}
.tabnav{
	display: table;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.tabnav li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	
}
.tabnav li a{
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	display: inline-block;
	width: 60px;
	height: 30px;
	line-height:30px;
	border-radius: 15px;
	
}
.tabnav li.active a{
	background-color: #66CC33;	
	border: none;	
}
.tab-content{
	/*background-color: rgba(204,204,153,.5);*/
	position: absolute;
	top:30px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding:10px;
}
.tab-content .con{
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.6);
	text-align: center;
}
a.swiper-slide{

}
.tab-content .pano_title{
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0 10px;
	z-index: 9;
	text-align: center;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
	color: #FFFFFF;
}
.left_top_btn,.right_top_btn{
	position: absolute;
	top: 20px;
	color: rgba(204,204,204,0.9);
	padding: 0 10px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 30px;	
	z-index:99;
}
a:hover.left_top_btn,a:hover.right_top_btn{
	color: rgba(255,255,255,1);
}
.left_top_btn{
	left: 10px;
}
.right_top_btn{
	right:10px;
}
.list .left_top_btn{
	left: 10px;
	top:45px;
}
.list .right_top_btn{
	right:10px;
	top:45px;
}
.search_panel{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: none;
	background-color: rgba(51,51,51,.5);
}
.search_con{
	position: absolute;
	top: 180px;
	left: 20%;
	right: 20%;
	bottom: 20%;
	background-color: #eee;
	border-radius: 5px;
	z-index:123;
}
.kbbb{
	position: absolute;
	height:180px;
	top: 0;
	left: 0;
	right: 0;
}
.closex{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
	font-size: 30px;
	height: 40px;
	color: #999999;
	text-align: center;
	z-index: 9999;
	cursor:pointer
}
.sea_tit{
	font-size:16px;
	padding:15px;
	/*margin-bottom:10px;*/
	border-bottom: 1px solid #eee;
	text-align: center;
}
.sea_panel{
	padding:20px;
}
.label_tit{
	padding: 2px 15px;
	margin-bottom: 10px;
	border-left: 2px solid #66CC00;	
}
.lslabel>a{
	display: inline-block;
	margin: 0 5px 10px 0px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 12px;
	border: 1px solid #666666;
	border-radius: 20px;
	color: #666666;
}
/*********list_page***********/
.list .top_con{
	background: #283442;
}
.list .logo_con{
	position: relative;	
	padding:30px 0 50px;
}
.list .logo_ico{
	height: 40px;
	width: 160px;
	margin: 0 auto;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.list .logo_ico>div{
	font-size: 12px;
	text-align: center;
	padding-top: 40px;
	color: #999999;
}
.top_selet{
	display: table;
	width: 100%;
	border-top-width: 1px;
	border: 1px solid #ddd;
}
.top_selet_item{
	vertical-align: middle;
	display: table-cell;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	width: 25%;
	overflow: hidden;
	white-space:nowrap;
}
.top_selet_item:last-child{
	border-right:none;
}
.top_selet_item a{
	color: #666666;
	line-height: 40px;
	text-align: center;
	display: block;
}

.thum-box{
	padding: 20px 10px;
	min-height:800px;
}
.thum-box .row{
	margin-left: -20px;
    margin-right: -20px;
}
.thum-box .col-xs-6{
	/*padding-left: 5px;
    padding-right: 5px;*/
}
.thum-box .thumbnail {
     padding: 0; 
	 border: none;
}
.thum-box .thumbnail .imgcon{
	height: 180px;
	background-color: #CCCCCC;
}
.thum-box .thumbnail .imgcon:before{
	content: "图片加载中";
	display: block;
	font-size: 12px;
	color: #999999;
	margin-left: -2.5em;
	position: absolute;
	left: 50%;
	top: 45%;
	z-index: 0;
}
a:hover.thumbnail, a:focus.thumbnail, a.active.thumbnail {
	border-color: transparent;
	background-color: #66CC33;
	
}
.thum-box .thumbnail .imggg {
	z-index:2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.caption{
	overflow: hidden;
	white-space:nowrap;
}
.caption .h4{
	font-size: 14px;
	line-height:30px;
	color: #666666;
	white-space:nowrap;
	
}
a:hover.thumbnail .caption .h4{
	color: #fff;	
}
.thumbnail .right_location{
	position: absolute;
	top: 5px;
	right: 5px;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
	color: rgba(255,255,255,0.8);
	font-size: 12px;
	z-index:3;
}
.thumbnail {
    /*margin-bottom: 10px;*/
}

.open_top{
	position: fixed;
	width: 500px;
	top: 150px;
	left: 50%;
	margin-left: -250px;
	bottom: 200px;
	z-index: 99;
	background-color: rgba(51,51,51,0.98);
	display: none;
	color: #CCCCCC;
}
.open_top .open_title{
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #454545;
	font-size: 18px;
}
.open_top .open_selet{
	overflow-x: hidden;
	position: absolute;
	top: 66px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.open_top .open_selet label{
	display: block;
	padding: 15px 30px;
	border-bottom: 1px solid #454545;
	margin-bottom: 0;
}
.open_selet input[type="radio"]:checked,.open_selet input[type="radio"]:not(:checked) {
	display: none;
}
.open_selet input[type="radio"] + label {
	cursor:pointer;
	
}
.open_selet input[type="radio"]:not(:checked) + label i {
	display: none;
}
.open_selet input[type="radio"]:checked + label i{
	display: inline;
}
.footer{
	background: #36414f;
	color: rgba(255,255,255,.4);
	margin-top: 50px;
}
.footer a{
	color: rgba(255,255,255,.4);
}
.footer a:hover{
	color: rgba(255,255,255,.7);
}
.footer .bottom{
	background: #283442;
	
}
.footer .top{
	border-bottom: 1px solid rgba(255,255,255,.05);	
}
.footer .top,.footer .cen,.footer .bottom{
	padding:24px 0
}
.footer .cen a{
	line-height:1.8;
}

	
}

