
header {
  background-color: #ffffff;
}
.logo {
  margin-top: 15px;
  float: left;
}
.logo a {
  height: 46px;
}
.logo img {
  display: block;
}
nav {
  float: right;
}
nav > ul > li {
  position: relative;
  float: left;
  margin: 0 20px;
}
nav > ul > li:hover .menu {
  display: block;
}
nav > ul > li > a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 33px 10px 30px 10px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
nav > ul > li > a:hover {
  text-decoration: none;
  border-bottom: 3px solid #4cac27;
}
nav > ul > .active > a {
  text-decoration: none;
  border-bottom: 3px solid #4cac27;
}
.menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 100;
}
.menu > li {
  border-top: 0;
  text-align: center;
  padding: 10px 5px;
  background-color: #ffffff;
}
.menu > li:last-child {
  padding-bottom: 15px;
}
.menu > li a {
  font-size: 14px;
  line-height: 1.5;
  color: #3270d3;
  display: block;
  padding: 5px 0;
}
.menu > li a:hover {
  background-color: #3270d3;
  color: #ffffff;
  text-decoration: none;
}
form.header-form {
  float: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
form.header-form > section {
  border: 1px solid #dcdcdc;
  position: relative;
  z-index: 10;
  width: 242px;
  height: 30px;
  border-radius: 25px;
  padding: 0 14px;
}
form.header-form > section > label {
  display: none;
}
form.header-form > section input[type=text] {
  outline: none;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 0 4px 0;
  color: #333333;
  border: 0;
  display: block;
  float: left;
  width: 183px;
  background-color: #ffffff;
}
@-moz-document url-prefix() {
  input[type=text] {
    padding: 4px 0 3px 0;
  }
}
form.header-form > section input[type=submit] {
  outline: none;
  border: 0;
  width: 28px;
  height: 28px;
  float: right;
  background: url("../image/search-blue.png") no-repeat center #ffffff;
}
form.header-form > section input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
  color:    #666666;
}
form.header-form > section input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #666666;
}
form.header-form > section input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #666666;
}
form.header-form > section input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #666666;
}
.wrapper {
  overflow: hidden;
}
footer {
  background-color: #184ca0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
}
.bottom-logo {
  vertical-align: middle;
  margin-bottom: 24px;
}
.hot-line {
  display: inline-block;
  vertical-align: middle;
  padding-left: 60px;
  background: url("../image/call.png") no-repeat left center;
  float: right;
  margin-right: 230px;
  margin-bottom: 20px;
}
.hot-line > span {
  font-size: 14px;
  line-height: 20px;
  color: #4cac27;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  padding: 5px 0;
}
.hot-line > strong {
  display: inline-block;
  font: bolder 28px/50px FZLTDHK;
  color: #4cac27;
  vertical-align: middle;
}
.bottom-nav {
  background-color: #0a3a86;
}
.bottom-nav ul {
  float: left;
}
.bottom-nav ul li {
  float: left;
  margin-top: 18px;
  margin-bottom: 17px;
}
.bottom-nav ul li a {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  border-left: 2px solid #ffffff;
  padding: 0 28px;
}
.bottom-nav ul li a:hover {
  text-decoration: none;
  color: #9df86d;
}
.bottom-nav ul li:first-child a {
  border-left: 0;
  padding-left: 0;
}
.bottom-nav form {
  margin-right: 258px;
  margin-top: 10px;
  margin-bottom: 10px;
}
form.bottom-form > section {
  border-color: #ffffff;
}
form.bottom-form > section:before,
form.bottom-form > section:after {
  border-color: #ffffff;
}
form.bottom-form > section input[type=text] {
  background-color: #093d89;
  color: #ffffff;
}
form.bottom-form > section input[type=submit] {
  background: url("../image/search-green.png") no-repeat center #093d89;
}
form.bottom-form > section input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
  color: #fafafa;
}
form.bottom-form > section input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fafafa;
}
form.bottom-form > section input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fafafa;
}
form.bottom-form > section input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fafafa;
}
.copy {
  padding: 18px 0 20px 0;
}
.copy .container {
  overflow: hidden;
}
.copy section {
  float: left;
  margin-right: 125px;
}
.copy p {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}
.copy a {
  color: #ffffff;
}
.copy a:hover {
  text-decoration: none;
  color: #4cac27;
}
.code {
  width: 230px;
  padding: 24px 35px;
  background-color: #184ca0;
  float: right;
}
.code section {
  background-color: #ffffff;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
}
.code p {
  color: #ffffff;
  text-align: center;
}
.code-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border: 0;
  margin: auto;
  height: 0;
}
