@charset "utf-8";

/* 
	@名称: base
	@作者： 孙若馨
	@功能: 重设浏览器默认样式
*/
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, \5b8b\4f53;
}

input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
  border: 0;
  vertical-align: text-bottom;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  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: '';
}

/* 让链接在 hover 状态下显示下划线 */
a:hover {
  /*text-decoration: underline;*/
}

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}

/* 清理浮动 */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */
}

.clear {
  clear: both
}

/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide {
  display: none;
}

/* 设置内联, 减少浮动带来的bug */
.fn-left,
.fn-right {
  display: inline;
}

.fn-left {
  float: left;
}

.fn-right {
  float: right;
}

body {
  font-family: 微软雅黑;

}

.warp {
  width: 960px;
  margin: 0 auto;
}

.top-warp {
  width: 100%;
  padding-top: 10px;
  background: url(../images/top-line.gif) repeat-x top;
  height: 90px;
}

.header {
  height: 90px;
  width: 960px;
  margin: 0 auto;
}

.top {
  height: 60px;
}

.top .logo {
  float: left;margin-top:15px;
}

.top .phone {
  margin-top: 29px;
  float: right;
}

.menu {
  width: 860px;
  padding: 0 50px;
  background: url(../images/snzo_11.gif) no-repeat;
  height: 30px;
  line-height: 30px;
}

.menu a {
  color: #fff;
  background: url(../images/menu_line.png) center right no-repeat;
  width: 172px;
  text-align: center;
  float: left;
  font-size: 14px;
}

.menu .no-line {
  background: none;
}

.content {
  border: 1px solid #e4e7e9;
  min-height: 580px;
  /*margin: 5px 0;*/
  padding: 35px;
}

.content .index-box {}

.index-box-left {
  float: left;
  width: 540px;
  height: 450px;
  background: url(../images/index_btns_bg.png) no-repeat;
}

.index-box-left .index-btn-item {
  float: left;
  width: 270px;
  height: 145px;
  padding: 40px 0;
  text-align: center;
  display: block;
}

.index-btn-item p {
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
}

.index-box-right {
  float: right;
}

.index-box-right .index-login {
  width: 326px;
  height: 368px;
  background: url(../images/index_login_bg.png) no-repeat;
}

.index-box-right .index-signin {
  margin-top: 13px;
}

.index-login .index-login-tit {
  width: 324px;
  height: 41px;
  line-height: 40px;
  text-align: center;
  color: #c01723;
  font-size: 16px;
  font-weight: 600;
}

.index-login .index-login-form {
  padding: 13px 18px 0;
  height: 314px;
  display: none;
}

.index-login .index-login-success {
  display: none;
  height: 327px;
  text-align: center;
  padding: 0 18px;
}

.index-login .active {
  display: block;
}

.index-login-success .success-tit {
  color: #c01723;
  font-size: 16px;
  margin-top: 80px;

}

.index-login-success .success-stk {
  color: #666666;
  margin-top: 50px;
  font-size: 16px;
}

.index-login-success .exit {
  margin-top: 50px;
}

.index-login-form .index-login-tip {
  border: 1px solid #faccc6;
  background: #ffebeb;
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
  color: #c01723;
}

.index-login-tip .icon {
  margin-right: 10px;
}

.index-login-form .form-control {
  padding: 10px 0;
  height: 40px;
  width: 290px;
}

.form-control .form-label {
  float: left;
  text-align: right;
  width: 70px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
}

.form-control .form-value {
  float: left;
  width: 220px;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.form-control .form-value input {
  border-radius: 3px;
  height: 38px;
  line-height: 38px;
  width: 100%;
  border: 1px solid #ccc;
  text-indent: 1em;
}

.form-control .form-value img {
  position: absolute;
  top: 9px;
  right: 10px;
}

.index-login-form .form-btn {
  padding-top: 20px;
}

.form-btn input {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  background: #c01723;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.index-login-form .form-btn .form-forget {
  text-align: right;
  margin-top: 15px;
}

.form-forget a {
  color: #29a8f9;
  text-decoration: underline;
}

.footer {
  height: 145px;
}

.footer .yqlj {
  width: 960px;
  margin: 0 auto;
  height: 42px;
  background: url(../images/bottom_bgx.png) repeat-x;
  padding-top: 10px;
}

.footer .yqlj-item {
  float: left;
  margin-left: 12px;
}

.footer .ba-info {
  text-align: center;
  line-height: 30px;
  color: #666;
}