﻿@charset "utf-8";
/* CSS Document */

.bgcolor_eee {
	background-color: #EEE;
}
.bgcolor_fff {
	background-color: #fff;
}
.bgcolor_red {
	background-color: #990000;
}

/* 链接颜色 */
a.red:link {color: #B61616; text-decoration:none;}
a.red:visited {color: #B61616;text-decoration:none;}
a.red:hover {color: #B61616; text-decoration:underline;}
.xzsx_bag_bgcolor {
	background-color: #EFEDEE;
}
.border_color {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.border_color01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-top-color: #333333;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.title {
	background-image: url(../images/xksx/title.jpg);
	height: 31px;
	width: 184px;
}
.tab_bag_bg_r01 {
	background-image: url(../images/xksx/tab_bag_r01_bg.jpg);
	background-repeat: repeat-y;
}
.tab_bag_bg_r02 {
	background-image: url(../images/xksx/tab_bag_r02_bg.jpg);
	background-repeat: repeat-x;
}
.tab_bag_bg_r03 {
	background-image: url(../images/xksx/tab_bag_r03_bg.jpg);
	background-repeat: repeat-y;
}
.tab_bg {
	background-image: url(../images/xksx/tab_bg.jpg);
	background-repeat: repeat-x;
}
.font_color_white{color:#FFF;}

