* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  vertical-align: middle;
  border: 0;
}
iframe {
  border: 0;
}
input {
  outline: 0;
  border: 0;
  font-family: '微软雅黑';
  font-size: 14px;
  background: none;
}
button {
  outline: 0;
  border: 0;
  font-family: '微软雅黑';
  font-size: 14px;
  background: none;
  cursor: pointer;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
html,
body {
  min-width: 1440px;
  font-family: '微软雅黑';
  font-size: 14px;
  background: #f6f6f6;
}
.yqy-toast {
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 8px 10px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
  min-width: 150px;
  text-align: center;
}

.header {
  height: 65px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 12px 1px rgba(206, 206, 206, 0.28);
          box-shadow: 0 1px 12px 1px rgba(206, 206, 206, 0.28);
}
.header .container {
  width: 1240px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.header .logo {
  width: 151px;
  height: 42px;
  float: left;
  position: relative;
  top: 13px;
  font-size: 0;
}
.header .nav {
  float: right;
  line-height: 65px;
}
.header .nav ul li {
  margin: 0 26px;
  float: left;
}
.header .nav ul li a {
  font-size: 16px;
  color: #666666;
}
.header .nav ul li a:hover {
  color: #409aff;
}
.header .nav ul li a:active {
  color: #409aff;
}
.header .nav ul li a.active {
  color: #409aff;
}

.footer {
  text-align: center;
  padding: 40px 0 32px;
}
.footer .pages {
  font-size: 0;
  line-height: 1;
}
.footer .pages a {
  font-size: 14px;
  color: #868686;
  vertical-align: middle;
}
.footer .pages i {
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #cecece;
  vertical-align: middle;
  margin: 0 10px;
}
.footer .copyright {
  font-size: 12px;
  color: #868686;
  line-height: 20px;
}
.footer .copyright a {
  display: inline-block;
  color: #868686;
}
.footer .copyright span {
  display: inline-block;
}
.footer .copyright .police {
  margin-left: 27px;
  padding-left: 23px;
  background: url(../images/icon-police_8e3bf73.png) no-repeat 0 center;
}
.footer .copyright i {
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #cecece;
  vertical-align: middle;
  margin: 0 10px;
}
.footer-auth {
  margin-top: 18px;
}
.footer-auth a {
  margin: 0 8px;
}

.main .container {
  width: 1240px;
  margin: 0 auto;
}
.main .crumb {
  height: 50px;
  line-height: 50px;
}
.main .crumb a {
  font-size: 14px;
  color: #3a3a3a;
  cursor: pointer;
}
.main .crumb i {
  font-size: 14px;
  color: #3a3a3a;
  font-style: normal;
}
.main .section {
  background-color: #ffffff;
  padding: 50px 80px;
}
.main .section-title {
  font-size: 26px;
  color: #3a3a3a;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
.main .section-content {
  text-align: left;
  margin-top: 50px;
}
.main .section-content p {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 23px;
}
.main .section-content h2 {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 33px;
}
.main .section-content h3 {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 20px;
}
.main .section-content img {
  max-width: 100%;
}
.main .section-content .img {
  text-align: center;
  padding: 50px 0;
}

