@charset "utf-8";
 
/* 大通栏 */
.banner {
  padding: 0px;
  text-align: center;
  background: #0d47a8; /* 通栏1底色 */
  width: 100%;
  margin: 20px 0px 10px 0px;
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19); /* 立体阴影 */
}

/* 自定义首页 */
.custom_index {   
  float: left;
  width: 1260px;
  background-color: #ffffff;
  margin: 0px 0px 10px 0px;
  border-style:solid;
  border-width:1px;
  border-color:#fda69a; /* 线框淡红色 */
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19); /* 立体阴影 */
}

/* 自定义栏目 */
.custom_table {   
  float: left;
  width: 1260px;
  background-color: #ffffff;
  padding: 20px 0px 20px 0px;
  margin-top: 0px;
  border-style:solid;
  border-width:1px;
  border-color:#fda69a; /* 线框淡红色 */
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19); /* 立体阴影 */
}

/* -------------------------------------------------------------------------------- */

/* 业务模块 */
.index_serv_mod {
	float: left;
	width: 1258px;
	margin: 0px 20px 0px 20px;
	color: #000000;
}

/* 业务块 */
 .index_serv {
	float: left;
	margin: 10px 25px 10px 0px;
    padding: 0px;
}
 
/* 业务块链接 */
.index_serv_url a {
    float: left;
    border:1px solid #992212; /* 按钮黑红色 */
    display: block;
	margin: 15px 0px 15px 0px;
    padding: 15px 5px 15px 5px;
	font: bold 16px Arial,sans-serif;
    color: #333333; /* (灰色)*/
    background-color: #ffffff;
    text-decoration: none;
    transition: 0.5s; /*(变化时间)*/
}
 
/* 业务块链接颜色修改 */
.index_serv_url a:hover {
    border:1px solid #ff0000; /* 文本框红色蓝 */
    color: #ff1440;
	box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19); /* 立体阴影 */
}

/* -------------------------------------------------------------------------------- */

/* 左侧栏 */
.center_col {   
  float: left;
  width: 1260px;
  background-color: #f1f1f1;
  margin-top: 10px;
}

/* 上栏目 */
.about_table {   
  float: left;
  width: 1260px;
  height:540px;
  background-color: #ffffff;
  padding: 20px 0px 20px 0px;
  margin-top: 0px;
  border-style:solid;
  border-width:1px;
  border-color:#fda69a; /* 线框淡红色 */
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19); /* 立体阴影 */
}

/* 表格（批量旺旺查询） */
#tb_about {
  width:900px;
  border-collapse:collapse;
  margin-left: 180px;
}
#tb_about td {
  font: 16px Arial,sans-serif;
  border: 0px;
  height: 40px;
  text-align: left;
  padding: 5px 10px 5px 10px;
  color: #444444; /* 深灰色 */
  line-height:180%;
}
#tb_about td.alt {
  text-align: center;
}
#tb_about td.alt_con {
  color: #ff6000;
  line-height:180%;
}
#tb_about td.alt_red {
  text-align: center;
  color: #FF0000;
}
#tb_about td.alt_grey {
  color: #9d9d9d;
}

/* 表格内字体 */
.txt_about_title {
  color: #444444; /* 深灰色 */
  font: 16px Arial,sans-serif;
  line-height:150%;
  text-decoration: none;
}
.txt_about_title a {
  color: #444444; /*(灰色)*/
  font: 16px Arial,sans-serif;
  line-height:150%;
  text-decoration: none;
}
.txt_about_title a:active {
  color: #ff0000; /*(红色)*/
  text-decoration: none;
}
.txt_about_title a:link {
  color: #444444; /*(灰色)*/
  text-decoration: none;
}
.txt_about_title a:hover {
  color: #ff0000; /*(红色)*/
  text-decoration: none;
}

.txt_about_red {
  color: #FF0000; /* 红色 */
  font: 16px Arial,sans-serif;
}
.txt_about_grey {
  color: #9d9d9d; /* 灰色 */
  font: 16px Arial,sans-serif;
}