body {
  min-width: 1300px;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Microsoft YaHei", SimHei, arial;
  font-size: 14px;
  color: #444;
  background: url(../images/topbg.jpg) repeat-x;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
}

dl,
dt,
dd,
img {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: #444;
}

a:hover {
  color: #930d14;
}

.clear {
  clear: both;
}

.box1 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top {
  width: 100%;
  height: 125px;
}
.language {
  float: left;
  margin-top: 25px;
}
.language a {
  float: left;
  width: 50px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: solid 1px #930d14;
}
.curr1 {
  background: #930d14;
  color: #fff;
}
.toplink {
  float: right;
  margin-top: 30px;
}
.zhuye {
  padding-left: 20px;
  margin-left: 20px;
  background: url(../images/zhuye.png) left no-repeat;
}
.zs {
  padding-left: 24px;
  margin-left: 20px;
  background: url(../images/zs.png) left no-repeat;
}
.logo {
  width: 480px;
  height: 82px;
  position: absolute;
  top: 20px;
}
.search {
  float: right;
  width: 220px;
  height: 30px;
  border: solid 1px #930d14;
  margin-top: 10px;
}
.write {
  float: left;
  width: 180px;
  height: 30px;
  line-height: 30px;
  color: #666;
  padding-left: 8px;
  border: 0;
  outline: none;
  background: none;
}
.btn {
  float: right;
  width: 30px;
  height: 30px;
  border: 0;
  background: url(../images/sear.png) center no-repeat;
  outline: none;
  cursor: pointer;
}

.nav {
  width: 100%;
  height: 56px;
  border-top: solid 1px #c5c5c5;
}
.nav li {
  float: left;
  width: 150px;
  height: 56px;
  text-align: center;
  position: relative;
}
.nav li a {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}
.nav li a:hover {
  background: #930d14;
  color: #fff;
}
.subnav {
  z-index: 999;
  cursor: default;
  position: absolute;
  left: 0;
  top: 56px;
  overflow: hidden;
  display: none;
}
.subnav li {
  float: none !important;
  height: 36px;
  text-align: center;
  border-bottom: solid 1px #930d14;
}
.subnav li a {
  display: block;
  line-height: 36px;
  font-size: 14px !important;
  background: #007349;
  color: #fff;
  font-weight: normal;
}
.subnav li a:hover {
  background: #005234 !important;
}
.nav li:hover .subnav {
  display: block;
}

.foot {
  width: 100%;
  height: 90px;
  padding-top: 20px;
  background: #a3262c;
}
.footbox {
  width: 1200px;
  margin: 0 auto;
}
.link {
  width: 100%;
  height: 70px;
  background: #517467;
  border-radius: 5px;
}
.link-title {
  float: left;
  width: 235px;
  height: 70px;
  background: url(../images/link.png) center no-repeat;
}
.linkbox {
  float: right;
  width: 925px;
  height: 34px;
  padding: 18px 0 18px 40px;
  background: url(../images/link-line.jpg) left no-repeat;
}
.link .select {
  float: left;
  width: 260px;
  height: 34px;
  margin-right: 25px;
  border: 1px solid #c9c9c9;
  padding-right: 14px;
  background: url(../images/xiala.png) 250px center no-repeat;
  cursor: pointer;
  position: relative;
}
.link .lastsel {
  margin-right: 0;
}
.link .select .select_text {
  padding: 0 20px 0 10px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.link .select_ul {
  position: absolute;
  width: 274px;
  bottom: 34px;
  left: -1px;
  border: 1px solid #d4d4d4;
  background: #fff;
  display: none;
}
.link .select_ul li {
  line-height: 36px;
  text-indent: 10px;
}
.link .select_ul li a {
  display: block;
  color: #444;
}
.link .select_ul li:hover {
  background: #930d14;
  color: #fff;
}
.link .select_ul li a:hover {
  color: #fff;
}
.copyright {
  overflow: hidden;
}
.banquan {
  text-align: right;
  width: 100%;
  color: #fff;
  line-height: 24px;
  opacity: 0.4;
}
.ewm {
  float: right;
  width: 200px;
  text-align: center;
}
.ewm span {
  display: block;
  color: #fff;
  opacity: 0.4;
  font-size: 12px;
}