﻿body {
  min-height: 1000px;
  background: url(../../images/bg.png) fixed repeat-y top center;
}
.w870 {
  width: 870px;
  margin: 0 auto;
}
.content {
  margin-top: 60px;
}
.contentLeft {
  width:480px;
}
.contentRight {
  width: 910px;
  background-color: #fff;
}
.contentRight .icon-dw {
  width: 14px;
  height: 20px;
  display: block;
  margin-right: 8px;
  background-image: url(../../images/inside-dw.png);
  background-repeat: no-repeat;
  background-position: center;
}
.contentRight .dw {
  margin-top: 20px;
  border-bottom: 1px solid #004dcd;
}
.contentRight .dw-text {
  margin-bottom: 10px;
  font-size: 14px;
  color: #999999;
}
.contentRight .dw-text a {
  color: #999999;
  transition: 0.5s;
}
.contentRight .dw-text a:hover {
  color: #0045c3;
}
.contentRight .dw-text .dw-hover {
  color: #0045c3;
}
.contentRight .title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 50px;
  margin-top: 16px;
  text-align: center;
}
.contentRight .text {
  color: #666666;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 30px;
}
.contentRight .text a {
  color: #666666;
}
.fh {
  width: 110px;
  height: 40px;
  background-color: #f59c00;
  border-radius: 5px;
  transition: 0.3s all;
  margin-top: 18px;
  transition: 0.8s;
}
.fh .fhLogo > i {
  width: 16px;
  height: 12px;
  display: block;
  transition: 0.3s all;
  margin: 14px 10px 0 12px;
  transition: 0.5s;
  background-image: url(../../images/inside-dw.png);
}
.fh .fhText {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  margin-left: 8px;
  letter-spacing: 10px;
  transition: 0.3s all;
}
.fh:hover {
  background-color: #ffffff;
}
.fh:hover .fhLogo > i {
  background-image: url(../../images/fhInside-hover.png);
}
.fh:hover .fhText {
  color: #f59c00;
}
.header .navFixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  margin-top: 0;
  box-shadow: 0px 2px 8px 0px rgba(169, 85, 44, 0.1);
  background-color: #046eb4;
}
.header .navFixed > ul {
  width: 1200px;
  margin: 0 auto;
}
.header .navFixed > ul::before {
  display: none;
}
.header .navFixed > ul > li > a {
  line-height: 50px;
  height: 50px;
  color: #fff;
  padding:0 15px;
}
.header .navFixed > ul > li > a::after {
  display: none;
}
.header .navFixed > ul > li > .a-hover,
.header .navFixed > ul > li > .nav-Hover {
  color: #333333;
  background-color: #ffffff;
}
.header .navFixed > ul > li > .a-hover::after,
.header .navFixed > ul > li > .nav-Hover::after {
  transform: scale(1);
}
.header .navFixed > ul .nav-two {
  left: 25px;
}