@CHARSET "UTF-8";
@import url("reset.css");
body {font-family:"Microsoft YaHei";font-size:14px;color:#ffd685;}
a {color:#ffd685;text-decoration:none;text-align:center;}

#headerbg {width:100%;height:150px;}
#headerbg .header {width:1000px;height:150px;margin:0 auto;}
#headerbg .logo {width:301px;height:89px;float:left;padding-top:30px;}
#headerbg .right {width:699px;height:150px;float:right;position:relative;}
#headerbg .text{position:absolute;top:40px;left:60px;width:236px;height:39px;}


#headerbg .right a.online {display:block;width:244px;height:90px;position:absolute;right:0px;top:35px;background:url(../images/online_s.png) no-repeat center center;}
#headerbg .right a.online:hover {background:url(../images/online_s_h.png) no-repeat center center;}
#headerbg .right .toplink {height:30px;padding-top:5px;position:absolute;top:0;right:0;background:url(../images/linkbg.png) no-repeat center center;text-align:center;}
#headerbg .right .toplink a {padding:1px 5px;color:#fff;font-size:12px;}
#headerbg .right .toplink a:hover {border-bottom:2px solid #f60;}

#contentbg {width:100%;overflow:hidden;}
#contentbg .content {width:1000px;overflow:hidden;background:#fff;margin:0 auto;}
#contentbg .content .item {width:980px;min-height:150px;overflow:hidden;padding:10px;}
#contentbg .content .item1 {padding-top:25px;}
#contentbg .content .item .hd {width:967px;height:40px;margin:0 auto;}
#contentbg .content .item .hd h2 {display:block;min-width:120px;height:40px;line-height:40px;font-size:18px;color:#fff;float:left;background:#4a3a24;padding:0 15px;}
#contentbg .content .item .hd span {display:block;width:0px;height:0px;border-top:40px solid #fff;border-left:30px solid #4a3a24;float:left;}



#contentbg .content .item .bd {width:955px;margin:0 auto;padding:6px;background:#f2f2f2;overflow:hidden;}
#contentbg .content .item .bd ul li {display:block;width:143px;height:46px;border:2px solid #d2c5b5;float:left;margin:6px;}
#contentbg .content .item .bd ul li a {display:block;width:143px;height:46px;line-height:46px;color:#000;font-size:14px;background:#fff;}
#contentbg .content .item .bd ul li a i {
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
	position:relative;
	top:-2px;
}
#contentbg .content .item .bd ul li a i img {vertical-align: middle;}
#contentbg .content .item .bd ul li:hover {border-color:#d70808;}

#contentbg .nav {width:1000px;margin:0 auto;padding:20px 0 30px;}
#contentbg .nav ul {text-align:center;}
#contentbg .nav ul li {display:inline-block;*display:inline;_zoom:1;margin:0 8px;}
#contentbg .nav ul li a {color:#4c4c4c}
#contentbg .nav ul li a:hover {border-bottom:2px solid #d70808;}

#footer {width:100%;height:50px;background:#210000;}
#footer .footer {width:1000px;height:50px;margin:0 auto;}
#footer .footer p {color:#fff;text-align:center;line-height:50px;}
