@charset "utf-8";
@media print {	
	.whitebackground, .maintitle, .he_border4, .he_border1 {
	   border: 1px solid #000000;
	}
	.social-links2, .social-links, .search3, .search4, .bc_box, #C, .share, #contentdata , .tosearch , .app {
	   display:none!important;
	}
	body .social-links {
	   height:0cm!important;
    }
	br {
		display: block;
		content: "";
		margin-top: 0;
	}
}

a:link {
	color: #20345C;
}
a:visited {
	color: #20345C;
}
a:hover {
	color: #F90;
}
.gplus{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/g+_share.png);
	background-repeat: no-repeat;
}
.fb{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/fb_share.png);
	background-repeat: no-repeat;
}
.tt{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/twitter_share.png);
	background-repeat: no-repeat;
}
.plurk{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/plurk_share.png);
	background-repeat: no-repeat;
}
.line{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/line_share.png);
	background-repeat: no-repeat;
}
.printer{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/print.png);
	background-repeat: no-repeat;
}
.back{
	float: left;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	color:#333;
	line-height:32px;
}
.share { 
	float: right;
	color: #FFF;
	height: 30px;
	margin-right: 6px;
	margin-top:10px;
}

/*** directory_list.jsp Start ***/
.tree{ 
	padding-left: 10px; 
}

.tree li{
	color: #333333;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
}
.tree li li{
	color: #003399;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/arrow_right2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	margin-left: -38px;
}
.tree li li li{
	color: #990033;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/arrow_right3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	margin-left: -28px;
}
.tree li a:link, .tree li a:visited {
	color: #333333;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
	padding-left: 3px;
}
.tree li li a:link, .tree li li a:visited {
	color: #003399;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
	padding-left: 3px;
}
.tree li li li a:link, .tree li li li a:visited {
	color: #990033;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
	padding-left: 3px;
}
.tree li a:hover {
	color: #F90;
	text-decoration: none;
}
.tree li li a:hover {
	color: #F90;
	text-decoration: none;
}

.tree li li li a:hover {
	color: #F90;
	text-decoration: none;
}

/*** directory_list.jsp End ***/

