@charset "UTF-8";
header#header {
  width: 100%;
}
.top {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
.top p {
  font-size: 12px;
  line-height: 40px;
  color: #666666;
  float: left;
}
.top p + p {
  float: right;
  padding-left: 45px;
  background: url("../images/phone.png") no-repeat left center;
  font-size: 0;
}
.top p + p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 40px;
  color: #999999;
}
.top p + p i {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  color: #cc0000;
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.top p + p b {
  margin-left: 15px;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.logo {
margin-top:10px;
  float: left;
}
.logo a {
  height: 49px;
}
.logo img {
  display: block;
}
.logo-call {
  position: relative;
}
.slogan {
  float: right;
  text-align: right;
  margin-top: 34px;
  margin-bottom: 34px;
}
.slogan strong {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.slogan span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}
.version {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
  width: 240px;
  height: 40px;
  float: left;
  text-align: center;
  border-left: 1px dashed #999999;
  border-right: 1px dashed #999999;
}
.version a {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding-left: 45px;
  background: url("../images/icon-chinese.png") no-repeat left center;
}
.version a:hover {
  text-decoration: none;
  color: #ed9d08;
}
.version a + a {
  margin-left: 10px;
  background: url("../images/icon-English.png") no-repeat left center;
}
nav.nav {
  background-color: #0182d6;
  text-align: center;
}
nav.nav ul {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
nav.nav ul > li {
  margin: 0;
}
nav.nav ul > li > a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 0 36px;
  margin: 15px 0;
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
nav.nav ul > li > a:hover {
  color: #ffcc33;
}
/*nav.nav ul > li:first-child a {
  color: #bd2e30;
}*/
/*nav.nav ul > .active > a {
  color: #bd2e30;
}*/
.menu-level-1:after {
  display: none;
}
footer#footer {
  background: #0182d6;
  overflow: hidden;
}
footer#footer section.code {
  float: left;
  background-color: #0173be;
  width: 240px;
  text-align: center;
  padding-top: 34px;
  height:256px;
}
footer#footer section.code p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
footer#footer section.code img {
  display: inline-block;
  margin-bottom: 10px;
}
footer#footer address {
  float: left;
  padding-left: 43px;
  padding-top: 34px;
}
footer#footer address strong {
  font-size: 16px;
  line-height: 30px;
  color: #cccccc;
}
footer#footer address p {
  font-size: 12px;
  line-height: 25px;
  color: #cccccc;
}
footer#footer .bottom-nav {
  width: 520px;
  min-height: 256px;
  float: right;
  border-left: 1px solid #0173be;
  border-right: 1px solid #0173be;
  overflow: hidden;
  padding: 34px 15px 0 16px;
}
footer#footer .bottom-nav dl {
  float: left;
  margin: 0 35px ;
}
footer#footer .bottom-nav dl:nth-of-type(2){width:120px;}
footer#footer .bottom-nav dl:nth-of-type(2) dt{display:block;width:120px;}
footer#footer .bottom-nav dl:nth-of-type(2) dd{float:left;width:60px;}
footer#footer .bottom-nav dl strong {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #cccccc;
}
footer#footer .bottom-nav dl a {
  display: block;
  font-size: 12px;
  line-height: 25px;
  color: #cccccc;
}
footer#footer .bottom-nav dl a:hover {
  text-decoration: none;
  color: #ffffff;
}
footer#footer section.copy {
  background-color: #ffffff;
  padding: 17px 0;
}
footer#footer section.copy p {
  font-size: 12px;
  line-height: 25px;
  color: #999999;
  float: left;
}
footer#footer section.copy p a {
  color: #999999;
}
footer#footer section.copy p a:hover {
  color: #ff0000;
  text-decoration: none;
}
footer#footer section.copy p + p {
  float: right;
}
