﻿@charset "utf-8";

/* 常规设置 */
*{ margin:0px; padding:0px; font-family:"微软雅黑", "宋体"; }

body{ font-size:12px; background:#FFFFFF url(../image/body.jpg) repeat-x top; }
div{ line-height:22px; color:#333333; }

.web{ width:980px; margin:0px auto; background:#FFFFFF; }

.index_01{ float:left; width:980px; height:180px; }
.index_02{ float:left; width:980px; height:250px; }
.index_03{ float:left; width:980px; }

.index_03_01{ float:left; width:300px; height:230px; padding:0px 0px 0px 230px; }
.index_03_02{ float:left; width:300px; height:230px; }
.index_03_03{ float:left; width:220px; height:230px; }
.index_03_03_01{ float:left; width:220px; height:180px; }
.index_03_03_01 img{ width:220px; height:160px; border:0px; border-radius:5px; }
.index_03_03_02{ float:left; width:220px; height:35px; }
.index_03_03_02 a{ float:left; width:220px; height:35px; font-size:14px; line-height:35px; text-align:center; border-radius:5px; background:#2d2c2c; color:#ffffff; text-decoration:none; }
.index_03_03_02 a:link{ color:#ffffff; }
.index_03_03_02 a:visited{ color:#ffffff; }
.index_03_03_02 a:hover{ color:#ffffff; background:#0446e4; text-decoration:none; }

/* 网站底部 */
.foot{ float:left; width:100%; min-width:1200px; padding:25px 0px 25px 0px; margin:0px auto; background:#333333; }
.foot_root{ width:1200px; margin:0px auto; position:relative; }

.foot_help{ float:left; width:100%; padding:0px 0px 0px 0px; overflow:hidden; }
.foot_help_root{ float:left; width:100%; overflow:hidden; }
.foot_help_list{ float:left; width:100%; font-size:12px; line-height:30px; color:#e8e8e8; text-align:center; }
.foot_help_list a{ color:#e8e8e8; text-decoration:none; }
.foot_help_list a:link{ color:#e8e8e8; text-decoration:none; }
.foot_help_list a:visited{ color:#e8e8e8; text-decoration:none; }
.foot_help_list a:hover{ color:#ffff00; text-decoration:none; }