<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body {
	margin: 0;
	padding: 0;
	line-height: 120%;
	font-size: 1em;
	font-family:Arial ,"Times New Roman",  PMingLiU;
}
.access {position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;}
.container1 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
}
.container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../images/index-bg.jpg);
	background-repeat: no-repeat;
}
.sidebar1 {
	
	width: 614px;
	padding-top: 50px;
	text-align:center;
	background: url(../images/bg.png) 0 110px no-repeat;
}
#index_content {
	width: 326px;
	
	min-height:630px;
/*_height:550px;*/
padding-left:33px;
padding-right:27px;
position: relative;
}

.footerlink{
	position: relative;
	margin-top:500px;margin-left:20px;
}


#link1, #link2{
	margin-left:0;
	margin-top:0px;
	padding:0px;
	list-style:none;
	/* position: absolute; */
    z-index: 3;
	}
#link1 li, #link2 li{
	padding:10px 0px 0px 55px;;}
#change_font_size1{
	text-align:right;
	padding:10px 10px 30px 0px;
	}
	.index_logo1{position:absolute ;z-index:2;}
.index_logo2 {padding:10px 0px 30px 0px;}
.index_logo3{margin-left:79px;position:absolute ;z-index:3;}
.index_logo4{    text-align: left;
    margin-left: 40px;}
.index_lang1, .index_lang2 {
	height: 33px;
	font-size: 1.1em;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
    z-index: 3;
}
.index_lang1 {
	background-image: url(../images/index_lang1.png);
	color: white;
	margin-top:150px;
	margin-left:20px;
	position: relative;
	line-height:18px;
}

.index_lang2 {
	background-image: url(../images/index_lang2.png);
	color: white;
	margin-left:20px;
	/* margin-top:100px; */
	position: relative;
	line-height:18px;
}



/*pages*/
.header{
	text-align: left;
}
.content, .menus{padding:0px 55px 0px 95px; position: relative;}
.menus ul{
	
	margin: 0px;
	list-style-image: url(../images/dot.gif);
	padding-top: 10px;
	padding-right: 0px;
	/*padding-bottom: 10px;*/
	padding-left: 20px;
}
.menus ul li{ margin-bottom:10px;}

.footer{
	font-size: 0.7em;
	border-top-width: 11px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#change_font_size2{
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.index2_txt1{
	padding:20px 0px 20px 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #D6251F;
}
.index2_txt2{
	padding:0px 55px 0px 95px;
	font-size: 1.1em;
	font-weight: bold;
	color: #006833;
}
.links1{ padding-bottom:100px;height:700px;margin-right:100px;}
.links2{position:absolute;z-index:4;right: 30px; bottom: 0;}
img{ border:0px;}
.footer_box1{
	padding: 0px 0px 0px 0px;
	height:800px;
}
.footer_panel2{
	padding-left:50px;
	padding-top:20px;}

.w3c_inside{
	position: absolute;
    right: 20px;
    bottom: 10px;
}


@media screen and (max-width: 999px){
	.container1 *{
		box-sizing: border-box;
	}
	.container1{
		display: block;
		position: relative;
		padding-bottom: 70px;
	}
	.container1&gt;div{
		width: 100%!important;
	}
	.sidebar1{
		padding-top: 87.54%;
		background-size: cover;
		position: static;
		background-position: 0 70px;
	}
	.sidebar1 .index_logo4 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		margin-left: 15px;
		margin-top: 10px;
		max-width: 352px;
	}
	.footerlink {
		position: absolute;
		margin-top: 0;
		left: 0;
		bottom: 0;
	}
	#index_content{
		min-height: 0;
	}
	.index_logo3{
		margin-left: 0;
	}
	.index_lang1{
		margin-top: 80px;
	}
	.index_lang1, .index_lang2{
		margin-left: 0;
	}
	.footerlink{
		bottom: 10px;
		margin-right: 20px;
	}
	.header, .footer, .footer_panel2, .content, .menus, .index2_txt2{
		padding: 0 20px;
	}
	.footer{
		padding-top: 20px;
	}
	.footer_panel2{
		padding-bottom: 20px;
	}
	#change_font_size2{
		float: none;
		padding-left: 0;
	}
}
@media screen and (max-width: 767px){
	.w3c_inside{
		position: relative;
		left: 0;
		clear: both;
		bottom: 0;
	}
}
@media screen and (max-width: 500px){
	.sidebar1 .index_logo4 img, .header img{
		max-width: 300px;
		height: auto;
	}
}</pre></body></html>