html,
body {
  background: #FFF;
}
body,
ul,
li,
p,
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
 
}
em {
  font-style: normal;
}
a {
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.scrapWrapper {
  width: 100%;
  height: 65px;
  background: #ffffff;
  overflow-x: hidden;
}
@media (max-width: 980px) {
  .scrapWrapper {
    display: none;
  }
}
.scrapWrapper .scrap {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  line-height: 65px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .scrapWrapper .scrap {
    width: 976px;
  }
}
.scrapWrapper .scrap span {
  color: #757575;
}
.scrapWrapper .scrap em {
  color: #0c0c0c;
}
.mainWrapper {
  background: #ffffff;
  overflow-x: hidden;
  width: 100%;
  /* background: url("../images/activeDetailBg_pc.png") left top no-repeat;
  background-size: 100%;  */
}
@media (max-width: 980px) {
  .mainWrapper {
    background: none;
  }
  .mainWrapper .activeDetail .Img {
    margin-top: 0px !important;
    margin-bottom: 32px !important;
    /* width: 96%; */
    text-align: center;
  }
  .mainWrapper .activeDetail .Img .IMg_mb {
    width: 100%;
  }
}
.mainWrapper .activeDetail,
.mainWrapper .quWeiFangAn {
  /* max-width: 1180px;
  margin: 0 auto; */
}
@media (max-width: 1280px) {
  .mainWrapper .activeDetail,
  .mainWrapper .quWeiFangAn {
    /* margin: 0 12px; */
  }
}
.mainWrapper .activeDetail .Img {
  /* position: relative; */
  margin-top: 55px;
  margin-bottom: 39px;
  /* width: 96%; */
  text-align: center;
}
.mainWrapper .activeDetail .Img img {
  width: 71.35%;
}
.mainWrapper .activeDetail .Img .IMg {
  width: 73.38%;
}
.mainWrapper .activeDetail .Img .link {
  display: inline-block;
  position: absolute;
}
.mainWrapper .activeDetail .Img .biaoQian {
  width: 222px;
  height: 278px;
  left: 3%;
  bottom: 1.5%;
  /* background: #CCC; */
}
@media (max-width: 980px) {
  .mainWrapper .activeDetail .Img .biaoQian {
    width: 32%;
    height: 65%;
    bottom: 0;
    top: 2%;
    left: 2.5%;
  }
}
.mainWrapper .activeDetail .Img .JD {
  /* background: #CCC; */
  width: 314px;
  height: 105px;
  right: 3%;
  bottom: 26%;
}
@media (max-width: 1024px) {
  .mainWrapper .activeDetail .Img .JD {
    width: 300px;
    right: 0;
  }
}
@media (max-width: 980px) {
  .mainWrapper .activeDetail .Img .JD {
    width: 51%;
    right: 15%;
    height: 30%;
    bottom: 6%;
  }
}
.mainWrapper .title {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}
.mainWrapper .title .line {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #c3c3c3;
  z-index: 0;
}
.mainWrapper .title .name {
  width: 100px;
  padding: 0 58px;
  margin: 0 auto;
  position: relative;
  background: #e6ebee;
}
@media (max-width: 1024px) {
  .mainWrapper .title .name {
    background: #eaeef1;
  }
}
@media (max-width: 980px) {
  .mainWrapper .title .name {
    background: #FFF;
    width: 80px;
    padding: 0 25px;
  }
}
@media (max-width: 980px) {
  .mainWrapper .title .name img {
    width: 100%;
  }
}
.mainWrapper .content p {
  text-align: center;
  font-size: 20px;
  color: #505050;
}
@media (max-width: 1024px) {
  .mainWrapper .content p {
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  .mainWrapper .content p {
    font-size: 13px;
  }
}
.mainWrapper .content p a {
  color: #2999f1;
}
.mainWrapper .content img {
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .mainWrapper .content img {
    width: 100%;
  }
}
.mainWrapper .quWeiFangAn .title .name {
  background: #FFF;
}
@media (max-width: 980px) {
  .mainWrapper .quWeiFangAn .content {
    margin: 0 -12px;
  }
}
.mainWrapper .quWeiFangAn .content img {
  width: 100%;
}
.mainWrapper .rightBtn {
  position: fixed;
  bottom: 38%;
  right: 2%;
}
@media (max-width: 980px) {
  .mainWrapper .rightBtn > div {
    width: 428px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (max-width: 520px) {
  .mainWrapper .rightBtn > div {
    width: 100%;
  }
}
.mainWrapper .rightBtn .btn {
  background: url("../images/btn-right.png") left top no-repeat;
  background-size: 100% 100%;
  width: 132px;
  height: 36px;
  display: block;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 10px;
}
@media (max-width: 980px) {
  .mainWrapper .rightBtn .btn {
    float: left;
    width: 45%;
  }
}
@media (max-width: 980px) {
  .mainWrapper .rightBtn .btn:first-child {
    margin-right: 5%;
  }
}
@media (max-width: 980px) {
  .mainWrapper .rightBtn {
    width: 100%;
    bottom: 2%;
  }
}
@media (max-width: 980px) {
  .pc {
    display: none;
  }
}
.mb {
  display: none;
}
@media (max-width: 980px) {
  .mb {
    display: block;
  }
}
/* 广告style */
.adv-wrapper{
  /* position: absolute; */
  background: #333;
  line-height: 1;
  top: -40px;
  width: 100%;
  right: 0;
  height: 40px;
  z-index: 9999;
}

.adv-wrapper .adv-wrapper-text{
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  text-align: right;
  max-width: 976px;
  margin: 0 auto;
  color: #a8a8aa;
  -webkit-transform: scale(0.85);
  -o-transform: scale(1);
  font-size: 9px;
  margin-right: 7.4%;
}
@media only screen and (max-width: 1366px){
  .adv-wrapper .adv-wrapper-text {

    margin-right: 8.4%;
  }
}
@media only screen and (max-width: 1024px){
  .adv-wrapper {
    min-width: 20%;
  }
  .adv-wrapper .adv-wrapper-text {
    margin-left: auto;
    width: auto;
    padding: 0 25px;
    position: relative;
    left: 0;
    margin-right: 9.4%;
  }
}

@media only screen and (max-width: 768px){
  .adv-wrapper {
    top: -44px;
    height: 44px;
  }
  .adv-wrapper .adv-wrapper-text {
    line-height: 44px;
    padding: 0;
    -webkit-transform: scale(0.80);
    -o-transform: scale(1);
    font-size:9px;
    margin-right: -7%;
  }
}
@media only screen and (max-width: 640px){
  .adv-wrapper .adv-wrapper-text {
    -webkit-transform: scale(0.80);
    -o-transform: scale(1);
    font-size:9px;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 414px){
  .adv-wrapper .adv-wrapper-text {
    -webkit-transform: scale(0.80);
    -o-transform: scale(1);
    font-size:9px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 375px){
  .adv-wrapper .adv-wrapper-text {
    -webkit-transform: scale(0.85);
    -o-transform: scale(1);
    font-size:9px;
    margin-right: -2%;
  }

}

@media(max-width:350px){
  .adv-wrapper .adv-wrapper-text {
    -webkit-transform: scale(0.85);
    -o-transform: scale(1);
    font-size:9px;
    margin-right: 0%;
  }
}