/* 整体 */
body {
    color:#fff;
    background-color:#000;
    width:1000px;
    margin:0 auto;
    font:100 12px "宋体", Arial, Verdana, Helvetica, sans-serif;
}
ul, form, input, select,div, h1, li {
    margin:0;
    padding:0;
    list-style:none;
}
img {
    border:0;
    margin:0;
    padding:0;
}
a:link,a:visited,a:active {
    color:#fff;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.clear {
    margin:0px;
    padding:0px;
    clear:both;
    border:0px;
    height:15px;
}
.hr {
    margin:0px;
    padding:0px;
    border:0px;
    height:6px;
}
/* LOGO */
.logo {
    border:0;
    margin:10px 0 0 0;
    width:120px;
    height:62px;
    font:bold 42px "Times New Roman";
    text-align:left;
}
/* 左侧页面 */
.page_left {
    float:left;
    width:185px;
}
/* 右侧页面 */
.page_right {
    float:right;
    width:815px;
}
/* 分页 */
.page_nav {
    clear:both;
    display:block;
    text-align:right;
    margin:10px 0 0 0;
}
/* 首页左侧菜单 */
.index_list li {
    height:20px;
    line-height:20px;
    width:190px;
    margin:10px 0 0 -12px;
    text-align:center;
    background:url("/images/index/tubiaomain.jpg");
}
.lang {
    font:12px arial;
    text-align:left;
    background:url();
    border:0;
    margin:10px 0 0 -12px;
}
.lang a:link,.lang a:visited,.lang a:active {
    color:#fff;
    text-decoration:underline;
}
/* 首页 */
.index_left {
    width:230px;
}
.index_right {
    width:770px;
    text-align:right;
}
/* 左侧列表 */
.list li {
    height:24px;
    line-height:24px;
    width:112px;
    margin:10px 0;
    text-align:center;
    font-color:#fff;
}
.list .selected {
    background:url("/images/tubiaozuo.jpg");
}
.list .selected a {
    color:#000;
}
/* 菜单 */
.menu ul {
    clear:both;
}
.menu li {
    float:left;
    height:28px;
    line-height:28px;
    width:85px;
    margin:0 20px 10px 0;
    text-align:center;
    font-color:#fff;
    font-size:14px;
}
.menu .selected {
    background:url("/images/tubiaomenu.jpg");
}
.menu .lang {
    float:right;
    width:100px;
    text-align:right;
    height:25px;
    padding:8px 10px 0 0;
}
.menu .hr {
    clear:both;
    height:1px;
    background:url("/images/hengtiao.jpg") no-repeat;
}
/* 内容 */
.content,.content_list,.product_list,.msg_list {
    padding:10px 40px;
    word-break:break-all;
    word-wrap:break-word;
}
/* 文章 */
.content_list li {
    list-style-type:disc;
    color:#fff;
    clear:both;
    height:24px;
    line-height:24px;
}
.content_list li p {
    margin:0;
    padding:0;
    width:650px;
    float:left;
}
.content .title {
    text-align:center;
	padding-bottom:15px;
    font:bold 16px "宋体", Arial, Verdana, Helvetica, sans-serif;
}
.content .pre_next {
    clear:both;
    padding-top:10px;
    text-align:center;
    word-spacing:10px;
}
.content p {
    text-indent:25px;
}
/* 产品列表 */
.product_list li {
    float:left;
    text-align:center;
    margin:50px;
}
.product_list img {
    border:3px solid #fff;
}
.product_list p {
    margin:0;
    padding:0;
    padding-top:20px;
}
/* 留言列表 */
.msg_list .title {
    height:25px;
}
.msg_list .title span {
    display:block;
    width:580px;
    float:left;
}
.msg_list .content {
    border:1px solid #fff;
    color:#fff;
    padding:10px 15px;
    width:705px;
    margin:0 0 25px -10px;
}
.msg_list .content span {
    display:block;
    width:35px;
    float:left;
}
.msg_list .content p {
    margin:0;
    padding:0;
    text-indent:0;
}
.add_msg ul {
    float:left;
}
.add_msg li {
    width:400px;
    margin:20px 0;
}
.add_msg li span {
    display:block;
    float:left;
    width:50px;
}
.add_msg li input {
    width:200px;
}
.add_msg li textarea {
    width:300px;
    height:92px;
}
.add_msg .button {
    clear:both;
    text-align:center;
}
.add_msg .button input {
    height:28px;
    line-height:28px;
    width:85px;
    text-align:center;
    border:0px;
    color:#fff;
    background:url("/images/tubiaomenu.jpg");
}
/* 新闻头条 */
.top_article_img {
    float:left;
    margin:10px 0 10px 20px;
    padding:2px;
    background-color:#fff;
    max-width:200px;
}
.top_article_content {
    float:right;
    margin:10px 50px 20px 0;
    width:500px;
    vertical-align:top;
}
.top_article_content .title {
    display:block;
    font:bold 16px "宋体", Arial, Verdana, Helvetica, sans-serif;
}
.top_article_content .content {
    margin:0;
    padding:10px;
    text-indent:25px;
    line-height:150%;
    word-break:break-all;
    word-wrap:break-word;
}
.top_article_content .detail {
    margin:20px 20px 0 0;
    text-align:right;
}
.top_article_content .detail a:link,.top_article_content .detail a:visited,.top_article_content .detail a:active {
    color:#fff;
    text-decoration:underline;
}
