<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************** etc ************************/
.iframe_border ,.img_border {
	border:#CCC 1px solid;
    position: relative;
	margin:0px;
	padding:0px;
    overflow: hidden;
	
}
.title_red {
	color:#ffffff;
    padding:5px 0 2px 10px;
	font-size:15px;
	font-weight: bold;
	margin-top: 0px;    
	margin-bottom: 10px;
	border-bottom:#ff9999 5px solid;
	background:#F00;
}
.title_orange {
	color:#ffffff;
    padding:5px 0 2px 10px;
	font-size:15px;
	font-weight: bold;
	margin-top: 0px;    
	margin-bottom: 10px;
	border-bottom:#ffc258 5px solid;
	background:#ffa200;
}
.title_yellow {
	color:#fff;
    padding:5px 0 2px 10px;
	font-size:15px;
	font-weight: bold;
	margin-top: 0px;    
	margin-bottom: 10px;
	border-bottom:#fdee8a 5px solid;
	background:#ffc000;
}

.title_green {
	color:#fff;
    padding:5px 0 2px 10px;
	font-size:15px;
	font-weight: bold;
	margin-top: 0px;    
	margin-bottom: 10px;
	border-bottom:#45be7e 5px solid;
	background:#007236;
}

.title_blue {
	color:#fff;
    padding:5px 0 2px 10px;
	font-size:15px;
	font-weight: bold;
	margin-top: 0px;    
	margin-bottom: 10px;
	border-bottom:#69b2e2 5px solid;
	background:#0072bc;
}

.title_pink {
	color:#fff;
    padding:5px 0 2px 10px;
	font-size:15px;
	font-weight: bold;
	margin-top: 0px;    
	margin-bottom: 10px;
	border-bottom:#ea77bb 5px solid;
	background:#ed008c;
}
.index_title_more {
	margin-top:1px;
	margin-right:10px;
	position:relative;
	float:right;
	color:#fff;
}
.title_green2 {
	color:#fff;
    padding:5px 0 2px 10px;
	font-size:15px;
	font-weight: bold;
	margin-top: 0px;    
	margin-bottom: 10px;
	border-bottom:#c0ff91 5px solid;
	background:#81d742;
}
/****************************can edit ****************************/
.canedit {position:relative; margin:0; padding:0; cursor:pointer;}
.canedit span {display:none}
.canedit:hover span {
	display:block;
	position:absolute;
	color:#fff;
	font-weight:bold;
	text-align:center;	
	background-color: rgba(0, 0, 0, 0.6);
	left:0px;
	top:0px;
	padding:5px;	
}

/********************** center *******************************/
.scroll {
	width:99%;
	display:block;
	padding:6px;
	margin:10px 0px;
	background-color:#f3f2f0;
	margin-bottom:5px;
}
.scroll img { vertical-align:middle ; padding:0px 10px}
.scroll a {
	color:#ffe955;
	text-decoration:none;
}


/********************** mylist *******************************/

.mylist ul {
	list-style:none;
	padding:0px;
	width:100%;
    margin:0px;
}
.mylist ul li {
	padding:7px 0px;
	border-bottom:#CCC 1px dotted;
}

.mylist ul li:hover {
	background:#f6f6f6;
}
.mylist a:hover {
	text-decoration:underline;
}

.mylist ul li img {
	margin-right:0px;
	vertical-align:middle;
}

/*************************** page *************************/

.page_content { width:100%; position:relative; }
.page_content img , .page_content table , .page_content iframe {
	max-width: 100%;
	}
/*
.page_content input[type="text"] , .page_content input[type="password"]{
	width:98%;
	font-size:13px;
	color:#3A3A3A;
	border:1px solid #CCC;
	background:#f9f9f9;
	padding:6px;
	outline:none;
	}
.page_content textarea {width:100%; height:100px;}

.page_content input[type="submit"],.page_content input[type="button"]{
    font-size:1em;
	padding:2px 5px;
	font-family: tahoma;
	background:#ffe955;
	color:#fff;
	text-decoration: none;
	border:none;
	cursor:pointer;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    border-radius: 5px;
}
.page_content input[type="submit"]:hover,.page_content input[type="button"]:hover{
	text-shadow: 0px 0px 1px #ffe955;
    background: #ffe955;
}
*/

/*************************** content-pagenation *************************/
.content-pagenation{
	padding:35px 0;
	text-align:center;
}
.content-pagenation ul , .content-pagenation li {
	list-style:none;
	padding:0;
	margin:0;
}