.newsdate1 {
	text-align: center;
	float: left;
	color: #FFF;
	font-size: 86%;
	height: 30px;
	margin-right: 6px;
}
.newstitle1,.newstitle1 a:link,.newstitle1 a:visited{
	font-size: 96%;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	height: 35px;
	margin-right: 15px;
}
.newstitle1 {
	background-image: url(../images/arr1.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	width: 100%;
	/* [disabled]padding-top: 5px; */
	/* [disabled]padding-bottom: 25px; */
	padding-left: 16px;
	float: left;
	color: #FFF;
	font-size: 100%;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
}
.newstitle1 a:hover{
	
	color: #FFCC00;
	text-decoration: none;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 1%;
	overflow: hidden;
	z-index: 1999; 
	width: 42px;
	height: 42px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 42px;
	height: 42px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
}
/*-- //to-top --*/
.font_red{
	color: #D00
}
.sitemap {
	/***background-color: #ccc;***/
	background-color: #802c60;
	background-image: url(../images/sitemap_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
.sitemap > ul ,.sitemap > ul a {
	padding-top: 8px;
	padding-bottom: 8px;	
	text-align: left;
	color:#FFF;	
	
}
.sitemap > ul ,.sitemap > ul a:hover {
	color: #FC0;	
}
.sitemap > ul > li {	
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	color: #FFF;
	padding-left: 20px;
}
#aaa{
	position:relative;
	width:100%;
	margin:0 auto 25px;
	padding-bottom: 10px;
	
}
.mail_ico{
	width: 100%;
	/* [disabled]height: 64px; */
	padding-left: 56px;
	background-image: url(../images/30.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;	
	
}
/*	Reset
/* ---------------------------------------------------------------------- */
.left{	
	float: left;
}
.right{	
	float: right;
}
.contentdate{
	font-size: 100%;
	color: #666;
	padding-left: 25px;
	background-image: url(../images/date-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:10px;
}
.Remark {
	font-size: 100%;
	color: #03F;
	margin-bottom:10px;
}
.acc{
	font-size:50%;
	color:#CB8DAB;	
	float: left; line-height: 40px; padding-left:20px;
}
.acc a:link,a:visited{
	font-size: 50%;
	color: #CB8DAB;
}
.acc a:hover{
	font-size: 50%;
	color:#CB8DAB;	
}
#content_page{
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	max-width: 1000px;
}
.footerTop{
	width: 100%;
	height: 145px;
	background-image: url(../images/footerbg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	text-align: center;
}
.top{
	background-color: #444444;
	height: 40px;
}
.searcha1{
	height: 20px;
	/***
	background-image: url(../images/searcharr.png);
	background-repeat: no-repeat;
	background-position: left top;
	***/
	padding-left: 12px;
	float: left;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 85%;
	line-height: 35px;
	margin-right: 15px;
	/***margin-top: -5px;
	margin-left: -40px;***/
}
.searcha2{
	height: 20px;
	background-image: url(../images/searcharr2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	float: left;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 85%;
	line-height: 20px;
	margin-top: 7px;
	margin-left: -8px;
}
.searcharadio{
	height: 25px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 100%;
	line-height: 25px;
	/* [disabled]margin-right: 20px; */
	float: right;
	width: 200px;
	position: absolute;
	z-index: 10;
	top: 45px;
	right: 90px;
}

.newstitle{
	width: 50%;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	
	text-align: center;	
	float: left
}
.newstitle a{
	width: 50%;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	text-align: center;
	
	text-decoration: none;
}
.newstitle a:hover{
	width: 100%;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FCC;
	text-align: center;
	text-decoration: none;
}
.newstitle_befor{
	width: 50%;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	background-color: #893f74;
	text-align: center;
	
	float: left
}



nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


a {
    margin: 0;
    padding: 0;
    font-size: 100%;
	outline: none;
	text-decoration: none;
    background: transparent;
	vertical-align: baseline;
}

a, a > * {
	color: #6d7a7e;
	text-decoration: none;
	line-height: 20px;
}
.slider a {
	color: #000033;
	text-decoration: none;
	font-size:100%;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	
}
.not-ie a, .not-ie a > * {
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

h2 a{
	line-height: 24px;	
	color: #900;
	font-family: 'Adamina', serif;
}
.style-2 a:hover, .style-2 a > *:hover {color: #9F1010;}
.style-3 a:hover, .style-3 a > *:hover {color: #2a7313;}
.style-4 a:hover, .style-4 a > *:hover {color: #d98908;}
.style-5 a:hover, .style-5 a > *:hover {color: #3b5381;}
.style-6 a:hover, .style-6 a > *:hover {color: #5592b4;}

ul li {
	list-style: none;
}



blockquote {
	position: relative;
	margin-bottom: 1.5em;
    padding: 24px 45px 20px 60px;
	border: 1px solid #ebebeb;
    background-color: #f9f9f9;
    font: italic 14px/1.6 'Adamina', serif;
	color: #6d7a7e;
}

blockquote:after,
blockquote:before {
	position: absolute;
	width: 33px;
	height: 23px;
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	content: '';
}

blockquote:before {left: 20px; top: 20px;}

blockquote:after {
	margin: 5px 0 0 20px;
	background-position: right top;
}

address {
	margin-bottom: 50px;
	font-style: normal;
	line-height: 1.7;
}
/*------- Back To Top ------------------*/
/* Tab style */
#scrollUp {
	bottom: 0;
	right: 30px;
	width: 70px;
	height: 70px;
	margin-bottom: -10px;
	padding: 10px 5px;
	font: 14px/20px sans-serif;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #000000;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #E6E6E6;
	background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
	background-repeat: repeat-x;
	-webkit-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	-o-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}
/* ---------------------------------------------------------------------- */
/*	Basic Elements
/* ---------------------------------------------------------------------- */

p {
	margin: 0 0 1.5em 0;
	padding: 10px;
	line-height: 1.6em;
	/* [disabled]color: #333; */
}

h1 {font-size: 125%;}
h2 {
	font-size: 120%;
	color: #900;
}
h2 a:link {
	font-size: 120%;
	color: #900;
}
h3 { font-size: 112%;}

h5 { font-size: 100%;}
h1, h2, h3, h5 {
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
}

h1, h2, h3, h5{
	margin-bottom: 15px;
	font-weight: 400;
	line-height: 1.25;
}

h6 {line-height: 1.5em;}

	/* -------------------------------------------------- */
	/*	Clearfix
	/* -------------------------------------------------- */
.clear1 {
	clear: both;
	display: block;
	height: 15px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	}
	.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	}

	.clearfix:after {
		clear: both;
		display: block;
		visibility: hidden;
		height: 0;
		content: ".";
	}

	/* -------------------------------------------------- */
	/*	General Classes
	/* -------------------------------------------------- */

	.aligncenter {
		text-align: center;
	}
	
	.aligncenter > img {
		display: inline;
		text-align: center;
	}

	.alignleft {float:left;}

		img.alignleft {margin: 0 20px 20px 0;}

	.alignright {float:right;}

		img.alignright {margin: 0 0 20px 20px;}

	.custom-frame {
		display: block;
		border: 5px solid #e0e1e3;
		
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;	
	}
	
	.ie7 iframe.custom-frame {width: 97%;}
	
	.webkit iframe.custom-frame {width: 100%;}
	
	.video-widget .liquid-video-wrapper {margin: 0;}
	
	.liquid-video-wrapper {
		position: relative;
		margin: 0 0 20px;
		padding: 0;
		width: 100%;
	}

	.liquid-video-wrapper iframe,
	.liquid-video-wrapper object,
	.liquid-video-wrapper embed {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	/* -------------------------------------------------- */
	/*	 Highlight	
	/* -------------------------------------------------- */
	
	.highlight1::-moz-selection,
	.highlight2::-moz-selection,
	.highlight3::-moz-selection,
	.highlight4::-moz-selection {
		padding: 1px 3px;
		color: #fff;
	}
	
	.highlight1::selection,
	.highlight2::selection,
	.highlight3::selection,
	.highlight4::selection {
		padding: 1px 3px;
		color: #fff;
	}
	
	span.highlight1,
	span.highlight2,
	span.highlight3,
	span.highlight4 {
		padding:1px 3px;
		color: #fff;
	}
	
	span.highlight1 {background-color:#1f221e;}
	span.highlight2 {background-color:#457935;}
	span.highlight3 {background-color:#a6412b;}
	span.highlight4 {background-color:#2b65a6;}

	.highlight1::selection {background-color:#1f221e;}
	.highlight2::selection {background-color:#457935;}
	.highlight3::selection {background-color:#a6412b;}
	.highlight4::selection {background-color:#2b65a6;}
	
	.highlight1::-moz-selection {background-color:#1f221e;}
	.highlight2::-moz-selection {background-color:#457935;}
	.highlight3::-moz-selection {background-color:#a6412b;}
	.highlight4::-moz-selection {background-color:#2b65a6;}
	
	/* -------------------------------------------------- */
	/*	Custom Table
	/* -------------------------------------------------- */
	
	.custom-table {
		margin-bottom: 3em;
		width: 100%;
	}
	
		.custom-table tbody tr:nth-child(even) td {
			background-color: rgba(31,34,30,.02);
		}

			.custom-table td,
			.custom-table th {padding: 7px 15px;}

			.custom-table thead th {
				border-top: 1px solid #ced5cf;
				border-right: 1px solid #ced5cf;
				border-bottom: 1px solid #ced5cf;
				background-color: rgba(31,34,30,.09);
				text-align: left;
				font-weight: 700;
			}
			
			.ie7 .custom-table thead th,
			.ie8 .custom-table thead th {background-color: #ebebeb;}

			.custom-table thead th:first-child,
			.custom-table tbody tr td:first-child {border-left: 1px solid #ced5cf;}

			.custom-table td {
				border-bottom: 1px solid #ced5cf;
				border-right: 1px solid #ced5cf;
			}
	
	/* -------------------------------------------------- */
	/*	Dropcaps
	/* -------------------------------------------------- */
	
	.dropcap {
		color: #D9DADB;
		float: left;
		font-size: 150%;
		font-weight: 700;
		line-height: 1em;
		margin: 0 15px 0 0;
	}

	.dropcapspot {
		float: left;
		margin: 0 12px 0 0;
		width: 45px;
		height: 45px;
		color: #fff;
		text-align: center;
		font-weight: 700;
		font-size: 150%;
		line-height: 45px;
	}
	
	.not-ie .dropcapspot {
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;
	}
	
	/* -------------------------------------------------- */
	/*	Dividers
	/* -------------------------------------------------- */
	
	.sep {
		border-top: 1px solid #E0E1E3;
		clear: both;
		margin: 30px 0;	
	}
	
	.divider {
		clear: both;
		margin: 35px 0;
		width: 100%;
		height: 2px;
		background-color: #e0e1e3;
	}
	
	/* -------------------------------------------------- */
	/*	Ordered / Unordered List Styles
	/* -------------------------------------------------- */
	
	ul.list,
	ol.list {margin: 0 0 30px 0;}

	ol.type-1 li {list-style: decimal inside;}
	ol.type-2 li {list-style: decimal-leading-zero inside;}
	
	ul.type-1 li {list-style: circle inside;}
	ul.type-2 li {list-style: square inside;}
	
	/* -------------------------------------------------- */
	/*	Buttons
	/* -------------------------------------------------- */
	
/*	input.button {padding: 7px 14px 9px;}*/
	.button2 {
	display: inline-block;
	margin-bottom: 1.5em;
	outline: none;
	color: #fff;
	vertical-align: baseline;
	text-align: center;
	text-decoration: none;
	font: 15px Arial;
	cursor: pointer;
	width: 100%;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	}
	.button {
		display: inline-block;
		margin-bottom: 1.5em;
		padding: 8px 14px 8px;
		outline:none;
		color: #fff;
		vertical-align: baseline;
		text-align:center;
		text-decoration: none;
		font: 11px Arial;
		cursor:pointer;
	}
	
	.style-1 .button.gray {color: #1c7fbd;}
	.style-2 .button.gray {color: #e53535;}
	.style-3 .button.gray {color: #69ad11;}
	.style-4 .button.gray {color: #eba505;}
	.style-5 .button.gray {color: #841132;}
	.style-6 .button.gray {color: #4a5063;}
	
	.button.gray:hover {color: #fff;}

	.style-1 .button.gray:hover {background-color: #17517a;}
	.style-2 .button.gray:hover {background-color: #e53535;}
	.style-3 .button.gray:hover {background-color: #2a7313;}
	.style-4 .button.gray:hover {background-color: #eba505;}
	.style-5 .button.gray:hover {background-color: #841132;}
	.style-6 .button.gray:hover {background-color: #4a5063;}
	
	.button:hover {background-color: #313131; color: #fff !important;}

	.yellow {background-color: #fdbe0f;}
	.orange {background-color: #f99200;}
	.red {background-color: #db4300;}
	.pink {background-color: #c51574;}
	.purple {background-color: #760148;}
	.emerald {background-color: #2ebc9e;}
	.lime {background-color: #8fbe00;}
	.green {background-color: #5bad24;}
	.dark-green {background-color: #276c00;}
	.mettalic-blue {background-color: #6a8cb1;}
	.sky-blue {background-color: #00a8c6;}
	.blue {background-color: #2d5bc4;}
	.violet {background-color: #4f4269;}
	.brown {background-color: #564544;}
	.black {background-color: #313131;}
	.gray {background-color: #e7e7e8;}
	.grey {background-color: #898989;}
	.white {
		padding: 7px 13px;
		background-color: #fff;
		color: #6b6b6b;
		border: 1px solid #d4d4d4;
	}

	.align-btn-left {float: left;}
	.align-btn-right {float: right;}

	/* -------------------------------------------------- */
	/*	Forms
	/* -------------------------------------------------- */

	button
	 {
		cursor: pointer;
		-webkit-appearance: button;
	}

	label {
		cursor: pointer;
		margin: 0;
	}
	
	
	.not-ie select {
		-webkit-appearance: none;
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
	}	

	textarea {
		padding: 10px;
		border: 1px solid transparent;
	}

	
	/* ---------------------------------------------------------------------- */
	/*	Alert Boxes
	/* ---------------------------------------------------------------------- */

	.error,
	.success,
	.info,
	.notice {
		/*** display: block; ***/
		padding: 20px;
		font-size: 100%;
	}

	.error {
		/*** border: 1px solid #f09da7;
		background-color: #f9bcc3; ***/
		color: #FF0000;
	}

	.success {
		border: 1px solid #b4d892;
		background-color: #d8efc1;
		color: #79985b;
	}

	.info {
		border: 1px solid #a1c7d5;
		background-color: #b8e1f1;
		color: #52889b;
	}

	.notice {
		border: 1px solid #e7d195;
		background-color: #feebb7;
		color: #b49133;
	}

/* ---------------------------------------------------------------------- */
/*	Layout
/* ---------------------------------------------------------------------- */


	
		.section-title {
			text-transform: uppercase;
		}
		
		.style-1 .section-title {color: #124162;}
		.style-2 .section-title {color: #373a3c;}

	/* -------------------------------------------------- */
	/*	Columns
	/* -------------------------------------------------- */

	.one-half,
	.one-third,
	.two-third,
	.one-fourth, 
	.three-fourth {
		float: left;
		margin-right: 20px;
	}

	.one-half.last,
	.one-third.last,
	.two-third.last,
	.one-fourth.last,
	.three-fourth.last {margin-right: 0px;}

	.one-half {width: 460px;}

	.one-third  {width: 300px;}

		.two-third {width: 620px;}

	.one-fourth {width: 220px;}

		.three-fourth {width: 700px;}

/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

.wrap-header {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 108px;
}

.style-1 .wrap-header {
	/* [disabled]background-image: url(../images/bg.jpg); */
	background-repeat: repeat-x;
	background-position: top;
}

.style-2 .wrap-header {
	background: #9f1010; /* Old browsers */
	background: -moz-linear-gradient(top,  #9f1010 0%, #9f1010 69%, #7f0d0d 69%, #7f0d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f1010), color-stop(69%,#9f1010), color-stop(69%,#7f0d0d), color-stop(100%,#7f0d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9f1010 0%,#9f1010 69%,#7f0d0d 69%,#7f0d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9f1010 0%,#9f1010 69%,#7f0d0d 69%,#7f0d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9f1010 0%,#9f1010 69%,#7f0d0d 69%,#7f0d0d 100%); /* IE10+ */
	background: linear-gradient(to top,  #9f1010 0%,#9f1010 69%,#7f0d0d 69%,#7f0d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f1010', endColorstr='#7f0d0d',GradientType=0 ); /* IE6-9 */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.style-3 .wrap-header {
	background: #1f650c; /* Old browsers */
	background: -moz-linear-gradient(top,  #1f650c 0%, #1f650c 69%, #19510a 69%, #19510a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f650c), color-stop(69%,#1f650c), color-stop(69%,#19510a), color-stop(100%,#19510a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1f650c 0%,#1f650c 69%,#19510a 69%,#19510a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1f650c 0%,#1f650c 69%,#19510a 69%,#19510a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1f650c 0%,#1f650c 69%,#19510a 69%,#19510a 100%); /* IE10+ */
	background: linear-gradient(to top,  #1f650c 0%,#1f650c 69%,#19510a 69%,#19510a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f650c', endColorstr='#19510a',GradientType=0 ); /* IE6-9 */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.style-4 .wrap-header {
	background: #545558; /* Old browsers */
	background: -moz-linear-gradient(top,  #545558 0%, #545558 69%, #47484b 69%, #47484b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545558), color-stop(69%,#545558), color-stop(69%,#47484b), color-stop(100%,#47484b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #545558 0%,#545558 69%,#47484b 69%,#47484b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #545558 0%,#545558 69%,#47484b 69%,#47484b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #545558 0%,#545558 69%,#47484b 69%,#47484b 100%); /* IE10+ */
	background: linear-gradient(to top,  #545558 0%,#545558 69%,#47484b 69%,#47484b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545558', endColorstr='#47484b',GradientType=0 ); /* IE6-9 */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.style-5 .wrap-header {
	background: #841132; /* Old browsers */
	background: -moz-linear-gradient(top,  #841132 0%, #841132 69%, #6a0e28 69%, #6a0e28 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#841132), color-stop(69%,#841132), color-stop(69%,#6a0e28), color-stop(100%,#6a0e28)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #841132 0%,#841132 69%,#6a0e28 69%,#6a0e28 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #841132 0%,#841132 69%,#6a0e28 69%,#6a0e28 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #841132 0%,#841132 69%,#6a0e28 69%,#6a0e28 100%); /* IE10+ */
	background: linear-gradient(to top,  #841132 0%,#841132 69%,#6a0e28 69%,#6a0e28 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#841132', endColorstr='#6a0e28',GradientType=0 ); /* IE6-9 */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.style-6 .wrap-header {
	background: #363c4e; /* Old browsers */
	background: -moz-linear-gradient(top,  #363c4e 0%, #363c4e 69%, #2b303e 69%, #2b303e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363c4e), color-stop(69%,#363c4e), color-stop(69%,#2b303e), color-stop(100%,#2b303e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #363c4e 0%,#363c4e 69%,#2b303e 69%,#2b303e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #363c4e 0%,#363c4e 69%,#2b303e 69%,#2b303e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #363c4e 0%,#363c4e 69%,#2b303e 69%,#2b303e 100%); /* IE10+ */
	background: linear-gradient(to top,  #363c4e 0%,#363c4e 69%,#2b303e 69%,#2b303e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363c4e', endColorstr='#2b303e',GradientType=0 ); /* IE6-9 */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#header {
	width: 100%;
	/* [disabled]background-image: url(../images/bg00.jpg); */
	/* [disabled]background-repeat: repeat-x; */
	padding-right: 0;
	padding-top: 0px;
	padding-left: 0;
	height: 100px;
	/* [disabled]margin-bottom: 10px; */
	background-color: #FFF;
}

	#logo {
	float: left;
	}
	
	/* -------------------------------------------------- */
	/*	Main Navigation
	/* -------------------------------------------------- */

	.navigation {
	clear: both;
	/* height: 40px; */
	z-index: 1000;
	padding-top: 0;
	/* [disabled]padding-right: 20px; */
	padding-bottom: 0;
	/* [disabled]padding-left: 20px; */
	position: relative;
	text-align: center;
	}
	
	.style-1 .navigation,
	.style-2 .navigation {
	background-color: #993366;
}
	.navigation > ul {
    
    width:980PX;
 margin-left:auto;
 margin-right:auto;
   }
			.navigation > ul > li {
				position: relative;
				float: left;
				margin: 0;
				list-style: none;
				background-image: url(../images/menu_line.png);
				background-repeat: no-repeat;
				background-position: right center;
			}
			
			.ie7 .navigation > ul > li {height: 40px;}
			
				.navigation > ul > li > a {
	position: relative;
	display: block;
	padding: 0 13px;
	text-align: left;
	text-transform: uppercase;
	font-size: 90%;
	font-family: 'Adamina', serif;
	vertical-align: top;
	line-height: 40px;
				}
				
				.ie7 .navigation > ul > li > a {height: 40px;}
				
				.style-1 .navigation > ul > li > a {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 96%;
	text-decoration: none;
}
				.style-2 .navigation > ul > li > a,
				.style-3 .navigation > ul > li > a,
				.style-4 .navigation > ul > li > a,
				.style-5 .navigation > ul > li > a {color: #373a3c;}
				.style-6 .navigation > ul > li > a {color: #fff;}
				
				.navigation .rightarrowclass {
					position: absolute;
					top: 50%;
					right: 10px;
					margin-top: -3px;
					width: 3px;
					height: 7px;
					background: url(../images/nav-arrow.png) no-repeat;
				}

					.navigation > ul > li:hover > a,
					.navigation > ul > li.current > a {
	color: #fff;
	text-decoration: none;
}

					.style-1 .navigation > ul > li:hover > a,
					.style-1 .navigation > ul > li.current > a,
					.style-1 .dropcapspot,
					.style-1 #back-top,
					.style-1 .pagination .current {
	background-color:  #e17d01;
}

					.style-2 .navigation > ul > li:hover > a,
					.style-2 .navigation > ul > li.current > a,
					.style-2 .dropcapspot,
					.style-2 #back-top,
					.style-2 .pagination .current {background-color: #e53535;}

					.style-3 .navigation > ul > li:hover > a,
					.style-3 .navigation > ul > li.current > a,
					.style-3 .dropcapspot,
					.style-3 #back-top,
					.style-3 .pagination .current {background-color: #79b027;}

					.style-4 .navigation > ul > li:hover > a,
					.style-4 .navigation > ul > li.current > a,
					.style-4 .dropcapspot,
					.style-4 #back-top,
					.style-4 .pagination .current {background-color: #eba505;}

					.style-5 .navigation > ul > li:hover > a,
					.style-5 .navigation > ul > li.current > a,
					.style-5 .dropcapspot,
					.style-5 #back-top,
					.style-5 .pagination .current {background-color: #3b5381;}

					.style-6 .navigation > ul > li:hover > a,
					.style-6 .navigation > ul > li.current > a,
					.style-6 .dropcapspot,
					.style-6 #back-top,
					.style-6 .pagination .current {background-color: #75a9c7;}

				/* Dropdown */
				
				.navigation > ul > li:hover > ul {
	padding-top: 1px;
}
				
				.navigation li:hover > ul {
					display: block;
					top: 39px;
					opacity: 1;
					visibility: visible;
				}

				.navigation ul ul {
					position: absolute;
					left: 0;
					top: 70px;
					z-index: 99;
					opacity: 0;
					visibility: hidden;
					padding: 0;
					width: 179px;
				}
				
				.not-ie .navigation ul ul {
					-webkit-transition: all .2s ease-in-out;
					   -moz-transition: all .2s ease-in-out;
					    -ms-transition: all .2s ease-in-out;
					  	 -o-transition: all .2s ease-in-out;
							transition: all .2s ease-in-out;	
				}

				.navigation ul > li:hover ul li:hover ul {
	opacity: 1;
	left: 170px;
	display: block;
				}

					.navigation ul ul li {position: relative;}
					
					.ie7 .navigation ul ul li {height: 34px;}
					
					.navigation ul ul li:last-of-type > a {
	border-bottom: none;
	text-decoration: none;
}

						.navigation ul ul a {
	display: block;
	padding: 9px 10px;
	border-bottom: 1px solid #f2f3f4;
	background-color: #F6F6F6;
	text-align: left;
	color: #124162;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 90%;
	font-family: "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
						}
						
						.style-1 .navigation ul ul a {
	color: #124162;
	text-decoration: none;
}
						.style-2 .navigation ul ul a {color: #373a3c;}
						
						.style-3 .navigation ul ul a,
						.style-4 .navigation ul ul a {
							border-bottom: 1px solid #e3e4e5;
							background-color: #cacbcc;
							color: #373a3c;
						}
						
						.style-5 .navigation ul ul a {
							border-bottom: 1px solid #e3e4e5;
							background-color: #cacbcc;
							color: #fff;
						}
						
						.style-6 .navigation ul ul a {
							border-bottom: 1px solid #676f88;
							background-color: #4a5063;
							color: #fff;
						}

						.navigation > ul ul li:hover > a,
						.navigation .active > a {
	color: #fff;
	text-decoration: none;
}
						
						.style-1 .navigation > ul ul li:hover > a,
						.style-1 .navigation .active > a {
	background-color:  #e17d01;
}
						
					
						
						.navigation ul ul li:hover > a .rightarrowclass {background-position: 0 -19px;}

				/* Sub Dropdown */

				.navigation ul ul ul {
	left: 170px !important;
	top: 0 !important;
				}
				
				.not-ie .navigation ul ul ul {
					-webkit-transition: all .2s ease-in-out;
					   -moz-transition: all .2s ease-in-out;
					    -ms-transition: all .2s ease-in-out;
					  	 -o-transition: all .2s ease-in-out;
				}

		/* Nav Responsive  */

		.navigation .nav-responsive {
			display: none;
			margin: 15px 0;
			padding: 6px 8px;
			width: 68%;
			border-color: #ccc;
			background-color: #fff;
			background-image: url(../images/nav-bg.png);
			background-position: right center;
			background-repeat: no-repeat;
		}
		
		/* Donate */
		
		a.donate {
			float: right;
			display: block;
			margin: 0;
			padding: 0 30px;
			color: #fff;
			text-transform: uppercase;
			font-size: 100%;
			font-family: 'Adamina', serif;
			line-height: 60px;
		}
		
		.not-ie a.donate {
			-webkit-transition: all .25s linear;
			   -moz-transition: all .25s linear;
				-ms-transition: all .25s linear;
				 -o-transition: all .25s linear;
					transition: all .25s linear;
		}
		
		.style-1 a.donate {background-color: #e11842;}
		.style-2 a.donate {background-color: #17517a;}
		
		.style-3 a.donate,
		.style-4 a.donate,
		.style-5 a.donate,
		.style-6 a.donate {background-color: #e11842;}
		
		a.donate:hover {
			text-shadow: -1px -1px 0 rgba(0,0,0,.2);
			color: #fff;
		}
		
		.not-ie a.donate:hover {
			-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.35);
			   -moz-box-shadow: inset 0 0 8px rgba(0,0,0,.35);
					box-shadow: inset 0 0 8px rgba(0,0,0,.35);			
		}
		
		.style-1 a.donate:hover {background-color: #cb1c41;}
		.style-2 a.donate:hover {background-color: #15486c;}
		
		.style-3 a.donate:hover,
		.style-4 a.donate:hover,
		.style-5 a.donate:hover,
		.style-6 a.donate:hover {background-color: #cb1c41;}

	ul.social-links {
	padding-top: 8px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: 75%;
	float: left;
	position: absolute;
	right: 0px;
	top: 0px;
	/* [disabled]position: absolute; */
	}
		ul.social-links li  {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}
			ul.social-links li a {
	display: inline-block;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	text-decoration: none;
		}
		
		ul.social-links li a:hover {
	display: inline-block;
	list-style: none outside none;
	color: #F90;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
		}		
	
.s{
	width: 28px;
	font-size: 75%;
	color: #FFF;
	padding: 6px;
	}
	.m{
	width: 28px;
	font-size: 75%;
	color: #FFF;
	padding: 6px;
	}
	.l{
	width: 28px;
	font-size: 75%;
	color: #FFF;
	padding: 6px;
	}
	.ed{
	background-image: url(../images/a1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 28px;
	height: 28px;
	
	}
	
/* ---------------------------------------------------------------------- */
/*	Home
/* ---------------------------------------------------------------------- */

ul.block-with-icons {
	margin-bottom: 50px;
	list-style: none;
}

	ul.block-with-icons li {
		position: relative;
		float: left;
		margin: 0 0 0 1px;
		width: 312px;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-color: rgba(0,0,0,.05);
		border-style: solid;
		background-color: #f5f4f6;
	}
	
	.not-ie ul.block-with-icons li {
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
	}
	
	.ie7 ul.block-with-icons li,
	.ie8 ul.block-with-icons li {border: none;}
	
	ul.block-with-icons li:last-of-type {border-right: 1px solid rgba(0,0,0,.05);}
	ul.block-with-icons li:first-of-type {border-left: 1px solid rgba(0,0,0,.05);}

		ul.block-with-icons li a {
			display: block;
			padding: 35px 15px 35px 100px;	
		}
		
		ul.block-with-icons li a:after {
			position: absolute;
			top: 29px;
			left: 35px;
			display: block;
			width: 53px;
			height: 36px;
			background-image: url(../images/sprite-block-icons.png);
			background-repeat: no-repeat;
			content: '';
		}
		
		ul.block-with-icons li.b1 a:after {background-position: 0 0;}
		ul.block-with-icons li.b2 a:after {background-position: -70px 0;}
		ul.block-with-icons li.b3 a:after {background-position: -130px 0;}

			ul.block-with-icons li:first-child {margin-left: 0;}

				ul.block-with-icons h5 {
					margin: 0 0 3px 0;
					text-transform: uppercase;
					line-height: .9;
				}
				
				.style-1 ul.block-with-icons h5 {color: #1c7fbd;}
				

				ul.block-with-icons span {
					display: block;
					font-size: 100%;
					line-height: 1.2em;
				}
				
	.style-1 ul.block-with-icons li:hover {background-color: #17517a;}
	
	
		ul.block-with-icons li:hover h5 {color: #fff;}
		ul.block-with-icons li:hover span {color: #fff;}
		
		ul.block-with-icons li.b1 a:hover:after {background-position: 0 -46px !important;}
		ul.block-with-icons li.b2 a:hover:after {background-position: -70px -46px !important;}
		ul.block-with-icons li.b3 a:hover:after {background-position: -130px -46px !important;}

/* ---------------------------------------------------------------------- */
/*	Content
/* ---------------------------------------------------------------------- */

#content {
	margin-bottom: 40px;
	width: 630px;
	float: left;
}

.sbl #content {float: right;}
.sbr #content {float: left;}

	/* -------------------------------------------------- */
	/*	Layout
	/* -------------------------------------------------- */

	#content .one-fourth {width: 290px;}
	
	/* -------------------------------------------------- */
	/*	Page Header
	/* -------------------------------------------------- */

	.page-header {
		margin-bottom: 35px;
		padding-bottom: 25px;
		border-bottom: 2px solid #e0e1e3;
	}

		.page-title {
			margin: 0;
			color: #cacbcc;
		}
		
/* ---------------------------------------------------------------------- */
/*	Events
/* ---------------------------------------------------------------------- */

.event-item {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 2px solid #e0e1e3;
}

.event-item.detailed {
	border-bottom: none;
}

	.event-date {margin-bottom: 3px;}
	
	.style-1 .event-date {color: #1c7fbd;}
	.style-2 .event-date {color: #9f1010;}
	.style-3 .event-date {color: #2a7313;}
	.style-4 .event-date {color: #d98908;}
	.style-5 .event-date {color: #3b5381;}
	.style-6 .event-date {color: #5592b4;}
	
	.event-body {
		float: left;
		padding-right: 20px;
		width: 360px;
		border-right: 1px solid #e0e1e3;
	}
	
	.event-item.detailed .event-body {
		float: none;
		margin-top: 45px;
		width: 100%;
		border-right: none;
	}
	
	.event-meta {
		float: right;
		width: 205px;
	}
		
		.event-table td {padding: 3px 0;}
		.event-table td:first-child {width: 75px;}
		
		.event-table td.cat a:after {content: ',';}
		.event-table td.cat a:last-of-type:after {content: '';}
		
		.event-table td span.gmap {
			padding: 3px 5px;
			color: #fff;
			font-size: 100%;
		}
		
		.not-ie .event-table td span.gmap {
			-webkit-border-radius: 2px;
			   -moz-border-radius: 2px;
					border-radius: 2px;	
		}
		
		.style-1 .event-table span.gmap,
		.style-5 .event-table span.gmap {background-color: #004076;}
		.style-2 .event-table span.gmap {background-color: #9f1010;}
		.style-3 .event-table span.gmap {background-color: #2a7313;}
		.style-4 .event-table span.gmap {background-color: #d98908;}
		.style-6 .event-table span.gmap {background-color: #75A9C7;}
		
		/* -------------------------------------------------- */
		/*	Columns
		/* -------------------------------------------------- */
		
		.event-body .one-half {
			width: 290px;
		}


/* ---------------------------------------------------------------------- */
/*	Blog
/* ---------------------------------------------------------------------- */

.post {
	margin-top: 25px;
	padding-top: 35px;
}

.first .post {border-top: 2px solid #e0e1e3;}

	.post:first-child {
		padding-top: 0;
		margin-top: 0;
		border-top: none;
	}
	
	.image-post-slider {
		position: relative;
		margin-bottom: 25px;
	}
	
		.image-post-slider .single-image {margin: 0;}
		
		.image-post-slider img {margin-bottom: 0;}
	
		.post-pager {
			position: absolute;
			z-index: 11;
			bottom: 7px;
			right: 13px;
		}

			.post-pager > a {
				display: block;
				float: left;
				margin-left: 3px;
				width: 10px;
				height: 10px;
				background-color: #e7e7e8;
				text-indent: -9999px;
			}
			
			.not-ie .post-pager > a {
				-webkit-border-radius: 5px;
				   -moz-border-radius: 5px;
						border-radius: 5px;		
			}

			.post-pager > a.activeSlide {background-color: #1C7FBD;}

.post-item,
.second .post {
	float: left;
	width: 47%;
	margin-top: 0;
	margin-right: 3%;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.post-item:first-child {
	float: none;
	margin: 0 0 20px;
	width: 100%;
	border-bottom: 2px solid #e0e1e3;
}

.post-item:nth-child(2n-1),
.second .post:nth-child(2n) {margin-right: 0;}

.ie7 .post-item.nomargin,
.ie7 .second .post.nomargin {margin-right: 0;}

	.post-item .title,
	.post .title {
	margin-bottom: 12px;
	color: #900;
}
	
	.post-meta {clear: both; margin: 0 0 15px 0;}

		.post-date,
		.post-tags,
		.post-comments {
			float: left;
			margin: 5px 10px 5px 0;
			padding-left: 20px;
			background-image: url(../images/icons/post-icons.png);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-size: 100%;
		}
		
		.post-tags a:after {content: ','}
		.post-tags a:last-child:after {content: '';}

		.post-date {background-position: 0 0;}
		.post-tags {background-position: 0 -47px;}
		.post-comments {background-position: 0 -143px;}

		.post-date:hover {background-position: 0 -24px;}
		.post-tags:hover {background-position: 0 -119px;}
		.post-comments:hover {background-position: 0 -165px;}

		
	/* -------------------------------------------------- */
	/*	Comments
	/* -------------------------------------------------- */
	
	#comments {
		margin-top: 40px;
		padding-top: 45px;
		border-top: 1px solid #D4D4D4;
	}

		.comments-list {
			margin: 27px 0 50px;
			padding: 0;
			overflow: hidden;
		}

			.comment {
				list-style: none;
				margin: 20px 0 0;
				padding: 0;
			}

			.comment:first-child {
				border-top: none;
				margin-top: 0;
				padding-top: 0;
			}

				.comment > article {
					margin: 0;
					overflow: hidden;
				}

					.comment .avatar {
						background: #fff;
						float: left;
						margin: 0 20px 20px 0;
						position: relative;
						width: 40px;
						height: 40px;
						z-index: 1;
						zoom: 1;
					}

					.comment .comment-body,
					.comment .comment-meta {
						margin: 0 20px 0;
						padding: 20px 0 0 0;
					}
					
					.comment .comment-body {padding-top: 15px;}
					.comment .comment-body {color: #8a8989;}
					
					.comment .comment-meta {
						border-bottom: 1px dotted #ccc;
					}

					.comment .comment-entry {
						position: relative;
						display: table;
						background-color: #f5f5f5;
					}
					
					.ie7 .comment .comment-entry {
						display: block;
						float: right;
						width: 540px;
					}
					
					.ie7 .children .comment-entry {
						width: 480px;
					}
					
					.comment .comment-entry:after {
						position: absolute;
						left: -9px;
						top: 14px;
						display: block;
						width: 9px;
						height: 16px;
						background: url(../images/arrow-comments-entry.png) no-repeat;
						content: '';
					}
					
						.comment .comment-meta {margin-bottom: 0;}

						.comment .author,
						.comment .author a {margin: 0;}

						.comment .date {
							margin-bottom: 5px;
							color: #a1a1a1;
							font-size: 100%;
							font-style: italic;
							font-family: Arial;
						}

				.comment .children {
					margin: 0;
					padding: 20px 0 0 60px;
					position: relative;
				}

					.comment .children .comment {
						margin: 20px 0 0;
						padding: 0;
						position: relative;
					}

					.comment .children .comment:first-child {margin-top: 0;}

	/* -------------------------------------------------- */
	/*	Respond
	/* -------------------------------------------------- */
		
	#respond {
		padding-top: 45px;
		border-top: 1px solid #d4d4d4;
	}
	
	#commentform {margin-top: 25px; max-width: 100%;}

		#commentform .input-block,
		#contact .input-block {
			margin: 0 0 10px 0;
		}
		
			#commentform .input-block > label,
			.textarea-block > label {
				margin-left: 10px;
				line-height: 35px;
			}
			
			.textarea-block > label {display: block;}

			#commentform input {float: left; width: 278px;}
			
			#commentform input:hover,
			#commentform textarea:hover,
			#contact input[type="text"]:hover,
			#contact textarea:hover {
				border-color: #d2d2d2;
			}
			
			#commentform textarea:focus,			
			#contact textarea:focus {
				border-color: #d2d2d2;
				background-color: #fdfdfe;

				-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,.1);
				   -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,.1);
						box-shadow: inset 1px 1px 4px rgba(0,0,0,.1);
			}
			
			.input-block label strong,
			.textarea-block strong {
				color: #8a8989;
				font-size: 100%;
				font-weight: 100;
			}
			
			.textarea-block strong,
			#contact .textarea-block label {display: none;}
			
			.input-block label span {
				color: #e9403b;
				font-size: 100%;
			}
			
		
		#commentform .textarea-block,
		#contact .textarea-block {clear: both; margin-bottom: 20px;}

			#commentform textarea {
				width: 480px;
				height: 220px;
				max-width: 468px;
				max-height: 400px;
				min-width: 468px;
				min-height: 220px;
			}

		#commentform input[type="submit"],
		#contactform button[type="submit"]{
			margin: 0 0 20px;
			width: auto;
			border: none;
		}	

	/* -------------------------------------------------- */
	/*	Pagination
	/* -------------------------------------------------- */

	.pagination {
	clear: both;
	padding-top: 40px;
	/* [disabled]border-top: 2px solid #e0e1e3; */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
	}

		.pagination li {
			display: inline-block;
			list-style: none;
			margin: 0 2px 0 0;
		}
		
		.ie7 .pagination li {
			display: block;
			float: left;
		}

			.pagination .current {color: #fff;}
			
			.pagination a {
				display: block;
				padding: 3px 8px 3px;
				border: 1px solid transparent;
				background-color: #e7e7e8;
				color: #9c9c9c;
			}
			
			.pagination .prevpostslink,
			.pagination .nextpostslink {background: none;}
			
			.pagination a:hover:not(.current):not(.prevpostslink):not(.nextpostslink) {
				background-color: #d8d8d9;
				color: #646464;
			}
			
			.pagination a.current:hover {color: #fff;}
			
			.pagination .prevpostslink:hover,
			.pagination .nextpostslink:hover,
			.pagination .prevpostslink:hover > span,
			.pagination .nextpostslink:hover > span {
				color: #646464;
			}
			
				.pagination .prevpostslink > span,
				
				

	
/* Isotope */

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	   -moz-transition-duration: 0.6s;
		-ms-transition-duration: 0.6s;
	 	 -o-transition-duration: 0.6s;
			transition-duration: 0.6s;
	z-index: 2;
}

.isotope {
	-webkit-transition-property: height, width;
	   -moz-transition-property: height, width;
		-ms-transition-property: height, width;
		 -o-transition-property: height, width;
			transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	   -moz-transition-property:	-moz-transform, opacity;
		-ms-transition-property:		 top, left, opacity;
		 -o-transition-property:		 top, left, opacity;
			transition-property:		 transform, opacity;
}
		
/* ---------------------------------------------------------------------- */
/*	Contact Us
/* ---------------------------------------------------------------------- */

#map {
	height: 400px;
	margin: 0 0 35px 0;
	position: relative;
	width: 100%;
}

/* Form style */

fieldset.row {margin-bottom: 1em;}

	#contact label {
		margin-left: 10px;
		line-height: 35px;
		color: #6d7a7e;
	}

	

	#contact textarea {   
		height: 160px;
		max-height: 250px;
		max-width: 518px;
		min-height: 160px;
		min-width: 518px;
		width: 518px;
	}

	
#message fieldset {
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F9FAF5;
}

.error_message {
	display: block;
	line-height: 22px;
	background: #FBE3E4 url('../assets/error.gif') no-repeat 10px 6px;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

ul.error_messages {
	margin: 0 0 0 15px;
	padding: 0;
}

	ul.error_messages li {
		height: 22px;
		line-height: 22px;
		color:#333;
	}

	.loader {padding: 0 10px;}

	#contact #success_page h1 { 
		background: url('../assets/success.gif') left no-repeat;
		padding-left: 22px;
	}
	
	#contact .enter-verify {
		float: left;
		display: block;
		line-height: 27px;
	}
	
	#contact .wrong-data {border-color: #F09DA7;}

	#contact .verify {
		float: none !important;
		margin: 0 15px;
		width: 50px !important;
		height: 28px !important;
		vertical-align: top;
	}
		
/* ---------------------------------------------------------------------- */
/*	Sidebar
/* ---------------------------------------------------------------------- */

#sidebar {
	width: 300px;
	float: right;
}

.sbl #sidebar {float: left;}
.sbr #sidebar {float: right;}

	/* -------------------------------------------------- */
	/*	Widgets
	/* -------------------------------------------------- */

	#sidebar .widget-container {
	margin-bottom: 25px;
}
		
		#sidebar .custom-frame {margin: 0;}
		
		.style-1 .video-entry {background-color: #17517a;}
		
			.video-title {display: block;}
			
				.video-title > h5 {
					padding: 20px;
					color: #fff;
					line-height: 1.5em;
					font-size:100%;
				}
				
				.video-title > h5:hover {color: #fff;}

		/* ---------------------------------------- */
		/*	Search
		/* ---------------------------------------- */

		

/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#footer {	
	background-color: #eee;

}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

	ul.copyright {
	position: relative;
	clear: both;
	width: 98%;
	border-top: 2px solid #e0e1e3;
	list-style: none;
	text-align: left;
	margin-top: 15px;

	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	/* [disabled]padding-right: 10px; */
	padding-bottom: 20px;
	/* [disabled]padding-left: 10px; */
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 85%;
	line-height: 24px;
	color: #000;
	}
	ul.copyright a{
	
	color: #000;
	}
	ul.copyright a:hover{
	color: #039;
	}

	ul.copyright:after {
		position: absolute;
		
	}
		
		ul.copyright li:first-child {padding-left: 0;}
		ul.copyright li:first-child:before {margin: 0; content: '';}
	
		ul.copyright li {
			display: inline-block;
			font-size: 100%;
			color: #6d7a7e;
		}
		
		.ie7 ul.copyright li {float: left;}
		
		ul.copyright li:before {
			margin: 0 8px;
			content: '.';
			vertical-align: text-bottom;
			line-height: 1.8;
		}
	
	
		/* ---------------------------------------- */
		/*	Custom Menu
		/* ---------------------------------------- */

		#footer ul.menu li {
			padding: 7px 0 6px 0;
			border-bottom: 1px solid #e0e1e3;
		}
		
		#footer ul.menu li:first-child {padding-top: 0;}
		
			.style-1 #footer ul.menu li a {color: #1c7fbd;}
			.style-2 #footer ul.menu li a {color: #9f1010;}
			.style-3 #footer ul.menu li a {color: #69ad11;}
			.style-4 #footer ul.menu li a {color: #eba505;}
			.style-5 #footer ul.menu li a {color: #3b5381;}
			.style-6 #footer ul.menu li a {color: #5592b4;}
			
			#footer ul.menu li:hover a {color: #606163;}

		/* ---------------------------------------- */
		/*	Links
		/* ---------------------------------------- */

		#footer .widget_links li {
			padding: 7px 0 6px 0;
			border-bottom: 1px solid #e0e1e3;
		}
		
		#footer .widget_links li:first-child {padding-top: 0;}
		
			.style-1 #footer .widget_links li a {color: #1c7fbd;}
			.style-2 #footer .widget_links li a {color: #9f1010;}
			.style-3 #footer .widget_links li a {color: #69ad11;}
			.style-4 #footer .widget_links li a {color: #eba505;}
			.style-5 #footer .widget_links li a {color: #3b5381;}
			.style-6 #footer .widget_links li a {color: #5592b4;}
			
			#footer .widget_links li:hover a {color: #606163;}
	
	
		

				.style-1 .time {color: #1c7fbd;}
				
				
/* ---------------------------------------------------------------------- */
/*	Widgets
/* ---------------------------------------------------------------------- */

	.container .widget-container {margin-bottom: 70px;}
	
		.widget-title {
	text-transform: uppercase;
	font-size:100%;
	font-family: 'Adamina', serif;
	font-weight: bold;
	background-color: #CCC;
	padding: 5px;
		}
		
		.style-1 .widget-title {color: #124162;}
		
		
		
	/* ---------------------------------------- */
	/*	Back to Top
	/* ---------------------------------------- */

	#back-top {
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 50;
		display: none;
		width: 45px;
		height: 45px;
		background-image: url(../images/icons/arrow.png);
		background-position: 50%;
		background-repeat: no-repeat;
		text-indent: -9999px;
		
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;
		
		-webkit-transition: all .2s linear;
		   -moz-transition: all .2s linear;
			-ms-transition: all .2s linear;
			 -o-transition: all .2s linear;
				transition: all .2s linear;
	}
	
		#back-top:hover { 
			 -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15), inset 0 0 20px rgba(0,0,0,.2);
			    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15), inset 0 0 20px rgba(0,0,0,.2);
					 box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15), inset 0 0 20px rgba(0,0,0,.2);
		}
		
		
	
	/* ---------------------------------------- */
	/*	Accordion Content
	/* ---------------------------------------- */

	.acc-trigger:first-of-type {border-top: 1px solid #d4d4d4;}
	
	.acc-trigger {
		margin: 0;
		display: block;
		cursor: pointer;
		border: 1px solid #d4d4d4;
		border-top: none;
	}

		.acc-trigger a {
			position: relative;
			display: block;
			padding: 10px 20px 10px 38px;
			outline: medium none;
			background-color: #fff;
			color: #606163;
			text-decoration: none;
			font-size: 100%;
			font-family: 'Adamina', serif;
			cursor: pointer;
		}
	
		.acc-trigger a:after {
			position: absolute;
			left: 11px;
			top: 50%;
			margin-top: -8px;
			width: 17px;
			height: 17px;
			background-image: url(../images/collapse.png);
			background-repeat: no-repeat;
			background-position: 0 0;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			content: '';
		}
		
		.style-1 .acc-trigger a:after,
		.style-1 .trigger:after {background-color: #539bc7;}
		
		.ie7 .acc-trigger a:after {top: 43%;}
		
		.acc-trigger.active a:after {background-position: 0 -17px;}
			
		.acc-trigger.active,
		.acc-trigger.active > a { 
			background-color: #f6f6f7;
			cursor: default !important;
		}
		
		.acc-trigger a:hover {
			background-color: #f6f6f7;
			cursor: pointer;
		}

	.acc-container .content { 
		padding: 25px 20px;
		border-left: 1px solid #d4d4d4;
		border-right: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4;
	}
	
	/* ---------------------------------------- */
	/*	Content Toggle
	/* ---------------------------------------- */	
	
	.box-toggle {
		margin-bottom: 4px;
		border: 1px solid #d4d4d4;
	}

		.trigger {
			position: relative;
			display: block;
			padding: 10px 20px 10px 38px;
			outline: medium none;
			background-color: #fff;
			color: #606163;
			text-decoration: none;
			font-size: 100%;
			font-family: 'Adamina', serif;
			cursor: pointer;
		}
		
		.ie7 .trigger {height: 20px;}

			.trigger:after {
				position: absolute;
				left: 11px;
				top: 50%;
				margin-top: -8px;
				width: 17px;
				height: 17px;
				background-image: url(../images/collapse.png);
				background-repeat: no-repeat;
				background-position: 0 0;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				content: '';
			}
			
			.trigger.active {border-bottom: 1px solid #d4d4d4;}
			
			.trigger.active:after {background-position: 0 -17px;}
			
			.trigger:hover,
			.trigger.active {background-color: #f6f6f7;}

		.toggle-container  {
			display: none;
			padding: 15px;
		}
.img_border { border: 1px solid #ccc; background: #fff; }
.img_border_s { padding: 4px }
.img_border_b { padding: 7px }
.img_nom { display: block; margin-bottom: 15px }
.img_f3 {
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}
.img_f3 img {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.sin_up {
	width: 32px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/sign-up.png);
	height: 32px;
}
.sin_stop {
	width: 32px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/stop.png);
	height: 32px;
}
.bankdebt {
	float: left;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/info-2.gif);
	height: 32px;
}
.pdf {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/pdf.png);
}
.doc {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/word.png);
}
.xsl {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/excel.png);
}
.csv {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/csv.png);
}
.ppt {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/powerpoint.png);
}
.text {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/text.png);
}
.zip {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/zip.png);
}
.odt {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/odt.png);
}
.ods {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/ods.png);
}
.odf {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/odf.png);
}
.flv {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/flv.png);
}
.media {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/wmv.png);
	background-position:center;
}
.none {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/none.png);
}
.download_img {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/image.png);
}

/* Smaller than standard 960 (devices and browsers) */
@media all and (min-width: 960px) {
	#menu{
  display:none}
  
  	
	/* -------------------------------------------------- */
	/*	Social Links
	/* -------------------------------------------------- */
ul.social-links2 {
	/* [disabled]margin-left: 20px; */
	font-size: 100%;
	float: left;
	position: absolute;
	color: #FFF;
	left: 0px;
	top: 0px;
}
ul.social-links2 a:link {
	font-size: 100%;
	float: left;
	color: #FFF;
}
ul.social-links2 a:visited {
	font-size: 100%;
	float: left;
	color: #FFF;
}
ul.social-links2 a:hover {
	font-size: 100%;
	float: left;
	color: #FFF;
}

ul.social-links2 li {
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	float: left;
	/* [disabled]position: absolute; */
	color: #FFF;
	text-align: center;
}
ul.social-links2 .hed{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #661950;
	background-image: url(../images/topmenu-2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: 900;
}
ul.social-links2 li:link{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
}
ul.social-links2 li:hover{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #661950;
	background-image: url(../images/topmenu-2.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
  
	.morebanner {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:60px;
	width:20%;
	float:left
}
.morebanner img{
	width:100%
}
	.cc {	
	display:none;
	
}
	.btn-search {
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	color: #FFF;
	white-space: nowrap;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.btn-search a:link {
	
	color: #FFF;
text-decoration: none;	
}
.btn-search a:hover {
	color: #FFF;
	text-decoration: none;	
	background-attachment: scroll;
	background-color:  #E17D01;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn-search:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #BBBBBB;
	background-attachment: scroll;
	background-color:  #E17D01;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn-search .caret {
  border-top: 4px solid #FFF;
}
	.bnr-right {
	/***width: 35%;***/
	float: left;
	height: 40px;
}
	.wrap {
	width: 100%;
	/* min-width: 1000px; */
}
.col-md-20{width:20%;
	min-width:200px;
	font-size:100%}
	.col-md-5{width:49%;
	min-width:300px}
	.col-sm-6{width:50%}
	.youtube {
	background-image: url(../images/youtube.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 64px;
	width: 64px;
	margin-right: 8px;
	float:left
}	
.submit input[type="text"] {
	width: 300px;
	color: #666;
	font-weight: 400;
	outline: none;
	font-size:100%;
	border: none;
	-webkit-appearance: none;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background-color: #E7DAE3;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family:Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€"
}
.col-md-4{width:33.33333333%}
.col-md-0110{width:100%}
.recent-grid{
	width: 46%;
	float: left;
	margin-right: 2%;
	height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #eee;
	box-shadow: 3px 3px 2px rgba(20%,20%,40%,0.1);
	min-width: 300px;
}
.col-md-009 {
	width: 77%;
	float: left;
  }
.col-md-003 {
	width: 22%;
	float: left;
	margin-right: 1%;
  }
   /* activity_list */ 
  .activitytype1{
	  display:none}
  .start_date1{
	  display:none}
	.activitytitle1{
	  display:none}
	  .end_date1{
	  display:none}
	   .place1{
	  display:none}
	   .sign1{
	  display:none}
   .activitytype {
	width: 12%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 90%;
}
.start_date {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 90%;
}
.activitytitle {
	width: 38%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 90%;
}
.end_date {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 90%;
}
.place {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 90%;
}
.sign {
	width: 12%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 90%;
}
.activitytype_con {
	width: 12%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	/***
	padding-right: 10px;
	padding-left: 10px;
	***/
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 85%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.start_date_con {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 75%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.activitytitle_con {
	width: 36%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 85%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.activitytitle_con a:link, .activitytitle_con a:visited {
	color: #333;
	font-size: 85%;
}	
.end_date_con {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 75%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.place_con {
	width: 15%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 85%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.sign_con {
	width: 9%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}
 /* download_list */ 
  .dcode1{
	  display:none}
  .Publish_date1{
	  display:none}
	.dtitle1{
	  display:none}
	  .up_date1{
	  display:none}
	   .times1{
	  display:none}
	   .format1{
	  display:none}
   .dcode {
	width: 7%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	display: none;
}
.Publish_date {
	width: 17%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.dtitle {
	width: 49%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 7px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.up_date {
	width: 17%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.times {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.format {
	width: 22%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.dcode_con {
	width: 7%;
	text-align: center;
	padding-top: 8px;
	margin-bottom: -9991px;
	padding-bottom: 9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	display: none;
}
.Publish_date_con {
	width: 17%;
	text-align: center;
	padding-top: 8px;
	margin-bottom: -9991px;
	padding-bottom: 9999px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}
.dtitle_con {
	width: 49%;
	text-align: left;
	padding-top: 8px;
	margin-bottom: -9991px;
	padding-bottom: 9999px;
	padding-left: 7px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}
.up_date_con {
	width: 17%;
	text-align: center;
	padding-top: 8px;
	margin-bottom: -9991px;
	padding-bottom: 9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}
.times_con {
	width: 10%;
	text-align: center;
	padding-top: 8px;
	margin-bottom: -9991px;
	padding-bottom: 9999px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}

.format_con {
	width: 21%;
	padding-top: 8px;
	padding-left:7px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	display: inline-block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}

   /* FscSearch_BankSub */  
  
  .fscode1{
	  display:none}
  .fstitle1{
	  display:none}
	.fsman1{
	  display:none}
.fsleft {
	width: 25%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;	
	padding-right: 20px;	
	color: #FFF;
	font-size: 100%;
	background-color:#a41961;
}	
.fsright {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;	
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}	
.fscenter {
	width: 50%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;	
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}	
  .fscode {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fstitle {
	width: 65%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fsman {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fscode_con {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fstitle_con {
	width: 58%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}

.fsman_con {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}
/* bstatistics_list */   
  
  .bcode1{
	  display:none}
  .btitle1{
	  display:none}
	.bdate1{
	  display:none}
	
  .bcode {
	width: 10%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.btitle {
	width: 75%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.bdate {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.bcode_con {
	width: 10%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.btitle_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}

.bdate_con {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}

/* FscSearch_BankType */   
  .whitebackground3 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
  .fcode1{
	  display:none}
  .forganization_name1{
	  display:none}
	.fadd1{
	  display:none}
	  .ftel1{
	  display:none}
	  .furl1{
	  display:none}
  .fcode {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.forganization_name {
	width: 25%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fadd {
	width: 25%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.ftel {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.furl {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fcode_con {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}

.forganization_name_con {
	width: 25%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}

.forganization_name_con a:link, .forganization_name_con a:visited {
	color: #333;
}

.forganization_name_con a:hover {
	color: #F90;
	text-decoration: none;
}	

.furl_con {
	width: 17%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
.fadd_con {
	width: 25%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
.ftel_con {
	width: 16%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:14px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	word-break: break-all;
}
  
/* FscSearch_BankMain3 */   
  .whitebackground5 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
  .mcode1{
	  display:none}
  .morganization_name1{
	  display:none}
	.madd1{
	  display:none}
	  .mtel1{
	  display:none}
  .mcode {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.morganization_name {
	width: 30%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.madd {
	width: 35%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.mtel {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}

.mcode_con {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}

.morganization_name_con {
	width: 30%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}

.morganization_name_con a:link, .morganization_name_con a:visited {
	color: #333;
}

.morganization_name_con a:hover {
	color: #F90;
	text-decoration: none;
}	

.madd_con {
	width: 35%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
.mtel_con {
	width: 20%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
    
  
/* web32 Ã©â€¡â€˜Ã¨Å¾ÂÃ¦Â©Å¸Ã¦Â§â€¹Ã¦Â¶Ë†Ã¨Â²Â»Ã¨â‚¬â€¦Ã§â€Â³Ã¨Â¨Â´Ã¥Â°Ë†Ã§Â·Å¡ */   
  .whitebackground6 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
  .wcode1{
	  display:none}
  .worganization_name1{
	  display:none}
  .wdepartment1{
	  display:none}
  .wtel1{
	  display:none}
  .wfax1{
	  display:none}
  .wemail1{
	  display:none}	
  .wmanager_title1{
	  display:none}	
  .wmanager_name1{
	  display:none}	
  .wremark1{
	  display:none}		  
  .wcode {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.worganization_name {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wdepartment {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wtel {
	width: 12%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wfax {
	width: 12%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wemail {
	width: 6%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wmanager_title {
	width: 12%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wmanager_name {
	width: 12%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wremark {
	width:13%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}

.wcode_con {
	width: 11%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}

.worganization_name_con {
	width: 11%;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}

.wdepartment_con {
	width: 11%;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
.wtel_con {
	width: 12%;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
 .wfax_con {
	width: 12%;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
.wemail_con {
	width: 6%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
.wmanager_title_con {
	width: 12%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
.wmanager_name_con {
	width: 12%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
.wremark_con {
	width: 13%;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
      
    
    
/* Ã¥Ââ€žÃ©Å â‚¬Ã¨Â¡Å’Ã¥â€˜â€ Ã¥Â¸Â³Ã¨Â³â€¡Ã¨Â¨Å Ã¦ÂÂ­Ã©Å“Â²Ã§Â¶Â²Ã¥Ââ‚¬ */   
  
  .code1{
	  display:none}
  .organization_name1{
	  display:none}
	.url1{
	  display:none}
  .code {
	width: 18%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	padding-left:10px;
}
.organization_name {
	width: 76%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.url {
	width: 45%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.code_con {
	width: 18%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.organization_name_con {
	width: 75.9%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right: 1px solid #BBBBBB;
}
.url_con {
	width: 45%;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}
/* bilingual_list */   
  .whitebackground7 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
  .bicode1{
	  display:none}
  .bich_name1{
	  display:none}
	.bien_name1{
	  display:none}
	  .bitype1{
	  display:none}
	  .bisource1{
	  display:none}
  .bicode {
	width: 6%;
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */

	
}
.bich_name {
	width: 27%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	
	
}
.bien_name {
	width: 27%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	
	
}
.bitype {
	width: 13%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	
	
}
.bisource {
	width: 18%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 6px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	

}
.bicode_con {
	width: 6%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	
}
.bich_name_con {
	width: 27%;
	text-align: left;
	padding-top: 8px;
	margin-bottom: -9991px;
	padding-bottom: 9999px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */

}
.bien_name_con {
	width: 27%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;padding-bottom:9999px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */

}
.bitype_con {
	width: 13%;
	text-align: left;
	padding-top: 8px;
margin-bottom:-9991px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */

}
.bisource_con {
	width: 16%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */

} 
/* cyclopedia */
  .whitebackground4 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
 .cycode1{
	  display:none}
 .cytitle1{
	  display:none}
 .cysouse1{
	  display:none}
 .nature1{
	  display:none}
.cycode {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.cytitle {
	width: 38%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.cysouse {
	width: 27%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;	
}
.nature{
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;	
}
.cycode_con {
	width: 15%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
.cytitle_con {
	width: 27%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
.cytitle_con a:link, .cytitle_con a:visited {
	color: #333;
	font-size: 100%;
}

.cytitle_con a:hover {
	color: #F90;
	text-decoration: none;
}

.cysouse_con {
	width: 27%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
.nature_con {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
/*  */
   .ltitle {
	width: 77%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
  .ptitle {
	width: 76%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.pdate {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;	
}

.souse {
	width: 13%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;	
}
.sort {
	width: 8%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
 .ptitle2 {
	width: 77%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	border: 1px solid #BBBBBB;
	color: #FFF;
	font-size: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 8px;
}
 .ptitle1 {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	color: #000000;
	font-size: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 5px;
}

.ptitle1 a:link {
	color: #000000;
	font-size: 100%;
}

.ptitle1 a:visited {
	color: #000000;
	font-size: 100%;
}

.ptitle1 a:hover {
	color: #F90;
	text-decoration: none;
	font-size: 100%;
}	

.pdate1 {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	color: #000000;
	font-size: 16px;
	border: 1px solid #BBBBBB;
}

.souse1 {
	width: 13%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	color: #000000;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.sort1 {
	width: 8%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	color: #F90;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
 .ptitle3 {
	width: 80%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.title {
	width: 49.5%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 110%;
	margin-right: 1%;
}
.download {
	width: 49.5%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 110%;
}
.title1 {
	display:none;
	
}
.download1 {
	display:none;
	
}

.title_con {
	width: 49.5%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	margin-right: 1%;
	border: 1px solid #BBBBBB;
}
.download_con {
	width: 49.5%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border: 1px solid #BBBBBB;
	
}
.img_f1 {
	float: right;
	display: block;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 2%;
	width:35%;
}
.img_f1 img {
	
	width:100%;	
}
.img_f2 {
	width: 35%;
	float: left;
	display: block;
	margin-top: 1px;
	margin-right: 2%;
	margin-bottom: 8px;
	margin-left: 0px;
}
.img_f2 img {
	
	width:100%;	
}

.img_fr { float: right; margin: 1px 0 8px 20px }

.page_content_right{
	color: #333333;
	float:left;
	width:60%;
	margin-right:3%;font-size:100%;
	line-height: 32px;
	
}
.page_content_left{
	color: #333333;
	float:left;
	width:37%;font-size:100%;
	line-height: 32px;
}
.page_content_right img{
		width:50%;
		max-width:300px;
		min-width:200px;
}
.flexslider1 ul.slides li .slide-cnt {
	font-size:100%;
	text-align: center;
	width: 100%;
	/* [disabled]background: url(images/slide-cnt.png) repeat 0 0; */
	position: absolute;
	bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	/***padding-right: 26px;	
	padding-left: 26px;***/
	background-color: #000;
	opacity: 0.7;
	
	
}
.flexslider1 ul.slides li {
	width: 100%;
	height: 126px;
	float: left;
	position: relative;
	overflow: hidden;
}
.he_border1{
	width: 100%;
	height: 126px;
	padding: 0;
	margin: 0;
	/* [disabled]border: 1px solid #000; */
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	background-color: #000000;
}
.he_border1 .he_border1_img{
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
	overflow: hidden;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	/* [disabled]bottom: 0px; */
}
.maintitle{
	width: auto;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	background-color: #e17d01;
	text-align: left;
	padding-left: 10px;
	font-size: 125%;
}


	.mainLeft{
	margin-right:2%;
	float:left;	
	width:35%;
	height: 534px;
}

.mL1{
	width: 100%;
	height: 256px;
	background-color: #e6e6e6;
	margin-bottom: 22px;	
	background-image: url(../images/ml1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainLeft p{
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 100%;
	color: #000;
}
.mL2{
	width: 100%;
	height: 256px;
	background-color: #e6e6e6;
	background-image: url(../images/ml2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

	.mainRight{	
	float:right;
	width:63%;
	height: 534px;
}
	.mR1{
	float: left;
	width: 49%;
	height: 166px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
	margin-right: 2%;
}
.mR2{
	float: right;
	width: 49%;
	height: 166px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
}
	.news{
	margin-right: 2%;
	float: left;
	background-color: #993366;
	width: 63%;
	height: 368px;
	overflow: hidden;
	margin-bottom: 25px;
}
.nright{
	float: right;
	width: 35%;
	height: 368px;
	margin-bottom: 25px;
}

.pic{	
background-color: #661950;
	width:100%;
	height: 173px;
	margin-bottom:22px;
}
.mov{
	background-color: #661950;
	width: 100%;
	height: 173px;
	overflow: hidden;
}
.search4{
	/* margin-right: 10px; */
	/* float: right; */
	width: 510px;
	/* height: 40px; */
	/***
	background: #fff;	
	border: 1px solid #758594;
	border-radius: 20px;
	***/
	/* margin-top: 18px; */
	/* padding-left: 20px; */
	position: absolute;
	right: 69px;
	top: 80px;
	}
.search4 li {
  display: inline-block;
  vertical-align: middle;
  /* float: left; */
  margin-right: 10px;
}
/***
.search4 input[type="submit"] {
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	right: 90px;
	height: 25px; ***/
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 33px; */
	/***
	background: none;
	background-image: url(../images/search1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 35px;
	margin-top: 2px;
}
***/
.search4 input[type="text"] {
	margin-top:-13px;
	 outline: none;
  color: #758594;
  background: none; 
  border: none; 
  width:  92.33%;
  text-align: left;
  padding: 0.2em 1.1em;
  vertical-align: middle;
  height:20px;
	

}
.section_room1 select {
	color: #676769;
	background: #f7f7f7;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.search3{
	display: none;	
}
}
@media all and (max-width: 959px) {
	
	.social-links {	
	display: none;
	}

.top{
	height: 40px;
	z-index: 999;
	
}

.section_room1 select {
	width: 100%;
	color: #676769;
	font-size: 100%;
	font-weight: 500;
	outline: none;
	background: #f7f7f7;
	border: none;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
	#top a,
.top a
{
	background: center center no-repeat transparent;
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);*/
	background-image: url(/images/smenu.png);
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 3px;
	z-index: 10;
}
	.navigation{	
	display: none;
	}
	

		ul.social-links li  {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}
			ul.social-links li a {
	display: inline-block;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	text-decoration: none;
		}
		
		ul.social-links li a:hover {
	display: inline-block;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
		}		
	#control_panel {display: none;}
	}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media all and (min-width: 801px) and (max-width: 959px) {
		
	/* -------------------------------------------------- */
	/*	Social Links
	/* -------------------------------------------------- */
ul.social-links2 {
	/* [disabled]margin-left: 20px; */
	font-size: 100%;
	/* float: left; */
	position: fixed;
	color: #FFF;
	left: 40px;
	top: 0px;
	z-index: 1111;
}
ul.social-links2 a:link {
	font-size: 100%;
	float: left;
	color: #FFF;
}
ul.social-links2 a:visited {
	font-size: 100%;
	float: left;
	color: #FFF;
}
ul.social-links2 a:hover {
	font-size: 100%;
	float: left;
	color: #FFF;
}

ul.social-links2 li {
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	float: left;
	/* [disabled]position: absolute; */
	color: #FFF;
	text-align: center;
}
ul.social-links2 .hed{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #661950;
	background-image: url(../images/topmenu-2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: 900;
}
ul.social-links2 li:link{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
}
ul.social-links2 li:hover{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #661950;
	background-image: url(../images/topmenu-2.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
	.search3{
	display: none;	
}
	.search4{
	/* float: right; */
	width: 200px;
	/***
	background: #fff;
	border: 1px solid #758594;
	border-radius: 20px;
	***/
	/* height: 30px; */
	/* margin-top: 33px; */
	}
.search4 li {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
/***
.search4 input[type="submit"] {
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	right: 90px;
	height: 25px; ***/
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 33px; */
/***	
	background: none;
	background-image: url(../images/search1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 35px;
	margin-top: 2px;
}
***/
.search4 input[type="text"] {
	margin-top:-13px;
	 outline: none;
  color: #758594;
  background: none; 
  border: none; 
  width:  92.33%;
  text-align: left;
  padding: 0.2em 1.1em;
  vertical-align: middle;
  height:20px;
	

}
	.maintitle{
	width: auto;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	background-color: #e17d01;
	text-align: left;
	padding-left: 10px;
	font-size: 20px;
}
	.mainLeft{
	margin-right:2%;
	float:left;	
	width:35%;
	height: 534px;
}

.mL1{
	width: 100%;
	height: 256px;
	background-color: #e6e6e6;
	margin-bottom: 22px;	
	background-image: url(../images/ml1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainLeft p{
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size:100%;
	color: #000;
}
.mL2{
	width: 100%;
	height: 256px;
	background-color: #e6e6e6;
	background-image: url(../images/ml2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

	.mainRight{	
	float:right;
	width:63%;
	height: 534px;
}
	.mR1{
	float: left;
	width: 49%;
	height: 166px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
	margin-right: 2%;
}
.mR2{
	float: right;
	width: 49%;
	height: 166px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
}
	.news{
	margin-right: 2%;
	float: left;
	background-color: #993366;
	width: 63%;
	height: 368px;
	overflow: hidden;
	margin-bottom: 25px;
}
.nright{
	float: right;
	width: 35%;
	height: 368px;
	margin-bottom: 25px;
}

.pic{	
background-color: #661950;
	width:100%;
	height: 173px;
	margin-bottom:22px;
}
.mov{
	background-color: #661950;
	width: 100%;
	height: 173px;
	overflow: hidden;
}
	.morebanner {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:60px;
	width:28%;
	float:left
}
.morebanner img{
	width:100%
}
	.cc {	
	display:none;
	
}
	.btn-search {
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	color: #FFF;
	white-space: nowrap;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.btn-search a:link {
	
	color: #FFF;
text-decoration: none;	
}
.btn-search a:hover {
	color: #FFF;
	text-decoration: none;	
}
.btn-search:hover {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #BBBBBB;
	background-attachment: scroll;
	background-color: #E17D01;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn-search .caret {
  border-top: 4px solid #FFF;
}
	.bnr-right {
	width: 30%;
	float: left;
	height: 45px;
	line-height: 45px	
}
	.wrap {
	width: 100%;
	/* [disabled]min-width:900px; */
}
.col-md-20{width:33.333%;
	min-width:200px;
	font-size:100%}
	.col-md-5{width:50%}
	.col-sm-6{width:100%}
	.youtube {
	background-image: url(../images/youtube.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 64px;
	width: 64px;
	margin-right: 8px;
	float:left
}
	.submit input[type="text"] {
	width: 300px;
	color: #666;
	font-weight: 400;
	outline: none;
	font-size:100%;
	border: none;
	-webkit-appearance: none;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background-color: #E7DAE3;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family:Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€"
}
	.col-md-4{width:50%}
	.recent-grid{
	width: 49%;
	float: left;
	margin-right: 1%;
	height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #eee;
	box-shadow: 3px 3px 2px rgba(20%,20%,40%,0.1);
	min-width:320px;
}
	.col-md-009 {
	width: 70%;
	float: left;
  }
.col-md-003 {
	width: 29%;
	float: left;
	margin-right: 1%;
  }
    /* FscSearch_BankSub */   
 
  .fscode1{
	  display:none}
  .fstitle1{
	  display:none}
	.fsman1{
	  display:none}
.fsleft {
	width: 25%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;

	color: #FFF;
	font-size: 100%;
	background-color: #a41961;
}	
.fsright {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}	
  .fscode {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fstitle {
	width: 60%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fsman {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fscode_con {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fstitle_con {
	width: 60%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}

.fsman_con {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}
  /* bstatistics_list */   
  
  .bcode1{
	  display:none}
  .btitle1{
	  display:none}
	.bdate1{
	  display:none}
	
  .bcode {
	width: 10%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.btitle {
	width: 65%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.bdate {
	width: 25%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.bcode_con {
	width: 10%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.btitle_con {
	width: 65%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}

.bdate_con {
	width: 25%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}
 /* FscSearch_BankType */   
  .whitebackground3 {
	border: 1px solid #BBBBBB;
	overflow:hidden;
	margin-bottom: 21px;
}
  .fcode{
	  display:none}
  .forganization_name{
	  display:none}
	.fadd{
	  display:none}
	  .ftel{
	  display:none}
	  .furl{
	  display:none}
  .fcode1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.forganization_name1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fadd1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.ftel1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.furl1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fcode_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.forganization_name_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.furl_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fadd_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.ftel_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

 /* FscSearch_BankMain3 */   
  .whitebackground5 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
  .mcode{
	  display:none}
  .morganization_name{
	  display:none}
	.madd{
	  display:none}
	  .mtel{
	  display:none}
  .mcode1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.morganization_name1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.madd1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mtel1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mcode_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.morganization_name_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.madd_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mtel_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

    
  
/* web32 Ã©â€¡â€˜Ã¨Å¾ÂÃ¦Â©Å¸Ã¦Â§â€¹Ã¦Â¶Ë†Ã¨Â²Â»Ã¨â‚¬â€¦Ã§â€Â³Ã¨Â¨Â´Ã¥Â°Ë†Ã§Â·Å¡ */   
  .whitebackground6 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
  .wcode{
	  display:none}
  .worganization_name{
	  display:none}
  .wdepartment{
	  display:none}
  .wtel{
	  display:none}
  .wfax{
	  display:none}
  .wemail{
	  display:none}	
  .wmanager_title{
	  display:none}	
  .wmanager_name{
	  display:none}	
  .wremark{
	  display:none}		  
  .wcode1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.worganization_name1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wdepartment1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wtel1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wfax1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wemail1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_title1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_name1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wremark1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wcode_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.worganization_name_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wdepartment_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wtel_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
 .wfax_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wemail_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_title_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_name_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wremark_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

  	/* bilingual_list */   
  .whitebackground7 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
overflow:hidden;
}
  .bicode{
	  display:none}
  .bich_name{
	  display:none}
	.bien_name{
	  display:none}
	  .bitype{
	  display:none}
	  .bisource{
	  display:none}
  .bicode1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bich_name1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
    
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bien_name1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bitype1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bisource1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;

}
.bicode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bich_name_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
	
}
.bien_name_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	
	border: 1px solid #BBBBBB;
}
.bitype_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;

	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bisource_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}  
/* cyclopedia */

 .cytitle{
	  display:none}
 .cysouse{
	  display:none}
 .nature{
	  display:none}
.cytitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cysouse1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;	
}
.nature1{
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cytitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cysouse_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.nature_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
 /* activity_list */ 
  .activitytype{
	  display:none}
  .start_date{
	  display:none}
	.activitytitle{
	  display:none}
	  .end_date{
	  display:none}
	   .place{
	  display:none}
	   .sign{
	  display:none}
   .activitytype1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.start_date1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.end_date1 {
width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.place1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.sign1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytype_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.start_date_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.end_date_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.place_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.sign_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

   /* download_list */ 
   .whitebackground2 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 300px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px
}
  .dcode{
	  display:none}
  .Publish_date{
	  display:none}
	.dtitle{
	  display:none}
	  .up_date{
	  display:none}
	   .times{
	  display:none}
	   .format{
	  display:none}
   .dcode1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.Publish_date1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.dtitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
    
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.up_date1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.times1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.format1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.dcode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.Publish_date_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.dtitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.up_date_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.times_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
.format_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
  
/* Ã¥Ââ€žÃ©Å â‚¬Ã¨Â¡Å’Ã¥â€˜â€ Ã¥Â¸Â³Ã¨Â³â€¡Ã¨Â¨Å Ã¦ÂÂ­Ã©Å“Â²Ã§Â¶Â²Ã¥Ââ‚¬ */  
  .code1{
	  display:none}
  .organization_name1{
	  display:none}
	.url1{
	  display:none}
  .code {
	width: 16%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:10px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.organization_name {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.url {
	width: 33%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.code_con {
	width: 15%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.organization_name_con {
	width: 65%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right: 1px solid #BBBBBB;
}
.url_con {
	width: 34%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}
	.title {
	width: 45.5%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 110%;
	margin-right: 1%;
}
.download {
	width: 53.5%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 110%;
}
.title1 {
	display:none;
	
}
.download1 {
	display:none;
	
}

.title_con {
	width: 45.5%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	margin-right: 1%;
	border: 1px solid #BBBBBB;
}
.download_con {
	width: 53.5%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border: 1px solid #BBBBBB;
	
}
.ltitle {
	width: 85%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
 .ptitle {
	width: 79%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.pdate {
	width: 21%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;	
}

.souse {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;	
}
.sort {
	display:none;	
}
 .ptitle2 {
	width: 85%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	border: 1px solid #BBBBBB;
	color: #666;
	font-size: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
 .ptitle1 {
	width: 78%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;	
	color: #000000;
	font-size:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.ptitle1 a:link, .ptitle1 a:visited {
	color: #000000;
}

.ptitle1 a:hover {
	color: #F90;
	text-decoration: none;
}	

.pdate1 {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	color: #000000;
	font-size:100%;
	border: 1px solid #BBBBBB;
}

.souse1 {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	color: #000000;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.sort1 {
	display:none;	
}
.img_f1 {
	float: right;
	display: block;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 2%;
	width:35%;
}
.img_f1 img {
	
	width:100%;	
}
.img_f2 {
	width: 35%;
	float: left;
	display: block;
	margin-top: 1px;
	margin-right: 2%;
	margin-bottom: 8px;
	margin-left: 0px;
}
.img_f2 img {
	
	width:100%;	
}
.img_fr { float: right; margin: 1px 0 8px 20px }

	.page_content_right{
	color: #333333;
	float:left;
	width:50%;
	margin-right:3%;font-size:100%;
	line-height: 32px;
	
}
.page_content_left{
	color: #333333;
	float:left;
	width:47%;font-size:100%;
	line-height: 32px;
}
.page_content_right img{
		width:50%;
		max-width:300px;
		min-width:200px;
}
	.flexslider1 ul.slides li .slide-cnt {
	font-size:100%;
	width: 100%;
	/* [disabled]background: url(images/slide-cnt.png) repeat 0 0; */
	position: absolute;
	top: 88px;
	padding-top: 7px;
	padding-right: 26px;
	padding-bottom: 7px;
	padding-left: 26px;
	background-color: #000;
	opacity: 0.7;
	white-space: pre;
	
}
	.flexslider1 ul.slides li {
	width: 100%;
	height: 126px;
	float: left;
	position: relative;
	overflow: hidden;
}
	.he_border1{
	width: 100%;
	height: 126px;
	padding: 0;
	margin: 0;
	/* [disabled]border: 1px solid #000; */
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	background-color: #660033;
}
.he_border1 .he_border1_img{
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
	overflow: hidden;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	/* [disabled]bottom: 0px; */
}
	#header {
	width: 100%;
	/* [disabled]background-image: url(../images/bg00.jpg); */
	/* [disabled]background-repeat: repeat-x; */
	padding-right: 0;
	padding-top: 0px;
	padding-left: 0;
	height: 50px;
	/* [disabled]margin-bottom: 10px; */
	background-color: #FFF;
}
	/* ---------------------------------------------------------------------- */
	/*	Layout
	/* ---------------------------------------------------------------------- */
#top a,
.top a
{
	background: center center no-repeat transparent;
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);*/
	background-image: url(/images/smenu.png);
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 3px;
	z-index: 10;
}
		.container {
	width: 100%;
}

		/* -------------------------------------------------- */
		/*	Columns
		/* -------------------------------------------------- */

		.one-half {width: 364px;}

		.one-third {width: 236px;}

			.two-third {width: 492px;}

		.one-fourth {width: 172px;}

			.three-fourth {width: 100%;}
			
	/* ---------------------------------------------------------------------- */
	/*	Header
	/* ---------------------------------------------------------------------- */

		/* -------------------------------------------------- */
		/*	Main Navigation
		/* -------------------------------------------------- */
		
		.navigation > ul > li > a {padding: 0 15px;}
		
	/* ---------------------------------------------------------------------- */
	/*	Home
	/* ---------------------------------------------------------------------- */

		ul.block-with-icons li {width: 248px;}
		
	/* ---------------------------------------------------------------------- */
	/*	Content
	/* ---------------------------------------------------------------------- */

	#content {
	float: left;
	width: 520px;
	}

		/* -------------------------------------------------- */
		/*	Layout
		/* -------------------------------------------------- */

		#content .one-fourth {width: 234px;}
		
	/* ---------------------------------------------------------------------- */
	/*	Events
	/* ---------------------------------------------------------------------- */

		.event-body {width: 245px;}
		
		/* -------------------------------------------------- */
		/*	Columns
		/* -------------------------------------------------- */
		
		.event-body .one-half {width: 232px;}
	
	/* ---------------------------------------------------------------------- */
	/*	Blog
	/* ---------------------------------------------------------------------- */
.post-item,
.second .post {
	float: left;
	width: 47%;
	margin-top: 0;
	margin-right: 3%;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
	
	/* ---------------------------------------------------------------------- */
	/*	Contact Us
	/* ---------------------------------------------------------------------- */

	#contact textarea {   
		max-width: 470px;
		min-width: 470px;
		width: 470px;
	}
	
	/* ---------------------------------------------------------------------- */
	/*	Sidebar
	/* ---------------------------------------------------------------------- */

	#sidebar {
	float: right;
	width: 250px;
	}
	
		/* -------------------------------------------------- */
		/*	Widgets
		/* -------------------------------------------------- */
		
		.fb-like-box iframe {width: 220px !important;}
		
			/* ---------------------------------------- */
			/*	Search
			/* ---------------------------------------- */

			.widget_search input[type="text"] {
				width: 155px;
			}
}

/* All Mobile Sizes (devices and browser) */
@media all and (min-width: 481px) and (max-width: 800px) {
		
	/* -------------------------------------------------- */
	/*	Social Links
	/* -------------------------------------------------- */
ul.social-links2 {
	/* [disabled]margin-left: 20px; */
	font-size: 100%;
	float: left;
	position: fixed;
	color: #FFF;
	left: 40px;
	top: 0px;
	z-index: 1002;
}
ul.social-links2 a:link {
	font-size: 100%;
	float: left;
	color: #FFF;
}
ul.social-links2 a:visited {
	font-size: 100%;
	float: left;
	color: #FFF;
}
ul.social-links2 a:hover {
	font-size: 100%;
	float: left;
	color: #FFF;
}

ul.social-links2 li {
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	float: left;
	/* [disabled]position: absolute; */
	color: #FFF;
	text-align: center;
}
ul.social-links2 .hed{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #661950;
	background-image: url(../images/topmenu-2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: 900;
}
ul.social-links2 li:link{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
}
ul.social-links2 li:hover{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #661950;
	background-image: url(../images/topmenu-2.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
	.printer{
	  display: none;
	}
	
	.maintitle{
	width: auto;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	background-color: #e17d01;
	text-align: left;
	padding-left: 10px;
	font-size: 150%;
}
	.mainLeft{
	width: 100%;
	height: 256px;
	clear: both;

}

.mL1{
	width: 49%;
	height: 256px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
	background-image: url(../images/ml1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 2%;
	float: left;
}
.mainLeft p{
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size:100%;
	color: #000;
}
.mL2{
	width: 49%;
	height: 256px;
	background-color: #e6e6e6;
	background-image: url(../images/ml2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 22px;
	float: right;
}

	.mainRight{	
	width:100%;
	height: 534px;
}
	.mR1{
	float:left;
	width:49%;
	height: 163px;
	background-color: #e6e6e6;
	margin-bottom:22px;
	margin-right:2%;
}
.mR2{
	float:right;
	width: 49%;
	height: 163px;
	background-color: #e6e6e6;	
	margin-bottom:22px;
}
	.news{
	background-color: #993366;
	width:100%;
	height: 368px;
	overflow:hidden;
	margin-bottom: 25px;
}	
.nright{
	width:100%;
	height: 173px;
	margin-bottom: 25px;
}

.pic{
	margin-right:2%;
	background-color: #CCCCCC;
	width: 49%;
	height: 173px;
	margin-bottom: 22px;
	float:left
}
.mov{
	background-color: #661950;
	width: 49%;
	height: auto;
	float: right;
	max-height: 173px;
}
	.searcharadio,.search4{
	display: none;
}

.search3{
	/* float: right; */
	width: 98%;
	/* border: 1px solid #758594; */
	border-radius: 20px;
	height: 25px;
	margin-top: 0px;
}
.search3 li {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
/***
.search3 input[type="submit"] {
	margin-top: 3px;	
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 18px 18px 18px 18px;
	color: #666;
	right: 20px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 33px;
	background:none;
	background-image: url(../images/search1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
***/
.search3 input[type="text"] {
	 outline: none;
  color: #758594;
  background: none; 
  border: none; 
  width:  92.33%;
  text-align: left;
  padding: 0.45em 1.5em;
  vertical-align: middle;
	

}
.section_room1 select {
	width: 100%;
	color: #676769;
	font-size: 1em;
	font-weight: 500;
	outline: none;
	background: #f7f7f7;
	border: none;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}


.social-links {	
	display: none;
	}
	.navigation {	
	display: none;
	}
	.morebanner {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:60px;
	width:28%;
	float:left
}
.morebanner img{
	width:100%
}
	.cc {	
	display:none;
	
}
	.btn-search {
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	color: #FFF;
	white-space: nowrap;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.btn-search a:link,.btn-search a:visited  {	
	color: #FFF;
text-decoration: none;	
}
.btn-search a:hover {
	color: #FFF;
	text-decoration: none;	
}
.btn-search:hover {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #BBBBBB;
	background-attachment: scroll;
	background-color: #E17D01;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn-search .caret {
  border-top: 4px solid #FFF;
}
	.bnr-right {
	width: 30%;
	float: left;
	/***
	height: 45px;
	line-height: 45px;
	***/	
}
	.col-sm-6{width:100%}
	.youtube {
		display:none
}

	.submit input[type="text"] {
	width: 250px;
	color: #666;
	font-weight: 400;
	outline: none;
	font-size:100%;
	border: none;
	-webkit-appearance: none;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background-color: #E7DAE3;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family:Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€"
}
.col-md-20{width:50%;
	min-width:200px;
	font-size:100%}
.col-md-5{
	width:50%;
	min-width:300px}
	.col-md-4{width:100%}
	.recent-grid{
	width: 49%;
	float: left;
	margin-right: 1%;
	height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #eee;
	box-shadow: 3px 3px 2px rgba(20%,20%,40%,0.1);
	min-width:280px;
}
	.col-md-009 {		
	width: 100%;
	
  }
.col-md-003 {
	display:none;
	
  }
  .whitebackground0 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
overflow:hidden;
}
	.whitebackground {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 100px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
}
	.whitebackground1 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	/* -webkit-box-shadow: 0 0 3px; */
	-moz-box-shadow: 0 0 3px;
	/* box-shadow: 0 0 5px; */
	color: #999;
	height: 115px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px
}
.whitebackground2 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 405px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px
}
	.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	}
	/* FscSearch_BankSub */   

  .fscode{
	  display:none}
  .fstitle{
	  display:none}
	.fsman{
	  display:none}
.fsleft {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	background-color: #a41961;
	
}	
.fsright {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}	
  .fscode1 {
width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fstitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fsman1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fscode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fstitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

.fsman_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}

/* bstatistics_list */   
  
  .bcode{
	  display:none}
  .btitle{
	  display:none}
	.bdate{
	  display:none}
	
  .bcode1 {
	  display:none
}
.btitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.bdate1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.bcode_con {
	  display:none
}
.btitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

.bdate_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
	/* FscSearch_BankType */   
  .whitebackground3 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	/* -webkit-box-shadow: 0 0 3px; */
	-moz-box-shadow: 0 0 3px;
	/* box-shadow: 0 0 5px; */
	color: #999;
	/***height: 250px;***/
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
	overflow:hidden;
}
  .fcode{
	  display:none}
  .forganization_name{
	  display:none}
	.fadd{
	  display:none}
	  .ftel{
	  display:none}
	  .furl{
	  display:none}
  .fcode1 {
	width: 35%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.forganization_name1 {
	width: 35%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fadd1 {
	width: 35%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.ftel1 {
	width: 35%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.furl1 {
	width: 35%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}
.fcode_con {
	width: 57%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;

	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.forganization_name_con {
	width: 57%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.furl_con {
	width: 57%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border: 1px solid #BBBBBB;
}
.fadd_con {
	width: 57%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.ftel_con {
	width: 57%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

	/* FscSearch_BankMain3 */   
  .whitebackground5 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	/***height: 250px;***/
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
	overflow:hidden;
}
  .mcode{
	  display:none}
  .morganization_name{
	  display:none}
	.fadd{
	  display:none}
	  .ftel{
	  display:none}
  .mcode1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.morganization_name1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.madd1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mtel1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mcode_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.morganization_name_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.madd_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mtel_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
  
/* web32 Ã©â€¡â€˜Ã¨Å¾ÂÃ¦Â©Å¸Ã¦Â§â€¹Ã¦Â¶Ë†Ã¨Â²Â»Ã¨â‚¬â€¦Ã§â€Â³Ã¨Â¨Â´Ã¥Â°Ë†Ã§Â·Å¡ */   
  .whitebackground6 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	/***height: 250px;***/
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
	overflow:hidden;
}
  .wcode{
	  display:none}
  .worganization_name{
	  display:none}
  .wdepartment{
	  display:none}
  .wtel{
	  display:none}
  .wfax{
	  display:none}
  .wemail{
	  display:none}	
  .wmanager_title{
	  display:none}	
  .wmanager_name{
	  display:none}	
  .wremark{
	  display:none}		  
  .wcode1 {
	width: 100%;
	text-align: center;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.worganization_name1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wdepartment1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wtel1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wfax1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wemail1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_title1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_name1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wremark1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wcode_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.worganization_name_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wdepartment_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wtel_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
 .wfax_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wemail_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_title_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_name_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wremark_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

   	/* bilingual_list */   
  .whitebackground7 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
overflow:hidden;
}
  .bicode{
	  display:none}
  .bich_name{
	  display:none}
	.bien_name{
	  display:none}
	  .bitype{
	  display:none}
	  .bisource{
	  display:none}
  .bicode1 {
	width: 25%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bich_name1 {
	width: 25%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bien_name1 {
	width: 25%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bitype1 {
	width: 25%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bisource1 {
	width: 25%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}
.bicode_con {
	width: 68%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bich_name_con {
	width: 68%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
	
}
.bien_name_con {
	width: 68%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.bitype_con {
	width: 68%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bisource_con {
	width: 68%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}
/* cyclopedia */
.whitebackground4 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 230px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	
	min-width:400px
}
 .cycode{
	  display:none}
 .cytitle{
	  display:none}
 .cysouse{
	  display:none}
 .nature{
	  display:none}
.cycode1 {
	width: 23%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.cytitle1 {
	width: 23%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.cysouse1 {
	width: 23%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;	
}
.nature1{
	width: 23%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	height:40px;
}
.cycode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.cytitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.cysouse_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.nature_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 40px;
	border: 1px solid #BBBBBB;
}

 /* activity_list */ 
  .activitytype{
	  display:none}
  .start_date{
	  display:none}
	.activitytitle{
	  display:none}
	  .end_date{
	  display:none}
	   .place{
	  display:none}
	   .sign{
	  display:none}
   .activitytype1 {
	width: 24%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
}
.start_date1 {
	width: 24%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytitle1 {
	width: 24%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.end_date1 {
width: 24%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.place1 {
	width: 24%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.sign1 {
	width: 24%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border: 1px solid #BBBBBB;
	height:50px;
}
.activitytype_con {
	width: 70%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.start_date_con {
	width: 70%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytitle_con {
	width: 70%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.end_date_con {
	width: 70%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.place_con {
	width: 70%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border: 1px solid #BBBBBB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.sign_con {
	width: 70%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	height:50px;
}
	 /* download_list */ 
  .dcode{
	  display:none}
  .Publish_date{
	  display:none}
	.dtitle{
	  display:none}
	  .up_date{
	  display:none}
	   .times{
	  display:none}
	   .format{
	  display:none}
   .dcode1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.Publish_date1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.dtitle1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 40px;
}
.up_date1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.times1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.format1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	height:40px;
}
.dcode_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.Publish_date_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.dtitle_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 40px;
}
.up_date_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.times_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 40px;
	border: 1px solid #BBBBBB;
}
.format_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
  
/* Ã¥Ââ€žÃ©Å â‚¬Ã¨Â¡Å’Ã¥â€˜â€ Ã¥Â¸Â³Ã¨Â³â€¡Ã¨Â¨Å Ã¦ÂÂ­Ã©Å“Â²Ã§Â¶Â²Ã¥Ââ‚¬ */  
	 .code{
	  display:none}
  .organization_name{
	  display:none}
	.url{
	  display:none}
	.code1 {
	width: 35%;
	padding: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}

.code_con {
	width: 56%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.organization_name_con {
	width: 56%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border: 1px solid #BBBBBB;	
	height:40px;
}
.organization_name1 {
	width: 35%;
	padding: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.url1 {
	width: 35%;	
	padding: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}

.url_con {
	width: 56%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}
	.title {
		display:none;
	
}
.download {
	display:none;
	
}
.title1 {
	width: 26%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
}

.title_con {
	width: 74%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB; height:50px;
}
.download_con {
	width: 74%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border: 1px solid #BBBBBB;
	height: 50px;
}
.download1 {
	width: 26%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
}
.ltitle {
display:none;	
}
 .ptitle {
	display:none;	
}
.pdate {
	display:none;		
}

.souse {
	display:none;		
}
.sort {
	display:none;	
}
.ptitle2 {
	width: 100%;
	color: #000;
	font-size: 17px;
	clear: both;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px;
}
 .ptitle1 {
	width: 100%;	
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;	
	color: #000000;
	font-size: 17px;
	clear:both;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 5px;
}

.ptitle1 a:link, .ptitle1 a:visited {
	color: #000000;
}

.ptitle1 a:hover {
	color: #F90;
	text-decoration: none;
}	

.pdate1 {
	width: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left:10px;
	float: left;
	color: #000000;
	font-size:100%;
	
}

.souse1 {
	width: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	color: #000000;
	font-size:100%;
	margin-left:10px;
}
.sort1 {
	display:none;	
}
.img_f1 {	
	display: block;
	margin-top: 10px;	
	margin-bottom: 10px;	
	width:100%;
}
.img_f1 img {
	
	width:100%;	
}
.img_f2 {
	width: 100%;	
	display: block;
	margin-top: 10px;	
	margin-bottom: 10px;	
}
.img_f2 img {
	
	width:100%;	
}
.img_fr { float: right; margin: 1px 0 8px 20px }
	.page_content_right{
	color: #333333;
	float:left;
	width:50%;
	margin-right:3%;font-size:100%;
	line-height: 32px;
	
}
.page_content_left{
	color: #333333;
	float:left;
	width:47%;font-size:100%;
	line-height: 32px;
}
.page_content_right img{
		width:50%;
		max-width:300px;
		min-width:200px;
}
	.flexslider1 ul.slides li .slide-cnt {
	font-size:100%;
	width: 100%;
	/* [disabled]background: url(images/slide-cnt.png) repeat 0 0; */
	position: absolute;
	top: 75px;
	padding-right: 26px;
	padding-bottom: 7px;
	padding-left: 26px;
	background-color: #000;
	opacity: 0.7;
	white-space: pre;
	
}
	.flexslider1 ul.slides li {
	width: 100%;
	height: 126px;
	float: left;
	position: relative;
	overflow: hidden;
}
	.he_border1{
	width: 100%;
	height: 126px;
	padding: 0;
	margin: 0;
	/* [disabled]border: 1px solid #000; */
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	background-color: #660033;
}
.he_border1 .he_border1_img{
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
	overflow: hidden;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	/* [disabled]bottom: 0px; */
}
#top a,
.top a
{
	background: center center no-repeat transparent;
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);*/
	background-image: url(/images/smenu.png);
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 3px;
}
	/* ---------------------------------------------------------------------- */
	/*	Layout
	/* ---------------------------------------------------------------------- */
	
	.wrap {
	width: 100%;
	background-color: #FFF;
	/* [disabled]min-width: 500px; */
	
}
#header {
	width: 100%;
	/* [disabled]background-image: url(../images/bg00.jpg); */
	/* [disabled]background-repeat: repeat-x; */
	padding-right: 0;
	padding-top: 0px;
	padding-left: 0;
	height: 50px;
	/* [disabled]margin-bottom: 10px; */
	background-color: #FFF;
}

		ul.social-links li  {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}
			ul.social-links li a {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	text-decoration: none;
		}
		
		ul.social-links li a:hover {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}
	

		/* -------------------------------------------------- */
		/*	Columns
		/* -------------------------------------------------- */

		.one-half,
		.one-third,
		.one-fourth,
		.two-third,
		.three-fourth {
			float: none;
			margin-right: 0;
		}

		.one-half,
		.one-third,
		.one-fourth,
		.two-third,
		.three-fourth {width: 100%;}

	/* ---------------------------------------------------------------------- */
	/*	Header
	/* ---------------------------------------------------------------------- */
	
	#logo {
	float: none;
	display: block;
	/* [disabled]text-align: center; */
	}
			
		/* -------------------------------------------------- */
		/*	Main Navigation
		/* -------------------------------------------------- */
		
		
		
		.navigation {display: none;}
		
		.navigation .nav-responsive {display: inline-block;}
		
		a.donate {padding: 0 15px;}
			
		/* -------------------------------------------------- */
		/*	Social Links
		/* -------------------------------------------------- */
		
		
	/* ---------------------------------------------------------------------- */
	/*	Home
	/* ---------------------------------------------------------------------- */

		ul.block-with-icons li {
			margin-bottom: 15px;
			width: 100%;
			border: 1px solid #E7E7E9;
			
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}
		
		/* -------------------------------------------------- */
		/*	Slider
		/* -------------------------------------------------- */
		
		.caption {display: none;}
		
	/* ---------------------------------------------------------------------- */
	/*	Content
	/* ---------------------------------------------------------------------- */

	#content {
	float: left;
	width: 370px;
	}
	
	/* ---------------------------------------------------------------------- */
	/*	Events
	/* ---------------------------------------------------------------------- */

		.event-body {
			float: none;
			width: 100%;
			padding-right: 0;
			border-right: none;
		}
		
		.event-meta {
			float: none;
			width: 100%
		}
		
		
		/* -------------------------------------------------- */
		/*	Columns
		/* -------------------------------------------------- */
		
		.event-body .one-half {width: 100%;}
	
	/* ---------------------------------------------------------------------- */
	/*	Blog
	/* ---------------------------------------------------------------------- */
	
		.post-item:nth-child(1) {border: none;}
	
		.post-item,
		.second .post {
			float: none;
			margin-right: 0;
			width: 100%;
		}
		
		/* -------------------------------------------------- */
		/*	Respond
		/* -------------------------------------------------- */

			#commentform textarea {
				height: 150px;
				max-height: 250px;
				max-width: 278px;
				min-height: 150px;
				min-width: 278px;
				width: 278px;
			}		
		
	/* ---------------------------------------------------------------------- */
	/*	Portfolio
	/* ---------------------------------------------------------------------- */
		
		#portfolio-items article img {width: 300px;}
		
	/* ---------------------------------------------------------------------- */
	/*	Contact Us
	/* ---------------------------------------------------------------------- */
		
		#contact input[type="text"] {width: 278px;}

		.textarea-block label,
		.textarea-block label strong {
			display: block;
		}

		#contact textarea {
			height: 150px;
			max-height: 250px;
			max-width: 278px;
			min-height: 150px;
			min-width: 278px;
			width: 278px;
		}	
		
		#contact .textarea-block label {display: block;}
	
	/* ---------------------------------------------------------------------- */
	/*	Sidebar
	/* ---------------------------------------------------------------------- */

	#sidebar {
	float: right;
	width: 250px;
	}
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media all and (max-width: 480px)  {
	
	.printer{
	  display: none;
	}
	
	.mainLeft{
	width:100%;
	height: 556px;
}

ul.social-links2 {
 /* [disabled]margin-left: 20px; */
 padding-top: 8px;
 margin-top: 5px;
 margin-left: 30px;
 margin-bottom: 0px;
 font-size: 95%;
 float: left;
 position: fixed;
	/* [disabled]position: absolute; */
 color: #FFF;
 left: 15px;
 top: -8px;
 z-index: 1002;
 }
 ul.social-links2 a:link {
 font-size: 95%;
 float: left;
 color: #FFF;
 }
 ul.social-links2 a:visited {
 font-size: 98%;
 float: left;
 color: #FFF;
 }
 ul.social-links2 a:hover {
 font-size: 95%;
 float: left;
 color: #FFF;
 }
 
 ul.social-links2 li {
 width: 50px;
 height: 40px;
 line-height: 40px;
 font-size: 95%;
 float: left;
 /* [disabled]position: absolute; */
 color: #FFF;
 text-align: center;
 
 }
 
 ul.social-links2 li:link{
 width: 50px;
 height: 40px;
 line-height: 40px;
 font-size: 95%;
 color: #FFF;
 font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
 text-decoration: none;
 text-align: center;
 }
 ul.social-links2 li:hover{
 width: 50px;
 height: 40px;
 line-height: 40px;
 font-size: 95%;
 color: #F90;
 }

.mL1{
	width: 100%;
	height: 256px;
	background-color: #e6e6e6;
	margin-bottom: 22px;	
	background-image: url(../images/ml1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainLeft p{
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size:100%;
	color: #000;
}
.mL2{
	width: 100%;
	height: 256px;
	background-color: #e6e6e6;
	background-image: url(../images/ml2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 22px;
}

	.mainRight{		
	width:100%;
	height: 534px;
}
.maintitle{
	width: auto;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	background-color: #e17d01;
	text-align: left;
	padding-left: 10px;
	font-size:100%;
	/* [disabled]position: absolute; */
	/* [disabled]z-index: 10; */
	/* [disabled]top: 0px; */
	text-decoration: none;
}
.maintitle a:link{
	
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	font-size:100%;	
	text-decoration: none;
}
	.mR1{
	float: left;
	width: 100%;
	height: 220px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
}
.mR2{
	float: right;
	width: 100%;
	height: 215px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
	overflow: hidden;
}
	.news{
	background-color: #993366;
	width:100%;
	height: 368px;
	overflow:hidden;
	margin-bottom: 25px;
}
.nright{
	width: 100%;
	/* [disabled]height: 368px; */
	margin-bottom: 25px;
}
.pic{
	/* background-color: #CCCCCC; */
	width: 100%;
	height: 100%;
	margin-left: 22px;
	margin-bottom: 22px;
}
.mov{	
	background-color: #661950;
	width:100%;
	height: 173px;	
}
	.social-links {	
	display: none;
	}
.searcharadio,.search4{
	display:none
}	
.search3{
	margin-top: 3px;
	margin-right: 0px;
	/* float: right; */
	background: #fff;
	width: 98%;
	height: 35px;
	/* border: 1px solid #758594; */
	/* border-radius: 50px; */
}
.search3 li {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.search3 input[type="submit"] {
	margin-top: 3px;	
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 18px 18px 18px 18px;
	color: #666;
	right: 20px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 33px;
	background:none;
	background-image: url(../images/search1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.search3 input[type="text"] {
	 outline: none;
  color: #758594;
  background: none; 
  border: none; 
  width:  92.33%;
  text-align: left;
  padding: 0.45em 1.5em;
  vertical-align: middle;
	

}
.section_room1 select {
	width: 100%;
	color: #676769;
	font-size: 1em;
	font-weight: 500;
	outline: none;
	background: #f7f7f7;
	border: none;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
	#top a,
.top a
{
	background: center center no-repeat transparent;
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);*/
	background-image: url(/images/smenu.png);
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 3px;
}
	.navigation {	
	display: none;
	}

	.morebanner {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 11px;
	margin-left: auto;
	min-width:150px;
	width:60%;
	
}
.morebanner img{
	width:100%
}
	.cc {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
	.btn-search {
		font-size:100%;
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	color: #FFF;
	white-space: nowrap;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.btn-search a:link {
	
	color: #FFF;
text-decoration: none;	
}
.btn-search a:hover {
	color: #FFF;
	text-decoration: none;	
}
.btn-search:hover {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #BBBBBB;
	background-attachment: scroll;
	background-color: #E17D01;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn-search .caret {
  border-top: 4px solid #FFF;
}
.bnr-right {
	width: 100%;
	/***
	height: 45px;
	line-height: 45px;
	***/	
}
	.wrap {
	width: 100%
}
	.col-sm-6{width:100%;
	min-width:300px;}
	.col-md-20{width:50%;
	min-width:200px;
	font-size:100%}
	.col-md-5{
	width:100%;
	min-width:300px}
		
	.youtube {
		display:none
}
	.submit input[type="text"] {
	width: 200px;
	color: #666;
	font-weight: 400;
	outline: none;
	font-size:100%;
	border: none;
	-webkit-appearance: none;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background-color: #E7DAE3;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family:Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€"
}
	
	.col-md-4{width:100%}
	.recent-grid{
	width: 100%;
	float: left;	
	height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #eee;
	box-shadow: 3px 3px 2px rgba(20%,20%,40%,0.1);
	min-width:320px;
	
}
	.col-md-009 {
		width:100%;
  }
.col-md-003 {
	display:none;
	
  }
  
  .whitebackground0 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
	overflow:hidden;
	
}
	.whitebackground {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 100px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
}
	.whitebackground1 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	/* -webkit-box-shadow: 0 0 3px; */
	-moz-box-shadow: 0 0 3px;
	/* box-shadow: 0 0 5px; */
	color: #999;
	height: 134px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width: 271px;
}
.whitebackground2 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 300px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px
}
	.clear {
	clear: both;
	display: block;
	height: 1px;
	/* [disabled]overflow: hidden; */
	/* [disabled]visibility: hidden; */
	width: 100%;
	}
	/* FscSearch_BankSub */   
 
  .fscode{
	  display:none}
  .fstitle{
	  display:none}
	.fsman{
	  display:none}
.fsleft {
	text-align: left;
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	background-color: #a41961;
	
}	
.fsright {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}	
  .fscode1 {
width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fstitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fsman1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fscode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fstitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

.fsman_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
/* bstatistics_list */   
  
  .bcode{
	  display:none}
  .btitle{
	  display:none}
	.bdate{
	  display:none}
	
  .bcode1 {
	  display:none
}
.btitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.bdate1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.bcode_con {
	  display:none
}
.btitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

.bdate_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
	/* FscSearch_BankType */   
  .whitebackground3 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	/* -webkit-box-shadow: 0 0 3px; */
	-moz-box-shadow: 0 0 3px;
	/* box-shadow: 0 0 5px; */
	color: #999;
	/***height: 250px;***/
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width: 271px;
	overflow:hidden;
}
  .fcode{
	  display:none}
  .forganization_name{
	  display:none}
	.fadd{
	  display:none}
	  .ftel{
	  display:none}
	  .furl{
	  display:none}
  .fcode1 {
	width: 44%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.forganization_name1 {
	width: 44%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	min-height: 45px;
}
.fadd1 {
	width: 44%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	min-height: 60px;
}
.ftel1 {
	width: 44%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.furl1 {
	width: 44%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fcode_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.forganization_name_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	line-height: 21px;
	min-height: 45px;
}
.furl_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border: 1px solid #BBBBBB;
}
.fadd_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	line-height: 20px;
	min-height: 60px;
}
.ftel_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
  
	/* FscSearch_BankMain */   
  .whitebackground5 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	/***height: 250px;***/
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
	overflow:hidden;
}
  .mcode{
	  display:none}
  .morganization_name{
	  display:none}
	.madd{
	  display:none}
	  .mtel{
	  display:none}
  .mcode1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.morganization_name1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.madd1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mtel1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mcode_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.morganization_name_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.madd_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;

	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mtel_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
    
/* web32 Ã©â€¡â€˜Ã¨Å¾ÂÃ¦Â©Å¸Ã¦Â§â€¹Ã¦Â¶Ë†Ã¨Â²Â»Ã¨â‚¬â€¦Ã§â€Â³Ã¨Â¨Â´Ã¥Â°Ë†Ã§Â·Å¡ */   
  .whitebackground6 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	/***height: 250px;***/
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	/* min-width:400px; */
	overflow:hidden;
}
  .wcode{
	  display:none}
  .worganization_name{
	  display:none}
  .wdepartment{
	  display:none}
  .wtel{
	  display:none}
  .wfax{
	  display:none}
  .wemail{
	  display:none}	
  .wmanager_title{
	  display:none}	
  .wmanager_name{
	  display:none}	
  .wremark{
	  display:none}		  
  .wcode1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.worganization_name1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wdepartment1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wtel1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wfax1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wemail1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_title1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_name1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wremark1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wcode_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.worganization_name_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wdepartment_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wtel_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
 .wfax_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wemail_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_title_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_name_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wremark_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
    
  
  	/* bilingual_list */   
  .whitebackground7 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
overflow:hidden;
}
  .bicode{
	  display:none}
  .bich_name{
	  display:none}
	.bien_name{
	  display:none}
	  .bitype{
	  display:none}
	  .bisource{
	  display:none}
  .bicode1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bich_name1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
    
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bien_name1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bitype1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bisource1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;

}
.bicode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bich_name_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
	
}
.bien_name_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	
	border: 1px solid #BBBBBB;
}
.bitype_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;

	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bisource_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}
  
  
  /* cyclopedia */
.whitebackground4 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 200px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	/* [disabled]margin-left: 10px; */
	min-width: 400px
}
 .cycode{
	  display:none}
 .cytitle{
	  display:none}
 .cysouse{
	  display:none}
 .nature{
	  display:none}
.cycode1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cytitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cysouse1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;	
}
.nature1{
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cycode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cytitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cysouse_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.nature_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
 /* activity_list */ 
  .activitytype{
	  display:none}
  .start_date{
	  display:none}
	.activitytitle{
	  display:none}
	  .end_date{
	  display:none}
	   .place{
	  display:none}
	   .sign{
	  display:none}
   .activitytype1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.start_date1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
    
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.end_date1 {
width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.place1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.sign1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytype_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.start_date_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.end_date_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.place_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.sign_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

		 /* download_list */ 
  .dcode{
	  display:none}
  .Publish_date{
	  display:none}
	.dtitle{
	  display:none}
	  .up_date{
	  display:none}
	   .times{
	  display:none}
	   .format{
	  display:none}
   .dcode1 {
	width: 23%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.Publish_date1 {
	width: 23%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.dtitle1 {
	width: 23%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
    
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.up_date1 {
	width: 23%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.times1 {
	width: 23%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.format1 {
	width: 23%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.dcode_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.Publish_date_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
}
.dtitle_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.up_date_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
}
.times_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
.format_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
  

	.title {
		display:none;
	
}
.download {
	display:none;
	
}
.title1 {
	width: 26%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

.title_con {
	width: 74%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.download_con {
	width: 74%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border: 1px solid #BBBBBB;	
	height:50px;
}
.download1 {
	width: 26%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.ltitle {
display:none;	
}
 .ptitle {
	display:none;	
}
.pdate {
	display:none;		
}

.souse {
	display:none;		
}
.sort {
	display:none;	
}
 .code{
	  display:none}
  .organization_name{
	display: none;	
}
	.url{
	  display:none}
.code1 {
	width: 48%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

.code_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.organization_name_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border: 1px solid #BBBBBB;
	height:50px;
}
.organization_name1 {
	width: 48%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.url1 {
	width: 43%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}

.url_con {
	width: 57%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}
.ptitle2 {
	width: 100%;	
	padding-top: 8px;
	padding-bottom: 8px;	
	color: #000;
	font-size: 17px;
	clear:both;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
.ptitle2,.ptitle2 a {
	width: 100%;	
	padding-top: 8px;
	padding-bottom: 8px;	
	color: #000;
	font-size: 17px;
	clear:both;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
 .ptitle1 {
	width: 100%;	
	text-align:left;
	padding-top: 8px;
	padding-bottom: 8px;	
	color: #000000;
	font-size: 17px;
	clear:both;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 5px;
}

.ptitle1 a:link, .ptitle1 a:visited {
	color: #000000;
}

.ptitle1 a:hover {
	color: #F90;
	text-decoration: none;
}	

.pdate1 {
	width: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left:10px;
	float: left;
	color: #000000;
	font-size:100%;
	
}

.souse1 {
	width: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	color: #000000;
	font-size:100%;
	margin-left:10px;
}
.sort1 {
	display:none;	
}
.img_f1 {	
	display: block;
	margin-top: 10px;	
	margin-bottom: 10px;	
	width:100%;
}
.img_f1 img {
	
	width:100%;	
}
.img_f2 {
	width: 100%;	
	display: block;
	margin-top: 10px;	
	margin-bottom: 10px;	
}
.img_f2 img {
	
	width:100%;	
}
.img_fr { float: right; margin: 1px 0 8px 20px }

	.page_content_right{
	color: #333333;	
	width:100%;	font-size:100%;
	line-height: 32px;
	
}
.page_content_left{
	color: #333333;
	
	width:100%;font-size:100%;
	line-height: 32px;
}.page_content_right img{
	width: 96%;
	max-width: 480px;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
	.flexslider1 ul.slides li .slide-cnt {
	font-size:100%;
	width: 100%;
	/* [disabled]background: url(images/slide-cnt.png) repeat 0 0; */
	position: absolute;
	top: 120px;
	padding-right: 26px;
	padding-left: 26px;
	background-color: #000;
	opacity: 0.7;
	white-space: pre;
	
}
	.flexslider1 ul.slides li {
	width: 100%;
	height: 180px;
	float: left;
	position: relative;
	overflow: hidden;
}
	.he_border1{
	width: 100%;
	height: 180px;
	padding: 0;
	margin: 0;
	/* [disabled]border: 1px solid #000; */
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	background-color: #660033;
}
.he_border1 .he_border1_img{
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
	overflow: hidden;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	/* [disabled]bottom: 0px; */
}
	.fatfooterA {display: none;}
	#top a,
.top a
{
	background: center center no-repeat transparent;
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);*/
	background-image: url(/images/smenu.png);
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 3px;
	z-index: 10;
}
	.post-item,
		.second .post {
			float: none;
			margin-right: 0;
			width: 100%;
		}
	ul.social-links {
	top: 70px;
	left: 10px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: x-small;
	position: absolute;
	z-index: 100;
	width: 100%;
	}

		ul.social-links li  {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}
			ul.social-links li a {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}
		
		ul.social-links li a:hover {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}		

		
		.navigation > ul {display: none;}
		
		.navigation .nav-responsive {display: inline-block;}
		
			
#header {
	width: 100%;
	/* [disabled]background-image: url(../images/bg00.jpg); */
	/* [disabled]background-repeat: repeat-x; */
	padding-right: 0;
	padding-top: 0px;
	padding-left: 0;
	height: 40px;
	/* [disabled]margin-bottom: 10px; */
	background-color: #FFF;
}
#header img {
	width: 100%;
}
	/* ---------------------------------------------------------------------- */
	/*	Layout
	/* ---------------------------------------------------------------------- */
	#content {
		float: none;
		width: 100%;
	}
	

	.container {
	width: 86%;
}

		/* -------------------------------------------------- */
		/*	Columns
		/* -------------------------------------------------- */

		.one-half,
		.one-third,
		.one-fourth,
		.two-third,
		.three-fourth {
			float: none;
			margin-right: 0;
		}

		.one-half,
		.one-third,
		.one-fourth,
		.two-third,
		.three-fourth {width: 86%;}
		
		.full-width > .one-fourth {
			float: left;
			width: 200px;
		}
		
	/* ---------------------------------------------------------------------- */
	/*	Header
	/* ---------------------------------------------------------------------- */
	
		#logo {
	float: left;
	display: block;
	/* [disabled]text-align: center; */
		}
			
		/* -------------------------------------------------- */
		/*	Main Navigation
		/* -------------------------------------------------- */
		
		.navigation {
	/* [disabled]padding-top: -10px; */
	/* [disabled]padding-right: 20px; */
	/* [disabled]padding-bottom: 0px; */
	/* [disabled]padding-left: 20px; */
	margin-top: 10px;
	/* [disabled]margin-right: 0px; */
	/* [disabled]margin-bottom: -10px; */
	/* [disabled]margin-left: 0px; */
}
		
		/* -------------------------------------------------- */
		/*	Respond
		/* -------------------------------------------------- */
		
		.contact-form input,
		#commentform input {
			width: 250px;
		}
		
	/* ---------------------------------------------------------------------- */
	/*	Header
	/* ---------------------------------------------------------------------- */
		
		/* -------------------------------------------------- */
		/*	Layout
		/* -------------------------------------------------- */

		#content .one-fourth {width: 420px;}
		
	/* ---------------------------------------------------------------------- */
	/*	Portfolio
	/* ---------------------------------------------------------------------- */
		
		#portfolio-items article {width: 200px;}
		
			#portfolio-items article img {width: 200px;}
			
		#sidebar {
	width: 100%;
	float: right;
}
	
		
}

	/* ---------------------------------------------------------------------- */
	/*	Keyframes
	/* ---------------------------------------------------------------------- */

	@-webkit-keyframes move {
		0% {
			-moz-transform: scale(0);
		}
		100% {
			-moz-transform: scale(1);
		}
	}
	
	@-moz-keyframes move {
		0% {
			-moz-transform: scale(0);
		}
		100% {
			-moz-transform: scale(1);
		}
	}
	
	@keyframes move {
		0% {
			-moz-transform: scale(0);
		}
		100% {
			-moz-transform: scale(1);
		}
	}

.control_panel {
	position: fixed;
	z-index: 99;
	zoom: 1;
	top: 260px;
	left: 13px;
}

	.control_panel ul {
		padding: 4px;
		background-color: #fff;
	}
	
	.not-ie .control_panel ul {
		-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
			-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
				box-shadow: 0 0 7px rgba(0,0,0,.1);	
	}
	
		.control_panel ul li {margin-top: 3px;}

		.control_panel ul li:first-child {margin-top: 0;}

			.control_panel ul a {
				display: block;
				width: 38px;
				height: 38px;
				border: 1px solid transparent;
			}
			
			.control_panel li.active a {border-color: #000;}

			.control_panel .style-1 {background-color: #17517a;}
			.control_panel .style-2 {background-color: #9f1010;}
			.control_panel .style-3 {background-color: #2a7313;}
			.control_panel .style-4 {background-color: #eba505;}

			.control_panel .style-5,
			.control_panel .style-6 {
				background-image: url(../images/sprite-style.png);
				background-position: 0 0;
				background-repeat: no-repeat;
			}

			.control_panel .style-6 {background-position: 0 bottom;}
.newstd{
	background-position: 0 bottom;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding: 5px;
}

.flickr-widget {margin-right: -6px}

.flickr-widget a {
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 3px solid #6b6b6b;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flickr-widget img {display: block;width: 100%;}
.flickr-widget a:hover {border-color: #c0c0c0;}

/*================================================= */
/* #Media Queries
================================================== */
	/* Desktop 960 */
	@media all and (min-width: 801px) {
		
		.flexslider.home {
	height: 332px;
}
		.flexslider {min-height: 1px;}
		.flexslider.blog {height: auto;}
		#portfolio-wrapper {min-height: 600px;}
	} 
	
	/* Smaller than standard 960 (devices and browsers) */
	
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	

	/* All Mobile Sizes (devices and browser) */
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	
.readmore {
	/* [disabled]background-image: url(../images/1.png); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]height: 37px; */
	/* [disabled]width: 200px; */
	padding-top: 30px;
	/* [disabled]padding-left: 15px; */
	font-family: 'Adamina', serif;
	font-size:100%;
	color: #000;
	font-weight: bold;
}
.readmore a {
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 14px;
	color: #000;
}
/* ------------12Ã§Â´Å¡Ã¥Â­â€”------------ */
.fatfooter {
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 85%;
	color: #9c9c9c;
	text-decoration: none;
	line-height: 1.5;
}
.fatfooter,.fatfooter a:link,.fatfooter a:visited{color:#2E2E2E;text-decoration:none;}
.fatfooter a:hover{color: #FF6600;text-decoration: underline;}
.fatfooterb {
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 100%;
	color: #2E2E2E;
	text-decoration: none;
	line-height: 1.5;
	padding-bottom: 6px;
	font-weight: bold;
	/* [disabled]margin-bottom: 5px; */
}
.fatfooterb,.fatfooterb a:link,.fatfooterb a:visited {
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 100%;
	color: #065cc7;
	text-decoration: none;
	line-height: 1.5;
	padding-bottom: 6px;
	border-bottom-color: #FFF;
	font-weight: bold;
	margin-bottom: 10px
}
.fatfooterA {
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	color: #9c9c9c;
	text-decoration: none;
	line-height: 1.5;
	padding-bottom: 10px;
	font-weight: bold;
	background-color: #eee;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
/* nav_menu */

.nav .list li{float:left;}
.nav .list a{float:left;display:block;width:125px;height:42px;text-align:center;font:bold 13px/36px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";color:#fff;}
.nav .list a:hover{color:#FFA304;}
.nav .list a:hover,.nav .list .now{color:#F00;background:#fff;}
.nav .box{
	position: absolute;
	left: -5px;
	top: 100%;
	width: 100%;
	background: #eee;
	overflow: hidden;
	height: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	border-bottom: 2px solid #074c52;
	z-index: 1000;
}
.nav .cont{position:relative;padding:25px 0 0px 24px;}
/*Ã¦â€¡Â¸Ã¥ÂÅ“*/


.he_border1:hover .he_border1_img{
	position: absolute;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .6;
	height: 100%;
	width: 100%;
}
.he_border1 .he_border1_caption{color:#fff;padding:0;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border1 .he_border1_caption::before,.he_border1 .he_border1_caption::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.he_border1 .he_border1_caption::before{top:8%;right:10%;bottom:8%;left:10%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}
.he_border1 .he_border1_caption::after{top:8%;right:10%;bottom:8%;left:10%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.he_border1:hover .he_border1_caption::before,.he_border1:hover .he_border1_caption::after{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);	
}
.he_border1 .he_border1_caption,.he_border1 .he_border1_caption > a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	z-index: 90;
}
.he_border1 .he_border1_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:1}
.he_border1 .he_border1_caption_p{
	font-size: 100%;
	text-align: center;
	width: 80%;
	position: absolute;
	top: 60%;
	left: 10%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	opacity: 0
}
.he_border1:hover .he_border1_caption_p{
	top: 45%;
	opacity: 1;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-weight: bold;
	color: #FFF;
}



.he_border2{background:#fe7253;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border2 .he_border2_img{display:block;width:100%;padding:0;margin:0;position:relative;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border2:hover .he_border2_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.6}
.he_border2 .he_border2_caption{color:#fff;padding:0;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border2 .he_border2_caption::before,.he_border2 .he_border2_caption::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.he_border2 .he_border2_caption::before{top:14%;right:5%;bottom:14%;left:5%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}
.he_border2 .he_border2_caption::after{top:8%;right:10%;bottom:8%;left:10%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.he_border2:hover .he_border2_caption::before,.he_border2:hover .he_border2_caption::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.he_border2 .he_border2_caption,.he_border2 .he_border2_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden; z-index:1000}
.he_border2 .he_border2_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:1}
.he_border2 .he_border2_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:60%;left:10%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;opacity:0}
.he_border2:hover .he_border2_caption_p{top:45%;opacity:1}


/*.he_border3{background:#fe7253;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border3 .he_border3_img{display:block;width:100%;padding:0;margin:0;position:relative;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border3:hover .he_border3_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.6}
.he_border3 .he_border3_caption{color:#fff;padding:0;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border3 .he_border3_caption::before,.he_border3 .he_border3_caption::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.he_border3 .he_border3_caption::before{top:14%;right:25%;bottom:14%;left:25%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.he_border3 .he_border3_caption::after{top:25%;right:10%;bottom:25%;left:10%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.he_border3:hover .he_border3_caption::before,.he_border3:hover .he_border3_caption::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.he_border3 .he_border3_caption,.he_border3 .he_border3_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden; z-index:1000}
.he_border3 .he_border3_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:1}
.he_border3 .he_border3_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:60%;left:10%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;opacity:0}
.he_border3:hover .he_border3_caption_p{top:45%;opacity:1}*/

.he_border4{background:#000000;width:100%;height:226px;padding:0;margin:0;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border4 .he_border4_img{
 display: block;
 width: 100%;
 padding: 0;
 margin: 0;
 position: relative;
 opacity: 1;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 -ms-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
 overflow: hidden;
 height: 100%;
}
.he_border4:hover .he_border4_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.6}
.he_border4 .he_border4_caption{color:#fff;padding:0;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border4 .he_border4_caption::before,.he_border4 .he_border4_caption::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.he_border4 .he_border4_caption::before{top:8%;right:10%;bottom:8%;left:10%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}
.he_border4 .he_border4_caption::after{top:8%;right:10%;bottom:8%;left:10%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.he_border4:hover .he_border4_caption::before,.he_border4:hover .he_border4_caption::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.he_border4 .he_border4_caption,.he_border4 .he_border4_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden; z-index:900}
.he_border4 .he_border4_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:1}
.he_border4 .he_border4_caption_p{
font-size: 18px;
	text-align: center;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	opacity: 0
}
.he_border4:hover .he_border4_caption_p{
	top: 35%;
	opacity: 1;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-weight: bold;
	color: #FFF;
}

.he_3DFlipX{display:block;width:360px;height:240px;overflow:hidden;padding:0;margin:0;border:0;position:relative;box-sizing:border-box;-webkit-perspective:1700px;-moz-perspective:1700px;perspective:1700px;-webkit-perspective-origin:50% 50%;-moz-perspective-origin:50% 50%;perspective-origin:50% 50%}
.he_3DFlipX_inner{width:100%;height:100%;padding:0;margin:0;position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}
.he_3DFlipX_inner div.he_3DFlipX_img{backface-visibility:hidden;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.he_3DFlipX_inner:hover > div.he_3DFlipX_img{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);transform:rotateX(180deg)}.he_3DFlipX_inner > div img{max-width:100%;padding:0;margin:0;display:block;position:relative}
.he_3DFlipX_caption{position:absolute;top:0;left:0;padding:0;background:#fe7253;color:#fff;height:100%;width:100%;padding:0;margin:0;opacity:0;background-color:#fe7253;text-align:center;backface-visibility:hidden;-webkit-transform:rotateX(-180deg);-moz-transform:rotateX(-180deg);transform:rotateX(-180deg);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.he_3DFlipX_inner:hover .he_3DFlipX_caption{opacity:1;-webkit-transform:rotateX(0);-moz-transform:rotateX(0);transform:rotateX(0)}
.he_3DFlipX_caption h3{font-size:1.3em;font-weight:700;text-align:center;width:100%;position:absolute;top:25%;left:5px;margin:0;padding:0;color:#fff}
.he_3DFlipX_caption p{font-size:1em;text-align:center;width:100%;position:absolute;top:45%;left:5px;margin:0;padding:0;color:#fff}
.he_3DFlipX a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0}


.he_3DFlipY{display:block;width:360px;height:240px;overflow:hidden;padding:0;margin:0;border:0;position:relative;box-sizing:border-box;cursor:pointer;-webkit-perspective:1700px;-moz-perspective:1700px;perspective:1700px;-webkit-perspective-origin:50% 50%;-moz-perspective-origin:50% 50%;perspective-origin:50% 50%}
.he_3DFlipY_inner{width:100%;height:100%;padding:0;margin:0;position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}
.he_3DFlipY_inner > div.he_3DFlipY_img{backface-visibility:hidden;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.he_3DFlipY_inner:hover > div.he_3DFlipY_img{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}.he_3DFlipY_inner > div img{max-width:100%;padding:0;margin:0;display:block;position:relative}
.he_3DFlipY_caption{position:absolute;top:0;left:0;padding:0;background:#fe7253;color:#fff;height:100%;width:100%;padding:0;margin:0;opacity:0;background-color:#fe7253;text-align:center;backface-visibility:hidden;-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.he_3DFlipY_inner:hover .he_3DFlipY_caption{opacity:1;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0)}
.he_3DFlipY_caption h3{font-size:1.3em;font-weight:700;text-align:center;width:100%;position:absolute;top:25%;left:5px;margin:0;padding:0;color:#fff}
.he_3DFlipY_caption p{font-size:1em;text-align:center;width:100%;position:absolute;top:45%;left:5px;margin:0;padding:0;color:#fff}
.he_3DFlipY a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0}

.he_ZoomInImg{background:#fe7253;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg .he_ZoomInImg_img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg:hover .he_ZoomInImg_img{opacity:.7;-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-o-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}
.he_ZoomInImg .he_ZoomInImg_caption{color:#fff;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg .he_ZoomInImg_caption,.he_ZoomInImg .he_ZoomInImg_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg .he_ZoomInImg_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:.8}.he_ZoomInImg:hover .he_ZoomInImg_caption_h{color:#fff;opacity:1}
.he_ZoomInImg .he_ZoomInImg_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:45%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_ZoomInImg:hover .he_ZoomInImg_caption_p{color:#fff;opacity:1}

.he_ZoomOutImg{background:#fe7253;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomOutImg .he_ZoomOutImg_img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-o-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}
.he_ZoomOutImg:hover .he_ZoomOutImg_img{opacity:.7;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.he_ZoomOutImg .he_ZoomOutImg_caption{color:#fff;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomOutImg .he_ZoomOutImg_caption,.he_ZoomOutImg .he_ZoomOutImg_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomOutImg .he_ZoomOutImg_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:.8}
.he_ZoomOutImg:hover .he_ZoomOutImg_caption_h{color:#fff;opacity:1}
.he_ZoomOutImg .he_ZoomOutImg_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:45%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_ZoomOutImg:hover .he_ZoomOutImg_caption_p{color:#fff;opacity:1}

.he_slideCaptionDown{background:#fe7253;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_caption{color:#fff;background:rgba(0,0,0,0.9);-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption{background:rgba(254,114,83,.8);-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.he_slideCaptionDown .he_slideCaptionDown_caption,.he_slideCaptionDown .he_slideCaptionDown_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:-50%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:0}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_h{color:#fff;top:25%;opacity:1}
.he_slideCaptionDown .he_slideCaptionDown_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:-50%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p{color:#fff;top:45%;opacity:1}

.he_slideAllDown{background:#fe7253;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideAllDown .he_slideAllDown_img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:.9;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideAllDown:hover .he_slideAllDown_img{opacity:1;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.he_slideAllDown .he_slideAllDown_caption{color:#fff;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideAllDown .he_slideAllDown_caption,.he_slideAllDown .he_slideAllDown_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideAllDown .he_slideAllDown_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:-50%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:0}
.he_slideAllDown:hover .he_slideAllDown_caption_h{color:#fff;top:25%;opacity:1}
.he_slideAllDown .he_slideAllDown_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:-50%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_slideAllDown:hover .he_slideAllDown_caption_p{color:#fff;top:45%;opacity:1}
a.more {
	display: inline-block;
	text-decoration: none;
	margin-top: 15px;
	color: #fff;
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: url(../images/templatemo_more.png);-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
}
.more1 {
	display: inline-block;
	text-decoration: none;
	margin-top: 5px;
	color: #870a36;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: right;
	margin-right: 25px;
	background-color: #fff;
	border: 1px solid #ffb902;
	font-family: "Adobe Ã©Â»â€˜Ã¤Â½â€œ Std R";
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	background-image: url(../images/arr2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.more1:focus,.more1:active:focus,.more1.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.more1:active,.more1.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.more1.disabled,.more1[disabled],fieldset[disabled] .more1{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
.more1:hover,.more1:focus{
	background-image: url(../images/arr3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
div.bc_box {
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #e0e0e0;
	margin-left:auto;
	margin-right:auto;
}
div.breadcrumbs {
	/* [disabled]margin-bottom: 40px; */
}
ul.bc_list {
	height: 34px;
}
ul.bc_list li {
	float: left;
	position: relative;
	margin: 0 20px;
	font-family:Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€"
}
ul.bc_list li a:link, ul.bc_list li a:visited {
	/***color: #DB5154;***/
	color: #333;
	font-size: 100%;
	text-decoration: none;
}
ul.bc_list li a:hover {
	color: #F90;
	text-decoration: none;
}

	ul.bc_list li:first-child {
		margin-left: 0;
	}
	ul.bc_list li::after {
		float: left;
		position: absolute;
		top: 0;
		right: -25px;
		content: '';
		display: block;
		width: 10px;
		height: 34px;
		background: url("../images/bc_sep.png");
	}
ul.bc_list li a {
	font-size: 100%;
	line-height: 35px;
}
 .container                                  {
	position: relative;
	width: 100%;
	/* [disabled]margin: 0 auto; */
	padding: 0;
}
.sixteen.columns                 {
	width: 100%;
	margin-bottom: 20px;
}
div.separator {	
	 background-image: url(../images/sep_bg.png);
	 background-repeat: repeat-x;
	 background-position: 0 bottom;
}
div.separator h2 {
	 color: #333333;
	 margin-bottom: 0;
	 line-height: 25px;
	 display: inline-block;
	 float: left;
	 font-size: 150%;
	 border-bottom-width: 5px;
	 border-bottom-style: solid;
	 border-bottom-color: #660033;
	 padding: 0 10px 10px 10px;
	 /* [disabled]height: 25px; */
}
div.separator h4 {
	color: #333333;
	margin-bottom: 0;
	line-height: 25px;
	padding-top: 20px;
	display: inline-block;
	float: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #660033;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 25px;
}
.org{
	color:#C09138}
.page_content{
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 20px;
	/* [disabled]text-align: center; */
}
.acces{	
	padding-left: 24px;	
}
.acces p{
	float:left;
	padding-right:8px;
	color: #333333;
	font-size:100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 20px;
	list-style-type: none;
	background-image: url(/pubprogram/upload/img/clip.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
}
.acces p a:link, .acces p a:visited{
	float:left;
	padding-right:8px;
	color: #333333;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
}
.acces p a:hover{
	color: #F90;
	text-decoration: none;
}

.link{	
	padding-left: 10px;	
}
.app{
	/* [disabled]padding-left: 24px; */
	height: 39px;
	width: 39px;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
}
.link li{
	color: #333333;
	font-size:100%;
	line-height: 26px;
	text-decoration: none;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(/pubprogram/upload/img/link.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
}
.link li a:link, .link li a:visited {
	color: #333333;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
	padding-left: 3px;
}

.link li a:hover {
	color: #F90;
	text-decoration: none;
}

.wmv{	
	padding-left: 24px;	
}
.wmv li {
	color: #333333;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
	background-image: url(/pubprogram/upload/img/wmv.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}
.wmv li a:link, .wmv li a:visited {
	color: #333333;
	font-size: 15px;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
	padding-left: 20px;
}
.wmv li a:hover {
	color: #F90;
	text-decoration: none;
}

.btn {
	border: 1px solid #4f8db3;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	color: #FFF;
	white-space: nowrap;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn:hover {
	color: #666;
	text-decoration: none;
	border: 1px solid #3b3c41;
	background-attachment: scroll;
	background-color: #6600CC;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn .caret {
  border-top: 4px solid #FFF;
}

.menu_box{
	font-family: 'Audiowide', cursive;
}
ul.nav{
	padding: 14px 0;
	list-style: none;
	text-decoration: none;
	background-color: #941B45;
}
ul.nav li:hover {
	background:#333;
	color:#fff;
}
ul.nav li a{
	color: #fff;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}
ul.nav li a:hover{
	color:#333;
	text-decoration:none;
}


.col-md-001 {
	width: 100%;
	margin-bottom: 15px;
	vertical-align: middle;
}
/*
.col-md-005 {
	width: 450px;
	margin-bottom: 30px;
}
*/
.col-md-004 {
	width: 100%;
	margin-bottom: 10px;
}
.col-md-1 {
	width: 100%;
	margin-bottom: 30px;
	/* [disabled]text-align: center; */
}
.col-md-7 {
	width: 88%;
	float: left;
	margin-bottom: 15px;
}
.col-md-2 {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	/***line-height: 45px;***/
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.submit input[type="button"] {
	min-width: 100px;
	border: 1px solid #c86364;
	outline: none;
	color: #FFF;
	font-size:100%;
	font-weight: 500;
	margin: 0 0 0 10px;
	-webkit-appearance: none;
	text-transform: uppercase;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	background-color: #cf4647;
	background-image: none;
}
.submit input[type="button"]:hover{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #fff;
	background-color: #9e2c2d;
}
.col-md-4,.col-sm-6,.col-md-5{position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.col-md-4,.col-sm-6,.col-md-5{float:left}



/*--------------------------------------------------------------------------
+	Portfolio Style
--------------------------------------------------------------------------*/
.portfolio-item {
  position: relative;
  background: #FFF;
  margin-bottom: 20px;
  border: 8px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: #c8cfe6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.portfolio-item .portfolio-image {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.portfolio-item .portfolio-image img {
  max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.portfolio-item:hover {
	/* [disabled]border: 8px solid #4f8db3; */
}
.portfolio-item:hover .portfolio-image img {
  position: relative;
  -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
.portfolio-item ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
  padding: 0;
}
.portfolio-item ul li {
  line-height: 28px;
}
.portfolio-item .portfolio-project-name {
  font-size: 1.3em;
  text-transform: uppercase;
}
.portfolio-item .read-more {
  text-align: center;
  padding-top: 10px;
}
.portfolio-item .portfolio-info-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 2px 2px 4px #000000;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.portfolio-item .portfolio-info-fade ul {
  margin-top: 10%;
}
.portfolio-item .portfolio-info-fade .btn:hover {
	background-color: #FFFFFF;
}
.portfolio-item .portfolio-info-fade ul {
  margin: 10% 20px 0 20px;
  padding: 0;
}
.portfolio-item .portfolio-info-fade ul li {
  text-align: center;
  font-size:16px;
}
.portfolio-item .portfolio-info-fade ul li:first-child {
  border-bottom: 1px solid #CCC;
 
}
.portfolio-item:hover .portfolio-info-fade {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lt-ie9 .portfolio-info-fade {
  display: none;
}
.lt-ie9 .portfolio-item:hover .portfolio-info-fade {
  display: block;
}
.portfolio-visit-btn {
  padding-top: 15px;
}
.portfolio-item-description ul {
  padding: 0;
}
.date {
	background: url(../images/date-icon.png) no-repeat 95.5% 45% #fff;
	cursor: pointer;
}

.bnr-right input[type="text"] {
	width: 60%;
	color: #9E9E9E;
	outline: none;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size:100%;
	padding: 8px 8px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 1%;
	
}
.ep select {
	padding: 4px 0px 4px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	color: #9E9E9E;
	background: url(../images/arrow.png) no-repeat 95.5% 58% #fff;
	outline: none;
	border: 1px solid #999;
	width: 140px;
	font-size: 100%;
	font-weight: 400;
	cursor: pointer;
	
}
.ep input[type="text"] {
	padding: 6px 0px 6px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	color: #9E9E9E;	
	outline: none;
	border: 1px solid #999;
	width: 150px;
	font-size: 100%;
	font-weight: 400;
	cursor: pointer;
	
}

.ep input[type="submit"] {
	width: 100px;
	border: 1px solid #EEEE00;
	outline: none;
	color: #FFF;
	font-size:100%;
	font-weight: 500;
	margin: 0;
	-webkit-appearance: none;
	text-transform: uppercase;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	background-color: #60F;
	background-image: none;
}
.ep input[type="submit"]:hover{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #fff;
	background-color: #0080FF;
}
.qa select {
	padding: 5px 0px 5px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	color: #9E9E9E;
	background: url(../images/arrow.png) no-repeat 95.5% 58% #fff;
	outline: none;
	border: 1px solid #999;
	min-width: 120px;
	font-size: 90%;
	font-weight: 400;
	cursor: pointer;
	
}
.qa input[type="text"] {
	padding: 9px 0px 9px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	color: #9E9E9E;
	outline: none;
	border: 1px solid #999;
	width: 150px;
	font-size: 100%;
	font-weight: 400;
	cursor: pointer;
	
}

.qa input[type="submit"] {
	width: 100px;
	border: 1px solid #EEEE00;
	outline: none;
	color: #FFF;
	font-size:100%;
	font-weight: 500;
	margin: 0;
	-webkit-appearance: none;
	text-transform: uppercase;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	background-color:  #cf4647;
	background-image: none;
}
.qa input[type="submit"]:hover{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #fff;
	background-color:  #9e2c2d;
}
.qa input[type="reset"] {
	width: 100px;
	border: 1px solid #EEEE00;
	outline: none;
	color: #FFF;
	font-size:100%;
	font-weight: 500;
	margin: 0;
	-webkit-appearance: none;
	text-transform: uppercase;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	background-color: #60F;
	background-image: none;
}
.qa input[type="reset"]:hover{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #fff;
	background-color: #0080FF;
}
.root{
	background-image: url(../images/root.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	}
	.sub{
	background-image: url(../images/sub.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	}

/*20191217*/
@media (max-width: 1050px) {
.search4{
	width: 400px;
}
}
@media (max-width: 959px) {
.search4{
	width: 90%;
	position: relative;
}
body .searcha3 {
	top: 150px !important;
}
#header {
	height: 110px;
}
h1 {
	margin:0;
	padding:0;
}
}
body .searcha3{
	position:absolute;
	top: 66px;
	right: 0px;
}
body .gsib_a {
	padding: 0 5px;
	top: -5px;
	position:relative;
}
@media (max-width: 1130px) {
ul.social-links {
	display:none;
}
}
@media print {	
	.whitebackground, .maintitle, .he_border4, .he_border1 {
	   border: 1px solid #000000;
	}
	.social-links2, .social-links, .search3, .search4, .bc_box, #C, .share, #contentdata , .tosearch , .app {
	   display:none!important;
	}
	body .social-links {
	   height:0cm!important;
    }
	br {
		display: block;
		content: "";
		margin-top: 0;
	}
}

a:link {
	color: #20345C;
}
a:visited {
	color: #20345C;
}
a:hover {
	color: #F90;
}
.gplus{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/g+_share.png);
	background-repeat: no-repeat;
}
.fb{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/fb_share.png);
	background-repeat: no-repeat;
}
.tt{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/twitter_share.png);
	background-repeat: no-repeat;
}
.plurk{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/plurk_share.png);
	background-repeat: no-repeat;
}
.line{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/line_share.png);
	background-repeat: no-repeat;
}
.printer{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/print.png);
	background-repeat: no-repeat;
}
.back{
	float: left;
	height: 32px;
	margin-right: 5px;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	color:#333;
	line-height:32px;
}
.share { 
	float: right;
	color: #FFF;
	height: 30px;
	margin-right: 6px;
	margin-top:10px;
}

/*** directory_list.jsp Start ***/
.tree{ 
	padding-left: 10px; 
}

.tree li{
	color: #333333;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
}
.tree li li{
	color: #003399;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/arrow_right2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	margin-left: -38px;
}
.tree li li li{
	color: #990033;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/arrow_right3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	margin-left: -28px;
}
.tree li a:link, .tree li a:visited {
	color: #333333;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
	padding-left: 3px;
}
.tree li li a:link, .tree li li a:visited {
	color: #003399;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
	padding-left: 3px;
}
.tree li li li a:link, .tree li li li a:visited {
	color: #990033;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
	padding-left: 3px;
}
.tree li a:hover {
	color: #F90;
	text-decoration: none;
}
.tree li li a:hover {
	color: #F90;
	text-decoration: none;
}

.tree li li li a:hover {
	color: #F90;
	text-decoration: none;
}

/*** directory_list.jsp End ***/

.newsdate1 {
	text-align: center;
	float: left;
	color: #FFF;
	font-size: 86%;
	height: 30px;
	margin-right: 6px;
}
.newstitle1,.newstitle1 a:link,.newstitle1 a:visited{
	font-size: 96%;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	height: 35px;
	margin-right: 15px;
}
.newstitle1 {
	background-image: url(../images/arr1.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	width: 100%;
	/* [disabled]padding-top: 5px; */
	/* [disabled]padding-bottom: 25px; */
	padding-left: 16px;
	float: left;
	color: #FFF;
	font-size: 100%;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
}
.newstitle1 a:hover{
	
	color: #FFCC00;
	text-decoration: none;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 1%;
	overflow: hidden;
	z-index: 1999; 
	width: 42px;
	height: 42px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 42px;
	height: 42px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
}
/*-- //to-top --*/
.font_red{
	color: #D00
}
.sitemap {
	/***background-color: #ccc;***/
	background-color: #802c60;
	background-image: url(../images/sitemap_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
.sitemap > ul ,.sitemap > ul a {
	padding-top: 8px;
	padding-bottom: 8px;	
	text-align: left;
	color:#FFF;	
	
}
.sitemap > ul ,.sitemap > ul a:hover {
	color: #FC0;	
}
.sitemap > ul > li {	
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	color: #FFF;
	padding-left: 20px;
}
#aaa{
	position:relative;
	width:100%;
	margin:0 auto 25px;
	padding-bottom: 10px;
	
}
.mail_ico{
	width: 100%;
	/* [disabled]height: 64px; */
	padding-left: 56px;
	background-image: url(../images/30.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;	
	
}
/*	Reset
/* ---------------------------------------------------------------------- */
.left{	
	float: left;
}
.right{	
	float: right;
}
.contentdate{
	font-size: 100%;
	color: #666;
	padding-left: 25px;
	background-image: url(../images/date-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:10px;
}
.Remark {
	font-size: 100%;
	color: #03F;
	margin-bottom:10px;
}
.acc{
	font-size:50%;
	color:#CB8DAB;	
	float: left; line-height: 40px; padding-left:20px;
}
.acc a:link,a:visited{
	font-size: 50%;
	color: #CB8DAB;
}
.acc a:hover{
	font-size: 50%;
	color:#CB8DAB;	
}
#content_page{
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	max-width: 1000px;
}
.footerTop{
	width: 100%;
	height: 145px;
	background-image: url(../images/footerbg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	text-align: center;
}
.top{
	background-color: #444444;
	height: 40px;
}
.searcha1{
	height: 20px;
	/***
	background-image: url(../images/searcharr.png);
	background-repeat: no-repeat;
	background-position: left top;
	***/
	padding-left: 12px;
	float: left;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 85%;
	line-height: 35px;
	margin-right: 15px;
	/***margin-top: -5px;
	margin-left: -40px;***/
}
.searcha2{
	height: 20px;
	background-image: url(../images/searcharr2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	float: left;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 85%;
	line-height: 20px;
	margin-top: 7px;
	margin-left: -8px;
}
.searcharadio{
	height: 25px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 100%;
	line-height: 25px;
	/* [disabled]margin-right: 20px; */
	float: right;
	width: 200px;
	position: absolute;
	z-index: 10;
	top: 45px;
	right: 90px;
}

.newstitle{
	width: 50%;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	
	text-align: center;	
	float: left
}
.newstitle a{
	width: 50%;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	text-align: center;
	
	text-decoration: none;
}
.newstitle a:hover{
	width: 100%;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FCC;
	text-align: center;
	text-decoration: none;
}
.newstitle_befor{
	width: 50%;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	background-color: #893f74;
	text-align: center;
	
	float: left
}



nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


a {
    margin: 0;
    padding: 0;
    font-size: 100%;
	outline: none;
	text-decoration: none;
    background: transparent;
	vertical-align: baseline;
}

a, a > * {
	color: #6d7a7e;
	text-decoration: none;
	line-height: 20px;
}
.slider a {
	color: #000033;
	text-decoration: none;
	font-size:100%;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	
}
.not-ie a, .not-ie a > * {
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

h2 a{
	line-height: 24px;	
	color: #900;
	font-family: 'Adamina', serif;
}
.style-2 a:hover, .style-2 a > *:hover {color: #9F1010;}
.style-3 a:hover, .style-3 a > *:hover {color: #2a7313;}
.style-4 a:hover, .style-4 a > *:hover {color: #d98908;}
.style-5 a:hover, .style-5 a > *:hover {color: #3b5381;}
.style-6 a:hover, .style-6 a > *:hover {color: #5592b4;}

ul li {
	list-style: none;
}



blockquote {
	position: relative;
	margin-bottom: 1.5em;
    padding: 24px 45px 20px 60px;
	border: 1px solid #ebebeb;
    background-color: #f9f9f9;
    font: italic 14px/1.6 'Adamina', serif;
	color: #6d7a7e;
}

blockquote:after,
blockquote:before {
	position: absolute;
	width: 33px;
	height: 23px;
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	content: '';
}

blockquote:before {left: 20px; top: 20px;}

blockquote:after {
	margin: 5px 0 0 20px;
	background-position: right top;
}

address {
	margin-bottom: 50px;
	font-style: normal;
	line-height: 1.7;
}
/*------- Back To Top ------------------*/
/* Tab style */
#scrollUp {
	bottom: 0;
	right: 30px;
	width: 70px;
	height: 70px;
	margin-bottom: -10px;
	padding: 10px 5px;
	font: 14px/20px sans-serif;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #000000;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #E6E6E6;
	background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
	background-repeat: repeat-x;
	-webkit-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	-o-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}
/* ---------------------------------------------------------------------- */
/*	Basic Elements
/* ---------------------------------------------------------------------- */

p {
	margin: 0 0 1.5em 0;
	padding: 10px;
	line-height: 1.6em;
	/* [disabled]color: #333; */
}

h1 {font-size: 125%;}
h2 {
	font-size: 120%;
	color: #900;
}
h2 a:link {
	font-size: 120%;
	color: #900;
}
h3 { font-size: 112%;}

h5 { font-size: 100%;}
h1, h2, h3, h5 {
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
}

h1, h2, h3, h5{
	margin-bottom: 15px;
	font-weight: 400;
	line-height: 1.25;
}

h6 {line-height: 1.5em;}

	/* -------------------------------------------------- */
	/*	Clearfix
	/* -------------------------------------------------- */
.clear1 {
	clear: both;
	display: block;
	height: 15px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	}
	.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	}

	.clearfix:after {
		clear: both;
		display: block;
		visibility: hidden;
		height: 0;
		content: ".";
	}

	/* -------------------------------------------------- */
	/*	General Classes
	/* -------------------------------------------------- */

	.aligncenter {
		text-align: center;
	}
	
	.aligncenter > img {
		display: inline;
		text-align: center;
	}

	.alignleft {float:left;}

		img.alignleft {margin: 0 20px 20px 0;}

	.alignright {float:right;}

		img.alignright {margin: 0 0 20px 20px;}

	.custom-frame {
		display: block;
		border: 5px solid #e0e1e3;
		
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;	
	}
	
	.ie7 iframe.custom-frame {width: 97%;}
	
	.webkit iframe.custom-frame {width: 100%;}
	
	.video-widget .liquid-video-wrapper {margin: 0;}
	
	.liquid-video-wrapper {
		position: relative;
		margin: 0 0 20px;
		padding: 0;
		width: 100%;
	}

	.liquid-video-wrapper iframe,
	.liquid-video-wrapper object,
	.liquid-video-wrapper embed {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	/* -------------------------------------------------- */
	/*	 Highlight	
	/* -------------------------------------------------- */
	
	.highlight1::-moz-selection,
	.highlight2::-moz-selection,
	.highlight3::-moz-selection,
	.highlight4::-moz-selection {
		padding: 1px 3px;
		color: #fff;
	}
	
	.highlight1::selection,
	.highlight2::selection,
	.highlight3::selection,
	.highlight4::selection {
		padding: 1px 3px;
		color: #fff;
	}
	
	span.highlight1,
	span.highlight2,
	span.highlight3,
	span.highlight4 {
		padding:1px 3px;
		color: #fff;
	}
	
	span.highlight1 {background-color:#1f221e;}
	span.highlight2 {background-color:#457935;}
	span.highlight3 {background-color:#a6412b;}
	span.highlight4 {background-color:#2b65a6;}

	.highlight1::selection {background-color:#1f221e;}
	.highlight2::selection {background-color:#457935;}
	.highlight3::selection {background-color:#a6412b;}
	.highlight4::selection {background-color:#2b65a6;}
	
	.highlight1::-moz-selection {background-color:#1f221e;}
	.highlight2::-moz-selection {background-color:#457935;}
	.highlight3::-moz-selection {background-color:#a6412b;}
	.highlight4::-moz-selection {background-color:#2b65a6;}
	
	/* -------------------------------------------------- */
	/*	Custom Table
	/* -------------------------------------------------- */
	
	.custom-table {
		margin-bottom: 3em;
		width: 100%;
	}
	
		.custom-table tbody tr:nth-child(even) td {
			background-color: rgba(31,34,30,.02);
		}

			.custom-table td,
			.custom-table th {padding: 7px 15px;}

			.custom-table thead th {
				border-top: 1px solid #ced5cf;
				border-right: 1px solid #ced5cf;
				border-bottom: 1px solid #ced5cf;
				background-color: rgba(31,34,30,.09);
				text-align: left;
				font-weight: 700;
			}
			
			.ie7 .custom-table thead th,
			.ie8 .custom-table thead th {background-color: #ebebeb;}

			.custom-table thead th:first-child,
			.custom-table tbody tr td:first-child {border-left: 1px solid #ced5cf;}

			.custom-table td {
				border-bottom: 1px solid #ced5cf;
				border-right: 1px solid #ced5cf;
			}
	
	/* -------------------------------------------------- */
	/*	Dropcaps
	/* -------------------------------------------------- */
	
	.dropcap {
		color: #D9DADB;
		float: left;
		font-size: 150%;
		font-weight: 700;
		line-height: 1em;
		margin: 0 15px 0 0;
	}

	.dropcapspot {
		float: left;
		margin: 0 12px 0 0;
		width: 45px;
		height: 45px;
		color: #fff;
		text-align: center;
		font-weight: 700;
		font-size: 150%;
		line-height: 45px;
	}
	
	.not-ie .dropcapspot {
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;
	}
	
	/* -------------------------------------------------- */
	/*	Dividers
	/* -------------------------------------------------- */
	
	.sep {
		border-top: 1px solid #E0E1E3;
		clear: both;
		margin: 30px 0;	
	}
	
	.divider {
		clear: both;
		margin: 35px 0;
		width: 100%;
		height: 2px;
		background-color: #e0e1e3;
	}
	
	/* -------------------------------------------------- */
	/*	Ordered / Unordered List Styles
	/* -------------------------------------------------- */
	
	ul.list,
	ol.list {margin: 0 0 30px 0;}

	ol.type-1 li {list-style: decimal inside;}
	ol.type-2 li {list-style: decimal-leading-zero inside;}
	
	ul.type-1 li {list-style: circle inside;}
	ul.type-2 li {list-style: square inside;}
	
	/* -------------------------------------------------- */
	/*	Buttons
	/* -------------------------------------------------- */
	
/*	input.button {padding: 7px 14px 9px;}*/
	.button2 {
	display: inline-block;
	margin-bottom: 1.5em;
	outline: none;
	color: #fff;
	vertical-align: baseline;
	text-align: center;
	text-decoration: none;
	font: 15px Arial;
	cursor: pointer;
	width: 100%;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	}
	.button {
		display: inline-block;
		margin-bottom: 1.5em;
		padding: 8px 14px 8px;
		outline:none;
		color: #fff;
		vertical-align: baseline;
		text-align:center;
		text-decoration: none;
		font: 11px Arial;
		cursor:pointer;
	}
	
	.style-1 .button.gray {color: #1c7fbd;}
	.style-2 .button.gray {color: #e53535;}
	.style-3 .button.gray {color: #69ad11;}
	.style-4 .button.gray {color: #eba505;}
	.style-5 .button.gray {color: #841132;}
	.style-6 .button.gray {color: #4a5063;}
	
	.button.gray:hover {color: #fff;}

	.style-1 .button.gray:hover {background-color: #17517a;}
	.style-2 .button.gray:hover {background-color: #e53535;}
	.style-3 .button.gray:hover {background-color: #2a7313;}
	.style-4 .button.gray:hover {background-color: #eba505;}
	.style-5 .button.gray:hover {background-color: #841132;}
	.style-6 .button.gray:hover {background-color: #4a5063;}
	
	.button:hover {background-color: #313131; color: #fff !important;}

	.yellow {background-color: #fdbe0f;}
	.orange {background-color: #f99200;}
	.red {background-color: #db4300;}
	.pink {background-color: #c51574;}
	.purple {background-color: #760148;}
	.emerald {background-color: #2ebc9e;}
	.lime {background-color: #8fbe00;}
	.green {background-color: #5bad24;}
	.dark-green {background-color: #276c00;}
	.mettalic-blue {background-color: #6a8cb1;}
	.sky-blue {background-color: #00a8c6;}
	.blue {background-color: #2d5bc4;}
	.violet {background-color: #4f4269;}
	.brown {background-color: #564544;}
	.black {background-color: #313131;}
	.gray {background-color: #e7e7e8;}
	.grey {background-color: #898989;}
	.white {
		padding: 7px 13px;
		background-color: #fff;
		color: #6b6b6b;
		border: 1px solid #d4d4d4;
	}

	.align-btn-left {float: left;}
	.align-btn-right {float: right;}

	/* -------------------------------------------------- */
	/*	Forms
	/* -------------------------------------------------- */

	button
	 {
		cursor: pointer;
		-webkit-appearance: button;
	}

	label {
		cursor: pointer;
		margin: 0;
	}
	
	
	.not-ie select {
		-webkit-appearance: none;
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
	}	

	textarea {
		padding: 10px;
		border: 1px solid transparent;
	}

	
	/* ---------------------------------------------------------------------- */
	/*	Alert Boxes
	/* ---------------------------------------------------------------------- */

	.error,
	.success,
	.info,
	.notice {
		/*** display: block; ***/
		padding: 20px;
		font-size: 100%;
	}

	.error {
		/*** border: 1px solid #f09da7;
		background-color: #f9bcc3; ***/
		color: #FF0000;
	}

	.success {
		border: 1px solid #b4d892;
		background-color: #d8efc1;
		color: #79985b;
	}

	.info {
		border: 1px solid #a1c7d5;
		background-color: #b8e1f1;
		color: #52889b;
	}

	.notice {
		border: 1px solid #e7d195;
		background-color: #feebb7;
		color: #b49133;
	}

/* ---------------------------------------------------------------------- */
/*	Layout
/* ---------------------------------------------------------------------- */


	
		.section-title {
			text-transform: uppercase;
		}
		
		.style-1 .section-title {color: #124162;}
		.style-2 .section-title {color: #373a3c;}

	/* -------------------------------------------------- */
	/*	Columns
	/* -------------------------------------------------- */

	.one-half,
	.one-third,
	.two-third,
	.one-fourth, 
	.three-fourth {
		float: left;
		margin-right: 20px;
	}

	.one-half.last,
	.one-third.last,
	.two-third.last,
	.one-fourth.last,
	.three-fourth.last {margin-right: 0px;}

	.one-half {width: 460px;}

	.one-third  {width: 300px;}

		.two-third {width: 620px;}

	.one-fourth {width: 220px;}

		.three-fourth {width: 700px;}

/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

.wrap-header {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 108px;
}

.style-1 .wrap-header {
	/* [disabled]background-image: url(../images/bg.jpg); */
	background-repeat: repeat-x;
	background-position: top;
}

.style-2 .wrap-header {
	background: #9f1010; /* Old browsers */
	background: -moz-linear-gradient(top,  #9f1010 0%, #9f1010 69%, #7f0d0d 69%, #7f0d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f1010), color-stop(69%,#9f1010), color-stop(69%,#7f0d0d), color-stop(100%,#7f0d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9f1010 0%,#9f1010 69%,#7f0d0d 69%,#7f0d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9f1010 0%,#9f1010 69%,#7f0d0d 69%,#7f0d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9f1010 0%,#9f1010 69%,#7f0d0d 69%,#7f0d0d 100%); /* IE10+ */
	background: linear-gradient(to top,  #9f1010 0%,#9f1010 69%,#7f0d0d 69%,#7f0d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f1010', endColorstr='#7f0d0d',GradientType=0 ); /* IE6-9 */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.style-3 .wrap-header {
	background: #1f650c; /* Old browsers */
	background: -moz-linear-gradient(top,  #1f650c 0%, #1f650c 69%, #19510a 69%, #19510a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f650c), color-stop(69%,#1f650c), color-stop(69%,#19510a), color-stop(100%,#19510a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1f650c 0%,#1f650c 69%,#19510a 69%,#19510a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1f650c 0%,#1f650c 69%,#19510a 69%,#19510a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1f650c 0%,#1f650c 69%,#19510a 69%,#19510a 100%); /* IE10+ */
	background: linear-gradient(to top,  #1f650c 0%,#1f650c 69%,#19510a 69%,#19510a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f650c', endColorstr='#19510a',GradientType=0 ); /* IE6-9 */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.style-4 .wrap-header {
	background: #545558; /* Old browsers */
	background: -moz-linear-gradient(top,  #545558 0%, #545558 69%, #47484b 69%, #47484b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545558), color-stop(69%,#545558), color-stop(69%,#47484b), color-stop(100%,#47484b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #545558 0%,#545558 69%,#47484b 69%,#47484b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #545558 0%,#545558 69%,#47484b 69%,#47484b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #545558 0%,#545558 69%,#47484b 69%,#47484b 100%); /* IE10+ */
	background: linear-gradient(to top,  #545558 0%,#545558 69%,#47484b 69%,#47484b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545558', endColorstr='#47484b',GradientType=0 ); /* IE6-9 */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.style-5 .wrap-header {
	background: #841132; /* Old browsers */
	background: -moz-linear-gradient(top,  #841132 0%, #841132 69%, #6a0e28 69%, #6a0e28 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#841132), color-stop(69%,#841132), color-stop(69%,#6a0e28), color-stop(100%,#6a0e28)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #841132 0%,#841132 69%,#6a0e28 69%,#6a0e28 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #841132 0%,#841132 69%,#6a0e28 69%,#6a0e28 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #841132 0%,#841132 69%,#6a0e28 69%,#6a0e28 100%); /* IE10+ */
	background: linear-gradient(to top,  #841132 0%,#841132 69%,#6a0e28 69%,#6a0e28 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#841132', endColorstr='#6a0e28',GradientType=0 ); /* IE6-9 */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.style-6 .wrap-header {
	background: #363c4e; /* Old browsers */
	background: -moz-linear-gradient(top,  #363c4e 0%, #363c4e 69%, #2b303e 69%, #2b303e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363c4e), color-stop(69%,#363c4e), color-stop(69%,#2b303e), color-stop(100%,#2b303e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #363c4e 0%,#363c4e 69%,#2b303e 69%,#2b303e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #363c4e 0%,#363c4e 69%,#2b303e 69%,#2b303e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #363c4e 0%,#363c4e 69%,#2b303e 69%,#2b303e 100%); /* IE10+ */
	background: linear-gradient(to top,  #363c4e 0%,#363c4e 69%,#2b303e 69%,#2b303e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363c4e', endColorstr='#2b303e',GradientType=0 ); /* IE6-9 */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#header {
	width: 100%;
	/* [disabled]background-image: url(../images/bg00.jpg); */
	/* [disabled]background-repeat: repeat-x; */
	padding-right: 0;
	padding-top: 0px;
	padding-left: 0;
	height: 100px;
	/* [disabled]margin-bottom: 10px; */
	background-color: #FFF;
}

	#logo {
	float: left;
	}
	
	/* -------------------------------------------------- */
	/*	Main Navigation
	/* -------------------------------------------------- */

	.navigation {
	clear: both;
	/* height: 40px; */
	z-index: 1000;
	padding-top: 0;
	/* [disabled]padding-right: 20px; */
	padding-bottom: 0;
	/* [disabled]padding-left: 20px; */
	position: relative;
	text-align: center;
	}
	
	.style-1 .navigation,
	.style-2 .navigation {
	background-color: #993366;
}
	.navigation > ul {
    
    width:980PX;
 margin-left:auto;
 margin-right:auto;
   }
			.navigation > ul > li {
				position: relative;
				float: left;
				margin: 0;
				list-style: none;
				background-image: url(../images/menu_line.png);
				background-repeat: no-repeat;
				background-position: right center;
			}
			
			.ie7 .navigation > ul > li {height: 40px;}
			
				.navigation > ul > li > a {
	position: relative;
	display: block;
	padding: 0 13px;
	text-align: left;
	text-transform: uppercase;
	font-size: 90%;
	font-family: 'Adamina', serif;
	vertical-align: top;
	line-height: 40px;
				}
				
				.ie7 .navigation > ul > li > a {height: 40px;}
				
				.style-1 .navigation > ul > li > a {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 96%;
	text-decoration: none;
}
				.style-2 .navigation > ul > li > a,
				.style-3 .navigation > ul > li > a,
				.style-4 .navigation > ul > li > a,
				.style-5 .navigation > ul > li > a {color: #373a3c;}
				.style-6 .navigation > ul > li > a {color: #fff;}
				
				.navigation .rightarrowclass {
					position: absolute;
					top: 50%;
					right: 10px;
					margin-top: -3px;
					width: 3px;
					height: 7px;
					background: url(../images/nav-arrow.png) no-repeat;
				}

					.navigation > ul > li:hover > a,
					.navigation > ul > li.current > a {
	color: #fff;
	text-decoration: none;
}

					.style-1 .navigation > ul > li:hover > a,
					.style-1 .navigation > ul > li.current > a,
					.style-1 .dropcapspot,
					.style-1 #back-top,
					.style-1 .pagination .current {
	background-color:  #e17d01;
}

					.style-2 .navigation > ul > li:hover > a,
					.style-2 .navigation > ul > li.current > a,
					.style-2 .dropcapspot,
					.style-2 #back-top,
					.style-2 .pagination .current {background-color: #e53535;}

					.style-3 .navigation > ul > li:hover > a,
					.style-3 .navigation > ul > li.current > a,
					.style-3 .dropcapspot,
					.style-3 #back-top,
					.style-3 .pagination .current {background-color: #79b027;}

					.style-4 .navigation > ul > li:hover > a,
					.style-4 .navigation > ul > li.current > a,
					.style-4 .dropcapspot,
					.style-4 #back-top,
					.style-4 .pagination .current {background-color: #eba505;}

					.style-5 .navigation > ul > li:hover > a,
					.style-5 .navigation > ul > li.current > a,
					.style-5 .dropcapspot,
					.style-5 #back-top,
					.style-5 .pagination .current {background-color: #3b5381;}

					.style-6 .navigation > ul > li:hover > a,
					.style-6 .navigation > ul > li.current > a,
					.style-6 .dropcapspot,
					.style-6 #back-top,
					.style-6 .pagination .current {background-color: #75a9c7;}

				/* Dropdown */
				
				.navigation > ul > li:hover > ul {
	padding-top: 1px;
}
				
				.navigation li:hover > ul {
					display: block;
					top: 39px;
					opacity: 1;
					visibility: visible;
				}

				.navigation ul ul {
					position: absolute;
					left: 0;
					top: 70px;
					z-index: 99;
					opacity: 0;
					visibility: hidden;
					padding: 0;
					width: 179px;
				}
				
				.not-ie .navigation ul ul {
					-webkit-transition: all .2s ease-in-out;
					   -moz-transition: all .2s ease-in-out;
					    -ms-transition: all .2s ease-in-out;
					  	 -o-transition: all .2s ease-in-out;
							transition: all .2s ease-in-out;	
				}

				.navigation ul > li:hover ul li:hover ul {
	opacity: 1;
	left: 170px;
	display: block;
				}

					.navigation ul ul li {position: relative;}
					
					.ie7 .navigation ul ul li {height: 34px;}
					
					.navigation ul ul li:last-of-type > a {
	border-bottom: none;
	text-decoration: none;
}

						.navigation ul ul a {
	display: block;
	padding: 9px 10px;
	border-bottom: 1px solid #f2f3f4;
	background-color: #F6F6F6;
	text-align: left;
	color: #124162;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 90%;
	font-family: "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
						}
						
						.style-1 .navigation ul ul a {
	color: #124162;
	text-decoration: none;
}
						.style-2 .navigation ul ul a {color: #373a3c;}
						
						.style-3 .navigation ul ul a,
						.style-4 .navigation ul ul a {
							border-bottom: 1px solid #e3e4e5;
							background-color: #cacbcc;
							color: #373a3c;
						}
						
						.style-5 .navigation ul ul a {
							border-bottom: 1px solid #e3e4e5;
							background-color: #cacbcc;
							color: #fff;
						}
						
						.style-6 .navigation ul ul a {
							border-bottom: 1px solid #676f88;
							background-color: #4a5063;
							color: #fff;
						}

						.navigation > ul ul li:hover > a,
						.navigation .active > a {
	color: #fff;
	text-decoration: none;
}
						
						.style-1 .navigation > ul ul li:hover > a,
						.style-1 .navigation .active > a {
	background-color:  #e17d01;
}
						
					
						
						.navigation ul ul li:hover > a .rightarrowclass {background-position: 0 -19px;}

				/* Sub Dropdown */

				.navigation ul ul ul {
	left: 170px !important;
	top: 0 !important;
				}
				
				.not-ie .navigation ul ul ul {
					-webkit-transition: all .2s ease-in-out;
					   -moz-transition: all .2s ease-in-out;
					    -ms-transition: all .2s ease-in-out;
					  	 -o-transition: all .2s ease-in-out;
				}

		/* Nav Responsive  */

		.navigation .nav-responsive {
			display: none;
			margin: 15px 0;
			padding: 6px 8px;
			width: 68%;
			border-color: #ccc;
			background-color: #fff;
			background-image: url(../images/nav-bg.png);
			background-position: right center;
			background-repeat: no-repeat;
		}
		
		/* Donate */
		
		a.donate {
			float: right;
			display: block;
			margin: 0;
			padding: 0 30px;
			color: #fff;
			text-transform: uppercase;
			font-size: 100%;
			font-family: 'Adamina', serif;
			line-height: 60px;
		}
		
		.not-ie a.donate {
			-webkit-transition: all .25s linear;
			   -moz-transition: all .25s linear;
				-ms-transition: all .25s linear;
				 -o-transition: all .25s linear;
					transition: all .25s linear;
		}
		
		.style-1 a.donate {background-color: #e11842;}
		.style-2 a.donate {background-color: #17517a;}
		
		.style-3 a.donate,
		.style-4 a.donate,
		.style-5 a.donate,
		.style-6 a.donate {background-color: #e11842;}
		
		a.donate:hover {
			text-shadow: -1px -1px 0 rgba(0,0,0,.2);
			color: #fff;
		}
		
		.not-ie a.donate:hover {
			-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.35);
			   -moz-box-shadow: inset 0 0 8px rgba(0,0,0,.35);
					box-shadow: inset 0 0 8px rgba(0,0,0,.35);			
		}
		
		.style-1 a.donate:hover {background-color: #cb1c41;}
		.style-2 a.donate:hover {background-color: #15486c;}
		
		.style-3 a.donate:hover,
		.style-4 a.donate:hover,
		.style-5 a.donate:hover,
		.style-6 a.donate:hover {background-color: #cb1c41;}

	ul.social-links {
	padding-top: 8px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: 75%;
	float: left;
	position: absolute;
	right: 0px;
	top: 0px;
	/* [disabled]position: absolute; */
	}
		ul.social-links li  {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}
			ul.social-links li a {
	display: inline-block;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	text-decoration: none;
		}
		
		ul.social-links li a:hover {
	display: inline-block;
	list-style: none outside none;
	color: #F90;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
		}		
	
.s{
	width: 28px;
	font-size: 75%;
	color: #FFF;
	padding: 6px;
	}
	.m{
	width: 28px;
	font-size: 75%;
	color: #FFF;
	padding: 6px;
	}
	.l{
	width: 28px;
	font-size: 75%;
	color: #FFF;
	padding: 6px;
	}
	.ed{
	background-image: url(../images/a1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 28px;
	height: 28px;
	
	}
	
/* ---------------------------------------------------------------------- */
/*	Home
/* ---------------------------------------------------------------------- */

ul.block-with-icons {
	margin-bottom: 50px;
	list-style: none;
}

	ul.block-with-icons li {
		position: relative;
		float: left;
		margin: 0 0 0 1px;
		width: 312px;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-color: rgba(0,0,0,.05);
		border-style: solid;
		background-color: #f5f4f6;
	}
	
	.not-ie ul.block-with-icons li {
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
	}
	
	.ie7 ul.block-with-icons li,
	.ie8 ul.block-with-icons li {border: none;}
	
	ul.block-with-icons li:last-of-type {border-right: 1px solid rgba(0,0,0,.05);}
	ul.block-with-icons li:first-of-type {border-left: 1px solid rgba(0,0,0,.05);}

		ul.block-with-icons li a {
			display: block;
			padding: 35px 15px 35px 100px;	
		}
		
		ul.block-with-icons li a:after {
			position: absolute;
			top: 29px;
			left: 35px;
			display: block;
			width: 53px;
			height: 36px;
			background-image: url(../images/sprite-block-icons.png);
			background-repeat: no-repeat;
			content: '';
		}
		
		ul.block-with-icons li.b1 a:after {background-position: 0 0;}
		ul.block-with-icons li.b2 a:after {background-position: -70px 0;}
		ul.block-with-icons li.b3 a:after {background-position: -130px 0;}

			ul.block-with-icons li:first-child {margin-left: 0;}

				ul.block-with-icons h5 {
					margin: 0 0 3px 0;
					text-transform: uppercase;
					line-height: .9;
				}
				
				.style-1 ul.block-with-icons h5 {color: #1c7fbd;}
				

				ul.block-with-icons span {
					display: block;
					font-size: 100%;
					line-height: 1.2em;
				}
				
	.style-1 ul.block-with-icons li:hover {background-color: #17517a;}
	
	
		ul.block-with-icons li:hover h5 {color: #fff;}
		ul.block-with-icons li:hover span {color: #fff;}
		
		ul.block-with-icons li.b1 a:hover:after {background-position: 0 -46px !important;}
		ul.block-with-icons li.b2 a:hover:after {background-position: -70px -46px !important;}
		ul.block-with-icons li.b3 a:hover:after {background-position: -130px -46px !important;}

/* ---------------------------------------------------------------------- */
/*	Content
/* ---------------------------------------------------------------------- */

#content {
	margin-bottom: 40px;
	width: 630px;
	float: left;
}

.sbl #content {float: right;}
.sbr #content {float: left;}

	/* -------------------------------------------------- */
	/*	Layout
	/* -------------------------------------------------- */

	#content .one-fourth {width: 290px;}
	
	/* -------------------------------------------------- */
	/*	Page Header
	/* -------------------------------------------------- */

	.page-header {
		margin-bottom: 35px;
		padding-bottom: 25px;
		border-bottom: 2px solid #e0e1e3;
	}

		.page-title {
			margin: 0;
			color: #cacbcc;
		}
		
/* ---------------------------------------------------------------------- */
/*	Events
/* ---------------------------------------------------------------------- */

.event-item {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 2px solid #e0e1e3;
}

.event-item.detailed {
	border-bottom: none;
}

	.event-date {margin-bottom: 3px;}
	
	.style-1 .event-date {color: #1c7fbd;}
	.style-2 .event-date {color: #9f1010;}
	.style-3 .event-date {color: #2a7313;}
	.style-4 .event-date {color: #d98908;}
	.style-5 .event-date {color: #3b5381;}
	.style-6 .event-date {color: #5592b4;}
	
	.event-body {
		float: left;
		padding-right: 20px;
		width: 360px;
		border-right: 1px solid #e0e1e3;
	}
	
	.event-item.detailed .event-body {
		float: none;
		margin-top: 45px;
		width: 100%;
		border-right: none;
	}
	
	.event-meta {
		float: right;
		width: 205px;
	}
		
		.event-table td {padding: 3px 0;}
		.event-table td:first-child {width: 75px;}
		
		.event-table td.cat a:after {content: ',';}
		.event-table td.cat a:last-of-type:after {content: '';}
		
		.event-table td span.gmap {
			padding: 3px 5px;
			color: #fff;
			font-size: 100%;
		}
		
		.not-ie .event-table td span.gmap {
			-webkit-border-radius: 2px;
			   -moz-border-radius: 2px;
					border-radius: 2px;	
		}
		
		.style-1 .event-table span.gmap,
		.style-5 .event-table span.gmap {background-color: #004076;}
		.style-2 .event-table span.gmap {background-color: #9f1010;}
		.style-3 .event-table span.gmap {background-color: #2a7313;}
		.style-4 .event-table span.gmap {background-color: #d98908;}
		.style-6 .event-table span.gmap {background-color: #75A9C7;}
		
		/* -------------------------------------------------- */
		/*	Columns
		/* -------------------------------------------------- */
		
		.event-body .one-half {
			width: 290px;
		}


/* ---------------------------------------------------------------------- */
/*	Blog
/* ---------------------------------------------------------------------- */

.post {
	margin-top: 25px;
	padding-top: 35px;
}

.first .post {border-top: 2px solid #e0e1e3;}

	.post:first-child {
		padding-top: 0;
		margin-top: 0;
		border-top: none;
	}
	
	.image-post-slider {
		position: relative;
		margin-bottom: 25px;
	}
	
		.image-post-slider .single-image {margin: 0;}
		
		.image-post-slider img {margin-bottom: 0;}
	
		.post-pager {
			position: absolute;
			z-index: 11;
			bottom: 7px;
			right: 13px;
		}

			.post-pager > a {
				display: block;
				float: left;
				margin-left: 3px;
				width: 10px;
				height: 10px;
				background-color: #e7e7e8;
				text-indent: -9999px;
			}
			
			.not-ie .post-pager > a {
				-webkit-border-radius: 5px;
				   -moz-border-radius: 5px;
						border-radius: 5px;		
			}

			.post-pager > a.activeSlide {background-color: #1C7FBD;}

.post-item,
.second .post {
	float: left;
	width: 47%;
	margin-top: 0;
	margin-right: 3%;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.post-item:first-child {
	float: none;
	margin: 0 0 20px;
	width: 100%;
	border-bottom: 2px solid #e0e1e3;
}

.post-item:nth-child(2n-1),
.second .post:nth-child(2n) {margin-right: 0;}

.ie7 .post-item.nomargin,
.ie7 .second .post.nomargin {margin-right: 0;}

	.post-item .title,
	.post .title {
	margin-bottom: 12px;
	color: #900;
}
	
	.post-meta {clear: both; margin: 0 0 15px 0;}

		.post-date,
		.post-tags,
		.post-comments {
			float: left;
			margin: 5px 10px 5px 0;
			padding-left: 20px;
			background-image: url(../images/icons/post-icons.png);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-size: 100%;
		}
		
		.post-tags a:after {content: ','}
		.post-tags a:last-child:after {content: '';}

		.post-date {background-position: 0 0;}
		.post-tags {background-position: 0 -47px;}
		.post-comments {background-position: 0 -143px;}

		.post-date:hover {background-position: 0 -24px;}
		.post-tags:hover {background-position: 0 -119px;}
		.post-comments:hover {background-position: 0 -165px;}

		
	/* -------------------------------------------------- */
	/*	Comments
	/* -------------------------------------------------- */
	
	#comments {
		margin-top: 40px;
		padding-top: 45px;
		border-top: 1px solid #D4D4D4;
	}

		.comments-list {
			margin: 27px 0 50px;
			padding: 0;
			overflow: hidden;
		}

			.comment {
				list-style: none;
				margin: 20px 0 0;
				padding: 0;
			}

			.comment:first-child {
				border-top: none;
				margin-top: 0;
				padding-top: 0;
			}

				.comment > article {
					margin: 0;
					overflow: hidden;
				}

					.comment .avatar {
						background: #fff;
						float: left;
						margin: 0 20px 20px 0;
						position: relative;
						width: 40px;
						height: 40px;
						z-index: 1;
						zoom: 1;
					}

					.comment .comment-body,
					.comment .comment-meta {
						margin: 0 20px 0;
						padding: 20px 0 0 0;
					}
					
					.comment .comment-body {padding-top: 15px;}
					.comment .comment-body {color: #8a8989;}
					
					.comment .comment-meta {
						border-bottom: 1px dotted #ccc;
					}

					.comment .comment-entry {
						position: relative;
						display: table;
						background-color: #f5f5f5;
					}
					
					.ie7 .comment .comment-entry {
						display: block;
						float: right;
						width: 540px;
					}
					
					.ie7 .children .comment-entry {
						width: 480px;
					}
					
					.comment .comment-entry:after {
						position: absolute;
						left: -9px;
						top: 14px;
						display: block;
						width: 9px;
						height: 16px;
						background: url(../images/arrow-comments-entry.png) no-repeat;
						content: '';
					}
					
						.comment .comment-meta {margin-bottom: 0;}

						.comment .author,
						.comment .author a {margin: 0;}

						.comment .date {
							margin-bottom: 5px;
							color: #a1a1a1;
							font-size: 100%;
							font-style: italic;
							font-family: Arial;
						}

				.comment .children {
					margin: 0;
					padding: 20px 0 0 60px;
					position: relative;
				}

					.comment .children .comment {
						margin: 20px 0 0;
						padding: 0;
						position: relative;
					}

					.comment .children .comment:first-child {margin-top: 0;}

	/* -------------------------------------------------- */
	/*	Respond
	/* -------------------------------------------------- */
		
	#respond {
		padding-top: 45px;
		border-top: 1px solid #d4d4d4;
	}
	
	#commentform {margin-top: 25px; max-width: 100%;}

		#commentform .input-block,
		#contact .input-block {
			margin: 0 0 10px 0;
		}
		
			#commentform .input-block > label,
			.textarea-block > label {
				margin-left: 10px;
				line-height: 35px;
			}
			
			.textarea-block > label {display: block;}

			#commentform input {float: left; width: 278px;}
			
			#commentform input:hover,
			#commentform textarea:hover,
			#contact input[type="text"]:hover,
			#contact textarea:hover {
				border-color: #d2d2d2;
			}
			
			#commentform textarea:focus,			
			#contact textarea:focus {
				border-color: #d2d2d2;
				background-color: #fdfdfe;

				-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,.1);
				   -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,.1);
						box-shadow: inset 1px 1px 4px rgba(0,0,0,.1);
			}
			
			.input-block label strong,
			.textarea-block strong {
				color: #8a8989;
				font-size: 100%;
				font-weight: 100;
			}
			
			.textarea-block strong,
			#contact .textarea-block label {display: none;}
			
			.input-block label span {
				color: #e9403b;
				font-size: 100%;
			}
			
		
		#commentform .textarea-block,
		#contact .textarea-block {clear: both; margin-bottom: 20px;}

			#commentform textarea {
				width: 480px;
				height: 220px;
				max-width: 468px;
				max-height: 400px;
				min-width: 468px;
				min-height: 220px;
			}

		#commentform input[type="submit"],
		#contactform button[type="submit"]{
			margin: 0 0 20px;
			width: auto;
			border: none;
		}	

	/* -------------------------------------------------- */
	/*	Pagination
	/* -------------------------------------------------- */

	.pagination {
	clear: both;
	padding-top: 40px;
	/* [disabled]border-top: 2px solid #e0e1e3; */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
	}

		.pagination li {
			display: inline-block;
			list-style: none;
			margin: 0 2px 0 0;
		}
		
		.ie7 .pagination li {
			display: block;
			float: left;
		}

			.pagination .current {color: #fff;}
			
			.pagination a {
				display: block;
				padding: 3px 8px 3px;
				border: 1px solid transparent;
				background-color: #e7e7e8;
				color: #9c9c9c;
			}
			
			.pagination .prevpostslink,
			.pagination .nextpostslink {background: none;}
			
			.pagination a:hover:not(.current):not(.prevpostslink):not(.nextpostslink) {
				background-color: #d8d8d9;
				color: #646464;
			}
			
			.pagination a.current:hover {color: #fff;}
			
			.pagination .prevpostslink:hover,
			.pagination .nextpostslink:hover,
			.pagination .prevpostslink:hover > span,
			.pagination .nextpostslink:hover > span {
				color: #646464;
			}
			
				.pagination .prevpostslink > span,
				
				

	
/* Isotope */

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	   -moz-transition-duration: 0.6s;
		-ms-transition-duration: 0.6s;
	 	 -o-transition-duration: 0.6s;
			transition-duration: 0.6s;
	z-index: 2;
}

.isotope {
	-webkit-transition-property: height, width;
	   -moz-transition-property: height, width;
		-ms-transition-property: height, width;
		 -o-transition-property: height, width;
			transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	   -moz-transition-property:	-moz-transform, opacity;
		-ms-transition-property:		 top, left, opacity;
		 -o-transition-property:		 top, left, opacity;
			transition-property:		 transform, opacity;
}
		
/* ---------------------------------------------------------------------- */
/*	Contact Us
/* ---------------------------------------------------------------------- */

#map {
	height: 400px;
	margin: 0 0 35px 0;
	position: relative;
	width: 100%;
}

/* Form style */

fieldset.row {margin-bottom: 1em;}

	#contact label {
		margin-left: 10px;
		line-height: 35px;
		color: #6d7a7e;
	}

	

	#contact textarea {   
		height: 160px;
		max-height: 250px;
		max-width: 518px;
		min-height: 160px;
		min-width: 518px;
		width: 518px;
	}

	
#message fieldset {
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F9FAF5;
}

.error_message {
	display: block;
	line-height: 22px;
	background: #FBE3E4 url('../assets/error.gif') no-repeat 10px 6px;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

ul.error_messages {
	margin: 0 0 0 15px;
	padding: 0;
}

	ul.error_messages li {
		height: 22px;
		line-height: 22px;
		color:#333;
	}

	.loader {padding: 0 10px;}

	#contact #success_page h1 { 
		background: url('../assets/success.gif') left no-repeat;
		padding-left: 22px;
	}
	
	#contact .enter-verify {
		float: left;
		display: block;
		line-height: 27px;
	}
	
	#contact .wrong-data {border-color: #F09DA7;}

	#contact .verify {
		float: none !important;
		margin: 0 15px;
		width: 50px !important;
		height: 28px !important;
		vertical-align: top;
	}
		
/* ---------------------------------------------------------------------- */
/*	Sidebar
/* ---------------------------------------------------------------------- */

#sidebar {
	width: 300px;
	float: right;
}

.sbl #sidebar {float: left;}
.sbr #sidebar {float: right;}

	/* -------------------------------------------------- */
	/*	Widgets
	/* -------------------------------------------------- */

	#sidebar .widget-container {
	margin-bottom: 25px;
}
		
		#sidebar .custom-frame {margin: 0;}
		
		.style-1 .video-entry {background-color: #17517a;}
		
			.video-title {display: block;}
			
				.video-title > h5 {
					padding: 20px;
					color: #fff;
					line-height: 1.5em;
					font-size:100%;
				}
				
				.video-title > h5:hover {color: #fff;}

		/* ---------------------------------------- */
		/*	Search
		/* ---------------------------------------- */

		

/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#footer {	
	background-color: #eee;

}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

	ul.copyright {
	position: relative;
	clear: both;
	width: 98%;
	border-top: 2px solid #e0e1e3;
	list-style: none;
	text-align: left;
	margin-top: 15px;

	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	/* [disabled]padding-right: 10px; */
	padding-bottom: 20px;
	/* [disabled]padding-left: 10px; */
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 85%;
	line-height: 24px;
	color: #000;
	}
	ul.copyright a{
	
	color: #000;
	}
	ul.copyright a:hover{
	color: #039;
	}

	ul.copyright:after {
		position: absolute;
		
	}
		
		ul.copyright li:first-child {padding-left: 0;}
		ul.copyright li:first-child:before {margin: 0; content: '';}
	
		ul.copyright li {
			display: inline-block;
			font-size: 100%;
			color: #6d7a7e;
		}
		
		.ie7 ul.copyright li {float: left;}
		
		ul.copyright li:before {
			margin: 0 8px;
			content: '.';
			vertical-align: text-bottom;
			line-height: 1.8;
		}
	
	
		/* ---------------------------------------- */
		/*	Custom Menu
		/* ---------------------------------------- */

		#footer ul.menu li {
			padding: 7px 0 6px 0;
			border-bottom: 1px solid #e0e1e3;
		}
		
		#footer ul.menu li:first-child {padding-top: 0;}
		
			.style-1 #footer ul.menu li a {color: #1c7fbd;}
			.style-2 #footer ul.menu li a {color: #9f1010;}
			.style-3 #footer ul.menu li a {color: #69ad11;}
			.style-4 #footer ul.menu li a {color: #eba505;}
			.style-5 #footer ul.menu li a {color: #3b5381;}
			.style-6 #footer ul.menu li a {color: #5592b4;}
			
			#footer ul.menu li:hover a {color: #606163;}

		/* ---------------------------------------- */
		/*	Links
		/* ---------------------------------------- */

		#footer .widget_links li {
			padding: 7px 0 6px 0;
			border-bottom: 1px solid #e0e1e3;
		}
		
		#footer .widget_links li:first-child {padding-top: 0;}
		
			.style-1 #footer .widget_links li a {color: #1c7fbd;}
			.style-2 #footer .widget_links li a {color: #9f1010;}
			.style-3 #footer .widget_links li a {color: #69ad11;}
			.style-4 #footer .widget_links li a {color: #eba505;}
			.style-5 #footer .widget_links li a {color: #3b5381;}
			.style-6 #footer .widget_links li a {color: #5592b4;}
			
			#footer .widget_links li:hover a {color: #606163;}
	
	
		

				.style-1 .time {color: #1c7fbd;}
				
				
/* ---------------------------------------------------------------------- */
/*	Widgets
/* ---------------------------------------------------------------------- */

	.container .widget-container {margin-bottom: 70px;}
	
		.widget-title {
	text-transform: uppercase;
	font-size:100%;
	font-family: 'Adamina', serif;
	font-weight: bold;
	background-color: #CCC;
	padding: 5px;
		}
		
		.style-1 .widget-title {color: #124162;}
		
		
		
	/* ---------------------------------------- */
	/*	Back to Top
	/* ---------------------------------------- */

	#back-top {
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 50;
		display: none;
		width: 45px;
		height: 45px;
		background-image: url(../images/icons/arrow.png);
		background-position: 50%;
		background-repeat: no-repeat;
		text-indent: -9999px;
		
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;
		
		-webkit-transition: all .2s linear;
		   -moz-transition: all .2s linear;
			-ms-transition: all .2s linear;
			 -o-transition: all .2s linear;
				transition: all .2s linear;
	}
	
		#back-top:hover { 
			 -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15), inset 0 0 20px rgba(0,0,0,.2);
			    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15), inset 0 0 20px rgba(0,0,0,.2);
					 box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15), inset 0 0 20px rgba(0,0,0,.2);
		}
		
		
	
	/* ---------------------------------------- */
	/*	Accordion Content
	/* ---------------------------------------- */

	.acc-trigger:first-of-type {border-top: 1px solid #d4d4d4;}
	
	.acc-trigger {
		margin: 0;
		display: block;
		cursor: pointer;
		border: 1px solid #d4d4d4;
		border-top: none;
	}

		.acc-trigger a {
			position: relative;
			display: block;
			padding: 10px 20px 10px 38px;
			outline: medium none;
			background-color: #fff;
			color: #606163;
			text-decoration: none;
			font-size: 100%;
			font-family: 'Adamina', serif;
			cursor: pointer;
		}
	
		.acc-trigger a:after {
			position: absolute;
			left: 11px;
			top: 50%;
			margin-top: -8px;
			width: 17px;
			height: 17px;
			background-image: url(../images/collapse.png);
			background-repeat: no-repeat;
			background-position: 0 0;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			content: '';
		}
		
		.style-1 .acc-trigger a:after,
		.style-1 .trigger:after {background-color: #539bc7;}
		
		.ie7 .acc-trigger a:after {top: 43%;}
		
		.acc-trigger.active a:after {background-position: 0 -17px;}
			
		.acc-trigger.active,
		.acc-trigger.active > a { 
			background-color: #f6f6f7;
			cursor: default !important;
		}
		
		.acc-trigger a:hover {
			background-color: #f6f6f7;
			cursor: pointer;
		}

	.acc-container .content { 
		padding: 25px 20px;
		border-left: 1px solid #d4d4d4;
		border-right: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4;
	}
	
	/* ---------------------------------------- */
	/*	Content Toggle
	/* ---------------------------------------- */	
	
	.box-toggle {
		margin-bottom: 4px;
		border: 1px solid #d4d4d4;
	}

		.trigger {
			position: relative;
			display: block;
			padding: 10px 20px 10px 38px;
			outline: medium none;
			background-color: #fff;
			color: #606163;
			text-decoration: none;
			font-size: 100%;
			font-family: 'Adamina', serif;
			cursor: pointer;
		}
		
		.ie7 .trigger {height: 20px;}

			.trigger:after {
				position: absolute;
				left: 11px;
				top: 50%;
				margin-top: -8px;
				width: 17px;
				height: 17px;
				background-image: url(../images/collapse.png);
				background-repeat: no-repeat;
				background-position: 0 0;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				content: '';
			}
			
			.trigger.active {border-bottom: 1px solid #d4d4d4;}
			
			.trigger.active:after {background-position: 0 -17px;}
			
			.trigger:hover,
			.trigger.active {background-color: #f6f6f7;}

		.toggle-container  {
			display: none;
			padding: 15px;
		}
.img_border { border: 1px solid #ccc; background: #fff; }
.img_border_s { padding: 4px }
.img_border_b { padding: 7px }
.img_nom { display: block; margin-bottom: 15px }
.img_f3 {
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}
.img_f3 img {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.sin_up {
	width: 32px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/sign-up.png);
	height: 32px;
}
.sin_stop {
	width: 32px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/stop.png);
	height: 32px;
}
.bankdebt {
	float: left;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/info-2.gif);
	height: 32px;
}
.pdf {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/pdf.png);
}
.doc {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/word.png);
}
.xsl {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/excel.png);
}
.csv {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/csv.png);
}
.ppt {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/powerpoint.png);
}
.text {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/text.png);
}
.zip {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/zip.png);
}
.odt {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/odt.png);
}
.ods {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/ods.png);
}
.odf {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/odf.png);
}
.flv {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/flv.png);
}
.media {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/wmv.png);
	background-position:center;
}
.none {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/none.png);
}
.download_img {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(/pubprogram/upload/img/image.png);
}

/* Smaller than standard 960 (devices and browsers) */
@media all and (min-width: 960px) {
	#menu{
  display:none}
  
  	
	/* -------------------------------------------------- */
	/*	Social Links
	/* -------------------------------------------------- */
ul.social-links2 {
	/* [disabled]margin-left: 20px; */
	font-size: 100%;
	float: left;
	position: absolute;
	color: #FFF;
	left: 0px;
	top: 0px;
}
ul.social-links2 a:link {
	font-size: 100%;
	float: left;
	color: #FFF;
}
ul.social-links2 a:visited {
	font-size: 100%;
	float: left;
	color: #FFF;
}
ul.social-links2 a:hover {
	font-size: 100%;
	float: left;
	color: #FFF;
}

ul.social-links2 li {
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	float: left;
	/* [disabled]position: absolute; */
	color: #FFF;
	text-align: center;
}
ul.social-links2 .hed{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #661950;
	background-image: url(../images/topmenu-2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: 900;
}
ul.social-links2 li:link{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
}
ul.social-links2 li:hover{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #661950;
	background-image: url(../images/topmenu-2.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
  
	.morebanner {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:60px;
	width:20%;
	float:left
}
.morebanner img{
	width:100%
}
	.cc {	
	display:none;
	
}
	.btn-search {
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	color: #FFF;
	white-space: nowrap;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.btn-search a:link {
	
	color: #FFF;
text-decoration: none;	
}
.btn-search a:hover {
	color: #FFF;
	text-decoration: none;	
	background-attachment: scroll;
	background-color:  #E17D01;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn-search:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #BBBBBB;
	background-attachment: scroll;
	background-color:  #E17D01;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn-search .caret {
  border-top: 4px solid #FFF;
}
	.bnr-right {
	/***width: 35%;***/
	float: left;
	height: 40px;
}
	.wrap {
	width: 100%;
	/* min-width: 1000px; */
}
.col-md-20{width:20%;
	min-width:200px;
	font-size:100%}
	.col-md-5{width:49%;
	min-width:300px}
	.col-sm-6{width:50%}
	.youtube {
	background-image: url(../images/youtube.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 64px;
	width: 64px;
	margin-right: 8px;
	float:left
}	
.submit input[type="text"] {
	width: 300px;
	color: #666;
	font-weight: 400;
	outline: none;
	font-size:100%;
	border: none;
	-webkit-appearance: none;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background-color: #E7DAE3;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family:Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€"
}
.col-md-4{width:33.33333333%}
.col-md-0110{width:100%}
.recent-grid{
	width: 46%;
	float: left;
	margin-right: 2%;
	height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #eee;
	box-shadow: 3px 3px 2px rgba(20%,20%,40%,0.1);
	min-width: 300px;
}
.col-md-009 {
	width: 77%;
	float: left;
  }
.col-md-003 {
	width: 22%;
	float: left;
	margin-right: 1%;
  }
   /* activity_list */ 
  .activitytype1{
	  display:none}
  .start_date1{
	  display:none}
	.activitytitle1{
	  display:none}
	  .end_date1{
	  display:none}
	   .place1{
	  display:none}
	   .sign1{
	  display:none}
   .activitytype {
	width: 12%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 90%;
}
.start_date {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 90%;
}
.activitytitle {
	width: 38%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 90%;
}
.end_date {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 90%;
}
.place {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 90%;
}
.sign {
	width: 12%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 90%;
}
.activitytype_con {
	width: 12%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	/***
	padding-right: 10px;
	padding-left: 10px;
	***/
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 85%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.start_date_con {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 75%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.activitytitle_con {
	width: 36%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 85%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.activitytitle_con a:link, .activitytitle_con a:visited {
	color: #333;
	font-size: 85%;
}	
.end_date_con {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 75%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.place_con {
	width: 15%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 85%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.sign_con {
	width: 9%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}
 /* download_list */ 
  .dcode1{
	  display:none}
  .Publish_date1{
	  display:none}
	.dtitle1{
	  display:none}
	  .up_date1{
	  display:none}
	   .times1{
	  display:none}
	   .format1{
	  display:none}
   .dcode {
	width: 7%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	display: none;
}
.Publish_date {
	width: 17%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.dtitle {
	width: 49%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 7px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.up_date {
	width: 17%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.times {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.format {
	width: 22%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.dcode_con {
	width: 7%;
	text-align: center;
	padding-top: 8px;
	margin-bottom: -9991px;
	padding-bottom: 9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	display: none;
}
.Publish_date_con {
	width: 17%;
	text-align: center;
	padding-top: 8px;
	margin-bottom: -9991px;
	padding-bottom: 9999px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}
.dtitle_con {
	width: 49%;
	text-align: left;
	padding-top: 8px;
	margin-bottom: -9991px;
	padding-bottom: 9999px;
	padding-left: 7px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}
.up_date_con {
	width: 17%;
	text-align: center;
	padding-top: 8px;
	margin-bottom: -9991px;
	padding-bottom: 9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}
.times_con {
	width: 10%;
	text-align: center;
	padding-top: 8px;
	margin-bottom: -9991px;
	padding-bottom: 9999px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}

.format_con {
	width: 21%;
	padding-top: 8px;
	padding-left:7px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	display: inline-block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}

   /* FscSearch_BankSub */  
  
  .fscode1{
	  display:none}
  .fstitle1{
	  display:none}
	.fsman1{
	  display:none}
.fsleft {
	width: 25%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;	
	padding-right: 20px;	
	color: #FFF;
	font-size: 100%;
	background-color:#a41961;
}	
.fsright {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;	
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}	
.fscenter {
	width: 50%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;	
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}	
  .fscode {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fstitle {
	width: 65%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fsman {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fscode_con {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fstitle_con {
	width: 58%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}

.fsman_con {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}
/* bstatistics_list */   
  
  .bcode1{
	  display:none}
  .btitle1{
	  display:none}
	.bdate1{
	  display:none}
	
  .bcode {
	width: 10%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.btitle {
	width: 75%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.bdate {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.bcode_con {
	width: 10%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.btitle_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}

.bdate_con {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}

/* FscSearch_BankType */   
  .whitebackground3 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
  .fcode1{
	  display:none}
  .forganization_name1{
	  display:none}
	.fadd1{
	  display:none}
	  .ftel1{
	  display:none}
	  .furl1{
	  display:none}
  .fcode {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.forganization_name {
	width: 25%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fadd {
	width: 25%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.ftel {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.furl {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fcode_con {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}

.forganization_name_con {
	width: 25%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}

.forganization_name_con a:link, .forganization_name_con a:visited {
	color: #333;
}

.forganization_name_con a:hover {
	color: #F90;
	text-decoration: none;
}	

.furl_con {
	width: 17%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
.fadd_con {
	width: 25%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
.ftel_con {
	width: 16%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:14px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	word-break: break-all;
}
  
/* FscSearch_BankMain3 */   
  .whitebackground5 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
  .mcode1{
	  display:none}
  .morganization_name1{
	  display:none}
	.madd1{
	  display:none}
	  .mtel1{
	  display:none}
  .mcode {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.morganization_name {
	width: 30%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.madd {
	width: 35%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.mtel {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}

.mcode_con {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}

.morganization_name_con {
	width: 30%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}

.morganization_name_con a:link, .morganization_name_con a:visited {
	color: #333;
}

.morganization_name_con a:hover {
	color: #F90;
	text-decoration: none;
}	

.madd_con {
	width: 35%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
.mtel_con {
	width: 20%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
    
  
/* web32 Ã©â€¡â€˜Ã¨Å¾ÂÃ¦Â©Å¸Ã¦Â§â€¹Ã¦Â¶Ë†Ã¨Â²Â»Ã¨â‚¬â€¦Ã§â€Â³Ã¨Â¨Â´Ã¥Â°Ë†Ã§Â·Å¡ */   
  .whitebackground6 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
  .wcode1{
	  display:none}
  .worganization_name1{
	  display:none}
  .wdepartment1{
	  display:none}
  .wtel1{
	  display:none}
  .wfax1{
	  display:none}
  .wemail1{
	  display:none}	
  .wmanager_title1{
	  display:none}	
  .wmanager_name1{
	  display:none}	
  .wremark1{
	  display:none}		  
  .wcode {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.worganization_name {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wdepartment {
	width: 11%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wtel {
	width: 12%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wfax {
	width: 12%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wemail {
	width: 6%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wmanager_title {
	width: 12%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wmanager_name {
	width: 12%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}
.wremark {
	width:13%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 93%;
}

.wcode_con {
	width: 11%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}

.worganization_name_con {
	width: 11%;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}

.wdepartment_con {
	width: 11%;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
.wtel_con {
	width: 12%;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
 .wfax_con {
	width: 12%;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
.wemail_con {
	width: 6%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
.wmanager_title_con {
	width: 12%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
.wmanager_name_con {
	width: 12%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
.wremark_con {
	width: 13%;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:93%;
}
      
    
    
/* Ã¥Ââ€žÃ©Å â‚¬Ã¨Â¡Å’Ã¥â€˜â€ Ã¥Â¸Â³Ã¨Â³â€¡Ã¨Â¨Å Ã¦ÂÂ­Ã©Å“Â²Ã§Â¶Â²Ã¥Ââ‚¬ */   
  
  .code1{
	  display:none}
  .organization_name1{
	  display:none}
	.url1{
	  display:none}
  .code {
	width: 18%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	padding-left:10px;
}
.organization_name {
	width: 76%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.url {
	width: 45%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.code_con {
	width: 18%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.organization_name_con {
	width: 75.9%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right: 1px solid #BBBBBB;
}
.url_con {
	width: 45%;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}
/* bilingual_list */   
  .whitebackground7 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
  .bicode1{
	  display:none}
  .bich_name1{
	  display:none}
	.bien_name1{
	  display:none}
	  .bitype1{
	  display:none}
	  .bisource1{
	  display:none}
  .bicode {
	width: 6%;
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */

	
}
.bich_name {
	width: 27%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	
	
}
.bien_name {
	width: 27%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	
	
}
.bitype {
	width: 13%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	
	
}
.bisource {
	width: 18%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 6px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	

}
.bicode_con {
	width: 6%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	
}
.bich_name_con {
	width: 27%;
	text-align: left;
	padding-top: 8px;
	margin-bottom: -9991px;
	padding-bottom: 9999px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */

}
.bien_name_con {
	width: 27%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;padding-bottom:9999px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */

}
.bitype_con {
	width: 13%;
	text-align: left;
	padding-top: 8px;
margin-bottom:-9991px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */

}
.bisource_con {
	width: 16%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */

} 
/* cyclopedia */
  .whitebackground4 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
 .cycode1{
	  display:none}
 .cytitle1{
	  display:none}
 .cysouse1{
	  display:none}
 .nature1{
	  display:none}
.cycode {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.cytitle {
	width: 38%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.cysouse {
	width: 27%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;	
}
.nature{
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;	
}
.cycode_con {
	width: 15%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
.cytitle_con {
	width: 27%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
.cytitle_con a:link, .cytitle_con a:visited {
	color: #333;
	font-size: 100%;
}

.cytitle_con a:hover {
	color: #F90;
	text-decoration: none;
}

.cysouse_con {
	width: 27%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
.nature_con {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
}
/*  */
   .ltitle {
	width: 77%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
  .ptitle {
	width: 76%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.pdate {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;	
}

.souse {
	width: 13%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;	
}
.sort {
	width: 8%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
 .ptitle2 {
	width: 77%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	border: 1px solid #BBBBBB;
	color: #FFF;
	font-size: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 8px;
}
 .ptitle1 {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	color: #000000;
	font-size: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 5px;
}

.ptitle1 a:link {
	color: #000000;
	font-size: 100%;
}

.ptitle1 a:visited {
	color: #000000;
	font-size: 100%;
}

.ptitle1 a:hover {
	color: #F90;
	text-decoration: none;
	font-size: 100%;
}	

.pdate1 {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	color: #000000;
	font-size: 16px;
	border: 1px solid #BBBBBB;
}

.souse1 {
	width: 13%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	color: #000000;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.sort1 {
	width: 8%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	color: #F90;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
 .ptitle3 {
	width: 80%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.title {
	width: 49.5%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 110%;
	margin-right: 1%;
}
.download {
	width: 49.5%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 110%;
}
.title1 {
	display:none;
	
}
.download1 {
	display:none;
	
}

.title_con {
	width: 49.5%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	margin-right: 1%;
	border: 1px solid #BBBBBB;
}
.download_con {
	width: 49.5%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border: 1px solid #BBBBBB;
	
}
.img_f1 {
	float: right;
	display: block;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 2%;
	width:35%;
}
.img_f1 img {
	
	width:100%;	
}
.img_f2 {
	width: 35%;
	float: left;
	display: block;
	margin-top: 1px;
	margin-right: 2%;
	margin-bottom: 8px;
	margin-left: 0px;
}
.img_f2 img {
	
	width:100%;	
}

.img_fr { float: right; margin: 1px 0 8px 20px }

.page_content_right{
	color: #333333;
	float:left;
	width:60%;
	margin-right:3%;font-size:100%;
	line-height: 32px;
	
}
.page_content_left{
	color: #333333;
	float:left;
	width:37%;font-size:100%;
	line-height: 32px;
}
.page_content_right img{
		width:50%;
		max-width:300px;
		min-width:200px;
}
.flexslider1 ul.slides li .slide-cnt {
	font-size:100%;
	text-align: center;
	width: 100%;
	/* [disabled]background: url(images/slide-cnt.png) repeat 0 0; */
	position: absolute;
	bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	/***padding-right: 26px;	
	padding-left: 26px;***/
	background-color: #000;
	opacity: 0.7;
	
	
}
.flexslider1 ul.slides li {
	width: 100%;
	height: 126px;
	float: left;
	position: relative;
	overflow: hidden;
}
.he_border1{
	width: 100%;
	height: 126px;
	padding: 0;
	margin: 0;
	/* [disabled]border: 1px solid #000; */
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	background-color: #000000;
}
.he_border1 .he_border1_img{
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
	overflow: hidden;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	/* [disabled]bottom: 0px; */
}
.maintitle{
	width: auto;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	background-color: #e17d01;
	text-align: left;
	padding-left: 10px;
	font-size: 125%;
}


	.mainLeft{
	margin-right:2%;
	float:left;	
	width:35%;
	height: 534px;
}

.mL1{
	width: 100%;
	height: 256px;
	background-color: #e6e6e6;
	margin-bottom: 22px;	
	background-image: url(../images/ml1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainLeft p{
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 100%;
	color: #000;
}
.mL2{
	width: 100%;
	height: 256px;
	background-color: #e6e6e6;
	background-image: url(../images/ml2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

	.mainRight{	
	float:right;
	width:63%;
	height: 534px;
}
	.mR1{
	float: left;
	width: 49%;
	height: 166px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
	margin-right: 2%;
}
.mR2{
	float: right;
	width: 49%;
	height: 166px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
}
	.news{
	margin-right: 2%;
	float: left;
	background-color: #993366;
	width: 63%;
	height: 368px;
	overflow: hidden;
	margin-bottom: 25px;
}
.nright{
	float: right;
	width: 35%;
	height: 368px;
	margin-bottom: 25px;
}

.pic{	
background-color: #661950;
	width:100%;
	height: 173px;
	margin-bottom:22px;
}
.mov{
	background-color: #661950;
	width: 100%;
	height: 173px;
	overflow: hidden;
}
.search4{
	/* margin-right: 10px; */
	/* float: right; */
	width: 510px;
	/* height: 40px; */
	/***
	background: #fff;	
	border: 1px solid #758594;
	border-radius: 20px;
	***/
	/* margin-top: 18px; */
	/* padding-left: 20px; */
	position: absolute;
	right: 69px;
	top: 80px;
	}
.search4 li {
  display: inline-block;
  vertical-align: middle;
  /* float: left; */
  margin-right: 10px;
}
/***
.search4 input[type="submit"] {
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	right: 90px;
	height: 25px; ***/
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 33px; */
	/***
	background: none;
	background-image: url(../images/search1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 35px;
	margin-top: 2px;
}
***/
.search4 input[type="text"] {
	margin-top:-13px;
	 outline: none;
  color: #758594;
  background: none; 
  border: none; 
  width:  92.33%;
  text-align: left;
  padding: 0.2em 1.1em;
  vertical-align: middle;
  height:20px;
	

}
.section_room1 select {
	color: #676769;
	background: #f7f7f7;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.search3{
	display: none;	
}
}
@media all and (max-width: 959px) {
	
	.social-links {	
	display: none;
	}

.top{
	height: 40px;
	z-index: 999;
	
}

.section_room1 select {
	width: 100%;
	color: #676769;
	font-size: 100%;
	font-weight: 500;
	outline: none;
	background: #f7f7f7;
	border: none;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
	#top a,
.top a
{
	background: center center no-repeat transparent;
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);*/
	background-image: url(/images/smenu.png);
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 3px;
	z-index: 10;
}
	.navigation{	
	display: none;
	}
	

		ul.social-links li  {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}
			ul.social-links li a {
	display: inline-block;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	text-decoration: none;
		}
		
		ul.social-links li a:hover {
	display: inline-block;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
		}		
	#control_panel {display: none;}
	}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media all and (min-width: 801px) and (max-width: 959px) {
		
	/* -------------------------------------------------- */
	/*	Social Links
	/* -------------------------------------------------- */
ul.social-links2 {
	/* [disabled]margin-left: 20px; */
	font-size: 100%;
	/* float: left; */
	position: fixed;
	color: #FFF;
	left: 40px;
	top: 0px;
	z-index: 1111;
}
ul.social-links2 a:link {
	font-size: 100%;
	float: left;
	color: #FFF;
}
ul.social-links2 a:visited {
	font-size: 100%;
	float: left;
	color: #FFF;
}
ul.social-links2 a:hover {
	font-size: 100%;
	float: left;
	color: #FFF;
}

ul.social-links2 li {
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	float: left;
	/* [disabled]position: absolute; */
	color: #FFF;
	text-align: center;
}
ul.social-links2 .hed{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #661950;
	background-image: url(../images/topmenu-2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: 900;
}
ul.social-links2 li:link{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
}
ul.social-links2 li:hover{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #661950;
	background-image: url(../images/topmenu-2.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
	.search3{
	display: none;	
}
	.search4{
	/* float: right; */
	width: 200px;
	/***
	background: #fff;
	border: 1px solid #758594;
	border-radius: 20px;
	***/
	/* height: 30px; */
	/* margin-top: 33px; */
	}
.search4 li {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
/***
.search4 input[type="submit"] {
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	right: 90px;
	height: 25px; ***/
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 33px; */
/***	
	background: none;
	background-image: url(../images/search1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 35px;
	margin-top: 2px;
}
***/
.search4 input[type="text"] {
	margin-top:-13px;
	 outline: none;
  color: #758594;
  background: none; 
  border: none; 
  width:  92.33%;
  text-align: left;
  padding: 0.2em 1.1em;
  vertical-align: middle;
  height:20px;
	

}
	.maintitle{
	width: auto;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	background-color: #e17d01;
	text-align: left;
	padding-left: 10px;
	font-size: 20px;
}
	.mainLeft{
	margin-right:2%;
	float:left;	
	width:35%;
	height: 534px;
}

.mL1{
	width: 100%;
	height: 256px;
	background-color: #e6e6e6;
	margin-bottom: 22px;	
	background-image: url(../images/ml1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainLeft p{
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size:100%;
	color: #000;
}
.mL2{
	width: 100%;
	height: 256px;
	background-color: #e6e6e6;
	background-image: url(../images/ml2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

	.mainRight{	
	float:right;
	width:63%;
	height: 534px;
}
	.mR1{
	float: left;
	width: 49%;
	height: 166px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
	margin-right: 2%;
}
.mR2{
	float: right;
	width: 49%;
	height: 166px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
}
	.news{
	margin-right: 2%;
	float: left;
	background-color: #993366;
	width: 63%;
	height: 368px;
	overflow: hidden;
	margin-bottom: 25px;
}
.nright{
	float: right;
	width: 35%;
	height: 368px;
	margin-bottom: 25px;
}

.pic{	
background-color: #661950;
	width:100%;
	height: 173px;
	margin-bottom:22px;
}
.mov{
	background-color: #661950;
	width: 100%;
	height: 173px;
	overflow: hidden;
}
	.morebanner {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:60px;
	width:28%;
	float:left
}
.morebanner img{
	width:100%
}
	.cc {	
	display:none;
	
}
	.btn-search {
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	color: #FFF;
	white-space: nowrap;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.btn-search a:link {
	
	color: #FFF;
text-decoration: none;	
}
.btn-search a:hover {
	color: #FFF;
	text-decoration: none;	
}
.btn-search:hover {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #BBBBBB;
	background-attachment: scroll;
	background-color: #E17D01;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn-search .caret {
  border-top: 4px solid #FFF;
}
	.bnr-right {
	width: 30%;
	float: left;
	height: 45px;
	line-height: 45px	
}
	.wrap {
	width: 100%;
	/* [disabled]min-width:900px; */
}
.col-md-20{width:33.333%;
	min-width:200px;
	font-size:100%}
	.col-md-5{width:50%}
	.col-sm-6{width:100%}
	.youtube {
	background-image: url(../images/youtube.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 64px;
	width: 64px;
	margin-right: 8px;
	float:left
}
	.submit input[type="text"] {
	width: 300px;
	color: #666;
	font-weight: 400;
	outline: none;
	font-size:100%;
	border: none;
	-webkit-appearance: none;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background-color: #E7DAE3;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family:Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€"
}
	.col-md-4{width:50%}
	.recent-grid{
	width: 49%;
	float: left;
	margin-right: 1%;
	height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #eee;
	box-shadow: 3px 3px 2px rgba(20%,20%,40%,0.1);
	min-width:320px;
}
	.col-md-009 {
	width: 70%;
	float: left;
  }
.col-md-003 {
	width: 29%;
	float: left;
	margin-right: 1%;
  }
    /* FscSearch_BankSub */   
 
  .fscode1{
	  display:none}
  .fstitle1{
	  display:none}
	.fsman1{
	  display:none}
.fsleft {
	width: 25%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;

	color: #FFF;
	font-size: 100%;
	background-color: #a41961;
}	
.fsright {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}	
  .fscode {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fstitle {
	width: 60%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fsman {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.fscode_con {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fstitle_con {
	width: 60%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}

.fsman_con {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}
  /* bstatistics_list */   
  
  .bcode1{
	  display:none}
  .btitle1{
	  display:none}
	.bdate1{
	  display:none}
	
  .bcode {
	width: 10%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.btitle {
	width: 65%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.bdate {
	width: 25%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.bcode_con {
	width: 10%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.btitle_con {
	width: 65%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}

.bdate_con {
	width: 25%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}
 /* FscSearch_BankType */   
  .whitebackground3 {
	border: 1px solid #BBBBBB;
	overflow:hidden;
	margin-bottom: 21px;
}
  .fcode{
	  display:none}
  .forganization_name{
	  display:none}
	.fadd{
	  display:none}
	  .ftel{
	  display:none}
	  .furl{
	  display:none}
  .fcode1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.forganization_name1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fadd1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.ftel1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.furl1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fcode_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.forganization_name_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.furl_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fadd_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.ftel_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

 /* FscSearch_BankMain3 */   
  .whitebackground5 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
  .mcode{
	  display:none}
  .morganization_name{
	  display:none}
	.madd{
	  display:none}
	  .mtel{
	  display:none}
  .mcode1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.morganization_name1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.madd1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mtel1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mcode_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.morganization_name_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.madd_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mtel_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9991px;
	padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

    
  
/* web32 Ã©â€¡â€˜Ã¨Å¾ÂÃ¦Â©Å¸Ã¦Â§â€¹Ã¦Â¶Ë†Ã¨Â²Â»Ã¨â‚¬â€¦Ã§â€Â³Ã¨Â¨Â´Ã¥Â°Ë†Ã§Â·Å¡ */   
  .whitebackground6 {
	border: 1px solid #BBBBBB;	
overflow:hidden;
}
  .wcode{
	  display:none}
  .worganization_name{
	  display:none}
  .wdepartment{
	  display:none}
  .wtel{
	  display:none}
  .wfax{
	  display:none}
  .wemail{
	  display:none}	
  .wmanager_title{
	  display:none}	
  .wmanager_name{
	  display:none}	
  .wremark{
	  display:none}		  
  .wcode1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.worganization_name1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wdepartment1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wtel1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wfax1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wemail1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_title1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_name1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wremark1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wcode_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.worganization_name_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wdepartment_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wtel_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
 .wfax_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wemail_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_title_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_name_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wremark_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

  	/* bilingual_list */   
  .whitebackground7 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
overflow:hidden;
}
  .bicode{
	  display:none}
  .bich_name{
	  display:none}
	.bien_name{
	  display:none}
	  .bitype{
	  display:none}
	  .bisource{
	  display:none}
  .bicode1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bich_name1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
    
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bien_name1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bitype1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bisource1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;

}
.bicode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bich_name_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
	
}
.bien_name_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	
	border: 1px solid #BBBBBB;
}
.bitype_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;

	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bisource_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}  
/* cyclopedia */

 .cytitle{
	  display:none}
 .cysouse{
	  display:none}
 .nature{
	  display:none}
.cytitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cysouse1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;	
}
.nature1{
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cytitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cysouse_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.nature_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
 /* activity_list */ 
  .activitytype{
	  display:none}
  .start_date{
	  display:none}
	.activitytitle{
	  display:none}
	  .end_date{
	  display:none}
	   .place{
	  display:none}
	   .sign{
	  display:none}
   .activitytype1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.start_date1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.end_date1 {
width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.place1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.sign1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytype_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.start_date_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.end_date_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.place_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.sign_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

   /* download_list */ 
   .whitebackground2 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 300px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px
}
  .dcode{
	  display:none}
  .Publish_date{
	  display:none}
	.dtitle{
	  display:none}
	  .up_date{
	  display:none}
	   .times{
	  display:none}
	   .format{
	  display:none}
   .dcode1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.Publish_date1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.dtitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
    
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.up_date1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.times1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.format1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.dcode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.Publish_date_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.dtitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.up_date_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.times_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
.format_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
  
/* Ã¥Ââ€žÃ©Å â‚¬Ã¨Â¡Å’Ã¥â€˜â€ Ã¥Â¸Â³Ã¨Â³â€¡Ã¨Â¨Å Ã¦ÂÂ­Ã©Å“Â²Ã§Â¶Â²Ã¥Ââ‚¬ */  
  .code1{
	  display:none}
  .organization_name1{
	  display:none}
	.url1{
	  display:none}
  .code {
	width: 16%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:10px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.organization_name {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.url {
	width: 33%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.code_con {
	width: 15%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.organization_name_con {
	width: 65%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right: 1px solid #BBBBBB;
}
.url_con {
	width: 34%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}
	.title {
	width: 45.5%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 110%;
	margin-right: 1%;
}
.download {
	width: 53.5%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 110%;
}
.title1 {
	display:none;
	
}
.download1 {
	display:none;
	
}

.title_con {
	width: 45.5%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	margin-right: 1%;
	border: 1px solid #BBBBBB;
}
.download_con {
	width: 53.5%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	border: 1px solid #BBBBBB;
	
}
.ltitle {
	width: 85%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
 .ptitle {
	width: 79%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
}
.pdate {
	width: 21%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;	
}

.souse {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;	
}
.sort {
	display:none;	
}
 .ptitle2 {
	width: 85%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	border: 1px solid #BBBBBB;
	color: #666;
	font-size: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
 .ptitle1 {
	width: 78%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;	
	color: #000000;
	font-size:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.ptitle1 a:link, .ptitle1 a:visited {
	color: #000000;
}

.ptitle1 a:hover {
	color: #F90;
	text-decoration: none;
}	

.pdate1 {
	width: 20%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	color: #000000;
	font-size:100%;
	border: 1px solid #BBBBBB;
}

.souse1 {
	width: 15%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	color: #000000;
	font-size:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.sort1 {
	display:none;	
}
.img_f1 {
	float: right;
	display: block;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 2%;
	width:35%;
}
.img_f1 img {
	
	width:100%;	
}
.img_f2 {
	width: 35%;
	float: left;
	display: block;
	margin-top: 1px;
	margin-right: 2%;
	margin-bottom: 8px;
	margin-left: 0px;
}
.img_f2 img {
	
	width:100%;	
}
.img_fr { float: right; margin: 1px 0 8px 20px }

	.page_content_right{
	color: #333333;
	float:left;
	width:50%;
	margin-right:3%;font-size:100%;
	line-height: 32px;
	
}
.page_content_left{
	color: #333333;
	float:left;
	width:47%;font-size:100%;
	line-height: 32px;
}
.page_content_right img{
		width:50%;
		max-width:300px;
		min-width:200px;
}
	.flexslider1 ul.slides li .slide-cnt {
	font-size:100%;
	width: 100%;
	/* [disabled]background: url(images/slide-cnt.png) repeat 0 0; */
	position: absolute;
	top: 88px;
	padding-top: 7px;
	padding-right: 26px;
	padding-bottom: 7px;
	padding-left: 26px;
	background-color: #000;
	opacity: 0.7;
	white-space: pre;
	
}
	.flexslider1 ul.slides li {
	width: 100%;
	height: 126px;
	float: left;
	position: relative;
	overflow: hidden;
}
	.he_border1{
	width: 100%;
	height: 126px;
	padding: 0;
	margin: 0;
	/* [disabled]border: 1px solid #000; */
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	background-color: #660033;
}
.he_border1 .he_border1_img{
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
	overflow: hidden;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	/* [disabled]bottom: 0px; */
}
	#header {
	width: 100%;
	/* [disabled]background-image: url(../images/bg00.jpg); */
	/* [disabled]background-repeat: repeat-x; */
	padding-right: 0;
	padding-top: 0px;
	padding-left: 0;
	height: 50px;
	/* [disabled]margin-bottom: 10px; */
	background-color: #FFF;
}
	/* ---------------------------------------------------------------------- */
	/*	Layout
	/* ---------------------------------------------------------------------- */
#top a,
.top a
{
	background: center center no-repeat transparent;
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);*/
	background-image: url(/images/smenu.png);
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 3px;
	z-index: 10;
}
		.container {
	width: 100%;
}

		/* -------------------------------------------------- */
		/*	Columns
		/* -------------------------------------------------- */

		.one-half {width: 364px;}

		.one-third {width: 236px;}

			.two-third {width: 492px;}

		.one-fourth {width: 172px;}

			.three-fourth {width: 100%;}
			
	/* ---------------------------------------------------------------------- */
	/*	Header
	/* ---------------------------------------------------------------------- */

		/* -------------------------------------------------- */
		/*	Main Navigation
		/* -------------------------------------------------- */
		
		.navigation > ul > li > a {padding: 0 15px;}
		
	/* ---------------------------------------------------------------------- */
	/*	Home
	/* ---------------------------------------------------------------------- */

		ul.block-with-icons li {width: 248px;}
		
	/* ---------------------------------------------------------------------- */
	/*	Content
	/* ---------------------------------------------------------------------- */

	#content {
	float: left;
	width: 520px;
	}

		/* -------------------------------------------------- */
		/*	Layout
		/* -------------------------------------------------- */

		#content .one-fourth {width: 234px;}
		
	/* ---------------------------------------------------------------------- */
	/*	Events
	/* ---------------------------------------------------------------------- */

		.event-body {width: 245px;}
		
		/* -------------------------------------------------- */
		/*	Columns
		/* -------------------------------------------------- */
		
		.event-body .one-half {width: 232px;}
	
	/* ---------------------------------------------------------------------- */
	/*	Blog
	/* ---------------------------------------------------------------------- */
.post-item,
.second .post {
	float: left;
	width: 47%;
	margin-top: 0;
	margin-right: 3%;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
	
	/* ---------------------------------------------------------------------- */
	/*	Contact Us
	/* ---------------------------------------------------------------------- */

	#contact textarea {   
		max-width: 470px;
		min-width: 470px;
		width: 470px;
	}
	
	/* ---------------------------------------------------------------------- */
	/*	Sidebar
	/* ---------------------------------------------------------------------- */

	#sidebar {
	float: right;
	width: 250px;
	}
	
		/* -------------------------------------------------- */
		/*	Widgets
		/* -------------------------------------------------- */
		
		.fb-like-box iframe {width: 220px !important;}
		
			/* ---------------------------------------- */
			/*	Search
			/* ---------------------------------------- */

			.widget_search input[type="text"] {
				width: 155px;
			}
}

/* All Mobile Sizes (devices and browser) */
@media all and (min-width: 481px) and (max-width: 800px) {
		
	/* -------------------------------------------------- */
	/*	Social Links
	/* -------------------------------------------------- */
ul.social-links2 {
	/* [disabled]margin-left: 20px; */
	font-size: 100%;
	float: left;
	position: fixed;
	color: #FFF;
	left: 40px;
	top: 0px;
	z-index: 1002;
}
ul.social-links2 a:link {
	font-size: 100%;
	float: left;
	color: #FFF;
}
ul.social-links2 a:visited {
	font-size: 100%;
	float: left;
	color: #FFF;
}
ul.social-links2 a:hover {
	font-size: 100%;
	float: left;
	color: #FFF;
}

ul.social-links2 li {
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	float: left;
	/* [disabled]position: absolute; */
	color: #FFF;
	text-align: center;
}
ul.social-links2 .hed{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #661950;
	background-image: url(../images/topmenu-2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: 900;
}
ul.social-links2 li:link{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
}
ul.social-links2 li:hover{
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	color: #661950;
	background-image: url(../images/topmenu-2.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
	.printer{
	  display: none;
	}
	
	.maintitle{
	width: auto;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	background-color: #e17d01;
	text-align: left;
	padding-left: 10px;
	font-size: 150%;
}
	.mainLeft{
	width: 100%;
	height: 256px;
	clear: both;

}

.mL1{
	width: 49%;
	height: 256px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
	background-image: url(../images/ml1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 2%;
	float: left;
}
.mainLeft p{
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size:100%;
	color: #000;
}
.mL2{
	width: 49%;
	height: 256px;
	background-color: #e6e6e6;
	background-image: url(../images/ml2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 22px;
	float: right;
}

	.mainRight{	
	width:100%;
	height: 534px;
}
	.mR1{
	float:left;
	width:49%;
	height: 163px;
	background-color: #e6e6e6;
	margin-bottom:22px;
	margin-right:2%;
}
.mR2{
	float:right;
	width: 49%;
	height: 163px;
	background-color: #e6e6e6;	
	margin-bottom:22px;
}
	.news{
	background-color: #993366;
	width:100%;
	height: 368px;
	overflow:hidden;
	margin-bottom: 25px;
}	
.nright{
	width:100%;
	height: 173px;
	margin-bottom: 25px;
}

.pic{
	margin-right:2%;
	background-color: #CCCCCC;
	width: 49%;
	height: 173px;
	margin-bottom: 22px;
	float:left
}
.mov{
	background-color: #661950;
	width: 49%;
	height: auto;
	float: right;
	max-height: 173px;
}
	.searcharadio,.search4{
	display: none;
}

.search3{
	/* float: right; */
	width: 98%;
	/* border: 1px solid #758594; */
	border-radius: 20px;
	height: 25px;
	margin-top: 0px;
}
.search3 li {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
/***
.search3 input[type="submit"] {
	margin-top: 3px;	
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 18px 18px 18px 18px;
	color: #666;
	right: 20px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 33px;
	background:none;
	background-image: url(../images/search1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
***/
.search3 input[type="text"] {
	 outline: none;
  color: #758594;
  background: none; 
  border: none; 
  width:  92.33%;
  text-align: left;
  padding: 0.45em 1.5em;
  vertical-align: middle;
	

}
.section_room1 select {
	width: 100%;
	color: #676769;
	font-size: 1em;
	font-weight: 500;
	outline: none;
	background: #f7f7f7;
	border: none;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}


.social-links {	
	display: none;
	}
	.navigation {	
	display: none;
	}
	.morebanner {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:60px;
	width:28%;
	float:left
}
.morebanner img{
	width:100%
}
	.cc {	
	display:none;
	
}
	.btn-search {
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	color: #FFF;
	white-space: nowrap;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.btn-search a:link,.btn-search a:visited  {	
	color: #FFF;
text-decoration: none;	
}
.btn-search a:hover {
	color: #FFF;
	text-decoration: none;	
}
.btn-search:hover {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #BBBBBB;
	background-attachment: scroll;
	background-color: #E17D01;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn-search .caret {
  border-top: 4px solid #FFF;
}
	.bnr-right {
	width: 30%;
	float: left;
	/***
	height: 45px;
	line-height: 45px;
	***/	
}
	.col-sm-6{width:100%}
	.youtube {
		display:none
}

	.submit input[type="text"] {
	width: 250px;
	color: #666;
	font-weight: 400;
	outline: none;
	font-size:100%;
	border: none;
	-webkit-appearance: none;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background-color: #E7DAE3;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family:Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€"
}
.col-md-20{width:50%;
	min-width:200px;
	font-size:100%}
.col-md-5{
	width:50%;
	min-width:300px}
	.col-md-4{width:100%}
	.recent-grid{
	width: 49%;
	float: left;
	margin-right: 1%;
	height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #eee;
	box-shadow: 3px 3px 2px rgba(20%,20%,40%,0.1);
	min-width:280px;
}
	.col-md-009 {		
	width: 100%;
	
  }
.col-md-003 {
	display:none;
	
  }
  .whitebackground0 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
overflow:hidden;
}
	.whitebackground {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 100px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
}
	.whitebackground1 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	/* -webkit-box-shadow: 0 0 3px; */
	-moz-box-shadow: 0 0 3px;
	/* box-shadow: 0 0 5px; */
	color: #999;
	height: 115px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px
}
.whitebackground2 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 405px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px
}
	.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	}
	/* FscSearch_BankSub */   

  .fscode{
	  display:none}
  .fstitle{
	  display:none}
	.fsman{
	  display:none}
.fsleft {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	background-color: #a41961;
	
}	
.fsright {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}	
  .fscode1 {
width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fstitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fsman1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fscode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fstitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

.fsman_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}

/* bstatistics_list */   
  
  .bcode{
	  display:none}
  .btitle{
	  display:none}
	.bdate{
	  display:none}
	
  .bcode1 {
	  display:none
}
.btitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.bdate1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.bcode_con {
	  display:none
}
.btitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

.bdate_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
	/* FscSearch_BankType */   
  .whitebackground3 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	/* -webkit-box-shadow: 0 0 3px; */
	-moz-box-shadow: 0 0 3px;
	/* box-shadow: 0 0 5px; */
	color: #999;
	/***height: 250px;***/
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
	overflow:hidden;
}
  .fcode{
	  display:none}
  .forganization_name{
	  display:none}
	.fadd{
	  display:none}
	  .ftel{
	  display:none}
	  .furl{
	  display:none}
  .fcode1 {
	width: 35%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.forganization_name1 {
	width: 35%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fadd1 {
	width: 35%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.ftel1 {
	width: 35%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.furl1 {
	width: 35%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}
.fcode_con {
	width: 57%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;

	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.forganization_name_con {
	width: 57%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.furl_con {
	width: 57%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border: 1px solid #BBBBBB;
}
.fadd_con {
	width: 57%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.ftel_con {
	width: 57%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

	/* FscSearch_BankMain3 */   
  .whitebackground5 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	/***height: 250px;***/
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
	overflow:hidden;
}
  .mcode{
	  display:none}
  .morganization_name{
	  display:none}
	.fadd{
	  display:none}
	  .ftel{
	  display:none}
  .mcode1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.morganization_name1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.madd1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mtel1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mcode_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.morganization_name_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.madd_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mtel_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
  
/* web32 Ã©â€¡â€˜Ã¨Å¾ÂÃ¦Â©Å¸Ã¦Â§â€¹Ã¦Â¶Ë†Ã¨Â²Â»Ã¨â‚¬â€¦Ã§â€Â³Ã¨Â¨Â´Ã¥Â°Ë†Ã§Â·Å¡ */   
  .whitebackground6 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	/***height: 250px;***/
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
	overflow:hidden;
}
  .wcode{
	  display:none}
  .worganization_name{
	  display:none}
  .wdepartment{
	  display:none}
  .wtel{
	  display:none}
  .wfax{
	  display:none}
  .wemail{
	  display:none}	
  .wmanager_title{
	  display:none}	
  .wmanager_name{
	  display:none}	
  .wremark{
	  display:none}		  
  .wcode1 {
	width: 100%;
	text-align: center;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.worganization_name1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wdepartment1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wtel1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wfax1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wemail1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_title1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_name1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wremark1 {
	width: 100%;
	text-align: center;
	/*padding-left: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wcode_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.worganization_name_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wdepartment_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wtel_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
 .wfax_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wemail_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_title_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_name_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wremark_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

   	/* bilingual_list */   
  .whitebackground7 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
overflow:hidden;
}
  .bicode{
	  display:none}
  .bich_name{
	  display:none}
	.bien_name{
	  display:none}
	  .bitype{
	  display:none}
	  .bisource{
	  display:none}
  .bicode1 {
	width: 25%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bich_name1 {
	width: 25%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bien_name1 {
	width: 25%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bitype1 {
	width: 25%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bisource1 {
	width: 25%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}
.bicode_con {
	width: 68%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bich_name_con {
	width: 68%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
	
}
.bien_name_con {
	width: 68%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.bitype_con {
	width: 68%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bisource_con {
	width: 68%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}
/* cyclopedia */
.whitebackground4 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 230px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	
	min-width:400px
}
 .cycode{
	  display:none}
 .cytitle{
	  display:none}
 .cysouse{
	  display:none}
 .nature{
	  display:none}
.cycode1 {
	width: 23%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.cytitle1 {
	width: 23%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.cysouse1 {
	width: 23%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;	
}
.nature1{
	width: 23%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	height:40px;
}
.cycode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.cytitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.cysouse_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.nature_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 40px;
	border: 1px solid #BBBBBB;
}

 /* activity_list */ 
  .activitytype{
	  display:none}
  .start_date{
	  display:none}
	.activitytitle{
	  display:none}
	  .end_date{
	  display:none}
	   .place{
	  display:none}
	   .sign{
	  display:none}
   .activitytype1 {
	width: 24%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
}
.start_date1 {
	width: 24%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytitle1 {
	width: 24%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.end_date1 {
width: 24%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.place1 {
	width: 24%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.sign1 {
	width: 24%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border: 1px solid #BBBBBB;
	height:50px;
}
.activitytype_con {
	width: 70%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.start_date_con {
	width: 70%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytitle_con {
	width: 70%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.end_date_con {
	width: 70%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.place_con {
	width: 70%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border: 1px solid #BBBBBB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.sign_con {
	width: 70%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	height:50px;
}
	 /* download_list */ 
  .dcode{
	  display:none}
  .Publish_date{
	  display:none}
	.dtitle{
	  display:none}
	  .up_date{
	  display:none}
	   .times{
	  display:none}
	   .format{
	  display:none}
   .dcode1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.Publish_date1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.dtitle1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 40px;
}
.up_date1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.times1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.format1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	height:40px;
}
.dcode_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.Publish_date_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.dtitle_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 40px;
}
.up_date_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.times_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 40px;
	border: 1px solid #BBBBBB;
}
.format_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
  
/* Ã¥Ââ€žÃ©Å â‚¬Ã¨Â¡Å’Ã¥â€˜â€ Ã¥Â¸Â³Ã¨Â³â€¡Ã¨Â¨Å Ã¦ÂÂ­Ã©Å“Â²Ã§Â¶Â²Ã¥Ââ‚¬ */  
	 .code{
	  display:none}
  .organization_name{
	  display:none}
	.url{
	  display:none}
	.code1 {
	width: 35%;
	padding: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}

.code_con {
	width: 56%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.organization_name_con {
	width: 56%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border: 1px solid #BBBBBB;	
	height:40px;
}
.organization_name1 {
	width: 35%;
	padding: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:40px;
}
.url1 {
	width: 35%;	
	padding: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}

.url_con {
	width: 56%;
	text-align: left;
	padding: 8px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}
	.title {
		display:none;
	
}
.download {
	display:none;
	
}
.title1 {
	width: 26%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
}

.title_con {
	width: 74%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB; height:50px;
}
.download_con {
	width: 74%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border: 1px solid #BBBBBB;
	height: 50px;
}
.download1 {
	width: 26%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
}
.ltitle {
display:none;	
}
 .ptitle {
	display:none;	
}
.pdate {
	display:none;		
}

.souse {
	display:none;		
}
.sort {
	display:none;	
}
.ptitle2 {
	width: 100%;
	color: #000;
	font-size: 17px;
	clear: both;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px;
}
 .ptitle1 {
	width: 100%;	
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;	
	color: #000000;
	font-size: 17px;
	clear:both;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 5px;
}

.ptitle1 a:link, .ptitle1 a:visited {
	color: #000000;
}

.ptitle1 a:hover {
	color: #F90;
	text-decoration: none;
}	

.pdate1 {
	width: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left:10px;
	float: left;
	color: #000000;
	font-size:100%;
	
}

.souse1 {
	width: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	color: #000000;
	font-size:100%;
	margin-left:10px;
}
.sort1 {
	display:none;	
}
.img_f1 {	
	display: block;
	margin-top: 10px;	
	margin-bottom: 10px;	
	width:100%;
}
.img_f1 img {
	
	width:100%;	
}
.img_f2 {
	width: 100%;	
	display: block;
	margin-top: 10px;	
	margin-bottom: 10px;	
}
.img_f2 img {
	
	width:100%;	
}
.img_fr { float: right; margin: 1px 0 8px 20px }
	.page_content_right{
	color: #333333;
	float:left;
	width:50%;
	margin-right:3%;font-size:100%;
	line-height: 32px;
	
}
.page_content_left{
	color: #333333;
	float:left;
	width:47%;font-size:100%;
	line-height: 32px;
}
.page_content_right img{
		width:50%;
		max-width:300px;
		min-width:200px;
}
	.flexslider1 ul.slides li .slide-cnt {
	font-size:100%;
	width: 100%;
	/* [disabled]background: url(images/slide-cnt.png) repeat 0 0; */
	position: absolute;
	top: 75px;
	padding-right: 26px;
	padding-bottom: 7px;
	padding-left: 26px;
	background-color: #000;
	opacity: 0.7;
	white-space: pre;
	
}
	.flexslider1 ul.slides li {
	width: 100%;
	height: 126px;
	float: left;
	position: relative;
	overflow: hidden;
}
	.he_border1{
	width: 100%;
	height: 126px;
	padding: 0;
	margin: 0;
	/* [disabled]border: 1px solid #000; */
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	background-color: #660033;
}
.he_border1 .he_border1_img{
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
	overflow: hidden;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	/* [disabled]bottom: 0px; */
}
#top a,
.top a
{
	background: center center no-repeat transparent;
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);*/
	background-image: url(/images/smenu.png);
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 3px;
}
	/* ---------------------------------------------------------------------- */
	/*	Layout
	/* ---------------------------------------------------------------------- */
	
	.wrap {
	width: 100%;
	background-color: #FFF;
	/* [disabled]min-width: 500px; */
	
}
#header {
	width: 100%;
	/* [disabled]background-image: url(../images/bg00.jpg); */
	/* [disabled]background-repeat: repeat-x; */
	padding-right: 0;
	padding-top: 0px;
	padding-left: 0;
	height: 50px;
	/* [disabled]margin-bottom: 10px; */
	background-color: #FFF;
}

		ul.social-links li  {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}
			ul.social-links li a {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	text-decoration: none;
		}
		
		ul.social-links li a:hover {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}
	

		/* -------------------------------------------------- */
		/*	Columns
		/* -------------------------------------------------- */

		.one-half,
		.one-third,
		.one-fourth,
		.two-third,
		.three-fourth {
			float: none;
			margin-right: 0;
		}

		.one-half,
		.one-third,
		.one-fourth,
		.two-third,
		.three-fourth {width: 100%;}

	/* ---------------------------------------------------------------------- */
	/*	Header
	/* ---------------------------------------------------------------------- */
	
	#logo {
	float: none;
	display: block;
	/* [disabled]text-align: center; */
	}
			
		/* -------------------------------------------------- */
		/*	Main Navigation
		/* -------------------------------------------------- */
		
		
		
		.navigation {display: none;}
		
		.navigation .nav-responsive {display: inline-block;}
		
		a.donate {padding: 0 15px;}
			
		/* -------------------------------------------------- */
		/*	Social Links
		/* -------------------------------------------------- */
		
		
	/* ---------------------------------------------------------------------- */
	/*	Home
	/* ---------------------------------------------------------------------- */

		ul.block-with-icons li {
			margin-bottom: 15px;
			width: 100%;
			border: 1px solid #E7E7E9;
			
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}
		
		/* -------------------------------------------------- */
		/*	Slider
		/* -------------------------------------------------- */
		
		.caption {display: none;}
		
	/* ---------------------------------------------------------------------- */
	/*	Content
	/* ---------------------------------------------------------------------- */

	#content {
	float: left;
	width: 370px;
	}
	
	/* ---------------------------------------------------------------------- */
	/*	Events
	/* ---------------------------------------------------------------------- */

		.event-body {
			float: none;
			width: 100%;
			padding-right: 0;
			border-right: none;
		}
		
		.event-meta {
			float: none;
			width: 100%
		}
		
		
		/* -------------------------------------------------- */
		/*	Columns
		/* -------------------------------------------------- */
		
		.event-body .one-half {width: 100%;}
	
	/* ---------------------------------------------------------------------- */
	/*	Blog
	/* ---------------------------------------------------------------------- */
	
		.post-item:nth-child(1) {border: none;}
	
		.post-item,
		.second .post {
			float: none;
			margin-right: 0;
			width: 100%;
		}
		
		/* -------------------------------------------------- */
		/*	Respond
		/* -------------------------------------------------- */

			#commentform textarea {
				height: 150px;
				max-height: 250px;
				max-width: 278px;
				min-height: 150px;
				min-width: 278px;
				width: 278px;
			}		
		
	/* ---------------------------------------------------------------------- */
	/*	Portfolio
	/* ---------------------------------------------------------------------- */
		
		#portfolio-items article img {width: 300px;}
		
	/* ---------------------------------------------------------------------- */
	/*	Contact Us
	/* ---------------------------------------------------------------------- */
		
		#contact input[type="text"] {width: 278px;}

		.textarea-block label,
		.textarea-block label strong {
			display: block;
		}

		#contact textarea {
			height: 150px;
			max-height: 250px;
			max-width: 278px;
			min-height: 150px;
			min-width: 278px;
			width: 278px;
		}	
		
		#contact .textarea-block label {display: block;}
	
	/* ---------------------------------------------------------------------- */
	/*	Sidebar
	/* ---------------------------------------------------------------------- */

	#sidebar {
	float: right;
	width: 250px;
	}
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media all and (max-width: 480px)  {
	
	.printer{
	  display: none;
	}
	
	.mainLeft{
	width:100%;
	height: 556px;
}

ul.social-links2 {
 /* [disabled]margin-left: 20px; */
 padding-top: 8px;
 margin-top: 5px;
 margin-left: 30px;
 margin-bottom: 0px;
 font-size: 95%;
 float: left;
 position: fixed;
	/* [disabled]position: absolute; */
 color: #FFF;
 left: 15px;
 top: -8px;
 z-index: 1002;
 }
 ul.social-links2 a:link {
 font-size: 95%;
 float: left;
 color: #FFF;
 }
 ul.social-links2 a:visited {
 font-size: 98%;
 float: left;
 color: #FFF;
 }
 ul.social-links2 a:hover {
 font-size: 95%;
 float: left;
 color: #FFF;
 }
 
 ul.social-links2 li {
 width: 50px;
 height: 40px;
 line-height: 40px;
 font-size: 95%;
 float: left;
 /* [disabled]position: absolute; */
 color: #FFF;
 text-align: center;
 
 }
 
 ul.social-links2 li:link{
 width: 50px;
 height: 40px;
 line-height: 40px;
 font-size: 95%;
 color: #FFF;
 font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
 text-decoration: none;
 text-align: center;
 }
 ul.social-links2 li:hover{
 width: 50px;
 height: 40px;
 line-height: 40px;
 font-size: 95%;
 color: #F90;
 }

.mL1{
	width: 100%;
	height: 256px;
	background-color: #e6e6e6;
	margin-bottom: 22px;	
	background-image: url(../images/ml1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainLeft p{
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size:100%;
	color: #000;
}
.mL2{
	width: 100%;
	height: 256px;
	background-color: #e6e6e6;
	background-image: url(../images/ml2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 22px;
}

	.mainRight{		
	width:100%;
	height: 534px;
}
.maintitle{
	width: auto;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	background-color: #e17d01;
	text-align: left;
	padding-left: 10px;
	font-size:100%;
	/* [disabled]position: absolute; */
	/* [disabled]z-index: 10; */
	/* [disabled]top: 0px; */
	text-decoration: none;
}
.maintitle a:link{
	
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	line-height: 40px;
	color: #FFF;
	font-size:100%;	
	text-decoration: none;
}
	.mR1{
	float: left;
	width: 100%;
	height: 220px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
}
.mR2{
	float: right;
	width: 100%;
	height: 215px;
	background-color: #e6e6e6;
	margin-bottom: 22px;
	overflow: hidden;
}
	.news{
	background-color: #993366;
	width:100%;
	height: 368px;
	overflow:hidden;
	margin-bottom: 25px;
}
.nright{
	width: 100%;
	/* [disabled]height: 368px; */
	margin-bottom: 25px;
}
.pic{
	/* background-color: #CCCCCC; */
	width: 100%;
	height: 100%;
	margin-left: 22px;
	margin-bottom: 22px;
}
.mov{	
	background-color: #661950;
	width:100%;
	height: 173px;	
}
	.social-links {	
	display: none;
	}
.searcharadio,.search4{
	display:none
}	
.search3{
	margin-top: 3px;
	margin-right: 0px;
	/* float: right; */
	background: #fff;
	width: 98%;
	height: 35px;
	/* border: 1px solid #758594; */
	/* border-radius: 50px; */
}
.search3 li {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.search3 input[type="submit"] {
	margin-top: 3px;	
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 18px 18px 18px 18px;
	color: #666;
	right: 20px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 33px;
	background:none;
	background-image: url(../images/search1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.search3 input[type="text"] {
	 outline: none;
  color: #758594;
  background: none; 
  border: none; 
  width:  92.33%;
  text-align: left;
  padding: 0.45em 1.5em;
  vertical-align: middle;
	

}
.section_room1 select {
	width: 100%;
	color: #676769;
	font-size: 1em;
	font-weight: 500;
	outline: none;
	background: #f7f7f7;
	border: none;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
	#top a,
.top a
{
	background: center center no-repeat transparent;
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);*/
	background-image: url(/images/smenu.png);
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 3px;
}
	.navigation {	
	display: none;
	}

	.morebanner {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 11px;
	margin-left: auto;
	min-width:150px;
	width:60%;
	
}
.morebanner img{
	width:100%
}
	.cc {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
	.btn-search {
		font-size:100%;
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	color: #FFF;
	white-space: nowrap;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.btn-search a:link {
	
	color: #FFF;
text-decoration: none;	
}
.btn-search a:hover {
	color: #FFF;
	text-decoration: none;	
}
.btn-search:hover {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #BBBBBB;
	background-attachment: scroll;
	background-color: #E17D01;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn-search .caret {
  border-top: 4px solid #FFF;
}
.bnr-right {
	width: 100%;
	/***
	height: 45px;
	line-height: 45px;
	***/	
}
	.wrap {
	width: 100%
}
	.col-sm-6{width:100%;
	min-width:300px;}
	.col-md-20{width:50%;
	min-width:200px;
	font-size:100%}
	.col-md-5{
	width:100%;
	min-width:300px}
		
	.youtube {
		display:none
}
	.submit input[type="text"] {
	width: 200px;
	color: #666;
	font-weight: 400;
	outline: none;
	font-size:100%;
	border: none;
	-webkit-appearance: none;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background-color: #E7DAE3;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family:Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€"
}
	
	.col-md-4{width:100%}
	.recent-grid{
	width: 100%;
	float: left;	
	height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #eee;
	box-shadow: 3px 3px 2px rgba(20%,20%,40%,0.1);
	min-width:320px;
	
}
	.col-md-009 {
		width:100%;
  }
.col-md-003 {
	display:none;
	
  }
  
  .whitebackground0 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
	overflow:hidden;
	
}
	.whitebackground {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 100px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
}
	.whitebackground1 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	/* -webkit-box-shadow: 0 0 3px; */
	-moz-box-shadow: 0 0 3px;
	/* box-shadow: 0 0 5px; */
	color: #999;
	height: 134px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width: 271px;
}
.whitebackground2 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 300px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px
}
	.clear {
	clear: both;
	display: block;
	height: 1px;
	/* [disabled]overflow: hidden; */
	/* [disabled]visibility: hidden; */
	width: 100%;
	}
	/* FscSearch_BankSub */   
 
  .fscode{
	  display:none}
  .fstitle{
	  display:none}
	.fsman{
	  display:none}
.fsleft {
	text-align: left;
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	background-color: #a41961;
	
}	
.fsright {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}	
  .fscode1 {
width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fstitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fsman1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fscode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.fstitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

.fsman_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
/* bstatistics_list */   
  
  .bcode{
	  display:none}
  .btitle{
	  display:none}
	.bdate{
	  display:none}
	
  .bcode1 {
	  display:none
}
.btitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.bdate1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.bcode_con {
	  display:none
}
.btitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

.bdate_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
	/* FscSearch_BankType */   
  .whitebackground3 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	/* -webkit-box-shadow: 0 0 3px; */
	-moz-box-shadow: 0 0 3px;
	/* box-shadow: 0 0 5px; */
	color: #999;
	/***height: 250px;***/
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width: 271px;
	overflow:hidden;
}
  .fcode{
	  display:none}
  .forganization_name{
	  display:none}
	.fadd{
	  display:none}
	  .ftel{
	  display:none}
	  .furl{
	  display:none}
  .fcode1 {
	width: 44%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.forganization_name1 {
	width: 44%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	min-height: 45px;
}
.fadd1 {
	width: 44%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	min-height: 60px;
}
.ftel1 {
	width: 44%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.furl1 {
	width: 44%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.fcode_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.forganization_name_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	line-height: 21px;
	min-height: 45px;
}
.furl_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border: 1px solid #BBBBBB;
}
.fadd_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	line-height: 20px;
	min-height: 60px;
}
.ftel_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
  
	/* FscSearch_BankMain */   
  .whitebackground5 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	/***height: 250px;***/
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
	overflow:hidden;
}
  .mcode{
	  display:none}
  .morganization_name{
	  display:none}
	.madd{
	  display:none}
	  .mtel{
	  display:none}
  .mcode1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.morganization_name1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.madd1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mtel1 {
	width: 25%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mcode_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.morganization_name_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.madd_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;

	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.mtel_con {
	width: 75%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
    
/* web32 Ã©â€¡â€˜Ã¨Å¾ÂÃ¦Â©Å¸Ã¦Â§â€¹Ã¦Â¶Ë†Ã¨Â²Â»Ã¨â‚¬â€¦Ã§â€Â³Ã¨Â¨Â´Ã¥Â°Ë†Ã§Â·Å¡ */   
  .whitebackground6 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	/***height: 250px;***/
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	/* min-width:400px; */
	overflow:hidden;
}
  .wcode{
	  display:none}
  .worganization_name{
	  display:none}
  .wdepartment{
	  display:none}
  .wtel{
	  display:none}
  .wfax{
	  display:none}
  .wemail{
	  display:none}	
  .wmanager_title{
	  display:none}	
  .wmanager_name{
	  display:none}	
  .wremark{
	  display:none}		  
  .wcode1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.worganization_name1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wdepartment1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wtel1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wfax1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wemail1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_title1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_name1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wremark1 {
	width: 100%;
	text-align: center;
	/* padding-left: 10px; */
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wcode_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.worganization_name_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

.wdepartment_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wtel_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
 .wfax_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wemail_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_title_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wmanager_name_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.wremark_con {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
    
  
  	/* bilingual_list */   
  .whitebackground7 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;	
	margin-right: 10px;
	margin-bottom: 11px;
	margin-left: 10px;
	min-width:400px;
overflow:hidden;
}
  .bicode{
	  display:none}
  .bich_name{
	  display:none}
	.bien_name{
	  display:none}
	  .bitype{
	  display:none}
	  .bisource{
	  display:none}
  .bicode1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bich_name1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
    
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bien_name1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bitype1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bisource1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;

}
.bicode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bich_name_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
	
}
.bien_name_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	
	border: 1px solid #BBBBBB;
}
.bitype_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;

	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	
}
.bisource_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}
  
  
  /* cyclopedia */
.whitebackground4 {
	background: #FFF;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px;
	-moz-box-shadow: 0 0 3px;
	box-shadow: 0 0 5px;
	color: #999;
	height: 200px;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 11px;
	/* [disabled]margin-left: 10px; */
	min-width: 400px
}
 .cycode{
	  display:none}
 .cytitle{
	  display:none}
 .cysouse{
	  display:none}
 .nature{
	  display:none}
.cycode1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cytitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cysouse1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;	
}
.nature1{
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cycode_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cytitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.cysouse_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.nature_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
 /* activity_list */ 
  .activitytype{
	  display:none}
  .start_date{
	  display:none}
	.activitytitle{
	  display:none}
	  .end_date{
	  display:none}
	   .place{
	  display:none}
	   .sign{
	  display:none}
   .activitytype1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.start_date1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytitle1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
    
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.end_date1 {
width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.place1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.sign1 {
	width: 30%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytype_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.start_date_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.activitytitle_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.end_date_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.place_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.sign_con {
	width: 70%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

		 /* download_list */ 
  .dcode{
	  display:none}
  .Publish_date{
	  display:none}
	.dtitle{
	  display:none}
	  .up_date{
	  display:none}
	   .times{
	  display:none}
	   .format{
	  display:none}
   .dcode1 {
	width: 23%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.Publish_date1 {
	width: 23%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.dtitle1 {
	width: 23%;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
    
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.up_date1 {
	width: 23%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.times1 {
	width: 23%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.format1 {
	width: 23%;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.dcode_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.Publish_date_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
}
.dtitle_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	margin-bottom:-9999px;padding-bottom:9999px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.up_date_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
}
.times_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border: 1px solid #BBBBBB;
}
.format_con {
	width: 68%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	height: 50px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
  

	.title {
		display:none;
	
}
.download {
	display:none;
	
}
.title1 {
	width: 26%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

.title_con {
	width: 74%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.download_con {
	width: 74%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border: 1px solid #BBBBBB;	
	height:50px;
}
.download1 {
	width: 26%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.ltitle {
display:none;	
}
 .ptitle {
	display:none;	
}
.pdate {
	display:none;		
}

.souse {
	display:none;		
}
.sort {
	display:none;	
}
 .code{
	  display:none}
  .organization_name{
	display: none;	
}
	.url{
	  display:none}
.code1 {
	width: 48%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}

.code_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.organization_name_con {
	width: 43%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size: 100%;
	border: 1px solid #BBBBBB;
	height:50px;
}
.organization_name1 {
	width: 48%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height:50px;
}
.url1 {
	width: 43%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #a41961;
	color: #FFF;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}

.url_con {
	width: 57%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	/* [disabled]background-color: #66F; */
	color: #333;
	font-size:100%;
	/* [disabled]margin-right: 1%; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}
.ptitle2 {
	width: 100%;	
	padding-top: 8px;
	padding-bottom: 8px;	
	color: #000;
	font-size: 17px;
	clear:both;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
.ptitle2,.ptitle2 a {
	width: 100%;	
	padding-top: 8px;
	padding-bottom: 8px;	
	color: #000;
	font-size: 17px;
	clear:both;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
 .ptitle1 {
	width: 100%;	
	text-align:left;
	padding-top: 8px;
	padding-bottom: 8px;	
	color: #000000;
	font-size: 17px;
	clear:both;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 5px;
}

.ptitle1 a:link, .ptitle1 a:visited {
	color: #000000;
}

.ptitle1 a:hover {
	color: #F90;
	text-decoration: none;
}	

.pdate1 {
	width: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left:10px;
	float: left;
	color: #000000;
	font-size:100%;
	
}

.souse1 {
	width: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	color: #000000;
	font-size:100%;
	margin-left:10px;
}
.sort1 {
	display:none;	
}
.img_f1 {	
	display: block;
	margin-top: 10px;	
	margin-bottom: 10px;	
	width:100%;
}
.img_f1 img {
	
	width:100%;	
}
.img_f2 {
	width: 100%;	
	display: block;
	margin-top: 10px;	
	margin-bottom: 10px;	
}
.img_f2 img {
	
	width:100%;	
}
.img_fr { float: right; margin: 1px 0 8px 20px }

	.page_content_right{
	color: #333333;	
	width:100%;	font-size:100%;
	line-height: 32px;
	
}
.page_content_left{
	color: #333333;
	
	width:100%;font-size:100%;
	line-height: 32px;
}.page_content_right img{
	width: 96%;
	max-width: 480px;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
	.flexslider1 ul.slides li .slide-cnt {
	font-size:100%;
	width: 100%;
	/* [disabled]background: url(images/slide-cnt.png) repeat 0 0; */
	position: absolute;
	top: 120px;
	padding-right: 26px;
	padding-left: 26px;
	background-color: #000;
	opacity: 0.7;
	white-space: pre;
	
}
	.flexslider1 ul.slides li {
	width: 100%;
	height: 180px;
	float: left;
	position: relative;
	overflow: hidden;
}
	.he_border1{
	width: 100%;
	height: 180px;
	padding: 0;
	margin: 0;
	/* [disabled]border: 1px solid #000; */
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	background-color: #660033;
}
.he_border1 .he_border1_img{
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
	overflow: hidden;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	/* [disabled]bottom: 0px; */
}
	.fatfooterA {display: none;}
	#top a,
.top a
{
	background: center center no-repeat transparent;
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);*/
	background-image: url(/images/smenu.png);
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 3px;
	z-index: 10;
}
	.post-item,
		.second .post {
			float: none;
			margin-right: 0;
			width: 100%;
		}
	ul.social-links {
	top: 70px;
	left: 10px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: x-small;
	position: absolute;
	z-index: 100;
	width: 100%;
	}

		ul.social-links li  {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}
			ul.social-links li a {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}
		
		ul.social-links li a:hover {
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none outside none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
		}		

		
		.navigation > ul {display: none;}
		
		.navigation .nav-responsive {display: inline-block;}
		
			
#header {
	width: 100%;
	/* [disabled]background-image: url(../images/bg00.jpg); */
	/* [disabled]background-repeat: repeat-x; */
	padding-right: 0;
	padding-top: 0px;
	padding-left: 0;
	height: 40px;
	/* [disabled]margin-bottom: 10px; */
	background-color: #FFF;
}
#header img {
	width: 100%;
}
	/* ---------------------------------------------------------------------- */
	/*	Layout
	/* ---------------------------------------------------------------------- */
	#content {
		float: none;
		width: 100%;
	}
	

	.container {
	width: 86%;
}

		/* -------------------------------------------------- */
		/*	Columns
		/* -------------------------------------------------- */

		.one-half,
		.one-third,
		.one-fourth,
		.two-third,
		.three-fourth {
			float: none;
			margin-right: 0;
		}

		.one-half,
		.one-third,
		.one-fourth,
		.two-third,
		.three-fourth {width: 86%;}
		
		.full-width > .one-fourth {
			float: left;
			width: 200px;
		}
		
	/* ---------------------------------------------------------------------- */
	/*	Header
	/* ---------------------------------------------------------------------- */
	
		#logo {
	float: left;
	display: block;
	/* [disabled]text-align: center; */
		}
			
		/* -------------------------------------------------- */
		/*	Main Navigation
		/* -------------------------------------------------- */
		
		.navigation {
	/* [disabled]padding-top: -10px; */
	/* [disabled]padding-right: 20px; */
	/* [disabled]padding-bottom: 0px; */
	/* [disabled]padding-left: 20px; */
	margin-top: 10px;
	/* [disabled]margin-right: 0px; */
	/* [disabled]margin-bottom: -10px; */
	/* [disabled]margin-left: 0px; */
}
		
		/* -------------------------------------------------- */
		/*	Respond
		/* -------------------------------------------------- */
		
		.contact-form input,
		#commentform input {
			width: 250px;
		}
		
	/* ---------------------------------------------------------------------- */
	/*	Header
	/* ---------------------------------------------------------------------- */
		
		/* -------------------------------------------------- */
		/*	Layout
		/* -------------------------------------------------- */

		#content .one-fourth {width: 420px;}
		
	/* ---------------------------------------------------------------------- */
	/*	Portfolio
	/* ---------------------------------------------------------------------- */
		
		#portfolio-items article {width: 200px;}
		
			#portfolio-items article img {width: 200px;}
			
		#sidebar {
	width: 100%;
	float: right;
}
	
		
}

	/* ---------------------------------------------------------------------- */
	/*	Keyframes
	/* ---------------------------------------------------------------------- */

	@-webkit-keyframes move {
		0% {
			-moz-transform: scale(0);
		}
		100% {
			-moz-transform: scale(1);
		}
	}
	
	@-moz-keyframes move {
		0% {
			-moz-transform: scale(0);
		}
		100% {
			-moz-transform: scale(1);
		}
	}
	
	@keyframes move {
		0% {
			-moz-transform: scale(0);
		}
		100% {
			-moz-transform: scale(1);
		}
	}

.control_panel {
	position: fixed;
	z-index: 99;
	zoom: 1;
	top: 260px;
	left: 13px;
}

	.control_panel ul {
		padding: 4px;
		background-color: #fff;
	}
	
	.not-ie .control_panel ul {
		-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
			-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
				box-shadow: 0 0 7px rgba(0,0,0,.1);	
	}
	
		.control_panel ul li {margin-top: 3px;}

		.control_panel ul li:first-child {margin-top: 0;}

			.control_panel ul a {
				display: block;
				width: 38px;
				height: 38px;
				border: 1px solid transparent;
			}
			
			.control_panel li.active a {border-color: #000;}

			.control_panel .style-1 {background-color: #17517a;}
			.control_panel .style-2 {background-color: #9f1010;}
			.control_panel .style-3 {background-color: #2a7313;}
			.control_panel .style-4 {background-color: #eba505;}

			.control_panel .style-5,
			.control_panel .style-6 {
				background-image: url(../images/sprite-style.png);
				background-position: 0 0;
				background-repeat: no-repeat;
			}

			.control_panel .style-6 {background-position: 0 bottom;}
.newstd{
	background-position: 0 bottom;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding: 5px;
}

.flickr-widget {margin-right: -6px}

.flickr-widget a {
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 3px solid #6b6b6b;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flickr-widget img {display: block;width: 100%;}
.flickr-widget a:hover {border-color: #c0c0c0;}

/*================================================= */
/* #Media Queries
================================================== */
	/* Desktop 960 */
	@media all and (min-width: 801px) {
		
		.flexslider.home {
	height: 332px;
}
		.flexslider {min-height: 1px;}
		.flexslider.blog {height: auto;}
		#portfolio-wrapper {min-height: 600px;}
	} 
	
	/* Smaller than standard 960 (devices and browsers) */
	
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	

	/* All Mobile Sizes (devices and browser) */
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	
.readmore {
	/* [disabled]background-image: url(../images/1.png); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]height: 37px; */
	/* [disabled]width: 200px; */
	padding-top: 30px;
	/* [disabled]padding-left: 15px; */
	font-family: 'Adamina', serif;
	font-size:100%;
	color: #000;
	font-weight: bold;
}
.readmore a {
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 14px;
	color: #000;
}
/* ------------12Ã§Â´Å¡Ã¥Â­â€”------------ */
.fatfooter {
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 85%;
	color: #9c9c9c;
	text-decoration: none;
	line-height: 1.5;
}
.fatfooter,.fatfooter a:link,.fatfooter a:visited{color:#2E2E2E;text-decoration:none;}
.fatfooter a:hover{color: #FF6600;text-decoration: underline;}
.fatfooterb {
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 100%;
	color: #2E2E2E;
	text-decoration: none;
	line-height: 1.5;
	padding-bottom: 6px;
	font-weight: bold;
	/* [disabled]margin-bottom: 5px; */
}
.fatfooterb,.fatfooterb a:link,.fatfooterb a:visited {
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size: 100%;
	color: #065cc7;
	text-decoration: none;
	line-height: 1.5;
	padding-bottom: 6px;
	border-bottom-color: #FFF;
	font-weight: bold;
	margin-bottom: 10px
}
.fatfooterA {
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	color: #9c9c9c;
	text-decoration: none;
	line-height: 1.5;
	padding-bottom: 10px;
	font-weight: bold;
	background-color: #eee;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
/* nav_menu */

.nav .list li{float:left;}
.nav .list a{float:left;display:block;width:125px;height:42px;text-align:center;font:bold 13px/36px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";color:#fff;}
.nav .list a:hover{color:#FFA304;}
.nav .list a:hover,.nav .list .now{color:#F00;background:#fff;}
.nav .box{
	position: absolute;
	left: -5px;
	top: 100%;
	width: 100%;
	background: #eee;
	overflow: hidden;
	height: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	border-bottom: 2px solid #074c52;
	z-index: 1000;
}
.nav .cont{position:relative;padding:25px 0 0px 24px;}
/*Ã¦â€¡Â¸Ã¥ÂÅ“*/


.he_border1:hover .he_border1_img{
	position: absolute;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .6;
	height: 100%;
	width: 100%;
}
.he_border1 .he_border1_caption{color:#fff;padding:0;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border1 .he_border1_caption::before,.he_border1 .he_border1_caption::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.he_border1 .he_border1_caption::before{top:8%;right:10%;bottom:8%;left:10%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}
.he_border1 .he_border1_caption::after{top:8%;right:10%;bottom:8%;left:10%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.he_border1:hover .he_border1_caption::before,.he_border1:hover .he_border1_caption::after{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);	
}
.he_border1 .he_border1_caption,.he_border1 .he_border1_caption > a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	z-index: 90;
}
.he_border1 .he_border1_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:1}
.he_border1 .he_border1_caption_p{
	font-size: 100%;
	text-align: center;
	width: 80%;
	position: absolute;
	top: 60%;
	left: 10%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	opacity: 0
}
.he_border1:hover .he_border1_caption_p{
	top: 45%;
	opacity: 1;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-weight: bold;
	color: #FFF;
}



.he_border2{background:#fe7253;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border2 .he_border2_img{display:block;width:100%;padding:0;margin:0;position:relative;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border2:hover .he_border2_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.6}
.he_border2 .he_border2_caption{color:#fff;padding:0;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border2 .he_border2_caption::before,.he_border2 .he_border2_caption::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.he_border2 .he_border2_caption::before{top:14%;right:5%;bottom:14%;left:5%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}
.he_border2 .he_border2_caption::after{top:8%;right:10%;bottom:8%;left:10%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.he_border2:hover .he_border2_caption::before,.he_border2:hover .he_border2_caption::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.he_border2 .he_border2_caption,.he_border2 .he_border2_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden; z-index:1000}
.he_border2 .he_border2_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:1}
.he_border2 .he_border2_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:60%;left:10%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;opacity:0}
.he_border2:hover .he_border2_caption_p{top:45%;opacity:1}


/*.he_border3{background:#fe7253;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border3 .he_border3_img{display:block;width:100%;padding:0;margin:0;position:relative;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border3:hover .he_border3_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.6}
.he_border3 .he_border3_caption{color:#fff;padding:0;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border3 .he_border3_caption::before,.he_border3 .he_border3_caption::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.he_border3 .he_border3_caption::before{top:14%;right:25%;bottom:14%;left:25%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.he_border3 .he_border3_caption::after{top:25%;right:10%;bottom:25%;left:10%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.he_border3:hover .he_border3_caption::before,.he_border3:hover .he_border3_caption::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.he_border3 .he_border3_caption,.he_border3 .he_border3_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden; z-index:1000}
.he_border3 .he_border3_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:1}
.he_border3 .he_border3_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:60%;left:10%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;opacity:0}
.he_border3:hover .he_border3_caption_p{top:45%;opacity:1}*/

.he_border4{background:#000000;width:100%;height:226px;padding:0;margin:0;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border4 .he_border4_img{
 display: block;
 width: 100%;
 padding: 0;
 margin: 0;
 position: relative;
 opacity: 1;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 -ms-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
 overflow: hidden;
 height: 100%;
}
.he_border4:hover .he_border4_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.6}
.he_border4 .he_border4_caption{color:#fff;padding:0;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border4 .he_border4_caption::before,.he_border4 .he_border4_caption::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.he_border4 .he_border4_caption::before{top:8%;right:10%;bottom:8%;left:10%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}
.he_border4 .he_border4_caption::after{top:8%;right:10%;bottom:8%;left:10%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.he_border4:hover .he_border4_caption::before,.he_border4:hover .he_border4_caption::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.he_border4 .he_border4_caption,.he_border4 .he_border4_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden; z-index:900}
.he_border4 .he_border4_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:1}
.he_border4 .he_border4_caption_p{
font-size: 18px;
	text-align: center;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	opacity: 0
}
.he_border4:hover .he_border4_caption_p{
	top: 35%;
	opacity: 1;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-weight: bold;
	color: #FFF;
}

.he_3DFlipX{display:block;width:360px;height:240px;overflow:hidden;padding:0;margin:0;border:0;position:relative;box-sizing:border-box;-webkit-perspective:1700px;-moz-perspective:1700px;perspective:1700px;-webkit-perspective-origin:50% 50%;-moz-perspective-origin:50% 50%;perspective-origin:50% 50%}
.he_3DFlipX_inner{width:100%;height:100%;padding:0;margin:0;position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}
.he_3DFlipX_inner div.he_3DFlipX_img{backface-visibility:hidden;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.he_3DFlipX_inner:hover > div.he_3DFlipX_img{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);transform:rotateX(180deg)}.he_3DFlipX_inner > div img{max-width:100%;padding:0;margin:0;display:block;position:relative}
.he_3DFlipX_caption{position:absolute;top:0;left:0;padding:0;background:#fe7253;color:#fff;height:100%;width:100%;padding:0;margin:0;opacity:0;background-color:#fe7253;text-align:center;backface-visibility:hidden;-webkit-transform:rotateX(-180deg);-moz-transform:rotateX(-180deg);transform:rotateX(-180deg);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.he_3DFlipX_inner:hover .he_3DFlipX_caption{opacity:1;-webkit-transform:rotateX(0);-moz-transform:rotateX(0);transform:rotateX(0)}
.he_3DFlipX_caption h3{font-size:1.3em;font-weight:700;text-align:center;width:100%;position:absolute;top:25%;left:5px;margin:0;padding:0;color:#fff}
.he_3DFlipX_caption p{font-size:1em;text-align:center;width:100%;position:absolute;top:45%;left:5px;margin:0;padding:0;color:#fff}
.he_3DFlipX a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0}


.he_3DFlipY{display:block;width:360px;height:240px;overflow:hidden;padding:0;margin:0;border:0;position:relative;box-sizing:border-box;cursor:pointer;-webkit-perspective:1700px;-moz-perspective:1700px;perspective:1700px;-webkit-perspective-origin:50% 50%;-moz-perspective-origin:50% 50%;perspective-origin:50% 50%}
.he_3DFlipY_inner{width:100%;height:100%;padding:0;margin:0;position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}
.he_3DFlipY_inner > div.he_3DFlipY_img{backface-visibility:hidden;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.he_3DFlipY_inner:hover > div.he_3DFlipY_img{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}.he_3DFlipY_inner > div img{max-width:100%;padding:0;margin:0;display:block;position:relative}
.he_3DFlipY_caption{position:absolute;top:0;left:0;padding:0;background:#fe7253;color:#fff;height:100%;width:100%;padding:0;margin:0;opacity:0;background-color:#fe7253;text-align:center;backface-visibility:hidden;-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.he_3DFlipY_inner:hover .he_3DFlipY_caption{opacity:1;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0)}
.he_3DFlipY_caption h3{font-size:1.3em;font-weight:700;text-align:center;width:100%;position:absolute;top:25%;left:5px;margin:0;padding:0;color:#fff}
.he_3DFlipY_caption p{font-size:1em;text-align:center;width:100%;position:absolute;top:45%;left:5px;margin:0;padding:0;color:#fff}
.he_3DFlipY a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0}

.he_ZoomInImg{background:#fe7253;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg .he_ZoomInImg_img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg:hover .he_ZoomInImg_img{opacity:.7;-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-o-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}
.he_ZoomInImg .he_ZoomInImg_caption{color:#fff;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg .he_ZoomInImg_caption,.he_ZoomInImg .he_ZoomInImg_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg .he_ZoomInImg_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:.8}.he_ZoomInImg:hover .he_ZoomInImg_caption_h{color:#fff;opacity:1}
.he_ZoomInImg .he_ZoomInImg_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:45%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_ZoomInImg:hover .he_ZoomInImg_caption_p{color:#fff;opacity:1}

.he_ZoomOutImg{background:#fe7253;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomOutImg .he_ZoomOutImg_img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-o-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}
.he_ZoomOutImg:hover .he_ZoomOutImg_img{opacity:.7;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.he_ZoomOutImg .he_ZoomOutImg_caption{color:#fff;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomOutImg .he_ZoomOutImg_caption,.he_ZoomOutImg .he_ZoomOutImg_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomOutImg .he_ZoomOutImg_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:.8}
.he_ZoomOutImg:hover .he_ZoomOutImg_caption_h{color:#fff;opacity:1}
.he_ZoomOutImg .he_ZoomOutImg_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:45%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_ZoomOutImg:hover .he_ZoomOutImg_caption_p{color:#fff;opacity:1}

.he_slideCaptionDown{background:#fe7253;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_caption{color:#fff;background:rgba(0,0,0,0.9);-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption{background:rgba(254,114,83,.8);-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.he_slideCaptionDown .he_slideCaptionDown_caption,.he_slideCaptionDown .he_slideCaptionDown_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideCaptionDown .he_slideCaptionDown_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:-50%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:0}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_h{color:#fff;top:25%;opacity:1}
.he_slideCaptionDown .he_slideCaptionDown_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:-50%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p{color:#fff;top:45%;opacity:1}

.he_slideAllDown{background:#fe7253;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideAllDown .he_slideAllDown_img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:.9;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideAllDown:hover .he_slideAllDown_img{opacity:1;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.he_slideAllDown .he_slideAllDown_caption{color:#fff;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideAllDown .he_slideAllDown_caption,.he_slideAllDown .he_slideAllDown_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_slideAllDown .he_slideAllDown_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:-50%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:0}
.he_slideAllDown:hover .he_slideAllDown_caption_h{color:#fff;top:25%;opacity:1}
.he_slideAllDown .he_slideAllDown_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:-50%;left:10%;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out;overflow:hidden;opacity:0}
.he_slideAllDown:hover .he_slideAllDown_caption_p{color:#fff;top:45%;opacity:1}
a.more {
	display: inline-block;
	text-decoration: none;
	margin-top: 15px;
	color: #fff;
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: url(../images/templatemo_more.png);-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
}
.more1 {
	display: inline-block;
	text-decoration: none;
	margin-top: 5px;
	color: #870a36;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: right;
	margin-right: 25px;
	background-color: #fff;
	border: 1px solid #ffb902;
	font-family: "Adobe Ã©Â»â€˜Ã¤Â½â€œ Std R";
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	background-image: url(../images/arr2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.more1:focus,.more1:active:focus,.more1.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.more1:active,.more1.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.more1.disabled,.more1[disabled],fieldset[disabled] .more1{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
.more1:hover,.more1:focus{
	background-image: url(../images/arr3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
div.bc_box {
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #e0e0e0;
	margin-left:auto;
	margin-right:auto;
}
div.breadcrumbs {
	/* [disabled]margin-bottom: 40px; */
}
ul.bc_list {
	height: 34px;
}
ul.bc_list li {
	float: left;
	position: relative;
	margin: 0 20px;
	font-family:Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€"
}
ul.bc_list li a:link, ul.bc_list li a:visited {
	/***color: #DB5154;***/
	color: #333;
	font-size: 100%;
	text-decoration: none;
}
ul.bc_list li a:hover {
	color: #F90;
	text-decoration: none;
}

	ul.bc_list li:first-child {
		margin-left: 0;
	}
	ul.bc_list li::after {
		float: left;
		position: absolute;
		top: 0;
		right: -25px;
		content: '';
		display: block;
		width: 10px;
		height: 34px;
		background: url("../images/bc_sep.png");
	}
ul.bc_list li a {
	font-size: 100%;
	line-height: 35px;
}
 .container                                  {
	position: relative;
	width: 100%;
	/* [disabled]margin: 0 auto; */
	padding: 0;
}
.sixteen.columns                 {
	width: 100%;
	margin-bottom: 20px;
}
div.separator {	
	 background-image: url(../images/sep_bg.png);
	 background-repeat: repeat-x;
	 background-position: 0 bottom;
}
div.separator h2 {
	 color: #333333;
	 margin-bottom: 0;
	 line-height: 25px;
	 display: inline-block;
	 float: left;
	 font-size: 150%;
	 border-bottom-width: 5px;
	 border-bottom-style: solid;
	 border-bottom-color: #660033;
	 padding: 0 10px 10px 10px;
	 /* [disabled]height: 25px; */
}
div.separator h4 {
	color: #333333;
	margin-bottom: 0;
	line-height: 25px;
	padding-top: 20px;
	display: inline-block;
	float: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #660033;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 25px;
}
.org{
	color:#C09138}
.page_content{
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 20px;
	/* [disabled]text-align: center; */
}
.acces{	
	padding-left: 24px;	
}
.acces p{
	float:left;
	padding-right:8px;
	color: #333333;
	font-size:100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 20px;
	list-style-type: none;
	background-image: url(/pubprogram/upload/img/clip.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
}
.acces p a:link, .acces p a:visited{
	float:left;
	padding-right:8px;
	color: #333333;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
}
.acces p a:hover{
	color: #F90;
	text-decoration: none;
}

.link{	
	padding-left: 10px;	
}
.app{
	/* [disabled]padding-left: 24px; */
	height: 39px;
	width: 39px;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
}
.link li{
	color: #333333;
	font-size:100%;
	line-height: 26px;
	text-decoration: none;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(/pubprogram/upload/img/link.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
}
.link li a:link, .link li a:visited {
	color: #333333;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
	padding-left: 3px;
}

.link li a:hover {
	color: #F90;
	text-decoration: none;
}

.wmv{	
	padding-left: 24px;	
}
.wmv li {
	color: #333333;
	font-size: 100%;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
	background-image: url(/pubprogram/upload/img/wmv.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}
.wmv li a:link, .wmv li a:visited {
	color: #333333;
	font-size: 15px;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 7px;
	list-style-type: none;
	padding-left: 20px;
}
.wmv li a:hover {
	color: #F90;
	text-decoration: none;
}

.btn {
	border: 1px solid #4f8db3;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	color: #FFF;
	white-space: nowrap;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn:hover {
	color: #666;
	text-decoration: none;
	border: 1px solid #3b3c41;
	background-attachment: scroll;
	background-color: #6600CC;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.btn .caret {
  border-top: 4px solid #FFF;
}

.menu_box{
	font-family: 'Audiowide', cursive;
}
ul.nav{
	padding: 14px 0;
	list-style: none;
	text-decoration: none;
	background-color: #941B45;
}
ul.nav li:hover {
	background:#333;
	color:#fff;
}
ul.nav li a{
	color: #fff;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}
ul.nav li a:hover{
	color:#333;
	text-decoration:none;
}


.col-md-001 {
	width: 100%;
	margin-bottom: 15px;
	vertical-align: middle;
}
/*
.col-md-005 {
	width: 450px;
	margin-bottom: 30px;
}
*/
.col-md-004 {
	width: 100%;
	margin-bottom: 10px;
}
.col-md-1 {
	width: 100%;
	margin-bottom: 30px;
	/* [disabled]text-align: center; */
}
.col-md-7 {
	width: 88%;
	float: left;
	margin-bottom: 15px;
}
.col-md-2 {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	/***line-height: 45px;***/
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.submit input[type="button"] {
	min-width: 100px;
	border: 1px solid #c86364;
	outline: none;
	color: #FFF;
	font-size:100%;
	font-weight: 500;
	margin: 0 0 0 10px;
	-webkit-appearance: none;
	text-transform: uppercase;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	background-color: #cf4647;
	background-image: none;
}
.submit input[type="button"]:hover{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #fff;
	background-color: #9e2c2d;
}
.col-md-4,.col-sm-6,.col-md-5{position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.col-md-4,.col-sm-6,.col-md-5{float:left}



/*--------------------------------------------------------------------------
+	Portfolio Style
--------------------------------------------------------------------------*/
.portfolio-item {
  position: relative;
  background: #FFF;
  margin-bottom: 20px;
  border: 8px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: #c8cfe6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.portfolio-item .portfolio-image {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.portfolio-item .portfolio-image img {
  max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.portfolio-item:hover {
	/* [disabled]border: 8px solid #4f8db3; */
}
.portfolio-item:hover .portfolio-image img {
  position: relative;
  -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
.portfolio-item ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
  padding: 0;
}
.portfolio-item ul li {
  line-height: 28px;
}
.portfolio-item .portfolio-project-name {
  font-size: 1.3em;
  text-transform: uppercase;
}
.portfolio-item .read-more {
  text-align: center;
  padding-top: 10px;
}
.portfolio-item .portfolio-info-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 2px 2px 4px #000000;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.portfolio-item .portfolio-info-fade ul {
  margin-top: 10%;
}
.portfolio-item .portfolio-info-fade .btn:hover {
	background-color: #FFFFFF;
}
.portfolio-item .portfolio-info-fade ul {
  margin: 10% 20px 0 20px;
  padding: 0;
}
.portfolio-item .portfolio-info-fade ul li {
  text-align: center;
  font-size:16px;
}
.portfolio-item .portfolio-info-fade ul li:first-child {
  border-bottom: 1px solid #CCC;
 
}
.portfolio-item:hover .portfolio-info-fade {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lt-ie9 .portfolio-info-fade {
  display: none;
}
.lt-ie9 .portfolio-item:hover .portfolio-info-fade {
  display: block;
}
.portfolio-visit-btn {
  padding-top: 15px;
}
.portfolio-item-description ul {
  padding: 0;
}
.date {
	background: url(../images/date-icon.png) no-repeat 95.5% 45% #fff;
	cursor: pointer;
}

.bnr-right input[type="text"] {
	width: 60%;
	color: #9E9E9E;
	outline: none;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	font-size:100%;
	padding: 8px 8px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 1%;
	
}
.ep select {
	padding: 4px 0px 4px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	color: #9E9E9E;
	background: url(../images/arrow.png) no-repeat 95.5% 58% #fff;
	outline: none;
	border: 1px solid #999;
	width: 140px;
	font-size: 100%;
	font-weight: 400;
	cursor: pointer;
	
}
.ep input[type="text"] {
	padding: 6px 0px 6px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	color: #9E9E9E;	
	outline: none;
	border: 1px solid #999;
	width: 150px;
	font-size: 100%;
	font-weight: 400;
	cursor: pointer;
	
}

.ep input[type="submit"] {
	width: 100px;
	border: 1px solid #EEEE00;
	outline: none;
	color: #FFF;
	font-size:100%;
	font-weight: 500;
	margin: 0;
	-webkit-appearance: none;
	text-transform: uppercase;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	background-color: #60F;
	background-image: none;
}
.ep input[type="submit"]:hover{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #fff;
	background-color: #0080FF;
}
.qa select {
	padding: 5px 0px 5px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	color: #9E9E9E;
	background: url(../images/arrow.png) no-repeat 95.5% 58% #fff;
	outline: none;
	border: 1px solid #999;
	min-width: 120px;
	font-size: 90%;
	font-weight: 400;
	cursor: pointer;
	
}
.qa input[type="text"] {
	padding: 9px 0px 9px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	color: #9E9E9E;
	outline: none;
	border: 1px solid #999;
	width: 150px;
	font-size: 100%;
	font-weight: 400;
	cursor: pointer;
	
}

.qa input[type="submit"] {
	width: 100px;
	border: 1px solid #EEEE00;
	outline: none;
	color: #FFF;
	font-size:100%;
	font-weight: 500;
	margin: 0;
	-webkit-appearance: none;
	text-transform: uppercase;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	background-color:  #cf4647;
	background-image: none;
}
.qa input[type="submit"]:hover{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #fff;
	background-color:  #9e2c2d;
}
.qa input[type="reset"] {
	width: 100px;
	border: 1px solid #EEEE00;
	outline: none;
	color: #FFF;
	font-size:100%;
	font-weight: 500;
	margin: 0;
	-webkit-appearance: none;
	text-transform: uppercase;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	background-color: #60F;
	background-image: none;
}
.qa input[type="reset"]:hover{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #fff;
	background-color: #0080FF;
}
.root{
	background-image: url(../images/root.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	}
	.sub{
	background-image: url(../images/sub.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	}

/*20191217*/
@media (max-width: 1050px) {
.search4{
	width: 400px;
}
}
@media (max-width: 959px) {
.search4{
	width: 90%;
	position: relative;
}
body .searcha3 {
	top: 150px !important;
}
#header {
	height: 110px;
}
h1 {
	margin:0;
	padding:0;
}
}
body .searcha3{
	position:absolute;
	top: 66px;
	right: 0px;
}
body .gsib_a {
	padding: 0 5px;
	top: -5px;
	position:relative;
}
@media (max-width: 1130px) {
ul.social-links {
	display:none;
}
}