@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}
li {list-style: none;}
/* 要注意表单元素并不继承父级 font 的问题 */

input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:underline;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
a {
    color: #666;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.oh {
    overflow: hidden;
}
/* 设置对齐 */
.tc {text-align: center;}
.tr {text-align: right;}
.tl {text-align: left;}
.con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.pos {
    line-height: 45px;
    background: url(../images/home.png) 5px center no-repeat;
    text-indent: 30px;
}
a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #333333;
    font-size: 16px;
}
a.com:hover {
    color: #b00c0c;
    text-decoration: none;
}

.LinkList .til1 {
    font-size: 18px;
    color: #000000;
    font-family: "微软雅黑";
    border-bottom: 1px #111 solid;
    line-height: 35px;
    margin: 18px 0 10px 0;
}
.LinkList .til1 a {
    color: #2e6da1;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "微软雅黑";
}
.glbox {
    border: 1px #e5e5e5 solid;
    padding: 15px;
}
.g-list-t-jg {
    line-height: 40px;
    text-align: left;
    font-size: 12px;
}

.g-list-t-jg li {
    padding-left: 10px;
    text-align: left;
    line-height: 40px;
    border-bottom: 1px dotted #E6E6E6;
    position: relative;
    display: block;
    width: 263px;
    float: left;
}
.g-list-t-jg li:hover {
    background-color: #f9f5f3;
}
.g-list-t-jg a, .g-list-t-jg a:visited {
    text-decoration: none;
    color: #333;
    padding-right: 5px;
    line-height: 40px;
}
a.dwtitle {
    font-size: 16px;
}
.table {
    background: #d8d8d8;
    text-align: center;
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
    width: 100%;
    display: table;
    border-collapse: separate;
}
.table tr {
    height: 50px;
    background: #ffffff;
    font-size: 14px;
}
.table .tr1 {
    background: #f5f5f5;
    font-size: 16px;
    color: #4c4c4c;
}
.zhuce_btn1 {
    width: 96px;
    height: 32px;
    cursor: pointer;
    background-color:#EB6100;
    float: left;
    margin-right: 220px;
    color:#fff;
}
.zhuce_btn2 {
    width: 96px;
    height: 32px;
    cursor: pointer;
    background-color:#575656;
    float: left;
    color:#fff;
}
.table .input {
    border: 1px solid #e4e3e3;
    width: 92%;
    height: 35px;
    margin-left: 10px;
}
.zhuce_btn1 {
    width: 96px;
    height: 32px;
    cursor: pointer;
    background-color: #EB6100;
    float: left;
    margin-right: 220px;
    color: #fff;
}

