html,
body {
  width: 100%;
  height: 100%;
  background-color: #F8F8F8 !important;
  font-family: "微软雅黑";
}
.d1 {
  position: absolute;
  left: -342px;
  right: -684px;
  display: none;
}
.d2 {
  position: absolute;
  left: -684px;
  right: -342px;
  display: none;
}
.d3 {
  position: absolute;
  left: -855px;
  right: -171px;
  display: none;
}
.container {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.header {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.header .header-left {
  height: 60px;
  width: 172px;
  margin: 12px 0 8px 0;
  float: left;
}
.header .header-left img {
  width: 100%;
}
.header .header-right {
  margin-right: 41px;
  /*width: 124px;*/
  height: 80px;
  margin-bottom: 0 !important;
  font-size: 18px;
}
.header .header-right li {
  height: 25%;
  text-align: center;
  color: #B9B9B9;
}
.header .header-right li:first-child {
  margin-top: 16px;
  margin-bottom: 10px;
}
.content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.content-bg {
  background-color: #F8F8F8;
  color: #FF4E00;
}
.top {
  width: 100%;
  background-color: #FFFFFF;
}
.content {
  width: 100%;
  height: 50px;
  background-color: #FF4E00;
}
.content .content-list {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  color: #FFFFFF;
}
.content .content-ul > li {
  float: left;
  width: 171px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}
.content a {
  color: inherit;
  font: inherit;
}
.footer {
  width: 1200px;
  height: 182px;
  margin: 0 auto;
}
.footer .footer-target {
  padding-left: 60px;
  padding-top: 70px;
  padding-bottom: 67px;
}
.footer .footer-target img {
  margin-right: 30px;
  float: left;
}
.footer .footer-menu {
  padding: 59px 0 59px 0;
}
.footer .footer-menu li {
  width: 20%;
  float: left;
  font-size: 14px;
}
.footer .footer-menu p {
  font-size: 12px;
  color: #BEBEBE;
  margin: 0 !important;
}
.footer .footer-phone {
  padding: 69px 0 69px 0;
}
.footer .footer-phone img {
  margin: 0 19px 0 50px;
}
.footer .footer-phone p {
  text-align: center;
  padding-right: 120px;
  margin: 0 !important;
}
.footer .phone {
  color: #000000 !important;
  font-weight: bold;
  font-size: 24px !important;
  line-height: 24px;
}
.footer .timer {
  font-size: 14px;
  color: #999999;
}
.details {
  width: 1200px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.details .bg-img {
  background: url(../img/chart/re.gif) no-repeat 100% 0;
  background-size: 24px 28px;
}
.details .details-1 {
  border-bottom: 1px dotted #DDDDDD;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details .details-1 > div {
  border-right: 1px solid #ddd;
  width: 10%;
  vertical-align: middle;
  font-size: 18px;
  color: #333333;
  height: 100%;
}
.details .details-1 > div img {
  display: block;
  margin: 10px auto;
}
.details .details-1 ul {
  width: 90%;
  height: auto;
  padding-left: 20px;
  box-sizing: border-box;
}
.details .details-1 li {
  float: left;
  text-align: center;
  padding: 10px 22.5px 10px 22.5px ;
  font-size: 18px;
}
.details .details-1 li:hover {
  border-radius: 5px;
  background-color: #E0EAF0;
}
.details .details-1 a {
  color: #333333;
}
.detail {
  width: 1200px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.detail .bg-img {
  background: url(../img/chart/re.gif) no-repeat 100% 0;
  background-size: 24px 28px ;
}
.detail .details-1 {
  border-bottom: 1px dotted #DDDDDD;
}
.detail .details-1 > div {
  float: left;
  width: 10%;
  padding: 30px 0 19px 42px;
  font-size: 18px;
  color: #333333;
}
.detail .details-1 ul {
  width: 90%;
  float: left;
  margin-top: 30px;
  padding-left: 20px;
  /*border-left: 1px solid #DDDDDD;*/
}
.detail .details-1 li {
  float: left;
  text-align: center;
  padding: 10px 22.5px 10px 22.5px;
  font-size: 18px;
}
.detail .details-1 a {
  color: #333333;
}
