@charset "utf-8";
/* CSS Document */
body {
  padding: 0;
  margin: 0;
  color: #666;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif, "宋体";
  background: #e7e7e7;
}
ul,
li,
input,
p,
h1,
h2,
h3,
h4,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  color: #454545;
  text-decoration: none;
}
a:hover {
  color: #1a61a8;
  text-decoration: underline;
}
img {
  vertical-align: top;
  border: none;
}
.clear {
  clear: both;
}
input {
  color: #999;
  cursor: pointer;
}
.flash {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Head */
.I_head {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.head_box {
  width: 100%;
  height: 170px;
  background: url(../images/head_bg.jpg) repeat-x;
}
.head_box .head {
  width: 1100px;
  height: 170px;
  margin: 0 auto;
}
.head_box .head .top_box {
  width: 1100px;
  height: 41px;
  line-height: 41px;
}
.head_box .head .top_box span {
  float: left;
}
.head_box .head .top_box a {
  display: block;
  width: 119px;
  height: 41px;
  float: right;
  background: #f08200;
  color: #fff;
  text-align: center;
}
.head_box .head .top_box a:hover {
  background: #1a61a8;
  text-decoration: none;
}
.head_box .head .nav_box {
  width: 1100px;
  height: 129px;
}
.head_box .head .nav_box .logo {
  width: 300px;
  height: 129px;
  float: left;
}
.head_box .head .nav_box .menu {
  width: 800px;
  height: 53px;
  padding-top: 76px;
  float: left;
}
.head_box .head .nav_box .menu ul li {
  width: 107px;
  height: 53px;
  float: left;
  margin: 0 13px;
  display: block;
}
.head_box .head .nav_box .menu ul li a {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 53px;
  display: block;
  width: 100%;
  height: 53px;
}
.head_box .head .nav_box .menu ul li a:hover {
  background: #1a61a8;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  box-shadow: inset 5px 5px 10px 5px #1c5791;
  text-shadow: 1px 1px 1px #000;
}

/* Bot */
.i_bot {
  width: 100%;
  height: 63px;
  overflow: hidden;
}

.bot_box {
  width: 100%;
  height: 63px;
  background: url(../images/bot_bg.gif) repeat-x;
}
.bot_box .bot {
  width: 1100px;
  height: 62px;
  line-height: 62px;
  border-top: solid 1px #858585;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.bot_box .bot a {
  color: #fff;
}
