@charset "utf-8";
@import url("reset.css");
@import url("common.css");

/*************************************************************************************************************/

.table {}
.table td{ padding:10px; background:#fff; border:1px solid #ddd; font-size:14px; line-height:40px;}

.table .head td{ background:#f0f0f0; color:#333; font-size:16px; padding:10px 10px}
.table .foot td{ background:#f0f0f0; text-align:center; padding:10px 10px}

.table .btn_submit{ background:#5eb95e; color:#FFF; height:40px; width:200px; border:1px solid #429842; border-radius: 3px; cursor:pointer;font-family:"微软雅黑"; font-size:16px;}
.table .btn_submit:hover{ background:#429842}

.table .fn_reload_captcha{ cursor:pointer; vertical-align:middle; height:30px; width: 85px; border: 1px solid #ccc; border-radius: 5px}

.table .input{ padding:0 10px;height:30px; line-height:30px; border:1px solid #ccc; border-radius: 5px; width: 220px}

.table .btn_upload{background:#5eb95e; color:#FFF; display: inline-block; height:32px; line-height:30px; vert-align: middle; padding:0 10px;border:1px solid #429842; border-radius: 3px; cursor:pointer;font-family:"微软雅黑"; font-size:14px;}
.table .btn_upload:hover{ background:#429842}

.table  textarea{ border:none; height: 500px; width:100%; font-size: 13px; line-height: 20px}





.webuploader-container {
    position: relative;
}
.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
    position: relative;
    height:100%;
}
.webuploader-pick-hover {
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events:none;
}


/*首页幻灯片*/
.index_banner{background:url(../images/banner/2.jpg) center center no-repeat #213862; height:415px; min-width:1000px; overflow:hidden; color:#FFF}
/*首页介绍*/
.index_about{ background:#eee; padding:20px 0; min-width:1000px;font-size:14px; line-height:35px; color:#666; word-break: break-all}
/*首页新闻*/
.index_news {  overflow:hidden; line-height:40px }
.index_news .title{ background:#f5f5f5;padding:5px 10px; color:#999; font-size:15px;font-family:"微软雅黑";}
.index_news ul{border:1px solid #f5f5f5}
.index_news ul li{ position:relative}
.index_news ul li a{ color:#999 }
.index_news ul li a:hover{ color:#666 }
.index_news ul li{  font-size:14px; color:#666; border-bottom:1px dashed #ddd; padding:0 10px;}
.index_news ul li i{ display:inline-block; height:4px; width:4px; background:#ccc; vertical-align:middle; margin-right:5px}
.index_news ul li b{ font-weight:normal; color:#ddd; position:absolute; right:10px; top:0px}
.index_news ul li:last-child{ border: none}

/*单页关于我们*/
.page_about{ line-height:35px; font-size: 14px; border: 1px solid #f0f0f0; padding: 20px; min-height: 70vh}
.page_about h4{ font-size: 16px}
.page_about hr{ margin: 20px 0; height: 1px; background: #f0f0f0; border: none}


/*友情链接*/
.flink { color:#908f8f; font-size:14px; line-height:30px;}
.flink a{ color:#908f8f; margin:0 2px}