* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
  outline: none;
}
body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  color: #333;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}
img {
  border: 0;
  display: block;
}
input[type="text"],
input[type="password"],
textarea,
button {
  vertical-align: middle;
  -webkit-appearance: none;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
a {
  color: inherit;
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}
table {
  border: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  padding: 0;
}
textarea {
  resize: none;
}
.clearFix:before,
.clearFix:after {
  content: " ";
  display: table;
}
.clearFix:after {
  clear: both;
}
.pullLeft {
  float: left;
}
.pullRight {
  float: right;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.ellipsisNormal {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap {
  width: 100%;
  height: 100%;
}
.page-nav {
  width: 1200px;
  height: 110px;
  margin: 0 auto;
}
.page-nav .page-nav-top {
  width: 100%;
  height: 100%;
}
.page-nav .page-nav-top .page-nav-log {
  float: left;
  margin-top: 10px;
}
.page-nav .page-nav-top .page-nav-menu {
  float: right;
}
.page-nav .page-nav-top .page-nav-menu ul {
  height: 110px;
}
.page-nav .page-nav-top .page-nav-menu ul li {
  width: 100px;
  height: 110px;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
.page-nav .page-nav-top .page-nav-menu ul li a {
  line-height: 110px;
}
.page-nav .page-nav-top .page-nav-menu ul li.active {
  border-top: 2px solid #008CD9;
  color: #008CD9;
}
.foot {
  width: 100%;
  height: 290px;
  background: #4D4D4D;
}
.foot .foot_one {
  width: 1200px;
  height: 240px;
  margin: 0 auto;
}
.foot .foot_one .foot-content-left {
  width: 450px;
  height: 100%;
  float: left;
}
.foot .foot_one .foot-content-left p {
  color: #D5D4D5;
  font-size: 16px;
  line-height: 32px;
}
.foot .foot_one .foot-content-left p:nth-child(1) {
  margin-top: 80px;
}
.foot .foot_one .foot-content-right {
  width: 650px;
  height: 100%;
  float: right;
}
.foot .foot_one .foot-content-right p {
  color: #D5D4D5;
  font-size: 16px;
  line-height: 32px;
}
.foot .foot_one .foot-content-right p:nth-child(1) {
  margin-top: 80px;
}
.foot .foot_one .foot-content-right a {
  color: #D5D4D5;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
}
.foot .foot_one .foot-content-right a:hover {
  color: #1FC5E9;
}
.foot .foot_two {
  width: 100%;
  height: 50px;
  background: #3B3B3B;
}
