﻿/*~~~~~~~全局样式*/
* { margin: 0; padding: 0; }
html, body { text-align: center; font-size: 12px; background: #ebe9cf url(/member/image/bg.jpg) no-repeat center top; }
.clear { clear: both; height: 0; overflow: hidden; }
.left { float: left; }
.right { float: right; }
a, a:visited { text-decoration: none; font-family: '宋体'; color: #333333; }
img { border: none; }
a:hover { text-decoration: underline; }
ul, li, dl, dt { list-style: none; list-style-position: inside; }
.wrap { width: 1003px; margin: 0 auto; text-align: left; float: none; }
.ta_right { text-align: right; }
h5 { font-size: 12px; }
h3{ font-size :14px;}

/*~~~~~~~~~头部*/
.header { padding: 189px 0 5px 0; width: 100%; background: #ebe9cf url(/member/image/bg.jpg) no-repeat center top; }
.menu { width: 983px; margin: 0 10px; height: 39px; background: url(/member/image/menubg_m.gif) repeat-x; }
.menu ul { padding-left: 50px; background: url(/member/image/menubg_l.gif) no-repeat; float: left; height: 39px; overflow: hidden; }
.menu ul li { padding: 1px 10px 1px 17px; border-right: solid 1px #fff; float: left; margin-top: 11px; margin-right: -1px; }
.menu ul li a, .menu ul li a:visited { color: #fff; font-size: 14px; font-weight: bold; line-height: 16px; float: left; overflow: hidden; }
.menu img.right { float: right; }
.menu .btn { width: 67px; height: 25px; line-height: 25px; text-align: center; background: url(/member/image/btn1.gif); border: none; float: right; margin: 7px 10px 0 0; }

/*~~~~~~~~~内容*/
.content { width: 100%; margin: 0 auto; float: none; background: url(/member/image/contentbg_m0.gif) repeat-y; color: #717171; margin-top: 15px; }

/*~~~~~~~~~底部*/
.footer { width: 979px; margin: 12px auto 0px auto; color: #3f3f3f; text-align: center; background: #e2ddbc url(/member/image/footbg.gif) no-repeat left top; padding: 25px 0; }
.footer a, .footer a:visited { color: #3f3f3f; text-align: center; line-height: 1.8em; padding: 0 5px; }
.footer ul { float: left; margin-left: 350px; }
.footer li {  padding-right: 10px; float: left; text-align: center; }

.footer p img { margin-top: 5px; }


