@charset "gb2312";

/* css 重置 */
body,div,ul,li,dl,dt,dd,h2,p{padding:0;margin:0;font-family:"微软雅黑";}
ul{list-style:none ;}
img{border:none;}
a{blr:expression(this.onFocus=this.blur());outline:none;}
* { padding:0px; margin:0px auto; font-size:14px; font-family:"SimSun";}
a { text-decoration:none;}
li { list-style-type:none;}
img { border:none;}


.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.container {
    position:relative;
    width:1012px;
    margin:0px auto;
}

/* banner */
.fill-banner {
    margin-bottom: 20px;
}

.fill-banner img {
    display: block;
}

.module-content {
    width: 1012px;
    margin-bottom: 10px;
    background: url(../images/left.jpg) no-repeat;
}

.module-left {
    float: left;
    width: 215px;
    padding-left: 20px;
}

.module-right {
    float: right;
    width: 750px;
}

/* 左侧 */
.module-left-title {
    height: 48px;
    line-height: 48px;
    color: #00478b;
    font-size: 18px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
}

.module-tab{
    position: relative;
}

.module-tab li{
    position: relative;
    font-size: 0;
}

.module-tab li a {
    position: relative;
    z-index: 1;
    color:#333333;
    line-height: 45px;
}

.module-tab li img{
    display: none;
    position: absolute;
    left: -28px;
    top: 0;
    width: 226px;
    height: 40px;
}

.module-tab li.module-tab-active a{
    color: #ffffff;
}
.module-tab li.module-tab-active img{
    display: block;
}

/* 右侧 */
#module-user-defined{
    text-align:left;
}
#module-user-defined p{
    line-height:26px;
    text-indent: 2em;
    padding:10px;
}
#module-user-defined img{
    display: block;
    margin: 10px auto;
}

/* 面包屑 */
.bread {
    height:40px;
    line-height:40px;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: dotted 1px #d5d5d5;
}
.bread-title {
    float:left;
    color:#00478b;
    font-size:22px;
    font-family:"Microsoft Yahei";
}
.bread ul {
    float:right;
}
.bread ul li{
    float:left;
    color:#777777;
    font-family: "SimSun";
}
.bread ul li a {
    float:left;
    color:#777777;
}
.bread ul li span {
    float:left;
    width: 21px;
    color:#777777;
    text-align: center;
}

/* 模态框 */
.tip-modal{
	position: fixed;
	top: 40px;
	left: 50%;
	margin: 0 auto;
	margin-left: -100px;
	width: auto;
	/* height: 30px; */
	line-height: 30px;
	padding: 4px 10px;
	display: none;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #000;
	background-color:rgba(0,0,0,0.65);
	border-bottom-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 5px rgba(130, 130, 130, 0.5);
	z-index: 9999;
}