footer .footer_content {
  color: #616161;
}
footer .footer_content > .weixin {
  display: none;
}
footer .footer_content .footer_part1 {
  border-bottom: 1px solid #3B3B3B;
  overflow: hidden;
  padding: 50px 0px;
}
footer .footer_content .footer_part1 ul {
  float: left;
  width: 18%;
  margin-right: 1%;
}
footer .footer_content .footer_part1 ul li {
  font-size: 16px;
  min-height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
footer .footer_content .footer_part1 ul li:first-child {
  color: #FFF;
  font-size: 18px;
}
footer .footer_content .footer_part1 ul.weixin {
  float: right;
  display: block;
}
footer .footer_content .footer_part1 ul.weixin li:first-child {
  height: 140px;
  width: 140px;
}
footer .footer_content .footer_part1 ul.weixin li:last-child {
  width: 140px;
  padding-top: 12px;
  color: #9F9F9F;
  text-align: center;
}
footer .footer_content .footer_part2 {
  color: #616161;
  overflow: hidden;
  padding: 25px 0px;
}
footer .footer_content .footer_part2 span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
footer .footer_content .footer_part2 span:first-child {
  float: left;
}
footer .footer_content .footer_part2 span:last-child {
  float: right;
}
footer {
  width: 100%;
  background: #252525;
}
footer .footer_content {
  width: 75%;
  height: 100%;
  margin: 0 auto;
}
.small_menu {
  display: none;
}
header {
  opacity: 0.97;
  filter: alpha(opacity=97);
  background-color: #E9353D;
  border-top: 4px solid #E9353D;
  height: 90px;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0px;
}
header .header {
  width: 75%;
  margin: 0 auto;
  height: 86px;
  line-height: 90px;
  background-color: #FFF;
  position: relative;
}
header .header .logo {
  float: left;
  height: 100%;
  width: 202px;
  background: url("../images/header_bg.png") bottom;
}
header .header .logo a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  display: block;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
header .header .logo a img {
  width: auto;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
header .header .menu {
  float: left;
  height: 100%;
}
header .header .menu li {
  height: 100%;
  float: left;
  font-size: 14px;
  width: auto;
  text-align: center;
  margin-left: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
header .header .search {
  float: right;
  margin-right: 10px;
  line-height: normal;
}
header .header .search input {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #F1F4F5;
  color: #BEB9C4;
  border: 0px;
  height: 36px;
  width: 200px;
  text-indent: 5px;
  position: relative;
  margin-top: 27px;
}
header .header .search a {
  float: right;
  display: block;
  height: 36px;
  width: 36px;
  margin-top: 27px;
  background: url("../images/search.png") no-repeat;
}
header .header .navToggle {
  display: none;
}
header .header .header_cover {
  width: 100%;
  height: 86px;
  background: #FFF;
  position: absolute;
  right: -100%;
}
header[data-nav='sm'] {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 60px;
}
header[data-nav='sm'] .header {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 56px;
  line-height: 60px;
}
header[data-nav='sm'] .header .logo > a {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
header[data-nav='sm'] .header .menu li {
  line-height: 60px;
}
header[data-nav='sm'] .header .search input {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
}
header[data-nav='sm'] .header .search a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
}
header[data-nav='sm'] .header .header_cover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 56px;
}
.link {
  width: 100%;
  height: 110px;
  margin-top: 60px;
  background-color: #F2F2F2;
  position: relative;
}
.link ul {
  display: none;
}
.link > img {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.link div {
  display: block;
  float: left;
}
.link div:first-child {
  width: 30%;
  background-color: #E7333A;
  line-height: 110px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
}
.link div:nth-child(2) {
  width: 7%;
  height: 100%;
  background: url("../images/about_03.png");
  background-size: 100% 100%;
}
.link div:last-child {
  width: 63%;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  text-align: left;
}
.link div:last-child span {
  padding-top: 42px;
  float: left;
  margin-right: 1px;
  width: 30%;
}
@media screen and (max-width: 1400px) {
  header .header .menu li {
    margin-left: 20px;
  }
  header .header .search input {
    width: 200px;
  }
}
@media screen and (max-width: 1170px) {
  header .header {
    width: 85%;
  }
  header .header .logo {
    width: 170px;
    background-size: 100% 100%;
  }
  header .header .search input {
    width: 150px;
  }
  footer .footer_content {
    width: 85%;
  }
  footer .footer_content .footer_part1 {
    padding: 40px 0px;
  }
  footer .footer_content .footer_part1 ul li {
    font-size: 14px;
  }
  footer .footer_content .footer_part1 ul li:first-child {
    font-size: 16px;
  }
  footer .footer_content .footer_part1 ul.weixin li:first-child {
    width: 114px;
    height: 114px;
  }
  footer .footer_content .footer_part1 ul.weixin li:last-child {
    width: 114px;
  }
  footer .footer_content .footer_part2 {
    line-height: 25px;
  }
  footer .footer_content .footer_part2 span {
    display: block;
    font-size: 14px;
  }
  footer .footer_content .footer_part2 span:first-child {
    float: none;
  }
  footer .footer_content .footer_part2 span:last-child {
    float: none;
  }
  .link {
    height: 90px;
  }
  .link > img {
    position: absolute;
    right: 0px;
    bottom: 0;
  }
  .link div {
    float: left;
  }
  .link div:first-child {
    width: 21%;
    font-size: 16px;
    height: 100%;
    line-height: normal;
    padding: 0px;
    padding-top: 30px;
  }
  .link div:nth-child(2) {
    width: 4%;
  }
  .link div:last-child {
    width: 73%;
    height: 100%;
    text-align: center;
    font-size: 13px;
    line-height: normal;
    padding: 0px;
    padding-top: 35px;
  }
  .link div:last-child span {
    padding-top: 0px;
    display: inline-block;
  }
}
@media screen and (max-width: 992px) {
  .small_menu {
    z-index: 200;
    position: fixed;
    background-color: #ffffff;
    top: 60px;
    left: 0px;
    width: 100%;
    padding: 10px 15px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .small_menu ul li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
  }
  .small_menu ul li a {
    display: block;
  }
  .small_menu ul li:last-child {
    border-bottom: none;
  }
  header {
    box-shadow: 0 1px 2px #ccc;
    height: 60px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  header .header {
    height: 100%;
    line-height: 60px;
  }
  header .header .logo {
    height: 100%;
  }
  header .header .logo a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  header .header .menu,
  header .header .search {
    display: none;
  }
  header .header .navToggle {
    height: 100%;
    display: block;
    font-size: 16px;
    float: right;
  }
  header .header .navToggle a {
    background-color: #EB4A51;
    display: inline-block;
    text-align: center;
    color: #FFF;
    width: 60px;
    height: 100%;
  }
  header .header .header_cover {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .link {
    height: auto;
  }
  .link > img {
    display: none;
  }
  .link div {
    display: none;
  }
  .link ul {
    display: block;
    width: 100%;
  }
  .link ul li {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 20px;
  }
  .link ul li:first-child {
    background: #E7333A;
    color: #FFF;
  }
  footer .footer_content > .footer_part1 {
    border-bottom: 0px;
  }
  footer .footer_content > .footer_part1 ul {
    width: 24%;
  }
  footer .footer_content > .footer_part1 ul li {
    text-align: center;
  }
  footer .footer_content > .footer_part1 ul.weixin {
    display: none;
  }
  footer .footer_content > .weixin {
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid #3B3B3B;
  }
  footer .footer_content > .weixin li {
    margin: 0 auto;
  }
  footer .footer_content > .weixin li:first-child {
    height: 140px;
    width: 140px;
  }
  footer .footer_content > .weixin li:last-child {
    width: 140px;
    color: #9F9F9F;
    text-align: center;
    margin-top: 10px;
  }
  footer .footer_content > .weixin li:last-child p {
    height: 100%;
  }
}