.content-pagenation li {
	display: inline-block;
}
.content-pagenation li a {
	color:#303030;
	font-size: 0.8em;
	font-family:tahoma;
	background: #FFF;
	padding: 10px 12px;
	box-shadow: 0px 0px 5px #ADADAD;
	-webkit-box-shadow: 0px 0px 2px #ADADAD;
	-moz-box-shadow: 0px 0px 2px #ADADAD;
	-o-box-shadow: 0px 0px 2px #ADADAD;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.content-pagenation li a:hover,.content-pagenation li.active a{
	background:#ffe955;
	color:#FFF;
}	

/**************************** table **************************/

.mytable {border-collapse:collapse;}
.mytable table, .mytable tr,.mytable td{border:#CECECE solid 1px;} 
.mytable tr:hover {background-color:#f3f3f3;}
.mytable a:hover {text-decoration:underline; color:#ffe955}
.mytable a {color:#ffe955}
.mytable td{padding:5px;vertical-align:middle;color:#ffe955;font-size:13px;}

.mytable2 {border-collapse:collapse;}
.mytable2 table, .mytable2 tr{border:#CECECE solid 1px;} 
.mytable2 a:hover {text-decoration:underline; color:#ffe955}
.mytable2 a {color:#ffe955}
.mytable2 td{padding:5px;}
.mytable2 div#bb {background-color:#f0f0f0;border:#CECECE solid 1px;padding:5px;margin:2px;color:#000}

.page_content table {border-collapse:collapse;}
.page_content table, .page_content tr,.page_content td{border-color:#CECECE;} 
.page_content tr:hover {background-color:#f3f3f3;}
.page_content td{padding:10px;vertical-align:middle;}

.mycontent_desc{
	clear:both;
    font-size:13.4px;
	letter-spacing:normal;
	line-height:24px;
}
 .mycontent-tabs-list h3{
	font-family: tahoma;
	font-size:13.4px;
	letter-spacing:normal;
	line-height:24px;
	color:#fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 10px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	background: #ffe955;
    margin-right: 5px;
    border-radius: 2px 2px 0 0;
}
.mycontent-tabs-list h3:hover {
	color: #fff;
    background-color: #000;
}
 .mycontent-tabs-container {
	border: 1px solid #ffe955;
    padding: 5px;
}
.mycontent-tabs-container a {
}
.mycontent-tabs-container a:hover {
    color:#ffe955;
}
.mycontent-tabs-container a {
}
.mycontent-tabs-container a:hover {
    color:#ffe955;
}
.mycontent-tabs-container table  {border-collapse:collapse;}
.mycontent-tabs-container td{padding:5px;}

/************************ event **************************/
.event {width:100%; display:block; margin:0; padding:0;}
.event_box { border-bottom:#CCC 1px dashed; padding:5px 0 10px 0;}
.event_box:hover {background:#f3f3f3;}
.event  a {font-weight:normal; color:#000; line-height:16px}
.event-date{width:40px;padding:10px 5px; float:left; margin-right:5px;}
.event-date .event-month{padding-left:0px;font-weight:400;font-size:12xp;text-transform:uppercase;display:block;text-align:center;}
.event-date .event-day{display:block;text-align:center;font-size:25px;color:#ffe955; line-height:26px;}
.timestamp { margin:0; padding:0;font-size:12px; font-weight:normal; font-style:italic;}

/************************ news col **************************/
.h2_title {
	color:#0072bc;
    padding:5px 0 5px 10px;
	font-size:15px;
	font-family: tahoma;
	font-weight: bold;
	margin-top: 0px;    
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom:#0072bc 1px dashed;
	border-top:#0072bc 2px solid;
}

.h2_title2 {
	color:#333;
    padding:5px 0 5px 10px;
	font-size:15px;
	font-family: tahoma;
	font-weight: bold;
	margin-top: 0px;    
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom:#999 1px dashed;
}

.news_col {
	position:relative;
	float:left;
	width:240px;
	padding:0px 5px;
	text-align:center;
	margin:0 auto;
	margin-bottom:10px;
}

.news_col  span {
	position:relative;
	display:block;
	color:#000;	
	text-align:center;
	padding:0px;
	height:50px;
}
.news_col:hover  span , .news_col:hover strong {
	color:#ffa200;
}

.news_img{
	position:relative;
	
}
.news_img img{
	width:230px;
	height:140px;
	border:#f0f0f0 5px solid;	
	/*box-shadow: 0px 12px 14px -10px #333;
	-webkit-box-shadow: 0px 12px 14px -10px #333;
	-moz-box-shadow: 0px 12px 14px -14px #333;
	-o-box-shadow: 0px 12px 14px -14px #333;*/
/*		-webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
		  */
}

.news_img span {
	position:absolute;
	color:#fff;
	left:5px;
	bottom:5px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align:center;
	width:220px;
	padding:5px;
}

.news_img div {
	position:absolute;
	color:#fff;
	right:5px;
	top:5px;
	padding:5px 5px;
	font-size:9px;
	background-color: rgba(0, 0, 0, 0.3);
}

.news_detail{
	background:#eeefef;
	padding:10px 10px;
	height:50px;
	text-align:left;
	text-align:center
	
	
}
.news_col:hover .news_img img{
	border:#ffe955 5px solid;
	-khtml-opacity:.70; 
 -moz-opacity:.70; 
 -ms-filter:"alpha(opacity=70)";
  filter:alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity:.70;
}

.news_col_big {
	position:relative;
	float:left;
	width:240px;
	padding:0px 5px;
	text-align:center;
	margin:0 auto;
	margin-bottom:10px;
}
.news_img_big{
	position:relative;
	
}
.news_img_big img{
	width:230px;
	height:230px;
	border:#f0f0f0 5px solid;	
}

.news_img_big span {
	position:absolute;
	color:#FFF;
	left:5px;
	bottom:5px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align:center;
	width:220px;
	padding:5px;
}

.news_detail_big{
	background:#eeefef;
	padding:10px 10px;
	text-align:left;
	
	
}

.news_col_big:hover .news_img_big img{
	border:#ffe955 5px solid;
	-khtml-opacity:.70; 
 -moz-opacity:.70; 
 -ms-filter:"alpha(opacity=70)";
  filter:alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity:.70;
}


.news_col2 {
	position:relative;
	float:left;
	width:100%;
	padding:5px 0px;
	margin:0px 0px 15px 0px;;
	border-bottom:#CCC 1px dotted;
}

.news_img2 img{
	position:relative;
	margin:0 5px 5px 0;
	float:left;
	width:100px;
	height:80px;
	border:#f0f0f0 5px solid;	
	/*box-shadow: 0px 12px 14px -10px #333;
	-webkit-box-shadow: 0px 12px 14px -10px #333;
	-moz-box-shadow: 0px 12px 14px -14px #333;
	-o-box-shadow: 0px 12px 14px -14px #333;*/	

}


.news_detail2{
	padding:0;
	height:80px;
}


.news_col2:hover .news_img2 img {
	border:#ffe955 5px solid;
	-khtml-opacity:.70; 
 -moz-opacity:.70; 
 -ms-filter:"alpha(opacity=70)";
  filter:alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity:.70;
}

.news_col2:hover {
	background:#f6f6f6;
}


.news_col3 {
	position:relative;
	float:left;
	width:125px;
	padding:0px 5px;
	text-align:center;
	margin:0 auto;
	margin-bottom:10px;
}
.news_img3{
	position:relative;
	
}
.news_img3 img{
	width:115px;
	height:100px;
	border:#f0f0f0 5px solid;	
	/*box-shadow: 0px 12px 14px -10px #333;
	-webkit-box-shadow: 0px 12px 14px -10px #333;
	-moz-box-shadow: 0px 12px 14px -14px #333;
	-o-box-shadow: 0px 12px 14px -14px #333;*/
/*		-webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
		  */
}

.news_img3 span {
	position:absolute;
	color:#FFF;
	font-weight:bold;
	left:5px;
	bottom:5px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align:center;
	width:105px;
	padding:5px;
}




.news_col3:hover .news_img3 img{
	border:#ffe955 5px solid;
	-khtml-opacity:.70; 
 -moz-opacity:.70; 
 -ms-filter:"alpha(opacity=70)";
  filter:alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity:.70;
}

.news_col4 {
	position:relative;
	float:left;
	width:100%;
	padding:5px 0px;
	margin:0px 0px 15px 0px;;
	border-bottom:#CCC 1px dotted;
}

.news_img4 img{
	position:relative;
	margin:0 10px 5px 10px;
	float:left;
	width:180px;
	height:100px;
	border:#f0f0f0 5px solid;	
	/*box-shadow: 0px 12px 14px -10px #333;
	-webkit-box-shadow: 0px 12px 14px -10px #333;
	-moz-box-shadow: 0px 12px 14px -14px #333;
	-o-box-shadow: 0px 12px 14px -14px #333;*/	

}


.news_detail4{
	padding:0;
	height:120px;
}


.news_col4:hover .news_img4 img {
	border:#ffe955 5px solid;
	-khtml-opacity:.70; 
 -moz-opacity:.70; 
 -ms-filter:"alpha(opacity=70)";
  filter:alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity:.70;
}

.news_col4:hover {
	background:#f6f6f6;
}



.news_col4_s {
	position:relative;
	float:left;
	width:100%;
	padding:5px 0px;
	margin:0px;
	border-bottom:#CCC 1px dotted;
}

.news_img4_s img{
	position:relative;
	margin:0 10px 5px 10px;
	float:left;
	width:80px;
	height:80px;
	border:#f0f0f0 5px solid;	

}


.news_detail4_s{
	padding:0;
	height:90px;
}


.news_col4_s:hover .news_img4_s img {
	border:#ffe955 5px solid;
	-khtml-opacity:.70; 
 -moz-opacity:.70; 
 -ms-filter:"alpha(opacity=70)";
  filter:alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity:.70;
}

.news_col4_ss {
	position:relative;
	float:left;
	width:49%;
	padding:5px 0px;
	margin:0px;
	border-bottom:#CCC 1px dotted;
}
.news_img4_ss img{
	position:relative;
	margin:0 10px 5px 10px;
	float:left;
	width:80px;
	height:80px;
	border:#f0f0f0 5px solid;	

}


.news_detail4_ss{
	padding:0;
	height:90px;
}


.news_col4_ss:hover .news_img4_ss img {
	border:#ffe955 5px solid;
	-khtml-opacity:.70; 
 -moz-opacity:.70; 
 -ms-filter:"alpha(opacity=70)";
  filter:alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity:.70;
}


.market_col {
	position:relative;
	float:left;
	width:205px;
	padding:0px 5px;
	text-align:center;
	margin:0 auto;
	margin-bottom:10px;
}
.market_img{
	position:relative;
	width:195px;
	height:195px;
	position:relative;
    overflow:hidden;
	border:#f0f0f0 5px solid;
	
}
.market_img img{
	position:absolute;
	width:195px;
	height:auto;
	top:0px;
	left:0;
}

.market_img span {
	position:absolute;
	color:#FFF;
	left:0px;
	bottom:0px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align:center;
	width:185px;
	padding:5px;
}
.market_img div , .market_img2 div , .market_img2_pin div {
	position:absolute;
	color:#fff;
	right:0px;
	top:0px;
	padding:5px 5px;
	font-size:9px;
	background-color: rgba(0, 0, 0, 0.2);
}

.market_detail{
	background:#eeefef;
	padding:5px 5px;
	text-align:center;
	
	
}
.market_col:hover .market_img{
	border:#ffe955 5px solid;
	-khtml-opacity:.70; 
 -moz-opacity:.70; 
 -ms-filter:"alpha(opacity=70)";
  filter:alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity:.70;
}



.market_col2 {
	position:relative;
	float:left;
	width:230px;
	padding:0px 10px;
	text-align:center;
	margin:0 auto;
	margin-bottom:10px;
}
.market_img2 , .market_img2_pin{
	position:relative;
	width:220px;
	height:180px;
	position:relative;
    overflow:hidden;
	border:#f0f0f0 5px solid;
	
}
.market_img2 img , .market_img2_pin img{
	position:absolute;
	width:220px;
	height:auto;
	top:0;
	left:0;
}

.market_img2 span {
	position:absolute;
	color:#FFF;
	left:0px;
	bottom:0px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align:center;
	width:210px;
	padding:5px;
}
.market_img2_pin span {
	position:absolute;
	color:#000;
	left:0px;
	bottom:0px;
	background-color: rgba(255, 233, 85, 0.9);
	text-align:center;
	width:210px;
	padding:5px;
}

.market_detail2{
	background:#eeefef;
	padding:5px 5px;
	text-align:center;
	
	
}
.market_col2:hover .market_img2 {
	border:#ffe955 5px solid;
	-khtml-opacity:.70; 
 -moz-opacity:.70; 
 -ms-filter:"alpha(opacity=70)";
  filter:alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity:.70;
}

 .market_img2_pin{
	border:#ffe955 5px solid;	
}



@media screen and (max-width: 1024px) {
	.news_col ,.market_col,.market_col2 { width:48%; padding:0 2px;  }	
	.news_img span {width:95%; }	
	.news_col  span {height:60px;}
	.news_detail{height:60px;}
	 .news_col_big ,.news_col2 ,.news_col3 , .news_col4 , .news_col4_s, .news_col4_ss { width:100%; padding:0; }	
	.news_img_big span , .news_img2 span , .news_img3 span , .news_img4 span , .news_img4_s span , .news_img4_ss span  {width:95%;}	
	.news_img img , .news_img_big img , .news_img2 img , .news_img3 img , .news_img4 img  {width:95%; height:auto;}
	.market_img img ,  .market_img2 img , .market_img2_pin img {width:100%; height:auto;}
	.market_img , .market_img2, .market_img2_pin, .market_img span , .market_img2 span , .market_img2_pin span{ width:97%;}
	.news_detail4 , .news_detail4_s , .news_detail4_ss{ height:auto}
}

/****************************** form ******************************/
.note-red { color:#F00; font-weight:bold; }
.form-style-1 {
    margin:0px auto;
    width: 95%;
    padding: 0px;
    font-size: 13px;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}

.form-style-1 .field-short{
    width: 49%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #ffe955;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #000;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}

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