.zhuce_btn2 {
    width: 96px;
    height: 32px;
    cursor: pointer;
    background-color: #575656;
    float: left;
    color: #fff;
}
.cx{padding:50px 200px;}
.cx .frm_control_group{
    width:490px;
    margin:auto;
}
.mc_content table{width:90% !important;margin-top:20px;border-left:1px solid #d4d4d4;border-top:1px solid #d4d4d4;}
.mc_content table td{padding:5px;border-right:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;}

.jg{padding:0;}
.incoming_letter {
    float: left;
    width: 1198px;
    min-height: 721px;
    border: 1px solid #dbdbdb;
}
.mailbox_reader {
    width: 100%;
    background: url(/images/wfhd/mailbox_reader_03.gif) repeat-x;
    height: auto;
}
.mailbox_title {
    width: 99%;
    margin: 0 auto;
    height: 50px;
    border-bottom: 1px solid #d5e2f3;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: 000px;
    font-family: "microsoft yahei";
}
.letter_content1 {
    width: 1155px;
    min-height: 274px;
    margin-top: 12px;
    margin-bottom: 17px;
    margin-left: 19px;
}
.letter_content_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    text-align: left;
    text-indent: 3px;
    font-family: "microsoft yahei";
}
.specific_letter {
    width: 100%;
    position: relative;
    border-bottom: 5px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    background: url(/images/wfhd/letterbg_03.gif) repeat-x;
    min-height: 227px;
    height: auto;
    overflow: hidden;
}
.specific_letter p {
    width: 100%;
    float: left;
    margin-left: 0px;
    display: inline;
    line-height: 24px;
    text-align: left;
    color: #666666;
    font-size: 14px;
    padding:10px;
}
.specific_letter_bottom {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 30px;
    width: auto;
}
.specific_letter_bottom span {
    float: right;
    height: 16px;
    line-height: 16px;
    width: auto;
    margin-right: 27px;
    display: inline;
    font-size: 12px;
    text-indent: 23px;
    text-align: left;
}
.time {
    background: url(/images/wfhd/letterbottombg_09.gif) left no-repeat;
    color: #666;
}
.human {
    background: url(/images/wfhd/letterbottombg_07.gif) left no-repeat;
    color: #666;
}
.zxxq{width:1200px;margin: auto;padding:0;}
.conmment-box {
    width: 1155px;
    min-height: 274px;
    margin-top: 12px;
    margin-bottom: 17px;
    margin-left: 19px;
}
.title-4 {
    border-bottom: 2px solid #bf0c0d;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}
.title-4 b {
    width: 110px;
    display: block;
    line-height: 34px;
    color: rgb(255, 255, 255);
    background-color: #bf0c0d;
    text-align: center;
    float: left;
    font-family: 微软雅黑;
    font-size: 15px;
    border-radius: 3px;
}
.title-4 span {
    padding-left: 15px;
    float: right;
}
.comment-form {
    border: 1px #aaa solid;
    border-top: 0;
    background-color: #f5f5f5;
}
.comment-form textarea {
    padding: 5px;
    border: 0;
    width: 98%;
    height: 100px;
    background: none;
}
.comment-form p {
    border-top: 1px #ccc solid;
    padding: 5px;
}
.comment-form p input.input-c {
    width: 200px;
    border: 1px #ddd solid;
    height: 35px;
    line-height: 35px;
    padding-left: 35px;
    color: #999;
    background: url(/images/wfhd/male.png) no-repeat 0px center;
    margin-right: 5px;
}
.comment-form p input.input-f {
    width: 200px;
    border: 1px #ddd solid;
    height: 35px;
    line-height: 35px;
    padding-left: 35px;
    color: #999;
    background: url(/images/wfhd/unlocked.png) no-repeat 0px center;
    margin-right: 5px;
}
.comment-form p input.input-d {
    width: 100px;
    border: 1px #ddd solid;
    height: 35px;
    line-height: 35px;
    padding-left: 3px;
    color: #999;
    background: none;
    margin-right: 5px;
}
.input-e {
    float: right;
    width: 100px;
    height: 35px;
    background-color: #e12526;
    border: 0;
    border-radius: 3px;
    color: #fff;
}
.conmment-list-no { text-align: center; font-size: 16px; font-family:"微软雅黑";  line-height: 60px; }
.conmment-list-t { border-bottom: 1px #ccc solid; line-height: 35px; font-size: 16px; font-family:"微软雅黑"; color: #333; font-weight: bold; margin-top: 10px; padding-left: 10px; }
.comment-unit { clear: both; margin: 0 auto; padding: 10px 5px; border-bottom: 1px #ccc dashed; }
.comment-unit-img { width: 70px; height: 60px; float: left; }
.comment-unit-img img { width: 60px; height: 60px; border-radius: 30px; }
.comment-unit-text { width: 640px; float: left; line-height: 22px; font-size: 13px; }
.comment-unit-text b { font-size: 14px; line-height: 25px; padding-right: 10px; color: #111; }



.mynav {
    height: 48px;
    background-color: #bf0c0d;
}
.mynav .contain {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft yahei";
}
.mynav li {
    float: left;
    width: 150px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
}
.mynav li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.mynav li a:hover, .mynav li a.active {
    background-color: #ed5316;
}
