body {
  background-color: #f6f6f6;
}
.pull {
  background: url("../image/a4.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 1400px;
    margin: 0 auto;
  }
  body {
    background-color: #F5F5F5;
  }
  .title {
    margin-top: 80px;
    width: 100%;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .banner {
    position: relative;
    overflow: hidden;
    height: 490px;
    width: 100%;
    background: url("../image/a4.jpg");
    background-size: 100% 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: top center;
  }
  .banner .container {
    overflow: hidden;
    height: 490px;
  }
  .banner .contain {
    animation: scaleBig 1s linear 1;
    margin-top: 100px;
    margin-left: 20px;
    width: 650px;
    color: white;
  }
  .banner .contain > :nth-child(1) {
    font-size: 40px;
  }
  .banner .contain > :nth-child(2) {
    margin-top: 20px;
    font-size: 20px;
  }
  .banner .contain > :nth-child(3) {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  .hotspots {
    margin-top: 80px;
  }
  .hotspots ul {
    width: 100%;
    margin-top: 50px;
  }
  .hotspots ul li {
    width: 100%;
    height: 200px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  .hotspots ul li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .hotspots ul li .left {
    margin-left: 50px;
    float: left;
    width: 1000px;
    height: 100%;
  }
  .hotspots ul li .left .first {
    color: #333;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .hotspots ul li .left .second {
    color: #666666;
    margin-top: 10px;
    line-height: 32px;
    font-size: 18px;
    height: 66px;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hotspots ul li .left .third {
    margin-top: 20px;
    font-size: 16px;
    color: #999999;
  }
  .hotspots ul li .right {
    margin-left: 50px;
    float: left;
    width: 250px;
    height: 160px;
    margin-top: 20px;
  }
  .hotspots ul li .right img {
    border-radius: 6px;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 100%;
  }
  #paging {
    width: 600px;
    margin: 0 auto;
    margin-top: 80px;
    font-size: 14px;
    color: #333;
  }
  #paging a {
    margin-left: 10px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    padding: 4px;
    border: 1px solid #b6b4b4;
  }
  #paging a:hover {
    background-color: #e54545;
    color: white;
  }
  #paging .nowPage {
    margin-left: 6px;
    font-weight: 700;
  }
  #paging .totalPage {
    color: red;
  }
  #paging .totalNum {
    color: red;
  }
  #paging input {
    margin: 0 6px;
    width: 40px;
    height: 26px;
    outline: none;
    text-align: center;
    border: 1px solid #b6b4b4;
  }
}
@media screen and (max-width: 1025px) {
  body {
    width: 10rem;
    overflow: hidden;
    background-color: #F5F5F5;
  }
  .title {
    margin-top: 1.3514rem;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 0.4324rem;
    height: 0.5405rem;
    line-height: 0.5405rem;
  }
  .banner {
    height: 7.5135rem;
    width: 100%;
    overflow: hidden;
    background: url("../image/a4.jpg");
    background-size: 100% 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
  }
  .banner .contain {
    animation: scaleBig 1s linear 1;
    color: white;
    margin-top: 1.3514rem;
    margin-left: 0.5405rem;
    width: 8.6486rem;
  }
  .banner .contain > :nth-child(1) {
    font-size: 0.5405rem;
  }
  .banner .contain > :nth-child(2) {
    margin-top: 0.2703rem;
    font-size: 0.3784rem;
  }
  .banner .contain > :nth-child(3) {
    margin-top: 0.2703rem;
    line-height: 0.6486rem;
    font-size: 0.3243rem;
  }
  .hotspots {
    margin-top: 1.3514rem;
  }
  .hotspots ul {
    width: 100%;
    margin-top: 0.5405rem;
  }
  .hotspots ul li {
    margin-top: 0.5405rem;
    width: 100%;
    height: 2.4324rem;
    border-bottom: 0.027rem solid #ddd;
    overflow: hidden;
  }
  .hotspots ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
  }
  .hotspots ul li .left {
    width: 60%;
    margin-left: 3%;
    float: left;
  }
  .hotspots ul li .left .first {
    font-weight: 700;
    margin-top: 0.1081rem;
    font-size: 0.3784rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .hotspots ul li .left .second {
    font-size: 0.3243rem;
    margin-top: 0.1622rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hotspots ul li .left .third {
    margin-top: 0.1081rem;
    font-size: 0.3243rem;
  }
  .hotspots ul li .right {
    float: left;
    width: 30%;
    height: 80%;
    margin-left: 3%;
    margin-top: 0.2703rem;
  }
  .hotspots ul li .right img {
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  #paging {
    margin: 0 auto;
    margin-top: 1.3514rem;
    font-size: 0.3243rem;
    width: 7.8378rem;
    text-align: center;
  }
  #paging a {
    margin-top: 0.2703rem;
    margin-left: 0.1622rem;
    padding: 0.1081rem;
    font-size: 0.3243rem;
    display: inline-block;
    border: 0.027rem solid #b6b4b4;
    color: #333;
  }
  #paging .nowPage {
    font-weight: 700;
    margin-left: 0.1622rem;
  }
  #paging input {
    margin: 0 0.1622rem;
    height: 0.5946rem;
    outline: none;
    width: 0.8108rem;
    border: 0.027rem solid #b6b4b4;
    text-align: center;
  }
  #paging .totalPage,
  #paging .totalNum {
    color: #e54545;
  }
}
