.center {
  width: 1000px;
  margin: 0 auto;
  height: inherit;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.block {
  display: block;
}
.inline-block {
  display: inline-flex;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.center {
  margin: 0 auto;
  width: 1100px;
  height: inherit;
}
.left {
  float: left;
}
.right {
  float: right;
}
#container {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 320px;
}
input::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder {
  color: #fff;
}
input::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder {
  color: #fff;
}
body {
  min-width: 1200px;
  font-family: "Microsoft YaHei", arial, "Hiragino Sans GB", "Hiragino Sans GB W3";
}
header {
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: url('../images/h-bg.jpg');
  box-shadow: 0px 1px 0px 0px rgba(157, 132, 74, 0.99);
}
header .center {
  position: relative;
}
header .center:after {
  display: block;
  content: '';
  clear: both;
}
header .center:after {
  display: block;
  content: '';
  clear: both;
}
header .center a.logo {
  margin-left: 0px;
  height: inherit;
}
header .center a.logo img {
  width: 270px;
  vertical-align: middle;
}
header .center .navLink {
  position: absolute;
  bottom: 28px;
  right: 50px;
}
header .center .navLink a {
  margin: 0 5px;
  vertical-align: bottom;
  display: inline-block;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #ffd8ad;
  padding: 0 5px;
}
header .center .navLink .line {
  background: url(../images/line.png) no-repeat center;
  vertical-align: bottom;
  width: 2px;
  height: 40px;
  display: inline-block;
}
.content {
  margin-top: 100px;
  height: 826px;
  background: url("../images/banner.png") no-repeat center 20px;
}
.content .center {
  width: 1150px;
  margin: 0 auto;
  position: relative;
  height: inherit;
}
.content .urls {
  position: absolute;
  left: 0;
  right: 0;
  top: 180px;
}
.content .urls ul {
  width: 900px;
  margin-left: 140px;
}
.content .urls ul:after {
  display: block;
  content: '';
  clear: both;
}
.content .urls ul:after {
  display: block;
  content: '';
  clear: both;
}
.content .urls ul li {
  float: left;
  width: 400px;
  height: 48px;
  margin: 20px 0;
  border: 1px solid #f6dd71;
  border-radius: 5px;
}
.content .urls ul li:nth-child(2n) {
  margin-left: 60px;
}
.content .urls ul li span,
.content .urls ul li a {
  display: inline-block;
  height: inherit;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
}
.content .urls ul li span:nth-of-type(1) {
  position: relative;
  width: 100px;
  color: #eb0000;
}
.content .urls ul li span:nth-of-type(1)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  right: 0;
  top: 16px;
  background: #eb0000;
}
.content .urls ul li span:nth-of-type(2) {
  width: 160px;
  color: #ffffff;
}
.content .urls ul li .yellow {
  color: #e0cb6d !important;
}
.content .urls ul li .green {
  color: green!important;
}
.content .urls ul li .red {
  color: red!important;
}
.content .urls ul li a {
  float: right;
  width: 130px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
  background: #f4d962;
  border-radius: 0 5px 5px 0;
}
.content .urls .refresh {
  position: absolute;
  width: 210px;
  height: 58px;
  top: 480px;
  left: 50%;
  margin-left: -105px;
}
.content .urls .refresh img {
  cursor: pointer;
}
.content .box_center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  text-align: center;
}
.content .box_center .box_title {
  color: #fff;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
}
.content .box_center .box_btn {
  width: 290px;
  height: 78px;
  margin: 38px auto 20px;
  cursor: pointer;
}
.content .box_center .box_btn img {
  width: 100%;
}
.content .box_center .box_text p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}
.content .box_center .box_text p:nth-of-type(3) {
  color: #ff0000;
}
.footer {
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #999999;
  font-size: 14px;
}
@media screen and (max-width: 1300px) {
}
