/* Welcome to the outdoor susino */

body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a img { border-style: none; }


/* ----------------------------字体样式---------------------------- */

.font_1{
    padding-right:20px;
	font-family: Verdana;
	font-size: 11px;
	color: #5692bc;
	text-decoration: none;
}
.font_2{
    padding-right:20px;
	font-family: Verdana;
	font-size: 11px;
	color: #023f6a;
	text-decoration: none;
}

.font_3{
	padding-bottom:10px;
	font-family: Arial;
	font-size: 30px;
	color: #acedfd;
	text-decoration: none;
}

.font_4{
	font-family: Verdana;
	font-size: 11px;
	color: #023f6a;
	text-decoration: none;
	line-height: 150%;
}

a.font_4:hover{
	font-family: Verdana;
	line-height: 150%;
	font-size: 11px;
	color: #FF3300;
	text-decoration: underline;
}
.font_5{
	font-family: Verdana;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}
.date{
	font-family: Verdana;
	font-size: 10px;
	color: #828282;
	text-decoration: none;
}
.date a {
	font-family: Verdana;
	font-size: 10px;
	color: #828282;
	text-decoration: none;
}

.more{
	font-family: Verdana;
	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
}
.more A {
	font-family: Verdana;
	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
}
/* ----------------------------表格框---------------------------- */


.table_1{
	border: 1px solid #9CCEEF;
}
.table_2{
	FILTER: alpha(opacity=80);
	background-color: #fff;
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.table_3{
	FILTER: alpha(opacity=50);
	background-color: #dcdcdc;
}
.table_4{
	FILTER: alpha(opacity=80);
	background-color: #fff;
	background-image: url(../images/news_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.table_5{
	FILTER: alpha(opacity=80);
	background-color: #fff;
	background-image: url(../images/Feedback.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.table_6{
	FILTER: alpha(opacity=80);
	background-color: #fff;
	background-image: url(../images/aboutus.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.table_7{
	FILTER: alpha(opacity=80);
	background-color: #fff;
	background-image: url(../images/Network.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.table_8{
	FILTER: alpha(opacity=80);
	background-color: #fff;
	background-image: url(../images/Cooperation.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.table_9{
	FILTER: alpha(opacity=80);
	background-color: #fff;
	background-image: url(../images/contactus.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.table_10{
	FILTER: alpha(opacity=80);
	background-color: #fff;
	background-image: url(../images/order.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.table_11{
	FILTER: alpha(opacity=80);
	background-color: #fff;
	background-image: url(../images/products.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.table_12{
	FILTER: alpha(opacity=80);
	background-color: #fff;
	background-image: url(../images/vip.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/* ----------------------------左侧产品菜单栏--------------------------- */

.product_menu{
	height:34px;
	padding-right:20px;
	font-family: Verdana;
	font-size: 11px;
	color: #2f5f88;
	text-decoration: none;
}

.product_menu A {
	font-family: Verdana;
	font-size: 11px;
	color: #2f5f88;
	text-decoration: none;
}


/* ----------------------------输入框样式---------------------------- */
.input_1{
	font-family: Arial;
	font-size: 12px;
	color: #3b3b3b;
	text-decoration: none;
	border: 1px solid #7f9db9;
}

/* ----------------------------滚动条样式---------------------------- */
.body_1{
	margin-right:5px;
	padding:10px;
    font-family: Verdana;
	font-size: 11px;
	color: #023f6a;
	text-decoration: none;
	line-height: 150%;  
	scrollbar-arrow-color:#5692bc;
	scrollbar-face-color:#ffffff;
	scrollbar-darkshadow-color:#5692bc;
	scrollbar-highlight-color:#5692bc;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#fff;
	overflow:auto; 
	height:282px;
	filter: alpha(opacity=100);
	
}