﻿@charset "utf-8";
.special-top {
  background: #fff;
  height: 70px;
  border-bottom: 2px solid #e2e2e2;
  border-top: 8px solid #ed1d24;
}

.special-top-main {
  width: 1024px;
  margin: 0 auto;
}

.logo {
  margin: 10px 0 0 0;
}

.logo-link a {
  line-height: 65px;
  font-size: 16px;
  color: #333;
  margin: 0 0 0 10px;
}

.logo-link a:hover {
  color: #ed1d24;
  text-decoration: underline;
}

.special-banner img {
  width: 100%;
}

.special-main {
  width: 1024px;
  margin: 0 auto;
}

.special-left {
  width: 580px;
}

.special-title {
  padding: 10px 0;
  border-bottom: 2px solid #c3c3c3;
}

.special-title h2 {
  font-size: 26px;
  color: #333;
  padding: 0 0 0 10px;
  border-left: 2px solid #ed1d24;
  font-weight: normal;
}

.special-item {
  overflow: hidden;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #c3c3c3;
  margin: 30px 0 0 0;
  clear: both;
}

.special-item h2 a {
  font-size: 24px;
  color: #000;
}

.special-item dt {
  width: 210px;
}

.special-item dt img {
  width: 210px;
  height: 140px;
  border-radius: 5px;
}

.special-item dl {
  margin: 20px 0 0 0;
}

.special-item dd {
  width: 350px;
}

.special-item dd p {
  font-size: 14px;
  color: #434343;
  line-height: 24px;
}

.special-item dd em {
  display: block;
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #434343;
}

.special-right {
  width: 400px;
}

.special-pic-item {
  width: 400px;
  height: 300px;
  margin: 30px 0 0 0;
  position: relative;
}

.special-pic-item img {
  width: 400px;
  height: 300px;
}

.special-pic-item h2 {
  font-weight: normal;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  color: #fff;
  text-indent: 1rem;
  line-height: 40px;
}

.special-pic-item h2 a {
  font-size: 16px;
  color: #fff;
}

.copyright {
  height: 100px;
  background: #ed1d24;
}

.copyright-main {
  height: 60px;
  width: 1024px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.copyright-main p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  body {
    width: 100% !important;
    min-width: 0;
  }
  .special-top-main {
    width: 100%;
  }
  .logo {
    margin: 0.1rem auto;
    float: none;
  }
  .logo a {
    display: block;
    width: 100%;
  }
  .logo a img {
    width: 100%;
  }
  .logo-link {
    float: none;
  }
  .logo-link a {
    line-height: 1;
  }

  .copyright {
    height: auto !important;
    padding-bottom: 0.24rem;
  }
  .copyright > div > div:first-child {
    position: absolute;
    bottom: -0.1rem !important;
    right: 0.6rem !important;
  }
  .copyright-main p {
    font-size: 0.2rem;
  }
  .copyright-main a p.beian {
    font-size: 0.2rem !important;
    width: 4rem;
  }
  #imgConac {
    width: 0.8rem;
    height: 0.8rem;
  }
  .copyright-main {
    width: 100% !important;
  }
}
