@charset "utf-8";

/*全局样式*/

a {
	color: #2b2b2b;
	text-decoration: none;
}

a:hover {
	color: #ba2636;
	text-decoration: underline;
}


/*页面主体盒子*/

.mainBox {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

.mainBox_new {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}
.mainBox960 {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

.mainBox980 {
	width: 980px;
	margin: 0 auto;
	clear: both;
}

#wrap {
	background: url(../images/bg.gif) 0 0 repeat-x
}

#top_bar {
	height: 28px;
	line-height: 28px;
        background: #f8f8f8;
}

#top_bar a {
	margin: 0 5px;
}

#guid {
	background: url(../images/guid.gif) 0 0 repeat-x;
	height: 40px;
	line-height: 40px;
	padding-right: 10px
}

#guid ul li {
	width: 120px;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 19px;
}

#guid ul li a {
	height: 40px;
	display: block;
	font-size: 18px;
	font-weight: bold;
        letter-spacing: 2px;
        color: #000000b8;
       font-family: system-ui;
}

#guid ul li a:hover {
	text-decoration: none
}

#guid ul li:hover {
	background: url(../images/guid-hov.gif) 0 0 no-repeat
}

#guid ul li:hover a {
	color: #fff
}

#guid ul li.hover a:hover {
	text-decoration: none
}

#guid ul #dht4 {
	width: 130px;
}

#guid ul #dht4.hover {
	/* background: url(../images/guid-hov4.gif) 0 0 no-repeat; */
}

.zhuti {
	background: #fff;
	padding: 0 5px;
}

.ccc {
	background: #fff;
}

#footer {
	background: url(../images/footer.gif) 0 0 repeat-x;
	padding-top: 11px;
	/*text-align: center;*/
	line-height: 24px;
        height: 75px;
        position: relative;
}

#footer p {
    width: 47%;
    margin-left: 100px;
    float: left;
}

/*渐变隔行*/
    .gradient-top-div {   
        width: 1000px;  
        height: 20px;  
        background-image: linear-gradient(to top, #f4f1f1, #ffffff);
	margin-left: auto;
	margin-right: auto;
    }
.gradient-bottom-div {   
        width: 1000px;  
        height: 20px;  
        background-image: linear-gradient(to bottom, #f4f1f1, #ffffff);
	margin-left: auto;
	margin-right: auto;
    } 
    .gradient-top-full-div {   
        width: 100%;  
        height: 20px;  
        background-image: linear-gradient(to top, #f4f1f1, #ffffff);
	margin-left: auto;
	margin-right: auto;
    }
.gradient-bottom-full-div {   
        width: 100%;  
        height: 20px;  
        background-image: linear-gradient(to bottom, #f4f1f1, #ffffff);
	margin-left: auto;
	margin-right: auto;
    } 